|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addChildren(java.util.Collection collection)
Will add the following children to the collection |
void |
addChildren(java.lang.Object child)
Will add the following children to the collection |
java.lang.Object[] |
getChildrenArray()
|
java.lang.String |
getDisplayName()
Display Name of the Virtual Node - Will be displayed in the Model Explorer if null, getName will be used |
java.lang.String |
getGroupID()
|
java.lang.String |
getName()
Name of the Virtual Node |
java.lang.Object |
getParent()
|
ConnectionInfo |
getParentConnection()
|
boolean |
hasChildren()
|
void |
removeAllChildren()
Will remove all the children contained within this node |
void |
removeChildren(java.lang.Object child)
Will remove the provided children from the child collection |
Method Detail |
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.Object getParent()
public boolean hasChildren()
public java.lang.Object[] getChildrenArray()
public void addChildren(java.lang.Object child)
public void addChildren(java.util.Collection collection)
public void removeChildren(java.lang.Object child)
child
- public void removeAllChildren()
public java.lang.String getGroupID()
public ConnectionInfo getParentConnection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |