|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.lists.JListMouseDriver
public class JListMouseDriver
List driver for javax.swing.JList component type.
Constructor Summary | |
---|---|
JListMouseDriver()
Constructs a JListMouseDriver. |
Method Summary | |
---|---|
protected void |
clickOnItem(JListOperator oper,
int index)
Clicks on a list item. |
protected void |
clickOnItem(JListOperator oper,
int index,
int modifiers)
Clicks on a list item. |
void |
selectItem(ComponentOperator oper,
int index)
Selects an item. |
void |
selectItems(ComponentOperator oper,
int[] indices)
Selects some items. |
Methods inherited from class org.netbeans.jemmy.drivers.LightSupportiveDriver |
---|
checkSupported, getSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JListMouseDriver()
Method Detail |
---|
public void selectItem(ComponentOperator oper, int index)
ListDriver
selectItem
in interface ListDriver
oper
- List operator.index
- Item index.public void selectItems(ComponentOperator oper, int[] indices)
MultiSelListDriver
selectItems
in interface MultiSelListDriver
oper
- List operator.indices
- Item indices.protected void clickOnItem(JListOperator oper, int index)
oper
- an operator to click on.index
- item index.protected void clickOnItem(JListOperator oper, int index, int modifiers)
oper
- an operator to click on.index
- item index.modifiers
- a combination of InputEvent.*_MASK
fields.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |