Class SubstanceScrollablePanelUI
- 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
-
- org.pushingpixels.substance.flamingo.common.ui.SubstanceScrollablePanelUI
-
public class SubstanceScrollablePanelUI extends org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
UI forJScrollablePanel
components in Substance look and feel.
-
-
Constructor Summary
Constructors Constructor Description SubstanceScrollablePanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pushingpixels.flamingo.api.common.JCommandButton
createLeadingScroller()
org.pushingpixels.flamingo.api.common.JCommandButton
createTrailingScroller()
static ComponentUI
createUI(JComponent comp)
void
update(Graphics g, JComponent c)
-
Methods inherited from class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
configureLeftScrollerButtonAction, configureRightScrollerButtonAction, installComponents, installDefaults, installListeners, installUI, isShowingScrollButtons, removeScrollers, scrollToIfNecessary, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
update
public void update(Graphics g, JComponent c)
- Overrides:
update
in classComponentUI
-
createLeadingScroller
public org.pushingpixels.flamingo.api.common.JCommandButton createLeadingScroller()
- Overrides:
createLeadingScroller
in classorg.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
-
createTrailingScroller
public org.pushingpixels.flamingo.api.common.JCommandButton createTrailingScroller()
- Overrides:
createTrailingScroller
in classorg.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
-
-