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.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 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.