Package org.netbeans.jemmy.operators
Class Operator.MapBooleanAction
- java.lang.Object
-
- org.netbeans.jemmy.QueueTool.QueueAction
-
- org.netbeans.jemmy.operators.Operator.MapBooleanAction
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- Operator
protected abstract class Operator.MapBooleanAction extends QueueTool.QueueAction
Can be used to simplify boolean component's methods mapping.
-
-
Constructor Summary
Constructors Constructor Description MapBooleanAction(String description)
Constructs a MapBooleanAction object.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Object
launch()
Method to implement action functionality.abstract boolean
map()
Executes a map action.-
Methods inherited from class org.netbeans.jemmy.QueueTool.QueueAction
getDescription, getException, getFinished, getResult, run
-
-
-
-
Constructor Detail
-
MapBooleanAction
public MapBooleanAction(String description)
Constructs a MapBooleanAction object.- Parameters:
description
- an action description.
-
-
Method Detail
-
launch
public final Object launch() throws Exception
Description copied from class:QueueTool.QueueAction
Method to implement action functionality.- Specified by:
launch
in classQueueTool.QueueAction
- Returns:
- an Object - action result
- Throws:
Exception
-
-