| Modifier and Type | Field and Description |
|---|---|
private int |
column
The new window column.
|
private int |
row
The new window row.
|
| Constructor and Description |
|---|
WindowMoved(TopLevelWindow<?> source,
int column,
int row)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Get the window's column.
|
int |
getRow()
Get the window's row.
|
TopLevelWindow<?> |
source()
Get the window source.
|
consume, id, isConsumed, merge, other, print, toStringprivate final int column
private final int row
public WindowMoved(TopLevelWindow<?> source, int column, int row)
source - The top-level window being moved.column - The new window column.row - The new window row.public TopLevelWindow<?> source()
public int getColumn()
public int getRow()