Interface WizardDescriptor.FinishablePanel<Data>
- All Superinterfaces:
WizardDescriptor.Panel<Data>
- Enclosing class:
WizardDescriptor
A special interface for panel that needs to dynamically enabled
Finish button.
- Since:
- 4.28
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specify if this panel would enable Finish button.Methods inherited from interface org.openide.WizardDescriptor.Panel
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettings
-
Method Details
-
isFinishPanel
boolean isFinishPanel()Specify if this panel would enable Finish button. Finish button is enabled if and only if isValid() returns true and isFinishPanel() returns true.- Returns:
- Finish button could be enabled
- Since:
- 4.28
-