org.gnu.gtk.event
Class TreeViewEvent
java.lang.Object
|
+--org.gnu.gtk.event.GtkEvent
|
+--org.gnu.gtk.event.TreeViewEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TreeViewEvent
- extends GtkEvent
An event represeting action by a TreeView
widget.
- See Also:
TreeView
,
Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COLUMNS_CHANGED
public static final int COLUMNS_CHANGED
- See Also:
- Constant Field Values
CURSOR_CHANGED
public static final int CURSOR_CHANGED
- See Also:
- Constant Field Values
EXPAND_COLLAPSE_CURSOR_ROW
public static final int EXPAND_COLLAPSE_CURSOR_ROW
- See Also:
- Constant Field Values
MOVE_CURSOR
public static final int MOVE_CURSOR
- See Also:
- Constant Field Values
ROW_ACTIVATED
public static final int ROW_ACTIVATED
- See Also:
- Constant Field Values
ROW_COLLAPSED
public static final int ROW_COLLAPSED
- See Also:
- Constant Field Values
ROW_EXPANDED
public static final int ROW_EXPANDED
- See Also:
- Constant Field Values
SELECT_ALL
public static final int SELECT_ALL
- See Also:
- Constant Field Values
SELECT_CURSOR_PARENT
public static final int SELECT_CURSOR_PARENT
- See Also:
- Constant Field Values
SELECT_CURSOR_ROW
public static final int SELECT_CURSOR_ROW
- See Also:
- Constant Field Values
SET_SCROLL_ADJUSTMENTS
public static final int SET_SCROLL_ADJUSTMENTS
- See Also:
- Constant Field Values
START_INTERACTIVE_SEARCH
public static final int START_INTERACTIVE_SEARCH
- See Also:
- Constant Field Values
TEST_COLLAPSE_ROW
public static final int TEST_COLLAPSE_ROW
- See Also:
- Constant Field Values
TEST_EXPAND_ROW
public static final int TEST_EXPAND_ROW
- See Also:
- Constant Field Values
TOGGLE_CURSOR_ROW
public static final int TOGGLE_CURSOR_ROW
- See Also:
- Constant Field Values
UNSELECT_ALL
public static final int UNSELECT_ALL
- See Also:
- Constant Field Values
TreeViewEvent
public TreeViewEvent(java.lang.Object source,
GtkEventType id)
- Creates a new Button Event. This is used internally by java-gnome. Users
only have to deal with listeners.