|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.data.DataObject
ewe.data.LiveObject
ewe.data.LiveTreeNode
ewex.registry.RegistryKeyNode
| Field Summary | |
RegistryKey |
key
|
| Fields inherited from class ewe.data.LiveTreeNode |
children, parent |
| Constructor Summary | |
RegistryKeyNode(RegistryKey key)
|
|
| Method Summary | |
boolean |
canExpand()
Returns whether this node is expandable. |
boolean |
collapse()
Tell it that it can release its children. |
boolean |
expand()
Tell it to expand (ie gather its children). |
String |
getName()
By default this returns the String "unnamed". |
boolean |
isLeaf()
Returns whether this is a node or leaf. |
String |
toString()
Return a String representation of this object. |
| Methods inherited from class ewe.data.LiveTreeNode |
addChild, addressOfChild, addressOfChild, addressOfChild, findNamedChild, getChild, getChildAt, getChildAt, getChildCount, getChildren, getParent, getParent, getSibling, indexOfChild, insertChild, isNamed, removeChild, setParent |
| Methods inherited from class ewe.data.LiveObject |
action, action, addMeToPanel, addObjectToPanel, addToPanel, decode, decoded, decodeFields, enableEditorScrolling, encode, encoded, encodeFields, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, input, makeNewEditor, runAsApp, textDecode, textEncode |
| Methods inherited from class ewe.data.DataObject |
_getSetField, appendAllFields, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode |
| Methods inherited from interface ewe.data.DataUnit |
copyFrom, getNew |
| Methods inherited from interface ewe.util.Copyable |
getCopy |
| Methods inherited from interface ewe.util.Comparable |
compareTo |
| Field Detail |
public RegistryKey key
| Constructor Detail |
public RegistryKeyNode(RegistryKey key)
| Method Detail |
public String getName()
LiveObject
getName in interface LiveDatagetName in class LiveObjectpublic String toString()
Object
toString in class Objectpublic boolean canExpand()
TreeNode
canExpand in interface TreeNodecanExpand in class LiveTreeNodepublic boolean expand()
TreeNode
expand in interface TreeNodeexpand in class LiveTreeNodepublic boolean isLeaf()
TreeNode
isLeaf in interface TreeNodeisLeaf in class LiveTreeNodepublic boolean collapse()
TreeNode
collapse in interface TreeNodecollapse in class LiveTreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||