|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabColorProvider
A Color Provider to provide background and foreground for both JideTabbedPane
and SidePaneItem
.
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 | |
---|---|
Color |
getTabBackground()
Gets the background color the tab. |
Color |
getTabForeground()
Gets the foreground color the tab. |
Method Detail |
---|
Color getTabBackground()
Color getTabForeground()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |