Action Commands

ActionCommands are the GUI Commands equivalent to Swings Action class. They define a specific behaviour that can then be used to create buttons and menu items within your application. Like Actions, ActionCommands can be enabled or disabled, in addition they can also be visible or hidden. In both cases the commands will update their buttons accordingly.

Please refer to the Introduction for a brief introduction to the command approach to UI development.

For information on using commands in groups please refer to Containers and Binding.