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 TypeClassDescriptionclassDescription of the ClassNested classes/interfaces inherited from class BasicDesktopIconUI
BasicDesktopIconUI.MouseInputHandler -
Field Summary
FieldsFields inherited from class BasicDesktopIconUI
desktopIcon, frame -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyChangeListenerDescription of the Methodstatic ComponentUIDescription of the MethodGets the MaximumSize attribute of the SkinDesktopIconUI objectGets the MinimumSize attribute of the SkinDesktopIconUI objectGets the PreferredSize attribute of the SkinDesktopIconUI objectprotected voidDescription of the Methodprotected voidDescription of the Methodprotected voidDescription of the Methodprotected voidDescription of the MethodMethods inherited from class BasicDesktopIconUI
createMouseInputListener, deiconize, getInsets, installDefaults, installUI, uninstallDefaults, uninstallUIMethods inherited from class 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:
getMinimumSizein classBasicDesktopIconUI- Parameters:
c- Description of Parameter- Returns:
- The MinimumSize value
-
getMaximumSize
Gets the MaximumSize attribute of the SkinDesktopIconUI object- Overrides:
getMaximumSizein classBasicDesktopIconUI- Parameters:
c- Description of Parameter- Returns:
- The MaximumSize value
-
getPreferredSize
Gets the PreferredSize attribute of the SkinDesktopIconUI object- Overrides:
getPreferredSizein classBasicDesktopIconUI- Parameters:
c- Description of Parameter- Returns:
- The PreferredSize value
-
installComponents
protected void installComponents()Description of the Method- Overrides:
installComponentsin classBasicDesktopIconUI
-
installListeners
protected void installListeners()Description of the Method- Overrides:
installListenersin classBasicDesktopIconUI
-
uninstallListeners
protected void uninstallListeners()Description of the Method- Overrides:
uninstallListenersin classBasicDesktopIconUI
-
createPropertyChangeListener
Description of the Method- Returns:
- Description of the Returned Value
-
uninstallComponents
protected void uninstallComponents()Description of the Method- Overrides:
uninstallComponentsin classBasicDesktopIconUI
-
createUI
Description of the Method- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-