public class BasicScrollablePanelUI extends ScrollablePanelUI
JScrollablePanel.| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicScrollablePanelUI.ScrollablePanelLayout
Layout for the scrollable panel.
|
| Modifier and Type | Field and Description |
|---|---|
protected JScrollablePanel |
scrollablePanel
The associated scrollable panel.
|
| Constructor and Description |
|---|
BasicScrollablePanelUI() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureLeftScrollerButtonAction() |
protected void |
configureRightScrollerButtonAction() |
protected JCommandButton |
createLeadingScroller() |
protected JCommandButton |
createTrailingScroller() |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected void |
installComponents() |
protected void |
installDefaults() |
protected void |
installListeners() |
void |
installUI(javax.swing.JComponent c) |
boolean |
isShowingScrollButtons() |
void |
removeScrollers() |
void |
scrollToIfNecessary(int startPosition,
int span) |
protected void |
uninstallComponents() |
protected void |
uninstallDefaults() |
protected void |
uninstallListeners() |
void |
uninstallUI(javax.swing.JComponent c) |
protected JScrollablePanel scrollablePanel
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIprotected void installListeners()
protected void installComponents()
protected void installDefaults()
public void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIprotected void uninstallDefaults()
protected void uninstallComponents()
protected void uninstallListeners()
protected JCommandButton createLeadingScroller()
protected JCommandButton createTrailingScroller()
public void removeScrollers()
protected void configureLeftScrollerButtonAction()
protected void configureRightScrollerButtonAction()
public void scrollToIfNecessary(int startPosition,
int span)
scrollToIfNecessary in class ScrollablePanelUIpublic boolean isShowingScrollButtons()
isShowingScrollButtons in class ScrollablePanelUI