Package org.netbeans.jemmy.operators
Interface JProgressBarOperator.ValueChooser
-
- Enclosing class:
- JProgressBarOperator
public static interface JProgressBarOperator.ValueChooserDeprecated.Use waitState(ComponentChooser) instead.Interface to define criteria forwaitValue(ValueChooser)method.- See Also:
JProgressBarOperator.waitValue(int)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancheckValue(int value)Deprecated.Check if criteria jave been reached.StringgetDescription()Deprecated.A description.
-
-
-
Method Detail
-
checkValue
boolean checkValue(int value)
Deprecated.Check if criteria jave been reached.- Parameters:
value- current value.- Returns:
- true if criteria reached.
-
getDescription
String getDescription()
Deprecated.A description.- Returns:
- a description.
-
-