public class SVGUserAgentGUIAdapter extends SVGUserAgentAdapter
| Modifier and Type | Field and Description |
|---|---|
Component |
parentComponent |
| Constructor and Description |
|---|
SVGUserAgentGUIAdapter(Component parentComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
displayError(Exception ex)
Displays an error resulting from the specified Exception.
|
void |
displayError(String message)
Displays an error message.
|
void |
displayMessage(String message)
Displays a message in the User Agent interface.
|
void |
showAlert(String message)
Shows an alert dialog box.
|
boolean |
showConfirm(String message)
Shows a confirm dialog box.
|
String |
showPrompt(String message)
Shows a prompt dialog box.
|
String |
showPrompt(String message,
String defaultValue)
Shows a prompt dialog box.
|
checkLoadExternalResource, checkLoadScript, getAlternateStyleSheet, getBolderFontWeight, getDefaultFontFamily, getExternalResourceSecurity, getLanguages, getLighterFontWeight, getMedia, getMediumFontSize, getPixelToMM, getPixelUnitToMillimeter, getScriptSecurity, getUserStyleSheetURI, getXMLParserClassName, handleElement, isXMLParserValidating, openLink, supportExtensionpublic Component parentComponent
public SVGUserAgentGUIAdapter(Component parentComponent)
public void displayError(String message)
displayError in interface SVGUserAgentdisplayError in class SVGUserAgentAdapterpublic void displayError(Exception ex)
displayError in interface SVGUserAgentdisplayError in class SVGUserAgentAdapterpublic void displayMessage(String message)
displayMessage in interface SVGUserAgentdisplayMessage in class SVGUserAgentAdapterpublic void showAlert(String message)
showAlert in interface SVGUserAgentshowAlert in class SVGUserAgentAdapterpublic String showPrompt(String message)
showPrompt in interface SVGUserAgentshowPrompt in class SVGUserAgentAdapterpublic String showPrompt(String message, String defaultValue)
showPrompt in interface SVGUserAgentshowPrompt in class SVGUserAgentAdapterpublic boolean showConfirm(String message)
showConfirm in interface SVGUserAgentshowConfirm in class SVGUserAgentAdapterCopyright © 2000–2020 Apache Software Foundation. All rights reserved.