Package com.jidesoft.swing
Interface TabColorProvider
-
public interface TabColorProvider
A Color Provider to provide background and foreground for bothJideTabbedPane
andSidePaneItem
. It has higher priority thanJideTabbedPane.getTabColorProvider()
. However, ifSidePaneItem.setBackground(java.awt.Color)
orSidePaneItem.setForeground(java.awt.Color)
is invoked, the settings inSidePaneItem
will 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.Color
getTabBackground()
Gets the background color the tab.java.awt.Color
getTabForeground()
Gets the foreground color the tab.
-