Package org.xhtmlrenderer.demo.browser
Class BrowserActions
java.lang.Object
org.xhtmlrenderer.demo.browser.BrowserActions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Logger
The system logger for app.browserfinal BrowserStartup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
static URL
getImageUrl
(String url) void
init()
private void
static void
Sets the accel attribute of the BrowserActions objectstatic void
setMnemonic
(Action act, Integer mnem) Sets the mnemonic attribute of the BrowserActions objectstatic void
Sets the name attribute of the BrowserActions objectprivate void
private void
-
Field Details
-
open_file
-
export_pdf
-
quit
-
print
-
forward
-
backward
-
refresh
-
reload
-
load
-
stop
-
print_preview
-
goHome
-
generate_diff
-
usersManual
-
aboutPage
-
root
-
increase_font
-
decrease_font
-
reset_font
-
goToPage
-
logger
The system logger for app.browser
-
-
Constructor Details
-
BrowserActions
-
-
Method Details
-
init
public void init() -
showAboutDialog
private void showAboutDialog() -
togglePrintPreview
private void togglePrintPreview() -
openAndShowFile
private void openAndShowFile() -
exportToPdf
private void exportToPdf() -
setName
Sets the name attribute of the BrowserActions object- Parameters:
act
- The new name valuename
- The new name value
-
setAccel
Sets the accel attribute of the BrowserActions object- Parameters:
act
- The new accel valuekey
- The new accel value
-
setMnemonic
Sets the mnemonic attribute of the BrowserActions object- Parameters:
act
- The new mnemonic valuemnem
- The new mnemonic value
-
getImageUrl
-