Uses of Interface
adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
-
Packages that use SpreadSheetTablePopupMenuItem Package Description adams.gui.core.spreadsheettable -
-
Uses of SpreadSheetTablePopupMenuItem in adams.gui.core.spreadsheettable
Subinterfaces of SpreadSheetTablePopupMenuItem in adams.gui.core.spreadsheettable 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.core.spreadsheettable that implement SpreadSheetTablePopupMenuItem 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
Binning
Allows to perform binning of the values from a column or row.class
ChangeColumnType
Allows the conversion of a column to a different type.class
ColumnStatistic
Allows the calculation of column statistics.class
CopySelectedFiles
Allows copying of the selected files to a target directory.class
DataSort
Allows sorting the data using multiple columns.class
Histogram
Allows to generate a histogram from a column or row.class
JFreeChart
Allows to create a JFreeChart plot of a column or row.class
PreviewSelectedFile
Allows preview of the selected file in separate dialog.class
RowStatistic
Allows the calculation of row statistics.class
SimplePlot
Allows to perform a simple plot of a column or row.class
UniqueValues
Displays all the unique values in the column.class
ViewCell
For viewing the cell content.Methods in adams.gui.core.spreadsheettable that return types with arguments of type SpreadSheetTablePopupMenuItem Modifier and Type Method Description protected static List<SpreadSheetTablePopupMenuItem>
SpreadSheetTablePopupMenuItemHelper. getItems(Class cls)
Returns a sorted list of popup menu items for the specified superclass.Methods in adams.gui.core.spreadsheettable with parameters of type SpreadSheetTablePopupMenuItem Modifier and Type Method Description protected static void
SpreadSheetTablePopupMenuItemHelper. addAction(SpreadSheetTablePopupMenuItemHelper.TableState state, boolean isRow, JMenuItem menuitem, SpreadSheetTablePopupMenuItem item)
Adds the appropriate action to the menuitem.static void
SpreadSheetTablePopupMenuItemHelper. addProcessSelectedRowsAction(SpreadSheetTablePopupMenuItemHelper.TableState state, JPopupMenu menu, SpreadSheetTablePopupMenuItem item)
Adds the available menu items to the menu for processing selected rows.int
AbstractPlotColumn. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractPlotRow. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractPlotSelectedRows. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessCell. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessColumn. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessRow. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
AbstractProcessSelectedRows. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
Binning. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
Histogram. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
JFreeChart. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.int
SimplePlot. compareTo(SpreadSheetTablePopupMenuItem o)
For sorting the menu items.Method parameters in adams.gui.core.spreadsheettable with type arguments of type SpreadSheetTablePopupMenuItem Modifier and Type Method Description static void
SpreadSheetTablePopupMenuItemHelper. addProcessSelectedRowsToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState state, JPopupMenu menu, List<SpreadSheetTablePopupMenuItem> items)
Adds the available menu items to the menu for processing selected rows.protected static void
SpreadSheetTablePopupMenuItemHelper. addToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState state, boolean isRow, JPopupMenu menu, List<SpreadSheetTablePopupMenuItem> items)
Adds the available menu items to the menu.
-