站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.4.0, Java 2 SDK 英文文档

Java 2 Platform SE v1.4.0: A-Index - JDK 5 Documentation v1.4.0, Java 2 SDK 英文文档

JavaTM 2 Platform
Std. Ed. v1.4.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a - Variable in class java.awt.AWTEventMulticaster
 
A - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering A, 8 1/2 x 11 in.
A - Static variable in class javax.print.attribute.standard.MediaSizeName
A size .
A - Static variable in class javax.print.attribute.standard.MediaSize.Engineering
Specifies the engineering A size, 8.5 inch by 11 inch.
A - Static variable in class javax.swing.text.html.HTML.Tag
 
A0 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A0.
A0 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A0 size, 841 mm by 1189 mm.
A1 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A1.
A1 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A1 size, 594 mm by 841 mm.
A10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A10.
A10 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A10 size, 26 mm by 37 mm.
A2 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A2.
A2 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A2 size, 420 mm by 594 mm.
A3 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A3.
A3 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A3 size, 297 mm by 420 mm.
A4 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A4.
A4 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A4 size, 210 mm by 297 mm.
A5 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A5.
A5 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A5 size, 148 mm by 210 mm.
A6 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A6.
A6 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A6 size, 105 mm by 148 mm.
A7 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A7.
A7 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A7 size, 74 mm by 105 mm.
A8 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A8.
A8 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A8 size, 52 mm by 74 mm.
A9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A9.
A9 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
Specifies the ISO A9 size, 37 mm by 52 mm.
ABORT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete.
abort() - Method in class javax.imageio.ImageWriter
Requests that any current write operation be aborted.
abort() - Method in class javax.imageio.ImageReader
Requests that any current read operation be aborted.
abort() - Method in interface javax.security.auth.spi.LoginModule
Method to abort the authentication process (phase 2).
ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was aborted.
ABORTED - Static variable in class javax.print.attribute.standard.JobState
The job has been aborted by the system (usually while the job was in the PROCESSING or PROCESSING_STOPPED state), the printer has completed aborting the job, and all job status attributes have reached their final values for the job.
ABORTED_BY_SYSTEM - Static variable in class javax.print.attribute.standard.JobStateReason
The job was aborted by the system.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
abortRequested() - Method in class javax.imageio.ImageWriter
Returns true if a request to abort the current write operation has been made since the writer was instantiated or clearAbortRequest was called.
abortRequested() - Method in class javax.imageio.ImageReader
Returns true if a request to abort the current read operation has been made since the reader was instantiated or clearAbortRequest was called.
ABOUT_UIROLE - Static variable in class javax.print.ServiceUIFactory
Denotes a UI which performs an informative "About" role.
ABOVE_BOTTOM - Static variable in class javax.swing.border.TitledBorder
Position the title above the border's bottom line.
ABOVE_TOP - Static variable in class javax.swing.border.TitledBorder
Position the title above the border's top line.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value..
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
absolute(int) - Method in interface java.sql.ResultSet
Moves the cursor to the given row number in this ResultSet object.
absolutePath() - Method in class java.util.prefs.AbstractPreferences
Implements the absolutePath method as per the specification in Preferences.absolutePath().
absolutePath() - Method in class java.util.prefs.Preferences
Returns this preference node's absolute path name.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
The int value representing the abstract modifier.
AbstractAction - class javax.swing.AbstractAction.
This class provides default implementations for the JFC Action interface.
AbstractAction() - Constructor for class javax.swing.AbstractAction
Defines an Action object with a default description string and default icon.
AbstractAction(String) - Constructor for class javax.swing.AbstractAction
Defines an Action object with the specified description string and a default icon.
AbstractAction(String, Icon) - Constructor for class javax.swing.AbstractAction
Defines an Action object with the specified description string and a the specified icon.
AbstractBorder - class javax.swing.border.AbstractBorder.
A class that implements an empty border with no size.
AbstractBorder() - Constructor for class javax.swing.border.AbstractBorder
 
