|
|||||||||
| 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.MemberNode
public abstract class MemberNode
Used to represent an IMember item in the DCPropertyTree control.
IMember,
DCPropertyTree| Constructor Summary | |
|---|---|
MemberNode(TreeNode parent,
java.lang.Object object,
IMember member)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
IMember |
getMember()
Returns the member that this node represents |
java.lang.Object |
getObjectContainer()
Returns the object being displayed by the tree. |
PropertyEditor |
getPropertyEditor()
Returns a property editor that is associated with the current node. |
protected boolean |
isVisible()
Returns whether or not the member associated with this node is visible |
| Methods inherited from class com.ibm.commons.swt.data.controls.tabletree.TreeNode |
|---|
addChild, clearChildrenNode, dispose, fillItem, 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 MemberNode(TreeNode parent,
java.lang.Object object,
IMember member)
parent - the parent of the item being createdobject - the object being represented in the treemember - the member that is to be represented by this node| Method Detail |
|---|
public java.lang.Object getObjectContainer()
public IMember getMember()
public PropertyEditor getPropertyEditor()
protected boolean isVisible()
isVisible in class TreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||