Class QuitAction

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

public class QuitAction extends AbstractAction
  • Constructor Details

    • QuitAction

      public QuitAction()
  • 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.