Class FontSizeNormalAction

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

public class FontSizeNormalAction extends AbstractAction
  • Constructor Details

    • FontSizeNormalAction

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