Package com.jidesoft.swing
Interface TabColorProvider
-
public interface TabColorProviderA Color Provider to provide background and foreground for bothJideTabbedPaneandSidePaneItem. It has higher priority thanJideTabbedPane.getTabColorProvider(). However, ifSidePaneItem.setBackground(java.awt.Color)orSidePaneItem.setForeground(java.awt.Color)is invoked, the settings inSidePaneItemwill be respected instead of the color returned by this class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ColorgetTabBackground()Gets the background color the tab.java.awt.ColorgetTabForeground()Gets the foreground color the tab.
-