|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.jfree.ui.tabbedui.TabbedDialog
public class TabbedDialog
A JDialog implementation that uses a tabbed UI as backend.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
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. |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TabbedDialog()
public TabbedDialog(Dialog owner)
owner
- the owner.public TabbedDialog(Dialog owner, boolean modal)
owner
- the owner.modal
- modal dialog?public TabbedDialog(Dialog owner, String title)
owner
- the owner.title
- the dialog title.public TabbedDialog(Dialog owner, String title, boolean modal)
owner
- the owner.title
- the dialog title.modal
- modal dialog?public TabbedDialog(Frame owner)
owner
- the owner.public TabbedDialog(Frame owner, boolean modal)
owner
- the owner.modal
- modal dialog?public TabbedDialog(Frame owner, String title)
owner
- the owner.title
- the dialog title.public TabbedDialog(Frame owner, String title, boolean modal)
owner
- the owner.title
- the dialog title.modal
- modal dialog?Method Detail |
---|
protected final AbstractTabbedUI getTabbedUI()
public void init(AbstractTabbedUI tabbedUI)
tabbedUI
- the UI that controls the dialog.
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |