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

Uses of Interface org.openide.WizardDescriptor.Panel (Dialogs API) - NetBeans API Javadoc (Current Development Version)

org.openide.dialogs 7.4

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<Data>
          A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
static interface WizardDescriptor.FinishablePanel<Data>
          A special interface for panel that needs to dynamically enabled Finish button.
static interface WizardDescriptor.FinishPanel<Data>
          Deprecated. 4.28 Use FinishablePanel instead.
static interface WizardDescriptor.ValidatingPanel<Data>
          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<Data> WizardDescriptor.Iterator.current()
          Get the current panel.
 WizardDescriptor.Panel<Data> WizardDescriptor.ArrayIterator.current()
           
protected  WizardDescriptor.Panel<Data>[] WizardDescriptor.ArrayIterator.initializePanels()
          Allows subclasses to initialize their arrays of panels when constructed using default constructor.
 

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


org.openide.dialogs 7.4

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