org.netbeans.jemmy.operators
Class Operator.MapDoubleAction
java.lang.Object
org.netbeans.jemmy.QueueTool.QueueAction
org.netbeans.jemmy.operators.Operator.MapDoubleAction
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Operator
protected abstract class Operator.MapDoubleAction
- extends QueueTool.QueueAction
Can be used to simplify double component's methods mapping.
- See Also:
Operator.runMapping(Operator.MapDoubleAction)
Method Summary |
Object |
launch()
Method to implement action functionality. |
abstract double |
map()
Executes a map action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operator.MapDoubleAction
public Operator.MapDoubleAction(String description)
- Constructs a MapDoubleAction object.
- Parameters:
description
- an action description.
launch
public final Object launch()
throws Exception
- Description copied from class:
QueueTool.QueueAction
- Method to implement action functionality.
- Specified by:
launch
in class QueueTool.QueueAction
- Returns:
- an Object - action result
- Throws:
Exception
map
public abstract double map()
throws Exception
- Executes a map action.
- Returns:
- an action result.
- Throws:
Exception