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.


Field Summary
static SelectionMode BROWSE
           
static SelectionMode MULTIPLE
           
static SelectionMode NONE
           
static SelectionMode SINGLE
           
 
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

NONE

public static final SelectionMode NONE

SINGLE

public static final SelectionMode SINGLE

BROWSE

public static final SelectionMode BROWSE

MULTIPLE

public static final SelectionMode MULTIPLE
Method Detail

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)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net