org.gnu.gtk.event

Class TreeModelEvent.Type

public static class TreeModelEvent.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.

Type of a TreeModelEvent
Field Summary
static TreeModelEvent.TypeROW_CHANGED
static TreeModelEvent.TypeROW_DELETED
static TreeModelEvent.TypeROW_HAS_CHILD_TOGGLED
static TreeModelEvent.TypeROW_INSERTED
static TreeModelEvent.TypeROWS_REORDERED

Field Detail

ROW_CHANGED

public static final TreeModelEvent.Type ROW_CHANGED

ROW_DELETED

public static final TreeModelEvent.Type ROW_DELETED

ROW_HAS_CHILD_TOGGLED

public static final TreeModelEvent.Type ROW_HAS_CHILD_TOGGLED

ROW_INSERTED

public static final TreeModelEvent.Type ROW_INSERTED

ROWS_REORDERED

public static final TreeModelEvent.Type ROWS_REORDERED