Class BasicScrollablePanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.pushingpixels.flamingo.internal.ui.common.ScrollablePanelUI
org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
Basic UI for scrollable panel
JScrollablePanel.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classLayout for the scrollable panel. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected JCommandButtonprotected JCommandButtonstatic ComponentUIprotected voidprotected voidprotected voidvoidbooleanvoidvoidscrollToIfNecessary(int startPosition, int span) protected voidprotected voidprotected voidvoidMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
Field Details
-
scrollablePanel
The associated scrollable panel.
-
-
Constructor Details
-
BasicScrollablePanelUI
public BasicScrollablePanelUI()
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUIin classComponentUI
-
installListeners
protected void installListeners() -
installComponents
protected void installComponents() -
installDefaults
protected void installDefaults() -
uninstallUI
- Overrides:
uninstallUIin classComponentUI
-
uninstallDefaults
protected void uninstallDefaults() -
uninstallComponents
protected void uninstallComponents() -
uninstallListeners
protected void uninstallListeners() -
createLeadingScroller
-
createTrailingScroller
-
removeScrollers
public void removeScrollers() -
configureLeftScrollerButtonAction
protected void configureLeftScrollerButtonAction() -
configureRightScrollerButtonAction
protected void configureRightScrollerButtonAction() -
scrollToIfNecessary
public void scrollToIfNecessary(int startPosition, int span) - Specified by:
scrollToIfNecessaryin classScrollablePanelUI
-
isShowingScrollButtons
public boolean isShowingScrollButtons()- Specified by:
isShowingScrollButtonsin classScrollablePanelUI
-