Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
ExecutionTableItem |
ExecutionTableView.getFirstItem()
Gets the first item of the table.
|
ExecutionTableItem |
ExecutionTableView.getItem(int index)
Gets the item at the specified index.
|
ExecutionTableItem |
ExecutionTableView.getItemByID(int id)
Gets the item by the specified id.
|
ExecutionTableItem |
ExecutionTableView.getLastItem()
Gets the last item of the table.
|
ExecutionTableItem |
ExecutionTableView.getSelectedItem()
Gets the selected item in the table.
|
ExecutionTableItem |
ExecutionTableView.getSelectedItem(int index)
Gets the selected item at the specified index.
|
ExecutionTableItem |
ExecutionTableView.getVisibleRow(int index)
Gets the visible row at the specified index.
|
ExecutionTableItem |
ExecutionTableView.getVisibleRowByID(int id)
Gets the visible item by the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTableView.add(ExecutionTableItem item)
Adds a new item to the table.
|
void |
ExecutionTableView.add(ExecutionTableItem[] items)
Adds new items to the table.
|
void |
ExecutionTableView.remove(ExecutionTableItem item)
Removes the item from the table.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTableItem |
ExecutionTable.getFirstItem()
Gets the first item of the table.
|
ExecutionTableItem |
ExecutionTable.getItem(int index)
Gets the item at the specified index.
|
ExecutionTableItem |
ExecutionTable.getItemByID(int id)
Gets the item by the specified id.
|
ExecutionTableItem |
ExecutionTable.getLastItem()
Gets the last item of the table.
|
ExecutionTableItem |
ExecutionTable.getSelectedItem()
Gets the selected item in the table.
|
ExecutionTableItem |
ExecutionTable.getSelectedItem(int index)
Gets the selected item at the specified index.
|
ExecutionTableItem |
ExecutionTable.getVisibleRow(int index)
Gets the visible row at the specified index.
|
ExecutionTableItem |
ExecutionTable.getVisibleRowByID(int id)
Gets the visible item by the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTable.add(ExecutionTableItem item)
Adds a new item to the table.
|
void |
ExecutionTable.add(ExecutionTableItem[] items)
Adds new items to the table.
|
void |
ExecutionTable.add(int index,
ExecutionTableItem item)
Adds a new item to the table.
|
void |
ExecutionTable.remove(ExecutionTableItem item)
Removes the item from the table.
|