Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
ExecutionTableColumn |
ExecutionTableView.getColumn(int index)
Gets the column at the given index.
|
ExecutionTableColumn |
ExecutionTableView.getColumnByID(int id)
Gets the column by the specified id.
|
ExecutionTableColumn |
ExecutionTableView.getFirstColumn()
Gets the first column of the table.
|
ExecutionTableColumn |
ExecutionTableView.getLastColumn()
Gets the last column of the table.
|
ExecutionTableColumn |
ExecutionTableView.getSelectedColumn()
Gets the selected column in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTableView.add(ExecutionTableColumn column)
Adds a new column to the table.
|
void |
ExecutionTableView.add(ExecutionTableColumn[] columns)
Adds new columns to the table.
|
void |
ExecutionTableView.remove(ExecutionTableColumn column)
Removes the column from the table.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTableColumn |
ExecutionTable.getColumn(int index)
Gets the column at the given index.
|
ExecutionTableColumn |
ExecutionTable.getColumnByID(int id)
Gets the column by the specified id.
|
ExecutionTableColumn |
ExecutionTable.getFirstColumn()
Gets the first column of the table.
|
ExecutionTableColumn |
ExecutionTable.getLastColumn()
Gets the last column of the table.
|
ExecutionTableColumn |
ExecutionTable.getSelectedColumn()
Gets the selected column in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTable.add(ExecutionTableColumn column)
Adds a new column to the table.
|
void |
ExecutionTable.add(ExecutionTableColumn[] columns)
Adds new columns to the table.
|
void |
ExecutionTable.remove(ExecutionTableColumn column)
Removes the column from the table.
|