Uses of Interface
java.util.Enumeration
Packages that useEnumeration
Package
Description
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting graphics and images.
Contains classes related to developingbeans -- components based on the JavaBeans architecture.
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Provides the classes for implementing networking applications.
Provides the classes and interfaces for the security framework.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
Provides the classes and interfaces of the Java 2 platform's core logging facilities.
Provides classes for reading and writing the standard ZIP and GZIP file formats.
Provides the classes and interfaces for accessing naming services.
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
Contains class and interfaces for supporting SASL.
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text components.
Provides the class
HTMLEditorKit
and supporting classes for creating HTML text editors.Provides the default HTML parser, along with support classes.
Provides classes and interfaces for dealing with
javax.swing.JTree
.Provides helper classes, including support for bootstrapping SAX-based applications.
Uses ofEnumeration injava.applet
Methods injava.applet that returnEnumerationModifier and TypeMethodDescriptionAppletContext.getApplets()
Deprecated, for removal: This API element is subject to removal in a future version.Finds all the applets in the document represented by this applet context.Uses ofEnumeration injava.awt
Methods injava.awt that returnEnumerationModifier and TypeMethodDescriptionMenuBar.shortcuts()
Gets an enumeration of all menu shortcuts this menu bar is managing.Uses ofEnumeration injava.beans
Methods injava.beans that returnEnumerationModifier and TypeMethodDescriptionFeatureDescriptor.attributeNames()
Gets an enumeration of the locale-independent names of this feature.Uses ofEnumeration injava.io
Constructors injava.io with parameters of typeEnumerationModifierConstructorDescriptionSequenceInputStream
(Enumeration<? extendsInputStream> e) Initializes a newly createdSequenceInputStream
by remembering the argument, which must be anEnumeration
that produces objects whose run-time type isInputStream
.Uses ofEnumeration injava.lang
Methods injava.lang that returnEnumerationModifier and TypeMethodDescriptionprotectedEnumeration
<URL> ClassLoader.findResources
(String name) Returns an enumeration ofURL
objects representing all the resources with the given name.ClassLoader.getResources
(String name) Finds all the resources with the given name.staticEnumeration
<URL> ClassLoader.getSystemResources
(String name) Finds all resources of the specified name from the search path used to load classes.Uses ofEnumeration injava.net
Methods injava.net that returnEnumerationModifier and TypeMethodDescriptionURLClassLoader.findResources
(String name) Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.NetworkInterface.getInetAddresses()
Get an Enumeration of the InetAddresses bound to this network interface.staticEnumeration
<NetworkInterface> NetworkInterface.getNetworkInterfaces()
Returns anEnumeration
of all the interfaces on this machine.NetworkInterface.getSubInterfaces()
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.Uses ofEnumeration injava.security
Methods injava.security that returnEnumerationModifier and TypeMethodDescriptionfinalEnumeration
<String> KeyStore.aliases()
Lists all the alias names of this keystore.abstractEnumeration
<Permission> PermissionCollection.elements()
Returns an enumeration of all the Permission objects in the collection.Permissions.elements()
Returns an enumeration of all thePermission
objects in all thePermissionCollection
objects in thisPermissions
object.abstractEnumeration
<String> KeyStoreSpi.engineAliases()
Lists all the alias names of this keystore.abstractEnumeration
<Identity> IdentityScope.identities()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an enumeration of all identities in this identity scope.Uses ofEnumeration injava.sql
Methods injava.sql that returnEnumerationModifier and TypeMethodDescriptionstaticEnumeration
<Driver> DriverManager.getDrivers()
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.Uses ofEnumeration injava.util
Classes injava.util that implementEnumerationModifier and TypeClassDescriptionclass
The string tokenizer class allows an application to break a string into tokens.Methods injava.util that returnEnumerationModifier and TypeMethodDescriptionabstractEnumeration
<V> Dictionary.elements()
Returns an enumeration of the values in this dictionary.Hashtable.elements()
Returns an enumeration of the values in this hashtable.Vector.elements()
Returns an enumeration of the components of this vector.static <T> Enumeration
<T> Collections.emptyEnumeration()
Returns an enumeration that has no elements.static <T> Enumeration
<T> Collections.enumeration
(Collection<T> c) Returns an enumeration over the specified collection.ListResourceBundle.getKeys()
Returns anEnumeration
of the keys contained in thisResourceBundle
and its parent bundles.PropertyResourceBundle.getKeys()
Returns anEnumeration
of the keys contained in thisResourceBundle
and its parent bundles.abstractEnumeration
<String> ResourceBundle.getKeys()
Returns an enumeration of the keys.abstractEnumeration
<K> Dictionary.keys()
Returns an enumeration of the keys in this dictionary.Hashtable.keys()
Returns an enumeration of the keys in this hashtable.Enumeration
<?> Properties.propertyNames()
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.Methods injava.util with parameters of typeEnumerationModifier and TypeMethodDescriptionstatic <T> ArrayList
<T> Collections.list
(Enumeration<T> e) Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.Uses ofEnumeration injava.util.concurrent
Methods injava.util.concurrent that returnEnumerationUses ofEnumeration injava.util.jar
Methods injava.util.jar that returnEnumerationUses ofEnumeration injava.util.logging
Methods injava.util.logging that returnEnumerationModifier and TypeMethodDescriptionLogManager.getLoggerNames()
Get an enumeration of known logger names.Uses ofEnumeration injava.util.zip
Methods injava.util.zip that returnEnumerationModifier and TypeMethodDescriptionEnumeration
<? extendsZipEntry> ZipFile.entries()
Returns an enumeration of the ZIP file entries.Uses ofEnumeration injavax.naming
Subinterfaces ofEnumeration injavax.namingModifier and TypeInterfaceDescriptioninterface
This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.Methods injavax.naming that returnEnumerationModifier and TypeMethodDescriptionCompositeName.getAll()
Retrieves the components of this composite name as an enumeration of strings.CompoundName.getAll()
Retrieves the components of this compound name as an enumeration of strings.Name.getAll()
Retrieves the components of this name as an enumeration of strings.Reference.getAll()
Retrieves an enumeration of the addresses in this reference.Constructors injavax.naming with parameters of typeEnumerationModifierConstructorDescriptionprotected
CompositeName
(Enumeration<String> comps) Constructs a new composite name instance using the components specified by 'comps'.protected
CompoundName
(Enumeration<String> comps,Properties syntax) Constructs a new compound name instance using the components specified in comps and syntax.Uses ofEnumeration injavax.naming.ldap
Methods injavax.naming.ldap that returnEnumerationModifier and TypeMethodDescriptionLdapName.getAll()
Retrieves the components of this name as an enumeration of strings.Uses ofEnumeration injavax.net.ssl
Methods injavax.net.ssl that returnEnumerationModifier and TypeMethodDescriptionEnumeration
<byte[]> SSLSessionContext.getIds()
Returns an Enumeration of all known session id's grouped under thisSSLSessionContext
.Uses ofEnumeration injavax.security.sasl
Methods injavax.security.sasl that returnEnumerationModifier and TypeMethodDescriptionstaticEnumeration
<SaslClientFactory> Sasl.getSaslClientFactories()
Gets an enumeration of known factories for producingSaslClient
.staticEnumeration
<SaslServerFactory> Sasl.getSaslServerFactories()
Gets an enumeration of known factories for producingSaslServer
.Uses ofEnumeration injavax.sql.rowset.spi
Methods injavax.sql.rowset.spi that returnEnumerationModifier and TypeMethodDescriptionstaticEnumeration
<SyncProvider> SyncFactory.getRegisteredProviders()
Returns an Enumeration of currently registered synchronization providers.Uses ofEnumeration injavax.swing
Methods injavax.swing that returnEnumerationModifier and TypeMethodDescriptionJTree.DynamicUtilTreeNode.children()
Subclassed to load the children, if necessary.DefaultListModel.elements()
Returns an enumeration of the components of this list.protectedEnumeration
<TreePath> JTree.getDescendantToggledPaths
(TreePath parent) Returns anEnumeration
ofTreePaths
that have been expanded that are descendants ofparent
.ButtonGroup.getElements()
Returns all the buttons that are participating in this group.JTree.getExpandedDescendants
(TreePath parent) Returns anEnumeration
of the descendants of the pathparent
that are currently expanded.Methods injavax.swing with parameters of typeEnumerationModifier and TypeMethodDescriptionprotected void
JTree.removeDescendantToggledPaths
(Enumeration<TreePath> toRemove) Removes any descendants of theTreePaths
intoRemove
that have been expanded.Uses ofEnumeration injavax.swing.table
Methods injavax.swing.table that returnEnumerationModifier and TypeMethodDescriptionDefaultTableColumnModel.getColumns()
Returns anEnumeration
of all the columns in the model.TableColumnModel.getColumns()
Returns anEnumeration
of all the columns in the model.Uses ofEnumeration injavax.swing.text
Methods injavax.swing.text that returnEnumerationModifier and TypeMethodDescriptionabstractEnumeration
<TreeNode> AbstractDocument.AbstractElement.children()
Returns the children of the receiver as anEnumeration
.AbstractDocument.BranchElement.children()
Returns the children of the receiver as anEnumeration
.AbstractDocument.LeafElement.children()
Returns the children of the receiver as anEnumeration
.Enumeration
<?> AbstractDocument.AbstractElement.getAttributeNames()
Gets the names of all attributes.Enumeration
<?> AttributeSet.getAttributeNames()
Returns an enumeration over the names of the attributes that are defined locally in the set.Enumeration
<?> SimpleAttributeSet.getAttributeNames()
Gets the names of the attributes in the set.Enumeration
<?> StyleContext.NamedStyle.getAttributeNames()
Gets the names of all attributes.Enumeration
<?> StyleContext.SmallAttributeSet.getAttributeNames()
Gets the names of all attributes.Enumeration
<?> DefaultStyledDocument.getStyleNames()
Fetches the list of style names.Enumeration
<?> StyleContext.getStyleNames()
Fetches the names of the styles defined.Methods injavax.swing.text with parameters of typeEnumerationModifier and TypeMethodDescriptionvoid
AbstractDocument.AbstractElement.removeAttributes
(Enumeration<?> names) Removes a set of attributes for the element.AbstractDocument.AttributeContext.removeAttributes
(AttributeSet old,Enumeration<?> names) Removes a set of attributes for the element.void
MutableAttributeSet.removeAttributes
(Enumeration<?> names) Removes an attribute set with the givennames
.void
SimpleAttributeSet.removeAttributes
(Enumeration<?> names) Removes a set of attributes from the list.void
StyleContext.NamedStyle.removeAttributes
(Enumeration<?> names) Removes a set of attributes for the element.StyleContext.removeAttributes
(AttributeSet old,Enumeration<?> names) Removes a set of attributes for the element.Uses ofEnumeration injavax.swing.text.html
Methods injavax.swing.text.html with parameters of typeEnumerationModifier and TypeMethodDescriptionStyleSheet.removeAttributes
(AttributeSet old,Enumeration<?> names) Removes a set of attributes for the element.Uses ofEnumeration injavax.swing.text.html.parser
Methods injavax.swing.text.html.parser that returnEnumerationModifier and TypeMethodDescriptionEnumeration
<?> AttributeList.getValues()
Returns possible attribute values.Uses ofEnumeration injavax.swing.tree
Fields injavax.swing.tree declared asEnumerationModifier and TypeFieldDescriptionstatic finalEnumeration
<TreeNode> DefaultMutableTreeNode.EMPTY_ENUMERATION
An enumeration that is always empty.Methods injavax.swing.tree that returnEnumerationModifier and TypeMethodDescriptionDefaultMutableTreeNode.breadthFirstEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in breadth-first order.DefaultMutableTreeNode.children()
Creates and returns a forward-order enumeration of this node's children.Enumeration
<? extendsTreeNode> TreeNode.children()
Returns the children of the receiver as anEnumeration
.DefaultMutableTreeNode.depthFirstEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.abstractEnumeration
<TreePath> AbstractLayoutCache.getVisiblePathsFrom
(TreePath path) Returns anEnumerator
that increments over the visible paths starting at the passed in location.FixedHeightLayoutCache.getVisiblePathsFrom
(TreePath path) Returns an Enumerator that increments over the visible paths starting at the passed in location.VariableHeightLayoutCache.getVisiblePathsFrom
(TreePath path) Returns anEnumerator
that increments over the visible paths starting at the passed in location.DefaultMutableTreeNode.pathFromAncestorEnumeration
(TreeNode ancestor) Creates and returns an enumeration that follows the path fromancestor
to this node.DefaultMutableTreeNode.postorderEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.DefaultMutableTreeNode.preorderEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.Uses ofEnumeration inorg.xml.sax.helpers
Methods inorg.xml.sax.helpers that returnEnumerationModifier and TypeMethodDescriptionNamespaceSupport.getDeclaredPrefixes()
Return an enumeration of all prefixes declared in this context.NamespaceSupport.getPrefixes()
Return an enumeration of all prefixes whose declarations are active in the current context.NamespaceSupport.getPrefixes
(String uri) Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.