java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
BasicScrollPaneUI
@Deprecated(since="17",
forRemoval=true)
public class BasicScrollPaneUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener
Deprecated, for removal: This API element is subject to removal in a future version.
Property change handler.
This class exists only for backward compatibility.
All its functionality has been moved into Handler.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aPropertyChangeHandler
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.This method gets called when a bound property is changed.
-
Constructor Details
-
PropertyChangeHandler
public PropertyChangeHandler()Deprecated, for removal: This API element is subject to removal in a future version.Constructs aPropertyChangeHandler
.
-
-
Method Details
-
propertyChange
Deprecated, for removal: This API element is subject to removal in a future version.This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
-