Package vmm.actions

Interface Summary
ActionItem Represents an item or group of items that can be presented to a user in a menu.
 

Class Summary
AbstractActionVMM A convenience class for making an Action with an accelerator key.
ActionList A simple class that is meant to represent a submenu (or a list of items in a menu) when used with methods such as Exhibit.getActionsForView(View) and View.getViewCommands().
ActionRadioGroup An ActionRadioGroup represents a group of mutually exclusive options.
ToggleAction A ToggleAction is an Action that has a boolean-valued property named "ToggleState".