Interface SkinTab

All Superinterfaces:
SkinComponent
All Known Implementing Classes:
AbstractSkinTab

public interface SkinTab extends SkinComponent
Skin Tab.
Version:
$Revision: 1.2 $, $Date: 2005/11/19 09:17:26 $
Author:
$Author: l2fprod $
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    paintContent(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
    Description of the Method
    boolean
    paintGap(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
     
    boolean
    paintTab(Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
    Description of the Method

    Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent

    installSkin, status, uninstallSkin
  • Method Details

    • paintTab

      boolean paintTab(Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
      Description of the Method
      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

      boolean paintContent(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
      Description of the Method
      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

      boolean paintGap(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)