Package com.l2fprod.gui.plaf.skin
Class SkinDesktopIconUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.DesktopIconUI
-
- javax.swing.plaf.basic.BasicDesktopIconUI
-
- com.l2fprod.gui.plaf.skin.SkinDesktopIconUI
-
public final class SkinDesktopIconUI extends javax.swing.plaf.basic.BasicDesktopIconUI
Description of the Class- Author:
- fred
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SkinDesktopIconUI.PropertyChangeHandler
Description of the Class
-
Field Summary
Fields Modifier and Type Field Description protected java.beans.PropertyChangeListener
propertyChangeListener
Description of the Field
-
Constructor Summary
Constructors Constructor Description SkinDesktopIconUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.beans.PropertyChangeListener
createPropertyChangeListener()
Description of the Methodstatic javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
Description of the Methodjava.awt.Dimension
getMaximumSize(javax.swing.JComponent c)
Gets the MaximumSize attribute of the SkinDesktopIconUI objectjava.awt.Dimension
getMinimumSize(javax.swing.JComponent c)
Gets the MinimumSize attribute of the SkinDesktopIconUI objectjava.awt.Dimension
getPreferredSize(javax.swing.JComponent c)
Gets the PreferredSize attribute of the SkinDesktopIconUI objectprotected void
installComponents()
Description of the Methodprotected void
installListeners()
Description of the Methodprotected void
uninstallComponents()
Description of the Methodprotected void
uninstallListeners()
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, installDefaults, installUI, uninstallDefaults, uninstallUI
-
-
-
-
Method Detail
-
getMinimumSize
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
Gets the MinimumSize attribute of the SkinDesktopIconUI object- Overrides:
getMinimumSize
in classjavax.swing.plaf.basic.BasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The MinimumSize value
-
getMaximumSize
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
Gets the MaximumSize attribute of the SkinDesktopIconUI object- Overrides:
getMaximumSize
in classjavax.swing.plaf.basic.BasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The MaximumSize value
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Gets the PreferredSize attribute of the SkinDesktopIconUI object- Overrides:
getPreferredSize
in classjavax.swing.plaf.basic.BasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The PreferredSize value
-
installComponents
protected void installComponents()
Description of the Method- Overrides:
installComponents
in classjavax.swing.plaf.basic.BasicDesktopIconUI
-
installListeners
protected void installListeners()
Description of the Method- Overrides:
installListeners
in classjavax.swing.plaf.basic.BasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()
Description of the Method- Overrides:
uninstallListeners
in classjavax.swing.plaf.basic.BasicDesktopIconUI
-
createPropertyChangeListener
protected java.beans.PropertyChangeListener createPropertyChangeListener()
Description of the Method- Returns:
- Description of the Returned Value
-
uninstallComponents
protected void uninstallComponents()
Description of the Method- Overrides:
uninstallComponents
in classjavax.swing.plaf.basic.BasicDesktopIconUI
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
-