|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardDescriptor.Panel | |
org.openide | Jumping-off points for all the rest of the IDE's functionality. |
org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
Uses of WizardDescriptor.Panel in org.openide |
Subinterfaces of WizardDescriptor.Panel in org.openide | |
static interface |
WizardDescriptor.FinishPanel
A special interface for panels in middle of the iterators path that would like to have the finish button enabled. |
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. |
Uses of WizardDescriptor.Panel in org.openide.loaders |
Methods in org.openide.loaders that return WizardDescriptor.Panel | |
WizardDescriptor.Panel |
TemplateWizard.templateChooser()
Panel that is used to choose a template. |
WizardDescriptor.Panel |
TemplateWizard.targetChooser()
Panel that is used to choose target package and name of the template. |
protected WizardDescriptor.Panel |
TemplateWizard.createTemplateChooser()
Method that allows subclasses to provide their own panel for choosing the template (the first panel). |
protected WizardDescriptor.Panel |
TemplateWizard.createTargetChooser()
Method that allows subclasses to second (default) panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |