| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListBrowserHandler
| Method Summary | |
|---|---|
|  void | notifyExecute(ListBrowser browser,
              ListNode node)Notifies that a node has to be executed. | 
|  void | notifyOutside(ListBrowser browser,
              java.awt.event.MouseEvent e)Notifies that a mouse click has been done and targets no node. | 
|  void | notifySelect(ListBrowser browser,
             ListNode node,
             java.awt.event.MouseEvent e)Notifies that a node has to be selected. | 
| Method Detail | 
|---|
void notifyOutside(ListBrowser browser,
                   java.awt.event.MouseEvent e)
browser - the NodeBrowser sending the notification.
void notifySelect(ListBrowser browser,
                  ListNode node,
                  java.awt.event.MouseEvent e)
browser - the NodeBrowser sending the notification.node - the selected nodee - the mouse event that targets the selected node
void notifyExecute(ListBrowser browser,
                   ListNode node)
browser - the NodeBrowser sending the notification.node - the node to execute| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||