:: com :: sun :: star :: ucb ::

constants group CommandInfoChange
Description
specifies reasons for sending CommandInfoChangeEvents.
See also
CommandInfoChangeEvent, XCommandInfo

Constants
COMMAND_INSERTED A command was inserted into a XCommandInfo.  
COMMAND_REMOVED A command was removed from a XCommandInfo.  
Constants' Details
COMMAND_INSERTED
const long COMMAND_INSERTED = 0;
Description
A command was inserted into a XCommandInfo.
COMMAND_REMOVED
const long COMMAND_REMOVED = 1;
Description
A command was removed from a XCommandInfo.
Top of Page