Class RadianceThemingCortex.ComponentOrParentScope

  • Enclosing class:
    RadianceThemingCortex

    public static final class RadianceThemingCortex.ComponentOrParentScope
    extends java.lang.Object
    APIs in this scope apply to individual application Components or all immediate child components of a container.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setBackgroundAppearanceStrategy​(javax.swing.JComponent comp, RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy)
      Specifies when the specific component or its immediate children should draw their background.
      static void setButtonIgnoreMinimumSize​(javax.swing.JComponent comp, java.lang.Boolean buttonIgnoreMinimumSize)
      Specifies whether the specific component or its immediate children should ignore the default (minimum) dimension for buttons.
      static void setComponentPreviewPainter​(javax.swing.JComponent comp, PreviewPainter previewPainter)
      Specifies preview painter to be used for showing preview of the specific component or its immediate children.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait