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.BasicDesktopIconUIDescription of the Class- Author:
- fred
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSkinDesktopIconUI.PropertyChangeHandlerDescription of the Class
-
Field Summary
Fields Modifier and Type Field Description protected java.beans.PropertyChangeListenerpropertyChangeListenerDescription 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.PropertyChangeListenercreatePropertyChangeListener()Description of the Methodstatic javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)Description of the Methodjava.awt.DimensiongetMaximumSize(javax.swing.JComponent c)Gets the MaximumSize attribute of the SkinDesktopIconUI objectjava.awt.DimensiongetMinimumSize(javax.swing.JComponent c)Gets the MinimumSize attribute of the SkinDesktopIconUI objectjava.awt.DimensiongetPreferredSize(javax.swing.JComponent c)Gets the PreferredSize attribute of the SkinDesktopIconUI objectprotected voidinstallComponents()Description of the Methodprotected voidinstallListeners()Description of the Methodprotected voiduninstallComponents()Description of the Methodprotected voiduninstallListeners()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:
getMinimumSizein 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:
getMaximumSizein 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:
getPreferredSizein classjavax.swing.plaf.basic.BasicDesktopIconUI- Parameters:
c- Description of Parameter- Returns:
- The PreferredSize value
-
installComponents
protected void installComponents()
Description of the Method- Overrides:
installComponentsin classjavax.swing.plaf.basic.BasicDesktopIconUI
-
installListeners
protected void installListeners()
Description of the Method- Overrides:
installListenersin classjavax.swing.plaf.basic.BasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()
Description of the Method- Overrides:
uninstallListenersin 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:
uninstallComponentsin 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
-
-