|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardAwareComponent
Interface to identify components that are aware of the wizard
they are used in. This allows the WizardStage to pass
in references to some of its buttons.
| Method Summary | |
|---|---|
void |
setCancelButton(javax.swing.JButton cancelButton)
Makes the component aware of the cancel button. |
void |
setExitButton(javax.swing.JButton exitButton)
Makes the component aware of the exit button. |
void |
setFinishButton(javax.swing.JButton finishButton)
Makes the component aware of the finish button. |
void |
setNextButton(javax.swing.JButton nextButton)
Makes the component aware of the next button. |
void |
setPreviousButton(javax.swing.JButton previousButton)
Makes the component aware of the previous button. |
| Method Detail |
|---|
void setPreviousButton(javax.swing.JButton previousButton)
previousButton - The previous button of this WizardStagevoid setNextButton(javax.swing.JButton nextButton)
nextButton - The next button of this WizardStagevoid setFinishButton(javax.swing.JButton finishButton)
finishButton - The finish button of this WizardStagevoid setCancelButton(javax.swing.JButton cancelButton)
cancelButton - The cancel button of this WizardStagevoid setExitButton(javax.swing.JButton exitButton)
exitButton - The exit button of this WizardStage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||