org.jfree.ui.tabbedui
Class TabbedDialog
JDialogorg.jfree.ui.tabbedui.TabbedDialog
A JDialog implementation that uses a tabbed UI as backend.
TabbedDialog
public TabbedDialog(Dialog owner)
Creates a new dialog.
TabbedDialog
public TabbedDialog(Dialog owner,
String title) Creates a new dialog.
owner - the owner.title - the dialog title.
TabbedDialog
public TabbedDialog(Dialog owner,
String title,
boolean modal) Creates a new dialog.
owner - the owner.title - the dialog title.modal - modal dialog?
TabbedDialog
public TabbedDialog(Dialog owner,
boolean modal) Creates a new dialog.
owner - the owner.modal - modal dialog?
TabbedDialog
public TabbedDialog(Frame owner)
Creates a new dialog.
TabbedDialog
public TabbedDialog(Frame owner,
String title) Creates a new dialog.
owner - the owner.title - the dialog title.
TabbedDialog
public TabbedDialog(Frame owner,
String title,
boolean modal) Creates a new dialog.
owner - the owner.title - the dialog title.modal - modal dialog?
TabbedDialog
public TabbedDialog(Frame owner,
boolean modal) Creates a new dialog.
owner - the owner.modal - modal dialog?
init
public void init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
tabbedUI - the UI that controls the dialog.