Java Platform 1.2
Beta 4

Uses of Interface
java.util.Enumeration

Packages that use Enumeration
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.beans Contains classes related to Java Beans development.  
java.io Provides for system input and output through data streams, serialization and the file system.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.net Provides the classes for implementing networking applications.  
java.security Provides the classes and interfaces for the security framework.  
java.security.acl The classes and interfaces in this package have been superseded by classes in the java.security package.  
java.sql Provides the JDBC package.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
java.util.jar Provides classes for creating and reading JAR files.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
java.util.zip Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.  
 

Uses of Enumeration in com.sun.java.swing
 

Methods in com.sun.java.swing that return Enumeration
 Enumeration JTree.getExpandedDescendants(TreePath parent)
          Returns an Enumeration of the descendants of path that are currently expanded.
protected  Enumeration JTree.getDescendantToggledPaths(TreePath parent)
          Returns an Enumeration of TreePaths that have been expanded that are descendants of parent.
 Enumeration JTree.DynamicUtilTreeNode.children()
          Subclassed to load the children, if necessary.
 Enumeration ButtonGroup.getElements()
          Return all the buttons that are participating in this group.
 Enumeration DefaultListModel.elements()
          Returns an enumeration of the components of this list.
 

Methods in com.sun.java.swing with parameters of type Enumeration
protected  void JTree.removeDescendantToggledPaths(Enumeration toRemove)
          Removes any descendants of the TreePaths in toRemove that have been expanded.
 

Uses of Enumeration in com.sun.java.swing.table
 

Methods in com.sun.java.swing.table that return Enumeration
 Enumeration TableColumnModel.getColumns()
          Returns an Enumeration of all the columns in the model
 Enumeration DefaultTableColumnModel.getColumns()
          Returns an Enumeration of all the columns in the model
 

Uses of Enumeration in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text that return Enumeration
 Enumeration DefaultStyledDocument.getStyleNames()
          Fetches the list of of style names.
 Enumeration AbstractDocument.AbstractElement.getAttributeNames()
          Gets the names of all attributes.
abstract  Enumeration AbstractDocument.AbstractElement.children()
          Returns the children of the reciever as an Enumeration.
 Enumeration AbstractDocument.BranchElement.children()
          Returns the children of the reciever as an Enumeration.
 Enumeration StyleContext.getStyleNames()
          Fetches the names of the styles defined.
 Enumeration StyleContext.NamedStyle.getAttributeNames()
          Gets the names of all attributes.
 Enumeration SimpleAttributeSet.getAttributeNames()
          Gets the names of the attributes in the set.
 Enumeration AttributeSet.getAttributeNames()
          Returns an enumeration over the names of the attributes in the set.
 Enumeration AbstractDocument.LeafElement.children()
          Returns the children of the reciever as an Enumeration.
 

Methods in com.sun.java.swing.text with parameters of type Enumeration
 void AbstractDocument.AbstractElement.removeAttributes(Enumeration names)
          Removes a set of attributes for the element.
 AttributeSet StyleContext.removeAttributes(AttributeSet old, Enumeration names)
          Removes a set of attributes for the element.
 void StyleContext.NamedStyle.removeAttributes(Enumeration names)
          Removes a set of attributes for the element.
 void SimpleAttributeSet.removeAttributes(Enumeration names)
          Removes a set of attributes from the list.
 AttributeSet AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, Enumeration names)
          Removes a set of attributes for the element.
 void MutableAttributeSet.removeAttributes(Enumeration names)
          Creates a new attribute set similar to this one except that it contains no attribute with any of the given names.
 

Uses of Enumeration in com.sun.java.swing.tree
 

Fields in com.sun.java.swing.tree declared as Enumeration
static Enumeration DefaultMutableTreeNode.EMPTY_ENUMERATION
          A null-enumeration class returned when an enumeration of a leaf node's children is requested.
 

Methods in com.sun.java.swing.tree that return Enumeration
 Enumeration DefaultMutableTreeNode.children()
          Creates and returns a forward-order enumeration of this node's children.
 Enumeration DefaultMutableTreeNode.preorderEnumeration()
          Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.
 Enumeration DefaultMutableTreeNode.postorderEnumeration()
          Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.
 Enumeration DefaultMutableTreeNode.breadthFirstEnumeration()
          Creates and returns an enumeration that traverses the subtree rooted at this node in breadth-first order.
 Enumeration DefaultMutableTreeNode.depthFirstEnumeration()
          Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
 Enumeration DefaultMutableTreeNode.pathFromAncestorEnumeration(TreeNode ancestor)
          Creates and returns an enumeration that follows the path from ancestor to this node.
 Enumeration TreeNode.children()
          Returns the children of the reciever as an Enumeration.
