Class BackAction

All Implemented Interfaces:
IAction

public class BackAction extends FrameAction
Generic "Back" action which goes back one frame,
  • Constructor Details

    • BackAction

      public BackAction(FrameList frameList)
      Constructs a new action for the specified frame list.
      Parameters:
      frameList - the frame list
  • Method Details

    • run

      public void run()
      Calls back() on the frame list.
      Specified by:
      run in interface IAction
      Overrides:
      run in class Action
      See Also:
    • update

      public void update()
      Updates this action's enabled state and tool tip text. This action is enabled only when there is a previous frame in the frame list. The tool tip text is "Back to " plus the tool tip text for the previous frame.
      Overrides:
      update in class FrameAction