Uses of Interface java.util.Enumeration

Uses in package org.xml.sax.helpers

Methods with return type java.util.Enumeration

Enumeration<E>
Return an enumeration of all prefixes declared in this context.
Enumeration<E>
Return an enumeration of all prefixes whose declarations are active in the current context.
Enumeration<E>
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.

Uses in package javax.swing.text.html

Methods with parameter type java.util.Enumeration

void

Uses in package java.util

Classes implementing java.util.Enumeration

class
This class splits a string into tokens.

Uses in package javax.swing.tree

Methods with return type java.util.Enumeration

Enumeration<E>
breadthFirstEnumeration
Enumeration<E>
Returns an enumeration containing all children of this node.
Enumeration<E>
Returns an enumeration of the children of this node, or an empty enumeration if this node has no children.
Enumeration<E>
depthFirstEnumeration
Enumeration<E>
pathFromAncestorEnumeration
Enumeration<E>
postorderEnumeration
Enumeration<E>
preorderEnumeration

Uses in package javax.swing

Methods with return type java.util.Enumeration

Enumeration<E>
Returns an enumeration containing all children of this node.

Uses in package javax.net.ssl

Methods with return type java.util.Enumeration

Enumeration<E>
Returns an enumeration of all saved session IDs.

Uses in package javax.swing.text

Methods with return type java.util.Enumeration

Enumeration<E>
Returns the child nodes of this Element as an Enumeration of TreeNodes.
Enumeration<E>
Returns the children of this BranchElement.
Enumeration<E>
Returns null since LeafElements cannot have children.