|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gnomevte.event.MoveWindowEvent
org.gnome.vte
public class MoveWindowEvent
An event representing a move window action by a Terminal widget.
This event is fired when the child application (the command forked) requests it.
| Nested Class Summary | |
|---|---|
static class |
MoveWindowEvent.Type
Deprecated. Type of a TerminalMoveWindowEvent. |
| Field Summary |
|---|
| Fields inherited from class org.gnu.gtk.event.GtkEvent |
|---|
source, type |
| Constructor Summary | |
|---|---|
MoveWindowEvent(java.lang.Object source,
org.gnu.glib.EventType type,
int xCoordinate,
int yCoordinate)
Deprecated. Constructor for TerminalMoveWindowEvent. |
|
| Method Summary | |
|---|---|
int |
getXCoordinate()
Deprecated. Gets the X coordinate. |
int |
getYCoordinate()
Deprecated. Gets the Y coordinate. |
boolean |
isOfType(MoveWindowEvent.Type aType)
Deprecated. This method compares the type of the current event to the one provided as an argument. |
| Methods inherited from class org.gnu.gtk.event.GtkEvent |
|---|
getSource, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MoveWindowEvent(java.lang.Object source,
org.gnu.glib.EventType type,
int xCoordinate,
int yCoordinate)
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.| Method Detail |
|---|
public boolean isOfType(MoveWindowEvent.Type aType)
aType - the type to compare to.
true if the events are of same type.public int getXCoordinate()
public int getYCoordinate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||