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

Field Summary
static int COLUMNS_CHANGED
           
static int CURSOR_CHANGED
           
static int EXPAND_COLLAPSE_CURSOR_ROW
           
static int MOVE_CURSOR
           
static int ROW_ACTIVATED
           
static int ROW_COLLAPSED
           
static int ROW_EXPANDED
           
static int SELECT_ALL
           
static int SELECT_CURSOR_PARENT
           
static int SELECT_CURSOR_ROW
           
static int SET_SCROLL_ADJUSTMENTS
           
static int START_INTERACTIVE_SEARCH
           
static int TEST_COLLAPSE_ROW
           
static int TEST_EXPAND_ROW
           
static int TOGGLE_CURSOR_ROW
           
static int UNSELECT_ALL
           
 
Constructor Summary
TreeViewEvent(java.lang.Object source, GtkEventType id)
          Creates a new Button Event.
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net