Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS
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

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.
ABORTED. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media was aborted.
ABOVE_BOTTOM. Static variable in class java.awt.swing.border.TitledBorder
ABOVE_TOP. Static variable in class java.awt.swing.border.TitledBorder
ABSTRACT. Static variable in class java.lang.reflect.Modifier
ACCESSIBLE_CARET_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleText caret has changed.
ACCESSIBLE_DESCRIPTION_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleDescription property has changed.
ACCESSIBLE_NAME_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleName property has changed.
ACCESSIBLE_SELECTION_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleSelection has changed.
ACCESSIBLE_STATE_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleStateSet property has changed.
ACCESSIBLE_TEXT_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleText has changed.
ACCESSIBLE_VALUE_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the accessibleValue property has changed.
ACCESSIBLE_VISIBLE_DATA_PROPERTY. Static variable in class java.awt.accessibility.AccessibleContext
Constant used to determine when the visual appearance of the object has changed.
ACTION_COPY. Static variable in class java.awt.dnd.DnDConstants
ACTION_COPY_OR_MOVE. Static variable in class java.awt.dnd.DnDConstants
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
DnD operation action/verb The link verb is found in many, if not all native DnD platforms, the actual interpretation of LINK semantics is not only highly platform dependent but is also application dependent.
ACTION_MOVE. Static variable in class java.awt.dnd.DnDConstants
ACTION_NONE. Static variable in class java.awt.dnd.DnDConstants
DnD operation actions/verbs ...
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
ACTIVATED. Static variable in class java.awt.swing.event.HyperlinkEvent.EventType
ACTIVATOR_ID. Static variable in class java.rmi.server.ObjID
well-known id for the activator
ACTIVE. Static variable in class java.awt.accessibility.AccessibleState
Indicates a window is currently the active window.
ACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the active caption background color.
ACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the active caption border color.
ACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the action caption text color.
AC_TABLE_TYPE. Static variable in class java.awt.image.codec.JPEGParam
AC Huffman table types
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
ADJUSTMENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST. Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST. Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED. Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
ALERT. Static variable in class java.awt.accessibility.AccessibleRole
Object is used to alert the user about something.
ALIGN_BAR. Static variable in class java.awt.swing.text.TabStop
ALIGN_CENTER. Static variable in class java.awt.swing.text.TabStop
Characters following tab are positioned such that all following characters up to next tab/newline are centered around the tabs location.
ALIGN_CENTER. Static variable in class java.awt.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_DECIMAL. Static variable in class java.awt.swing.text.TabStop
Characters following tab are aligned such that next decimal/tab/newline is at the tab location, very similiar to RIGHT_TAB, just includes decimal as additional character to look for.
ALIGN_JUSTIFIED. Static variable in class java.awt.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_LEFT. Static variable in class java.awt.swing.text.TabStop
Character following tab is positioned at location.
ALIGN_LEFT. Static variable in class java.awt.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_RIGHT. Static variable in class java.awt.swing.text.TabStop
Characters following tab are positioned such that all following characters up to next tab/newline end at location.
ALIGN_RIGHT. Static variable in class java.awt.swing.text.StyleConstants
A possible value for paragraph alignment.
ALLBITS. Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form.
ALL_CHARACTERS_COMMITTED. Static variable in class java.awt.event.InputMethodEvent
Constant indicating that the entire text sent with this event is committed.
ALL_COLUMNS. Static variable in class java.awt.swing.event.TableModelEvent
ALPHABETIC_PRESENTATION_FORMS. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ALT_MASK. Static variable in class java.awt.Event
This flag indicates that the Alt key was down when the event occurred.
ALT_MASK. Static variable in class java.awt.event.InputEvent
The alt key modifier constant.
ALT_MASK. Static variable in class java.awt.event.ActionEvent
The alt modifier.
AM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM. Static variable in class java.util.Calendar
Useful constant for date and time.
AM_PM_FIELD. Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
ANCESTOR_ADDED. Static variable in class java.awt.swing.event.AncestorEvent
ANCESTOR_MOVED. Static variable in class java.awt.swing.event.AncestorEvent
ANCESTOR_REMOVED. Static variable in class java.awt.swing.event.AncestorEvent
ANTIALIASING. Static variable in class java.awt.Graphics2D
Antialiasing hint category.
ANTIALIAS_DEFAULT. Static variable in class java.awt.Graphics2D
Rendering is done with the platform default antialiasing mode.
ANTIALIAS_OFF. Static variable in class java.awt.Graphics2D
Rendering is done without antialiasing.
ANTIALIAS_ON. Static variable in class java.awt.Graphics2D
Rendering is done with antialiasing.
ANY_ROTATION_MASK. Static variable in class java.awt.geom.AffineTransform
This flag is a bit mask for any of the rotation flag bits.
ANY_SCALE_MASK. Static variable in class java.awt.geom.AffineTransform
This flag is a bit mask for any of the scale flag bits.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
ARABIC. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ARCHIVE_SEALED. Static variable in class java.util.jar.Attributes.Name
Some predefined attribute names.
ARG_IN interface org.omg.CORBA.ARG_IN.
Signifies an "input" argument to an invocation, meaning that the argument is being passed from the client to the server.
ARG_INOUT interface org.omg.CORBA.ARG_INOUT.
Signifies an argument used for both input and output in an invocation, meaning that the argument is being passed from the client to the server and then back from the server to the client.
ARG_OUT interface org.omg.CORBA.ARG_OUT.
Signifies an "output" argument to an invocation, meaning that the argument is being passed from the server to the client.
ARMED. Static variable in class java.awt.accessibility.AccessibleState
Indicates that the object is armed.
ARMED. Static variable in class java.awt.swing.DefaultButtonModel
Indicates if the button can be selected or not by an input device (such as a mouse pointer).
ARMENIAN. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ARRAY_LOCATOR. Static variable in class java.sql.Types
ARROWS. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ATTR_NORMAL. Static variable in class org.omg.CORBA.AttributeMode
ATTR_READONLY. Static variable in class org.omg.CORBA.AttributeMode
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
AUTO_RESIZE_ALL_COLUMNS. Static variable in class java.awt.swing.JTable
Proportionately resize all columns when table is resized
AUTO_RESIZE_LAST_COLUMN. Static variable in class java.awt.swing.JTable
Auto resize last column only when table is resized
AUTO_RESIZE_OFF. Static variable in class java.awt.swing.JTable
Do not auto resize column when table is resized.
AWTError error java.awt.AWTError.
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String). Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent class java.awt.AWTEvent.
The root event class for all AWT events.
AWTEvent(Event). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventMulticaster class java.awt.AWTEventMulticaster.
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTEventMulticaster(EventListener, EventListener). Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException exception java.awt.AWTException.
Signals that an Absract Window Toolkit exception has occurred.
AWTException(String). Constructor for class java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.
AWTPermission class java.awt.AWTPermission.
This class is for AWT permissions.
AWTPermission(String). Constructor for class java.awt.AWTPermission
Creates a new AWTPermission with the specified name.
AWTPermission(String, String). Constructor for class java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.
AWT_COMPONENT. Static variable in class java.awt.accessibility.AccessibleRole
An AWT component, but nothing else is known about it.
AbstractAction class java.awt.swing.AbstractAction.
This class provides default implementations for the JFC Action interface.
AbstractAction(). Constructor for class java.awt.swing.AbstractAction
Defines an Action object with a default description string and default icon.
AbstractAction(String). Constructor for class java.awt.swing.AbstractAction
Defines an Action object with the specified description string and a default icon.
AbstractAction(String, Icon). Constructor for class java.awt.swing.AbstractAction
Defines an Action object with the specified description string and a the specified icon.
AbstractBorder class java.awt.swing.border.AbstractBorder.
A class which implements an empty border with no size.
AbstractBorder(). Constructor for class java.awt.swing.border.AbstractBorder
AbstractButton class java.awt.swing.AbstractButton.
Defines the common behaviors for the JButton, JToggleButton, JCheckbox, and the JRadioButton classes.
AbstractButton(). Constructor for class java.awt.swing.AbstractButton
AbstractButton.AccessibleAbstractButton class java.awt.swing.AbstractButton.AccessibleAbstractButton.
Accessiblity support.
AbstractButton.AccessibleAbstractButton(AbstractButton). Constructor for class java.awt.swing.AbstractButton.AccessibleAbstractButton
AbstractButton.ButtonChangeListener class java.awt.swing.AbstractButton.ButtonChangeListener.
Extend ChangeListener to be serializable

Warning: serialized objects of this class will not be compatible with future swing releases.

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
AbstractDocument class java.awt.swing.text.AbstractDocument.
An implementation of the document interface to serve as a basis for implementing various kinds of documents.
AbstractDocument(AbstractDocument.Content). Constructor for class java.awt.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractDocument(AbstractDocument.Content, AbstractDocument.AttributeContext). Constructor for class java.awt.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractDocument.AbstractElement class java.awt.swing.text.AbstractDocument.AbstractElement.
Implements the abstract part of an element.
AbstractDocument.AbstractElement(AbstractDocument, Element, AttributeSet). Constructor for class java.awt.swing.text.AbstractDocument.AbstractElement
Creates a new AbstractElement.
AbstractDocument.AttributeContext interface java.awt.swing.text.AbstractDocument.AttributeContext.
An interface that can be used to allow MutableAttributeSet implementations to use pluggable attribute compression techniques.
AbstractDocument.BranchElement class java.awt.swing.text.AbstractDocument.BranchElement.
Implements a composite element that contains other elements.
AbstractDocument.BranchElement(AbstractDocument, Element, AttributeSet). Constructor for class java.awt.swing.text.AbstractDocument.BranchElement
Constructs a composite element that initially contains no children.
AbstractDocument.Content interface java.awt.swing.text.AbstractDocument.Content.
Interface to describe a sequence of character content that can be edited.
AbstractDocument.DefaultDocumentEvent class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent.
Stores document changes as the document is being modified.
AbstractDocument.DefaultDocumentEvent(AbstractDocument, int, int, DocumentEvent.EventType). Constructor for class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
Constructs a change record.
AbstractDocument.ElementEdit class java.awt.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 java.awt.swing.text.AbstractDocument.ElementEdit
Constructs an edit record.
AbstractDocument.LeafElement class java.awt.swing.text.AbstractDocument.LeafElement.
Implements an element that directly represents content of some kind.
AbstractDocument.LeafElement(AbstractDocument, Element, AttributeSet, int, int). Constructor for class java.awt.swing.text.AbstractDocument.LeafElement
Constructs an element that represents content within the document (has no children).
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
AbstractListModel class java.awt.swing.AbstractListModel.
The Abstract definition for the data model the provides a List with its contents.
AbstractListModel(). Constructor for class java.awt.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
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.
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
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
AbstractTableModel class java.awt.swing.table.AbstractTableModel.
This abstract class provides default implementations for most of the methods in the TableModel interface.
AbstractTableModel(). Constructor for class java.awt.swing.table.AbstractTableModel
AbstractUndoableEdit class java.awt.swing.undo.AbstractUndoableEdit.
An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
AbstractUndoableEdit(). Constructor for class java.awt.swing.undo.AbstractUndoableEdit
AccessControlContext class java.security.AccessControlContext.
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.
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 three purposes, each of which is described in further detail below:

AccessException exception java.rmi.AccessException.
AccessException(String). Constructor for class java.rmi.AccessException
Create a new AccessException with a description.
AccessException(String, Exception). Constructor for class java.rmi.AccessException
Create a new AccessException with a description and detail exception.
Accessible interface java.awt.accessibility.Accessible.
Interface Accessible is the main interface for the accessibility package.
AccessibleAction interface java.awt.accessibility.AccessibleAction.
The AccessibleAction interface should be supported by any object that can perform one or more actions.
AccessibleBundle class java.awt.accessibility.AccessibleBundle.

Base class used to maintain a strongly typed enumeration.

AccessibleBundle(). Constructor for class java.awt.accessibility.AccessibleBundle
AccessibleComponent interface java.awt.accessibility.AccessibleComponent.
The AccessibleComponent interface should be supported by any object that is rendered on the screen.
AccessibleContext class java.awt.accessibility.AccessibleContext.
AccessibleContext represents the minimum information all accessible objects return.
AccessibleContext(). Constructor for class java.awt.accessibility.AccessibleContext
AccessibleLayout interface java.awt.accessibility.AccessibleLayout.
The AccessibleLayout interface should be implemented by all objects that support layouts of multiple children.
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.
AccessibleResourceBundle class java.awt.accessibility.AccessibleResourceBundle.
A resource bundle containing the localized strings in the accessibility package.
AccessibleRole class java.awt.accessibility.AccessibleRole.

Class AccessibleRole determines the role of a component.

AccessibleRole(String). Constructor for class java.awt.accessibility.AccessibleRole
Create a new AccessibleRole using the given locale independent key.
AccessibleSelection interface java.awt.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 java.awt.accessibility.AccessibleState.

Class AccessibleState describes a componets particular state.

AccessibleState(String). Constructor for class java.awt.accessibility.AccessibleState
Create a new AccessibleState using the given locale independent key.
AccessibleStateSet class java.awt.accessibility.AccessibleStateSet.
Class AccessibleStateSet determines a components state set.
AccessibleStateSet(). Constructor for class java.awt.accessibility.AccessibleStateSet
Create a new empty state set.
AccessibleStateSet(AccessibleState[]). Constructor for class java.awt.accessibility.AccessibleStateSet
Create a new state with the initial set of states contained in the array of states passed in.
AccessibleText interface java.awt.accessibility.AccessibleText.

The AccessibleText interface should be implemented by all classes that present textual information on the display.

AccessibleValue interface java.awt.accessibility.AccessibleValue.
The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
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).

