org.jvnet.substance
Class SubstanceDesktopIconUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.DesktopIconUI
          extended by javax.swing.plaf.basic.BasicDesktopIconUI
              extended by org.jvnet.substance.SubstanceDesktopIconUI

public class SubstanceDesktopIconUI
extends BasicDesktopIconUI

UI for desktop icons in Substance look and feel.

Author:
Kirill Grouchnikov

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

Constructor Detail

SubstanceDesktopIconUI

public SubstanceDesktopIconUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class BasicDesktopIconUI

installComponents

protected void installComponents()
Overrides:
installComponents in class BasicDesktopIconUI

uninstallComponents

protected void uninstallComponents()
Overrides:
uninstallComponents in class BasicDesktopIconUI

installListeners

protected void installListeners()
Overrides:
installListeners in class BasicDesktopIconUI

uninstallListeners

protected void uninstallListeners()
Overrides:
uninstallListeners in class BasicDesktopIconUI

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class BasicDesktopIconUI

getMinimumSize

public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class BasicDesktopIconUI

getMaximumSize

public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class BasicDesktopIconUI