IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

com.rational.test.ft.domain.java.awt
Class AppletViewerProxy.AppletViewerChildEnumerator

java.lang.Object
  extended by com.rational.test.ft.domain.java.awt.AppletViewerProxy.AppletViewerChildEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
AppletViewerProxy

protected class AppletViewerProxy.AppletViewerChildEnumerator
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
AppletViewerProxy.AppletViewerChildEnumerator(java.lang.Object[] children)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletViewerProxy.AppletViewerChildEnumerator

public AppletViewerProxy.AppletViewerChildEnumerator(java.lang.Object[] children)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration