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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean paintContent​(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)
      Description of the Method
      boolean paintGap​(java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)  
      boolean paintTab​(java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h)
      Description of the Method
    • Method Detail

      • paintTab

        boolean paintTab​(java.awt.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​(java.awt.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​(java.awt.Graphics g,
                         int tabPlacement,
                         int selectedIndex,
                         int x,
                         int y,
                         int w,
                         int h)