|
|||||||||
| Home >> All >> ro >> nolimits >> gui >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ro.nolimits.gui.tree
Interface NodeId

- All Known Implementing Classes:
- TreeBrowser
- public interface NodeId
The interface to be implemented by nodes.
| Method Summary | |
void |
notifyCollapse(DrawTree browser,
TreeNode node)
Notifies that a node has to be collapsed. |
void |
notifyExecute(DrawTree browser,
TreeNode node)
Notifies that a node has to be executed. |
void |
notifyExpand(DrawTree browser,
TreeNode node)
Notifies that a node has to be expanded. |
void |
notifySelect(DrawTree browser,
TreeNode node)
Notifies that a node has to be selected. |
| Method Detail |
notifySelect
public void notifySelect(DrawTree browser, TreeNode node)
- Notifies that a node has to be selected.
notifyExpand
public void notifyExpand(DrawTree browser, TreeNode node)
- Notifies that a node has to be expanded.
notifyCollapse
public void notifyCollapse(DrawTree browser, TreeNode node)
- Notifies that a node has to be collapsed.
notifyExecute
public void notifyExecute(DrawTree browser, TreeNode node)
- Notifies that a node has to be executed.
|
|||||||||
| Home >> All >> ro >> nolimits >> gui >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC