Method Summary |
|
public void | advanced() |
public void | basic() |
public JButtonOperator | btClose() Tries to find "Close" JButton in this dialog. |
public JButtonOperator | btHelp() Tries to find "Help" JButton in this dialog. |
protected void | clickOnSecondHeader() Clicks on "<<" column header. |
public void | close() |
protected void | defineHere(int row, int colIndex) Chooses "Define Here" from the combobox. |
protected void | editLevel(int rowIndex, int colIndex, String value) Causes table editing and chooses a value in the combobox.
Parameters: rowIndex - Row index. Parameters: colIndex - Column index. |
public int | getLevel(String optionPath) Gets definition level for the option.
Parameters: optionPath - Path to the option in left (tree-like) column. |
protected int | getValue(int row, int column) Gets a value of the level definition mark. |
public void | help() |
public void | hideLevels() Hides definition levels column by clicking on the ">>" table
column title. |
public static OptionsOperator | invoke() Invoces Options window by the menu operation. |
public JButtonOperator | rbAdvanced() Tries to find " Advanced" JRadioButton in this dialog. |
public JRadioButtonOperator | rbBasic() Tries to find " Basic" JRadioButton in this dialog. |
protected void | revertLevel(int row, int colIndex) Chooses "Revert Def" from the combobox. |
public int | selectOption(String optionPath) Selects an option in the options tree.
Parameters: optionPath - Path to the option in left (tree-like) column. |
protected void | setLevel(int row, int level) Sets a level for the row index. |
public void | showLevels() Shows definition levels column by clicking on the "<<" table
column title. |
public TreeTableOperator | treeTable() Getter for table containing property list and
property definition levels. |
public void | verify() |