Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JInternalFrame

Packages that use JInternalFrame
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
 

Uses of JInternalFrame in com.sun.java.swing
 

Methods in com.sun.java.swing that return JInternalFrame
 JInternalFrame JOptionPane.createInternalFrame(Component parentComponent, String title)
          Creates and returns an instance of JInternalFrame.
 JInternalFrame[] JDesktopPane.getAllFrames()
          Returns all JInternalFrames currently displayed in the desktop.
 JInternalFrame[] JDesktopPane.getAllFramesInLayer(int layer)
          Returns all JInternalFrames currently displayed in the specified layer of the desktop.
 JInternalFrame JInternalFrame.JDesktopIcon.getInternalFrame()
          Returns the JInternalFrame that this DesktopIcon is associated with.
 

Methods in com.sun.java.swing with parameters of type JInternalFrame
 void DefaultDesktopManager.openFrame(JInternalFrame f)
          Normally this method will not be called.
 void DefaultDesktopManager.closeFrame(JInternalFrame f)
          Removes the frame, and if necessary the desktopIcon, from it's parent.
 void DefaultDesktopManager.maximizeFrame(JInternalFrame f)
          Resizes the frame to fill it's parents bounds.
 void DefaultDesktopManager.minimizeFrame(JInternalFrame f)
          Restores the frame back to it's size and position prior to a maximizeFrame() call.
 void DefaultDesktopManager.iconifyFrame(JInternalFrame f)
          Removes the frame from it's parent and adds it's desktopIcon to the parent.
 void DefaultDesktopManager.deiconifyFrame(JInternalFrame f)
          Removes the desktopIcon from it's parent and adds it's frame to the parent.
 void DefaultDesktopManager.activateFrame(JInternalFrame f)
          Finds all the other peers of type JInternalFrames and set's their IS_SELECTED_PROPERTY to false.
 void DefaultDesktopManager.deactivateFrame(JInternalFrame f)
           
protected  void DefaultDesktopManager.removeIconFor(JInternalFrame f)
          Convience method to remove the desktopIcon of f is necessary.
protected  Rectangle DefaultDesktopManager.getBoundsForIconOf(JInternalFrame f)
          The iconifyFrame() code calls this to determine the proper bounds for the desktopIcon.
protected  void DefaultDesktopManager.setPreviousBounds(JInternalFrame f, Rectangle r)
          Stores the bounds of the component just before a maximize call.
protected  Rectangle DefaultDesktopManager.getPreviousBounds(JInternalFrame f)
           
protected  void DefaultDesktopManager.setWasIcon(JInternalFrame f, Boolean value)
          Sets that the component has been iconized and the bounds of the desktopIcon are valid.
protected  boolean DefaultDesktopManager.wasIcon(JInternalFrame f)
           
 void JInternalFrame.JDesktopIcon.setInternalFrame(JInternalFrame f)
          Sets the JInternalFrame that this DesktopIcon is associated with.
 void DesktopManager.openFrame(JInternalFrame f)
          If possible, display this frame in an appropriate location.
 void DesktopManager.closeFrame(JInternalFrame f)
          Generally, this call should remove the frame from it's parent.
 void DesktopManager.maximizeFrame(JInternalFrame f)
          Generally, the frame should be resized to match it's parents bounds.
 void DesktopManager.minimizeFrame(JInternalFrame f)
          Generally, this indicates that the frame should be restored to it's size and position prior to a maximizeFrame() call.
 void DesktopManager.iconifyFrame(JInternalFrame f)
          Generally, remove this frame from it's parent and add an iconic representation.
 void DesktopManager.deiconifyFrame(JInternalFrame f)
          Generally, remove any iconic representation that is present and restore the frame to it's original size and location.
 void DesktopManager.activateFrame(JInternalFrame f)
          Generally, indicate that this frame has focus.
 void DesktopManager.deactivateFrame(JInternalFrame f)
          Generally, indicate that this frame has lost focus.
 

Constructors in com.sun.java.swing with parameters of type JInternalFrame
JInternalFrame.JDesktopIcon.JInternalFrame.JDesktopIcon(JInternalFrame f)
          Create an icon for an internal frame
 

Uses of JInternalFrame in com.sun.java.swing.event
 

Constructors in com.sun.java.swing.event with parameters of type JInternalFrame
InternalFrameEvent.InternalFrameEvent(JInternalFrame source, int id)
          Constructs a InternalFrameEvent object.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.