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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WeakReference
<AbstractButton> The model to adapt selection upon. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_delegate
The model to adapt selection upon.
-
-
Constructor Details
-
SelectionPropertyAdaptSupport
- Parameters:
delegate
- The component to adapt the properties on.
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
- See Also:
-