|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.openorb.board.shared.treetable.Listener
public class Listener
OpenORB GUI Components / Tree Table / Listener
Field Summary | |
---|---|
static int |
TABLE_EVENT_ANY
|
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 |
TREE_EVENT_ANY
|
static int |
TREE_EVENT_COLLAPSE
|
static int |
TREE_EVENT_EXPAND
|
static int |
TREE_EVENT_LCLICK_2
|
static int |
TREE_EVENT_RCLICK_1
|
static int |
TREE_EVENT_RCLICK_2
|
static int |
TREE_EVENT_SELECTION
Define the event type constants |
static int |
TREE_EVENT_WILLCOLLAPSE
|
static int |
TREE_EVENT_WILLEXPAND
|
Constructor Summary | |
---|---|
Listener(TreeTable2 treeTable)
Constructor |
Method Summary | |
---|---|
void |
addCase(int nodeType,
int eventType,
DataNodeEventHandler 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 java.awt.event.MouseAdapter |
---|
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.MouseListener |
---|
mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from interface java.awt.event.MouseMotionListener |
---|
mouseDragged, mouseMoved |
Field Detail |
---|
public static final int TREE_EVENT_SELECTION
public static final int TREE_EVENT_EXPAND
public static final int TREE_EVENT_COLLAPSE
public static final int TREE_EVENT_WILLEXPAND
public static final int TREE_EVENT_WILLCOLLAPSE
public static final int TREE_EVENT_LCLICK_2
public static final int TREE_EVENT_RCLICK_1
public static final int TREE_EVENT_RCLICK_2
public static final int TREE_EVENT_ANY
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
public static final int TABLE_EVENT_ANY
Constructor Detail |
---|
public Listener(TreeTable2 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 java.awt.event.MouseAdapter
public void addCase(int nodeType, int eventType, DataNodeEventHandler 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 |