|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeDriver
Defines how to work with trees.
| Method Summary | |
|---|---|
void |
collapseItem(ComponentOperator oper,
int index)
Collapses a node. |
void |
editItem(ComponentOperator oper,
int index,
java.lang.Object newValue,
Timeout waitEditorTime)
Edits a node. |
void |
expandItem(ComponentOperator oper,
int index)
Expandes a node. |
void |
startEditing(ComponentOperator oper,
int index,
Timeout waitEditorTime)
Starts node editing. |
| Methods inherited from interface org.netbeans.jemmy.drivers.MultiSelListDriver |
|---|
selectItems |
| Methods inherited from interface org.netbeans.jemmy.drivers.ListDriver |
|---|
selectItem |
| Method Detail |
|---|
void expandItem(ComponentOperator oper,
int index)
oper - Tree operator.index - Node index.
void collapseItem(ComponentOperator oper,
int index)
oper - Tree operator.index - Node index.
void editItem(ComponentOperator oper,
int index,
java.lang.Object newValue,
Timeout waitEditorTime)
oper - Tree operator.index - Node index.newValue - New node valuewaitEditorTime - Time to wait node editor.
void startEditing(ComponentOperator oper,
int index,
Timeout waitEditorTime)
oper - Tree operator.index - Node index.waitEditorTime - Time to wait node editor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||