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 classRootPaneTitlePaneUiDebugger.AnimationChangerprivate static classRootPaneTitlePaneUiDebugger.FocusKindChanger
-
Field Summary
Fields Modifier and Type Field Description private java.awt.event.MouseListenerradianceDebugUiListenerprivate javax.swing.JComponenttitlePane-
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 voiddump(java.awt.Component comp, int level)voidinstallUI()Installs UI on the associated component.voiduninstallUI()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:RadianceThemingWidgetInstalls UI on the associated component.- Overrides:
installUIin classRadianceThemingWidget<javax.swing.JRootPane>
-
uninstallUI
public void uninstallUI()
Description copied from class:RadianceThemingWidgetUninstalls UI on the associated component.- Overrides:
uninstallUIin classRadianceThemingWidget<javax.swing.JRootPane>
-
-