java.lang.Object | |
↳ | 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 and The Java Class Libraries (update)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invoked when an internal frame is activated.
| |||||||||||
Invoked when an internal frame has been closed.
| |||||||||||
Invoked when an internal frame is in the process of being closed.
| |||||||||||
Invoked when an internal frame is de-activated.
| |||||||||||
Invoked when an internal frame is de-iconified.
| |||||||||||
Invoked when an internal frame is iconified.
| |||||||||||
Invoked when an internal frame has been opened.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Invoked when an internal frame is activated.
Invoked when an internal frame has been closed.
Invoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.
Invoked when an internal frame is de-activated.
Invoked when an internal frame is de-iconified.
Invoked when an internal frame is iconified.
Invoked when an internal frame has been opened.