Java Platform 1.2
Beta 4

Uses of Class
java.util.Dictionary

Packages that use Dictionary
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
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 Dictionary in com.sun.java.swing
 

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

Methods in com.sun.java.swing that return Dictionary
 Dictionary JSlider.getLabelTable()
          Returns the dictionary of what labels to draw at which values.
 

Methods in com.sun.java.swing with parameters of type Dictionary
 void JSlider.setLabelTable(Dictionary labels)
          Used to specify what label will be drawn at any given value.
 

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

Methods in com.sun.java.swing.text that return Dictionary
 Dictionary AbstractDocument.getDocumentProperties()
          Support for managing a set of properties.
 

Methods in com.sun.java.swing.text with parameters of type Dictionary
 void AbstractDocument.setDocumentProperties(Dictionary x)
          Replace the document properties dictionary for this document.
 

Uses of Dictionary in java.security
 

Subclasses of Dictionary 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 Dictionary in java.util
 

Subclasses of Dictionary in java.util
  Hashtable
          This class implements a hashtable, which maps keys to values.
  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.