org.jfree.ui
public class StandardDialog extends JDialog implements ActionListener
| Field Summary | |
|---|---|
| protected static ResourceBundle | localizationResources The resourceBundle for the localization. |
| Constructor Summary | |
|---|---|
| StandardDialog(Frame owner, String title, boolean modal)
Standard constructor - builds a dialog...
| |
| StandardDialog(Dialog owner, String title, boolean modal)
Standard constructor - builds a dialog...
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent event)
Handles clicks on the standard buttons.
|
| protected JPanel | createButtonPanel()
Builds and returns the user interface for the dialog. |
| boolean | isCancelled()
Returns a flag that indicates whether or not the dialog has been
cancelled.
|
Parameters: owner the owner. title the title. modal modal?
Parameters: owner the owner. title the title. modal modal?
Parameters: event the event.
Returns: the button panel.
Returns: boolean.