org.jvnet.substance.utils
Class SubstanceInternalFrameTitlePane.ClickListener

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

public static class SubstanceInternalFrameTitlePane.ClickListener
extends java.lang.Object
implements java.awt.event.ActionListener

Click correction listener that resets models of minimize and restore buttons on click (so that the rollover behaviour will be preserved correctly).

Author:
Kirill Grouchnikov.

Constructor Summary
SubstanceInternalFrameTitlePane.ClickListener()
           
 
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
 

Constructor Detail

SubstanceInternalFrameTitlePane.ClickListener

public SubstanceInternalFrameTitlePane.ClickListener()
Method Detail

actionPerformed

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