Uses of Class
omix.lang.data.Table.SelectedContent
Package | Description |
---|---|
omix.lang.data | |
omix.plugin.data | |
omix.util.data |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of Table.SelectedContent in omix.lang.data
Subclasses of Table.SelectedContent in omix.lang.data Modifier and Type Class Description static class
Table.SelectedCell
This class represents a selected cell in the tablestatic class
Table.SelectedColumn
This class represents a selected cell in the tablestatic class
Table.SelectedRow
This class represents a selected cell in the tablestatic class
Table.SelectedTable
This class represents the state where the entire table is selectedMethods in omix.lang.data that return types with arguments of type Table.SelectedContent Modifier and Type Method Description List<Table.SelectedContent>
Table. getSelection()
Returns the current selection in the table. -
Uses of Table.SelectedContent in omix.plugin.data
Method parameters in omix.plugin.data with type arguments of type Table.SelectedContent Modifier and Type Method Description default void
DataMatrixInterface. setSelection(List<Table.SelectedContent> selection)
void
Table. setSelection(List<Table.SelectedContent> selection)
Set the selection of the table.default void
DataMatrixChangeListener. updateSelection(List<Table.SelectedContent> selection)
-
Uses of Table.SelectedContent in omix.util.data
Method parameters in omix.util.data with type arguments of type Table.SelectedContent Modifier and Type Method Description protected void
AbstractDataMatrix. updateSelection(List<Table.SelectedContent> selection)