|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.drivers.LightSupportiveDriver
public abstract class LightSupportiveDriver
Allows to declare supported operator classes.
| Constructor Summary | |
|---|---|
LightSupportiveDriver(java.lang.String[] supported)
Creates an instance. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
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 LightSupportiveDriver(java.lang.String[] 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.
UnsupportedOperatorExceptionpublic java.lang.String[] getSupported()
getSupported in interface LightDriver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||