Class SubstanceExtrasCortex.ComponentScope
- java.lang.Object
-
- org.pushingpixels.substance.extras.api.SubstanceExtrasCortex.ComponentScope
-
- Enclosing class:
- SubstanceExtrasCortex
public static final class SubstanceExtrasCortex.ComponentScope extends java.lang.ObjectAPIs in this scope apply to individual applicationComponents.
-
-
Constructor Summary
Constructors Constructor Description ComponentScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetTabPanePreviewPainter(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.
-
-