tools.uidebug
Class RootPaneTitlePaneUiDebugger

java.lang.Object
  extended by org.jvnet.lafwidget.LafWidgetAdapter<javax.swing.JRootPane>
      extended by tools.uidebug.RootPaneTitlePaneUiDebugger
All Implemented Interfaces:
org.jvnet.lafwidget.LafWidget<javax.swing.JRootPane>

public class RootPaneTitlePaneUiDebugger
extends org.jvnet.lafwidget.LafWidgetAdapter<javax.swing.JRootPane>


Nested Class Summary
protected static class RootPaneTitlePaneUiDebugger.AnimationChanger
           
protected static class RootPaneTitlePaneUiDebugger.FocusKindChanger
           
protected static class RootPaneTitlePaneUiDebugger.SkinChanger
           
 
Field Summary
protected  java.awt.event.MouseListener substanceDebugUiListener
           
protected  javax.swing.JComponent titlePane
           
 
Fields inherited from class org.jvnet.lafwidget.LafWidgetAdapter
jcomp
 
Fields inherited from interface org.jvnet.lafwidget.LafWidget
ANIMATION_KIND, AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, IGNORE_GLOBAL_LOCALE, NO_LOCK_ICON, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT
 
Constructor Summary
RootPaneTitlePaneUiDebugger()
           
 
Method Summary
static void dump(java.awt.Component comp, int level)
           
 void installUI()
           
 boolean requiresCustomLafSupport()
           
 void uninstallUI()
           
 
Methods inherited from class org.jvnet.lafwidget.LafWidgetAdapter
installComponents, installDefaults, installListeners, setComponent, uninstallComponents, uninstallDefaults, uninstallListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

substanceDebugUiListener

protected java.awt.event.MouseListener substanceDebugUiListener

titlePane

protected javax.swing.JComponent titlePane
Constructor Detail

RootPaneTitlePaneUiDebugger

public RootPaneTitlePaneUiDebugger()
Method Detail

requiresCustomLafSupport

public boolean requiresCustomLafSupport()

installUI

public void installUI()
Specified by:
installUI in interface org.jvnet.lafwidget.LafWidget<javax.swing.JRootPane>
Overrides:
installUI in class org.jvnet.lafwidget.LafWidgetAdapter<javax.swing.JRootPane>

uninstallUI

public void uninstallUI()
Specified by:
uninstallUI in interface org.jvnet.lafwidget.LafWidget<javax.swing.JRootPane>
Overrides:
uninstallUI in class org.jvnet.lafwidget.LafWidgetAdapter<javax.swing.JRootPane>

dump

public static void dump(java.awt.Component comp,
                        int level)