Class SkinTabbedPaneUI

All Implemented Interfaces:
SwingConstants

public final class SkinTabbedPaneUI extends BasicTabbedPaneUI
Description of the Class
Author:
fred
  • Constructor Details

    • SkinTabbedPaneUI

      public SkinTabbedPaneUI()
  • Method Details

    • paintTabBorder

      protected void paintTabBorder(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)
      Description of the Method
      Overrides:
      paintTabBorder in class BasicTabbedPaneUI
      Parameters:
      g - Description of Parameter
      tabPlacement - Description of Parameter
      tabIndex - Description of Parameter
      x - Description of Parameter
      y - Description of Parameter
      w - Description of Parameter
      h - Description of Parameter
      isSelected - Description of Parameter
    • paintContentBorder

      protected void paintContentBorder(Graphics g, int tabPlacement, int selectedIndex)
      Description of the Method
      Overrides:
      paintContentBorder in class BasicTabbedPaneUI
      Parameters:
      g - Description of Parameter
      tabPlacement - Description of Parameter
      selectedIndex - Description of Parameter
    • paintTabBackground

      protected void paintTabBackground(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)
      Description of the Method
      Overrides:
      paintTabBackground in class BasicTabbedPaneUI
      Parameters:
      g - Description of Parameter
      tabPlacement - Description of Parameter
      tabIndex - Description of Parameter
      x - Description of Parameter
      y - Description of Parameter
      w - Description of Parameter
      h - Description of Parameter
      isSelected - Description of Parameter
    • createUI

      public static ComponentUI createUI(JComponent c)
      Description of the Method
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value