abstract  Enumeration AbstractLayoutCache.getVisiblePathsFrom(TreePath path)
          Returns an Enumerator that increments over the visible paths starting at the passed in location.
 Enumeration FixedHeightLayoutCache.getVisiblePathsFrom(TreePath path)
          Returns an Enumerator that increments over the visible paths starting at the passed in location.
 Enumeration VariableHeightLayoutCache.getVisiblePathsFrom(TreePath path)
          Returns an Enumerator that increments over the visible paths starting at the passed in location.
 

Uses of Enumeration in java.applet
 

Methods in java.applet that return Enumeration
 Enumeration AppletContext.getApplets()
          Finds all the applets in the document represented by this applet context.
 

Uses of Enumeration in java.awt
 

Methods in java.awt that return Enumeration
 Enumeration MenuBar.shortcuts()
          Gets an enumeration of all menu shortcuts this menu bar is managing.
 Enumeration RenderingHints.keys()
          Returns an enumeration of the keys in this object.
 

Uses of Enumeration in java.beans
 

Methods in java.beans that return Enumeration
 Enumeration FeatureDescriptor.attributeNames()
           
 

Uses of Enumeration in java.io
 

Constructors in java.io with parameters of type Enumeration
SequenceInputStream.SequenceInputStream(Enumeration e)
          Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
 

Uses of Enumeration in java.lang
 

Methods in java.lang that return Enumeration
 Enumeration ClassLoader.getResources(String name)
          Finds all the resources with the given name.
protected  Enumeration ClassLoader.findResources(String name)
          Returns an Enumeration of URLs representing all the resources with the given name.
static Enumeration ClassLoader.getSystemResources(String name)
          Finds all resources of the specified name from the search path used to load classes.
 

Uses of Enumeration in java.net
 

Methods in java.net that return Enumeration
 Enumeration URLClassLoader.findResources(String name)
          Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
 

Uses of Enumeration in java.security
 

Methods in java.security that return Enumeration
abstract  Enumeration PermissionCollection.elements()
          Returns an enumeration of all the Permission objects in the collection.
 Enumeration Permissions.elements()
          Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
abstract  Enumeration IdentityScope.identities()
          Deprecated. Returns an enumeration of all identities in this identity scope.
abstract  Enumeration KeyStoreSpi.engineAliases()
          Lists all the alias names of this keystore.
 Enumeration KeyStore.aliases()
          Lists all the alias names of this keystore.
 

Uses of Enumeration in java.security.acl
 

Methods in java.security.acl that return Enumeration
 Enumeration Acl.getPermissions(Principal user)
          Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
 Enumeration Acl.entries()
          Returns an enumeration of the entries in this ACL. Each element in the enumeration is of type AclEntry.
 Enumeration Group.members()
          Returns an enumeration of the members in the group.
 Enumeration AclEntry.permissions()
          Returns an enumeration of the permissions in this ACL entry.
 

Uses of Enumeration in java.sql
 

Methods in java.sql that return Enumeration
static Enumeration DriverManager.getDrivers()
          Return an Enumeration of all the currently loaded JDBC drivers which the current caller has access to.
 

Uses of Enumeration in java.util
 

Classes in java.util that implement Enumeration
  StringTokenizer
          The string tokenizer class allows an application to break a string into tokens.
 

Methods in java.util that return Enumeration
abstract  Enumeration ResourceBundle.getKeys()
          Return an enumeration of the keys.
 Enumeration ListResourceBundle.getKeys()
          Implementation of ResourceBundle.getKeys.
abstract  Enumeration Dictionary.keys()
          Returns an enumeration of the keys in this dictionary.
abstract  Enumeration Dictionary.elements()
          Returns an enumeration of the values in this dictionary.
 Enumeration Hashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 Enumeration Hashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration Properties.propertyNames()
          Returns an enumeration of all the keys in this property list, including the keys in the default property list.
static Enumeration Collections.enumeration(Collection c)
          Returns an Enumeration over the specified Collection.
 Enumeration Vector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration PropertyResourceBundle.getKeys()
          Implementation of ResourceBundle.getKeys.
 

Uses of Enumeration in java.util.jar
 

Methods in java.util.jar that return Enumeration
 Enumeration JarFile.entries()
           
 

Uses of Enumeration in java.util.mime
 

Methods in java.util.mime that return Enumeration
 Enumeration MimeTypeParameterList.getNames()
          Retrieve an enumeration of all the names in this list.
 

Uses of Enumeration in java.util.zip
 

Methods in java.util.zip that return Enumeration
 Enumeration ZipFile.entries()
          Returns an enumeration of the ZIP file entries.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.