Class RadianceThemingExtrasCortex.ComponentScope

java.lang.Object
org.pushingpixels.radiance.theming.extras.api.RadianceThemingExtrasCortex.ComponentScope
Enclosing class:
RadianceThemingExtrasCortex

public static final class RadianceThemingExtrasCortex.ComponentScope extends Object
APIs in this scope apply to individual application Components.
  • 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 be null.