Class SubstanceCommandButtonPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.pushingpixels.flamingo.internal.ui.common.CommandButtonPanelUI
-
- org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
- org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonPanelUI
-
public class SubstanceCommandButtonPanelUI extends org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIUI forJCommandButtonPanelcomponents in Substance look and feel.
-
-
Constructor Summary
Constructors Constructor Description SubstanceCommandButtonPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent comp)protected InsetsgetGroupInsets()protected intgetGroupTitleHeight(int groupIndex)protected voidpaintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height)protected voidpaintGroupTitleBackground(Graphics g, int groupIndex, int x, int y, int width, int height)voidupdate(Graphics g, JComponent c)-
Methods inherited from class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
createLayoutManager, getLayoutGap, getPreferredHeight, installComponents, installDefaults, installListeners, installUI, paint, recomputeGroupHeaders, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
getGroupInsets
protected Insets getGroupInsets()
- Overrides:
getGroupInsetsin classorg.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
getGroupTitleHeight
protected int getGroupTitleHeight(int groupIndex)
- Overrides:
getGroupTitleHeightin classorg.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
paintGroupBackground
protected void paintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
- Overrides:
paintGroupBackgroundin classorg.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
paintGroupTitleBackground
protected void paintGroupTitleBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
- Overrides:
paintGroupTitleBackgroundin classorg.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
update
public void update(Graphics g, JComponent c)
- Overrides:
updatein classComponentUI
-
-