Uses of Interface
omix.plugin.data.DataMatrixInterface
Package | Description |
---|---|
omix.plugin.data | |
omix.util.data |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of DataMatrixInterface in omix.plugin.data
Methods in omix.plugin.data with type parameters of type DataMatrixInterface Modifier and Type Method Description <T extends DataMatrixInterface>
TTable. getOriginalDataMatrix(Class<T> dataMatrixInterface)
Returns the original DataMatrixInterface instance behind this table if the given class matches to the data matrixes type, otherwise null.Methods in omix.plugin.data that return DataMatrixInterface Modifier and Type Method Description DataMatrixInterface
DataSourceInterface. getDataMatrix(int index)
DataMatrixInterface
DataSourceInterface. getDataMatrix(String identifier)
-
Uses of DataMatrixInterface in omix.util.data
Classes in omix.util.data that implement DataMatrixInterface Modifier and Type Class Description class
AbstractDataMatrix
This class implements listener management of a data matrix and serves as abstract adapter class forDataMatrixInterface
.