Support Class Summary
The following table summarizes the types of methods you use in a custom support class. For more information, see the API Reference.
Method Type | Syntax | Common Methods |
|---|---|---|
Identification property methods | public String <identification property name>_attr(Object obj) | value_attr |
Test Object Methods | public Retval <test object method name>_replayMethod(Object obj, <... list of String arguments>) | |
Event Handling methods | Dependent on the listener that is being implemented. | Call MicAPI.record from the event handler methods. |
Use the following utility methods:
protected void addSimpleListener(String listenerName, String addMethodName, String removeMethodName)
Override the following utility methods:
public boolean isWindow(Object obj)
protected Object mouseRecordTarget(MouseEvent e)
protected Object keyboardRecordTarget(KeyEvent e)
public RecordMessage wrapperRecordMessage(RecordMessage message, Object wrapper)
See also:

