org.jfree.ui.tabbedui
public class TabbedDialog extends JDialog
| Constructor Summary | |
|---|---|
| TabbedDialog()
Default constructor. | |
| TabbedDialog(Dialog owner)
Creates a new dialog.
| |
| TabbedDialog(Dialog owner, boolean modal)
Creates a new dialog.
| |
| TabbedDialog(Dialog owner, String title)
Creates a new dialog.
| |
| TabbedDialog(Dialog owner, String title, boolean modal)
Creates a new dialog.
| |
| TabbedDialog(Frame owner)
Creates a new dialog.
| |
| TabbedDialog(Frame owner, boolean modal)
Creates a new dialog.
| |
| TabbedDialog(Frame owner, String title)
Creates a new dialog.
| |
| TabbedDialog(Frame owner, String title, boolean modal)
Creates a new dialog.
| |
| Method Summary | |
|---|---|
| protected AbstractTabbedUI | getTabbedUI()
Returns the UI implementation for the dialog.
|
| void | init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
|
Parameters: owner the owner.
Parameters: owner the owner. modal modal dialog?
Parameters: owner the owner. title the dialog title.
Parameters: owner the owner. title the dialog title. modal modal dialog?
Parameters: owner the owner.
Parameters: owner the owner. modal modal dialog?
Parameters: owner the owner. title the dialog title.
Parameters: owner the owner. title the dialog title. modal modal dialog?
Returns: Returns the tabbedUI.
Parameters: tabbedUI the UI that controls the dialog.