Class ScrollPaneSelectorWidget
- java.lang.Object
-
- org.pushingpixels.lafwidget.LafWidgetAdapter<JScrollPane>
-
- org.pushingpixels.lafwidget.scroll.ScrollPaneSelectorWidget
-
- All Implemented Interfaces:
LafWidget<JScrollPane>
public class ScrollPaneSelectorWidget extends LafWidgetAdapter<JScrollPane>
Widget that decorates scroll panes with selector.
-
-
Field Summary
Fields Modifier and Type Field Description protected HierarchyListenerhierarchyListenerHierarchy listener - remove the selector in the scroll pane of a combo popup.protected PropertyChangeListenerpropertyChangeListenerProperty change listener - listens on the changes toLafWidget.COMPONENT_PREVIEW_PAINTERproperty.protected ScrollPaneSelectorscrollPaneSelectorThe scroll pane selector for the associated scroll pane.-
Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcomp
-
Fields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT
-
-
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.booleanrequiresCustomLafSupport()Returns indication whetherthiswidget requires custom LAF support.voiduninstallListeners()Uninstalls listeners for the associated component.voiduninstallUI()Uninstalls UI on the associated component.-
Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installComponents, installDefaults, setComponent, uninstallComponents, uninstallDefaults
-
-
-
-
Field Detail
-
scrollPaneSelector
protected ScrollPaneSelector scrollPaneSelector
The scroll pane selector for the associated scroll pane.
-
hierarchyListener
protected HierarchyListener hierarchyListener
Hierarchy listener - remove the selector in the scroll pane of a combo popup.
-
propertyChangeListener
protected PropertyChangeListener propertyChangeListener
Property change listener - listens on the changes toLafWidget.COMPONENT_PREVIEW_PAINTERproperty.
-
-
Method Detail
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()
Description copied from interface:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-
installUI
public void installUI()
Description copied from interface:LafWidgetInstalls UI on the associated component.- Specified by:
installUIin interfaceLafWidget<JScrollPane>- Overrides:
installUIin classLafWidgetAdapter<JScrollPane>
-
uninstallUI
public void uninstallUI()
Description copied from interface:LafWidgetUninstalls UI on the associated component.- Specified by:
uninstallUIin interfaceLafWidget<JScrollPane>- Overrides:
uninstallUIin classLafWidgetAdapter<JScrollPane>
-
installListeners
public void installListeners()
Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget<JScrollPane>- Overrides:
installListenersin classLafWidgetAdapter<JScrollPane>
-
uninstallListeners
public void uninstallListeners()
Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget<JScrollPane>- Overrides:
uninstallListenersin classLafWidgetAdapter<JScrollPane>
-
-