|
||||||||||
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
com.jgoodies.uif.AbstractDialog
com.jgoodies.uifextras.convenience.DefaultSetupDialog
public class DefaultSetupDialog
Builds the default setup dialog, which consists of two pages: a welcome page and the license acceptance page.
DefaultSetupWelcomePanel
,
SetupLicensePanel
,
Serialized FormNested 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 com.jgoodies.uif.AbstractDialog |
---|
CARD_DIALOG_BORDER, DIALOG_BORDER, PROPERTYNAME_TRIGGER_CHANNEL |
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 | |
---|---|
DefaultSetupDialog(JFrame owner,
String applicationName,
JComponent welcomePanel,
SetupLicensePanel licensePanel)
Constructs a default setup dialog using the given owner frame, application name, welcome panel, and license panel. |
Method Summary | |
---|---|
protected JComponent |
buildContent()
Builds and answers the panels content. |
void |
doAccept()
Performs the accept operation. |
void |
doCancel()
Performs the cancel operation. |
protected void |
doCloseWindow()
Performs the close window operation. |
protected Border |
getDialogBorder()
Answers the dialog's border. |
protected void |
resizeHook(JComponent component)
Uses the default Resizer . |
Methods inherited from class com.jgoodies.uif.AbstractDialog |
---|
buffer, build, buildButtonBarWithClose, buildButtonBarWithOKCancel, buildButtonBarWithOKCancelApply, buildContentPane, buildHeader, close, configureWindowClosing, createAcceptButton, createApplyButton, createCancelButton, createCloseButton, createOKButton, createResetButton, doApply, doClose, doReset, getApplyAction, getCancelAction, getCloseAction, getEscapeCancelsDefaultMode, getEscapeCancelsMode, getOKAction, getResetAction, getResourceMap, getString, getTriggerChannel, hasBeenCanceled, locateOnScreen, open, setDefaultButton, setEscapeCancelsDefaultMode, setEscapeCancelsMode, setInitialComponent, setResizable, setTriggerChannel, triggerCommit, triggerFlush |
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 DefaultSetupDialog(JFrame owner, String applicationName, JComponent welcomePanel, SetupLicensePanel licensePanel)
Method Detail |
---|
protected JComponent buildContent()
buildContent
in class com.jgoodies.uif.AbstractDialog
protected Border getDialogBorder()
getDialogBorder
in class com.jgoodies.uif.AbstractDialog
protected void resizeHook(JComponent component)
Resizer
.
resizeHook
in class com.jgoodies.uif.AbstractDialog
public void doAccept()
doAccept
in class com.jgoodies.uif.AbstractDialog
protected void doCloseWindow()
doCloseWindow
in class com.jgoodies.uif.AbstractDialog
public void doCancel()
doCancel
in class com.jgoodies.uif.AbstractDialog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |