Class RootPaneTitlePaneUiDebugger



  • public class RootPaneTitlePaneUiDebugger
    extends org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JRootPane>
    To use this in your app, call RadianceThemingCortex.GlobalScope.registerWidget(String, Class, boolean)
    • Field Summary

      • Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget

        jcomp
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void installUI​()  
      void uninstallUI​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget

        installComponents, installDefaults, installListeners, setComponent, uninstallComponents, uninstallDefaults, uninstallListeners
    • Constructor Detail

      • RootPaneTitlePaneUiDebugger

        public RootPaneTitlePaneUiDebugger​()
    • Method Detail

      • installUI

        public void installUI​()
        Overrides:
        installUI in class org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JRootPane>
      • uninstallUI

        public void uninstallUI​()
        Overrides:
        uninstallUI in class org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JRootPane>