|
||||||||||
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.PropertyTreeNode
public class PropertyTreeNode
JTree node for Properties.
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
PropertyTreeNode(com.artenum.frida.interfaces.PropertyInterface tmpProp)
Default constructor. |
Method Summary | |
---|---|
void |
add(MutableTreeNode newChild)
Add the given new child to the present PropertyTreeNode. |
void |
addChildAndBypassUserObjectUpdate(MutableTreeNode newChild)
Add the given new child to the present PropertyTreeNode but do not update the Property-Characteristics model. |
boolean |
addUserObjectToProperty(MutableTreeNode newChild)
|
com.artenum.frida.interfaces.PropertyInterface |
getProperty()
Get the Property linked to the present tree node. |
String |
toString()
Get the name of the linked Property. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyTreeNode(com.artenum.frida.interfaces.PropertyInterface tmpProp)
tmpProp
- Method Detail |
---|
public com.artenum.frida.interfaces.PropertyInterface getProperty()
public String toString()
toString
in class DefaultMutableTreeNode
public void add(MutableTreeNode newChild)
addChildAndBypassUserObjectUpdate
in spite of.
add
in class DefaultMutableTreeNode
newChild
- - New child being added.public void addChildAndBypassUserObjectUpdate(MutableTreeNode newChild)
add
for further explanation.
newChild
- - New child being added.public boolean addUserObjectToProperty(MutableTreeNode newChild)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |