|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.swing.svg.SVGUserAgentAdapter
org.apache.batik.swing.svg.SVGUserAgentGUIAdapter
public class SVGUserAgentGUIAdapter
One line Class Desc Methods users may want to implement: displayMessage
Field Summary | |
---|---|
Component |
parentComponent
|
Constructor Summary | |
---|---|
SVGUserAgentGUIAdapter(Component parentComponent)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.batik.swing.svg.SVGUserAgentAdapter |
---|
checkLoadExternalResource, checkLoadScript, getAlternateStyleSheet, getBolderFontWeight, getDefaultFontFamily, getExternalResourceSecurity, getLanguages, getLighterFontWeight, getMedia, getMediumFontSize, getPixelToMM, getPixelUnitToMillimeter, getScriptSecurity, getUserStyleSheetURI, getXMLParserClassName, handleElement, isXMLParserValidating, openLink, supportExtension |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Component parentComponent
Constructor Detail |
---|
public SVGUserAgentGUIAdapter(Component parentComponent)
Method Detail |
---|
public void displayError(String message)
displayError
in interface SVGUserAgent
displayError
in class SVGUserAgentAdapter
public void displayError(Exception ex)
displayError
in interface SVGUserAgent
displayError
in class SVGUserAgentAdapter
public void displayMessage(String message)
displayMessage
in interface SVGUserAgent
displayMessage
in class SVGUserAgentAdapter
public void showAlert(String message)
showAlert
in interface SVGUserAgent
showAlert
in class SVGUserAgentAdapter
public String showPrompt(String message)
showPrompt
in interface SVGUserAgent
showPrompt
in class SVGUserAgentAdapter
public String showPrompt(String message, String defaultValue)
showPrompt
in interface SVGUserAgent
showPrompt
in class SVGUserAgentAdapter
public boolean showConfirm(String message)
showConfirm
in interface SVGUserAgent
showConfirm
in class SVGUserAgentAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |