|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.drivers.SupportiveDriver
public abstract class SupportiveDriver
Allows to declare supported operator classes.
Constructor Summary | |
---|---|
SupportiveDriver(java.lang.Class[] supported)
Creates an instance. |
Method Summary | |
---|---|
java.lang.Class[] |
getSupported()
Returns array of operator classes which are supported by this driver. |
void |
checkSupported(ComponentOperator oper)
Throws UnsupportedOperatorException exception if
parameter's class is not in list of supported classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportiveDriver(java.lang.Class[] supported)
supported
- Array of operator classes which are supported by this driver.Method Detail |
---|
public void checkSupported(ComponentOperator oper)
UnsupportedOperatorException
exception if
parameter's class is not in list of supported classes.
oper
- Operator whose class should be checked.
UnsupportedOperatorException
public java.lang.Class[] getSupported()
getSupported
in interface Driver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |