Searched defs:putProperty (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequest.java191 * The <code>get/putProperty</code> methods provide access to
199 void putProperty(Object key, Object value); method in interface:EventRequest
203 * properties added with {@link #putProperty} will return
207 * @see #putProperty
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java165 * <li><a href="#putProperty(java.lang.Object, java.lang.Object)">putProperty(Object, Object)</a>
235 * @see #putProperty(Object, Object)
250 public void putProperty(Object key, Object value); method in interface:Document
H A DAbstractDocument.java139 putProperty( I18NProperty, defaultI18NProperty);
355 putProperty(AbstractDocument.AsyncLoadPriority, loadPriority);
542 public final void putProperty(Object key, Object value) { method in class:AbstractDocument
737 putProperty( I18NProperty, Boolean.TRUE);
741 putProperty( I18NProperty, Boolean.TRUE);
977 putProperty(MultiByteProperty, Boolean.TRUE);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java221 * @see #putProperty
233 * properties added with <code>putProperty</code> will return
237 * @see #putProperty
252 public final void putProperty(Object key, Object value) { method in class:EventRequestManagerImpl.EventRequestImpl

Completed in 41 milliseconds