| Package | Description |
|---|---|
| com.jgoodies.looks.plastic |
Contains the classes for the JGoodies Plastic L&Fs.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
PlasticTabbedPaneUI.BottomEmbeddedRenderer
The renderer for the case where tabs are displayed below the contents
and with minimal decoration.
|
private static class |
PlasticTabbedPaneUI.BottomRenderer
The renderer for the case where Tabs are below the content and
decoration is standard.
|
private static class |
PlasticTabbedPaneUI.LeftEmbeddedRenderer
The renderer for tabs on the left with minimal decoration.
|
private static class |
PlasticTabbedPaneUI.LeftRenderer
Renderer for tabs on the left with normal decoration.
|
private static class |
PlasticTabbedPaneUI.RightEmbeddedRenderer
The renderer for tabs on the right with minimal decoration.
|
private static class |
PlasticTabbedPaneUI.RightRenderer
Renderer for tabs on the right with normal decoration.
|
private static class |
PlasticTabbedPaneUI.TopEmbeddedRenderer
Renderer for tabs on top with minimal decoration.
|
private static class |
PlasticTabbedPaneUI.TopRenderer
Renderer for tabs on top with normal decoration.
|
| Modifier and Type | Field and Description |
|---|---|
private PlasticTabbedPaneUI.AbstractRenderer |
PlasticTabbedPaneUI.renderer
Holds the renderer that is used to render the tabs.
|
| Modifier and Type | Method and Description |
|---|---|
private static PlasticTabbedPaneUI.AbstractRenderer |
PlasticTabbedPaneUI.AbstractRenderer.createEmbeddedRenderer(javax.swing.JTabbedPane tabPane) |
private PlasticTabbedPaneUI.AbstractRenderer |
PlasticTabbedPaneUI.createRenderer(javax.swing.JTabbedPane tabbedPane)
Creates the renderer used to lay out and paint the tabs.
|
private static PlasticTabbedPaneUI.AbstractRenderer |
PlasticTabbedPaneUI.AbstractRenderer.createRenderer(javax.swing.JTabbedPane tabPane) |