Class RadianceThemingExtrasCortex.ComponentScope
- java.lang.Object
-
- org.pushingpixels.radiance.theming.extras.api.RadianceThemingExtrasCortex.ComponentScope
-
- Enclosing class:
- RadianceThemingExtrasCortex
public static final class RadianceThemingExtrasCortex.ComponentScope extends java.lang.Object
APIs in this scope apply to individual applicationComponent
s.
-
-
Constructor Summary
Constructors Constructor Description ComponentScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setTabPanePreviewPainter(javax.swing.JTabbedPane tabbedPane, TabPreviewPainter tabPreviewPainter)
Sets the tab preview painter to be used for all tabs of the specified tabbed pane.
-
-
-
Method Detail
-
setTabPanePreviewPainter
public static void setTabPanePreviewPainter(javax.swing.JTabbedPane tabbedPane, TabPreviewPainter tabPreviewPainter)
Sets the tab preview painter to be used for all tabs of the specified tabbed pane.- Parameters:
tabbedPane
- Tabbed pane.tabPreviewPainter
- Preview painter to be used for all tabs of the tabbed pane. Can benull
.
-
-