Class BackForwardActions


  • public class BackForwardActions
    extends Object
    Instance of this class creates back-forward actions.
    • Constructor Detail

      • BackForwardActions

        public BackForwardActions()
    • Method Detail

      • getBackAction

        public org.eclipse.jface.action.Action getBackAction​(ErdEditor editor)
        Returns back action.
        Parameters:
        editor - - editor to create action for. Can't be null.
        Returns:
        back action. Can't return null.
      • getForwardAction

        public org.eclipse.jface.action.Action getForwardAction​(ErdEditor editor)
        Returns forward action.
        Parameters:
        editor - - editor to create action for. Can't be null.
        Returns:
        forward action. Can't return null.