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 HierarchyListenerHierarchy listener - remove the selector in the scroll pane of a combo popup.private PropertyChangeListenerProperty change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTERproperty.private ScrollPaneSelectorThe 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 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 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_PAINTERproperty.
-
-
Constructor Details
-
ScrollPaneSelectorWidget
public ScrollPaneSelectorWidget()
-
-
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>
-