org.gnu.gnomevte.event
public class MoveWindowEvent extends GtkEvent
Nested Class Summary | |
---|---|
static class | MoveWindowEvent.Type
Type of a TerminalMoveWindowEvent. |
Constructor Summary | |
---|---|
MoveWindowEvent(Object source, EventType type, int xCoordinate, int yCoordinate)
Constructor for TerminalMoveWindowEvent. |
Method Summary | |
---|---|
int | getXCoordinate()
Gets the X coordinate. |
int | getYCoordinate()
Gets the Y coordinate. |
boolean | isOfType(MoveWindowEvent.Type aType)
This method compares the type of the current event to
the one provided as an argument. |
Parameters: source the source of the event. type the event type. xCoordinate the terminal's desired location, X coordinate. yCoordinate the terminal's desired location, Y coordinate.
Returns: the new X coordinate.
Returns: the new Y coordinate.
Parameters: aType the type to compare to.
Returns: true
if the events are of same type.