Interface TabColorProvider


public interface TabColorProvider
A Color Provider to provide background and foreground for both JideTabbedPane and SidePaneItem.

It has higher priority than JideTabbedPane.getTabColorProvider(). However, if SidePaneItem.setBackground(java.awt.Color) or SidePaneItem.setForeground(java.awt.Color) is invoked, the settings in SidePaneItem will be respected instead of the color returned by this class.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the background color the tab.
    Gets the foreground color the tab.
  • Method Details

    • getTabBackground

      Color getTabBackground()
      Gets the background color the tab.
      Returns:
      the background color.
    • getTabForeground

      Color getTabForeground()
      Gets the foreground color the tab.
      Returns:
      the foreground color.