tools.uidebug
Class RootPaneTitlePaneUiDebugger.AnimationChanger

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

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


Field Summary
protected  org.jvnet.lafwidget.utils.LafConstants.AnimationKind newAnimationKind
           
 
Constructor Summary
RootPaneTitlePaneUiDebugger.AnimationChanger(org.jvnet.lafwidget.utils.LafConstants.AnimationKind newAnimationKind)
           
 
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

newAnimationKind

protected org.jvnet.lafwidget.utils.LafConstants.AnimationKind newAnimationKind
Constructor Detail

RootPaneTitlePaneUiDebugger.AnimationChanger

public RootPaneTitlePaneUiDebugger.AnimationChanger(org.jvnet.lafwidget.utils.LafConstants.AnimationKind newAnimationKind)
Method Detail

actionPerformed

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