Liking cljdoc? Tell your friends :D

javax.swing.event.InternalFrameAdapter

An abstract adapter class for receiving internal frame events. The methods in this class are empty. This class exists as convenience for creating listener objects, and is functionally equivalent to the WindowAdapter class in the AWT.

See How to Write an Internal Frame Listener in The Java Tutorial

An abstract adapter class for receiving internal frame events.
The methods in this class are empty. This class exists as
convenience for creating listener objects, and is functionally
equivalent to the WindowAdapter class in the AWT.

See How to Write an Internal Frame Listener
in The Java Tutorial
raw docstring

->internal-frame-adapterclj

(->internal-frame-adapter)

Constructor.

Constructor.
raw docstring

internal-frame-activatedclj

(internal-frame-activated this e)

Invoked when an internal frame is activated.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame is activated.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-closedclj

(internal-frame-closed this e)

Invoked when an internal frame has been closed.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame has been closed.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-closingclj

(internal-frame-closing this e)

Invoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame is in the process of being closed.
 The close operation can be overridden at this point.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-deactivatedclj

(internal-frame-deactivated this e)

Invoked when an internal frame is de-activated.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame is de-activated.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-deiconifiedclj

(internal-frame-deiconified this e)

Invoked when an internal frame is de-iconified.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame is de-iconified.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-iconifiedclj

(internal-frame-iconified this e)

Invoked when an internal frame is iconified.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame is iconified.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

internal-frame-openedclj

(internal-frame-opened this e)

Invoked when an internal frame has been opened.

e - javax.swing.event.InternalFrameEvent

Invoked when an internal frame has been opened.

e - `javax.swing.event.InternalFrameEvent`
raw docstring

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

× close