Method Summary |
|
public JButtonOperator | btCustomizer() Gets instance of JButtonOperator of "Customizer" button. |
public JButtonOperator | btHelp() Gets instance of JButtonOperator of "Help" button. |
public JToggleButtonOperator | btShowEditable() Gets instance of JToggleButtonOperator of "Show Editable Properties
Only" button. |
public JToggleButtonOperator | btSortByName() Gets instance of JToggleButtonOperator of "Sort by Name" button. |
public JToggleButtonOperator | btSortByType() Gets instance of JToggleButtonOperator of "Sort by Type" button. |
public JToggleButtonOperator | btUnsorted() Gets instance of JToggleButtonOperator of "Unsorted" button. |
public void | customizer() Pushes "Customizer" button and no block further execution. |
public void | help() Pushes "Help" button. |
public void | showEditable(boolean show) Sets "Show Editable Properties Only" toggle button to desired state. |
public void | sortByName() Pushes "Sort by Name" button. |
public void | sortByType() Pushes "Sort by Type" button. |
public void | unsorted() Pushes "Unsorted" button. |
public void | verify() |