Class RootPaneTitlePaneUiDebugger
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JRootPane>
org.pushingpixels.radiance.tools.themingdebugger.RootPaneTitlePaneUiDebugger
To use this in your app, call
RadianceThemingCortex.GlobalScope.registerWidget(String, Class, boolean)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Field Summary
FieldsFields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
void
Installs UI on the associated component.void
Uninstalls UI on the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, installListeners, setComponent, uninstallComponents, uninstallDefaults, uninstallListeners
-
Field Details
-
radianceDebugUiListener
-
titlePane
-
-
Constructor Details
-
RootPaneTitlePaneUiDebugger
public RootPaneTitlePaneUiDebugger()
-
-
Method Details
-
dump
-
installUI
public void installUI()Description copied from class:RadianceThemingWidget
Installs UI on the associated component.- Overrides:
installUI
in classRadianceThemingWidget<JRootPane>
-
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<JRootPane>
-