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 TableRowRangeTableRowRange. 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 voidBaseTable. saveAs(TableRowRange range)Pops up a save dialog for saving the data to a file.SpreadSheetBaseTable. toSpreadSheet(TableRowRange range)Returns the underlying sheet.SpreadSheetBaseTable. toSpreadSheet(TableRowRange range, boolean view)Returns the underlying sheet.SpreadSheetSpreadSheetTableWithButtons. toSpreadSheet(TableRowRange range)Returns the underlying sheet.SpreadSheetSpreadSheetTableWithButtons. 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 TableRowRangeSpreadSheetTablePopupMenuItemHelper.TableState. rangethe row range.Methods in adams.gui.core.spreadsheettable with parameters of type TableRowRange Modifier and Type Method Description static SpreadSheetTablePopupMenuItemHelper.TableStateSpreadSheetTablePopupMenuItemHelper. getState(SpreadSheetTable table, MouseEvent e, TableRowRange range)Determines the state of the table.booleanBinning. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanChangeColumnType. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanColumnStatistic. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanDataSort. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanHistogram. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanJFreeChart. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanSimplePlot. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanTableRowRangeCheck. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanUniqueValues. 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 SpreadSheetSpreadSheetPanel. 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 voidInstancesTable. saveAs(TableRowRange range)Exports the data.weka.core.InstancesInstancesTable. toInstances(TableRowRange range)Returns the data.weka.core.InstancesInstancesTable. 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 TableRowRangeInstancesTablePopupMenuItemHelper.TableState. rangethe row range.Methods in adams.gui.visualization.instances.instancestable with parameters of type TableRowRange Modifier and Type Method Description static InstancesTablePopupMenuItemHelper.TableStateInstancesTablePopupMenuItemHelper. getState(InstancesTable table, MouseEvent e, TableRowRange range)Determines the state of the table.booleanAttributeStatistics. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanBinning. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanChangeAttributeWeight. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanColumnStatistic. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanDataSort. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanHistogram. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanJFreeChart. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.booleanSimplePlot. handlesRowRange(TableRowRange range)Checks whether the row range can be handled.
-