|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.bali.ewt.wizard.WizardPage
oracle.bali.ewt.wizard.ImageWizardPage
samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
This inner class creates the starting page for the wizard. It asks the user what to do: Create or Open a Worksheet. This class extends the Bali (JEWT) ImageWizardPage.
Nested Class Summary |
Nested classes inherited from class oracle.bali.ewt.wizard.ImageWizardPage |
|
Field Summary | |
private javax.swing.JToggleButton |
btnNew
Button for New choice. |
private javax.swing.JToggleButton |
btnOpen
Button for Open choice. |
private NewOrOpenWizard |
m_wizardDialog
The wizard that this page is part of. |
Fields inherited from class oracle.bali.ewt.wizard.ImageWizardPage |
|
Fields inherited from class oracle.bali.ewt.wizard.WizardPage |
NOT_ADDED_INDEX |
Constructor Summary | |
NewOrOpenWizard.StartingPage(NewOrOpenWizard wizardDialog)
Constructor. |
Method Summary | |
void |
setWizardDialog(NewOrOpenWizard wizardDialog)
Stores the reference to the WizardDialog. |
Methods inherited from class oracle.bali.ewt.wizard.ImageWizardPage |
getImage, getInteractiveArea, setImage, setInteractiveArea |
Methods inherited from class oracle.bali.ewt.wizard.WizardPage |
addPropertyChangeListener, addWizardValidateListener, firePropertyChange, getAccessibleDescription, getCanAdvance, getCanGoBack, getContent, getIndex, getInitialFocus, getLabel, getParent, isEnabled, isSelected, isVisible, processWizardValidateEvent, removePropertyChangeListener, removeWizardValidateListener, setAccessibleDescription, setCanAdvance, setCanGoBack, setContent, setEnabled, setInitialFocus, setLabel, setVisible, toString, validatePage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private javax.swing.JToggleButton btnNew
private javax.swing.JToggleButton btnOpen
private NewOrOpenWizard m_wizardDialog
Constructor Detail |
public NewOrOpenWizard.StartingPage(NewOrOpenWizard wizardDialog)
wizardDialog
- A Bali Wizard Dialog instance. This dialog provides
a default layout and buttons.Method Detail |
public void setWizardDialog(NewOrOpenWizard wizardDialog)
wizardDialog
- The wizard that this page belongs to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |