Class NavigationHistoryAction

All Implemented Interfaces:
IAction, ActionFactory.IWorkbenchAction, IPageListener, IPartListener

public class NavigationHistoryAction extends PageEventAction
The NavigationHistoryAction moves navigation history back and forward.
  • Constructor Details

    • NavigationHistoryAction

      public NavigationHistoryAction(IWorkbenchWindow window, boolean forward)
      Create a new instance of NavigationHistoryAction
      Parameters:
      window - the workbench window this action applies to
      forward - if this action should move history forward of backward
  • Method Details