org.gnu.gtk.event

Class TreeViewEvent.Type

public static class TreeViewEvent.Type extends EventType

Which type of TreeModelEvent was received
Field Summary
static TreeViewEvent.TypeCOLUMNS_CHANGED
static TreeViewEvent.TypeEXPAND_COLLAPSE_CURSOR_ROW
static TreeViewEvent.TypeMOVE_CURSOR
static TreeViewEvent.TypeROW_ACTIVATED
static TreeViewEvent.TypeROW_COLLAPSED
static TreeViewEvent.TypeROW_EXPANDED
static TreeViewEvent.TypeSELECT_ALL
static TreeViewEvent.TypeSELECT_CURSOR_PARENT
static TreeViewEvent.TypeSELECT_CURSOR_ROW
static TreeViewEvent.TypeSTART_INTERACTIVE_SEARCH
static TreeViewEvent.TypeTOGGLE_CURSOR_ROW
static TreeViewEvent.TypeUNSELECT_ALL

Field Detail

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