AbstractButton - class javax.swing.AbstractButton.
Defines common behaviors for buttons and menu items.
AbstractButton.AccessibleAbstractButton - class javax.swing.AbstractButton.AccessibleAbstractButton.
This class implements accessibility support for the AbstractButton class.
AbstractButton.AccessibleAbstractButton() - Constructor for class javax.swing.AbstractButton.AccessibleAbstractButton
 
AbstractButton.ButtonChangeListener - class javax.swing.AbstractButton.ButtonChangeListener.
Extends ChangeListener to be serializable.
AbstractButton() - Constructor for class javax.swing.AbstractButton
 
AbstractCellEditor - class javax.swing.AbstractCellEditor.
 
AbstractCellEditor() - Constructor for class javax.swing.AbstractCellEditor
 
AbstractCollection - class java.util.AbstractCollection.
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractColorChooserPanel - class javax.swing.colorchooser.AbstractColorChooserPanel.
This is the abstract superclass for color choosers.
AbstractColorChooserPanel() - Constructor for class javax.swing.colorchooser.AbstractColorChooserPanel
 
AbstractDocument - class javax.swing.text.AbstractDocument.
An implementation of the document interface to serve as a basis for implementing various kinds of documents.
AbstractDocument.AbstractElement - class javax.swing.text.AbstractDocument.AbstractElement.
Implements the abstract part of an element.
AbstractDocument.AbstractElement(Element, AttributeSet) - Constructor for class javax.swing.text.AbstractDocument.AbstractElement
Creates a new AbstractElement.
AbstractDocument.AttributeContext - interface javax.swing.text.AbstractDocument.AttributeContext.
An interface that can be used to allow MutableAttributeSet implementations to use pluggable attribute compression techniques.
AbstractDocument.BranchElement - class javax.swing.text.AbstractDocument.BranchElement.
Implements a composite element that contains other elements.
AbstractDocument.BranchElement(Element, AttributeSet) - Constructor for class javax.swing.text.AbstractDocument.BranchElement
Constructs a composite element that initially contains no children.
AbstractDocument.Content - interface javax.swing.text.AbstractDocument.Content.
Interface to describe a sequence of character content that can be edited.
AbstractDocument.DefaultDocumentEvent - class javax.swing.text.AbstractDocument.DefaultDocumentEvent.
Stores document changes as the document is being modified.
AbstractDocument.DefaultDocumentEvent(int, int, DocumentEvent.EventType) - Constructor for class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Constructs a change record.
AbstractDocument.ElementEdit - class javax.swing.text.AbstractDocument.ElementEdit.
An implementation of ElementChange that can be added to the document event.
AbstractDocument.ElementEdit(Element, int, Element[], Element[]) - Constructor for class javax.swing.text.AbstractDocument.ElementEdit
Constructs an edit record.
AbstractDocument.LeafElement - class javax.swing.text.AbstractDocument.LeafElement.
Implements an element that directly represents content of some kind.
AbstractDocument.LeafElement(Element, AttributeSet, int, int) - Constructor for class javax.swing.text.AbstractDocument.LeafElement
Constructs an element that represents content within the document (has no children).
AbstractDocument(AbstractDocument.Content) - Constructor for class javax.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractDocument(AbstractDocument.Content, AbstractDocument.AttributeContext) - Constructor for class javax.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractInterruptibleChannel - class java.nio.channels.spi.AbstractInterruptibleChannel.
Base implementation class for interruptible channels.
AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
Initializes a new instance of this class.
AbstractLayoutCache - class javax.swing.tree.AbstractLayoutCache.
Warning: Serialized objects of this class will not be compatible with future Swing releases.
AbstractLayoutCache.NodeDimensions - class javax.swing.tree.AbstractLayoutCache.NodeDimensions.
Used by AbstractLayoutCache to determine the size and x origin of a particular node.
AbstractLayoutCache.NodeDimensions() - Constructor for class javax.swing.tree.AbstractLayoutCache.NodeDimensions
 
AbstractLayoutCache() - Constructor for class javax.swing.tree.AbstractLayoutCache
 
AbstractList - class java.util.AbstractList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractListModel - class javax.swing.AbstractListModel.
The abstract definition for the data model that provides a List with its contents.
AbstractListModel() - Constructor for class javax.swing.AbstractListModel
 
