org.gnu.gtk.event
public static class TreeViewEvent.Type extends EventType
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
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 |