|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardPage
A wizard page.
| Method Summary | |
|---|---|
java.lang.String |
finish()
Checks the current page and returns JWizardPanel.FINISH if the wizard can complete. |
java.lang.String |
getName()
Provides a unique page name. |
javax.swing.JPanel |
getPanel()
Provides the JPanel for this page. |
boolean |
isFirst()
Indicates that this is the first page of the wizard. |
boolean |
isLast()
Indicates that this is the last page of the wizard. |
java.lang.String |
next()
Checks the current page and points to the appropriate next page. |
java.lang.String |
previous()
Checks the current page and points to the appropriate previous page. |
| Method Detail |
|---|
javax.swing.JPanel getPanel()
java.lang.String getName()
java.lang.String next()
java.lang.String previous()
java.lang.String finish()
boolean isFirst()
boolean isLast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||