javax.swing
Class MultiUIDefaults.MultiUIDefaultsEnumerator

java.lang.Object
  extended byjavax.swing.MultiUIDefaults.MultiUIDefaultsEnumerator
All Implemented Interfaces:
Enumeration
Enclosing class:
MultiUIDefaults

private static class MultiUIDefaults.MultiUIDefaultsEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  Enumeration[] enums
           
(package private)  int n
           
 
Constructor Summary
(package private) MultiUIDefaults.MultiUIDefaultsEnumerator(Enumeration[] enums)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enums

Enumeration[] enums

n

int n
Constructor Detail

MultiUIDefaults.MultiUIDefaultsEnumerator

MultiUIDefaults.MultiUIDefaultsEnumerator(Enumeration[] enums)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Description copied from interface: Enumeration
Tests if this enumeration contains more elements.

Specified by:
hasMoreElements in interface Enumeration
Returns:
true if and only if this enumeration object contains at least one more element to provide; false otherwise.

nextElement

public Object nextElement()
Description copied from interface: Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

Specified by:
nextElement in interface Enumeration
Returns:
the next element of this enumeration.