|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionMode | |
org.gnu.gtk |
Uses of SelectionMode in org.gnu.gtk |
Fields in org.gnu.gtk declared as SelectionMode | |
static SelectionMode |
SelectionMode.NONE
|
static SelectionMode |
SelectionMode.SINGLE
|
static SelectionMode |
SelectionMode.BROWSE
|
static SelectionMode |
SelectionMode.MULTIPLE
|
Methods in org.gnu.gtk that return SelectionMode | |
static SelectionMode |
SelectionMode.intern(int value)
|
SelectionMode |
SelectionMode.or(SelectionMode other)
|
SelectionMode |
SelectionMode.and(SelectionMode other)
|
SelectionMode |
SelectionMode.xor(SelectionMode other)
|
Methods in org.gnu.gtk with parameters of type SelectionMode | |
void |
SimpleList.setSelectable(SelectionMode setting)
Sets how many of the elements can be selected. |
SelectionMode |
SelectionMode.or(SelectionMode other)
|
SelectionMode |
SelectionMode.and(SelectionMode other)
|
SelectionMode |
SelectionMode.xor(SelectionMode other)
|
boolean |
SelectionMode.test(SelectionMode other)
|
void |
TreeSelection.setMode(SelectionMode mode)
Sets the selection mode of the selection. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |