Class SubstanceDesktopIconUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopIconUI
javax.swing.plaf.basic.BasicDesktopIconUI
org.pushingpixels.substance.internal.ui.SubstanceDesktopIconUI
UI for desktop icons in Substance look and feel.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) Returns the component for desktop icon hover (internal frame preview) functionality.protected void
protected void
void
Installs the UI delegate on the desktop icon if necessary.protected void
void
protected void
void
Uninstalls the UI delegate from the desktop icon if necessary.protected void
void
Methods inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, uninstallDefaults
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
-
Constructor Details
-
SubstanceDesktopIconUI
public SubstanceDesktopIconUI()
-
-
Method Details
-
createUI
-
installDefaults
protected void installDefaults()- Overrides:
installDefaults
in classBasicDesktopIconUI
-
installComponents
protected void installComponents()- Overrides:
installComponents
in classBasicDesktopIconUI
-
uninstallComponents
protected void uninstallComponents()- Overrides:
uninstallComponents
in classBasicDesktopIconUI
-
installListeners
protected void installListeners()- Overrides:
installListeners
in classBasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()- Overrides:
uninstallListeners
in classBasicDesktopIconUI
-
getPreferredSize
- Overrides:
getPreferredSize
in classBasicDesktopIconUI
-
getMinimumSize
- Overrides:
getMinimumSize
in classBasicDesktopIconUI
-
getMaximumSize
- Overrides:
getMaximumSize
in classBasicDesktopIconUI
-
installUI
- Overrides:
installUI
in classBasicDesktopIconUI
-
uninstallUI
- Overrides:
uninstallUI
in classBasicDesktopIconUI
-
getComponentForHover
Returns the component for desktop icon hover (internal frame preview) functionality.- Returns:
- The component for desktop icon hover (internal frame preview) functionality.
-
installIfNecessary
Installs the UI delegate on the desktop icon if necessary.- Parameters:
jdi
- Desktop icon.
-
uninstallIfNecessary
Uninstalls the UI delegate from the desktop icon if necessary.- Parameters:
jdi
- Desktop icon.
-