Class AutoScrollWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JScrollPane>
org.pushingpixels.radiance.theming.internal.widget.scroll.AutoScrollWidget
Widget that decorates scroll panes with auto scroll.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PropertyChangeListenerProperty change listener - listens on the changes toRadianceSynapse.AUTO_SCROLLproperty.Fields inherited from class RadianceThemingWidget
jcomp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls listeners for the associated component.voidInstalls UI on the associated component.voidUninstalls listeners for the associated component.voidUninstalls UI on the associated component.Methods inherited from class RadianceThemingWidget
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
Field Details
-
propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.AUTO_SCROLLproperty.
-
-
Constructor Details
-
AutoScrollWidget
public AutoScrollWidget()
-
-
Method Details
-
installUI
public void installUI()Description copied from class:RadianceThemingWidgetInstalls UI on the associated component.- Overrides:
installUIin classRadianceThemingWidget<JScrollPane>
-
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidgetUninstalls UI on the associated component.- Overrides:
uninstallUIin classRadianceThemingWidget<JScrollPane>
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidgetInstalls listeners for the associated component.- Overrides:
installListenersin classRadianceThemingWidget<JScrollPane>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidgetUninstalls listeners for the associated component.- Overrides:
uninstallListenersin classRadianceThemingWidget<JScrollPane>
-