info.monitorenter.gui.chart.controls
Class LayoutFactory.SelectionPropertyAdaptSupport
java.lang.Object
info.monitorenter.gui.chart.controls.LayoutFactory.SelectionPropertyAdaptSupport
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- LayoutFactory
public static class LayoutFactory.SelectionPropertyAdaptSupport
- extends Object
- implements PropertyChangeListener
Implementation for a PropertyChangeListener
that adpapts a wrapped
JComponent
to the following properties.
- background color
- foreground color (text)
- font
- Author:
- Achim Westermann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_delegate
protected WeakReference m_delegate
- The model to adapt selection upon.
LayoutFactory.SelectionPropertyAdaptSupport
public LayoutFactory.SelectionPropertyAdaptSupport(AbstractButton delegate)
- Parameters:
delegate
- The component to adapt the properties on.
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.