Liking cljdoc? Tell your friends :D

javax.swing.event.InternalFrameEvent

An AWTEvent that adds support for JInternalFrame objects as the event source. This class has the same event types as WindowEvent, although different IDs are used. Help on handling internal frame events is in How to Write an Internal Frame Listener, a section in The Java Tutorial.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

An AWTEvent that adds support for
JInternalFrame objects as the event source.  This class has the
same event types as WindowEvent,
although different IDs are used.
Help on handling internal frame events
is in
How to Write an Internal Frame Listener,
a section in The Java Tutorial.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

*-internal-frame-activatedclj

Static Constant.

The "window activated" event type. This event indicates that keystrokes and mouse clicks are directed towards this internal frame.

type: int

Static Constant.

The "window activated" event type. This event indicates that keystrokes
 and mouse clicks are directed towards this internal frame.

type: int
raw docstring

*-internal-frame-closedclj

Static Constant.

The "window closed" event. This event is delivered after the internal frame has been closed as the result of a call to the setClosed or dispose method.

type: int

Static Constant.

The "window closed" event. This event is delivered after
 the internal frame has been closed as the result of a call to
 the setClosed or
 dispose method.

type: int
raw docstring

*-internal-frame-closingclj

Static Constant.

The "window is closing" event. This event is delivered when the user attempts to close the internal frame, such as by clicking the internal frame's close button, or when a program attempts to close the internal frame by invoking the setClosed method.

type: int

Static Constant.

The "window is closing" event. This event is delivered when
 the user attempts to close the internal frame, such as by
 clicking the internal frame's close button,
 or when a program attempts to close the internal frame
 by invoking the setClosed method.

type: int
raw docstring

*-internal-frame-deactivatedclj

Static Constant.

The "window deactivated" event type. This event indicates that keystrokes and mouse clicks are no longer directed to the internal frame.

type: int

Static Constant.

The "window deactivated" event type. This event indicates that keystrokes
 and mouse clicks are no longer directed to the internal frame.

type: int
raw docstring

*-internal-frame-deiconifiedclj

Static Constant.

The "window deiconified" event type. This event indicates that the internal frame has been restored to its normal size.

type: int

Static Constant.

The "window deiconified" event type. This event indicates that the
 internal frame has been restored to its normal size.

type: int
raw docstring

*-internal-frame-firstclj

Static Constant.

The first number in the range of IDs used for internal frame events.

type: int

Static Constant.

The first number in the range of IDs used for internal frame events.

type: int
raw docstring

*-internal-frame-iconifiedclj

Static Constant.

The "window iconified" event. This event indicates that the internal frame was shrunk down to a small icon.

type: int

Static Constant.

The "window iconified" event.
 This event indicates that the internal frame
 was shrunk down to a small icon.

type: int
raw docstring

*-internal-frame-lastclj

Static Constant.

The last number in the range of IDs used for internal frame events.

type: int

Static Constant.

The last number in the range of IDs used for internal frame events.

type: int
raw docstring

*-internal-frame-openedclj

Static Constant.

The "window opened" event. This event is delivered only the first time the internal frame is made visible.

type: int

Static Constant.

The "window opened" event.  This event is delivered only
 the first time the internal frame is made visible.

type: int
raw docstring

->internal-frame-eventclj

(->internal-frame-event source id)

Constructor.

Constructs an InternalFrameEvent object.

source - the JInternalFrame object that originated the event - javax.swing.JInternalFrame id - an integer indicating the type of event - int

Constructor.

Constructs an InternalFrameEvent object.

source - the JInternalFrame object that originated the event - `javax.swing.JInternalFrame`
id - an integer indicating the type of event - `int`
raw docstring

get-internal-frameclj

(get-internal-frame this)

Returns the originator of the event.

returns: the JInternalFrame object that originated the event - javax.swing.JInternalFrame

Returns the originator of the event.

returns: the JInternalFrame object that originated the event - `javax.swing.JInternalFrame`
raw docstring

param-stringclj

(param-string this)

Returns a parameter string identifying this event. This method is useful for event logging and for debugging.

returns: a string identifying the event and its attributes - java.lang.String

Returns a parameter string identifying this event.
 This method is useful for event logging and for debugging.

returns: a string identifying the event and its attributes - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close