Class AbstractSkinTab

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSkinTab()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean installSkin​(javax.swing.JComponent c)
      Description of the Method
      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
      boolean status()
      Description of the Method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractSkinTab

        public AbstractSkinTab()
    • Method Detail

      • installSkin

        public boolean installSkin​(javax.swing.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​(java.awt.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​(java.awt.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​(java.awt.Graphics g,
                                int tabPlacement,
                                int selectedIndex,
                                int x,
                                int y,
                                int w,
                                int h)
        Specified by:
        paintGap in interface SkinTab