Interface InstancesTablePopupMenuItem
-
- All Superinterfaces:
Comparable<InstancesTablePopupMenuItem>
- All Known Subinterfaces:
PlotColumn
,PlotRow
,PlotSelectedRows
,ProcessCell
,ProcessColumn
,ProcessRow
,ProcessSelectedRows
- All Known Implementing Classes:
AbstractPlotColumn
,AbstractPlotRow
,AbstractPlotSelectedRows
,AbstractProcessCell
,AbstractProcessColumn
,AbstractProcessRow
,AbstractProcessSelectedRows
,ArrayStatistic
,AttributeStatistics
,Binning
,ChangeAttributeWeight
,ChangeInstanceWeights
,ColumnStatistic
,DataSort
,Histogram
,InvestigatorAsNewDataset
,JFreeChart
,RowStatistic
,SimplePlot
,ViewCell
public interface InstancesTablePopupMenuItem extends Comparable<InstancesTablePopupMenuItem>
Ancestor for menu items of popups for the InstancesTable.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIconName()
Returns the name of the icon.String
getMenuItem()
Returns the name for the menu item.boolean
isAvailable(InstancesTablePopupMenuItemHelper.TableState state)
Returns whether the menu item is available.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getMenuItem
String getMenuItem()
Returns the name for the menu item.- Returns:
- the name
-
getIconName
String getIconName()
Returns the name of the icon.- Returns:
- the name, null if none available
-
isAvailable
boolean isAvailable(InstancesTablePopupMenuItemHelper.TableState state)
Returns whether the menu item is available.- Parameters:
state
- the state to use- Returns:
- true if available
-
-