Searched defs:AttributeSet (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSet.java29 * Interface AttributeSet specifies the interface for a set of printing
48 * The interfaces of an AttributeSet resemble those of the Java Collections
96 * AttributeSet, class {@link HashAttributeSet HashAttributeSet}.
99 * interface AttributeSet. The Print Service API also provides
100 * implementations of interface AttributeSet's subinterfaces -- classes {@link
110 public interface AttributeSet { interface
223 * The behavior of the <CODE>addAll(AttributeSet)</CODE>
227 * If the <CODE>addAll(AttributeSet)</CODE> operation throws an exception,
240 * the <tt>addAll(AttributeSet)</tt> method.
247 public boolean addAll(AttributeSet attribute
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttributeSet.java21 * $Id: AttributeSet.java,v 1.5 2005/09/28 13:48:04 pvedula Exp $
46 final class AttributeSet extends TopLevelElement { class in inherits:TopLevelElement
54 private AttributeSet _mergeSet;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAttributeSet.java47 public interface AttributeSet { interface
112 public boolean isEqual(AttributeSet attr);
120 public AttributeSet copyAttributes();
172 public boolean containsAttributes(AttributeSet attributes);
179 public AttributeSet getResolveParent();

Completed in 30 milliseconds