public static enum MultiListSelectionModel.SelctionMode extends Enum<MultiListSelectionModel.SelctionMode>
| Enum Constant and Description |
|---|
MULTIPLE_INTERVAL_SELECTION |
SINGLE_INTERVAL_SELECTION |
SINGLE_SELECTION |
| Modifier and Type | Method and Description |
|---|---|
static MultiListSelectionModel.SelctionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiListSelectionModel.SelctionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiListSelectionModel.SelctionMode SINGLE_SELECTION
public static final MultiListSelectionModel.SelctionMode SINGLE_INTERVAL_SELECTION
public static final MultiListSelectionModel.SelctionMode MULTIPLE_INTERVAL_SELECTION
public static MultiListSelectionModel.SelctionMode[] values()
for (MultiListSelectionModel.SelctionMode c : MultiListSelectionModel.SelctionMode.values()) System.out.println(c);
public static MultiListSelectionModel.SelctionMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.