Class ScrollPaneSelectorWidget
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.RadianceThemingWidget<javax.swing.JScrollPane>
-
- org.pushingpixels.radiance.theming.internal.widget.scroll.ScrollPaneSelectorWidget
-
public class ScrollPaneSelectorWidget extends RadianceThemingWidget<javax.swing.JScrollPane>
Widget that decorates scroll panes with selector.
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.event.HierarchyListener
hierarchyListener
Hierarchy listener - remove the selector in the scroll pane of a combo popup.private java.beans.PropertyChangeListener
propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTER
property.private ScrollPaneSelector
scrollPaneSelector
The scroll pane selector for the associated scroll pane.-
Fields inherited from class org.pushingpixels.radiance.theming.api.RadianceThemingWidget
jcomp
-
-
Constructor Summary
Constructors Constructor Description ScrollPaneSelectorWidget()
-
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
-
scrollPaneSelector
private ScrollPaneSelector scrollPaneSelector
The scroll pane selector for the associated scroll pane.
-
hierarchyListener
private java.awt.event.HierarchyListener hierarchyListener
Hierarchy listener - remove the selector in the scroll pane of a combo popup.
-
propertyChangeListener
private java.beans.PropertyChangeListener propertyChangeListener
Property change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTER
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>
-
-