Class ToolActions

java.lang.Object
docking.actions.ToolActions
All Implemented Interfaces:
DockingToolActions, PropertyChangeListener, EventListener

public class ToolActions extends Object implements DockingToolActions, PropertyChangeListener
An class to manage actions registered with the tool
  • Constructor Details

    • ToolActions

      public ToolActions(Tool tool, ActionToGuiHelper actionToGuiHelper)
      Construct an ActionManager
      Parameters:
      tool - tool using this ActionManager
      actionToGuiHelper - the class that takes actions and maps them to GUI widgets
  • Method Details