Class AutoScrollWidget
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JScrollPane>
-
- org.pushingpixels.radiance.theming.internal.widget.scroll.AutoScrollWidget
-
public class AutoScrollWidget extends RadianceThemingWidget<javax.swing.JScrollPane>
Widget that decorates scroll panes with auto scroll.
-
-
Field Summary
Fields Modifier and Type Field Description private java.beans.PropertyChangeListener
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 Constructor Description AutoScrollWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
installListeners()
Installs listeners for the associated component.void
installUI()
Installs UI on the associated component.void
uninstallListeners()
Uninstalls listeners for the associated component.void
uninstallUI()
Uninstalls UI on the associated component.-
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
-
-
-
Field Detail
-
propertyChangeListener
private java.beans.PropertyChangeListener propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.AUTO_SCROLL
property.
-
-
Method Detail
-
installUI
public void installUI()
Description copied from class:RadianceThemingWidget
Installs UI on the associated component.- Overrides:
installUI
in classRadianceThemingWidget<javax.swing.JScrollPane>
-
uninstallUI
public void uninstallUI()
Description copied from class:RadianceThemingWidget
Uninstalls UI on the associated component.- Overrides:
uninstallUI
in classRadianceThemingWidget<javax.swing.JScrollPane>
-
installListeners
public void installListeners()
Description copied from class:RadianceThemingWidget
Installs listeners for the associated component.- Overrides:
installListeners
in classRadianceThemingWidget<javax.swing.JScrollPane>
-
uninstallListeners
public void uninstallListeners()
Description copied from class:RadianceThemingWidget
Uninstalls listeners for the associated component.- Overrides:
uninstallListeners
in classRadianceThemingWidget<javax.swing.JScrollPane>
-
-