|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.tree.DefaultMutableTreeNode org.keridwen.modelling.group.editor.ui.GroupTreeNode
public class GroupTreeNode
Mutable tree node for groups.
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
GroupTreeNode(com.artenum.frida.interfaces.GroupInterface group)
Default constructor. |
Method Summary | |
---|---|
void |
add(MutableTreeNode newChild)
Add a new child and add the related bean (i.e Property or Sub-Group) to the inner connectivity table. |
void |
addChildAndBypassUserObjectUpdate(MutableTreeNode newChild)
Add the given new child to the present PropertyTreeNode but do not update the Property-Characteristics model. |
boolean |
addUserObjectToGroup(MutableTreeNode newChild)
|
com.artenum.frida.interfaces.GroupInterface |
getGroup()
Get the linked group. |
String |
toString()
Get the name of the present treeGroup. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GroupTreeNode(com.artenum.frida.interfaces.GroupInterface group)
group
- - Linked group.Method Detail |
---|
public com.artenum.frida.interfaces.GroupInterface getGroup()
public String toString()
toString
in class DefaultMutableTreeNode
public void add(MutableTreeNode newChild)
add
in class DefaultMutableTreeNode
public void addChildAndBypassUserObjectUpdate(MutableTreeNode newChild)
add
for further explanation.
newChild
- - New child being added.public boolean addUserObjectToGroup(MutableTreeNode newChild)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |