JavaTM 2 Platform
Standard Ed. 5.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.MediaSize.Engineering
Specifies the engineering A size, 8.5 inch by 11 inch.
A - Static variable in class javax.print.attribute.standard.MediaSizeName
A size .
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 java.net.CacheRequest
Aborts the attempt to cache the response.
abort() - Method in class javax.imageio.ImageReader
Requests that any current read operation be aborted.
abort() - Method in class javax.imageio.ImageWriter
Requests that any current write operation be aborted.
abort() - Method in interface javax.security.auth.spi.LoginModule
Method to abort the authentication process (phase 2).
abort() - Method in interface org.w3c.dom.ls.LSParser
Abort the loading of the document that is currently being loaded by the LSParser.
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.ImageReader
Returns true if a request to abort the current read operation has been made since the reader was instantiated or clearAbortRequest was called.
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.
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(int) - Static method in class java.lang.Math
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(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double 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.StrictMath
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
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(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, with rounding according to the context settings.
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
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 in javax.swing
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 in javax.swing.border
A class that implements an empty border with no size.
AbstractBorder() - Constructor for class javax.swing.border.AbstractBorder
 
AbstractButton - Class in javax.swing
Defines common behaviors for buttons and menu items.
AbstractButton() - Constructor for class javax.swing.AbstractButton
 
AbstractButton.AccessibleAbstractButton - Class in javax.swing
This class implements accessibility support for the AbstractButton class.
AbstractButton.AccessibleAbstractButton() - Constructor for class javax.swing.AbstractButton.AccessibleAbstractButton
 
AbstractButton.ButtonChangeListener - Class in javax.swing
Extends ChangeListener to be serializable.
AbstractCellEditor - Class in javax.swing
 
AbstractCellEditor() - Constructor for class javax.swing.AbstractCellEditor
 
AbstractCollection<E> - Class in java.util
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 in javax.swing.colorchooser
This is the abstract superclass for color choosers.
AbstractColorChooserPanel() - Constructor for class javax.swing.colorchooser.AbstractColorChooserPanel
 
AbstractDocument - Class in javax.swing.text
An implementation of the document interface to serve as a basis for implementing various kinds of documents.
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.
AbstractDocument.AbstractElement - Class in javax.swing.text
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 in javax.swing.text
An interface that can be used to allow MutableAttributeSet implementations to use pluggable attribute compression techniques.
AbstractDocument.BranchElement - Class in javax.swing.text
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 in javax.swing.text
Interface to describe a sequence of character content that can be edited.
AbstractDocument.DefaultDocumentEvent - Class in javax.swing.text
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 in javax.swing.text
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 in javax.swing.text
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).
AbstractExecutorService - Class in java.util.concurrent
Provides default implementation of ExecutorService execution methods.
AbstractExecutorService() - Constructor for class java.util.concurrent.AbstractExecutorService
 
AbstractInterruptibleChannel - Class in java.nio.channels.spi
Base implementation class for interruptible channels.
AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
Initializes a new instance of this class.
AbstractLayoutCache - Class in javax.swing.tree
Warning: Serialized objects of this class will not be compatible with future Swing releases.
AbstractLayoutCache() - Constructor for class javax.swing.tree.AbstractLayoutCache
 
AbstractLayoutCache.NodeDimensions - Class in javax.swing.tree
Used by AbstractLayoutCache to determine the size and x origin of a particular node.
AbstractLayoutCache.NodeDimensions() - Constructor for class javax.swing.tree.AbstractLayoutCache.NodeDimensions
 
AbstractList<E> - Class in java.util
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 in javax.swing
The abstract definition for the data model that provides a List with its contents.
AbstractListModel() - Constructor for class javax.swing.AbstractListModel
 
AbstractMap<K,V> - Class in java.util
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 in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractPreferences - Class in java.util.prefs
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.
AbstractQueue<E> - Class in java.util
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor for use by subclasses.
AbstractQueuedSynchronizer - Class in java.util.concurrent.locks
Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
AbstractQueuedSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer
Creates a new AbstractQueuedSynchronizer instance with initial synchronization state of zero.
AbstractQueuedSynchronizer.ConditionObject - Class in java.util.concurrent.locks
Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation.
AbstractQueuedSynchronizer.ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Creates a new ConditionObject instance.
AbstractSelectableChannel - Class in java.nio.channels.spi
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 in java.nio.channels.spi
Base implementation class for selection keys.
AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
Initializes a new instance of this class.
AbstractSelector - Class in java.nio.channels.spi
Base implementation class for selectors.
AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
Initializes a new instance of this class.
AbstractSequentialList<E> - Class in java.util
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<E> - Class in java.util
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 in javax.swing
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 in javax.swing.table
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 in javax.swing.undo
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 in javax.swing.text
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.
accelerationPriority - Variable in class java.awt.Image
Priority for accelerating this image.
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(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 java.awt.DefaultFocusTraversalPolicy
Determines whether a 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, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
accept() - Method in class java.nio.channels.ServerSocketChannel
Accepts a connection made to this channel's socket.
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.JFileChooser
Returns true if the file should be displayed.
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 class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
 
accept(Component) - Method in class javax.swing.SortingFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
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.
acceptChanges() - Method in interface javax.sql.rowset.CachedRowSet
Propagates row update, insert and delete changes made to this CachedRowSet object to the underlying data source.
acceptChanges(Connection) - Method in interface javax.sql.rowset.CachedRowSet
Propagates all row update, insert and delete changes to the data source backing this CachedRowSet object using the specified Connection object to establish a connection to the data source.
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.
acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
This method will be called by the parser at the completion of the parsing of each node.
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 in java.security
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlException - Exception in java.security
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 exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - Class in java.security
The AccessController class is used for access control operations and decisions.
AccessException - Exception in java.rmi
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 exception java.rmi.AccessException
Constructs an AccessException with the specified detail message.
AccessException(String, Exception) - Constructor for exception java.rmi.AccessException
Constructs an AccessException with the specified detail message and nested exception.
Accessible - Interface in javax.accessibility
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_COMPONENT_BOUNDS_CHANGED - Static variable in class javax.accessibility.AccessibleContext
PropertyChangeEvent which indicates that a change has occurred in a component's bounds.
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_INVALIDATE_CHILDREN - Static variable in class javax.accessibility.AccessibleContext
PropertyChangeEvent which indicates that a significant change has occurred to the children of a component like a tree or text.
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_ATTRIBUTES_CHANGED - Static variable in class javax.accessibility.AccessibleContext
PropertyChangeEvent which indicates that text attributes have changed.
ACCESSIBLE_TEXT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
PropertyChangeEvent which indicates that text 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 in javax.accessibility
The AccessibleAction interface should be supported by any object that can perform one or more actions.
AccessibleAttributeSequence - Class in javax.accessibility
Information about a contiguous sequence of text attributes
AccessibleAttributeSequence() - Constructor for class javax.accessibility.AccessibleAttributeSequence
 
accessibleAWTComponentHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
accessibleAWTFocusHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
AccessibleBundle - Class in javax.accessibility
Base class used to maintain a strongly typed enumeration.
AccessibleBundle() - Constructor for class javax.accessibility.AccessibleBundle
 
AccessibleComponent - Interface in javax.accessibility
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 - Class in javax.accessibility
AccessibleContext represents the minimum information all accessible objects return.
AccessibleContext() - Constructor for class javax.accessibility.AccessibleContext
 
accessibleContext - Variable in class javax.swing.Box
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.Box.Filler
The currently set AccessibleContext object.
accessibleContext - Variable in class javax.swing.CellRendererPane
 
accessibleContext - Variable in class javax.swing.JApplet
 
accessibleContext - Variable in class javax.swing.JColorChooser
 
accessibleContext - Variable in class javax.swing.JComponent
The AccessibleContext associated with this JComponent.
accessibleContext - Variable in class javax.swing.JDialog
 
accessibleContext - Variable in class javax.swing.JFileChooser
 
accessibleContext - Variable in class javax.swing.JFrame
The accessible context property.
accessibleContext - Variable in class javax.swing.JWindow
The accessible context property.
accessibleContext - Variable in class javax.swing.ProgressMonitor
 
accessibleDescription - Variable in class javax.accessibility.AccessibleContext
A localized String containing the description of the object.
AccessibleEditableText - Interface in javax.accessibility
The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
AccessibleExtendedComponent - Interface in javax.accessibility
The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
AccessibleExtendedTable - Interface in javax.accessibility
Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
AccessibleExtendedText - Interface in javax.accessibility
The AccessibleExtendedText interface contains additional methods not provided by the AccessibleText interface Applications can determine if an object supports the AccessibleExtendedText interface by first obtaining its AccessibleContext (see Accessible) and then calling the AccessibleContext.getAccessibleText() method of AccessibleContext.
accessibleFocusHandler - Variable in class javax.swing.JComponent.AccessibleJComponent
 
AccessibleHyperlink - Class in javax.accessibility
Encapsulation of a link, or set of links (e.g.
AccessibleHyperlink() - Constructor for class javax.accessibility.AccessibleHyperlink
 
AccessibleHypertext - Interface in javax.accessibility
The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
AccessibleIcon - Interface in javax.accessibility
The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
AccessibleKeyBinding - Interface in javax.accessibility
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 in java.lang.reflect
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 in javax.accessibility
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 in javax.accessibility
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 in javax.accessibility
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 in javax.accessibility
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 in javax.accessibility
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 in javax.accessibility
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 in javax.accessibility
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.
AccessibleStreamable - Interface in javax.accessibility
 
AccessibleTable - Interface in javax.accessibility
Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
AccessibleTableModelChange - Interface in javax.accessibility
The AccessibleTableModelChange interface describes a change to the table model.
AccessibleText - Interface in javax.accessibility
The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleTextSequence - Class in javax.accessibility
Information about a contiguous sequence of text.
AccessibleTextSequence() - Constructor for class javax.accessibility.AccessibleTextSequence
 
AccessibleValue - Interface in javax.accessibility
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).
AccountException - Exception in javax.security.auth.login
A generic account exception.
AccountException() - Constructor for exception javax.security.auth.login.AccountException
Constructs a AccountException with no detail message.
AccountException(String) - Constructor for exception javax.security.auth.login.AccountException
Constructs a AccountException with the specified detail message.
AccountExpiredException - Exception in javax.security.auth.login
Signals that a user account has expired.
AccountExpiredException() - Constructor for exception javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with no detail message.
AccountExpiredException(String) - Constructor for exception javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with the specified detail message.
AccountLockedException - Exception in javax.security.auth.login
Signals that an account was locked.
AccountLockedException() - Constructor for exception javax.security.auth.login.AccountLockedException
Constructs a AccountLockedException with no detail message.
AccountLockedException(String) - Constructor for exception javax.security.auth.login.AccountLockedException
Constructs a AccountLockedException with the specified detail message.
AccountNotFoundException - Exception in javax.security.auth.login
Signals that an account was not found.
AccountNotFoundException() - Constructor for exception javax.security.auth.login.AccountNotFoundException
Constructs a AccountNotFoundException with no detail message.
AccountNotFoundException(String) - Constructor for exception javax.security.auth.login.AccountNotFoundException
Constructs a AccountNotFoundException with the specified detail message.
Acl - Interface in java.security.acl
Interface representing an Access Control List (ACL).
AclEntry - Interface in java.security.acl
This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException - Exception in java.security.acl
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for exception 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.
acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
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.
ACTION - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a write-like, and would modify the MBean in some way, typically by writing some value or changing a configuration.
Action - Interface in javax.swing
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_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Append the result of the parse operation as children of the context node.
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_INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is both read-like and write-like.
ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately following sibling of the context node.
ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately preceding sibling of the context node.
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_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
Replace the context node with the result of the parse operation.
ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Replace all the children of the context node with the result of the parse operation.
actionCommand - Variable in class javax.swing.DefaultButtonModel
 
actionCommand - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
ActionEvent - Class in java.awt.event
A semantic event which indicates that a component-defined action occurred.
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 - Interface in java.awt.event
The listener interface for receiving action events.
actionListener - Variable in class javax.swing.AbstractButton
The button model's ActionListener.
ActionMap - Class in javax.swing
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 in javax.swing.plaf
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.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 java.awt.List.AccessibleAWTList
 
actionPerformed(ActionEvent) - Method in class javax.swing.DefaultCellEditor.EditorDelegate
When an action is performed, editing is ended.
actionPerformed(ActionEvent) - Method in class javax.swing.JComboBox
This method is public as an implementation side effect.
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction
 
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.ChangeToParentDirectoryAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.IconifyAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonActionListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.ActionScroller
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardEndHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleHandler
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardUpLeftHandler
 
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.TreeCancelEditingAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
 
actionPerformed(ActionEvent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction
 
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.DefaultEditorKit.CopyAction
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.DefaultKeyTypedAction
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.InsertContentAction
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.PasteAction
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.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.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.