Lines Matching defs:key
217 * Useful constants that can be used as the storage-retrieval key
226 * The key used for storing the <code>String</code> name
231 * The key used for storing a short <code>String</code>
236 * The key used for storing a longer <code>String</code>
241 * The key used for storing a small <code>Icon</code>, such
254 * The key used to determine the command <code>String</code> for the
263 * The key used for storing a <code>KeyStroke</code> to be used as the
271 * The key used for storing an <code>Integer</code> that corresponds to
272 * one of the <code>KeyEvent</code> key codes. The value is
284 * The key used for storing a <code>Boolean</code> that corresponds
306 * The key used for storing an <code>Integer</code> that corresponds
322 * The key used for storing an <code>Icon</code>. This is typically
340 * using the associated key.
343 public Object getValue(String key);
346 * using the associated key. If the value has
350 * @param key a <code>String</code> containing the key
353 public void putValue(String key, Object value);