Uses of Class
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.AbstractRenderer
Packages that use PlasticTabbedPaneUI.AbstractRenderer
-
Uses of PlasticTabbedPaneUI.AbstractRenderer in com.jgoodies.looks.plastic
Subclasses of PlasticTabbedPaneUI.AbstractRenderer in com.jgoodies.looks.plasticModifier and TypeClassDescriptionprivate static final class
The renderer for the case where tabs are displayed below the contents and with minimal decoration.private static final class
The renderer for the case where Tabs are below the content and decoration is standard.private static final class
The renderer for tabs on the left with minimal decoration.private static final class
Renderer for tabs on the left with normal decoration.private static final class
The renderer for tabs on the right with minimal decoration.private static final class
Renderer for tabs on the right with normal decoration.private static final class
Renderer for tabs on top with minimal decoration.private static final class
Renderer for tabs on top with normal decoration.Fields in com.jgoodies.looks.plastic declared as PlasticTabbedPaneUI.AbstractRendererModifier and TypeFieldDescriptionPlasticTabbedPaneUI.renderer
Holds the renderer that is used to render the tabs.Methods in com.jgoodies.looks.plastic that return PlasticTabbedPaneUI.AbstractRendererModifier and TypeMethodDescriptionprivate static PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI.AbstractRenderer.createEmbeddedRenderer
(JTabbedPane tabPane) private static PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI.AbstractRenderer.createRenderer
(JTabbedPane tabPane) PlasticTabbedPaneUI.createRenderer
(JTabbedPane tabbedPane) Creates the renderer used to lay out and paint the tabs.