net.sourceforge.helpgui.page
Class PageEnumeration

java.lang.Object
  extended by net.sourceforge.helpgui.page.PageEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class PageEnumeration
extends java.lang.Object
implements java.util.Enumeration

Enumeration of the pages

Author:
Alexandre THOMAS

Field Summary
protected  java.util.Iterator iterator
          An iterator on the list
 
Constructor Summary
PageEnumeration(PageList pages)
          Standard constructor.
 
Method Summary
 boolean hasMoreElements()
          Tests if this enumeration contains more elements.
 java.lang.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

iterator

protected java.util.Iterator iterator
An iterator on the list

Constructor Detail

PageEnumeration

public PageEnumeration(PageList pages)
Standard constructor.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Tests if this enumeration contains more elements.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

Specified by:
nextElement in interface java.util.Enumeration