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
(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`
(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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close