public class BbToolBarCommandButtonConfigurer
extends org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
CommandButtonConfigurer for buttons on the toolbar.
Allows using large icons for toolbar.
| Constructor and Description |
|---|
BbToolBarCommandButtonConfigurer()
Creates this command button configurer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(javax.swing.AbstractButton button,
org.springframework.richclient.command.AbstractCommand command,
org.springframework.richclient.command.config.CommandFaceDescriptor faceDescriptor) |
void |
setUseLargeIcons(java.lang.Boolean useLargeIcons)
Sets the useLargeIcons.
|
public BbToolBarCommandButtonConfigurer()
public void configure(javax.swing.AbstractButton button,
org.springframework.richclient.command.AbstractCommand command,
org.springframework.richclient.command.config.CommandFaceDescriptor faceDescriptor)
configure in interface org.springframework.richclient.command.config.CommandButtonConfigurerconfigure in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurerpublic void setUseLargeIcons(java.lang.Boolean useLargeIcons)
useLargeIcons - the useLargeIcons to set