Searched refs:MuxingAttributeSet (Results 1 - 2 of 2) 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.
H A DStyleSheet.java2614 * A subclass of MuxingAttributeSet that translates between
2618 class ViewAttributeSet extends MuxingAttributeSet {
2774 * A subclass of MuxingAttributeSet that implements Style. Currently
2782 static class ResolvedStyle extends MuxingAttributeSet implements

Completed in 78 milliseconds