Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets | |
lavesdk.gui.widgets.enums |
Modifier and Type | Method and Description |
---|---|
SelectionType |
ExecutionTableView.getSelectionType()
Gets the selection type of the table.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTableView.setSelectionType(SelectionType type)
Sets the selection type of the table.
|
Modifier and Type | Method and Description |
---|---|
SelectionType |
ExecutionTable.getSelectionType()
Gets the selection type of the table.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTable.setSelectionType(SelectionType type)
Sets the selection type of the table.
|
Modifier and Type | Method and Description |
---|---|
static SelectionType |
SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionType[] |
SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|