org.gnu.gtk.event
Class TreeViewEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gtk.event.TreeViewEvent.Type
Enclosing class:
TreeViewEvent

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.

public static class TreeViewEvent.Type
extends org.gnu.glib.EventType

Which type of TreeModelEvent was received


Field Summary
static TreeViewEvent.Type COLUMNS_CHANGED
          Deprecated.  
static TreeViewEvent.Type EXPAND_COLLAPSE_CURSOR_ROW
          Deprecated.  
static TreeViewEvent.Type MOVE_CURSOR
          Deprecated.  
static TreeViewEvent.Type ROW_ACTIVATED
          Deprecated.  
static TreeViewEvent.Type ROW_COLLAPSED
          Deprecated.  
static TreeViewEvent.Type ROW_EXPANDED
          Deprecated.  
static TreeViewEvent.Type SELECT_ALL
          Deprecated.  
static TreeViewEvent.Type SELECT_CURSOR_PARENT
          Deprecated.  
static TreeViewEvent.Type SELECT_CURSOR_ROW
          Deprecated.  
static TreeViewEvent.Type START_INTERACTIVE_SEARCH
          Deprecated.  
static TreeViewEvent.Type TOGGLE_CURSOR_ROW
          Deprecated.  
static TreeViewEvent.Type UNSELECT_ALL
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.gnu.glib.EventType
getID, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROW_ACTIVATED

public static final TreeViewEvent.Type ROW_ACTIVATED
Deprecated. 

ROW_EXPANDED

public static final TreeViewEvent.Type ROW_EXPANDED
Deprecated. 

ROW_COLLAPSED

public static final TreeViewEvent.Type ROW_COLLAPSED
Deprecated. 

COLUMNS_CHANGED

public static final TreeViewEvent.Type COLUMNS_CHANGED
Deprecated. 

SELECT_ALL

public static final TreeViewEvent.Type SELECT_ALL
Deprecated. 

UNSELECT_ALL

public static final TreeViewEvent.Type UNSELECT_ALL
Deprecated. 

SELECT_CURSOR_ROW

public static final TreeViewEvent.Type SELECT_CURSOR_ROW
Deprecated. 

TOGGLE_CURSOR_ROW

public static final TreeViewEvent.Type TOGGLE_CURSOR_ROW
Deprecated. 

EXPAND_COLLAPSE_CURSOR_ROW

public static final TreeViewEvent.Type EXPAND_COLLAPSE_CURSOR_ROW
Deprecated. 

SELECT_CURSOR_PARENT

public static final TreeViewEvent.Type SELECT_CURSOR_PARENT
Deprecated. 

START_INTERACTIVE_SEARCH

public static final TreeViewEvent.Type START_INTERACTIVE_SEARCH
Deprecated. 

MOVE_CURSOR

public static final TreeViewEvent.Type MOVE_CURSOR
Deprecated.