API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicDesktopIconUI View Source
Author(s)
David Kloba
Steve Wilson
Rich Schiavi
Since
Version
1.36 11/17/05
Serial
Hierarchy
 Object
      ComponentUI
          DesktopIconUI
              BasicDesktopIconUI
Implements
Subclasses
Description
public class BasicDesktopIconUI
Basic L&F for a minimized window on a desktop.
See also:   
Constructors
public BasicDesktopIconUI ()
Methods
Hide/Show inherited methods
public boolean contains (JComponent c, int x, int y) [Inherited From ComponentUI]
  Returns true if the specified x,y location is contained within the look and feel's defined shape of the specified component.
protected MouseInputListener createMouseInputListener ()
publicstatic ComponentUI createUI (JComponent c) [Overrides ComponentUI]
public void deiconize ()
public Accessible getAccessibleChild (JComponent c, int i) [Inherited From ComponentUI]
  Returns the ith Accessible child of the object.
public int getAccessibleChildrenCount (JComponent c) [Inherited From ComponentUI]
  Returns the number of accessible children in the object.
public int getBaseline (JComponent c, int width, int height) [Inherited From ComponentUI]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (JComponent c) [Inherited From ComponentUI]
  Returns an enum indicating how the baseline of he component changes as the size changes.
public Insets getInsets (JComponent c)
public Dimension getMaximumSize (JComponent c) [Overrides ComponentUI]
  Desktop icons can not be resized.
public Dimension getMinimumSize (JComponent c) [Overrides ComponentUI]
public Dimension getPreferredSize (JComponent c) [Overrides ComponentUI]
protected void installComponents ()
protected void installDefaults ()
protected void installListeners ()
public void installUI (JComponent c) [Overrides ComponentUI]
public void paint (Graphics g, JComponent c) [Inherited From ComponentUI]
  Paints the specified component appropriate for the look and feel.
protected void uninstallComponents ()
protected void uninstallDefaults ()
protected void uninstallListeners ()
public void uninstallUI (JComponent c) [Overrides ComponentUI]
public void update (Graphics g, JComponent c) [Inherited From ComponentUI]
  Notifies this UI delegate that it's time to paint the specified component.
Fields
Hide/Show inherited fields
protected JDesktopIcon desktopIcon
protected JInternalFrame frame
protected JComponent iconPane
  The title pane component used in the desktop icon.
pack-private MouseInputListener mouseInputListener
Nested Classes
  BasicDesktopIconUI.MouseInputHandler
Listens for mouse movements and acts on them.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar