Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.util.Hashtable

Packages that use Hashtable
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.image Provides classes for creating and modifying images. 
java.security Provides the classes and interfaces for the security framework. 
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). 
 

Uses of Hashtable in java.awt
 

Fields in java.awt declared as Hashtable
protected  Hashtable GridBagLayout.comptable
          This hashtable maintains the association between a component and its gridbag constraints.
 

Uses of Hashtable in java.awt.image
 

Methods in java.awt.image with parameters of type Hashtable
 void PixelGrabber.setProperties(Hashtable props)
          The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
 void ReplicateScaleFilter.setProperties(Hashtable props)
          Passes along the properties from the source object after adding a property indicating the scale applied.
 void ImageFilter.setProperties(Hashtable props)
          Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
 void ImageConsumer.setProperties(Hashtable props)
          Sets the extensible list of properties associated with this image.
 void CropImageFilter.setProperties(Hashtable props)
          Passes along the properties from the source object after adding a property indicating the cropped region.
 

Constructors in java.awt.image with parameters of type Hashtable
MemoryImageSource(int w, int h, ColorModel cm, byte[] pix, int off, int scan, Hashtable props)
          Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int w, int h, ColorModel cm, int[] pix, int off, int scan, Hashtable props)
          Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int w, int h, int[] pix, int off, int scan, Hashtable props)
          Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
 

Uses of Hashtable in java.security
 

Subclasses of Hashtable in java.security
 class Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
 

Uses of Hashtable in java.util
 

Subclasses of Hashtable in java.util
 class Properties
          The Properties class represents a persistent set of properties.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.