|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.board.shared.board.BoardTreeListener
public class BoardTreeListener
| 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(javax.swing.event.TreeExpansionEvent evt)
TreeExpansionListener implementation |
void |
treeExpanded(javax.swing.event.TreeExpansionEvent evt)
TreeExpansionListener implementation |
void |
treeWillCollapse(javax.swing.event.TreeExpansionEvent evt)
TreeWillExpandListener implementation |
void |
treeWillExpand(javax.swing.event.TreeExpansionEvent evt)
TreeWillExpandListener implementation |
void |
valueChanged(javax.swing.event.TreeSelectionEvent evt)
TreeSelectionListener implementation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int EVENT_ALL
public static final int EVENT_SELECTION
public static final int EVENT_EXPANSION
public static final int EVENT_EXPANSION_EXPAND
public static final int EVENT_EXPANSION_COLLAPSE
public static final int EVENT_WILLEXPAND
public static final int EVENT_WILLEXPAND_EXPAND
public static final int EVENT_WILLEXPAND_COLLAPSE
| Constructor Detail |
|---|
public BoardTreeListener()
| Method Detail |
|---|
public void valueChanged(javax.swing.event.TreeSelectionEvent evt)
valueChanged in interface javax.swing.event.TreeSelectionListenerpublic void treeExpanded(javax.swing.event.TreeExpansionEvent evt)
treeExpanded in interface javax.swing.event.TreeExpansionListenerpublic void treeCollapsed(javax.swing.event.TreeExpansionEvent evt)
treeCollapsed in interface javax.swing.event.TreeExpansionListenerpublic void treeWillExpand(javax.swing.event.TreeExpansionEvent evt)
treeWillExpand in interface javax.swing.event.TreeWillExpandListenerpublic void treeWillCollapse(javax.swing.event.TreeExpansionEvent evt)
treeWillCollapse in interface javax.swing.event.TreeWillExpandListener
public void addCase(int nodeType,
int eventType,
BoardEventHandler listener)
public void removeCase(int nodeType)
public void removeCase(int nodeType,
int eventType)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||