public static class LayoutFactory.SelectionPropertyAdaptSupport extends Object implements PropertyChangeListener
PropertyChangeListener that adpapts a
wrapped JComponent to the following properties.
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<AbstractButton> |
m_delegate
The model to adapt selection upon.
|
| Constructor and Description |
|---|
SelectionPropertyAdaptSupport(AbstractButton delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent evt) |
protected WeakReference<AbstractButton> m_delegate
public SelectionPropertyAdaptSupport(AbstractButton delegate)
delegate - The component to adapt the properties on.public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerPropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)Copyright © 2001 - 2010 LGPL, All Rights Footloose.