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 InstancesTableWekaInstancesDisplay. m_Tablethe 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 InstancesTableWekaInstancesRenderer. m_LastTablethe 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 InstancesTableInstancesColumnComboBox. m_Tablethe associated table.protected InstancesTableInstancesPanel. m_Tablethe table.Methods in adams.gui.visualization.instances that return InstancesTable Modifier and Type Method Description InstancesTableInstancesPanel. 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 InstancesTableInstancesTablePopupMenuItemHelper.TableState. tablethe table.Methods in adams.gui.visualization.instances.instancestable with parameters of type InstancesTable Modifier and Type Method Description protected voidJFreeChart. createPlot(InstancesTable table, boolean isColumn, SpreadSheet data, String title, int[] spRows)Plots the data.protected voidSimplePlot. createPlot(InstancesTable table, boolean isColumn, List<Double>[] list, String title, String[] titles)Generates the plot.static InstancesTablePopupMenuItemHelper.TableStateInstancesTablePopupMenuItemHelper. getState(InstancesTable table, MouseEvent e, TableRowRange range)Determines the state of the table.protected PropertiesArrayStatistic. promptParameters(InstancesTable table)Prompts the user for parameters.protected PropertiesSimplePlot. promptParameters(InstancesTable table, boolean isColumn)Prompts the user to configure the parameters.
-