com.jgoodies.plaf.common
Class ButtonMarginListener

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

public final class ButtonMarginListener
extends Object
implements PropertyChangeListener

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

Author:
Karsten Lentzsch

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

Field Detail

CLIENT_KEY

public static final String CLIENT_KEY
See Also:
Constant Field Values
Constructor Detail

ButtonMarginListener

public ButtonMarginListener(String propertyPrefix)
Method Detail

propertyChange

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


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