/openjdk7/jdk/src/share/classes/com/sun/jdi/request/ |
H A D | EventRequest.java | 191 * 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 D | Document.java | 165 * <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 D | AbstractDocument.java | 139 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 D | PlainDocument.java | 91 putProperty(tabSizeAttribute, Integer.valueOf(8));
|
H A D | DefaultEditorKit.java | 66 * 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 D | JTextComponent.java | 451 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 D | JavaAdapter.java | 67 ScriptableObject.putProperty(topLevel, "JavaAdapter", obj);
|
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/ |
H A D | EventRequestSpec.java | 61 request.putProperty(specPropertyKey, this);
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | FrameView.java | 418 targetPane.getDocument().putProperty( 420 d.putProperty(propName, null);
|
H A D | HTMLDocument.java | 624 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 D | FormView.java | 545 propDoc.putProperty(propName, data);
|
/openjdk7/jdk/test/com/sun/jdi/ |
H A D | ModificationWatchpoints.java | 291 mwr.putProperty("executor", this);
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JEditorPane.java | 365 * 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 D | JTextArea.java | 270 doc.putProperty(PlainDocument.tabSizeAttribute, Integer.valueOf(size));
|
H A D | JTextField.java | 274 doc.putProperty("filterNewlines", Boolean.TRUE);
|
H A D | JFormattedTextField.java | 1097 doc.putProperty(DocumentFilter.class, null);
|
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/ |
H A D | EventRequestManagerImpl.java | 221 * @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 D | RTFReader.java | 283 target.putProperty(propName,
|