|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.text.html.MuxingAttributeSet.MuxingAttributeNameEnumeration
An Enumeration of the Attribute names in a MuxingAttributeSet. This may return the same name more than once.
Field Summary | |
private int |
attrIndex
Index into attrs the current Enumeration came from. |
private Enumeration |
currentEnum
Enumeration from attrs. |
Constructor Summary | |
(package private) |
MuxingAttributeSet.MuxingAttributeNameEnumeration()
|
Method Summary | |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
(package private) void |
updateEnum()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int attrIndex
private Enumeration currentEnum
Constructor Detail |
MuxingAttributeSet.MuxingAttributeNameEnumeration()
Method Detail |
public boolean hasMoreElements()
Enumeration
hasMoreElements
in interface Enumeration
true
if and only if this enumeration object
contains at least one more element to provide;
false
otherwise.public Object nextElement()
Enumeration
nextElement
in interface Enumeration
void updateEnum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |