Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
ExecutionTableGroup |
ExecutionTableView.getColumnGroup(int index)
Gets the column group at the given index.
|
ExecutionTableGroup |
ExecutionTableView.getItemGroup(int index)
Gets the item group at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTableView.addColumnGroup(ExecutionTableGroup group)
Adds a new column group to the table.
|
void |
ExecutionTableView.addItemGroup(ExecutionTableGroup group)
Adds a new item (row) group to the table.
|
void |
ExecutionTableView.removeColumnGroup(ExecutionTableGroup group)
Removes a column group from the table.
|
void |
ExecutionTableView.removeItemGroup(ExecutionTableGroup group)
Removes an item (row) group from the table.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTableGroup |
ExecutionTable.getColumnGroup(int index)
Gets the column group at the given index.
|
ExecutionTableGroup |
ExecutionTable.getItemGroup(int index)
Gets the item group at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTable.addColumnGroup(ExecutionTableGroup group)
Adds a new column group to the table.
|
void |
ExecutionTable.addItemGroup(ExecutionTableGroup group)
Adds a new item (row) group to the table.
|
void |
ExecutionTable.removeColumnGroup(ExecutionTableGroup group)
Removes a column group from the table.
|
void |
ExecutionTable.removeItemGroup(ExecutionTableGroup group)
Removes an item (row) group from the table.
|