|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.SelectionMode
public class SelectionMode
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.
Field Summary | |
---|---|
static SelectionMode |
BROWSE
Exactly one item is always selected. |
static SelectionMode |
MULTIPLE
Anything between no item and all items can be selected. |
static SelectionMode |
NONE
No items can be selected. |
static SelectionMode |
SINGLE
No more than one item can be selected. |
Method Summary | |
---|---|
SelectionMode |
and(SelectionMode other)
|
static SelectionMode |
intern(int value)
|
SelectionMode |
or(SelectionMode other)
|
boolean |
test(SelectionMode other)
|
SelectionMode |
xor(SelectionMode other)
|
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SelectionMode NONE
public static final SelectionMode SINGLE
public static final SelectionMode BROWSE
public static final SelectionMode MULTIPLE
Method Detail |
---|
public static SelectionMode intern(int value)
public SelectionMode or(SelectionMode other)
public SelectionMode and(SelectionMode other)
public SelectionMode xor(SelectionMode other)
public boolean test(SelectionMode other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |