Module org.hdfgroup.hdfview
Package hdf.view.TableView
Class DefaultBaseTableView.RowHeaderDataProvider
Object
hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
- All Implemented Interfaces:
org.eclipse.nebula.widgets.nattable.data.IDataProvider
- Enclosing class:
- DefaultBaseTableView
protected class DefaultBaseTableView.RowHeaderDataProvider extends Object implements org.eclipse.nebula.widgets.nattable.data.IDataProvider
Custom Row Header data provider to set row indices based on Index Base for
both Scalar Datasets and Compound Datasets.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RowHeaderDataProvider(DataFormat theDataObject)
-
Method Summary
Modifier and Type Method Description int
getColumnCount()
Object
getDataValue(int columnIndex, int rowIndex)
int
getRowCount()
void
setDataValue(int columnIndex, int rowIndex, Object newValue)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
start
-
stride
-
-
Constructor Details
-
RowHeaderDataProvider
-
-
Method Details
-
getColumnCount
- Specified by:
getColumnCount
in interfaceorg.eclipse.nebula.widgets.nattable.data.IDataProvider
-
getRowCount
- Specified by:
getRowCount
in interfaceorg.eclipse.nebula.widgets.nattable.data.IDataProvider
-
getDataValue
- Specified by:
getDataValue
in interfaceorg.eclipse.nebula.widgets.nattable.data.IDataProvider
-
setDataValue
- Specified by:
setDataValue
in interfaceorg.eclipse.nebula.widgets.nattable.data.IDataProvider
-