Package com.togethersoft.openapi.ide.command

Class Diagram Summary
command 
 

Interface Summary
IdeCommandCheckListenerThe listener for receiving command events from IdeCommandItems and IdeCommandGroups.
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.
 

Class Summary
IdeCommandAdapterAn empty implementation of IdeCommandListener interface.
IdeCommandConstraintsDefines the domain of applicability for the command item (IdeCommandItem or IdeCommandGroup).
IdeCommandManagerAccessProvides access to the current IdeCommandManager.