| org.netbeans.modules.visualweb.gravy.StartStopDialogOperator
StartStopDialogOperator | public class StartStopDialogOperator extends JFrameOperator (Code) | | This class is used in automated tests, developed for Creator 2.0/2.1, for launching
and shutting down of an application server, included into these products.
|
Inner Class :public static class StartStopDialogFinder implements ComponentChooser | |
Method Summary | |
public JCheckBoxOperator | chbAutoHide() | public void | setAutoHide(boolean isAutoHide) Marks or unmarks a checkbox "Auto Hide". | public void | start(String action) Launches an application server. | public void | stop(String action) Shuts an application server down. | public JLabelOperator | waitCompleted() Waits until the string "Completed" appears in the dialog. | public JLabelOperator | waitStatus(String status) Waits until the required string appears in the dialog. |
autoHide | JCheckBoxOperator autoHide(Code) | | |
StartStopDialogOperator | public StartStopDialogOperator()(Code) | | Creates a new instance of this class.
|
chbAutoHide | public JCheckBoxOperator chbAutoHide()(Code) | | Initializes and returns a checkbox "Autohide"
an object JCheckBoxOperator |
setAutoHide | public void setAutoHide(boolean isAutoHide)(Code) | | Marks or unmarks a checkbox "Auto Hide".
Parameters: isAutoHide - boolean value, which defines if a checkbox "Auto Hide" is marked or not. |
start | public void start(String action)(Code) | | Launches an application server.
|
stop | public void stop(String action)(Code) | | Shuts an application server down.
|
waitCompleted | public JLabelOperator waitCompleted()(Code) | | Waits until the string "Completed" appears in the dialog.
an object JLabelOperator |
waitStatus | public JLabelOperator waitStatus(String status)(Code) | | Waits until the required string appears in the dialog.
Parameters: status - string, which is waited in the dialog an object JLabelOperator |
|
|