Searched refs:putProperty (Results 1 - 18 of 18) 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);
H A DPlainDocument.java91 putProperty(tabSizeAttribute, Integer.valueOf(8));
H A DDefaultEditorKit.java66 * on the <code>Document</code> using the <code>get/putProperty</code>
285 doc.putProperty(EndOfLineStringProperty, "\r\n");
288 doc.putProperty(EndOfLineStringProperty, "\r");
291 doc.putProperty(EndOfLineStringProperty, "\n");
H A DJTextComponent.java451 doc.putProperty(TextAttribute.RUN_DIRECTION, runDir );
493 doc.putProperty( TextAttribute.RUN_DIRECTION, runDir );
1623 doc.putProperty(Document.StreamDescriptionProperty, desc);
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJavaAdapter.java67 ScriptableObject.putProperty(topLevel, "JavaAdapter", obj);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DEventRequestSpec.java61 request.putProperty(specPropertyKey, this);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java418 targetPane.getDocument().putProperty(
420 d.putProperty(propName, null);
H A DHTMLDocument.java624 putProperty(TokenThreshold, new Integer(n));
865 putProperty(MAP_PROPERTY, maps);
927 putProperty(StyleType, contentType);
958 putProperty("__PARSER__", null);
2544 HTMLDocument.this.putProperty( I18NProperty, Boolean.TRUE);
2547 HTMLDocument.this.putProperty( I18NProperty, Boolean.TRUE);
2557 putProperty(Document.TitleProperty, new String(data));
2658 putProperty(AdditionalComments, comments);
2727 putProperty(DefaultEditorKit.EndOfLineStringProperty,
H A DFormView.java545 propDoc.putProperty(propName, data);
/openjdk7/jdk/test/com/sun/jdi/
H A DModificationWatchpoints.java291 mwr.putProperty("executor", this);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java365 * doc.putProperty(Document.StreamDescriptionProperty, null);
483 getDocument().putProperty(Document.StreamDescriptionProperty, page);
498 doc.putProperty(key, pageProperties.get(key));
503 doc.putProperty(Document.StreamDescriptionProperty, page);
595 doc.putProperty("IgnoreCharsetDirective", Boolean.valueOf(true));
H A DJTextArea.java270 doc.putProperty(PlainDocument.tabSizeAttribute, Integer.valueOf(size));
H A DJTextField.java274 doc.putProperty("filterNewlines", Boolean.TRUE);
H A DJFormattedTextField.java1097 doc.putProperty(DocumentFilter.class, null);
/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
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java283 target.putProperty(propName,

Completed in 117 milliseconds