SubstanceScrollablePanelUIpublic abstract class BasicScrollablePanelUI extends ScrollablePanelUI
JScrollablePanel.| Modifier and Type | Class | Description |
|---|---|---|
protected class |
BasicScrollablePanelUI.ScrollablePanelLayout |
Layout for the scrollable panel.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected JScrollablePanel |
scrollablePanel |
The associated scrollable panel.
|
| Constructor | Description |
|---|---|
BasicScrollablePanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
configureLeftScrollerButtonAction() |
|
protected void |
configureRightScrollerButtonAction() |
|
protected JCommandButton |
createLeadingScroller() |
|
protected JCommandButton |
createTrailingScroller() |
|
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 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