com.jgoodies.plaf.common
Class ButtonMarginListener
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_KEY
public static final String CLIENT_KEY
- See Also:
- Constant Field Values
ButtonMarginListener
public ButtonMarginListener(String propertyPrefix)
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Specified by:
propertyChange
in interface PropertyChangeListener
Copyright © 2001-2004 JGoodies Karsten Lentzsch. All Rights Reserved.