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 ComponentUIcreateUI(JComponent comp) Returns the component for desktop icon hover (internal frame preview) functionality.protected voidprotected voidvoidInstalls the UI delegate on the desktop icon if necessary.protected voidvoidprotected voidvoidUninstalls the UI delegate from the desktop icon if necessary.protected voidvoidMethods inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, uninstallDefaultsMethods 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:
installDefaultsin classBasicDesktopIconUI
-
installComponents
protected void installComponents()- Overrides:
installComponentsin classBasicDesktopIconUI
-
uninstallComponents
protected void uninstallComponents()- Overrides:
uninstallComponentsin classBasicDesktopIconUI
-
installListeners
protected void installListeners()- Overrides:
installListenersin classBasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()- Overrides:
uninstallListenersin classBasicDesktopIconUI
-
getPreferredSize
- Overrides:
getPreferredSizein classBasicDesktopIconUI
-
getMinimumSize
- Overrides:
getMinimumSizein classBasicDesktopIconUI
-
getMaximumSize
- Overrides:
getMaximumSizein classBasicDesktopIconUI
-
installUI
- Overrides:
installUIin classBasicDesktopIconUI
-
uninstallUI
- Overrides:
uninstallUIin 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.
-