Class VsnetJideTabbedPaneUI

    • Field Detail

      • _backgroundSelectedColorStart

        protected java.awt.Color _backgroundSelectedColorStart
      • _backgroundSelectedColorEnd

        protected java.awt.Color _backgroundSelectedColorEnd
      • _backgroundUnselectedColorStart

        protected java.awt.Color _backgroundUnselectedColorStart
      • _backgroundUnselectedColorEnd

        protected java.awt.Color _backgroundUnselectedColorEnd
    • Constructor Detail

      • VsnetJideTabbedPaneUI

        public VsnetJideTabbedPaneUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • installBackgroundColor

        protected void installBackgroundColor()
      • paintTabBackground

        protected void paintTabBackground​(java.awt.Graphics g,
                                          int tabPlacement,
                                          int tabIndex,
                                          int x,
                                          int y,
                                          int w,
                                          int h,
                                          boolean isSelected)
        Overrides:
        paintTabBackground in class BasicJideTabbedPaneUI
      • paintContentBorderTopEdge

        protected void paintContentBorderTopEdge​(java.awt.Graphics g,
                                                 int tabPlacement,
                                                 int selectedIndex,
                                                 int x,
                                                 int y,
                                                 int w,
                                                 int h)
        Overrides:
        paintContentBorderTopEdge in class BasicJideTabbedPaneUI
      • paintContentBorderBottomEdge

        protected void paintContentBorderBottomEdge​(java.awt.Graphics g,
                                                    int tabPlacement,
                                                    int selectedIndex,
                                                    int x,
                                                    int y,
                                                    int w,
                                                    int h)
        Overrides:
        paintContentBorderBottomEdge in class BasicJideTabbedPaneUI
      • paintContentBorderLeftEdge

        protected void paintContentBorderLeftEdge​(java.awt.Graphics g,
                                                  int tabPlacement,
                                                  int selectedIndex,
                                                  int x,
                                                  int y,
                                                  int w,
                                                  int h)
        Overrides:
        paintContentBorderLeftEdge in class BasicJideTabbedPaneUI
      • paintContentBorderRightEdge

        protected void paintContentBorderRightEdge​(java.awt.Graphics g,
                                                   int tabPlacement,
                                                   int selectedIndex,
                                                   int x,
                                                   int y,
                                                   int w,
                                                   int h)
        Overrides:
        paintContentBorderRightEdge in class BasicJideTabbedPaneUI
      • getGradientColors

        protected java.awt.Color[] getGradientColors​(int tabIndex,
                                                     boolean isSelected)