org.jvnet.substance.utils
Class SubstanceTitlePane.FocusKindChanger

java.lang.Object
  extended by org.jvnet.substance.utils.SubstanceTitlePane.FocusKindChanger
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SubstanceTitlePane

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


Field Summary
protected  SubstanceConstants.FocusKind newFocusKind
           
 
Constructor Summary
SubstanceTitlePane.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

SubstanceTitlePane.FocusKindChanger

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

actionPerformed

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