Java Platform 1.2
Beta 4

Uses of Class
java.util.Hashtable

Packages that use Hashtable
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.undo Provides support for undo/redo capabilities in an application such as a text editor.  
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 Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of Hashtable in com.sun.java.swing
 

Subclasses of Hashtable in com.sun.java.swing
  UIDefaults
          A table of defaults for Swing components.
 

Fields in com.sun.java.swing declared as Hashtable
protected  Hashtable JTable.defaultRenderersByColumnClass
          A table of objects that display the contents of a cell, indexed by class.
protected  Hashtable JTable.defaultEditorsByColumnClass
          A table of objects that display and edit the contents of a cell, indexed by class.
 

Methods in com.sun.java.swing that return Hashtable
protected  Hashtable JLayeredPane.getComponentToLayer()
          Returns the hashtable that maps components to layers.
 Hashtable JSlider.createStandardLabels(int increment)
          Creates a hashtable that will draw text labels starting at the slider minimum using the increment specified.
 Hashtable JSlider.createStandardLabels(int increment, int start)
          Creates a hashtable that will draw text labels starting at the start point specified using the increment specified.
 

Constructors in com.sun.java.swing with parameters of type Hashtable
JTree.JTree(Hashtable value)
          Returns a JTree created from a Hashtable which does not display the root.
 

Uses of Hashtable in com.sun.java.swing.undo
 

Fields in com.sun.java.swing.undo declared as Hashtable
protected  Hashtable StateEdit.preState
          The state information prior to the edit
protected  Hashtable StateEdit.postState
          The state information after the edit
 

Methods in com.sun.java.swing.undo with parameters of type Hashtable
 void StateEditable.storeState(Hashtable state)
          Upon receiving this message the receiver should place any relevant state into state.
 void StateEditable.restoreState(Hashtable state)
          Upon receiving this message the receiver should extract any relevant state out of state.
 

Uses of Hashtable in java.awt
 

Fields in java.awt declared as Hashtable
protected  Hashtable GridBagLayout.comptable
           
 

Uses of Hashtable in java.awt.image
 

Methods in java.awt.image with parameters of type Hashtable
 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 ReplicateScaleFilter.setProperties(Hashtable props)
          Passes along the properties from the source object after adding a property indicating the scale applied.
 void CropImageFilter.setProperties(Hashtable props)
          Passes along the properties from the source object after adding a property indicating the cropped region.
 void PixelGrabber.setProperties(Hashtable props)
          The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
 void ImageConsumer.setProperties(Hashtable props)
          Sets the extensible list of properties associated with this image.
 

Constructors in java.awt.image with parameters of type Hashtable
BufferedImage.BufferedImage(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, Hashtable properties)
          Constructs a new BufferedImage with a given ColorModel and Raster.
MemoryImageSource.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.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.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
  Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
 

Uses of Hashtable in java.util
 

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


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.