Interface EditorMenuItem

All Superinterfaces:
Action, ActionListener, Comparable<EditorMenuItem>, EventListener
All Known Implementing Classes:
AbstractEditorMenuItem, ConsoleSinkMenuItem, DataSetMenuItem, DefaultDataLoaderMenuItem, DefaultDisplayMenuItem, FileSinkMenuItem, FreezerMenuItem, HistogramMenuItem, TimeSeriesChartMenuItem, UserPanelMenuItem

public interface EditorMenuItem extends Action, Comparable<EditorMenuItem>
Interface for classes that are MenuItems in a parent / composite action's popup menu.
Version:
$Revision: 1.1 $ $Date: 2006/01/09 15:55:03 $
Author:
Nick Collier
  • Method Details

    • setScenarioEvt

      void setScenarioEvt(ScenarioTreeEvent evt)
      Sets the ScenarioTreeEvent that triggers this menu item.
      Parameters:
      evt - the ScenarioTreeEvent that trigged this menu item.
    • getLabel

      String getLabel()
      Gets the label for this menu item.
      Returns:
      the label for this menu item.
    • init

      void init(org.java.plugin.PluginManager manager)
      Called when the menu item is being initialized. This allows the menu item to use the manager if it needs it for any reason.
      Parameters:
      manager - the plugin manager