| |
|
| java.lang.Object salomeTMF_plug.helpgui.page.PageEnumeration
PageEnumeration | public class PageEnumeration implements Enumeration(Code) | | Enumeration of the pages
author: Alexandre THOMAS |
Method Summary | |
public boolean | hasMoreElements() Tests if this enumeration contains more elements. | public Object | nextElement() Returns the next element of this enumeration if this enumeration object
has at least one more element to provide. |
PageEnumeration | public PageEnumeration(PageList pages)(Code) | | Standard constructor.
|
hasMoreElements | public boolean hasMoreElements()(Code) | | Tests if this enumeration contains more elements.
|
nextElement | public Object nextElement()(Code) | | Returns the next element of this enumeration if this enumeration object
has at least one more element to provide.
|
|
|
|