|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.event.MouseInputAdapter
org.openorb.board.shared.TreeTableListener
public class TreeTableListener
OpenORB GUI Components / Tree Table Component Listener
Field Summary | |
---|---|
static int |
TABLE_EVENT_ALL
|
static int |
TABLE_EVENT_LCLICK_1
|
static int |
TABLE_EVENT_LCLICK_2
|
static int |
TABLE_EVENT_RCLICK_1
|
static int |
TABLE_EVENT_RCLICK_2
|
static int |
TABLE_EVENT_SELECTION
|
static int |
TREE_EVENT_ALL
|
static int |
TREE_EVENT_EXPANSION
|
static int |
TREE_EVENT_EXPANSION_COLLAPSE
|
static int |
TREE_EVENT_EXPANSION_EXPAND
|
static int |
TREE_EVENT_SELECTION
|
static int |
TREE_EVENT_WILLEXPAND
|
static int |
TREE_EVENT_WILLEXPAND_COLLAPSE
|
static int |
TREE_EVENT_WILLEXPAND_EXPAND
|
Constructor Summary | |
---|---|
TreeTableListener(TreeTable treeTable)
Constructor |
|
TreeTableListener(TreeTableComponent treeTable)
Constructor |
Method Summary | |
---|---|
void |
addCase(int nodeType,
int eventType,
TreeTableEventHandler listener)
|
void |
mouseClicked(java.awt.event.MouseEvent evt)
MouseListener implementation |
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.ListSelectionEvent evt)
ListSelectionListener implementation |
void |
valueChanged(javax.swing.event.TreeSelectionEvent evt)
TreeSelectionListener implementation |
Methods inherited from class javax.swing.event.MouseInputAdapter |
---|
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TREE_EVENT_ALL
public static final int TREE_EVENT_SELECTION
public static final int TREE_EVENT_EXPANSION
public static final int TREE_EVENT_EXPANSION_EXPAND
public static final int TREE_EVENT_EXPANSION_COLLAPSE
public static final int TREE_EVENT_WILLEXPAND
public static final int TREE_EVENT_WILLEXPAND_EXPAND
public static final int TREE_EVENT_WILLEXPAND_COLLAPSE
public static final int TABLE_EVENT_ALL
public static final int TABLE_EVENT_SELECTION
public static final int TABLE_EVENT_LCLICK_1
public static final int TABLE_EVENT_LCLICK_2
public static final int TABLE_EVENT_RCLICK_1
public static final int TABLE_EVENT_RCLICK_2
Constructor Detail |
---|
public TreeTableListener(TreeTable treeTable)
public TreeTableListener(TreeTableComponent treeTable)
Method Detail |
---|
public void valueChanged(javax.swing.event.TreeSelectionEvent evt)
valueChanged
in interface javax.swing.event.TreeSelectionListener
public void treeExpanded(javax.swing.event.TreeExpansionEvent evt)
treeExpanded
in interface javax.swing.event.TreeExpansionListener
public void treeCollapsed(javax.swing.event.TreeExpansionEvent evt)
treeCollapsed
in interface javax.swing.event.TreeExpansionListener
public void treeWillExpand(javax.swing.event.TreeExpansionEvent evt)
treeWillExpand
in interface javax.swing.event.TreeWillExpandListener
public void treeWillCollapse(javax.swing.event.TreeExpansionEvent evt)
treeWillCollapse
in interface javax.swing.event.TreeWillExpandListener
public void valueChanged(javax.swing.event.ListSelectionEvent evt)
valueChanged
in interface javax.swing.event.ListSelectionListener
public void mouseClicked(java.awt.event.MouseEvent evt)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class javax.swing.event.MouseInputAdapter
public void addCase(int nodeType, int eventType, TreeTableEventHandler 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 |