An ACL can be thought of as a data structure with multiple ACL entry objects.

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.
Action interface java.awt.swing.Action.
The JFC Action interface defines a fundamental unit of a program's operation.
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.
ActionListener interface java.awt.event.ActionListener.
The listener interface for receiving action events.
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(CodeSource, MarshalledObject, 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(CodeSource, 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(ActivationID, int). Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
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
Create the remote exception with the specified string, s.
ActivateFailedException(String, Exception). Constructor for class java.rmi.activation.ActivateFailedException
Create the remote exception with the specified string, s, and the nested exception, ex, specified.
ActivationDesc class java.rmi.activation.ActivationDesc.
An activation descriptor contains the information necessary to activate an object:
ActivationDesc(String, CodeSource, 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 CodeSource, source, and whose initialization information is data.
ActivationDesc(String, CodeSource, 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 CodeSource, source, and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, CodeSource, 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 CodeSource, source, and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, CodeSource, 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 CodeSource, source, 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 activation exception
ActivationException(String). Constructor for class java.rmi.activation.ActivationException
Constructs an activation exception with text, s
ActivationException(String, Throwable). Constructor for class java.rmi.activation.ActivationException
Constructs an activation exception 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(ActivationGroupID). Constructor for class java.rmi.activation.ActivationGroup
Constructs and exports an activation group as a UnicastRemoteObject so that a client can invoke its newInstance method.
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(Properties). Constructor for class java.rmi.activation.ActivationGroupDesc
Constructs a group descriptor that uses system default for group implementation and code source.
ActivationGroupDesc(String, CodeSource, MarshalledObject). Constructor for class java.rmi.activation.ActivationGroupDesc
Specifies an alternate group implementation to be used for the group.
ActivationGroupID class java.rmi.activation.ActivationGroupID.
The identifier for a registered activation group serves several purposes:

The ActivationGroupID is returned from the call to ActivationSystem.registerGroup and is used to identify the group within the activation system.

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.
ActiveEvent interface java.awt.ActiveEvent.
An interface for events that know how dispatch themselves.
AdjustForGravity(GridBagConstraints, Rectangle). Method in class java.awt.GridBagLayout
Adjustable interface java.awt.Adjustable.
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
AdjustmentEvent class java.awt.event.AdjustmentEvent.
The adjustment event emitted by Adjustable objects.
AdjustmentEvent(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
AdjustmentListener interface java.awt.event.AdjustmentListener.
The listener interface for receiving adjustment events.
Adler32 class java.util.zip.Adler32.
A class that can be used to compute the Adler-32 checksum of a data stream.
AffineTransform class java.awt.geom.AffineTransform.
This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
AffineTransform(). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform representing the Identity transformation.
AffineTransform(AffineTransform). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform representing a copy of another AffineTransform object.
AffineTransform(float, float, float, float, float, float). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from 6 floating point values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(float[]). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from an array of floating point values representing either the 4 non-translation or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(float[][]). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from a 2-dimensional array of floating point values representing either the 4 non-translation or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double, double, double, double, double, double). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from 6 double precision values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double[]). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from an array of double precision values representing either the 4 non-translation or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double[][]). Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from a 2-dimensional array of double precision values representing either the 4 non-translation or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransformOp class java.awt.image.AffineTransformOp.
This abstract class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster.
AffineTransformOp(AffineTransform). Constructor for class java.awt.image.AffineTransformOp
Constructs an AffineTransformOp given an affine transform.
AlgorithmParameterGenerator class java.security.AlgorithmParameterGenerator.
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String). Constructor for class java.security.AlgorithmParameterGenerator
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi class java.security.AlgorithmParameterGeneratorSpi.
This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterSpec interface java.security.spec.AlgorithmParameterSpec.
A (transparent) specification of cryptographic parameters.
AlgorithmParameters class java.security.AlgorithmParameters.
This class is used as an opaque representation of cryptographic parameters.
AlgorithmParameters(AlgorithmParametersSpi, Provider, String). Constructor for class java.security.AlgorithmParameters
Creates an AlgorithmParameters object.
AlgorithmParametersSpi class java.security.AlgorithmParametersSpi.
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
AliasDef interface org.omg.CORBA.AliasDef.
Alignment. Static variable in class java.awt.swing.text.StyleConstants
Alignment for the paragraph.
Alignment. Static variable in class java.awt.swing.text.StyleConstants.ParagraphConstants
Alignment for the paragraph.
AllPermission class java.security.AllPermission.
The AllPermission is a permission that implies all other permissions.
AllPermission(). Constructor for class java.security.AllPermission
Creates a new AllPermission object.
AllPermission(String, String). Constructor for class java.security.AllPermission
Creates a new AllPermission object.
AlphaComposite class java.awt.AlphaComposite.
This class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
AlreadyBound exception org.omg.CosNaming.NamingContextPackage.AlreadyBound.
AlreadyBound(). Constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBound
AlreadyBoundException exception java.rmi.AlreadyBoundException.
AlreadyBoundException(). Constructor for class java.rmi.AlreadyBoundException
AlreadyBoundException(String). Constructor for class java.rmi.AlreadyBoundException
AlreadyBoundHelper class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.
AlreadyBoundHolder class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder.
AlreadyBoundHolder(). Constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
AlreadyBoundHolder(AlreadyBound). Constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
AncestorEvent class java.awt.swing.event.AncestorEvent.
AncestorEvent

Warning: serialized objects of this class will not be compatible with future swing releases.

AncestorEvent(JComponent, int, Container, Container). Constructor for class java.awt.swing.event.AncestorEvent
AncestorListener interface java.awt.swing.event.AncestorListener.
AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
Annotation class java.text.Annotation.
An Annotation object is used as a wrapper for a text attribute value if
Annotation(Object). Constructor for class java.text.Annotation
Constructs an annotation record with the given value.
Any class org.omg.CORBA.Any.
Serves as a container for any data that can be described in IDL or for any IDL primitive type.
AnyHolder class org.omg.CORBA.AnyHolder.
A Holder class for Any objects that is used to store "out" and "inout" parameters in IDL methods.
AnyHolder(). Constructor for class org.omg.CORBA.AnyHolder
Constructs a new AnyHolder object with its value field initialized to null.
AnyHolder(Any). Constructor for class org.omg.CORBA.AnyHolder
Constructs a new AnyHolder object for the given Any object.
Applet class java.applet.Applet.
An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
Applet(). Constructor for class java.applet.Applet
AppletContext interface java.applet.AppletContext.
This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
AppletInitializer interface java.beans.AppletInitializer.

This interface is designed to work in collusion with java.beans.Beans.instantiate.

AppletStub interface java.applet.AppletStub.
When an applet is first created, an applet stub is attached to it using the applet's setStub method.
Arc2D class java.awt.geom.Arc2D.
An arc defined by a bounding rectangle, start angle and angular extent, and a closure type (one of OPEN, CHORD, or PIE).
Arc2D(int). Constructor for class java.awt.geom.Arc2D
Constructs a new arc of the specified closure type.
Arc2D.Double class java.awt.geom.Arc2D.Double.
An arc specified in double precision,
Arc2D.Double(). Constructor for class java.awt.geom.Arc2D.Double
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Arc2D.Double(int). Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Arc2D.Double(double, double, double, double, double, double, int). Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Arc2D.Double(Rectangle2D, double, double, int). Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Arc2D.Float class java.awt.geom.Arc2D.Float.
An arc specified in float precision,
Arc2D.Float(). Constructor for class java.awt.geom.Arc2D.Float
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Arc2D.Float(int). Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Arc2D.Float(float, float, float, float, float, float, int). Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Arc2D.Float(Rectangle2D, float, float, int). Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Area class java.awt.geom.Area.
Area is a device-independent specification of an arbitrarily-shaped area.
Area(). Constructor for class java.awt.geom.Area
Default constructor which creates an empty area.
Area(Shape). Constructor for class java.awt.geom.Area
Creates an area geometry from the specified Shape object.
Area(Polygon). Constructor for class java.awt.geom.Area
Creates an area geometry from the specified polygon.
Area(Rectangle2D). Constructor for class java.awt.geom.Area
Creates an area geometry from the specified rectangle.
Area(Ellipse2D). Constructor for class java.awt.geom.Area
Creates an area geometry of a ellipse inside the specified rectangle.
AreaAveragingScaleFilter class java.awt.image.AreaAveragingScaleFilter.
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
AreaAveragingScaleFilter(int, int). Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
ArithmeticException exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException(). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ArrangeGrid(Container). Method in class java.awt.GridBagLayout
Array class java.lang.reflect.Array.
The Array class provides static methods to dynamically create and access Java arrays.
ArrayDef interface org.omg.CORBA.ArrayDef.
ArrayIndexOutOfBoundsException exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException(). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList class java.util.ArrayList.
Resizable-array implementation of the List interface.
ArrayList(int, int). Constructor for class java.util.ArrayList
Constructs an empty ArrayList with the specified initial capacity and capacity increment.
ArrayList(int). Constructor for class java.util.ArrayList
Constructs an empty ArrayList with the specified initial capacity.
ArrayList(). Constructor for class java.util.ArrayList
Constructs an empty ArrayList.
ArrayList(Collection). Constructor for class java.util.ArrayList
Constructs an ArrayList containing the elements of the specified Collection, in the order they are returned by the Collection's iterator.
ArrayLocator interface java.sql.ArrayLocator.
JDBC 2.0

An ArrayLocator is a transaction duration reference to an array in the DBMS server.

ArrayStoreException exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException(). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
Arrays class java.util.Arrays.
This class contains various methods for manipulating arrays (such as sorting and searching).
AttributeDef interface org.omg.CORBA.AttributeDef.
AttributeDescription class org.omg.CORBA.AttributeDescription.
AttributeDescription(). Constructor for class org.omg.CORBA.AttributeDescription
AttributeDescription(String, String, String, String, TypeCode, AttributeMode). Constructor for class org.omg.CORBA.AttributeDescription
AttributeMode class org.omg.CORBA.AttributeMode.
AttributeSet interface java.awt.swing.text.AttributeSet.
A collection of unique attributes.
AttributeSet interface java.text.AttributeSet.
This interface provides read-only access to a set of attributes.
AttributeSet.CharacterAttribute interface java.awt.swing.text.AttributeSet.CharacterAttribute.
This interface is the type signature that is expected to be present on any attribute key that contributes to character level presentation.
AttributeSet.ColorAttribute interface java.awt.swing.text.AttributeSet.ColorAttribute.
This interface is the type signature that is expected to be present on any attribute key that contributes to presentation of color.
AttributeSet.FontAttribute interface java.awt.swing.text.AttributeSet.FontAttribute.
This interface is the type signature that is expected to be present on any attribute key that contributes to the determination of what font to use to render some text.
AttributeSet.ParagraphAttribute interface java.awt.swing.text.AttributeSet.ParagraphAttribute.
This interface is the type signature that is expected to be present on any attribute key that contributes to the paragraph level presentation.
AttributedCharacterIterator interface java.text.AttributedCharacterIterator.
An AttributedCharacterIterator allows iteration through both text and related attribute information.
AttributedString class java.text.AttributedString.
An AttributedString holds text and related attribute information.
AttributedString(String). Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text.
Attributes class java.util.jar.Attributes.
The Attributes class maps Manifest attribute names to associated string values.
Attributes(). Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object.
Attributes(Attributes). Constructor for class java.util.jar.Attributes
Constructs a new Attributes object with the same attribute name-value mappings as in the specified Attributes.
Attributes.Name class java.util.jar.Attributes.Name.
The Attributes.Name class represents an attribute name stored in this Map.
Attributes.Name(String). Constructor for class java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
AudioClip interface java.applet.AudioClip.
The AudioClip interface is a simple abstraction for playing a sound clip.
Authenticator class java.net.Authenticator.
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Autoscroll interface java.awt.dnd.Autoscroll.

During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.

a. Variable in class java.awt.AWTEventMulticaster
abortGrabbing(). Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
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(). Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this number.
abs(). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this number, and whose scale is this.scale().
absolute(int). Method in interface java.sql.ResultSet
JDBC 2.0

Move to an absolute row number in the result set.

absolute_name(). Method in interface org.omg.CORBA.Contained
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.
acceptDrag(int). Method in class java.awt.dnd.DropTargetDragEvent
Accept the drag
acceptDrag(int). Method in class java.awt.dnd.DropTargetContext
accept the Drag
acceptDrop(int). Method in class java.awt.dnd.DropTargetDropEvent
accept the Drop, using the specified operation.
acceptDrop(int). Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is acceptable using the specified operation.
acceptsURL(String). Method in interface java.sql.Driver
Returns true if the driver thinks that it can open a connection to the given URL.
accessibleContext. Variable in class java.awt.swing.JFrame
accessibleContext. Variable in class java.awt.swing.Box
accessibleContext. Variable in class java.awt.swing.Box.Filler
accessibleContext. Variable in class java.awt.swing.JComponent
--- Accessibility Support --- JComponent will contain all of the methods in interface Accessible, though it won't actally implement the interface - that will be up to the individual objects which extend JComponent.
accessibleContext. Variable in class java.awt.swing.JWindow
accessibleContext. Variable in class java.awt.swing.JDialog
accessibleContext. Variable in class java.awt.swing.JApplet
accessibleContext. Variable in class java.awt.swing.CellRendererPane
accessibleDescription. Variable in class java.awt.accessibility.AccessibleContext
A localized String containing the description of the object.
accessibleName. Variable in class java.awt.accessibility.AccessibleContext
A localized String containing the name of the object.
accessibleParent. Variable in class java.awt.accessibility.AccessibleContext
The accessible parent of this object.
acos(double). Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
action(Event, Object). Method in class java.awt.Component
actionCommand. Variable in class java.awt.swing.DefaultButtonModel
actionCommand. Variable in class java.awt.swing.JComboBox
actionListener. Variable in class java.awt.swing.AbstractButton
actionName. Variable in class java.awt.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 interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent). Method in class java.awt.swing.DefaultCellEditor.EditorDelegate
actionPerformed(ActionEvent). Method in class java.awt.swing.ToolTipManager.insideTimerAction
actionPerformed(ActionEvent). Method in class java.awt.swing.ToolTipManager.outsideTimerAction
actionPerformed(ActionEvent). Method in class java.awt.swing.ToolTipManager.stillInsideTimerAction
actionPerformed(ActionEvent). Method in class java.awt.swing.JComboBox
This method is public as an implementation side effect.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.FontFamilyAction
Sets the font family.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.FontSizeAction
Sets the font size.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.ForegroundAction
Sets the foreground color.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.AlignmentAction
Sets the alignment.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.BoldAction
Toggles the bold attribute.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.ItalicAction
Toggles the italic attribute.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.StyledEditorKit.UnderlineAction
Toggles the Underline attribute.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.DefaultKeyTypedAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.InsertContentAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.InsertBreakAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.InsertTabAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.CutAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.CopyAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.PasteAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent). Method in class java.awt.swing.text.DefaultEditorKit.BeepAction
The operation to perform when this action is triggered.
activate(ActivationID, boolean). Method in interface java.rmi.activation.Activator
Activate the object associated with the activation identifier, id.
activate(boolean). Method in class java.rmi.activation.ActivationID
Activate the object for this id.
activate(Applet). Method in interface java.beans.AppletInitializer

