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 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.core.spreadsheettable that implement SpreadSheetTablePopupMenuItem 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.classBinningAllows to perform binning of the values from a column or row.classChangeColumnTypeAllows the conversion of a column to a different type.classColumnStatisticAllows the calculation of column statistics.classCopySelectedFilesAllows copying of the selected files to a target directory.classDataSortAllows sorting the data using multiple columns.classHistogramAllows to generate a histogram from a column or row.classJFreeChartAllows to create a JFreeChart plot of a column or row.classPreviewSelectedFileAllows preview of the selected file in separate dialog.classRowStatisticAllows the calculation of row statistics.classSimplePlotAllows to perform a simple plot of a column or row.classUniqueValuesDisplays all the unique values in the column.classViewCellFor 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 voidSpreadSheetTablePopupMenuItemHelper. addAction(SpreadSheetTablePopupMenuItemHelper.TableState state, boolean isRow, JMenuItem menuitem, SpreadSheetTablePopupMenuItem item)Adds the appropriate action to the menuitem.static voidSpreadSheetTablePopupMenuItemHelper. addProcessSelectedRowsAction(SpreadSheetTablePopupMenuItemHelper.TableState state, JPopupMenu menu, SpreadSheetTablePopupMenuItem item)Adds the available menu items to the menu for processing selected rows.intAbstractPlotColumn. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractPlotRow. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractPlotSelectedRows. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractProcessCell. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractProcessColumn. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractProcessRow. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intAbstractProcessSelectedRows. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intBinning. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intHistogram. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intJFreeChart. compareTo(SpreadSheetTablePopupMenuItem o)For sorting the menu items.intSimplePlot. 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 voidSpreadSheetTablePopupMenuItemHelper. addProcessSelectedRowsToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState state, JPopupMenu menu, List<SpreadSheetTablePopupMenuItem> items)Adds the available menu items to the menu for processing selected rows.protected static voidSpreadSheetTablePopupMenuItemHelper. addToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState state, boolean isRow, JPopupMenu menu, List<SpreadSheetTablePopupMenuItem> items)Adds the available menu items to the menu.
-