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

Uses of Interface org.openide.WizardDescriptor.Panel (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.openide.WizardDescriptor.Panel

Uses of WizardDescriptor.Panel in org.openide
 

Subinterfaces of WizardDescriptor.Panel in org.openide
static interface WizardDescriptor.AsynchronousValidatingPanel
          A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
static interface WizardDescriptor.FinishablePanel
          A special interface for panel that needs to dynamically enabled Finish button.
static interface WizardDescriptor.FinishPanel
          Deprecated. 4.28 Use FinishablePanel instead.
static interface WizardDescriptor.ValidatingPanel
          A special interface for panels that need to do additional validation when Next or Finish button is clicked.
 

Methods in org.openide that return WizardDescriptor.Panel
 WizardDescriptor.Panel WizardDescriptor.Iterator.current()
          Get the current panel.
protected  WizardDescriptor.Panel[] WizardDescriptor.ArrayIterator.initializePanels()
          Allows subclasses to initialize their arrays of panels when constructed using default constructor.
 WizardDescriptor.Panel WizardDescriptor.ArrayIterator.current()
           
 

Constructors in org.openide with parameters of type WizardDescriptor.Panel
WizardDescriptor(WizardDescriptor.Panel[] wizardPanels, Object settings)
          Create a new wizard from a fixed list of panels, passing some settings to the panels.
WizardDescriptor(WizardDescriptor.Panel[] wizardPanels)
          Create a new wizard from a fixed list of panels with settings defaulted to this.
WizardDescriptor.ArrayIterator(WizardDescriptor.Panel[] array)
          Construct an iterator.
 


 

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