|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowDriver
Defines how to work with windows.
| Method Summary | |
|---|---|
void |
activate(ComponentOperator oper)
Activates a window. |
void |
close(ComponentOperator oper)
Closes a window. |
void |
move(ComponentOperator oper,
int x,
int y)
Change window location. |
void |
resize(ComponentOperator oper,
int width,
int height)
Change window size. |
| Method Detail |
|---|
void activate(ComponentOperator oper)
oper - Window operator.void close(ComponentOperator oper)
oper - Window operator.
void move(ComponentOperator oper,
int x,
int y)
oper - Window operator.x - New x coordinatey - New y coordinate
void resize(ComponentOperator oper,
int width,
int height)
oper - Window operator.width - New window width.height - New window height.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||