Class: javax.swing.text.html.MuxingAttributeSet.MuxingAttributeNameEnumeration
- private class MuxingAttributeSet.MuxingAttributeNameEnumeration
- implements Enumeration
An Enumeration of the Attribute names in a MuxingAttributeSet.
This may return the same name more than once.
Inheritance
Superclass tree:- java.lang.Object
- javax.swing.text.html.MuxingAttributeSet.MuxingAttributeNameEnumeration
- Enumeration<E>
Methods
-
MuxingAttributeSet.MuxingAttributeNameEnumerationtop
MuxingAttributeSet.MuxingAttributeNameEnumeration() -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
-
updateEnumtop
void updateEnum()
Fields
-
attrIndex
private int attrIndexIndex into attrs the current Enumeration came from. -
currentEnum
private Enumeration currentEnumEnumeration from attrs.
