|
|||||||||
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.ResizeWindowEvent
org.gnome.vte
public class ResizeWindowEvent
An event representing an action by a Terminal
widget.
This event is fired when the child application (the command forked) requests it.
Nested Class Summary | |
---|---|
static class |
ResizeWindowEvent.Type
Deprecated. Type of a TerminalResizeWindowEvent. |
Field Summary |
---|
Fields inherited from class org.gnu.gtk.event.GtkEvent |
---|
source, type |
Constructor Summary | |
---|---|
ResizeWindowEvent(java.lang.Object source,
org.gnu.glib.EventType type,
int windowWidth,
int windowHeight)
Deprecated. Constructor for TerminalResizeWindowEvent. |
Method Summary | |
---|---|
int |
getWindowHeight()
Deprecated. Gets the new desired window height. |
int |
getWindowWidth()
Deprecated. Gets the new desired window width. |
boolean |
isOfType(ResizeWindowEvent.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 ResizeWindowEvent(java.lang.Object source, org.gnu.glib.EventType type, int windowWidth, int windowHeight)
source
- the source of the event.type
- the event type.windowWidth
- windowHeight
- Method Detail |
---|
public boolean isOfType(ResizeWindowEvent.Type aType)
aType
- the type to compare to.
true
if the events are of same type.public int getWindowWidth()
public int getWindowHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |