de.hillenbrand.swing.plaf.threeD
Class ThreeD_DesktopIconUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.DesktopIconUI
          extended byjavax.swing.plaf.basic.BasicDesktopIconUI
              extended byde.hillenbrand.swing.plaf.threeD.ThreeD_DesktopIconUI

public class ThreeD_DesktopIconUI
extends javax.swing.plaf.basic.BasicDesktopIconUI


Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
desktopIcon, frame
 
Constructor Summary
ThreeD_DesktopIconUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 java.awt.Dimension getMaximumSize(javax.swing.JComponent arg0)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent arg0)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent arg0)
           
protected  void installComponents()
           
 void paint(java.awt.Graphics g, javax.swing.JComponent comp)
           
protected  void uninstallComponents()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeD_DesktopIconUI

public ThreeD_DesktopIconUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

getMaximumSize

public java.awt.Dimension getMaximumSize(javax.swing.JComponent arg0)

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent arg0)

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent arg0)

installComponents

protected void installComponents()

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent comp)

uninstallComponents

protected void uninstallComponents()