Uses of Class
omix.plugin.data.ExtendedHeaderData
Package | Description |
---|---|
omix.plugin.data |
-
Uses of ExtendedHeaderData in omix.plugin.data
Methods in omix.plugin.data that return ExtendedHeaderData Modifier and Type Method Description ExtendedHeaderData
HHeaderTable. columnLabelData(int column)
returns the label data of the given column.ExtendedHeaderData
HVHeadersTable. rowLabelData(int row)
returns the label data of the given row.ExtendedHeaderData
VHeaderTable. rowLabelData(int row)
returns the label data of the given row.Methods in omix.plugin.data that return types with arguments of type ExtendedHeaderData Modifier and Type Method Description List<ExtendedHeaderData>
HHeaderTable. columnLabelData()
returns a list of all available columns.List<ExtendedHeaderData>
HVHeadersTable. rowLabelData()
returns a list of all available rows.List<ExtendedHeaderData>
VHeaderTable. rowLabelData()
returns a list of all available rows.