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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java36 class MuxingAttributeSet implements AttributeSet, Serializable { class in inherits:AttributeSet,Serializable
38 * Creates a <code>MuxingAttributeSet</code> with the passed in
41 public MuxingAttributeSet(AttributeSet[] attrs) { method in class:MuxingAttributeSet
46 * Creates an empty <code>MuxingAttributeSet</code>. This is intended for
51 protected MuxingAttributeSet() { method in class:MuxingAttributeSet
56 * <code>MuxingAttributeSet</code>.
267 * An Enumeration of the Attribute names in a MuxingAttributeSet.

Completed in 58 milliseconds