| org.jvnet.substance.flamingo.common.ui.SubstanceCommandButtonPanelUI
SubstanceCommandButtonPanelUI | public class SubstanceCommandButtonPanelUI extends BasicCommandButtonPanelUI (Code) | | UI for
JIconPanel component in Substance look and feel.
author: Kirill Grouchnikov |
Method Summary | |
public static ComponentUI | createUI(JComponent c) | protected Insets | getGroupInsets() | protected int | getGroupTitleHeight() | protected void | installDefaults() | protected void | paintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height) | protected void | paintGroupTitle(Graphics g, String groupTitle, int groupIndex, int x, int y, int width, int height) | protected void | uninstallComponents() |
SubstanceCommandButtonPanelUI | public SubstanceCommandButtonPanelUI(JCommandButtonPanel panel)(Code) | | Simple constructor.
|
getGroupTitleHeight | protected int getGroupTitleHeight()(Code) | | |
installDefaults | protected void installDefaults()(Code) | | |
paintGroupBackground | protected void paintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height)(Code) | | |
paintGroupTitle | protected void paintGroupTitle(Graphics g, String groupTitle, int groupIndex, int x, int y, int width, int height)(Code) | | |
uninstallComponents | protected void uninstallComponents()(Code) | | |
|
|