Searched refs:removeAttribute (Results 1 - 25 of 49) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DMutableAttributeSet.java62 public void removeAttribute(Object name); method in interface:MutableAttributeSet
H A DSimpleAttributeSet.java214 public void removeAttribute(Object name) { method in class:SimpleAttributeSet
225 removeAttribute(names.nextElement());
243 removeAttribute(name);
H A DStyleContext.java121 styles.removeAttribute(nm);
358 * @see MutableAttributeSet#removeAttribute
360 public synchronized AttributeSet removeAttribute(AttributeSet old, Object name) { method in class:StyleContext
366 search.removeAttribute(name);
371 ma.removeAttribute(name);
1130 public void removeAttribute(Object key) { method in class:StyleContext.KeyBuilder
1147 removeAttribute(name);
1521 * @see MutableAttributeSet#removeAttribute
1523 public void removeAttribute(Object name) { method in class:StyleContext.NamedStyle
1525 attributes = context.removeAttribute(attribute
[all...]
H A DStyledEditorKit.java296 set.removeAttribute(StyleConstants.ComponentAttribute);
297 set.removeAttribute(StyleConstants.IconAttribute);
298 set.removeAttribute(AbstractDocument.ElementNameAttribute);
299 set.removeAttribute(StyleConstants.ComposedTextAttribute);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextPaneUI.java148 style.removeAttribute(StyleConstants.Foreground);
169 style.removeAttribute(StyleConstants.FontFamily);
170 style.removeAttribute(StyleConstants.FontSize);
171 style.removeAttribute(StyleConstants.Bold);
172 style.removeAttribute(StyleConstants.Italic);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/monitoring/
H A DMonitoredObject.java153 public void removeAttribute(String name); method in interface:MonitoredObject
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DHeaderElementImpl.java72 removeAttribute(getActorAttributeName());
81 removeAttribute(getRoleAttributeName());
103 removeAttribute(getMustunderstandAttributeName());
122 removeAttribute(getRelayAttributeName());
H A DElementImpl.java620 public boolean removeAttribute(Name name) { method in class:ElementImpl
621 return removeAttribute(name.getURI(), name.getLocalName());
624 public boolean removeAttribute(QName name) { method in class:ElementImpl
625 return removeAttribute(name.getNamespaceURI(), name.getLocalPart());
628 private boolean removeAttribute(String uri, String localName) { method in class:ElementImpl
1002 removeAttribute(attributeName);
1010 removeAttribute(attributeName);
/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptContext.java124 public Object removeAttribute(String name, int scope); method in interface:ScriptContext
H A DSimpleScriptContext.java191 public Object removeAttribute(String name, int scope) { method in class:SimpleScriptContext
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPElement.java400 * @see SOAPElement#removeAttribute(javax.xml.namespace.QName)
402 public boolean removeAttribute(Name name); method in interface:SOAPElement
411 * @see SOAPElement#removeAttribute(Name)
414 public boolean removeAttribute(QName qname); method in interface:SOAPElement
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java290 style.removeAttribute(FONT_ATTRIBUTE_KEY);
348 style.removeAttribute(StyleConstants.Foreground);
378 style.removeAttribute(StyleConstants.FontFamily);
381 style.removeAttribute(StyleConstants.FontSize);
384 style.removeAttribute(StyleConstants.Bold);
387 style.removeAttribute(StyleConstants.Italic);
390 style.removeAttribute(FONT_ATTRIBUTE_KEY);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGenOrMethodGen.java110 public void removeAttribute(Attribute a) { attribute_vec.remove(a); } method in class:FieldGenOrMethodGen
H A DInstructionHandle.java258 public void removeAttribute(Object key) { method in class:InstructionHandle
/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java125 public void removeAttribute(String name) method in interface:Element
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java84 public void removeAttribute(Object name) method in class:MockAttributeSet
H A DRTFGenerator.java254 oldAttrs.removeAttribute(key);
529 current.removeAttribute("sectionStyle");
551 currentAttributes.removeAttribute("sectionStyle");
698 currentAttributes.removeAttribute("paragraphStyle");
699 currentAttributes.removeAttribute(Constants.Tabs);
721 current.removeAttribute("characterStyle");
778 currentAttributes.removeAttribute(StyleConstants.FontSize); /* =default */
779 currentAttributes.removeAttribute(StyleConstants.Background);
780 currentAttributes.removeAttribute(StyleConstants.Foreground);
781 currentAttributes.removeAttribute(StyleConstant
[all...]
H A DRTFAttributes.java289 target.removeAttribute(swingName);
303 target.removeAttribute(swingName);
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2Impl.java281 public void removeAttribute (int index) method in class:Attributes2Impl
285 super.removeAttribute (index);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoredObjectImpl.java112 public void removeAttribute( String name ) { method in class:MonitoredObjectImpl
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributeListImpl.java160 * @see #removeAttribute
185 public void removeAttribute (String name) method in class:AttributeListImpl
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java770 removeAttribute(name, false);
784 public void removeAttribute(String name) { method in class:IIOMetadataNode
785 removeAttribute(name, true);
788 private void removeAttribute(String name, boolean checkPresent) { method in class:IIOMetadataNode
807 * Equivalent to <code>removeAttribute(localName)</code>.
811 removeAttribute(localName);
870 removeAttribute(oldAttr.getName());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java110 public void removeAttribute(String name) throws DOMException { method in class:DefaultElement
/openjdk7/jdk/test/javax/script/
H A DMyContext.java113 public Object removeAttribute(String name, int scope) { method in class:MyContext
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java346 public Attribute removeAttribute(Attribute a) { method in class:Attribute.Holder
399 public Attribute removeAttribute(String attrName) { method in class:Attribute.Holder
400 return removeAttribute(getAttribute(attrName));
403 public Attribute removeAttribute(Layout attrDef) { method in class:Attribute.Holder
404 return removeAttribute(getAttribute(attrDef));
408 removeAttribute(getAttribute(attrName));

Completed in 120 milliseconds

12