|
|||||||||
| 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.CategoryNode
public class CategoryNode
The node corresponding to a category in the DCPropertyTree.
DCPropertyTree| Constructor Summary | |
|---|---|
CategoryNode(TreeNode parent,
java.lang.String name)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
void |
fillItem()
Fill the contents of the corresponding TreeItem. |
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, getLoader, getParent, getPropertyTree, 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 CategoryNode(TreeNode parent,
java.lang.String name)
parent - the parent tree nodename - the name of the category| Method Detail |
|---|
protected boolean isVisible()
TreeNode
isVisible in class TreeNodepublic void fillItem()
TreeNodeTreeNode.getTreeItem() and manipulate the resulting TreeItem.
fillItem in class TreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||