Uses of Interface
adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
-
Packages that use InstancesTablePopupMenuItem Package Description adams.gui.visualization.instances.instancestable -
-
Uses of InstancesTablePopupMenuItem in adams.gui.visualization.instances.instancestable
Subinterfaces of InstancesTablePopupMenuItem in adams.gui.visualization.instances.instancestable Modifier and Type Interface Description interfacePlotColumnInterface for plugins that plot a column.interfacePlotRowInterface for plugins that plot a row.interfacePlotSelectedRowsInterface for plugins that plot selected rows.interfaceProcessCellInterface for plugins that process a cell.interfaceProcessColumnInterface for plugins that process a column.interfaceProcessRowInterface for plugins that process a row.interfaceProcessSelectedRowsInterface for plugins that processes selected rows.Classes in adams.gui.visualization.instances.instancestable that implement InstancesTablePopupMenuItem Modifier and Type Class Description classAbstractPlotColumnAncestor for plugins that plot a column.classAbstractPlotRowAncestor for plugins that plot a row.classAbstractPlotSelectedRowsAncestor for plugins that plot rows.classAbstractProcessCellAncestor for plugins that process a cell.classAbstractProcessColumnAncestor for plugins that process a column.classAbstractProcessRowAncestor for plugins that process a row.classAbstractProcessSelectedRowsAncestor for plugins that process a row.classArrayStatisticAllows the calculation of row statistics.classAttributeStatisticsDisplays statistics for the selected attribute.classBinningAllows to perform binning of the values from a column or row.classChangeAttributeWeightAllows the user to change the weight of the selected attribute.classChangeInstanceWeightsAllows the user to change the weight of the selected attribute.classColumnStatisticAllows the calculation of column statistics.classDataSortAllows sorting the data using multiple columns.classHistogramAllows to generate a histogram from a column or row.classInvestigatorAsNewDatasetAllows the user to add the selected rows as new dataset in the Investigator.classJFreeChartAllows to perform a simple plot of a column or row.classRowStatisticAllows the calculation of row statistics.classSimplePlotAllows to perform a simple plot of a column or row.classViewCellFor viewing the cell content.Methods in adams.gui.visualization.instances.instancestable that return types with arguments of type InstancesTablePopupMenuItem Modifier and Type Method Description protected static List<InstancesTablePopupMenuItem>InstancesTablePopupMenuItemHelper. getItems(Class cls)Returns a sorted list of popup menu items for the specified superclass.Methods in adams.gui.visualization.instances.instancestable with parameters of type InstancesTablePopupMenuItem Modifier and Type Method Description protected static voidInstancesTablePopupMenuItemHelper. addAction(InstancesTablePopupMenuItemHelper.TableState state, boolean isRow, JMenuItem menuitem, InstancesTablePopupMenuItem item)Adds the appropriate action to the menuitem.intAbstractPlotColumn. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractPlotRow. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractPlotSelectedRows. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractProcessCell. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractProcessColumn. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractProcessRow. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intAbstractProcessSelectedRows. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intBinning. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intHistogram. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intJFreeChart. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.intSimplePlot. compareTo(InstancesTablePopupMenuItem o)For sorting the menu items.Method parameters in adams.gui.visualization.instances.instancestable with type arguments of type InstancesTablePopupMenuItem Modifier and Type Method Description protected static voidInstancesTablePopupMenuItemHelper. addToPopupMenu(InstancesTablePopupMenuItemHelper.TableState state, boolean isRow, JPopupMenu menu, List<InstancesTablePopupMenuItem> items, Set<Class> added)Adds the available menu items to the menu.
-