Class LayoutFactory.SelectionPropertyAdaptSupport
- java.lang.Object
-
- info.monitorenter.gui.chart.controls.LayoutFactory.SelectionPropertyAdaptSupport
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- LayoutFactory
public static class LayoutFactory.SelectionPropertyAdaptSupport extends java.lang.Object implements java.beans.PropertyChangeListener
Implementation for aPropertyChangeListener
that adpapts a wrappedJComponent
to the following properties.- background color
- foreground color (text)
- font
- Author:
- Achim Westermann
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ref.WeakReference<javax.swing.AbstractButton>
m_delegate
The model to adapt selection upon.
-
Constructor Summary
Constructors Constructor Description SelectionPropertyAdaptSupport(javax.swing.AbstractButton delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent evt)
-