Uses of Class
adams.gui.core.TableRowRange
-
Packages that use TableRowRange Package Description adams.gui.core adams.gui.core.spreadsheettable adams.gui.tools.spreadsheetviewer adams.gui.visualization.instances adams.gui.visualization.instances.instancestable -
-
Uses of TableRowRange in adams.gui.core
Methods in adams.gui.core that return TableRowRange Modifier and Type Method Description static TableRowRange
TableRowRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableRowRange[]
TableRowRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type TableRowRange Modifier and Type Method Description protected void
BaseTable. saveAs(TableRowRange range)
Pops up a save dialog for saving the data to a file.SpreadSheet
BaseTable. toSpreadSheet(TableRowRange range)
Returns the underlying sheet.SpreadSheet
BaseTable. toSpreadSheet(TableRowRange range, boolean view)
Returns the underlying sheet.SpreadSheet
SpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range)
Returns the underlying sheet.SpreadSheet
SpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range, boolean view)
Returns the underlying sheet. -
Uses of TableRowRange in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as TableRowRange Modifier and Type Field Description TableRowRange
SpreadSheetTablePopupMenuItemHelper.TableState. range
the row range.Methods in adams.gui.core.spreadsheettable with parameters of type TableRowRange Modifier and Type Method Description static SpreadSheetTablePopupMenuItemHelper.TableState
SpreadSheetTablePopupMenuItemHelper. getState(SpreadSheetTable table, MouseEvent e, TableRowRange range)
Determines the state of the table.boolean
Binning. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
ChangeColumnType. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
ColumnStatistic. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
DataSort. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
Histogram. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
JFreeChart. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
SimplePlot. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
TableRowRangeCheck. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
UniqueValues. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled. -
Uses of TableRowRange in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer with parameters of type TableRowRange Modifier and Type Method Description SpreadSheet
SpreadSheetPanel. toSpreadSheet(TableRowRange range)
Returns the underlying sheet. -
Uses of TableRowRange in adams.gui.visualization.instances
Methods in adams.gui.visualization.instances with parameters of type TableRowRange Modifier and Type Method Description protected void
InstancesTable. saveAs(TableRowRange range)
Exports the data.weka.core.Instances
InstancesTable. toInstances(TableRowRange range)
Returns the data.weka.core.Instances
InstancesTable. toInstances(TableRowRange range, boolean view)
Returns the data. -
Uses of TableRowRange in adams.gui.visualization.instances.instancestable
Fields in adams.gui.visualization.instances.instancestable declared as TableRowRange Modifier and Type Field Description TableRowRange
InstancesTablePopupMenuItemHelper.TableState. range
the row range.Methods in adams.gui.visualization.instances.instancestable with parameters of type TableRowRange Modifier and Type Method Description static InstancesTablePopupMenuItemHelper.TableState
InstancesTablePopupMenuItemHelper. getState(InstancesTable table, MouseEvent e, TableRowRange range)
Determines the state of the table.boolean
AttributeStatistics. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
Binning. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
ChangeAttributeWeight. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
ColumnStatistic. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
DataSort. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
Histogram. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
JFreeChart. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.boolean
SimplePlot. handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.
-