public class BrowserActions extends Object
| Modifier and Type | Field and Description |
|---|---|
Action |
aboutPage |
Action |
backward |
Action |
decrease_font |
Action |
export_pdf |
Action |
forward |
Action |
generate_diff |
Action |
goHome |
Action |
goToPage |
Action |
increase_font |
Action |
load |
static Logger |
logger
The system logger for app.browser
|
Action |
open_file |
Action |
print |
Action |
print_preview |
Action |
quit |
Action |
refresh |
Action |
reload |
Action |
reset_font |
BrowserStartup |
root |
Action |
stop |
Action |
usersManual |
| Constructor and Description |
|---|
BrowserActions(BrowserStartup root) |
| Modifier and Type | Method and Description |
|---|---|
static URL |
getImageUrl(String url) |
void |
init() |
static void |
setAccel(Action act,
int key)
Sets the accel attribute of the BrowserActions object
|
static void |
setMnemonic(Action act,
Integer mnem)
Sets the mnemonic attribute of the BrowserActions object
|
static void |
setName(Action act,
String name)
Sets the name attribute of the BrowserActions object
|
public Action open_file
public Action export_pdf
public Action quit
public Action print
public Action forward
public Action backward
public Action refresh
public Action reload
public Action load
public Action stop
public Action print_preview
public Action goHome
public Action generate_diff
public Action usersManual
public Action aboutPage
public BrowserStartup root
public Action increase_font
public Action decrease_font
public Action reset_font
public Action goToPage
public static final Logger logger
public BrowserActions(BrowserStartup root)
public void init()
public static void setName(Action act, String name)
act - The new name valuename - The new name valuepublic static void setAccel(Action act, int key)
act - The new accel valuekey - The new accel valuepublic static void setMnemonic(Action act, Integer mnem)
act - The new mnemonic valuemnem - The new mnemonic valueCopyright © 2023. All rights reserved.