站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

WizardDescriptor.FinishPanel (Dialogs API) - NetBeans API Javadoc (Current Development Version)

org.openide.dialogs 7.4

org.openide
Interface WizardDescriptor.FinishPanel<Data>

All Superinterfaces:
WizardDescriptor.Panel<Data>
Enclosing class:
WizardDescriptor

Deprecated. 4.28 Use FinishablePanel instead.

@Deprecated
public static interface WizardDescriptor.FinishPanel<Data>
extends WizardDescriptor.Panel<Data>

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.


Method Summary
 
Methods inherited from interface org.openide.WizardDescriptor.Panel
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettings
 


org.openide.dialogs 7.4

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.