public interface IWizardPage
Modifier and Type | Method and Description |
---|---|
boolean |
canGoToPrevoius()
Is called to determine whether the user can go a step back.
|
JComponent |
getContent()
Must return the component that should be displayed in the client area of
the dialog.
|
Image |
getImage()
Should return the image that is displayed in the right top corner of the
dialog.
|
String |
getMainDescription()
Is called to get the main description for the dialog page.
|
boolean canGoToPrevoius()
Image getImage()
String getMainDescription()
JComponent getContent()