|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dictionary | |
---|---|
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). |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of Dictionary in java.security |
---|
Subclasses of Dictionary 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 Dictionary in java.util |
---|
Subclasses of Dictionary in java.util | |
---|---|
class |
Hashtable
This class implements a hashtable, which maps keys to values. |
class |
Properties
The Properties class represents a persistent set of
properties. |
Uses of Dictionary in org.ocap.ui |
---|
Methods in org.ocap.ui with parameters of type Dictionary | |
---|---|
void |
MultiScreenManager.requestMultiScreenConfigurationChange(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Request change to the currently active per-platform display multiscreen configuration. |
void |
MultiScreenConfigurableContext.requestMultiScreenConfigurationChange(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Request that the currently active multiscreen configuration for this display screen be changed. |
void |
MultiScreenManager.setMultiScreenConfiguration(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Set currently active per-platform display multiscreen configuration. |
void |
MultiScreenConfigurableContext.setMultiScreenConfiguration(MultiScreenConfiguration configuration,
Dictionary serviceContextAssociations)
Set currently active multiscreen configuration for this display screen (i.e., choose among the set of subsets of logical screens that may be associated with this display screen at a given time). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |