| Package | Description |
|---|---|
| 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 developing
beans -- components based on the JavaBeans™ architecture.
|
| 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 API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar |
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.
|
| java.util.logging |
Provides the classes and interfaces of the Java
TM 2 platform's core logging facilities.
|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP file formats.
|
| javax.activation | |
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| javax.security.sasl |
Contains class and interfaces for supporting SASL.
|
| javax.sql.rowset.spi |
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
AppletContext.getApplets()
Finds all the applets in the document represented by this applet context.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
MenuBar.shortcuts()
Gets an enumeration of all menu shortcuts this menu bar is managing.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
FeatureDescriptor.attributeNames()
Gets an enumeration of the locale-independent names of this feature.
|
| Constructor and Description | |
|---|---|
SequenceInputStream(Enumeration
Initializes a newly created
SequenceInputStream by remembering the argument, which must be an
Enumeration that produces objects whose run-time type is
InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected Enumeration |
ClassLoader.findResources(String
Returns an enumeration of
URL objects representing all the resources with the given name.
|
Enumeration |
ClassLoader.getResources(String
Finds all the resources with the given name.
|
static Enumeration |
ClassLoader.getSystemResources(String
Finds all resources of the specified name from the search path used to load classes.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
URLClassLoader.findResources(String
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
|
Enumeration |
NetworkInterface.getInetAddresses()
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
|
static Enumeration |
NetworkInterface.getNetworkInterfaces()
Returns all the interfaces on this machine.
|
Enumeration |
NetworkInterface.getSubInterfaces()
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
KeyStore.aliases()
Lists all the alias names of this keystore.
|
abstract Enumeration |
PermissionCollection.elements()
Returns an enumeration of all the Permission objects in the collection.
|
Enumeration |
Provider.elements()
|
Enumeration |
Permissions.elements()
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
|
abstract Enumeration |
KeyStoreSpi.engineAliases()
Lists all the alias names of this keystore.
|
abstract Enumeration |
IdentityScope.identities()
Deprecated.
Returns an enumeration of all identities in this identity scope.
|
Enumeration |
Provider.keys()
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
Acl.entries()
Returns an enumeration of the entries in this ACL.
|
Enumeration |
Acl.getPermissions(Principal
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
DriverManager.getDrivers()
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringTokenizer
The string tokenizer class allows an application to break a string into tokens.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
Vector.elements()
Returns an enumeration of the components of this vector.
|
Enumeration |
Hashtable.elements()
Returns an enumeration of the values in this hashtable.
|
abstract Enumeration |
Dictionary.elements()
Returns an enumeration of the values in this dictionary.
|
static <T> Enumeration |
Collections.emptyEnumeration()
Returns an enumeration that has no elements.
|
static <T> Enumeration |
Collections.enumeration(Collection
Returns an enumeration over the specified collection.
|
abstract Enumeration |
ResourceBundle.getKeys()
Returns an enumeration of the keys.
|
Enumeration |
PropertyResourceBundle.getKeys()
Returns an
Enumeration of the keys contained in this
ResourceBundle and its parent bundles.
|
Enumeration |
ListResourceBundle.getKeys()
Returns an
Enumeration of the keys contained in this
ResourceBundle and its parent bundles.
|
Enumeration |
Hashtable.keys()
Returns an enumeration of the keys in this hashtable.
|
abstract Enumeration |
Dictionary.keys()
Returns an enumeration of the keys in this dictionary.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayList |
Collections.list(Enumeration
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
ConcurrentHashMap.elements()
Returns an enumeration of the values in this table.
|
Enumeration |
ConcurrentHashMap.keys()
Returns an enumeration of the keys in this table.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
JarFile.entries()
Returns an enumeration of the zip file entries.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
LogManager.getLoggerNames()
Get an enumeration of known logger names.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
ZipFile.entries()
Returns an enumeration of the ZIP file entries.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
MimeTypeParameterList.getNames()
Retrieve an enumeration of all the names in this list.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
MLetMBean.getResources(String
Finds all the resources with the given name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamingEnumeration<T>
This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
CompositeName.getAll()
Retrieves the components of this composite name as an enumeration of strings.
|
Enumeration |
CompoundName.getAll()
Retrieves the components of this compound name as an enumeration of strings.
|
Enumeration |
Reference.getAll()
Retrieves an enumeration of the addresses in this reference.
|
Enumeration |
Name.getAll()
Retrieves the components of this name as an enumeration of strings.
|
| Constructor and Description | |
|---|---|
CompositeName(Enumeration
Constructs a new composite name instance using the components specified by 'comps'.
|
|
CompoundName(Enumeration
Constructs a new compound name instance using the components specified in comps and syntax.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
LdapName.getAll()
Retrieves the components of this name as an enumeration of strings.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
SSLSessionContext.getIds()
Returns an Enumeration of all session id's grouped under this
SSLSessionContext.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
Sasl.getSaslClientFactories()
Gets an enumeration of known factories for producing
SaslClient.
|
static Enumeration |
Sasl.getSaslServerFactories()
Gets an enumeration of known factories for producing
SaslServer.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
SyncFactory.getRegisteredProviders()
Returns an Enumeration of currently registered synchronization providers.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
JTree.DynamicUtilTreeNode.children()
Subclassed to load the children, if necessary.
|
Enumeration |
DefaultListModel.elements()
Returns an enumeration of the components of this list.
|
protected Enumeration |
JTree.getDescendantToggledPaths(TreePath
Returns an
Enumeration of
TreePaths that have been expanded that are descendants of
parent.
|
Enumeration |
ButtonGroup.getElements()
Returns all the buttons that are participating in this group.
|
Enumeration |
JTree.getExpandedDescendants(TreePath
Returns an
Enumeration of the descendants of the path
parent that are currently expanded.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JTree.removeDescendantToggledPaths(Enumeration
Removes any descendants of the
TreePaths in
toRemove that have been expanded.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration |
AbstractDocument.AbstractElement.children()
Returns the children of the receiver as an
Enumeration.
|
Enumeration |
AbstractDocument.BranchElement.children()
Returns the children of the receiver as an
Enumeration.
|
Enumeration |
AbstractDocument.LeafElement.children()
Returns the children of the receiver as an
Enumeration.
|
Enumeration |
StyleContext.SmallAttributeSet.getAttributeNames()
Gets the names of all attributes.
|
Enumeration |
StyleContext.NamedStyle.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 |
AbstractDocument.AbstractElement.getAttributeNames()
Gets the names of all attributes.
|
Enumeration |
SimpleAttributeSet.getAttributeNames()
Gets the names of the attributes in the set.
|
Enumeration |
StyleContext.getStyleNames()
Fetches the names of the styles defined.
|
Enumeration |
DefaultStyledDocument.getStyleNames()
Fetches the list of of style names.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
StyleContext.removeAttributes(AttributeSet
Removes a set of attributes for the element.
|
AttributeSet |
AbstractDocument.AttributeContext.removeAttributes(AttributeSet
Removes a set of attributes for the element.
|
void |
StyleContext.NamedStyle.removeAttributes(Enumeration
Removes a set of attributes for the element.
|
void |
MutableAttributeSet.removeAttributes(Enumeration
Removes an attribute set with the given
names.
|
void |
AbstractDocument.AbstractElement.removeAttributes(Enumeration
Removes a set of attributes for the element.
|
void |
SimpleAttributeSet.removeAttributes(Enumeration
Removes a set of attributes from the list.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
StyleSheet.removeAttributes(AttributeSet
Removes a set of attributes for the element.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
AttributeList.getValues()
|
| Modifier and Type | Field and Description |
|---|---|
static Enumeration |
DefaultMutableTreeNode.EMPTY_ENUMERATION
An enumeration that is always empty.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
DefaultMutableTreeNode.breadthFirstEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in breadth-first order.
|
Enumeration |
TreeNode.children()
Returns the children of the receiver as an
Enumeration.
|
Enumeration |
DefaultMutableTreeNode.children()
Creates and returns a forward-order enumeration of this node's children.
|
Enumeration |
DefaultMutableTreeNode.depthFirstEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
|
abstract Enumeration |
AbstractLayoutCache.getVisiblePathsFrom(TreePath
Returns an
Enumerator that increments over the visible paths starting at the passed in location.
|
Enumeration |
VariableHeightLayoutCache.getVisiblePathsFrom(TreePath
Returns an
Enumerator that increments over the visible paths starting at the passed in location.
|
Enumeration |
FixedHeightLayoutCache.getVisiblePathsFrom(TreePath
Returns an Enumerator that increments over the visible paths starting at the passed in location.
|
Enumeration |
DefaultMutableTreeNode.pathFromAncestorEnumeration(TreeNode
Creates and returns an enumeration that follows the path from
ancestor to this node.
|
Enumeration |
DefaultMutableTreeNode.postorderEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.
|
Enumeration |
DefaultMutableTreeNode.preorderEnumeration()
Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
NamespaceSupport.getDeclaredPrefixes()
Return an enumeration of all prefixes declared in this context.
|
Enumeration |
NamespaceSupport.getPrefixes()
Return an enumeration of all prefixes whose declarations are active in the current context.
|
Enumeration |
NamespaceSupport.getPrefixes(String
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
|