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
public abstract class AbstractSkinSeparator extends AbstractSkinComponent implements SkinSeparator
Skin Separator.- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description AbstractSkinSeparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Dimension
getPreferredSize(javax.swing.JSeparator separator, java.awt.Dimension uiPreferredSize)
boolean
installSkin(javax.swing.JComponent component)
Description of the Methodboolean
paint(java.awt.Graphics g, javax.swing.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
-
-
-
-
Method Detail
-
paint
public boolean paint(java.awt.Graphics g, javax.swing.JSeparator separator)
- Specified by:
paint
in interfaceSkinSeparator
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JSeparator separator, java.awt.Dimension uiPreferredSize)
- Specified by:
getPreferredSize
in interfaceSkinSeparator
-
installSkin
public boolean installSkin(javax.swing.JComponent component)
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
-
-