|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--com.klg.jclass.swing.BaseWizardPage
BaseWizardPage is the common ancestor for SplitWizardPage and JCWizardPage, containing common code.
Nested Class Summary | |
protected class |
BaseWizardPage.CancelAction
Class to handle Cancel actions. |
protected class |
BaseWizardPage.HelpAction
Class to handle Help actions. |
protected class |
BaseWizardPage.NextAction
Class to handle Next actions. |
protected class |
BaseWizardPage.PreviousAction
Class to handle Previous actions. |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
static int |
ALL
Indicates that all buttons should be added to the page |
protected JPanel |
buttonBox
|
static int |
CANCEL
Indicates that the Cancel button should be added to the page |
protected BaseWizardPage.CancelAction |
cancelAction
|
protected JButton |
cancelButton
|
static int |
FINISH
Indicates thate the Finish button should be added to the page |
protected JButton |
finishButton
|
protected static int |
GROUP_SPACING
|
static int |
HELP
Indicates that the Help button should be added to the page |
protected BaseWizardPage.HelpAction |
helpAction
|
protected JButton |
helpButton
|
protected static int |
MARGIN
|
static int |
NEXT
Indicates that the Next button should be added to the page |
protected BaseWizardPage.NextAction |
nextAction
|
protected JButton |
nextButton
|
static int |
NO_BUTTONS
Indicates that no buttons are to be added to the page |
static int |
PREVIOUS
Indicates that the Previous button should be added to the page |
protected BaseWizardPage.PreviousAction |
previousAction
|
protected JButton |
previousButton
|
protected JSeparator |
separator
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
BaseWizardPage()
|
Method Summary | |
protected void |
createButtonBox(int button_flags,
boolean old)
creates the bottom button box with the specified buttons. |
String |
getAbout()
Returns vendor information. |
JButton |
getCancelButton()
Gets the cancelButton |
JButton |
getFinishButton()
gets the finishButton |
JButton |
getHelpButton()
Gets the helpButton |
JButton |
getNextButton()
Gets the nextButton |
JButton |
getPreviousButton()
Gets the previousButton |
void |
setAbout(String s)
Provided for Beans property editors - has no effect. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NO_BUTTONS
public static final int PREVIOUS
public static final int NEXT
public static final int FINISH
public static final int CANCEL
public static final int HELP
public static final int ALL
protected static final int GROUP_SPACING
protected static final int MARGIN
protected JButton previousButton
protected JButton nextButton
protected JButton finishButton
protected JButton cancelButton
protected JButton helpButton
protected BaseWizardPage.NextAction nextAction
protected BaseWizardPage.PreviousAction previousAction
protected BaseWizardPage.CancelAction cancelAction
protected BaseWizardPage.HelpAction helpAction
protected JPanel buttonBox
protected JSeparator separator
Constructor Detail |
public BaseWizardPage()
Method Detail |
protected void createButtonBox(int button_flags, boolean old)
button_flags
- The static ints from this class that
indicate buttons.public JButton getNextButton()
public JButton getPreviousButton()
public JButton getFinishButton()
public JButton getCancelButton()
public JButton getHelpButton()
public void setAbout(String s)
s
- public String getAbout()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |