public interface TabColorProvider
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.Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getTabBackground()
Gets the background color the tab.
|
java.awt.Color |
getTabForeground()
Gets the foreground color the tab.
|