Interface ET_Control

All Known Subinterfaces:
ET_FilterControl, ET_HelpControl, ET_ReportControl, ET_SessionControl, ET_ViewControl
All Known Implementing Classes:
BasicSessionControl, ET_DefaultHelpControl, ET_DefaultViewControl, ET_FilterHandler

public interface ET_Control
Base interface of ExecTool components
  • Method Details

    • updateGUI

      void updateGUI()
      Invoked when some change has happened
    • save

      void save(Map<String,String> m)
      Saves current state to the map
    • restore

      void restore(Map<String,String> m)
      Restores saved state from the map
    • getMenu

      JMenu getMenu()
      Returts menu to be added to the menu mar
    • getToolBarActionList

      List<Action> getToolBarActionList()
      Returns list of actions to be added to the tool bar
    • dispose

      void dispose()