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.HierarchyListenerhierarchyListenerHierarchy listener - remove the selector in the scroll pane of a combo popup.private java.beans.PropertyChangeListenerpropertyChangeListenerProperty change listener - listens on the changes toRadianceSynapse.COMPONENT_PREVIEW_PAINTERproperty.private ScrollPaneSelectorscrollPaneSelectorThe 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 voidinstallListeners()Installs listeners for the associated component.voidinstallUI()Installs UI on the associated component.voiduninstallListeners()Uninstalls listeners for the associated component.voiduninstallUI()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_PAINTERproperty.
-
-
Method Detail
-
installUI
public void installUI()
Description copied from class:RadianceThemingWidgetInstalls UI on the associated component.- Overrides:
installUIin classRadianceThemingWidget<javax.swing.JScrollPane>
-
uninstallUI
public void uninstallUI()
Description copied from class:RadianceThemingWidgetUninstalls UI on the associated component.- Overrides:
uninstallUIin classRadianceThemingWidget<javax.swing.JScrollPane>
-
installListeners
public void installListeners()
Description copied from class:RadianceThemingWidgetInstalls listeners for the associated component.- Overrides:
installListenersin classRadianceThemingWidget<javax.swing.JScrollPane>
-
uninstallListeners
public void uninstallListeners()
Description copied from class:RadianceThemingWidgetUninstalls listeners for the associated component.- Overrides:
uninstallListenersin classRadianceThemingWidget<javax.swing.JScrollPane>
-
-