|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.swt.data.controls.tabletree.TreeNode com.ibm.commons.swt.data.controls.tabletree.RootNode
public class RootNode
The root node of a DCPropertyTree
DCPropertyTree
Constructor Summary | |
---|---|
RootNode(DCPropertyTree propertyTree,
ILoader loader,
java.lang.Object object)
Creates a new instance of this class. |
Method Summary | |
---|---|
void |
fillItem()
Fill the contents of the corresponding TreeItem. |
void |
fillNode()
Fills the child nodes of this root node. |
java.lang.Object |
getDataObject()
Returns the object that this root node is displaying/operating on |
ILoader |
getLoader()
Returns an ILoader associated with this node. |
DCPropertyTree |
getPropertyTree()
Returns the tree control associated with this node. |
protected boolean |
isVisible()
Returns whether or not the current tree node is visible. |
Methods inherited from class com.ibm.commons.swt.data.controls.tabletree.TreeNode |
---|
addChild, clearChildrenNode, dispose, fillNode, getChildren, getDataChangeNotifier, getParent, getRootNode, getTreeItem, isShowing, refreshTree, toEdit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootNode(DCPropertyTree propertyTree, ILoader loader, java.lang.Object object)
propertyTree
- the tree control that is going to display this root nodeloader
- the ILoader to be used with this root nodeobject
- the object being displayed by this root nodeMethod Detail |
---|
public ILoader getLoader()
TreeNode
ILoader
associated with this node.
getLoader
in class TreeNode
ILoader
public java.lang.Object getDataObject()
public DCPropertyTree getPropertyTree()
TreeNode
getPropertyTree
in class TreeNode
protected boolean isVisible()
TreeNode
isVisible
in class TreeNode
public void fillItem()
TreeNode
TreeNode.getTreeItem()
and manipulate the resulting TreeItem.
fillItem
in class TreeNode
public void fillNode() throws com.ibm.commons.iloader.node.NodeException
com.ibm.commons.iloader.node.NodeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |