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

Class Summary
IdeCommandAdapterAn empty implementation of IdeCommandListener interface.
IdeCommandCheckListenerThe listener for receiving command events from IdeCommandItems and IdeCommandGroups.
IdeCommandConstraintsDefines the domain of applicability for the command item (IdeCommandItem or IdeCommandGroup).
IdeCommandEventAn event which indicates that a command item-related action occurred.
IdeCommandGroupA visual entity, representing a container for IdeCommandItems.
IdeCommandIconTypeClass IdeCommandIconType defines string constants for the possible icon state types.
IdeCommandItemClass IdeCommandItem defines a visual entity, representing a command.
IdeCommandItemBaseA visual entity, representing a base of a command item.
IdeCommandListenerA listener for IdeCommandItems (not IdeCommandGroups).
IdeCommandManagerIdeCommandManager is responsible for creating new command items
and inserting them into command item containers.
IdeCommandManagerAccessProvides access to the current IdeCommandManager.