|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 node| Method Detail |
|---|
public ILoader getLoader()
TreeNodeILoader associated with this node.
getLoader in class TreeNodeILoaderpublic java.lang.Object getDataObject()
public DCPropertyTree getPropertyTree()
TreeNode
getPropertyTree in class TreeNodeprotected boolean isVisible()
TreeNode
isVisible in class TreeNodepublic void fillItem()
TreeNodeTreeNode.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 | ||||||||