Lines Matching refs:command

90         Such key event can be mapped to its bound command,
101 /** return the registered command for the specified key event.
114 the key event, where the registered command is searched for.
116 @return The registered command for the specified key event.
126 /** modify or create a key - command - binding.
130 configuration access, it will be created and the command will be
135 If the specified key event already exists, its command will
136 be overwritten with the new command. There is no warning nor any error
153 the new command for the specified key event.
165 /** remove a key-command-binding from this configuration set.
177 /** optimized access to the relation "command-key" instead
178 of "key-command" which is provided normally by this interface.
182 key event match to the same command. The returned list contains all
188 the command, where key bindings are searched for.
191 where the pecified command is registered for.
194 if the specified command is empty. It can't be checked, if a command
198 if the specified command isn't empty but does not
218 one(!) key event bound to one(!) requested command. If more then one key event
219 is bound to a command - a selection is done inside this method.
223 @attention Because its not defined, that any command (e.g. configured inside a menu)
224 must have an accelerator - we can't reject the call if at least one command
233 directly to a command of the specified <var>CommandList</var>.
234 If a command does not exists inside this configuration set, the
239 It can't be checked, if a command is valid -
246 /** search for an key-command-binding inside this configuration set,
247 where the specified command is used.
250 If such binding could be located, the command will be removed
263 the command, which should be removed from any key binding.
266 if the specified command is empty.
269 if the specified command isn't used inside this configuration set.