JSR-209 (Final Release)

Uses of Class
javax.swing.JInternalFrame

Packages that use JInternalFrame
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
 

Uses of JInternalFrame in javax.swing
 

Methods in javax.swing that return JInternalFrame
 JInternalFrame JOptionPane.createInternalFrame(java.awt.Component parentComponent, java.lang.String title)
          Creates and returns an instance of JInternalFrame.
 JInternalFrame[] JDesktopPane.getAllFrames()
          Returns all JInternalFrames currently displayed in the desktop.
 JInternalFrame JDesktopPane.getSelectedFrame()
          Returns the currently active JInternalFrame in this JDesktopPane, or null if no JInternalFrame is currently active.
 JInternalFrame[] JDesktopPane.getAllFramesInLayer(int layer)
          Returns all JInternalFrames currently displayed in the specified layer of the desktop.
 

Methods in javax.swing with parameters of type JInternalFrame
 void JDesktopPane.setSelectedFrame(JInternalFrame f)
          Sets the currently active JInternalFrame in this JDesktopPane.
 java.awt.Component InternalFrameFocusTraversalPolicy.getInitialComponent(JInternalFrame frame)
          Returns the Component that should receive the focus when a JInternalFrame is selected for the first time.
 

Uses of JInternalFrame in javax.swing.event
 

Methods in javax.swing.event that return JInternalFrame
 JInternalFrame InternalFrameEvent.getInternalFrame()
          Returns the originator of the event.
 

Constructors in javax.swing.event with parameters of type JInternalFrame
InternalFrameEvent(JInternalFrame source, int id)
          Constructs an InternalFrameEvent object.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.