Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
javax.swing.event.InternalFrameEvent

Packages that use InternalFrameEvent
javax.swing.event Provides for events fired by Swing components. 
 

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.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.