|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CommandButtonConfigurer | |
---|---|
org.springframework.richclient.command | |
org.springframework.richclient.command.config | |
org.springframework.richclient.command.support |
Uses of CommandButtonConfigurer in org.springframework.richclient.command |
---|
Methods in org.springframework.richclient.command that return CommandButtonConfigurer | |
---|---|
CommandButtonConfigurer |
CommandServices.getDefaultButtonConfigurer()
|
protected CommandButtonConfigurer |
AbstractCommand.getDefaultButtonConfigurer()
|
CommandButtonConfigurer |
CommandServices.getMenuItemButtonConfigurer()
|
protected CommandButtonConfigurer |
AbstractCommand.getMenuItemButtonConfigurer()
|
protected CommandButtonConfigurer |
CommandGroup.getPullDownMenuButtonConfigurer()
|
CommandButtonConfigurer |
CommandServices.getPullDownMenuButtonConfigurer()
|
CommandButtonConfigurer |
CommandServices.getToolBarButtonConfigurer()
|
protected CommandButtonConfigurer |
AbstractCommand.getToolBarButtonConfigurer()
|
Methods in org.springframework.richclient.command with parameters of type CommandButtonConfigurer | |
---|---|
void |
AbstractCommand.attach(AbstractButton button,
CommandButtonConfigurer configurer)
Attach and configure the button to the default faceDescriptor using the given configurer. |
void |
AbstractCommand.attach(AbstractButton button,
String faceDescriptorId,
CommandButtonConfigurer configurer)
Attach and configure the button to the faceDescriptorId using the configurer. |
protected void |
GroupMemberList.bindMembers(Object owner,
GroupContainerPopulator container,
Object factory,
CommandButtonConfigurer configurer)
|
AbstractButton |
AbstractCommand.createButton(ButtonFactory buttonFactory,
CommandButtonConfigurer buttonConfigurer)
Create a button using the default buttonFactory. |
AbstractButton |
CommandGroup.createButton(ButtonFactory buttonFactory,
MenuFactory menuFactory,
CommandButtonConfigurer buttonConfigurer)
|
AbstractButton |
CommandGroup.createButton(String faceDescriptorId,
ButtonFactory buttonFactory,
CommandButtonConfigurer buttonConfigurer)
|
AbstractButton |
AbstractCommand.createButton(String faceDescriptorId,
ButtonFactory buttonFactory,
CommandButtonConfigurer buttonConfigurer)
Creates a button using the provided id, factory and configurer. |
AbstractButton |
ToggleCommand.createButton(String faceDescriptorId,
ButtonFactory buttonFactory,
CommandButtonConfigurer configurer)
|
AbstractButton |
CommandGroup.createButton(String faceDescriptorId,
ButtonFactory buttonFactory,
MenuFactory menuFactory,
CommandButtonConfigurer buttonConfigurer)
|
AbstractButton |
ToggleCommand.createCheckBox(String faceDescriptorId,
ButtonFactory buttonFactory,
CommandButtonConfigurer configurer)
|
JMenuItem |
AbstractCommand.createMenuItem(MenuFactory menuFactory,
CommandButtonConfigurer buttonConfigurer)
Create a menuItem using the default faceDescriptorId. |
JMenuItem |
CommandGroup.createMenuItem(String faceDescriptorId,
MenuFactory factory,
CommandButtonConfigurer buttonConfigurer)
|
JMenuItem |
AbstractCommand.createMenuItem(String faceDescriptorId,
MenuFactory menuFactory,
CommandButtonConfigurer buttonConfigurer)
Create a menuItem using the provided id, factory and configurer. |
JMenuItem |
ToggleCommand.createMenuItem(String faceDescriptorId,
MenuFactory factory,
CommandButtonConfigurer buttonConfigurer)
|
AbstractButton |
ToggleCommand.createRadioButton(String faceDescriptorId,
ButtonFactory buttonFactory,
CommandButtonConfigurer configurer)
|
protected void |
ExpansionPointGroupMember.fill(GroupContainerPopulator containerPopulator,
Object controlFactory,
CommandButtonConfigurer configurer,
List previousButtons)
Adds each member of this expansion point to a GUI container using the given container populator. |
protected void |
LazyGroupMember.fill(GroupContainerPopulator parentContainerPopulator,
Object controlFactory,
CommandButtonConfigurer buttonConfigurer,
List previousButtons)
|
protected void |
SimpleGroupMember.fill(GroupContainerPopulator containerPopulator,
Object controlFactory,
CommandButtonConfigurer buttonConfigurer,
List previousButtons)
|
protected void |
SeparatorGroupMember.fill(GroupContainerPopulator container,
Object factory,
CommandButtonConfigurer configurer,
List previousButtons)
Asks the given container populator to add a separator to its underlying container. |
protected abstract void |
GroupMember.fill(GroupContainerPopulator containerPopulator,
Object controlFactory,
CommandButtonConfigurer buttonConfigurer,
List previousButtons)
Subclasses must implement this method to use the given container populator to add a GUI control component to a GUI container. |
protected void |
GlueGroupMember.fill(GroupContainerPopulator parentContainer,
Object factory,
CommandButtonConfigurer configurer,
List previousButtons)
Adds a glue component using the given container populator. |
protected void |
ComponentGroupMember.fill(GroupContainerPopulator containerPopulator,
Object controlFactory,
CommandButtonConfigurer buttonConfigurer,
List previousButtons)
Asks the given container populator to add a component to its underlying container. |
Uses of CommandButtonConfigurer in org.springframework.richclient.command.config |
---|
Classes in org.springframework.richclient.command.config that implement CommandButtonConfigurer | |
---|---|
class |
DefaultCommandButtonConfigurer
The default implementation of the CommandButtonConfigurer interface. |
class |
MenuItemButtonConfigurer
CommandButtonConfigurer implementation for menu items. |
class |
PullDownMenuButtonConfigurer
CommandButtonConfigurer for pulldown menu buttons. |
class |
ToolBarCommandButtonConfigurer
Custom CommandButtonConfigurer for buttons on the toolbar. |
Methods in org.springframework.richclient.command.config with parameters of type CommandButtonConfigurer | |
---|---|
void |
CommandFaceDescriptor.configure(AbstractButton button,
AbstractCommand command,
CommandButtonConfigurer configurer)
Configures the given button and command using the given configurer and the information contained in this instance. |
Uses of CommandButtonConfigurer in org.springframework.richclient.command.support |
---|
Methods in org.springframework.richclient.command.support with parameters of type CommandButtonConfigurer | |
---|---|
void |
CommandFaceButtonManager.attachAndConfigure(AbstractButton button,
CommandButtonConfigurer strategy)
|
protected void |
CommandFaceButtonManager.configure(AbstractButton button,
CommandButtonConfigurer strategy)
|
void |
DefaultCommandServices.setDefaultButtonConfigurer(CommandButtonConfigurer defaultButtonConfigurer)
|
void |
DefaultCommandServices.setMenuItemButtonConfigurer(CommandButtonConfigurer menuItemButtonConfigurer)
|
void |
DefaultCommandServices.setPullDownMenuButtonConfigurer(CommandButtonConfigurer pullDownMenuButtonConfigurer)
|
void |
DefaultCommandServices.setToolBarButtonConfigurer(CommandButtonConfigurer toolBarButtonConfigurer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |