Method Summary |
|
public boolean | canCopy() Indicates whether this node can be copied hence can be dragged. |
public boolean | canCut() Indicates whether this node can be copied hence can be dragged. |
public boolean | canRename() Indicates whether this node can be renamed. |
public int | compareTo(Object o) Compares this object with the specified object for order. |
public SystemAction[] | getActions() Gets all available system actions for this node. |
public SystemAction | getDefaultAction() Overrides default implementation to return null for this node. |
protected FlatfileChildren | getFlatfileChildren() Returns FlatfileChildren child nodes for this node. |
public HelpCtx | getHelpCtx() |
public Object | getUserObject() Gets user object associated with this node. |
public boolean | isEnabled() Indicates whether this node is enabled. |
public boolean | isSelected() Indicates whether this node is selected. |
public void | setDisplayName(String newName) Overrides parent implementation. |
public void | setEnabled(boolean isEnabled) Sets whether this node is enabled. |
public void | setName(String newName) Overrides parent implementation. |
public void | setSelected(boolean isSelected) Sets whether this node is selected. |
public void | setUserObject(Object obj) Sets user object associated with this node. |
public void | updateUserObject() Updates underlying user object with properties of this node. |