Class RadianceThemingExtrasCortex.ComponentScope
java.lang.Object
org.pushingpixels.radiance.theming.extras.api.RadianceThemingExtrasCortex.ComponentScope
- Enclosing class:
RadianceThemingExtrasCortex
APIs in this scope apply to individual application
Component
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setTabPanePreviewPainter
(JTabbedPane tabbedPane, TabPreviewPainter tabPreviewPainter) Sets the tab preview painter to be used for all tabs of the specified tabbed pane.
-
Constructor Details
-
ComponentScope
public ComponentScope()
-
-
Method Details
-
setTabPanePreviewPainter
public static void setTabPanePreviewPainter(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
.
-