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 interface
PlotColumn
Interface for plugins that plot a column.interface
PlotRow
Interface for plugins that plot a row.interface
PlotSelectedRows
Interface for plugins that plot selected rows.interface
ProcessCell
Interface for plugins that process a cell.interface
ProcessColumn
Interface for plugins that process a column.interface
ProcessRow
Interface for plugins that process a row.interface
ProcessSelectedRows
Interface for plugins that processes selected rows.Classes in adams.gui.visualization.instances.instancestable that implement InstancesTablePopupMenuItem Modifier and Type Class Description class
AbstractPlotColumn
Ancestor for plugins that plot a column.class
AbstractPlotRow
Ancestor for plugins that plot a row.class
AbstractPlotSelectedRows
Ancestor for plugins that plot rows.class
AbstractProcessCell
Ancestor for plugins that process a cell.class
AbstractProcessColumn
Ancestor for plugins that process a column.class
AbstractProcessRow
Ancestor for plugins that process a row.class
AbstractProcessSelectedRows
Ancestor for plugins that process a row.class
ArrayStatistic
Allows the calculation of row statistics.class
AttributeStatistics
Displays statistics for the selected attribute.class
Binning
Allows to perform binning of the values from a column or row.class
ChangeAttributeWeight
Allows the user to change the weight of the selected attribute.class
ChangeInstanceWeights
Allows the user to change the weight of the selected attribute.class
ColumnStatistic
Allows the calculation of column statistics.class
DataSort
Allows sorting the data using multiple columns.class
Histogram
Allows to generate a histogram from a column or row.class
InvestigatorAsNewDataset
Allows the user to add the selected rows as new dataset in the Investigator.class
JFreeChart
Allows to perform a simple plot of a column or row.class
RowStatistic
Allows the calculation of row statistics.class
SimplePlot
Allows to perform a simple plot of a column or row.class
ViewCell
For 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 void
InstancesTablePopupMenuItemHelper. addAction(InstancesTablePopupMenuItemHelper.TableState state, boolean isRow, JMenuItem menuitem, InstancesTablePopupMenuItem item)
Adds the appropriate action to the menuitem.int
AbstractPlotColumn. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractPlotRow. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractPlotSelectedRows. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessCell. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessColumn. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessRow. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessSelectedRows. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
Binning. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
Histogram. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
JFreeChart. compareTo(InstancesTablePopupMenuItem o)
For sorting the menu items.int
SimplePlot. 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 void
InstancesTablePopupMenuItemHelper. addToPopupMenu(InstancesTablePopupMenuItemHelper.TableState state, boolean isRow, JPopupMenu menu, List<InstancesTablePopupMenuItem> items, Set<Class> added)
Adds the available menu items to the menu.
-