org.gnu.gtk.event

Class TreeViewEvent.Type

Enclosing Class:
TreeViewEvent

public static class TreeViewEvent.Type
extends EventType

Which type of TreeModelEvent was received

Field Summary

static TreeViewEvent.Type
COLUMNS_CHANGED
static TreeViewEvent.Type
EXPAND_COLLAPSE_CURSOR_ROW
static TreeViewEvent.Type
MOVE_CURSOR
static TreeViewEvent.Type
ROW_ACTIVATED
static TreeViewEvent.Type
ROW_COLLAPSED
static TreeViewEvent.Type
ROW_EXPANDED
static TreeViewEvent.Type
SELECT_ALL
static TreeViewEvent.Type
SELECT_CURSOR_PARENT
static TreeViewEvent.Type
SELECT_CURSOR_ROW
static TreeViewEvent.Type
START_INTERACTIVE_SEARCH
static TreeViewEvent.Type
TOGGLE_CURSOR_ROW
static TreeViewEvent.Type
UNSELECT_ALL

Method Summary

Methods inherited from class org.gnu.glib.EventType

getID, getName

Field Details

COLUMNS_CHANGED

public static final TreeViewEvent.Type COLUMNS_CHANGED

EXPAND_COLLAPSE_CURSOR_ROW

public static final TreeViewEvent.Type EXPAND_COLLAPSE_CURSOR_ROW

MOVE_CURSOR

public static final TreeViewEvent.Type MOVE_CURSOR

ROW_ACTIVATED

public static final TreeViewEvent.Type ROW_ACTIVATED

ROW_COLLAPSED

public static final TreeViewEvent.Type ROW_COLLAPSED

ROW_EXPANDED

public static final TreeViewEvent.Type ROW_EXPANDED

SELECT_ALL

public static final TreeViewEvent.Type SELECT_ALL

SELECT_CURSOR_PARENT

public static final TreeViewEvent.Type SELECT_CURSOR_PARENT

SELECT_CURSOR_ROW

public static final TreeViewEvent.Type SELECT_CURSOR_ROW

START_INTERACTIVE_SEARCH

public static final TreeViewEvent.Type START_INTERACTIVE_SEARCH

TOGGLE_CURSOR_ROW

public static final TreeViewEvent.Type TOGGLE_CURSOR_ROW

UNSELECT_ALL

public static final TreeViewEvent.Type UNSELECT_ALL