Inherits org::netbeans::spi::wizard::WizardPage.
Classes | |
class | OpenConnection |
Public Member Functions | |
DatabasePanel () | |
void | addNotify () |
WizardPanelNavResult | allowNext (final String stepName, final Map settings, final Wizard wizard) |
Static Public Member Functions | |
static String | getStep () |
static String | getDescription () |
Protected Member Functions | |
void | initialize () |
Component | createPasswordComponent () |
void | renderingPage () |
String | validateContents (final Component component, final Object event) |
Protected Attributes | |
JComboBox | theModeComboBox |
JTextField | theDBTypeComponent |
JComboBox | theProtocolComponent |
JTextField | theHostnameComponent |
JTextField | thePortComponent |
JTextField | theDatabaseComponent |
JTextField | theSchemaComponent |
JTextField | theUrlComponent |
JTextField | theUsernameComponent |
JTextField | thePasswordComponent |
JTextField | theDatabaseFileComponent |
JPanel | theModePanel |
JPanel | theNetPanel |
JPanel | theNetXPanel |
JPanel | theSchemaPanel |
JPanel | theFilePanel |
JPanel | theResPanel |
JPanel | theMemPanel |
Package Types | |
enum | Mode { NET = ("net"), NETX = ("net (with protocol)"), FILE = ("file"), RES = ("resource"), MEM = ("memory") } |
Package Functions | |
void | updateUrl () |
Panel for collecting information needed to connect to a bsys.database
Modes
edu.princeton.wordnet.wnscope.wizard.DatabasePanel.DatabasePanel | ( | ) |
Constructor
Component edu.princeton.wordnet.wnscope.wizard.DatabasePanel.createPasswordComponent | ( | ) | [protected] |
Create password component
static String edu.princeton.wordnet.wnscope.wizard.DatabasePanel.getDescription | ( | ) | [static] |
Get description
static String edu.princeton.wordnet.wnscope.wizard.DatabasePanel.getStep | ( | ) | [static] |
Get step
void edu.princeton.wordnet.wnscope.wizard.DatabasePanel.initialize | ( | ) | [protected] |
Initialize and assemble components
void edu.princeton.wordnet.wnscope.wizard.DatabasePanel.updateUrl | ( | ) | [package] |
Update Url
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theDatabaseComponent [protected] |
Database/catalog component
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theDatabaseFileComponent [protected] |
Database file component
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theDBTypeComponent [protected] |
Database type component
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theFilePanel [protected] |
File panel
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theHostnameComponent [protected] |
Hostname component
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theMemPanel [protected] |
Memory panel
JComboBox edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theModeComboBox [protected] |
Mode combo
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theModePanel [protected] |
Mode panel
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theNetPanel [protected] |
Net panel
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theNetXPanel [protected] |
Extended net panel
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.thePasswordComponent [protected] |
Password component
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.thePortComponent [protected] |
Port component
JComboBox edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theProtocolComponent [protected] |
Protocol component
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theResPanel [protected] |
Resource panel
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theSchemaComponent [protected] |
Schema component
JPanel edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theSchemaPanel [protected] |
Schema panel
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theUrlComponent [protected] |
Url component
JTextField edu.princeton.wordnet.wnscope.wizard.DatabasePanel.theUsernameComponent [protected] |
Username component