|
org.openide.dialogs 7.8.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WizardDescriptor.ValidatingPanel<Data>
A special interface for panels that need to do additional validation when Next or Finish button is clicked.
Method Summary | |
---|---|
void |
validate()
Is called when Next of Finish buttons are clicked and allows deeper check to find out that panel is in valid state and it is ok to leave it. |
Methods inherited from interface org.openide.WizardDescriptor.Panel |
---|
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettings |
Method Detail |
---|
void validate() throws WizardValidationException
WizardValidationException
- when validation fails
|
org.openide.dialogs 7.8.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |