info.monitorenter.gui.chart.controls
Class LayoutFactory.SelectionPropertyAdaptSupport

java.lang.Object
  extended by 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.

Author:
Achim Westermann

Field Summary
protected  WeakReference m_delegate
          The model to adapt selection upon.
 
Constructor Summary
LayoutFactory.SelectionPropertyAdaptSupport(AbstractButton delegate)
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_delegate

protected WeakReference m_delegate
The model to adapt selection upon.

Constructor Detail

LayoutFactory.SelectionPropertyAdaptSupport

public LayoutFactory.SelectionPropertyAdaptSupport(AbstractButton delegate)
Parameters:
delegate - The component to adapt the properties on.
Method Detail

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.