org.gnu.gtk
Class SelectionMode

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.SelectionMode

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.SelectionMode. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class SelectionMode
extends org.gnu.glib.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
          Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static SelectionMode MULTIPLE
          Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static SelectionMode NONE
          Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static SelectionMode SINGLE
          Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
 
Method Summary
 SelectionMode and(SelectionMode other)
          Deprecated.  
static SelectionMode intern(int value)
          Deprecated.  
 SelectionMode or(SelectionMode other)
          Deprecated.  
 boolean test(SelectionMode other)
          Deprecated.  
 SelectionMode xor(SelectionMode other)
          Deprecated.  
 
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
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
No items can be selected.


SINGLE

public static final SelectionMode SINGLE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
No more than one item can be selected.


BROWSE

public static final SelectionMode BROWSE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Exactly one item is always selected.


MULTIPLE

public static final SelectionMode MULTIPLE
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Anything between no item and all items can be selected.

Method Detail

intern

public static SelectionMode intern(int value)
Deprecated. 

or

public SelectionMode or(SelectionMode other)
Deprecated. 

and

public SelectionMode and(SelectionMode other)
Deprecated. 

xor

public SelectionMode xor(SelectionMode other)
Deprecated. 

test

public boolean test(SelectionMode other)
Deprecated.