Class ScrollPaneSelectorWidget
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JScrollPane>
org.pushingpixels.radiance.theming.internal.widget.scroll.ScrollPaneSelectorWidget
Widget that decorates scroll panes with selector.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HierarchyListener
Hierarchy listener - remove the selector in the scroll pane of a combo popup.private PropertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTER
property.private ScrollPaneSelector
The scroll pane selector for the associated scroll pane.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
-
scrollPaneSelector
The scroll pane selector for the associated scroll pane. -
hierarchyListener
Hierarchy listener - remove the selector in the scroll pane of a combo popup. -
propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTER
property.
-
-
Constructor Details
-
ScrollPaneSelectorWidget
public ScrollPaneSelectorWidget()
-
-
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>
-