lisken.uitoolbox
Class PushButtonDecoration

java.lang.Object
  extended by lisken.uitoolbox.PushButtonDecoration
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener

public class PushButtonDecoration
extends java.lang.Object
implements javax.swing.event.ChangeListener


Constructor Summary
PushButtonDecoration(javax.swing.AbstractButton b)
           
PushButtonDecoration(javax.swing.AbstractButton b, boolean isT)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushButtonDecoration

public PushButtonDecoration(javax.swing.AbstractButton b)

PushButtonDecoration

public PushButtonDecoration(javax.swing.AbstractButton b,
                            boolean isT)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener