org.apache.batik.swing.svg

Class SVGUserAgentGUIAdapter

public class SVGUserAgentGUIAdapter extends SVGUserAgentAdapter

One line Class Desc Methods users may want to implement: displayMessage
Field Summary
ComponentparentComponent
Constructor Summary
SVGUserAgentGUIAdapter(Component parentComponent)
Method Summary
voiddisplayError(String message)
Displays an error message.
voiddisplayError(Exception ex)
Displays an error resulting from the specified Exception.
voiddisplayMessage(String message)
Displays a message in the User Agent interface.
voidshowAlert(String message)
Shows an alert dialog box.
booleanshowConfirm(String message)
Shows a confirm dialog box.
StringshowPrompt(String message)
Shows a prompt dialog box.
StringshowPrompt(String message, String defaultValue)
Shows a prompt dialog box.

Field Detail

parentComponent

public Component parentComponent

Constructor Detail

SVGUserAgentGUIAdapter

public SVGUserAgentGUIAdapter(Component parentComponent)

Method Detail

displayError

public void displayError(String message)
Displays an error message.

displayError

public void displayError(Exception ex)
Displays an error resulting from the specified Exception.

displayMessage

public void displayMessage(String message)
Displays a message in the User Agent interface. The given message is typically displayed in a status bar.

showAlert

public void showAlert(String message)
Shows an alert dialog box.

showConfirm

public boolean showConfirm(String message)
Shows a confirm dialog box.

showPrompt

public String showPrompt(String message)
Shows a prompt dialog box.

showPrompt

public String showPrompt(String message, String defaultValue)
Shows a prompt dialog box.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.