Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gtk.SelectionMode
public class SelectionMode
extends Enum
TreeView
widget may be selected. This is
set using TreeSelection.setMode(SelectionMode)
on the tree selection
of the tree view.
Field Summary | |
static SelectionMode |
|
static SelectionMode |
|
static SelectionMode |
|
static SelectionMode |
|
Method Summary | |
SelectionMode |
|
static SelectionMode |
|
SelectionMode |
|
boolean |
|
SelectionMode |
|
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.
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.
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.
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.