org.jscroll.widgets
Class EmptyDesktopIconUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.DesktopIconUI
              |
              +--org.jscroll.widgets.EmptyDesktopIconUI

public class EmptyDesktopIconUI
extends DesktopIconUI

This class provides an empty DesktopIconUI for RootDesktopPane.

Version:
1.0 29-Jul-2001
Author:
Tom Tessier

Field Summary
protected static EmptyDesktopIconUI desktopIconUI
          stores the instance of this class.
 
Constructor Summary
EmptyDesktopIconUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
          creates the EmptyDesktopIconUI object
protected  void paint(Graphics g)
          overrides the paint method with a blank routine so that no component is displayed when an internal frame is iconified
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desktopIconUI

protected static EmptyDesktopIconUI desktopIconUI
stores the instance of this class. Used by createUI.

Constructor Detail

EmptyDesktopIconUI

public EmptyDesktopIconUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)
creates the EmptyDesktopIconUI object

Parameters:
c - the reference to the JComponent object required by createUI

paint

protected void paint(Graphics g)
overrides the paint method with a blank routine so that no component is displayed when an internal frame is iconified

Parameters:
g - the reference to the Graphics object used to paint the desktop


Copyright © 2001-2003 JScroll.org. All Rights Reserved.