Method Summary |
|
public void | addColumn(String column) Adds new column to the table. |
public JButtonOperator | btAdd() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Add". |
public JButtonOperator | btApply() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Apply". |
public JButtonOperator | btDown() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Down". |
public JButtonOperator | btNew() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "New". |
public JButtonOperator | btRemove() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "<". |
public JButtonOperator | btRemoveAll() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "<<". |
public JButtonOperator | btUp() Initializes (if necessary) and returns an object JButtonOperator
for the dialog button "Up". |
public JComboBoxOperator | cboComponentType() Initializes (if necessary) and returns an object JComboBoxOperator
for the dialog drop-down list "Component Type". |
public JComboBoxOperator | cboSource() Initializes (if necessary) and returns an object JComboBoxOperator
for the dialog drop-down list "Source". |
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 | lstAvailable() Initializes (if necessary) and returns an object JListOperator
for the dialog list "Available". |
public JListOperator | lstDisplayed() Initializes (if necessary) and returns an object JListOperator
for the dialog list "Displayed". |
public void | removeAllColumns() Removes all columns from the table. |
public void | removeColumn(String column) Removes a column from the table. |
public void | selectColumnsTab() Select the tab "Columns" in the tabbed pane. |
public JTabbedPaneOperator | tbpLayout() Initializes (if necessary) and returns an object JTabbedPaneOperator
for the dialog tabbed pane. |
public JTextFieldOperator | txtFooter() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Footer". |
public JTextFieldOperator | txtHeader() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Header". |
public JTextFieldOperator | txtValue() Initializes (if necessary) and returns an object JTextFieldOperator
for the dialog text field "Value". |
public void | verify() Initializes all necessary controls. |