org.apache.batik.swing.svg
public class SVGUserAgentGUIAdapter extends SVGUserAgentAdapter
Field Summary | |
---|---|
Component | parentComponent |
Constructor Summary | |
---|---|
SVGUserAgentGUIAdapter(Component parentComponent) |
Method Summary | |
---|---|
void | displayError(String message)
Displays an error message. |
void | displayError(Exception ex)
Displays an error resulting from the specified Exception. |
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. |