AbstractMap - class java.util.AbstractMap.
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMethodError - error java.lang.AbstractMethodError.
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractPreferences - class java.util.prefs.AbstractPreferences.
This class provides a skeletal implementation of the Preferences class, greatly easing the task of implementing it.
AbstractPreferences(AbstractPreferences, String) - Constructor for class java.util.prefs.AbstractPreferences
Creates a preference node with the specified parent and the specified name relative to its parent.
AbstractSelectableChannel - class java.nio.channels.spi.AbstractSelectableChannel.
Base implementation class for selectable channels.
AbstractSelectableChannel(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelectableChannel
Initializes a new instance of this class.
AbstractSelectionKey - class java.nio.channels.spi.AbstractSelectionKey.
Base implementation class for selection keys.
AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
Initializes a new instance of this class.
AbstractSelector - class java.nio.channels.spi.AbstractSelector.
Base implementation class for selectors.
AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
Initializes a new instance of this class.
AbstractSequentialList - class java.util.AbstractSequentialList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet - class java.util.AbstractSet.
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
AbstractSpinnerModel - class javax.swing.AbstractSpinnerModel.
This class provides the ChangeListener part of the SpinnerModel interface that should be suitable for most concrete SpinnerModel implementations.
AbstractSpinnerModel() - Constructor for class javax.swing.AbstractSpinnerModel
 
AbstractTableModel - class javax.swing.table.AbstractTableModel.
This abstract class provides default implementations for most of the methods in the TableModel interface.
AbstractTableModel() - Constructor for class javax.swing.table.AbstractTableModel
 
AbstractUndoableEdit - class javax.swing.undo.AbstractUndoableEdit.
An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
AbstractUndoableEdit() - Constructor for class javax.swing.undo.AbstractUndoableEdit
Creates an AbstractUndoableEdit which defaults and alive to true.
AbstractWriter - class javax.swing.text.AbstractWriter.
AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes.
AbstractWriter(Writer, Document) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Document, int, int) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Element) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Element, int, int) - Constructor for class javax.swing.text.AbstractWriter
Creates a new AbstractWriter.
ACCELERATOR_KEY - Static variable in interface javax.swing.Action
The key used for storing a KeyStroke to be used as the accelerator for the action.
acceleratorFont - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
acceleratorForeground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
acceleratorSelectionForeground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies whether a the AcceptAllFileFilter is used or not.
ACCEPT_ONLY - Static variable in interface org.ietf.jgss.GSSCredential
Credential usage flag requesting that it be usable for context acceptance only.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept() - Method in class java.nio.channels.ServerSocketChannel
Accepts a connection made to this channel's socket.
accept(Component) - Method in class java.awt.DefaultFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class javax.swing.SortingFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class javax.swing.LayoutFocusTraversalPolicy
Determines whether the specified Component is an acceptable choice as the new focus owner.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File) - Method in class javax.swing.JFileChooser
Returns true if the file should be displayed.
accept(File) - Method in class javax.swing.filechooser.FileFilter
Whether the given file is accepted by this filter.
accept(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
 
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetContext
accept the Drag.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetDragEvent
Accepts the drag.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is acceptable using the specified operation.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetDropEvent
accept the drop, using the specified action.
ACCEPTING_JOBS - Static variable in class javax.print.attribute.standard.PrinterIsAcceptingJobs
The printer is currently acccepting jobs.
acceptSecContext(byte[], int, int) - Method in interface org.ietf.jgss.GSSContext
Called by the context acceptor upon receiving a token from the peer.
acceptSecContext(InputStream, OutputStream) - Method in interface org.ietf.jgss.GSSContext
Called by the context acceptor to process a token from the peer using streams.
acceptsURL(String) - Method in interface java.sql.Driver
Retrieves whether the driver thinks that it can open a connection to the given URL.
access - Variable in class org.omg.CORBA.ValueMember
The type of access (public, private) for the value member described by this ValueMember object.
AccessControlContext - class java.security.AccessControlContext.
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlException - exception java.security.AccessControlException.
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for class java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for class java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - class java.security.AccessController.
The AccessController class is used for access control operations and decisions.
AccessException - exception java.rmi.AccessException.
An AccessException is thrown by certain methods of the java.rmi.Naming class (specifically bind, rebind, and unbind) and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
AccessException(String) - Constructor for class java.rmi.AccessException
Constructs an AccessException with the specified detail message.
AccessException(String, Exception) - Constructor for class java.rmi.AccessException
Constructs an AccessException with the specified detail message and nested exception.
Accessible - interface javax.accessibility.Accessible.
Interface Accessible is the main interface for the accessibility package.
ACCESSIBLE_ACTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the supported set of actions has changed.
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the active descendant of a component has changed.
ACCESSIBLE_CARET_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleText caret has changed.
ACCESSIBLE_CHILD_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when Accessible children are added/removed from the object.
ACCESSIBLE_DESCRIPTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleDescription property has changed.
ACCESSIBLE_HYPERTEXT_OFFSET - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that a hypertext element has received focus.
ACCESSIBLE_NAME_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleName property has changed.
ACCESSIBLE_SELECTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleSelection has changed.
ACCESSIBLE_STATE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleStateSet property has changed.
ACCESSIBLE_TABLE_CAPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the table caption has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table caption and the new value will be an Accessible representing the new table caption.
ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the column description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the column index.
ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the column header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
ACCESSIBLE_TABLE_MODEL_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that table data has changed.
ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the row description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the row index.
ACCESSIBLE_TABLE_ROW_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the row header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
ACCESSIBLE_TABLE_SUMMARY_CHANGED - Static variable in class javax.accessibility.AccessibleContext
Constant used to indicate that the table summary has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table summary and the new value will be an Accessible representing the new table summary.
ACCESSIBLE_TEXT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleText has changed.
ACCESSIBLE_VALUE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the accessibleValue property has changed.
ACCESSIBLE_VISIBLE_DATA_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
Constant used to determine when the visual appearance of the object has changed.
AccessibleAction - interface javax.accessibility.AccessibleAction.
The AccessibleAction interface should be supported by any object that can perform one or more actions.
accessibleAWTComponentHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
accessibleAWTFocusHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
AccessibleBundle - class javax.accessibility.AccessibleBundle.
Base class used to maintain a strongly typed enumeration.
AccessibleBundle() - Constructor for class javax.accessibility.AccessibleBundle
 
AccessibleComponent - interface javax.accessibility.AccessibleComponent.
The AccessibleComponent interface should be supported by any object that is rendered on the screen.
accessibleContainerHandler - Variable in class java.awt.Container.AccessibleAWTContainer
 
accessibleContainerHandler - Variable in class javax.swing.JComponent.AccessibleJComponent
 
accessibleContext - Variable in class javax.swing.JColorChooser
 
accessibleContext - Variable in class javax.swing.JFileChooser
 
accessibleContext - Variable in class javax.swing.Box.Filler
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.Box
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.JApplet
 
accessibleContext - Variable in class javax.swing.JDialog
 
accessibleContext - Variable in class javax.swing.CellRendererPane
 
accessibleContext - Variable in class javax.swing.JWindow
The accessible context property.
accessibleContext - Variable in class javax.swing.JComponent
The AccessibleContext associated with this JComponent.
accessibleContext - Variable in class javax.swing.JFrame
The accessible context property.
AccessibleContext - class javax.accessibility.AccessibleContext.
AccessibleContext represents the minimum information all accessible objects return.
AccessibleContext() - Constructor for class javax.accessibility.AccessibleContext
 
accessibleDescription - Variable in class javax.accessibility.AccessibleContext
A localized String containing the description of the object.
AccessibleEditableText - interface javax.accessibility.AccessibleEditableText.
The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
AccessibleExtendedComponent - interface javax.accessibility.AccessibleExtendedComponent.
The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
AccessibleExtendedTable - interface javax.accessibility.AccessibleExtendedTable.
Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
accessibleFocusHandler - Variable in class javax.swing.JComponent.AccessibleJComponent
 
AccessibleHyperlink - class javax.accessibility.AccessibleHyperlink.
Encapsulation of a link, or set of links (e.g.
AccessibleHyperlink() - Constructor for class javax.accessibility.AccessibleHyperlink
 
AccessibleHypertext - interface javax.accessibility.AccessibleHypertext.
The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
AccessibleIcon - interface javax.accessibility.AccessibleIcon.
The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
AccessibleKeyBinding - interface javax.accessibility.AccessibleKeyBinding.
The AccessibleKeyBinding interface should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object.
accessibleName - Variable in class javax.accessibility.AccessibleContext
A localized String containing the name of the object.
AccessibleObject - class java.lang.reflect.AccessibleObject.
The AccessibleObject class is the base class for Field, Method and Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
accessibleParent - Variable in class javax.accessibility.AccessibleContext
The accessible parent of this object.
AccessibleRelation - class javax.accessibility.AccessibleRelation.
Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
AccessibleRelation(String) - Constructor for class javax.accessibility.AccessibleRelation
Create a new AccessibleRelation using the given locale independent key.
AccessibleRelation(String, Object) - Constructor for class javax.accessibility.AccessibleRelation
Creates a new AccessibleRelation using the given locale independent key.
AccessibleRelation(String, Object[]) - Constructor for class javax.accessibility.AccessibleRelation
Creates a new AccessibleRelation using the given locale independent key.
AccessibleRelationSet - class javax.accessibility.AccessibleRelationSet.
Class AccessibleRelationSet determines a component's relation set.
AccessibleRelationSet() - Constructor for class javax.accessibility.AccessibleRelationSet
Creates a new empty relation set.
AccessibleRelationSet(AccessibleRelation[]) - Constructor for class javax.accessibility.AccessibleRelationSet
Creates a new relation with the initial set of relations contained in the array of relations passed in.
AccessibleResourceBundle - class javax.accessibility.AccessibleResourceBundle.
Deprecated. This class is deprecated as of version 1.3 of the Java 2 Platform.
AccessibleResourceBundle() - Constructor for class javax.accessibility.AccessibleResourceBundle
Deprecated.  
AccessibleRole - class javax.accessibility.AccessibleRole.
Class AccessibleRole determines the role of a component.
AccessibleRole(String) - Constructor for class javax.accessibility.AccessibleRole
Creates a new AccessibleRole using the given locale independent key.
AccessibleSelection - interface javax.accessibility.AccessibleSelection.
This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
AccessibleState - class javax.accessibility.AccessibleState.
Class AccessibleState describes a component's particular state.
AccessibleState(String) - Constructor for class javax.accessibility.AccessibleState
Creates a new AccessibleState using the given locale independent key.
AccessibleStateSet - class javax.accessibility.AccessibleStateSet.
Class AccessibleStateSet determines a component's state set.
AccessibleStateSet() - Constructor for class javax.accessibility.AccessibleStateSet
Creates a new empty state set.
AccessibleStateSet(AccessibleState[]) - Constructor for class javax.accessibility.AccessibleStateSet
Creates a new state with the initial set of states contained in the array of states passed in.
AccessibleTable - interface javax.accessibility.AccessibleTable.
Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
AccessibleTableModelChange - interface javax.accessibility.AccessibleTableModelChange.
The AccessibleTableModelChange interface describes a change to the table model.
AccessibleText - interface javax.accessibility.AccessibleText.
The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleValue - interface javax.accessibility.AccessibleValue.
The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
ACCESSORY_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Says that a different accessory component is in use (for example, to preview files).
AccountExpiredException - exception javax.security.auth.login.AccountExpiredException.
Signals that a user account has expired.
AccountExpiredException() - Constructor for class javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with no detail message.
AccountExpiredException(String) - Constructor for class javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with the specified detail message.
Acl - interface java.security.acl.Acl.
Interface representing an Access Control List (ACL).
AclEntry - interface java.security.acl.AclEntry.
This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException - exception java.security.acl.AclNotFoundException.
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for class java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of an angle, in the range of 0.0 through pi.
Action - interface javax.swing.Action.
The Action interface provides a useful extension to the ActionListener interface in cases where the same functionality may be accessed by several controls.
ACTION - Static variable in class javax.swing.text.html.HTML.Attribute
 
ACTION_COMMAND_KEY - Static variable in interface javax.swing.Action
The key used to determine the command string for the ActionEvent that will be created when an Action is going to be notified as the result of residing in a Keymap associated with a JComponent.
ACTION_COPY - Static variable in class java.awt.dnd.DnDConstants
An int representing a "copy" action.
ACTION_COPY_OR_MOVE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "copy" or "move" action.
ACTION_EVENT - Static variable in class java.awt.Event
This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
The last number in the range of ids used for action events.
ACTION_LINK - Static variable in class java.awt.dnd.DnDConstants
An int representing a "link" action.
ACTION_MOVE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "move" action.
ACTION_NONE - Static variable in class java.awt.dnd.DnDConstants
An int representing no action.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
This event id indicates that a meaningful action occured.
ACTION_REFERENCE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "reference" action (synonym for ACTION_LINK).
action(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
actionCommand - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
actionCommand - Variable in class javax.swing.DefaultButtonModel
 
ActionEvent - class java.awt.event.ActionEvent.
A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
ActionEvent(Object, int, String, long, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified modifier keys and timestamp.
actionListener - Variable in class javax.swing.AbstractButton
The button model's ActionListener.
ActionListener - interface java.awt.event.ActionListener.
The listener interface for receiving action events.
ActionMap - class javax.swing.ActionMap.
ActionMap provides mappings from Objects (called keys or Action names) to Actions.
ActionMap() - Constructor for class javax.swing.ActionMap
Creates an ActionMap with no parent and no mappings.
ActionMapUIResource - class javax.swing.plaf.ActionMapUIResource.
A subclass of javax.swing.ActionMap that implements UIResource.
ActionMapUIResource() - Constructor for class javax.swing.plaf.ActionMapUIResource
 
actionName - Variable in class javax.swing.text.JTextComponent.KeyBinding
The name of the action for the key.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in class java.awt.List.AccessibleAWTList
 
actionPerformed(ActionEvent) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscroll to occur
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class javax.swing.JComboBox
This method is public as an implementation side effect.
actionPerformed(ActionEvent) - Method in class javax.swing.DefaultCellEditor.EditorDelegate
When an action is performed, editing is ended.
actionPerformed(ActionEvent) - Method in class javax.swing.ToolTipManager.insideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.ToolTipManager.outsideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.ToolTipManager.stillInsideTimerAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.FontFamilyAction
Sets the font family.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.FontSizeAction
Sets the font size.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.ForegroundAction
Sets the foreground color.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.AlignmentAction
Sets the alignment.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.BoldAction
Toggles the bold attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.ItalicAction
Toggles the italic attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.UnderlineAction
Toggles the Underline attribute.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.InsertContentAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.InsertBreakAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.InsertTabAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.CutAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.CopyAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.PasteAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.DefaultEditorKit.BeepAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class javax.swing.text.html.FormView
Responsible for processeing the ActionEvent.
actionPerformed(ActionEvent) - Method in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
Inserts the HTML into the document.
actionPerformed(ActionEvent) - Method in class javax.swing.tree.DefaultTreeCellEditor
Messaged when the timer fires, this will start the editing session.
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Public as a result of Timer.
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardUpLeftHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardEndHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.ActionScroller
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.IconifyAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction
 
Activatable - class java.rmi.activation.Activatable.
The Activatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
Activatable(String, MarshalledObject, boolean, int) - Constructor for class java.rmi.activation.Activatable
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0) .
Activatable(String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0) .
activate_object_with_id(byte[], Servant) - Method in interface org.omg.PortableServer.POAOperations
This operation enters an association between the specified Object Id and the specified servant in the Active Object Map.
activate_object(Servant) - Method in interface org.omg.PortableServer.POAOperations
This operation generates an Object Id and enters the Object Id and the specified servant in the Active Object Map.
activate() - Method in interface java.awt.im.spi.InputMethod
Activates the input method for immediate input processing.
activate() - Method in interface org.omg.PortableServer.POAManagerOperations
This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.
activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
Activate the object associated with the activation identifier, id.
activate(Applet) - Method in interface java.beans.AppletInitializer
Activate, and/or mark Applet active.
activate(boolean) - Method in class java.rmi.activation.ActivationID
Activate the object for this id.
activate(IIOMetadata) - Method in interface javax.imageio.metadata.IIOMetadataController
Activates the controller.
activate(IIOParam) - Method in interface javax.imageio.IIOParamController
Activates the controller.
activateController() - Method in class javax.imageio.IIOParam
Activates the installed IIOParamController for this IIOParam object and returns the resulting value.
activateController() - Method in class javax.imageio.metadata.IIOMetadata
Activates the installed IIOMetadataController for this IIOMetadata object and returns the resulting value.
ACTIVATED - Static variable in class javax.swing.event.HyperlinkEvent.EventType
Activated type.
ActivateFailedException - exception java.rmi.activation.ActivateFailedException.
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
ActivateFailedException(String) - Constructor for class java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message.
ActivateFailedException(String, Exception) - Constructor for class java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message and nested exception.
activateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
This will activate f moving it to the front.
activateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, indicate that this frame has focus.
activateFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the frame becomes selected.
activateLink(int, JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.LinkController
Calls linkActivated on the associated JEditorPane if the given position represents a link.
ActivationDesc - class java.rmi.activation.ActivationDesc.
An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location (the location of the class), a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationDesc(String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
ActivationDesc(String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
ActivationException - exception java.rmi.activation.ActivationException.
General exception used by the activation interfaces.
ActivationException() - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with no specified detail message.
ActivationException(String) - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with detail message, s.
ActivationException(String, Throwable) - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with detail message, s, and detail exception ex.
ActivationGroup - class java.rmi.activation.ActivationGroup.
An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's become active or inactive, or the group as a whole becomes inactive.
ActivationGroup_Stub - class java.rmi.activation.ActivationGroup_Stub.
 
ActivationGroup_Stub(RemoteRef) - Constructor for class java.rmi.activation.ActivationGroup_Stub
 
ActivationGroup(ActivationGroupID) - Constructor for class java.rmi.activation.ActivationGroup
Constructs an activation group with the given activation group identifier.
ActivationGroupDesc - class java.rmi.activation.ActivationGroupDesc.
An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
ActivationGroupDesc.CommandEnvironment - class java.rmi.activation.ActivationGroupDesc.CommandEnvironment.
Startup options for ActivationGroup implementations.
ActivationGroupDesc.CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Create a CommandEnvironment with all the necessary information.
ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Constructs a group descriptor that uses the system defaults for group implementation and code location.
ActivationGroupDesc(String, String, MarshalledObject, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Specifies an alternate group implementation and execution environment to be used for the group.
ActivationGroupID - class java.rmi.activation.ActivationGroupID.
The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
Constructs a unique group id.
ActivationID - class java.rmi.activation.ActivationID.
Activation makes use of special identifiers to denote remote objects that can be activated over time.
ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
The constructor for ActivationID takes a single argument, activator, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.
ActivationInstantiator - interface java.rmi.activation.ActivationInstantiator.
An ActivationInstantiator is responsible for creating instances of "activatable" objects.
ActivationMonitor - interface java.rmi.activation.ActivationMonitor.
An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup (this is done internally).
ActivationSystem - interface java.rmi.activation.ActivationSystem.
The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups.
Activator - interface java.rmi.activation.Activator.
The Activator facilitates remote object activation.
ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
object number for well-known ObjID of the activator
active - Variable in class javax.sound.midi.VoiceStatus
Indicates whether the voice is currently processing a MIDI note.
ACTIVE - Static variable in class javax.accessibility.AccessibleState
Indicates a window is currently the active window.
ACTIVE - Static variable in class org.omg.PortableServer.POAManagerPackage.State
 
ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the activeCaption system color.
ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the activeCaptionBorder system color.
ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the activeCaptionText system color.
ACTIVE_SENSING - Static variable in class javax.sound.midi.ShortMessage
Status byte for Active Sensing message (0xFE, or 254).
activeCaption - Static variable in class java.awt.SystemColor
The color rendered for the window-title background of the currently active window.
activeCaptionBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around the currently active window.
activeCaptionText - Static variable in class java.awt.SystemColor
The color rendered for the window-title text of the currently active window.
activeCount() - Static method in class java.lang.Thread
Returns the number of active threads in the current thread's thread group.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
ActiveEvent - interface java.awt.ActiveEvent