当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.1
WizardDescriptor.FinishPanel (NetBeans Dialogs API) - NetBeans API Javadoc 5.5.1
org.openide
Interface WizardDescriptor.FinishPanel
- All Superinterfaces:
- WizardDescriptor.Panel
- Enclosing class:
- WizardDescriptor
Deprecated. 4.28 Use FinishablePanel instead.
public static interface WizardDescriptor.FinishPanel
- extends WizardDescriptor.Panel
A special interface for panels in middle of the
iterators path that would like to have the finish button
enabled. So both Next and Finish are enabled on panel
implementing this interface.