Uses of Class
adams.gui.visualization.instances.InstancesTable
-
Packages that use InstancesTable Package Description adams.flow.sink adams.gui.visualization.debug.objectrenderer adams.gui.visualization.instances adams.gui.visualization.instances.instancestable -
-
Uses of InstancesTable in adams.flow.sink
Fields in adams.flow.sink declared as InstancesTable Modifier and Type Field Description protected InstancesTable
WekaInstancesDisplay. m_Table
the table with the instances. -
Uses of InstancesTable in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as InstancesTable Modifier and Type Field Description protected InstancesTable
WekaInstancesRenderer. m_LastTable
the last setup. -
Uses of InstancesTable in adams.gui.visualization.instances
Fields in adams.gui.visualization.instances declared as InstancesTable Modifier and Type Field Description protected InstancesTable
InstancesColumnComboBox. m_Table
the associated table.protected InstancesTable
InstancesPanel. m_Table
the table.Methods in adams.gui.visualization.instances that return InstancesTable Modifier and Type Method Description InstancesTable
InstancesPanel. getTable()
Returns the underlying table.Constructors in adams.gui.visualization.instances with parameters of type InstancesTable Constructor Description InstancesColumnComboBox(InstancesTable table)
Initializes the combobox. -
Uses of InstancesTable in adams.gui.visualization.instances.instancestable
Fields in adams.gui.visualization.instances.instancestable declared as InstancesTable Modifier and Type Field Description InstancesTable
InstancesTablePopupMenuItemHelper.TableState. table
the table.Methods in adams.gui.visualization.instances.instancestable with parameters of type InstancesTable Modifier and Type Method Description protected void
JFreeChart. createPlot(InstancesTable table, boolean isColumn, adams.data.spreadsheet.SpreadSheet data, String title, int[] spRows)
Plots the data.protected void
SimplePlot. createPlot(InstancesTable table, boolean isColumn, List<Double>[] list, String title, String[] titles)
Generates the plot.static InstancesTablePopupMenuItemHelper.TableState
InstancesTablePopupMenuItemHelper. getState(InstancesTable table, MouseEvent e, adams.gui.core.TableRowRange range)
Determines the state of the table.protected adams.core.Properties
ArrayStatistic. promptParameters(InstancesTable table)
Prompts the user for parameters.protected adams.core.Properties
SimplePlot. promptParameters(InstancesTable table, boolean isColumn)
Prompts the user to configure the parameters.
-