Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinSeparator
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinSeparator
- All Implemented Interfaces:
SkinComponent
,SkinSeparator
Skin Separator.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPreferredSize
(JSeparator separator, Dimension uiPreferredSize) boolean
installSkin
(JComponent component) Description of the Methodboolean
paint
(Graphics g, JSeparator separator) Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, status, uninstallSkin
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
status, uninstallSkin
-
Constructor Details
-
AbstractSkinSeparator
public AbstractSkinSeparator()
-
-
Method Details
-
paint
- Specified by:
paint
in interfaceSkinSeparator
-
getPreferredSize
- Specified by:
getPreferredSize
in interfaceSkinSeparator
-
installSkin
Description copied from class:AbstractSkinComponent
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
component
- Description of Parameter- Returns:
- Description of the Returned Value
-