|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVirtualNode
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 |
---|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.Object getParent()
boolean hasChildren()
java.lang.Object[] getChildrenArray()
void addChildren(java.lang.Object child)
void addChildren(java.util.Collection collection)
void removeChildren(java.lang.Object child)
child
- void removeAllChildren()
java.lang.String getGroupID()
ConnectionInfo getParentConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |