|
|||||||||
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
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
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 |
---|
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 |