Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ro.nolimits.gui.tree
Interface NodeId  view NodeId download NodeId.java

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.