|
||||||||||
| 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 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 SVGUserAgentAdapter
public String showPrompt(String message,
String defaultValue)
showPrompt in interface SVGUserAgentshowPrompt in class SVGUserAgentAdapterpublic boolean showConfirm(String message)
showConfirm in interface SVGUserAgentshowConfirm in class SVGUserAgentAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||