Uses of Class
javax.swing.event.InternalFrameEvent
-
Packages that use InternalFrameEvent Package Description javax.swing.event Provides for events fired by Swing components.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel. -
-
Uses of InternalFrameEvent in javax.swing.event
Methods in javax.swing.event with parameters of type InternalFrameEvent Modifier and Type Method and Description void
InternalFrameAdapter. internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.void
InternalFrameListener. internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.void
InternalFrameAdapter. internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.void
InternalFrameListener. internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.void
InternalFrameAdapter. internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed.void
InternalFrameListener. internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed.void
InternalFrameAdapter. internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.void
InternalFrameListener. internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.void
InternalFrameAdapter. internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.void
InternalFrameListener. internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.void
InternalFrameAdapter. internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.void
InternalFrameListener. internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.void
InternalFrameAdapter. internalFrameOpened(InternalFrameEvent e)
Invoked when an internal frame has been opened.void
InternalFrameListener. internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened. -
Uses of InternalFrameEvent in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with parameters of type InternalFrameEvent Modifier and Type Method and Description void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameActivated(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameClosed(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameClosing(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameDeactivated(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameDeiconified(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameIconified(InternalFrameEvent e)
void
BasicInternalFrameUI.BasicInternalFrameListener. internalFrameOpened(InternalFrameEvent e)
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.