com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinSeparator

java.lang.Object
  extended by com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
      extended by 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
AbstractSkinSeparator()
           
 
Method Summary
 java.awt.Dimension getPreferredSize(javax.swing.JSeparator separator, java.awt.Dimension uiPreferredSize)
           
 boolean installSkin(javax.swing.JComponent component)
          Description of the Method
 boolean 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
 

Constructor Detail

AbstractSkinSeparator

public AbstractSkinSeparator()
Method Detail

paint

public boolean paint(java.awt.Graphics g,
                     javax.swing.JSeparator separator)
Specified by:
paint in interface SkinSeparator

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JSeparator separator,
                                           java.awt.Dimension uiPreferredSize)
Specified by:
getPreferredSize in interface SkinSeparator

installSkin

public boolean installSkin(javax.swing.JComponent component)
Description copied from class: AbstractSkinComponent
Description of the Method

Specified by:
installSkin in interface SkinComponent
Overrides:
installSkin in class AbstractSkinComponent
Parameters:
component - Description of Parameter
Returns:
Description of the Returned Value