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) booleaninstallSkin(JComponent component) Description of the Methodbooleanpaint(Graphics g, JSeparator separator) Methods inherited from class AbstractSkinComponent
getSkin, status, uninstallSkinMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SkinComponent
status, uninstallSkin
-
Constructor Details
-
AbstractSkinSeparator
public AbstractSkinSeparator()
-
-
Method Details
-
paint
- Specified by:
paintin interfaceSkinSeparator
-
getPreferredSize
- Specified by:
getPreferredSizein interfaceSkinSeparator
-
installSkin
Description copied from class:AbstractSkinComponentDescription of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin classAbstractSkinComponent- Parameters:
component- Description of Parameter- Returns:
- Description of the Returned Value
-