Uses of Class
de.gsi.chart.plugins.TableViewer.ColumnType
-
Packages that use TableViewer.ColumnType Package Description de.gsi.chart.plugins -
-
Uses of TableViewer.ColumnType in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins that return TableViewer.ColumnType Modifier and Type Method Description static TableViewer.ColumnTypeTableViewer.ColumnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableViewer.ColumnType[]TableViewer.ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.chart.plugins with parameters of type TableViewer.ColumnType Modifier and Type Method Description doubleTableViewer.DataSetsModel. getValue(int row, de.gsi.dataset.DataSet ds, TableViewer.ColumnType type)doubleTableViewer.DataSetsRow. getValue(de.gsi.dataset.DataSet ds, TableViewer.ColumnType type)Constructors in de.gsi.chart.plugins with parameters of type TableViewer.ColumnType Constructor Description DataSetTableColumn(TableViewer.ColumnType type)Creates a TableColumn with the text set to the provided string, with default comparator.
-