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.PropertyChangeListenerImplementation for aPropertyChangeListenerthat adpapts a wrappedJComponentto 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_delegateThe 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 voidpropertyChange(java.beans.PropertyChangeEvent evt)
-