Activate, and/or mark Applet active.

activateFrame(JInternalFrame). Method in class java.awt.swing.DefaultDesktopManager
Finds all the other peers of type JInternalFrames and set's their IS_SELECTED_PROPERTY to false.
activateFrame(JInternalFrame). Method in interface java.awt.swing.DesktopManager
Generally, indicate that this frame has focus.
activateLink(int, JEditorPane). Method in class java.awt.swing.text.html.HTMLEditorKit.LinkController
Calls linkActivated on the associated JEditorPane if the given position represents a link.
activeCaption. Static variable in class java.awt.SystemColor
The background color for captions in window borders.
activeCaptionBorder. Static variable in class java.awt.SystemColor
The border color for captions in window borders.
activeCaptionText. Static variable in class java.awt.SystemColor
The text color for captions in window borders.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active threads in this thread's thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroup(ActivationGroupID, ActivationInstantiator, long). Method in interface java.rmi.activation.ActivationSystem
Callback to inform activation system that group is now active.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
activeObject(ActivationID, Remote). Method in class java.rmi.activation.ActivationGroup
The group's activeObject method is called when an object is exported (either by Activatable object construction or an explicit call to Activatable.exportObject.
activeObject(ActivationID, MarshalledObject). Method in class java.rmi.activation.ActivationGroup
This protected method is necessary for subclasses to make the activeObject callback to the group's monitor.
activeObject(ActivationID, MarshalledObject). Method in interface java.rmi.activation.ActivationMonitor
Informs that an object is now active.
add(Object). Method in interface java.util.Set
Adds the specified element to this Set if it is not already present (optional operation).
add(Object). Method in class java.util.AbstractCollection
Ensures that this Collection contains the specified element (optional operation).
add(int, int). Method in class java.util.Calendar
Date Arithmetic function.
add(int, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
add(Object). Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(int, Object). Method in class java.util.AbstractList
Inserts the specified element at the specified position in this List (optional operation).
add(int, Object). Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this List.
add(Object). Method in interface java.util.ListIterator
Inserts the specified element into the List.
add(Object). Method in class java.util.TreeSet
Adds the specified element to this Set if it is not already present.
add(int, Object). Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(Object). Method in interface java.util.Collection
Ensures that this Collection contains the specified element (optional operation).
add(Object). Method in class java.util.HashSet
Adds the specified element to this HashSet if it is not already present.
add(Object). Method in interface java.util.List
Appends the specified element to the end of this List (optional operation).
add(int, Object). Method in interface java.util.List
Inserts the specified element at the specified position in this List (optional operation).
add(Object). Method in class java.util.ArrayList
Appends the specified element to the end of this ArrayList.
add(int, Object). Method in class java.util.ArrayList
Inserts the specified element at the specified position in this ArrayList.
add(PopupMenu). Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Component). Method in class java.awt.Container
Adds the specified component to the end of this container.
add(String, Component). Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int). Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object). Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(Menu). Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(String). Method in class java.awt.Choice
Adds an item to this Choice menu.
add(MenuItem). Method in class java.awt.Menu
Adds the specified menu item to this menu.
add(String). Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(int, int). Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this rectangle.
add(Point). Method in class java.awt.Rectangle
Adds the point pt to this rectangle.
add(Rectangle). Method in class java.awt.Rectangle
Adds a rectangle to this rectangle.
add(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String, int). Method in class java.awt.List
Adds the specified item to the end of the scrolling list.
add(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
add(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
add(InputMethodListener, InputMethodListener). Static method in class java.awt.AWTEventMulticaster
Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
add(byte). Method in class java.awt.image.renderable.ParameterBlock
Adds a byte to the list of parameters.
add(char). Method in class java.awt.image.renderable.ParameterBlock
Adds a char to the list of parameters.
add(short). Method in class java.awt.image.renderable.ParameterBlock
Adds a short to the list of parameters.
add(int). Method in class java.awt.image.renderable.ParameterBlock
Adds a int to the list of parameters.
add(long). Method in class java.awt.image.renderable.ParameterBlock
Adds a long to the list of parameters.
add(float). Method in class java.awt.image.renderable.ParameterBlock
Adds a float to the list of parameters.
add(double). Method in class java.awt.image.renderable.ParameterBlock
Adds a double to the list of parameters.
add(Object). Method in class java.awt.image.renderable.ParameterBlock
Adds an object to the list of parameters.
add(String, Object). Method in class java.awt.font.TextAttributeSet
Remove any existing attribute with the same name, and add a new attribute with the given name and value.
add(AttributeSet). Method in class java.awt.font.TextAttributeSet
Remove any existing attributes with the same names, and add the new attributes.
add(double, double). Method in class java.awt.geom.Rectangle2D
Adds a point, specified by the double precision arguments newx and newy, to this rectangle.
add(Point2D). Method in class java.awt.geom.Rectangle2D
Adds the Point2D object pt to this rectangle.
add(Rectangle2D). Method in class java.awt.geom.Rectangle2D
Adds a Rectangle2D object to this rectangle.
add(Area). Method in class java.awt.geom.Area
Adds the shape of the specified Area to the current shape.
add(AccessibleState). Method in class java.awt.accessibility.AccessibleStateSet
Add a new state to the current state set if it is not already present.
add(JMenuItem). Method in class java.awt.swing.JMenu
Appends a menuitem to the end of this menu.
add(Component). Method in class java.awt.swing.JMenu
Appends a component to the end of this menu.
add(String). Method in class java.awt.swing.JMenu
Creates a new menuitem with the specified text and appends it to the end of this menu.
add(Action). Method in class java.awt.swing.JMenu
Creates a new menuitem attached to the specified Action object and appends it to the end of this menu.
add(JMenuItem). Method in class java.awt.swing.JPopupMenu
Appends the specified menu item to the end of this menu.
add(Component). Method in class java.awt.swing.JPopupMenu
Appends the specified component to the end of this menu.
add(Action). Method in class java.awt.swing.JPopupMenu
Append a new menuitem to the end of the menu which dispatches the specified Action object.
add(Action). Method in class java.awt.swing.JToolBar
Add a new JButton which dispatches the action.
add(int, Object). Method in class java.awt.swing.DefaultListModel
add(JMenu). Method in class java.awt.swing.JMenuBar
Appends the specified menu to the end of the menu bar.
add(AbstractButton). Method in class java.awt.swing.ButtonGroup
Adds the button to the group.
add(Class, EventListener). Method in class java.awt.swing.event.EventListenerList
Add the listener as a listener of the specified type.
add(MutableTreeNode). Method in class java.awt.swing.tree.DefaultMutableTreeNode
Removes newChild from its parent and makes it a child of this node by adding it to the end of this node's child array.
add(Permission). Method in class java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(Permission). Method in class java.security.Permissions
Adds a permission object to the PermissionCollection for the class the permission belongs to.
add(String, Object). Method in interface java.text.MutableAttributeSet
Remove any existing attribute with the specified name, and add a new attribute with the specified name and value.
add(AttributeSet). Method in interface java.text.MutableAttributeSet
Remove any existing attributes with the specified names, and add the new attributes.
add(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
add(BigDecimal). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + val), and whose scale is MAX(this.scale(), val.scale).
add(Object). Method in class java.beans.beancontext.BeanContextSupport

Adds/nests a child within this BeanContext

Invoked as a side effect of java.beans.Beans.instantiate().

add(String). Method in class org.omg.CORBA.ContextList
Adds a String object to this ContextList object.
add(TypeCode). Method in class org.omg.CORBA.ExceptionList
Adds a TypeCode object describing an exception to this ExceptionList object.
add(int). Method in class org.omg.CORBA.NVList
Creates a new NamedValue object initialized with the given flag and adds it to the end of this NVList object.
addAccessibleSelection(int). Method in interface java.awt.accessibility.AccessibleSelection
Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int). Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
addAccessibleSelection(int). Method in class java.awt.swing.JList.AccessibleJList
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int). Method in class java.awt.swing.JTree.AccessibleJTree
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int). Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int). Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
Adds the nth selected item in the object to the object's selection.
addActionForKeyStroke(KeyStroke, Action). Method in interface java.awt.swing.text.Keymap
Adds a binding to the keymap.
addActionListener(ActionListener). Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener). Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener). Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this text field.
addActionListener(ActionListener). Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener). Method in interface java.awt.swing.ComboBoxEditor
Add an ActionListener.
addActionListener(ActionListener). Method in class java.awt.swing.AbstractButton
adds an ActionListener to the button
addActionListener(ActionListener). Method in class java.awt.swing.DefaultButtonModel
adds an ActionListener to the button
addActionListener(ActionListener). Method in interface java.awt.swing.ButtonModel
addActionListener(ActionListener). Method in class java.awt.swing.JTextField
Adds the specified action listener to receive action events from this textfield.
addActionListener(ActionListener). Method in class java.awt.swing.Timer
Adds an actionListener to the Timer
addActionListener(ActionListener). Method in class java.awt.swing.JComboBox
Adds an ActionListener.
addAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.swing.JScrollBar
Adds and AdjustmentListener.
addAll(Collection). Method in interface java.util.Set
Adds all of the elements in the specified Collection to this Set if they're not already present (optional operation).
addAll(Collection). Method in class java.util.AbstractCollection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(int, Collection). Method in class java.util.AbstractList
Inserts all of the elements in in the specified Collection into this List at the specified position (optional operation).
addAll(int, Collection). Method in class java.util.AbstractSequentialList
Inserts all of the elements in in the specified Collection into this List at the specified position.
addAll(Collection). Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection). Method in class java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(Collection). Method in interface java.util.Collection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection). Method in interface java.util.List
Appends all of the elements in the specified Collection to the end of this this List, in the order that they are returned by the specified Collection's Iterator (optional operation).
addAll(int, Collection). Method in interface java.util.List
Inserts all of the elements in the specified Collection into this List at the specified position (optional operation).
addAll(Collection). Method in class java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this this ArrayList, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection). Method in class java.util.ArrayList
Inserts all of the elements in the specified Collection into this ArrayList, starting at the specified position.
addAll(AccessibleState[]). Method in class java.awt.accessibility.AccessibleStateSet
Add all of the states to the existing state set.
addAll(Collection). Method in class java.beans.beancontext.BeanContextSupport
add Collection to set of Children (Unsupported)
addAncestorListener(AncestorListener). Method in class java.awt.swing.JComponent
Registers listener so that it will receive AncestorEvents when it or any of its ancestors move or are made visible / invisible.
addAttribute(AttributeSet, Object, Object). Method in interface java.awt.swing.text.AbstractDocument.AttributeContext
Adds an attribute to the given set, and returns the new representative set.
addAttribute(Object, Object). Method in class java.awt.swing.text.AbstractDocument.AbstractElement
Adds an attribute to the element.
addAttribute(Object, Object). Method in interface java.awt.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
addAttribute(AttributeSet, Object, Object). Method in class java.awt.swing.text.StyleContext
Adds an attribute to the given set, and returns the new representative set.
addAttribute(Object, Object). Method in class java.awt.swing.text.StyleContext.NamedStyle
Adds an attribute.
addAttribute(Object, Object). Method in class java.awt.swing.text.SimpleAttributeSet
Adds an attribute to the list.
addAttribute(String, int, int, Object). Method in class java.text.AttributedString
Adds an attribute to the string.
addAttributes(AttributeSet, AttributeSet). Method in interface java.awt.swing.text.AbstractDocument.AttributeContext
Adds a set of attributes to the element.
addAttributes(AttributeSet). Method in class java.awt.swing.text.AbstractDocument.AbstractElement
Adds a set of attributes to the element.
addAttributes(AttributeSet). Method in interface java.awt.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains the given attributes and values.
addAttributes(AttributeSet, AttributeSet). Method in class java.awt.swing.text.StyleContext
Adds a set of attributes to the element.
addAttributes(AttributeSet). Method in class java.awt.swing.text.StyleContext.NamedStyle
Adds a set of attributes to the element.
addAttributes(AttributeSet). Method in class java.awt.swing.text.SimpleAttributeSet
Adds a set of attributes to the list.
addBatch(). Method in interface java.sql.PreparedStatement
JDBC 2.0 Add a set of parameters to the batch.
addBatch(String). Method in interface java.sql.Statement
JDBC 2.0 Adds a SQL command to the current batch of commmands for the statement.
addBeanContextMembershipListener(BeanContextMembershipListener). Method in class java.beans.beancontext.BeanContextSupport
Adds a BeanContextMembershipListener
addBeanContextMembershipListener(BeanContextMembershipListener). Method in interface java.beans.beancontext.BeanContext
add a BeanContextMembershipListener
addBeanContextServicesListener(BeanContextServicesListener). Method in interface java.beans.beancontext.BeanContextServices
add a BeanContextServicesListener to this BeanContext
addBeanContextServicesListener(BeanContextServicesListener). Method in class java.beans.beancontext.BeanContextServicesSupport
add a BeanContextServicesListener
addCaretListener(CaretListener). Method in class java.awt.swing.text.JTextComponent
Adds a caret listener for notification of any changes to the caret.
addCellEditorListener(CellEditorListener). Method in class java.awt.swing.DefaultCellEditor
addCellEditorListener(CellEditorListener). Method in interface java.awt.swing.CellEditor
Add a listener to the list that's notified when the editor starts, stops, or cancels editing.
addCertificate(Certificate). Method in class java.security.Identity
Adds a certificate for this identity.
addCertificate(Certificate). Method in class java.security.Identity
Adds a certificate for this identity.
addChangeListener(ChangeListener). Method in class java.awt.swing.JTabbedPane
Adds a ChangeListener to this tabbedpane.
addChangeListener(ChangeListener). Method in class java.awt.swing.AbstractButton
Adds a ChangeListener to the button.
addChangeListener(ChangeListener). Method in class java.awt.swing.DefaultButtonModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener). Method in class java.awt.swing.JSlider
Adds a ChangeListener to the slider.
addChangeListener(ChangeListener). Method in class java.awt.swing.JViewport
Add a ChangeListener to the list that's notified each time the views size, position, or the viewports extent size has changed.
addChangeListener(ChangeListener). Method in interface java.awt.swing.ButtonModel
addChangeListener(ChangeListener). Method in interface java.awt.swing.BoundedRangeModel
Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener). Method in interface java.awt.swing.SingleSelectionModel
Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener). Method in class java.awt.swing.JProgressBar
Adds a ChangeListener to the button.
addChangeListener(ChangeListener). Method in class java.awt.swing.DefaultSingleSelectionModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener). Method in class java.awt.swing.DefaultBoundedRangeModel
Adds a ChangeListener.
addChangeListener(ChangeListener). Method in interface java.awt.swing.text.Style
Adds a listener to track whenever an attribute has been changed.
addChangeListener(ChangeListener). Method in class java.awt.swing.text.DefaultCaret
Adds a listener to track whenever the caret position has been changed.
addChangeListener(ChangeListener). Method in interface java.awt.swing.text.Caret
Adds a listener to track whenever the caret position has been changed.
addChangeListener(ChangeListener). Method in class java.awt.swing.text.StyleContext
Adds a listener to track when styles are added or removed.
addChangeListener(ChangeListener). Method in class java.awt.swing.text.StyleContext.NamedStyle
Adds a change listener.
addColumn(TableColumn). Method in class java.awt.swing.JTable
Appends aColumn to the end of the array of columns held by the JTable's column model.
addColumn(TableColumn). Method in class java.awt.swing.table.DefaultTableColumnModel
Appends aColumn to the end of the receiver's tableColumns array.
addColumn(Object). Method in class java.awt.swing.table.DefaultTableModel
Add a column to the model.
addColumn(Object, Vector). Method in class java.awt.swing.table.DefaultTableModel
Add a column to the model.
addColumn(Object, Object[]). Method in class java.awt.swing.table.DefaultTableModel
Add a column to the model.
addColumn(TableColumn). Method in interface java.awt.swing.table.TableColumnModel
Appends aColumn to the end of the receiver's tableColumns array.
addColumnModelListener(TableColumnModelListener). Method in class java.awt.swing.table.DefaultTableColumnModel
addColumnModelListener(TableColumnModelListener). Method in interface java.awt.swing.table.TableColumnModel
addColumnSelectionInterval(int, int). Method in class java.awt.swing.JTable
Adds the columns from index0 to index0 inclusive to the current selection.
addComponentListener(ComponentListener). Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConsumer(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method is used to register an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
addConsumer(ImageConsumer). Method in class java.awt.image.codec.JPEGImageDecoder
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer). Method in class java.awt.image.renderable.RenderableImageProducer
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer). Method in class java.awt.swing.SyntheticImage
addContainerListener(ContainerListener). Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addCookie(Cookie). Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addDirtyRegion(JComponent, int, int, int, int). Method in class java.awt.swing.RepaintManager
Add a component in the list of component that should be refreshed.
addDocumentListener(DocumentListener). Method in class java.awt.swing.text.AbstractDocument
Adds a document listener for notification of any changes.
addDocumentListener(DocumentListener). Method in interface java.awt.swing.text.Document
Registers the given observer to begin receiving notifications when changes are made to the document.
addDragSourceListener(DragSourceListener). Method in class java.awt.dnd.DragSourceContext
change the DragSourceListener
addDropTargetListener(DropTargetListener). Method in class java.awt.dnd.DropTarget
Add a new DropTargetListener (UNICAST SOURCE)
addEdit(UndoableEdit). Method in class java.awt.swing.undo.AbstractUndoableEdit
This default implementation returns false.
addEdit(UndoableEdit). Method in interface java.awt.swing.undo.UndoableEdit
This UndoableEdit should absorb anEdit if it can.
addEdit(UndoableEdit). Method in class java.awt.swing.undo.CompoundEdit
If this edit is inProgress, accepts anEdit and returns true.
addEdit(UndoableEdit). Method in class java.awt.swing.undo.UndoManager
If inProgress, inserts anEdit at indexOfNextAdd, and removes any old edits that were at indexOfNextAdd or later.
addEdit(UndoableEdit). Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
Adds a document edit.
addElement(Object). Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object). Method in class java.awt.swing.DefaultListModel
addEntry(Principal, AclEntry). Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL.
addEventQueueListener(EventQueueListener). Method in class java.awt.EventQueue
Adds an EventListener to receive AWTEvents from this EventQueue.
addFirst(Object). Method in class java.util.LinkedList
Inserts the given element at the beginning of this List.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addFocusListener(FocusListener). Method in interface java.awt.accessibility.AccessibleComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JFrame.AccessibleJFrame
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.Box.AccessibleBox
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JComponent.AccessibleJComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JWindow.AccessibleJWindow
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
addFocusListener(FocusListener). Method in class java.awt.swing.JDialog.AccessibleJDialog
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
addFocusListener(FocusListener). Method in class java.awt.swing.JApplet.AccessibleJApplet
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
addFocusListener(FocusListener). Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
addFocusListener(FocusListener). Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener). Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
addHighlight(int, int, Highlighter.HighlightPainter). Method in interface java.awt.swing.text.Highlighter
Adds a highlight to the view.
addHighlight(int, int, Highlighter.HighlightPainter). Method in class java.awt.swing.text.DefaultHighlighter
Adds a highlight to the view.
addHintsObserved(Hashtable). Method in class java.awt.image.renderable.RenderContext
Adds hints from a supplied Hashtable to the Hashtable of observed hints.
addHintsObserved(RenderContext). Method in class java.awt.image.renderable.RenderContext
Adds the observed hints from another RenderContext to this RenderContext's observed hints table.
addHyperlinkListener(HyperlinkListener). Method in class java.awt.swing.JEditorPane
Adds a hyperlink listener for notification of any changes.
addIdentity(Identity). Method in class java.security.IdentityScope
Adds an identity to this identity scope.
addImage(Image, int). Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked by this media tracker.
addImage(Image, int, int, int). Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
addImpl(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int). Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addImpl(Component, Object, int). Method in class java.awt.swing.JFrame
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int). Method in class java.awt.swing.JWindow
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int). Method in class java.awt.swing.JLayeredPane
addImpl(Component, Object, int). Method in class java.awt.swing.JDialog
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int). Method in class java.awt.swing.JSplitPane
If constraints identifies the left/top or right/bottom child component, and a component with that identifier was previously added, it will be removed and then comp will be added in its place.
addImpl(Component, Object, int). Method in class java.awt.swing.JInternalFrame
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int). Method in class java.awt.swing.JViewport
Sets the Viewports one lightweight child, child can be null.
addImpl(Component, Object, int). Method in class java.awt.swing.JApplet
By default, children may not be added directly to a this component, they must be added to its contentPane instead.
addImpl(Component, Object, int). Method in class java.awt.swing.JRootPane
Overridden to enforce the position of the glass component as the zero child.
addImpl(Component, Object, int). Method in class java.awt.swing.CellRendererPane
If the specified component is already a child of this then we don't bother doing anything - stacking order doesn't matter for cell renderer components (CellRendererPane doesn't paint anyway).<
addInputMethodListener(InputMethodListener). Method in class java.awt.Component
Adds the specified input method listener to receive input method events from this component.
addInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addInternalFrameListener(InternalFrameListener). Method in class java.awt.swing.JInternalFrame
Adds the specified internal frame listener to receive internal frame events from this internal frame.
addInvalidComponent(JComponent). Method in class java.awt.swing.RepaintManager
addItem(String). Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String). Method in class java.awt.List
addItem(String, int). Method in class java.awt.List
addItem(Object). Method in class java.awt.swing.JComboBox
Adds an item to the item list.
addItemListener(ItemListener). Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
addItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener). Method in class java.awt.List
Adds the specified item listener to receive item events from this list.
addItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemListener(ItemListener). Method in class java.awt.swing.AbstractButton
adds an ItemListener to the checkbox
addItemListener(ItemListener). Method in class java.awt.swing.DefaultButtonModel
adds an ItemListener to the button
addItemListener(ItemListener). Method in interface java.awt.swing.ButtonModel
addItemListener(ItemListener). Method in class java.awt.swing.JComboBox
Adds an ItemListener.
addKeyListener(KeyListener). Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addKeymap(String, Keymap). Static method in class java.awt.swing.text.JTextComponent
Adds a new keymap into the keymap hierarchy.
addLast(Object). Method in class java.util.LinkedList
Appends the given element to the end of this List.
addLayoutComponent(Component, Object). Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
addLayoutComponent(Component, Object). Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in interface java.awt.LayoutManager
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object). Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(Component, Object). Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.BorderLayout
addLayoutComponent(String, Component). Method in class java.awt.swing.OverlayLayout
Adds the specified component to the layout.
addLayoutComponent(Component, Object). Method in class java.awt.swing.OverlayLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.swing.ViewportLayout
addLayoutComponent(String, Component). Method in class java.awt.swing.ScrollPaneLayout
addLayoutComponent(String, Component). Method in class java.awt.swing.BoxLayout
Not used by this class.
addLayoutComponent(Component, Object). Method in class java.awt.swing.BoxLayout
Not used by this class.
addLayoutComponent(String, Component). Method in class java.awt.swing.JRootPane.RootLayout
addLayoutComponent(Component, Object). Method in class java.awt.swing.JRootPane.RootLayout
addListDataListener(ListDataListener). Method in class java.awt.swing.AbstractListModel
Add a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener). Method in interface java.awt.swing.ListModel
Add a listener to the list that's notified each time a change to the data model occurs.
addListSelectionListener(ListSelectionListener). Method in interface java.awt.swing.ListSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addListSelectionListener(ListSelectionListener). Method in class java.awt.swing.JList
Add a listener to the list that's notified each time a change to the selection occurs.
addListSelectionListener(ListSelectionListener). Method in class java.awt.swing.DefaultListSelectionModel
addMember(Principal). Method in interface java.security.acl.Group
Adds the specified member to the group.
addMenuListener(MenuListener). Method in class java.awt.swing.JMenu
Add a listener for menu events
addMouseListener(MouseListener). Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addNotify(). Method in class java.awt.Component
Notifies this component that it has been added to a displayable containment hierarchy.
addNotify(). Method in class java.awt.Container
Notifies the container to create a peer.
addNotify(). Method in class java.awt.Panel
Creates the Panel's peer.
addNotify(). Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify(). Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify(). Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify(). Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify(). Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify(). Method in class java.awt.Choice
Creates the Choice's peer.
addNotify(). Method in class java.awt.Window
Creates the Window's peer.
addNotify(). Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify(). Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify(). Method in class java.awt.Frame
Creates the Frame's peer.
addNotify(). Method in class java.awt.Button
Creates the peer of the button.
addNotify(). Method in class java.awt.TextField
Creates the TextField's peer.
addNotify(). Method in class java.awt.Menu
Creates the menu's peer.
addNotify(). Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify(). Method in class java.awt.Dialog
Creates the dialog's peer.
addNotify(). Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify(). Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify(). Method in class java.awt.List
Creates the peer for the list.
addNotify(). Method in class java.awt.Label
Creates the peer for this label.
addNotify(ComponentPeer). Method in class java.awt.dnd.DropTarget
Notify the DropTarget that it has been associated with a Component This method is usually called from java.awt.Component.addNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been associated with that Component.
addNotify(DropTargetContextPeer). Method in class java.awt.dnd.DropTargetContext
called when associated with the DropTargetContextPeer
addNotify(). Method in class java.awt.swing.JComponent
Notification to this component that it now has a parent component.
addNotify(). Method in class java.awt.swing.JApplet
addObserver(Observer). Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOwner(Principal, Principal). Method in interface java.security.acl.Owner
Adds an owner.
addPermission(Permission). Method in interface java.security.acl.AclEntry
Adds the specified permission to this ACL entry.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to this polygon.
addPopupMenuListener(PopupMenuListener). Method in class java.awt.swing.JPopupMenu
Add a PopupMenu listener param l the PopupMenuListener to add
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.Component
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener). Method in class java.awt.Component
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(String, PropertyChangeListener). Method in class java.awt.Toolkit
add the specified property change listener for the named desktop property
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.accessibility.AccessibleContext
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.JComponent
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Static method in class java.awt.swing.UIManager
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.AbstractAction
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.UIDefaults
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.awt.swing.Action
Add or remove a PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.table.TableColumn
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.awt.swing.tree.TreeSelectionModel
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyEditorSupport
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.PropertyEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.Customizer
Register a listener for the PropertyChange event.
addPropertyChangeListener(String, PropertyChangeListener). Method in class java.beans.beancontext.BeanContextChildSupport
add a property change listener
addPropertyChangeListener(String, PropertyChangeListener). Method in interface java.beans.beancontext.BeanContextChild
add a property change listener to this bean child
addProvider(Provider). Static method in class java.security.Security
Adds a provider to the next position available.
addRow(Vector). Method in class java.awt.swing.table.DefaultTableModel
Add a row to the end of the model.
addRow(Object[]). Method in class java.awt.swing.table.DefaultTableModel
Add a row to the end of the model.
addRowSelectionInterval(int, int). Method in class java.awt.swing.JTable
Adds the rows from index0 to index0 inclusive to the current selection.
addSelectionInterval(int, int). Method in interface java.awt.swing.ListSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive.
addSelectionInterval(int, int). Method in class java.awt.swing.JList
Set the selection to be the union of the specified interval with current selection.
addSelectionInterval(int, int). Method in class java.awt.swing.DefaultListSelectionModel
addSelectionInterval(int, int). Method in class java.awt.swing.JTree
Adds the paths between index0 and index1, inclusive, to the selection.
addSelectionPath(TreePath). Method in class java.awt.swing.JTree
Adds the node identified by the specified TreePath to the current selection.
addSelectionPath(TreePath). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Adds path to the current selection.
addSelectionPath(TreePath). Method in interface java.awt.swing.tree.TreeSelectionModel
Adds path to the current selection.
addSelectionPaths(TreePath[]). Method in class java.awt.swing.JTree
Adds each path in the array of paths to the current selection.
addSelectionPaths(TreePath[]). Method in class java.awt.swing.JTree.EmptySelectionModel
A null implementation that adds nothing
addSelectionPaths(TreePath[]). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Adds paths to the current selection.
addSelectionPaths(TreePath[]). Method in interface java.awt.swing.tree.TreeSelectionModel
Adds paths to the current selection.
addSelectionRow(int). Method in class java.awt.swing.JTree
Adds the path at the specified row to the current selection.
addSelectionRows(int[]). Method in class java.awt.swing.JTree
Adds the paths at each of the specified rows to the current selection.
addSeparator(). Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSeparator(). Method in class java.awt.swing.JMenu
Append a new separator to the end of the menu.
addSeparator(). Method in class java.awt.swing.JPopupMenu
addSeparator(). Method in class java.awt.swing.JToolBar
Appends a toolbar-specific separator to the end of the toolbar (not a JSeparator).
addService(Class, BeanContextServiceProvider). Method in interface java.beans.beancontext.BeanContextServices
add a service to this BeanContext
addService(Class, BeanContextServiceProvider). Method in class java.beans.beancontext.BeanContextServicesSupport
add a service
addService(Class, BeanContextServiceProvider, boolean). Method in class java.beans.beancontext.BeanContextServicesSupport
add a service
addSingletonComponent(Component, Component). Method in class java.awt.swing.ScrollPaneLayout
Only one of these is allowed, remove the old one if neccessary.
addSource(Object). Method in class java.awt.image.renderable.ParameterBlock
Adds an image to end of the list of sources.
addStyle(String, Style). Method in class java.awt.swing.JTextPane
Adds a new style into the logical style hierarchy.
addStyle(String, Style). Method in class java.awt.swing.text.DefaultStyledDocument
Adds a new style into the logical style hierarchy.
addStyle(String, Style). Method in interface java.awt.swing.text.StyledDocument
Adds a new style into the logical style hierarchy.
addStyle(String, Style). Method in class java.awt.swing.text.StyleContext
Adds a new style into the style hierarchy.
addTab(String, Icon, Component, String). Method in class java.awt.swing.JTabbedPane
Adds a component and tip represented by a title and/or icon, either of which can be null.
addTab(String, Icon, Component). Method in class java.awt.swing.JTabbedPane
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, Component). Method in class java.awt.swing.JTabbedPane
Adds a component represented by a title and no icon.
addTableModelListener(TableModelListener). Method in class java.awt.swing.table.AbstractTableModel
addTableModelListener(TableModelListener). Method in interface java.awt.swing.table.TableModel
Add a listener to the list that's notified each time a change to the data model occurs.
addTextListener(TextListener). Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addTileChangeListener(TileChangeListener). Method in interface java.awt.image.WritableRenderedImage
Add a listener.
addTileChangeListener(TileChangeListener). Method in class java.awt.image.BufferedImage
Forward work to a TileChangeMulticaster.
addTileChangeListener(TileChangeListener). Method in class java.awt.image.TileChangeMulticaster
Inform the multicaster of a new listener.
addTileWriter(WritableRenderedImage, int, int). Method in class java.awt.image.TileChangeMulticaster
Record a new getWritableTile request to a particular tile of a source image.
addTreeExpansionListener(TreeExpansionListener). Method in class java.awt.swing.JTree
Adds a listener for TreeExpansion events.
addTreeModelListener(TreeModelListener). Method in interface java.awt.swing.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener). Method in class java.awt.swing.tree.DefaultTreeModel
addTreeSelectionListener(TreeSelectionListener). Method in class java.awt.swing.JTree
Adds a listener for TreeSelection events.
addTreeSelectionListener(TreeSelectionListener). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addTreeSelectionListener(TreeSelectionListener). Method in interface java.awt.swing.tree.TreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addUndoableEditListener(UndoableEditListener). Method in class java.awt.swing.undo.UndoableEditSupport
addUndoableEditListener(UndoableEditListener). Method in class java.awt.swing.text.AbstractDocument
Adds an undo listener for notification of any changes.
addUndoableEditListener(UndoableEditListener). Method in interface java.awt.swing.text.Document
Registers the given observer to begin receiving notifications when undoable edits are made to the document.
addVetoableChangeListener(VetoableChangeListener). Method in class java.awt.swing.JComponent
Add a VetoableChangeListener to the listener list.
addVetoableChangeListener(VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Add a VetoableChangeListener for a specific property.
addVetoableChangeListener(String, VetoableChangeListener). Method in class java.beans.beancontext.BeanContextChildSupport
add a vetoable change listener
addVetoableChangeListener(String, VetoableChangeListener). Method in interface java.beans.beancontext.BeanContextChild
add a vetoable change listener to this child
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
add_in_arg(). Method in class org.omg.CORBA.Request
Creates an input argument and adds it to this Request object.
add_inout_arg(). Method in class org.omg.CORBA.Request
Adds an input/output argument to this Request object.
add_item(String, int). Method in class org.omg.CORBA.NVList
Creates a new NamedValue object initialized with the given name and flag, and adds it to the end of this NVList object.
add_named_in_arg(String). Method in class org.omg.CORBA.Request
Creates an input argument with the given name and adds it to this Request object.
add_named_inout_arg(String). Method in class org.omg.CORBA.Request
Adds an input/output argument with the given name to this Request object.
add_named_out_arg(String). Method in class org.omg.CORBA.Request
Adds an output argument with the given name to this Request object.
add_out_arg(). Method in class org.omg.CORBA.Request
Adds an output argument to this Request object.
add_value(String, Any, int). Method in class org.omg.CORBA.NVList
Creates a new NamedValue object initialized with the given name, value, and flag, and adds it to the end of this NVList object.
address. Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
adjustAllocation(Shape). Method in class java.awt.swing.text.FieldView
Adjusts the allocation given to the view to be a suitable allocation for a text field.
adjustRow(ParagraphView.Row, int). Method in class java.awt.swing.text.ParagraphView
Adjust the given row if possible to fit within the layout span.
adjustVisibility(Rectangle). Method in class java.awt.swing.text.DefaultCaret
Scrolls the associated view (if necessary) to make the caret visible.
adjustmentValueChanged(AdjustmentEvent). Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
after(Object). Method in class java.util.Calendar
Compares the time field records.
after(Date). Method in class java.util.Date
Tests if this date is after the specified date.
after(Timestamp). Method in class java.sql.Timestamp
Is this timestamp later than the timestamp argument?
afterLast(). Method in interface java.sql.ResultSet
JDBC 2.0

Moves to the end of the result set, just after the last row.

afterOffset(int). Static method in class java.awt.font.TextHitInfo
Create a hit at offset, associated with the character after the offset.
aliases(). Method in class java.security.KeyStore
Lists the alias names.
alignment. Variable in class java.awt.swing.SizeRequirements
The alignment, specified as a value between 0.0 and 1.0, inclusive.
allProceduresAreCallable(). Method in interface java.sql.DatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable(). Method in interface java.sql.DatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
allowUserInteraction. Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
allowsChildren. Variable in class java.awt.swing.tree.DefaultMutableTreeNode
true iff the node is able to have children
allowsMultipleSelections(). Method in class java.awt.List
amap. Variable in class java.util.jar.Attributes
The attribute name-value mappings.
ancestorAdded(AncestorEvent). Method in interface java.awt.swing.event.AncestorListener
Called when the source or one of its ancestors is made visible either by setVisible(true) being called or by its being added to the component hierarchy.
ancestorMoved(AncestorEvent). Method in interface java.awt.swing.event.AncestorListener
Called when either the source or one of its ancestors is moved.
ancestorRemoved(AncestorEvent). Method in interface java.awt.swing.event.AncestorListener
Called when the source or one of its ancestors is made invisible either by setVisible(false) being called or by its being remove from the component hierarchy.
anchor. Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
and(BitSet). Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
and(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
andNot(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
appRandom. Variable in class java.security.SignatureSpi
Application-specified source of randomness.
append(Object). Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String). Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean). Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char). Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int). Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long). Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float). Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double). Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the text area's current text.
append(Shape, boolean). Method in class java.awt.geom.GeneralPath
Appends the geometry of the specified Shape object to the path, possibly connecting the geometry to the existing path segments with a line segment.
append(PathIterator, boolean). Method in class java.awt.geom.GeneralPath
Appends the geometry of the specified PathIterator object to the path, possibly connecting the geometry to the existing path segments with a line segment.
append(PageFormat, Printable). Method in class java.awt.print.Book
Append a single page to the end of this document.
append(PageFormat, Printable, int). Method in class java.awt.print.Book
Append 'numPages' pages to the end of this document.
append(String). Method in class java.awt.swing.JTextArea
Appends the given text to the end of the document.
append(View). Method in class java.awt.swing.text.CompositeView
Appends a single child view.
appendText(String). Method in class java.awt.TextArea
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
applyJustification(float[], int, boolean[]). Method in class java.awt.font.GlyphSet
Return a justified copy of this glyphset.
applyLocalizedPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String). Method in class java.text.SimpleDateFormat
Apply the given localized pattern string to this date format.
applyPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String). Method in class java.text.SimpleDateFormat
Apply the given unlocalized pattern string to this date format.
applyPattern(String). Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String). Method in class java.text.MessageFormat
Sets the pattern.
archeight. Variable in class java.awt.geom.RoundRectangle2D.Float
The height of the arc that rounds off the corners.
archeight. Variable in class java.awt.geom.RoundRectangle2D.Double
The height of the arc that rounds off the corners.
arcwidth. Variable in class java.awt.geom.RoundRectangle2D.Float
The width of the arc that rounds off the corners.
arcwidth. Variable in class java.awt.geom.RoundRectangle2D.Double
The width of the arc that rounds off the corners.
areFieldsSet. Variable in class java.util.Calendar
True if the fields are in sync with the currently set time of this Calendar.
areNew. Variable in class java.awt.swing.event.TreeSelectionEvent
For each path identifies if that is path is in fact new.
arePathsContiguous(TreePath[]). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Returns true if the paths are contiguous.
arg. Variable in class java.awt.Event
An arbitrary argument of the event.
arguments(). Method in class org.omg.CORBA.Request
Retrieves the NVList object containing the arguments to the method being invoked.
array. Variable in class java.awt.swing.text.Segment
This is the array containing the text of interest.
arraycopy(Object, int, Object, int, int). Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
asin(double). Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asksAllowsChildren. Variable in class java.awt.swing.tree.DefaultTreeModel
Determines how the isLeaf determines if a node is a leaf node.
asksAllowsChildren(). Method in class java.awt.swing.tree.DefaultTreeModel
Tells how leaf nodes are determined.
atan(double). Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
attributeNames(). Method in class java.beans.FeatureDescriptor
augmentList(Action[], Action[]). Static method in class java.awt.swing.text.TextAction
Takes one list of commands and augments it with another list of commands.
autoCreateColumnsFromModel. Variable in class java.awt.swing.JTable
The table will query the TableModel to build the default set of columns if this is true.
autoResizeMode. Variable in class java.awt.swing.JTable
This mode value determines if table automatically resizes the width the table's columns to take up the entire width of the table, and how it does the resizing.
autoScroll(Point). Method in interface java.awt.dnd.Autoscroll
notify the Component to autoscroll
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available(). Method in class java.io.StringBufferInputStream
Returns the number of bytes that can be read from the input stream without blocking.
available(). Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
avoidingGui(). Method in interface java.beans.Visibility
avoidingGui(). Method in class java.beans.beancontext.BeanContextSupport

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 _
Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.