JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
javax.swing.event.InternalFrameEvent

Packages that use InternalFrameEvent
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
 void InternalFrameAdapter.internalFrameOpened(InternalFrameEvent e)
          Invoked when an internal frame has been opened.
 void InternalFrameAdapter.internalFrameClosing(InternalFrameEvent e)
          Invoked when an internal frame is in the process of being closed.
 void InternalFrameAdapter.internalFrameClosed(InternalFrameEvent e)
          Invoked when an internal frame has been closed.
 void InternalFrameAdapter.internalFrameIconified(InternalFrameEvent e)
          Invoked when an internal frame is iconified.
 void InternalFrameAdapter.internalFrameDeiconified(InternalFrameEvent e)
          Invoked when an internal frame is de-iconified.
 void InternalFrameAdapter.internalFrameActivated(InternalFrameEvent e)
          Invoked when an internal frame is activated.
 void InternalFrameAdapter.internalFrameDeactivated(InternalFrameEvent e)
          Invoked when an internal frame is de-activated.
 void InternalFrameListener.internalFrameOpened(InternalFrameEvent e)
          Invoked when a internal frame has been opened.
 void InternalFrameListener.internalFrameClosing(InternalFrameEvent e)
          Invoked when an internal frame is in the process of being closed.
 void InternalFrameListener.internalFrameClosed(InternalFrameEvent e)
          Invoked when an internal frame has been closed.
 void InternalFrameListener.internalFrameIconified(InternalFrameEvent e)
          Invoked when an internal frame is iconified.
 void InternalFrameListener.internalFrameDeiconified(InternalFrameEvent e)
          Invoked when an internal frame is de-iconified.
 void InternalFrameListener.internalFrameActivated(InternalFrameEvent e)
          Invoked when an internal frame is activated.
 void InternalFrameListener.internalFrameDeactivated(InternalFrameEvent e)
          Invoked when an internal frame is de-activated.
 

Uses of InternalFrameEvent in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic with parameters of type InternalFrameEvent
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameClosing(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameClosed(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameOpened(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameIconified(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameDeiconified(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameActivated(InternalFrameEvent e)
           
 void BasicInternalFrameUI.BasicInternalFrameListener.internalFrameDeactivated(InternalFrameEvent e)
           
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.