|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TreeContainerEditPart com.ibm.etools.systems.application.visual.editor.editparts.impl.TreeNodeEditPart
public class TreeNodeEditPart
Implementation of a tree edit part for node views.
Constructor Summary | |
---|---|
TreeNodeEditPart(Object model)
|
Method Summary | |
---|---|
void |
activate()
|
void |
deactivate()
|
protected List |
getModelChildren()
|
protected List |
getNodeChildren(Node node)
Collect non-compartment children of the node. |
protected void |
handleNotificationEvent(Notification event)
|
protected boolean |
isCompartment(Node node)
Checks whether the node passed in as an argument is compartment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeNodeEditPart(Object model)
Method Detail |
---|
protected List getModelChildren()
protected boolean isCompartment(Node node)
node
- - The node to check
true
if node is a compartment, false
otherwiseprotected void handleNotificationEvent(Notification event)
protected List getNodeChildren(Node node)
node
- - the node from which children are collected
List
of non-compartment children of the node passed in as an argumentpublic void activate()
public void deactivate()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |