Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
53 /** provides read/write access to an accelerator configuration set.
67 the configuration set inside memory only. You have to use
69 (which must be available at the same implementation object too), to
90 Such key event can be mapped to its bound command,
104 This function can be used to:<br>
108 <li>or to iterate over the whole container and change some
137 about that! The outside code has to use the method getCommandForKeyEvent()
138 to check for possible collisions.
142 Note: This method can't be used to remove entities from the configuration set.
158 by commands in general, so its not possible to validate it.
177 /** optimized access to the relation "command-key" instead
181 It can be used to implement collision handling, if more then one
182 key event match to the same command. The returned list contains all
206 /** optimized function to map a list of commands to a corresponding
217 Instead to the method getKeyEventsForCommand() the returned list contains only
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.
233 directly to a command of the specified <var>CommandList</var>.
258 and key identifier the "primary keys" - it needs some work to remove
276 /** specifies a persistence interface which supports to
277 load/store accelerator configuration data to a storage
278 and to retrieve information about the current state.
283 /** connects this configuration to a new storage
291 /** supports to notify other implementations about