| |
|
| java.lang.Object org.netbeans.modules.mashup.db.ui.wizard.AbstractWizardPanel
All known Subclasses: org.netbeans.modules.mashup.db.ui.wizard.SelectDatabasePanel, org.netbeans.modules.mashup.db.ui.wizard.PreviewDatabasePanel,
AbstractWizardPanel | abstract public class AbstractWizardPanel implements WizardDescriptor.Panel(Code) | | Wizard panel to select tables and columns to be included in an Flatfile DB instance.
author: Jonathan Giron version: $Revision$ |
listeners | protected Set listeners(Code) | | Set of ChangeListeners interested in changes to this panel
|
AbstractWizardPanel | public AbstractWizardPanel()(Code) | | Creates a new instance of AbstractWizardPanel
|
addChangeListener | final public void addChangeListener(ChangeListener l)(Code) | | See Also: org.openide.WizardDescriptor.Panel.addChangeListener |
fireChangeEvent | final public void fireChangeEvent()(Code) | | Broadcasts change events to all interested listeners.
|
getStepLabel | abstract public String getStepLabel()(Code) | | Gets static step label associated with this panel.
String representing step label |
getTitle | abstract public String getTitle()(Code) | | Gets title of this panel.
String representing step label |
isValid | public boolean isValid()(Code) | | See Also: org.openide.WizardDescriptor.Panel.isValid |
readSettings | public void readSettings(Object settings)(Code) | | See Also: org.openide.WizardDescriptor.Panel.readSettings |
removeChangeListener | final public void removeChangeListener(ChangeListener l)(Code) | | See Also: org.openide.WizardDescriptor.Panel.removeChangeListener |
storeSettings | public void storeSettings(Object settings)(Code) | | See Also: org.openide.WizardDescriptor.Panel.storeSettings |
|
|
|