Class DemoAction
java.lang.Object
org.xhtmlrenderer.demo.browser.swt.actions.AbstractAction
org.xhtmlrenderer.demo.browser.swt.actions.DemoAction
- All Implemented Interfaces:
Action
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xhtmlrenderer.demo.browser.swt.actions.AbstractAction
getIcon, getShortcut, getStyle, getText
-
Field Details
-
_demo
-
-
Constructor Details
-
Method Details
-
run
Description copied from interface:Action
Called when the action needs to be executed.mi
- the MenuItem selected ornull
if none.
-