org.openorb.board.shared.board
public class BoardTreeListener extends Object implements TreeSelectionListener, TreeExpansionListener, TreeWillExpandListener
Field Summary | |
---|---|
static int | EVENT_ALL
Define the event type constants |
static int | EVENT_EXPANSION |
static int | EVENT_EXPANSION_COLLAPSE |
static int | EVENT_EXPANSION_EXPAND |
static int | EVENT_SELECTION |
static int | EVENT_WILLEXPAND |
static int | EVENT_WILLEXPAND_COLLAPSE |
static int | EVENT_WILLEXPAND_EXPAND |
Constructor Summary | |
---|---|
BoardTreeListener()
Constructor |
Method Summary | |
---|---|
void | addCase(int nodeType, int eventType, BoardEventHandler listener) |
void | removeCase(int nodeType) |
void | removeCase(int nodeType, int eventType) |
void | treeCollapsed(TreeExpansionEvent evt)
TreeExpansionListener implementation |
void | treeExpanded(TreeExpansionEvent evt)
TreeExpansionListener implementation |
void | treeWillCollapse(TreeExpansionEvent evt)
TreeWillExpandListener implementation |
void | treeWillExpand(TreeExpansionEvent evt)
TreeWillExpandListener implementation |
void | valueChanged(TreeSelectionEvent evt)
TreeSelectionListener implementation |