public final class SkinDesktopIconUI
extends javax.swing.plaf.basic.BasicDesktopIconUI
| Modifier and Type | Class and Description |
|---|---|
class |
SkinDesktopIconUI.PropertyChangeHandler
Description of the Class
|
| Modifier and Type | Field and Description |
|---|---|
protected java.beans.PropertyChangeListener |
propertyChangeListener
Description of the Field
|
| Constructor and Description |
|---|
SkinDesktopIconUI() |
| Modifier and Type | Method and Description |
|---|---|
protected java.beans.PropertyChangeListener |
createPropertyChangeListener()
Description of the Method
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Description of the Method
|
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
Gets the MaximumSize attribute of the SkinDesktopIconUI object
|
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
Gets the MinimumSize attribute of the SkinDesktopIconUI object
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Gets the PreferredSize attribute of the SkinDesktopIconUI object
|
protected void |
installComponents()
Description of the Method
|
protected void |
installListeners()
Description of the Method
|
protected void |
uninstallComponents()
Description of the Method
|
protected void |
uninstallListeners()
Description of the Method
|
createMouseInputListener, deiconize, getInsets, installDefaults, installUI, uninstallDefaults, uninstallUIprotected java.beans.PropertyChangeListener propertyChangeListener
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize in class javax.swing.plaf.basic.BasicDesktopIconUIc - Description of Parameterpublic java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize in class javax.swing.plaf.basic.BasicDesktopIconUIc - Description of Parameterpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize in class javax.swing.plaf.basic.BasicDesktopIconUIc - Description of Parameterprotected void installComponents()
installComponents in class javax.swing.plaf.basic.BasicDesktopIconUIprotected void installListeners()
installListeners in class javax.swing.plaf.basic.BasicDesktopIconUIprotected void uninstallListeners()
uninstallListeners in class javax.swing.plaf.basic.BasicDesktopIconUIprotected java.beans.PropertyChangeListener createPropertyChangeListener()
protected void uninstallComponents()
uninstallComponents in class javax.swing.plaf.basic.BasicDesktopIconUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameter