Method Summary |
|
public JComboBoxOperator | cboCompareType() Initializes (if necessary) and returns an object JComboBoxOperator
for the dialog drop-down list "Compare Type". |
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 JRadioButtonOperator | rbtParameter() Initializes (if necessary) and returns an object JRadioButtonOperator
for the dialog radio-button "Parameter". |
public JRadioButtonOperator | rbtValue() Initializes (if necessary) and returns an object JRadioButtonOperator
for the dialog radio-button "Value". |
public JTextFieldOperator | txtParameter() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Parameter". |
public JTextFieldOperator | txtValue() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Value". |
public void | verify() Initializes all necessary controls. |