com.togethersoft.openapi.ide.command
Class Diagram command

Class Summary
IdeCommandAdapter An empty implementation of IdeCommandListener interface.
IdeCommandCheckListener The listener for receiving command events from IdeCommandItems and IdeCommandGroups.
IdeCommandConstraints Defines the domain of applicability for the command item (IdeCommandItem or IdeCommandGroup).
IdeCommandEvent An event which indicates that a command item-related action occurred.
IdeCommandGroup A visual entity, representing a container for IdeCommandItems.
IdeCommandIconType Class IdeCommandIconType defines string constants for the possible icon state types.
IdeCommandItem Class IdeCommandItem defines a visual entity, representing a command.
IdeCommandItemBase A visual entity, representing a base of a command item.
IdeCommandListener A listener for IdeCommandItems (not IdeCommandGroups).
IdeCommandManager IdeCommandManager is responsible for creating new command items and inserting them into command item containers.
IdeCommandManagerAccess Provides access to the current IdeCommandManager.