Class BackAction

java.lang.Object
org.xhtmlrenderer.demo.browser.swt.actions.AbstractAction
org.xhtmlrenderer.demo.browser.swt.actions.BackAction
All Implemented Interfaces:
Action

public class BackAction extends AbstractAction
  • Constructor Details

    • BackAction

      public BackAction()
  • Method Details

    • run

      public void run(Browser browser, @Nullable org.eclipse.swt.widgets.MenuItem mi)
      Description copied from interface: Action
      Called when the action needs to be executed.
      mi - the MenuItem selected or null if none.