org.gnu.gtk
Class SelectionMode
java.lang.Object
|
+--org.gnu.glib.Enum
|
+--org.gnu.gtk.SelectionMode
- public class SelectionMode
- extends Enum
Determines how elements of a TreeView
widget may be selected. This is
set using TreeSelection.setMode(SelectionMode)
on the tree selection
of the tree view.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final SelectionMode NONE
SINGLE
public static final SelectionMode SINGLE
BROWSE
public static final SelectionMode BROWSE
MULTIPLE
public static final SelectionMode MULTIPLE
intern
public static SelectionMode intern(int value)
or
public SelectionMode or(SelectionMode other)
and
public SelectionMode and(SelectionMode other)
xor
public SelectionMode xor(SelectionMode other)
test
public boolean test(SelectionMode other)