Method Summary |
|
public JButtonOperator | btDeploy() |
public DeploymentDialogOperator | deploy() |
public void | deployProject() |
public void | dragNDropToolbar(ContainerOperator toolbarOper, int x, int y) Drags a toolbar to a new position determined by [x, y] relatively. |
public String | getStatusText() Returns text from status bar. |
public synchronized StatusTextTracer | getStatusTextTracer() Returns singleton instance of StatusTextTracer. |
public ContainerOperator | getToolbar(int index) Returns ContainerOperator representing index-th floating toolbar in
IDE main window. |
public ContainerOperator | getToolbar(String toolbarName) Returns ContainerOperator representing floating toolbar with given name.
Parameters: toolbarName - toolbar's display name. |
public JButtonOperator | getToolbarButton(ContainerOperator toolbarOper, String buttonTooltip) Return JButtonOperator representing a toolbar button found by given
tooltip within given toolbar operator. |
public JButtonOperator | getToolbarButton(ContainerOperator toolbarOper, int index) Return JButtonOperator representing index-th toolbar button within given
toolbar operator. |
public int | getToolbarCount() Returns number of toolbars currently shown in IDE. |
public String | getToolbarName(int index) Returns display name of toolbar with given index. |
public void | pushToolbarPopupMenu(String popupPath) Pushes popup menu on toolbars. |
public void | pushToolbarPopupMenuNoBlock(String popupPath) Pushes popup menu on toolbars - no block further execution.
It doesn't matter on which toolbar it is
invoked, everytime it is the same. |
public void | saveAll() |
public void | setStatusText(String newStatusText) Sets given text to main window's status bar. |
public void | waitStatusText(String text) Waits until given text appears in the main window status bar. |