tools.uidebug
Class RootPaneTitlePaneUiDebugger.FocusKindChanger

java.lang.Object
  extended by tools.uidebug.RootPaneTitlePaneUiDebugger.FocusKindChanger
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
RootPaneTitlePaneUiDebugger

protected static class RootPaneTitlePaneUiDebugger.FocusKindChanger
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  SubstanceConstants.FocusKind newFocusKind
           
 
Constructor Summary
RootPaneTitlePaneUiDebugger.FocusKindChanger(SubstanceConstants.FocusKind newFocusKind)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newFocusKind

protected SubstanceConstants.FocusKind newFocusKind
Constructor Detail

RootPaneTitlePaneUiDebugger.FocusKindChanger

public RootPaneTitlePaneUiDebugger.FocusKindChanger(SubstanceConstants.FocusKind newFocusKind)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener