| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JideTabbedPane.GradientColorProvider
A ColorProvider that can supports gradient tab background.
|
| Modifier and Type | Field and Description |
|---|---|
static JideTabbedPane.ColorProvider |
JideTabbedPane.ONENOTE_COLOR_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
JideTabbedPane.ColorProvider |
JideTabbedPane.getTabColorProvider()
Gets the tab color provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JideTabbedPane.setTabColorProvider(JideTabbedPane.ColorProvider tabColorProvider)
Sets the tab color provider.It allows you to set the background color of each tab.
|