|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |