com.jgoodies.looks.common
Class ButtonMarginListener

java.lang.Object
  extended bycom.jgoodies.looks.common.ButtonMarginListener
All Implemented Interfaces:
EventListener, PropertyChangeListener, Serializable

public final class ButtonMarginListener
extends Object
implements PropertyChangeListener, Serializable

Listens for changes of the jgoodies.isNarrow property, and installs a wide or narrow margin.

Version:
$Revision: 1.3 $
Author:
Karsten Lentzsch
See Also:
Options.IS_NARROW_KEY, Serialized Form

Constructor Summary
ButtonMarginListener(String propertyPrefix)
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonMarginListener

public ButtonMarginListener(String propertyPrefix)
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.