Package adams.gui.core.spreadsheettable
Interface SpreadSheetTablePopupMenuItem
-
- All Superinterfaces:
Comparable<SpreadSheetTablePopupMenuItem>
- All Known Subinterfaces:
PlotColumn,PlotRow,PlotSelectedRows,ProcessCell,ProcessColumn,ProcessRow,ProcessSelectedRows
- All Known Implementing Classes:
AbstractPlotColumn,AbstractPlotRow,AbstractPlotSelectedRows,AbstractProcessCell,AbstractProcessColumn,AbstractProcessRow,AbstractProcessSelectedRows,ArrayStatistic,Binning,ChangeColumnType,ColumnStatistic,CopySelectedFiles,DataSort,Histogram,JFreeChart,PreviewSelectedFile,RowStatistic,SimplePlot,UniqueValues,ViewCell
public interface SpreadSheetTablePopupMenuItem extends Comparable<SpreadSheetTablePopupMenuItem>
Ancestor for menu items of popups for the SpreadSheetTable.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIconName()Returns the name of the icon.StringgetMenuItem()Returns the name for the menu item.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-