Java Platform 1.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 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.
 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.
 

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)
           
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.