| Package | Description |
|---|---|
| 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).
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.naming.spi | |
| 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.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| javax.swing.undo |
Allows developers to provide support for undo/redo in applications such as text editors.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
GridBagLayout.comptable
This hashtable maintains the association between a component and its gridbag constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CropImageFilter.setProperties(Hashtable
Passes along the properties from the source object after adding a property indicating the cropped region.
|
void |
ImageFilter.setProperties(Hashtable
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
Sets the extensible list of properties associated with this image.
|
void |
ReplicateScaleFilter.setProperties(Hashtable
Passes along the properties from the source object after adding a property indicating the scale applied.
|
void |
PixelGrabber.setProperties(Hashtable
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
|
| Constructor and Description | |
|---|---|
BufferedImage(ColorModel
Constructs a new
BufferedImage with a specified
ColorModel and
Raster.
|
|
MemoryImageSource(int w, int h, ColorModel
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
|
|
MemoryImageSource(int w, int h, ColorModel
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
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthProvider
This class defines login and logout methods for a provider.
|
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Properties
The
Properties class represents a persistent set of properties.
|
| Modifier and Type | Method and Description |
|---|---|
Hashtable |
ObjectName.getKeyPropertyList()
Returns the key properties as a Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectName.getInstance(String
Return an instance of ObjectName that can be used anywhere an object obtained with
new ObjectName(domain, table) can be used.
|
| Constructor and Description | |
|---|---|
ObjectName(String
Construct an object name with several key properties from a Hashtable.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
CannotProceedException.environment
Contains the environment relevant for the Context or DirContext method that cannot proceed.
|
protected Hashtable |
InitialContext.myProps
The environment associated with this InitialContext.
|
| Modifier and Type | Method and Description |
|---|---|
Hashtable |
Context.getEnvironment()
Retrieves the environment in effect for this context.
|
Hashtable |
CannotProceedException.getEnvironment()
Retrieves the environment that was in effect when this exception was created.
|
Hashtable |
InitialContext.getEnvironment()
|
| Modifier and Type | Method and Description |
|---|---|
abstract Context |
ReferralException.getReferralContext(Hashtable
Retrieves the context at which to continue the method using environment properties.
|
protected void |
InitialContext.init(Hashtable
Initializes the initial context using the supplied environment.
|
void |
CannotProceedException.setEnvironment(Hashtable
Sets the environment that will be returned when getEnvironment() is called.
|
| Constructor and Description | |
|---|---|
InitialContext(Hashtable
Constructs an initial context using the supplied environment.
|
| Constructor and Description | |
|---|---|
InitialDirContext(Hashtable
Constructs an initial DirContext using the supplied environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Control |
ControlFactory.getControlInstance(Control
Creates a control using known control factories.
|
abstract Context |
LdapReferralException.getReferralContext(Hashtable
Retrieves the context at which to continue the method using environment properties and no controls.
|
abstract Context |
LdapReferralException.getReferralContext(Hashtable
Retrieves the context at which to continue the method using request controls and environment properties.
|
| Constructor and Description | |
|---|---|
InitialLdapContext(Hashtable
Constructs an initial context using environment properties and connection request controls.
|
| Modifier and Type | Method and Description |
|---|---|
InitialContextFactory |
InitialContextFactoryBuilder.createInitialContextFactory(Hashtable
Creates an initial context factory using the specified environment.
|
ObjectFactory |
ObjectFactoryBuilder.createObjectFactory(Object
Creates a new object factory using the environment supplied.
|
Context |
InitialContextFactory.getInitialContext(Hashtable
Creates an Initial Context for beginning name resolution.
|
static Context |
NamingManager.getInitialContext(Hashtable
Creates an initial context using the specified environment properties.
|
Object |
ObjectFactory.getObjectInstance(Object
Creates an object using the location or reference information specified.
|
static Object |
NamingManager.getObjectInstance(Object
Creates an instance of an object for the specified object and environment.
|
static Object |
DirectoryManager.getObjectInstance(Object
Creates an instance of an object for the specified object, attributes, and environment.
|
Object |
DirObjectFactory.getObjectInstance(Object
Creates an object using the location or reference information, and attributes specified.
|
Object |
StateFactory.getStateToBind(Object
Retrieves the state of an object for binding.
|
static Object |
NamingManager.getStateToBind(Object
Retrieves the state of an object for binding.
|
DirStateFactory |
DirStateFactory.getStateToBind(Object
Retrieves the state of an object for binding given the object and attributes to be transformed.
|
static DirStateFactory |
DirectoryManager.getStateToBind(Object
Retrieves the state of an object for binding when given the original object and its attributes.
|
static Context |
NamingManager.getURLContext(String
Creates a context for the given URL scheme id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIDefaults
A table of defaults for Swing components.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
JTable.defaultEditorsByColumnClass
A table of objects that display and edit the contents of a cell, indexed by class as declared in
getColumnClass in the
TableModel interface.
|
protected Hashtable |
JTable.defaultRenderersByColumnClass
A table of objects that display the contents of a cell, indexed by class as declared in
getColumnClass in the
TableModel interface.
|
| Modifier and Type | Method and Description |
|---|---|
Hashtable |
JSlider.createStandardLabels(int increment)
Creates a
Hashtable of numerical text labels, starting at the slider minimum, and using the increment specified.
|
Hashtable |
JSlider.createStandardLabels(int increment, int start)
Creates a
Hashtable of numerical text labels, starting at the starting point specified, and using the increment specified.
|
protected Hashtable |
JLayeredPane.getComponentToLayer()
Returns the hashtable that maps components to layers.
|
| Constructor and Description | |
|---|---|
JTree(Hashtable
Returns a
JTree created from a
Hashtable which does not display with root.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
BasicTreeUI.drawingCache
Used for minimizing the drawing of vertical lines.
|
protected Hashtable |
BasicFileChooserUI.BasicFileView.iconCache
|
| Modifier and Type | Field and Description |
|---|---|
Hashtable |
DTD.elementHash
|
Hashtable |
DTD.entityHash
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
StateEdit.postState
The state information after the edit
|
protected Hashtable |
StateEdit.preState
The state information prior to the edit
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateEditable.restoreState(Hashtable
Upon receiving this message the receiver should extract any relevant state out of
state.
|
void |
StateEditable.storeState(Hashtable
Upon receiving this message the receiver should place any relevant state into
state.
|