Modifier and Type | Method | Description |
---|---|---|
static WindowSide |
WindowSide.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WindowSide[] |
WindowSide.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Window.addButton(Button b,
WindowSide w) |
Adds a button to the window on the appropriate side.
|
void |
Window.clickButton(WindowSide side,
java.lang.String buttonName) |
simulates clicking the specified Button, for use in testing by students.
|
void |
Window.removeButton(Button b,
WindowSide w) |
Removes the button given from the side indicated of this window.
|