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
Description of the Class
- Author:
- fred
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Description of the ClassNested classes/interfaces inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
BasicDesktopIconUI.MouseInputHandler
-
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
desktopIcon, frame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyChangeListener
Description of the Methodstatic ComponentUI
Description of the MethodGets the MaximumSize attribute of the SkinDesktopIconUI objectGets the MinimumSize attribute of the SkinDesktopIconUI objectGets the PreferredSize attribute of the SkinDesktopIconUI objectprotected void
Description of the Methodprotected void
Description of the Methodprotected void
Description of the Methodprotected void
Description of the MethodMethods inherited from class javax.swing.plaf.basic.BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, installDefaults, installUI, uninstallDefaults, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
-
Field Details
-
propertyChangeListener
Description of the Field
-
-
Constructor Details
-
SkinDesktopIconUI
public SkinDesktopIconUI()
-
-
Method Details
-
getMinimumSize
Gets the MinimumSize attribute of the SkinDesktopIconUI object- Overrides:
getMinimumSize
in classBasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The MinimumSize value
-
getMaximumSize
Gets the MaximumSize attribute of the SkinDesktopIconUI object- Overrides:
getMaximumSize
in classBasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The MaximumSize value
-
getPreferredSize
Gets the PreferredSize attribute of the SkinDesktopIconUI object- Overrides:
getPreferredSize
in classBasicDesktopIconUI
- Parameters:
c
- Description of Parameter- Returns:
- The PreferredSize value
-
installComponents
protected void installComponents()Description of the Method- Overrides:
installComponents
in classBasicDesktopIconUI
-
installListeners
protected void installListeners()Description of the Method- Overrides:
installListeners
in classBasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()Description of the Method- Overrides:
uninstallListeners
in classBasicDesktopIconUI
-
createPropertyChangeListener
Description of the Method- Returns:
- Description of the Returned Value
-
uninstallComponents
protected void uninstallComponents()Description of the Method- Overrides:
uninstallComponents
in classBasicDesktopIconUI
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-