Package de.gsi.chart.plugins
Class TableViewer.DataSetsRow
- java.lang.Object
-
- de.gsi.chart.plugins.TableViewer.DataSetsRow
-
- Enclosing class:
- TableViewer
protected class TableViewer.DataSetsRow extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
protected TableViewer.DataSetsModel
getModel()
int
getRow()
double
getValue(de.gsi.dataset.DataSet ds, TableViewer.ColumnType type)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getModel
protected TableViewer.DataSetsModel getModel()
-
getRow
public int getRow()
-
getValue
public double getValue(de.gsi.dataset.DataSet ds, TableViewer.ColumnType type)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-