public interface Window extends ControlInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
Window.Direction |
| Modifier and Type | Method and Description |
|---|---|
void |
move(Point dest) |
void |
resize(Dimension size,
Window.Direction direction) |
@Shortcut void resize(Dimension size, Window.Direction direction)
Copyright © 2018. All rights reserved.