Class AbstractSkinTab

java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinTab
All Implemented Interfaces:
SkinComponent, SkinTab

public class AbstractSkinTab extends AbstractSkinComponent implements SkinTab
Version:
$Revision: 1.2 $, $Date: 2005/11/19 09:17:57 $
Author:
$Author: l2fprod $
  • Constructor Details

    • AbstractSkinTab

      public AbstractSkinTab()
  • Method Details

    • status

      public boolean status()
      Description of the Method
      Specified by:
      status in interface SkinComponent
      Overrides:
      status in class AbstractSkinComponent
      Returns:
      Description of the Returned Value
    • installSkin

      public boolean installSkin(JComponent c)
      Description of the Method
      Specified by:
      installSkin in interface SkinComponent
      Overrides:
      installSkin in class AbstractSkinComponent
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintTab

      public boolean paintTab(Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
      Description of the Method
      Specified by:
      paintTab in interface SkinTab
      Parameters:
      g - Description of Parameter
      tabPlacement - Description of Parameter
      isSelected - Description of Parameter
      x - Description of Parameter
      y - Description of Parameter
      w - Description of Parameter
      h - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintContent

      public boolean paintContent(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
      Description of the Method
      Specified by:
      paintContent in interface SkinTab
      Parameters:
      g - Description of Parameter
      tabPlacement - Description of Parameter
      selectedIndex - Description of Parameter
      x - Description of Parameter
      y - Description of Parameter
      w - Description of Parameter
      h - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintGap

      public boolean paintGap(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
      Specified by:
      paintGap in interface SkinTab