Class: javax.swing.text.StyleContext.KeyEnumeration
- class StyleContext.KeyEnumeration
- implements Enumeration<Object>
An enumeration of the keys in a SmallAttributeSet.
Inheritance
Superclass tree:- java.lang.Object
- javax.swing.text.StyleContext.KeyEnumeration
Methods
-
StyleContext.KeyEnumerationtop
StyleContext.KeyEnumeration(Object[] attr) -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<Object>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration.- Specified by:
- nextElement from Enumeration<Object>
Fields
-
attr
Object[] attr -
i
int i
