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

WizardDescriptor.FinishablePanel (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0

 

org.openide
Interface WizardDescriptor.FinishablePanel

All Superinterfaces:
WizardDescriptor.Panel
Enclosing interface:
WizardDescriptor

public static interface WizardDescriptor.FinishablePanel
extends WizardDescriptor.Panel

A special interface for panel that needs to dynamically enabled Finish button.

Since:
4.28

Method Summary
 boolean isFinishPanel()
          Specify if this panel would enable Finish button.
 
Methods inherited from interface org.openide.WizardDescriptor.Panel
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettings
 

Method Detail

isFinishPanel

public 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

 

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