| |
|
| javax.swing.JPanel org.netbeans.modules.jdbcwizard.wizards.JDBCWizardNamePanel
All known Subclasses: org.netbeans.modules.jdbcwizard.wizards.JDBCWizardNameFinishPanel,
JDBCWizardNamePanel | public class JDBCWizardNamePanel extends JPanel implements WizardDescriptor.Panel(Code) | | Accepts input of unique name for new JDBC Collaboration instance.
|
Inner Class :class NameFieldKeyAdapter extends KeyAdapter | |
JDBCWizardNamePanel | public JDBCWizardNamePanel()(Code) | | No-arg constructor for this wizard descriptor.
|
JDBCWizardNamePanel | public JDBCWizardNamePanel(JDBCCollaborationWizard myOwner, String panelTitle)(Code) | | Create the wizard panel descriptor, using the given panel title, content panel
Parameters: myOwner - JDBCWizard that owns this panel Parameters: panelTitle - text to display as panel title |
addChangeListener | final public void addChangeListener(ChangeListener l)(Code) | | See Also: JDBCWizardPanel.addChangeListener |
fireChangeEvent | public void fireChangeEvent()(Code) | | See Also: JDBCWizardPanel.fireChangeEvent |
getCollabName | public String getCollabName()(Code) | | Gets current value of collaboration name as entered by user.
current user-specified name |
getComponent | public Component getComponent()(Code) | | See Also: JDBCWizardPanel.getComponent |
getHelp | public HelpCtx getHelp()(Code) | | |
isDuplicateCollabName | public boolean isDuplicateCollabName()(Code) | | Indicates whether current contents of collaboration name textfield correspond to the name of
an existing collaboration in the current project.
true if textfield contains the name of an existing collab; false otherwise |
isValid | public boolean isValid()(Code) | | See Also: JDBCWizardPanel.isValid |
readSettings | public void readSettings(Object settings)(Code) | | See Also: JDBCWizardPanel.readSettings |
removeChangeListener | final public void removeChangeListener(ChangeListener l)(Code) | | See Also: JDBCWizardPanel.removeChangeListener |
storeSettings | public void storeSettings(Object settings)(Code) | | See Also: JDBCWizardPanel.storeSettings |
|
|
|