Method Summary |
|
public JButtonOperator | btCancel() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Cancel". |
public JButtonOperator | btClear() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Clear". |
public JButtonOperator | btGetSchemas() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Get Schemas". |
public JButtonOperator | btHelp() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Help". |
public JButtonOperator | btModify() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Modify". |
public JButtonOperator | btSelectAll() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Select All". |
public JButtonOperator | btTestConnection() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Test Connection". |
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 JListOperator | lstSchemas() Initializes (if necessary) and returns an object JListOperator
for the dialog list "Schemas". |
public JTabbedPaneOperator | tbpMainTabPane() |
public JTextFieldOperator | txtDSName() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Data Source Name". |
public JTextFieldOperator | txtDriverClass() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Driver Class". |
public JTextFieldOperator | txtPassword() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Password". |
public JTextFieldOperator | txtURL() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "URL". |
public JTextFieldOperator | txtUser() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "User". |
public JTextFieldOperator | txtValidationQuery() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Validation Query". |
public void | verify() Initializes all necessary controls. |