public static enum SelectFieldsPanel.MOVE extends Enum<SelectFieldsPanel.MOVE>
Enum Constant and Description |
---|
MOVE_ALL_LEFT |
MOVE_ALL_RIGHT |
MOVE_LEFT |
MOVE_RIGHT |
Modifier and Type | Method and Description |
---|---|
abstract String |
display() |
abstract int |
getTableIndex() |
abstract boolean |
getTag() |
void |
move(TypedListModel<Property> fields,
JList[] table,
TypedListModel<Property>[] fieldsModel) |
abstract boolean |
moveAll() |
static SelectFieldsPanel.MOVE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectFieldsPanel.MOVE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectFieldsPanel.MOVE MOVE_RIGHT
public static final SelectFieldsPanel.MOVE MOVE_LEFT
public static final SelectFieldsPanel.MOVE MOVE_ALL_RIGHT
public static final SelectFieldsPanel.MOVE MOVE_ALL_LEFT
public static SelectFieldsPanel.MOVE[] values()
for (SelectFieldsPanel.MOVE c : SelectFieldsPanel.MOVE.values()) System.out.println(c);
public static SelectFieldsPanel.MOVE 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 nullpublic abstract int getTableIndex()
public abstract String display()
public abstract boolean moveAll()
public abstract boolean getTag()
public void move(TypedListModel<Property> fields, JList[] table, TypedListModel<Property>[] fieldsModel)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.