Uses of Class
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.AbstractRenderer
-
Packages that use PlasticTabbedPaneUI.AbstractRenderer Package Description com.jgoodies.looks.plastic Contains the classes for the JGoodies Plastic L&Fs. -
-
Uses of PlasticTabbedPaneUI.AbstractRenderer in com.jgoodies.looks.plastic
Subclasses of PlasticTabbedPaneUI.AbstractRenderer in com.jgoodies.looks.plastic Modifier and Type Class 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.Fields in com.jgoodies.looks.plastic declared as PlasticTabbedPaneUI.AbstractRenderer Modifier and Type Field Description private PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI. renderer
Holds the renderer that is used to render the tabs.Methods in com.jgoodies.looks.plastic that return PlasticTabbedPaneUI.AbstractRenderer Modifier and Type Method Description private static PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI.AbstractRenderer. createEmbeddedRenderer(javax.swing.JTabbedPane tabPane)
private static PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI.AbstractRenderer. createRenderer(javax.swing.JTabbedPane tabPane)
private PlasticTabbedPaneUI.AbstractRenderer
PlasticTabbedPaneUI. createRenderer(javax.swing.JTabbedPane tabbedPane)
Creates the renderer used to lay out and paint the tabs.
-