org.gnu.gnomevte.event
Class ResizeWindowEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gnomevte.event.ResizeWindowEvent
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

public class ResizeWindowEvent
extends org.gnu.gtk.event.GtkEvent

An event representing an action by a Terminal widget. This event is fired when the child application (the command forked) requests it.

See Also:
Serialized Form

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

ResizeWindowEvent

public ResizeWindowEvent(java.lang.Object source,
                         org.gnu.glib.EventType type,
                         int windowWidth,
                         int windowHeight)
Deprecated. 
Constructor for TerminalResizeWindowEvent.

Parameters:
source - the source of the event.
type - the event type.
windowWidth -
windowHeight -
Method Detail

isOfType

public boolean isOfType(ResizeWindowEvent.Type aType)
Deprecated. 
This method compares the type of the current event to the one provided as an argument.

Parameters:
aType - the type to compare to.
Returns:
true if the events are of same type.

getWindowWidth

public int getWindowWidth()
Deprecated. 
Gets the new desired window width.

Returns:
the new desired window width.

getWindowHeight

public int getWindowHeight()
Deprecated. 
Gets the new desired window height.

Returns:
the new desired window height.