All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.JDesktopIcon

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JDesktopIcon

public class JDesktopIcon
extends JComponent
This component represents an iconified version of a JInternalFrame. It should be able to tell the JInternalFrame


Constructor Index

 o JDesktopIcon(JInternalFrame)

Method Index

 o getDesktopPane()
Convience method to ask the appropriate JInternalFrame for the Desktop object.
 o getInternalFrame()
Returns the JInternalFrame that this DesktopIcon is associated with.
 o getUI()
 o getUIClassID()
 o setInternalFrame(JInternalFrame)
 o setUI(DesktopIconUI)
 o updateUI()
Called to replace the UI with the latest version from the default UIFactory.

Constructors

 o JDesktopIcon
 public JDesktopIcon(JInternalFrame f)

Methods

 o getUI
 public DesktopIconUI getUI()
 o setUI
 public void setUI(DesktopIconUI ui)
 o getInternalFrame
 public JInternalFrame getInternalFrame()
Returns the JInternalFrame that this DesktopIcon is associated with.

 o setInternalFrame
 public void setInternalFrame(JInternalFrame f)
 o getDesktopPane
 public JDesktopPane getDesktopPane()
Convience method to ask the appropriate JInternalFrame for the Desktop object.

 o updateUI
 public void updateUI()
Called to replace the UI with the latest version from the default UIFactory.

Overrides:
updateUI in class JComponent
 o getUIClassID
 public String getUIClassID()
Returns:
"DesktopIconUI"
Overrides:
getUIClassID in class JComponent
See Also:
getUIClassID, getUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index