Method Summary |
|
public JButtonOperator | btAdd() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Add". |
public JButtonOperator | btEdit() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Configure". |
public JButtonOperator | btSelectTable() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Select". |
public JButtonOperator | btTestConnection() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Connection". |
public JComboBoxOperator | cboServerType() Initializes (if necessary) and returns an object JComboBoxOperator
for the dialog drop-down list "Server Type". |
public JComboBoxOperator | cboURL() Initializes (if necessary) and returns an object JComboBoxOperator
for the dialog drop-down list "URL". |
public static String | getBundleString(String p_text) Finds in a bundle file and returns an actual text of control component.
Parameters: p_text - string-key corresponding to required control component. |
public JTextFieldOperator | txtDBName() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Database Name". |
public JTextFieldOperator | txtDSName() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Datasource Name". |
public JTextFieldOperator | txtHostName() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Host Name". |
public JTextFieldOperator | txtPassword() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Password". |
public JTextFieldOperator | txtUser() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "User". |
public JTextFieldOperator | txtValidationTable() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Validation Table". |
public void | verify() Initializes all necessary controls. |