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 PropertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.AUTO_SCROLL
property.Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Installs listeners for the associated component.void
Installs UI on the associated component.void
Uninstalls listeners for the associated component.void
Uninstalls UI on the associated component.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
Field Details
-
propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.AUTO_SCROLL
property.
-
-
Constructor Details
-
AutoScrollWidget
public AutoScrollWidget()
-
-
Method Details
-
installUI
public void installUI()Description copied from class:RadianceThemingWidget
Installs UI on the associated component.- Overrides:
installUI
in classRadianceThemingWidget<JScrollPane>
-
uninstallUI
public void uninstallUI()Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<JScrollPane>
-
installListeners
public void installListeners()Description copied from class:RadianceThemingWidget
Installs listeners for the associated component.- Overrides:
installListeners
in classRadianceThemingWidget<JScrollPane>
-
uninstallListeners
public void uninstallListeners()Description copied from class:RadianceThemingWidget
Uninstalls listeners for the associated component.- Overrides:
uninstallListeners
in classRadianceThemingWidget<JScrollPane>
-