Class RootPaneTitlePaneUiDebugger
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JRootPane>
-
- org.pushingpixels.radiance.tools.themingdebugger.RootPaneTitlePaneUiDebugger
-
public class RootPaneTitlePaneUiDebugger extends RadianceThemingWidget<javax.swing.JRootPane>
To use this in your app, callRadianceThemingCortex.GlobalScope.registerWidget(String, Class, boolean)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
RootPaneTitlePaneUiDebugger.AnimationChanger
private static class
RootPaneTitlePaneUiDebugger.FocusKindChanger
private static class
RootPaneTitlePaneUiDebugger.SkinChanger
-
Field Summary
Fields Modifier and Type Field Description private java.awt.event.MouseListener
radianceDebugUiListener
private javax.swing.JComponent
titlePane
-
Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
-
Constructor Summary
Constructors Constructor Description RootPaneTitlePaneUiDebugger()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static void
dump(java.awt.Component comp, int level)
void
installUI()
Installs UI on the associated component.void
uninstallUI()
Uninstalls UI on the associated component.-
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, installListeners, setComponent, uninstallComponents, uninstallDefaults, uninstallListeners
-
-
-
-
Method Detail
-
dump
private static void dump(java.awt.Component comp, int level)
-
installUI
public void installUI()
Description copied from class:RadianceThemingWidget
Installs UI on the associated component.- Overrides:
installUI
in classRadianceThemingWidget<javax.swing.JRootPane>
-
uninstallUI
public void uninstallUI()
Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<javax.swing.JRootPane>
-
-