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 classPlasticTabbedPaneUI.BottomEmbeddedRendererThe renderer for the case where tabs are displayed below the contents and with minimal decoration.private static classPlasticTabbedPaneUI.BottomRendererThe renderer for the case where Tabs are below the content and decoration is standard.private static classPlasticTabbedPaneUI.LeftEmbeddedRendererThe renderer for tabs on the left with minimal decoration.private static classPlasticTabbedPaneUI.LeftRendererRenderer for tabs on the left with normal decoration.private static classPlasticTabbedPaneUI.RightEmbeddedRendererThe renderer for tabs on the right with minimal decoration.private static classPlasticTabbedPaneUI.RightRendererRenderer for tabs on the right with normal decoration.private static classPlasticTabbedPaneUI.TopEmbeddedRendererRenderer for tabs on top with minimal decoration.private static classPlasticTabbedPaneUI.TopRendererRenderer for tabs on top with normal decoration.Fields in com.jgoodies.looks.plastic declared as PlasticTabbedPaneUI.AbstractRenderer Modifier and Type Field Description private PlasticTabbedPaneUI.AbstractRendererPlasticTabbedPaneUI. rendererHolds 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.AbstractRendererPlasticTabbedPaneUI.AbstractRenderer. createEmbeddedRenderer(javax.swing.JTabbedPane tabPane)private static PlasticTabbedPaneUI.AbstractRendererPlasticTabbedPaneUI.AbstractRenderer. createRenderer(javax.swing.JTabbedPane tabPane)private PlasticTabbedPaneUI.AbstractRendererPlasticTabbedPaneUI. createRenderer(javax.swing.JTabbedPane tabbedPane)Creates the renderer used to lay out and paint the tabs.
-