Package org.fest.swing.applet
Class BasicAppletContext.EmptyAppletEnumeration
java.lang.Object
org.fest.swing.applet.BasicAppletContext.EmptyAppletEnumeration
- All Implemented Interfaces:
Enumeration<Applet>
- Enclosing class:
- BasicAppletContext
private static final class BasicAppletContext.EmptyAppletEnumeration
extends Object
implements Enumeration<Applet>
-
Constructor Details
-
EmptyAppletEnumeration
EmptyAppletEnumeration()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Applet>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Applet>
-