|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderedListDriver
Defines how to work with lists allowing items reordering.
Method Summary | |
---|---|
void |
moveItem(ComponentOperator oper,
int itemIndex,
int newIndex)
Changes item index. |
Methods inherited from interface org.netbeans.jemmy.drivers.MultiSelListDriver |
---|
selectItems |
Methods inherited from interface org.netbeans.jemmy.drivers.ListDriver |
---|
selectItem |
Method Detail |
---|
void moveItem(ComponentOperator oper, int itemIndex, int newIndex)
oper
- List operator.itemIndex
- Current item index.newIndex
- Ne witem index.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |