Class RadianceThemingExtrasCortex.ComponentScope

  • Enclosing class:
    RadianceThemingExtrasCortex

    public static final class RadianceThemingExtrasCortex.ComponentScope
    extends java.lang.Object
    APIs in this scope apply to individual application Components.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentScope

        public ComponentScope()
    • 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 be null.