public abstract class AbstractWizardPanel extends Object implements org.openide.WizardDescriptor.Panel
| Modifier and Type | Field and Description |
|---|---|
protected org.openide.util.ChangeSupport |
changeSupport |
protected org.openide.WizardDescriptor |
wizard |
| Constructor and Description |
|---|
AbstractWizardPanel()
Creates a new AbstractWizardPanel object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ChangeListener l) |
protected abstract Component |
createComponent()
DOCUMENT ME!
|
Component |
getComponent() |
org.openide.util.HelpCtx |
getHelp() |
boolean |
isValid() |
protected abstract void |
read(org.openide.WizardDescriptor wizard)
DOCUMENT ME!
|
void |
readSettings(Object settings) |
void |
removeChangeListener(ChangeListener l) |
protected abstract void |
store(org.openide.WizardDescriptor wizard)
DOCUMENT ME!
|
void |
storeSettings(Object settings) |
protected final transient org.openide.util.ChangeSupport changeSupport
protected transient org.openide.WizardDescriptor wizard
public AbstractWizardPanel()
public Component getComponent()
getComponent in interface org.openide.WizardDescriptor.Panelprotected abstract Component createComponent()
public org.openide.util.HelpCtx getHelp()
getHelp in interface org.openide.WizardDescriptor.Panelpublic void readSettings(Object settings)
readSettings in interface org.openide.WizardDescriptor.Panelpublic void storeSettings(Object settings)
storeSettings in interface org.openide.WizardDescriptor.Panelprotected abstract void read(org.openide.WizardDescriptor wizard)
wizard - DOCUMENT ME!protected abstract void store(org.openide.WizardDescriptor wizard)
wizard - DOCUMENT ME!public void addChangeListener(ChangeListener l)
addChangeListener in interface org.openide.WizardDescriptor.Panelpublic void removeChangeListener(ChangeListener l)
removeChangeListener in interface org.openide.WizardDescriptor.Panelpublic boolean isValid()
isValid in interface org.openide.WizardDescriptor.PanelCopyright © 2012–2026 cismet GmbH. All rights reserved.