|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardNavigator
This is the panel containing the navigation buttons in the bottom of the wizard dialog.
Method Summary | |
---|---|
javax.swing.JComponent |
getNavigatorComponent()
The JComponent that handles the rendering of the navigator. |
Wizard |
getWizard()
The wizard this navigator belongs to |
void |
refresh()
This method is used to notify the navigator that navigation has occurred within the wizard, so the action buttons should be refreshed |
void |
setWizard(Wizard wizard)
This should only be called from the setNavigator() method of the Wizard. |
Method Detail |
---|
javax.swing.JComponent getNavigatorComponent()
The JComponent that handles the rendering of the navigator.
void setWizard(Wizard wizard)
This should only be called from the setNavigator() method of the Wizard.
wizard
- wizard this navigator belongs toWizard getWizard()
The wizard this navigator belongs to
void refresh()
This method is used to notify the navigator that navigation has occurred within the wizard, so the action buttons should be refreshed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |