Class PrintPreviewAction

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

public class PrintPreviewAction extends AbstractAction
  • Constructor Details

    • PrintPreviewAction

      public PrintPreviewAction()
  • 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.
      Parameters:
      mi - the MenuItem selected or null if none.