Uses of Class
org.xhtmlrenderer.demo.browser.BrowserStartup
Packages that use BrowserStartup
-
Uses of BrowserStartup in org.xhtmlrenderer.demo.browser
Fields in org.xhtmlrenderer.demo.browser declared as BrowserStartupModifier and TypeFieldDescriptionfinal BrowserStartup
BrowserActions.root
private final BrowserStartup
BrowserMenuBar.root
private final BrowserStartup
BrowserPanel.root
Constructors in org.xhtmlrenderer.demo.browser with parameters of type BrowserStartupModifierConstructorDescriptionBrowserActions
(BrowserStartup root) BrowserMenuBar
(BrowserStartup root) BrowserPanel
(BrowserStartup root, BrowserPanelListener listener) -
Uses of BrowserStartup in org.xhtmlrenderer.demo.browser.actions
Fields in org.xhtmlrenderer.demo.browser.actions declared as BrowserStartupModifier and TypeFieldDescriptionprotected final BrowserStartup
CopySelectionAction.root
private final BrowserStartup
FontSizeAction.root
private final BrowserStartup
GenerateDiffAction.root
private final BrowserStartup
PrintAction.root
Constructors in org.xhtmlrenderer.demo.browser.actions with parameters of type BrowserStartupModifierConstructorDescriptionFontSizeAction
(BrowserStartup root, float scale, int which) FontSizeAction
(BrowserStartup root, int which) PrintAction
(BrowserStartup root, ImageIcon icon)