Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a - Variable in class java.awt.AWTEventMulticaster
 
A - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
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.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
ABOVE_BOTTOM - Static variable in class com.sun.java.swing.border.TitledBorder
 
ABOVE_TOP - Static variable in class com.sun.java.swing.border.TitledBorder
 
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(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.
absolute_name() - Method in interface org.omg.CORBA.Contained
 
absolute(int) - Method in interface java.sql.ResultSet
JDBC 2.0 Move to an absolute row number in the result set.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
 
abstract_base_values - Variable in class org.omg.CORBA.ValueDescription
 
abstract_base_values() - Method in interface org.omg.CORBA.ValueDef
 
abstract_base_values(ValueDef[]) - Method in interface org.omg.CORBA.ValueDef
 
AbstractAction - class com.sun.java.swing.AbstractAction.
This class provides default implementations for the JFC Action interface.
AbstractAction() - Constructor for class com.sun.java.swing.AbstractAction
Defines an Action object with a default description string and default icon.
AbstractAction(String, Icon) - Constructor for class com.sun.java.swing.AbstractAction
Defines an Action object with the specified description string and a the specified icon.
AbstractAction(String) - Constructor for class com.sun.java.swing.AbstractAction
Defines an Action object with the specified description string and a default icon.
AbstractBorder - class com.sun.java.swing.border.AbstractBorder.
A class which implements an empty border with no size.
AbstractBorder() - Constructor for class com.sun.java.swing.border.AbstractBorder
 
AbstractButton - class com.sun.java.swing.AbstractButton.
Defines the common behaviors for the JButton, JToggleButton, JCheckbox, and the JRadioButton classes.
AbstractButton.AccessibleAbstractButton - class com.sun.java.swing.AbstractButton.AccessibleAbstractButton.
Accessiblity support.
AbstractButton.AccessibleAbstractButton(AbstractButton) - Constructor for class com.sun.java.swing.AbstractButton.AccessibleAbstractButton
 
AbstractButton.ButtonChangeListener - class com.sun.java.swing.AbstractButton.ButtonChangeListener.
Extend ChangeListener to be serializable Warning: serialized objects of this class will not be compatible with future swing releases.
AbstractButton() - Constructor for class com.sun.java.swing.AbstractButton
 
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 com.sun.java.swing.text.AbstractDocument.
An implementation of the document interface to serve as a basis for implementing various kinds of documents.
AbstractDocument.AbstractElement - class com.sun.java.swing.text.AbstractDocument.AbstractElement.
Implements the abstract part of an element.
AbstractDocument.AbstractElement(AbstractDocument, Element, AttributeSet) - Constructor for class com.sun.java.swing.text.AbstractDocument.AbstractElement
Creates a new AbstractElement.
AbstractDocument.AttributeContext - interface com.sun.java.swing.text.AbstractDocument.AttributeContext.
An interface that can be used to allow MutableAttributeSet implementations to use pluggable attribute compression techniques.
AbstractDocument.BranchElement - class com.sun.java.swing.text.AbstractDocument.BranchElement.
Implements a composite element that contains other elements.
AbstractDocument.BranchElement(AbstractDocument, Element, AttributeSet) - Constructor for class com.sun.java.swing.text.AbstractDocument.BranchElement
Constructs a composite element that initially contains no children.
AbstractDocument.Content - interface com.sun.java.swing.text.AbstractDocument.Content.
Interface to describe a sequence of character content that can be edited.
AbstractDocument.DefaultDocumentEvent - class com.sun.java.swing.text.AbstractDocument.DefaultDocumentEvent.
Stores document changes as the document is being modified.
AbstractDocument.DefaultDocumentEvent(AbstractDocument, int, int, DocumentEvent.EventType) - Constructor for class com.sun.java.swing.text.AbstractDocument.DefaultDocumentEvent
Constructs a change record.
AbstractDocument.ElementEdit - class com.sun.java.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 com.sun.java.swing.text.AbstractDocument.ElementEdit
Constructs an edit record.
AbstractDocument.LeafElement - class com.sun.java.swing.text.AbstractDocument.LeafElement.
Implements an element that directly represents content of some kind.
AbstractDocument.LeafElement(AbstractDocument, Element, AttributeSet, int, int) - Constructor for class com.sun.java.swing.text.AbstractDocument.LeafElement
Constructs an element that represents content within the document (has no children).
AbstractDocument(AbstractDocument.Content, AbstractDocument.AttributeContext) - Constructor for class com.sun.java.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractDocument(AbstractDocument.Content) - Constructor for class com.sun.java.swing.text.AbstractDocument
Constructs a new AbstractDocument, wrapped around some specified content storage mechanism.
AbstractLayoutCache - class com.sun.java.swing.tree.AbstractLayoutCache.
Warning: serialized objects of this class will not be compatible with future swing releases.
AbstractLayoutCache.NodeDimensions - class com.sun.java.swing.tree.AbstractLayoutCache.NodeDimensions.
Used by AbstractLayoutCache to determing the size and x origin of a particular node.
AbstractLayoutCache() - Constructor for class com.sun.java.swing.tree.AbstractLayoutCache
 
AbstractList - class java.util.AbstractList.
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
 
AbstractListModel - class com.sun.java.swing.AbstractListModel.
The Abstract definition for the data model the provides a List with its contents.
AbstractListModel() - Constructor for class com.sun.java.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 com.sun.java.swing.table.AbstractTableModel.
This abstract class provides default implementations for most of the methods in the TableModel interface.
AbstractTableModel() - Constructor for class com.sun.java.swing.table.AbstractTableModel
 
AbstractUndoableEdit - class com.sun.java.swing.undo.AbstractUndoableEdit.
An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
AbstractUndoableEdit() - Constructor for class com.sun.java.swing.undo.AbstractUndoableEdit
 
AbstractWriter - class com.sun.java.swing.text.AbstractWriter.
AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes.
AbstractWriter(Writer, Document) - Constructor for class com.sun.java.swing.text.AbstractWriter
Creates a new AbstractWriter.
AbstractWriter(Writer, Element) - Constructor for class com.sun.java.swing.text.AbstractWriter
Creates a new AbstractWriter.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(File) - Method in class com.sun.java.swing.JFileChooser
 
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetDragEvent
Accept the drag This method should be called from a DropTargetListeners dragEnter(), dragOver() and dragActionChanged() methods if the implementation wishes to accept an operation from the srcActions other than the one selected by the user as represented by the dropAction.
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 action.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is acceptable using the specified operation. must be called during DropTargetListener.drop method invocation.
acceptsURL(String) - Method in interface java.sql.Driver
Returns true if the driver thinks that it can open a connection to the given URL. Typically drivers will return true if they understand the subprotocol specified in the URL and false if they don't.
access() - Method in interface org.omg.CORBA.ValueMemberDef
 
access(short) - Method in interface org.omg.CORBA.ValueMemberDef
 
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, Permission) - Constructor for class java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessControlException(String) - Constructor for class java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessController - class java.security.AccessController.
The AccessController class is used for three purposes: to decide whether an access to a critical system resource is to be allowed or denied, based on the security policy currently in effect, to mark code as being "privileged", thus affecting subsequent access determinations, and to obtain a "snapshot" of the current calling context so access-control decisions from a different context can be made with respect to the saved context.
AccessException - exception java.rmi.AccessException.
 
AccessException(String, Exception) - Constructor for class java.rmi.AccessException
Create a new AccessException with a description and detail exception.
AccessException(String) - Constructor for class java.rmi.AccessException
Create a new AccessException with a description.
Accessible - interface com.sun.java.accessibility.Accessible.
Interface Accessible is the main interface for the accessibility package.
ACCESSIBLE_CARET_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleText caret has changed.
ACCESSIBLE_CHILD_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when Accessible children are added/removed from the object.
ACCESSIBLE_DESCRIPTION_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleDescription property has changed.
ACCESSIBLE_NAME_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleName property has changed.
ACCESSIBLE_SELECTION_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleSelection has changed.
ACCESSIBLE_STATE_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleStateSet property has changed.
ACCESSIBLE_TEXT_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleText has changed.
ACCESSIBLE_VALUE_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the accessibleValue property has changed.
ACCESSIBLE_VISIBLE_DATA_PROPERTY - Static variable in class com.sun.java.accessibility.AccessibleContext
Constant used to determine when the visual appearance of the object has changed.
AccessibleAction - interface com.sun.java.accessibility.AccessibleAction.
The AccessibleAction interface should be supported by any object that can perform one or more actions.
AccessibleBundle - class com.sun.java.accessibility.AccessibleBundle.
Base class used to maintain a strongly typed enumeration.
AccessibleBundle() - Constructor for class com.sun.java.accessibility.AccessibleBundle
 
AccessibleComponent - interface com.sun.java.accessibility.AccessibleComponent.
The AccessibleComponent interface should be supported by any object that is rendered on the screen.
accessibleContainerHandler - Variable in class com.sun.java.swing.JComponent.AccessibleJComponent
 
accessibleContext - Variable in class com.sun.java.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 com.sun.java.swing.JFrame
The accessible context property
accessibleContext - Variable in class com.sun.java.swing.JWindow
The accessible context property
accessibleContext - Variable in class com.sun.java.swing.CellRendererPane
 
accessibleContext - Variable in class com.sun.java.swing.JDialog
 
accessibleContext - Variable in class com.sun.java.swing.JColorChooser
 
accessibleContext - Variable in class com.sun.java.swing.JApplet
 
accessibleContext - Variable in class com.sun.java.swing.JFileChooser
 
accessibleContext - Variable in class com.sun.java.swing.Box
The currently set AccessibleContext object.
accessibleContext - Variable in class com.sun.java.swing.Box.Filler
The currently set AccessibleContext object.
AccessibleContext - class com.sun.java.accessibility.AccessibleContext.
AccessibleContext represents the minimum information all accessible objects return.
AccessibleContext() - Constructor for class com.sun.java.accessibility.AccessibleContext
 
accessibleDescription - Variable in class com.sun.java.accessibility.AccessibleContext
A localized String containing the description of the object.
AccessibleHyperlink - class com.sun.java.accessibility.AccessibleHyperlink.
Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
AccessibleHyperlink() - Constructor for class com.sun.java.accessibility.AccessibleHyperlink
 
AccessibleHypertext - interface com.sun.java.accessibility.AccessibleHypertext.
The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
accessibleName - Variable in class com.sun.java.accessibility.AccessibleContext
A localized String containing the name of the object.
AccessibleObject - class java.lang.reflect.AccessibleObject.
The AccessibleObject class is the base class for Field, Method and Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
accessibleParent - Variable in class com.sun.java.accessibility.AccessibleContext
The accessible parent of this object.
AccessibleResourceBundle - class com.sun.java.accessibility.AccessibleResourceBundle.
A resource bundle containing the localized strings in the accessibility package.
AccessibleRole - class com.sun.java.accessibility.AccessibleRole.
Class AccessibleRole determines the role of a component.
AccessibleRole(String) - Constructor for class com.sun.java.accessibility.AccessibleRole
Create a new AccessibleRole using the given locale independent key.
AccessibleSelection - interface com.sun.java.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 com.sun.java.accessibility.AccessibleState.
Class AccessibleState describes a componets particular state.
AccessibleState(String) - Constructor for class com.sun.java.accessibility.AccessibleState
Create a new AccessibleState using the given locale independent key.
AccessibleStateSet - class com.sun.java.accessibility.AccessibleStateSet.
Class AccessibleStateSet determines a components state set.
AccessibleStateSet() - Constructor for class com.sun.java.accessibility.AccessibleStateSet
Create a new empty state set.
AccessibleStateSet(AccessibleState[]) - Constructor for class com.sun.java.accessibility.AccessibleStateSet
Create a new state with the initial set of states contained in the array of states passed in.
AccessibleText - interface com.sun.java.accessibility.AccessibleText.
The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleValue - interface com.sun.java.accessibility.AccessibleValue.
The AccessibleValue interface should be supported by any object that supports a numerical value (e.g.
ACCESSORY_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
Acl - interface java.security.acl.Acl.
Interface representing an Access Control List (ACL).
AclEntry - interface java.security.acl.AclEntry.
This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException - exception java.security.acl.AclNotFoundException.
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for class java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
Action - interface com.sun.java.swing.Action.
The JFC Action interface provides a useful extension to the ActionListner interface in cases where the same functionality may be accessed by several controls.
ACTION - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
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
 
action(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
actionCommand - Variable in class com.sun.java.swing.DefaultButtonModel
 
actionCommand - Variable in class com.sun.java.swing.JComboBox
 
ActionEvent - class java.awt.event.ActionEvent.
A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
actionListener - Variable in class com.sun.java.swing.AbstractButton
 
ActionListener - interface java.awt.event.ActionListener.
The listener interface for receiving action events.
actionName - Variable in class com.sun.java.swing.text.JTextComponent.KeyBinding
The name of the action for the key.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.ToolTipManager.insideTimerAction
 
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.ToolTipManager.outsideTimerAction
 
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.ToolTipManager.stillInsideTimerAction
 
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.JComboBox
This method is public as an implementation side effect. do not call or override.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.DefaultKeyTypedAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.InsertContentAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.InsertBreakAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.InsertTabAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.CutAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.CopyAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.PasteAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.DefaultEditorKit.BeepAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.FontFamilyAction
Sets the font family.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.FontSizeAction
Sets the font size.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.ForegroundAction
Sets the foreground color.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.AlignmentAction
Sets the alignment.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.BoldAction
Toggles the bold attribute.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.ItalicAction
Toggles the italic attribute.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.text.StyledEditorKit.UnderlineAction
Toggles the Underline attribute.
actionPerformed(ActionEvent) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Messaged when the timer fires, this will start the editing session.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscroll to occur
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
Activatable - class java.rmi.activation.Activatable.
The Activatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
Activatable(String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0)
Activatable(String, MarshalledObject, boolean, int) - Constructor for class java.rmi.activation.Activatable
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0)
activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
Activate the object associated with the activation identifier, id.
activate(Applet) - Method in interface java.beans.AppletInitializer
Activate, and/or mark Applet active.
activate(boolean) - Method in class java.rmi.activation.ActivationID
Activate the object for this id.
ACTIVATED - Static variable in class com.sun.java.swing.event.HyperlinkEvent.EventType
Activated type.
ActivateFailedException - exception java.rmi.activation.ActivateFailedException.
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
ActivateFailedException(String, Exception) - Constructor for class java.rmi.activation.ActivateFailedException
Create the remote exception with the specified string, s, and the nested exception, ex, specified.
ActivateFailedException(String) - Constructor for class java.rmi.activation.ActivateFailedException
Create the remote exception with the specified string, s.
activateFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Finds all the other peers of type JInternalFrames and set's their IS_SELECTED_PROPERTY to false.
activateFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, indicate that this frame has focus.
activateLink(int, JEditorPane) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.LinkController
Calls linkActivated on the associated JEditorPane if the given position represents a link.
ActivationDesc - class java.rmi.activation.ActivationDesc.
An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's class name, the object's code location (the location of the class), and a "marshalled" object that can contain object specific initialization data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationDesc(String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
ActivationDesc(String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
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, Throwable) - Constructor for class java.rmi.activation.ActivationException
Constructs an activation exception with detail message, s, and detail exception ex.
ActivationException(String) - Constructor for class java.rmi.activation.ActivationException
Constructs an activation exception with text, s
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.CommandEnvironment - class java.rmi.activation.ActivationGroupDesc.CommandEnvironment.
Startup options for ActivationGroup implementations.
ActivationGroupDesc.CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Create a CommandEnvironment with all the necessary information.
ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Constructs a group descriptor that uses system default for group implementation and code location.
ActivationGroupDesc(String, String, MarshalledObject, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Specifies an alternate group implementation and execution environment to be used for the group.
ActivationGroupDesc(String, String, 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: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
Constructs a unique group id.
ActivationID - class java.rmi.activation.ActivationID.
Activation makes use of special identifiers to denote remote objects that can be activated over time.
ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
The constructor for ActivationID takes a single argument, activator, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.
ActivationInstantiator - interface java.rmi.activation.ActivationInstantiator.
An ActivationInstantiator is responsible for creating instances of "activatable" objects.
ActivationMonitor - interface java.rmi.activation.ActivationMonitor.
An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup (this is done internally).
ActivationSystem - interface java.rmi.activation.ActivationSystem.
The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups.
Activator - interface java.rmi.activation.Activator.
The Activator facilitates remote object activation.
ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
well-known id for the activator
ACTIVE - Static variable in class com.sun.java.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.
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.
ActiveEvent - interface java.awt.ActiveEvent.
An interface for events that know how dispatch themselves.
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, 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.
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.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE. The sequence of years at the transition from BC to AD is ...
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.
add(AbstractButton) - Method in class com.sun.java.swing.ButtonGroup
Adds the button to the group.
add(AccessibleState) - Method in class com.sun.java.accessibility.AccessibleStateSet
Add a new state to the current state set if it is not already present.
add(Action) - Method in class com.sun.java.swing.JMenu
Creates a new menuitem attached to the specified Action object and appends it to the end of this menu.
add(Action) - Method in class com.sun.java.swing.JToolBar
Add a new JButton which dispatches the action.
add(Action) - Method in class com.sun.java.swing.JPopupMenu
Append a new menuitem to the end of the menu which dispatches the specified Action object.
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(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(Area) - Method in class java.awt.geom.Area
Adds the shape of the specified Area to the current shape.
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(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
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 Character to the list of parameters.
add(Class, EventListener) - Method in class com.sun.java.swing.event.EventListenerList
Add the listener as a listener of the specified type.
add(Component, int) - Method in class com.sun.java.swing.JTabbedPane
Adds a component at the specified tab index with a tab title defaulting to the name of the component.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object, int) - Method in class com.sun.java.swing.JTabbedPane
Adds a component at the specified tab index.
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(Component, Object) - Method in class com.sun.java.swing.JTabbedPane
Adds a component to the tabbed pane.
add(Component, Object) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component) - Method in class com.sun.java.swing.JMenu
Appends a component to the end of this menu.
add(Component) - Method in class com.sun.java.swing.JTabbedPane
Adds a component with a tab title defaulting to the name of the component.
add(Component) - Method in class java.awt.Container
Adds the specified component to the end of this container.
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(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(double) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Double to the list of parameters.
add(float) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Float to the list of parameters.
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(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(int, int) - Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this rectangle.
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(int, Object) - Method in class com.sun.java.swing.DefaultListModel
Inserts the specified element at the specified position in this list.
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(int, Object) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(int, Object) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this List.
add(int, Object) - Method in interface java.util.List
Inserts the specified element at the specified position in this List (optional operation).
add(int, Object) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this ArrayList.
add(int) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Integer to the list of parameters.
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.
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(JMenu) - Method in class com.sun.java.swing.JMenuBar
Appends the specified menu to the end of the menu bar.
add(JMenuItem) - Method in class com.sun.java.swing.JMenu
Appends a menuitem to the end of this menu.
add(JMenuItem) - Method in class com.sun.java.swing.JPopupMenu
Appends the specified menu item to the end of this menu.
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(long) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Long to the list of parameters.
add(Menu) - Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(MenuItem) - Method in class java.awt.Menu
Adds the specified menu item to this menu.
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(MutableTreeNode) - Method in class com.sun.java.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(Object) - Method in class java.awt.image.renderable.ParameterBlock
Adds an object to the list of parameters.
add(Object) - Method in class java.beans.beancontext.BeanContextSupport
Adds/nests a child within this BeanContext Invoked as a side effect of java.beans.
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(Object) - Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the List (optional operation).
add(Object) - Method in class java.util.TreeSet
Adds the specified element to this Set if it is not already present.
add(Object) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(Object) - Method in class java.util.LinkedList
Appends the specified element to the end of this List.
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(Object) - Method in class java.util.ArrayList
Appends the specified element to the end of this ArrayList.
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(Point) - Method in class java.awt.Rectangle
Adds the point pt to this rectangle.
add(Point2D) - Method in class java.awt.geom.Rectangle2D
Adds the Point2D object pt to this rectangle.
add(PopupMenu) - Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a rectangle to this rectangle.
add(Rectangle2D) - Method in class java.awt.geom.Rectangle2D
Adds a Rectangle2D object to this rectangle.
add(short) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Short to the list of parameters.
add(String, Component) - Method in class com.sun.java.swing.JTabbedPane
Adds a component with the specified tab title.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(String, int) - Method in class java.awt.List
Adds the specified item to the end of the scrolling list.
add(String) - Method in class com.sun.java.swing.JMenu
Creates a new menuitem with the specified text and appends it to the end of this menu.
add(String) - Method in class com.sun.java.swing.JPopupMenu
Creates a new menuitem with the specified text and appends it to the end of this menu.
add(String) - Method in class java.awt.Choice
Adds an item to this Choice menu.
add(String) - Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String) - Method in class org.omg.CORBA.ContextList
Adds a String object to this ContextList object.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
add(TypeCode) - Method in class org.omg.CORBA.ExceptionList
Adds a TypeCode object describing an exception to this ExceptionList object.
add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addAccessibleSelection(int) - Method in interface com.sun.java.accessibility.AccessibleSelection
Adds the specified Accessible child of the object to the object's selection.
addAccessibleSelection(int) - Method in class com.sun.java.swing.JMenu.AccessibleJMenu
Selects the nth menu in the menu.
addAccessibleSelection(int) - Method in class com.sun.java.swing.JTree.AccessibleJTree
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class com.sun.java.swing.JMenuBar.AccessibleJMenuBar
Selects the nth menu in the menu bar, forcing it to pop up.
addAccessibleSelection(int) - Method in class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
 
addAccessibleSelection(int) - Method in class com.sun.java.swing.JList.AccessibleJList
Adds the specified selected item in the object to the object's selection.
addActionForKeyStroke(KeyStroke, Action) - Method in interface com.sun.java.swing.text.Keymap
Adds a binding to the keymap.
addActionListener(ActionListener) - Method in class com.sun.java.swing.AbstractButton
adds an ActionListener to the button
addActionListener(ActionListener) - Method in class com.sun.java.swing.DefaultButtonModel
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in interface com.sun.java.swing.ComboBoxEditor
Add an ActionListener.
addActionListener(ActionListener) - Method in class com.sun.java.swing.Timer
Adds an actionListener to the Timer
addActionListener(ActionListener) - Method in class com.sun.java.swing.JTextField
Adds the specified action listener to receive action events from this textfield.
addActionListener(ActionListener) - Method in class com.sun.java.swing.JFileChooser
adds an ActionListener to the button
addActionListener(ActionListener) - Method in interface com.sun.java.swing.ButtonModel
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class com.sun.java.swing.JComboBox
Adds an ActionListener.
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.
addAdjustmentListener(AdjustmentListener) - Method in class com.sun.java.swing.JScrollBar
Adds an AdjustmentListener.
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.
addAll(AccessibleState[]) - Method in class com.sun.java.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)
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(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the specified Collection to this TreeSet.
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(Collection) - Method in class java.util.LinkedList
Appends all of the elements in the specified Collection to the end of this this LinkedList, in the order that they are returned by the specified Collection's Iterator.
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(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.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(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(int, Collection) - Method in class java.util.LinkedList
Inserts all of the elements in the specified Collection into this LinkedList, starting at the specified position.
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(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.
addAncestorListener(AncestorListener) - Method in class com.sun.java.swing.JComponent
Registers listener so that it will receive AncestorEvents when it or any of its ancestors move or are made visible / invisible.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
Adds an attribute to a subrange of the string.
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
Adds an attribute to the entire string.
addAttribute(AttributeSet, Object, Object) - Method in class com.sun.java.swing.text.StyleContext
Adds an attribute to the given set, and returns the new representative set.
addAttribute(AttributeSet, Object, Object) - Method in interface com.sun.java.swing.text.AbstractDocument.AttributeContext
Adds an attribute to the given set, and returns the new representative set.
addAttribute(Object, Object) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Adds an attribute to the element.
addAttribute(Object, Object) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Adds an attribute.
addAttribute(Object, Object) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Adds an attribute to the list.
addAttribute(Object, Object) - Method in interface com.sun.java.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
addAttributes(AttributeSet, AttributeSet) - Method in class com.sun.java.swing.text.StyleContext
Adds a set of attributes to the element.
addAttributes(AttributeSet, AttributeSet) - Method in interface com.sun.java.swing.text.AbstractDocument.AttributeContext
Adds a set of attributes to the element.
addAttributes(AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Adds a set of attributes to the element.
addAttributes(AttributeSet) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Adds a set of attributes to the element.
addAttributes(AttributeSet) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Adds a set of attributes to the list.
addAttributes(AttributeSet) - Method in interface com.sun.java.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains the given attributes and values.
addAttributes(Map, int, int) - Method in class java.text.AttributedString
Adds a set of attributes to a subrange of the string.
addAuxiliaryLookAndFeel(LookAndFeel) - Static method in class com.sun.java.swing.UIManager
Add a LookAndFeel to the list of auxiliary look and feels.
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 com.sun.java.swing.text.JTextComponent
Adds a caret listener for notification of any changes to the caret.
addCellEditorListener(CellEditorListener) - Method in interface com.sun.java.swing.CellEditor
Add a listener to the list that's notified when the editor starts, stops, or cancels editing.
addCellEditorListener(CellEditorListener) - Method in class com.sun.java.swing.DefaultCellEditor
 
addCellEditorListener(CellEditorListener) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Adds the CellEditorListener.
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Adds a certificate for this identity.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.AbstractButton
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.DefaultButtonModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.MenuSelectionManager
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.DefaultSingleSelectionModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.JSlider
Adds a ChangeListener to the slider.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.JTabbedPane
Adds a ChangeListener to this tabbedpane.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.JViewport
Add a ChangeListener to the list that's notified each time the view's size, position, or the viewport's extent size has changed.
addChangeListener(ChangeListener) - Method in interface com.sun.java.swing.BoundedRangeModel
Adds a ChangeListener to the model's listener list.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.JProgressBar
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface com.sun.java.swing.ButtonModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface com.sun.java.swing.SingleSelectionModel
Adds listener as a listener to changes in the model.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.text.StyleContext
Adds a listener to track when styles are added or removed.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Adds a change listener.
addChangeListener(ChangeListener) - Method in interface com.sun.java.swing.text.Style
Adds a listener to track whenever an attribute has been changed.
addChangeListener(ChangeListener) - Method in interface com.sun.java.swing.text.Caret
Adds a listener to track whenever the caret position has been changed.
addChangeListener(ChangeListener) - Method in class com.sun.java.swing.text.DefaultCaret
Adds a listener to track whenever the caret position has been changed.
addChoosableFileFilter(FileFilter) - Method in class com.sun.java.swing.JFileChooser
Adds a filter to the list of user choosable file filters.
addChooserPanel(AbstractColorChooserPanel) - Method in class com.sun.java.swing.JColorChooser
Adds a color chooser panel to the color chooser.
addColumn(Object, Object[]) - Method in class com.sun.java.swing.table.DefaultTableModel
Adds a column to the model with name columnName.
addColumn(Object, Vector) - Method in class com.sun.java.swing.table.DefaultTableModel
Add a column to the model.
addColumn(Object) - Method in class com.sun.java.swing.table.DefaultTableModel
Add a column to the model.
addColumn(TableColumn) - Method in class com.sun.java.swing.JTable
Appends aColumn to the end of the array of columns held by the JTable's column model.
addColumn(TableColumn) - Method in interface com.sun.java.swing.table.TableColumnModel
Appends aColumn to the end of the receiver's tableColumns array.
addColumn(TableColumn) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
Appends aColumn to the end of the receiver's tableColumns array.
addColumnModelListener(TableColumnModelListener) - Method in interface com.sun.java.swing.table.TableColumnModel
 
addColumnModelListener(TableColumnModelListener) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
 
addColumnSelectionInterval(int, int) - Method in class com.sun.java.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.renderable.RenderableImageProducer
Adds an ImageConsumer to the list of consumers interested in data for this image.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addContent(char[], int, int) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
Add some text with the current character attributes.
addDirtyRegion(JComponent, int, int, int, int) - Method in class com.sun.java.swing.RepaintManager
Add a component in the list of components that should be refreshed.
addDocumentListener(DocumentListener) - Method in interface com.sun.java.swing.text.Document
Registers the given observer to begin receiving notifications when changes are made to the document.
addDocumentListener(DocumentListener) - Method in class com.sun.java.swing.text.AbstractDocument
Adds a document listener for notification of any changes.
addDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
register a new DragGestureListener
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 com.sun.java.swing.text.AbstractDocument.DefaultDocumentEvent
Adds a document edit.
addEdit(UndoableEdit) - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
This default implementation returns false.
addEdit(UndoableEdit) - Method in class com.sun.java.swing.undo.CompoundEdit
If this edit is inProgress, accepts anEdit and returns true.
addEdit(UndoableEdit) - Method in interface com.sun.java.swing.undo.UndoableEdit
This UndoableEdit should absorb anEdit if it can.
addEdit(UndoableEdit) - Method in class com.sun.java.swing.undo.UndoManager
If inProgress, inserts anEdit at indexOfNextAdd, and removes any old edits that were at indexOfNextAdd or later.
addElement(Object) - Method in interface com.sun.java.swing.MutableComboBoxModel
Adds an item to the end of the model.
addElement(Object) - Method in class com.sun.java.swing.DefaultComboBoxModel
 
addElement(Object) - Method in class com.sun.java.swing.DefaultListModel
Adds the specified component to the end of this list.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL. An entry associates a principal (e.g.
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 interface com.sun.java.accessibility.AccessibleComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Adds the specified listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.Box.AccessibleBox
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
addFocusListener(FocusListener) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
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.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in class com.sun.java.swing.text.DefaultHighlighter
Adds a highlight to the view.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in interface com.sun.java.swing.text.Highlighter
Adds a highlight to the view.
addHyperlinkListener(HyperlinkListener) - Method in class com.sun.java.swing.JEditorPane
Adds a hyperlink listener for notification of any changes, for example when a link is selected and entered.
addIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated. Adds an identity to this identity scope.
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.
addImage(Image, int) - Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked by this media tracker.
addImpl(Component, Object, int) - Method in class com.sun.java.swing.JLayeredPane
 
addImpl(Component, Object, int) - Method in class com.sun.java.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 com.sun.java.swing.JToolBar
 
addImpl(Component, Object, int) - Method in class com.sun.java.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 com.sun.java.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).
addImpl(Component, Object, int) - Method in class com.sun.java.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 com.sun.java.swing.JViewport
Sets the Viewport's one lightweight child, which can be null.
addImpl(Component, Object, int) - Method in class com.sun.java.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 com.sun.java.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 com.sun.java.swing.JRootPane
Overridden to enforce the position of the glass component as the zero child.
addImpl(Component, Object, int) - Method in class com.sun.java.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.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.
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 com.sun.java.swing.JInternalFrame
Adds the specified internal frame listener to receive internal frame events from this internal frame.
addInvalidComponent(JComponent) - Method in class com.sun.java.swing.RepaintManager
Mark the component as in need of layout and queue a runnable for the event dispatching thread that will validate the components first isValidateRoot() ancestor.
addItem(Object) - Method in class com.sun.java.swing.JComboBox
Adds an item to the item list.
addItem(String, int) - Method in class java.awt.List
Deprecated. replaced by add(String, int).
addItem(String) - Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String) - Method in class java.awt.List
Deprecated. replaced by add(String).
addItemListener(ItemListener) - Method in class com.sun.java.swing.AbstractButton
adds an ItemListener to the checkbox
addItemListener(ItemListener) - Method in class com.sun.java.swing.DefaultButtonModel
Adds an ItemListener to the button.
addItemListener(ItemListener) - Method in interface com.sun.java.swing.ButtonModel
Adds an ItemListener to the button.
addItemListener(ItemListener) - Method in class com.sun.java.swing.JComboBox
Adds an ItemListener.
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.
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 com.sun.java.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 com.sun.java.swing.BoxLayout
Not used by this class.
addLayoutComponent(Component, Object) - Method in class com.sun.java.swing.JRootPane.RootLayout
 
addLayoutComponent(Component, Object) - Method in class com.sun.java.swing.OverlayLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
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 com.sun.java.swing.ViewportLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class com.sun.java.swing.BoxLayout
Not used by this class.
addLayoutComponent(String, Component) - Method in class com.sun.java.swing.JRootPane.RootLayout
 
addLayoutComponent(String, Component) - Method in class com.sun.java.swing.ScrollPaneLayout
Adds the specified component to the layout, identifying it as one of: JScrollPane.
addLayoutComponent(String, Component) - Method in class com.sun.java.swing.OverlayLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Deprecated. replaced by addLayoutComponent(Component, 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(String, Component) - Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addListDataListener(ListDataListener) - Method in class com.sun.java.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 com.sun.java.swing.ListModel
Add a listener to the list that's notified each time a change to the data model occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
addListSelectionListener(ListSelectionListener) - Method in interface com.sun.java.swing.ListSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.sun.java.swing.JList
Add a listener to the list that's notified each time a change to the selection occurs.
addMarkerData(int, byte[]) - Method in interface com.sun.image.codec.jpeg.JPEGEncodeParam
Appends 'data' to the array of byte[] associated with marker.
addMember(Principal) - Method in interface java.security.acl.Group
Adds the specified member to the group.
addMenuDragMouseListener(MenuDragMouseListener) - Method in class com.sun.java.swing.JMenuItem
Adds a MenuDragMouseListener to the menu item
addMenuKeyListener(MenuKeyListener) - Method in class com.sun.java.swing.JMenuItem
Adds a MenuKeyListener to the menu item
addMenuListener(MenuListener) - Method in class com.sun.java.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 com.sun.java.swing.JComponent
Notification to this component that it now has a parent component.
addNotify() - Method in class com.sun.java.swing.JTable
Calls configureEnclosingScrollPane.
addNotify() - Method in class com.sun.java.swing.JRootPane
Register ourselves with the SystemEventQueueUtils as a new root pane.
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.Window
Creates the Window's peer.
addNotify() - Method in class java.awt.Frame
Creates the Frame's peer.
addNotify() - Method in class java.awt.Dialog
Creates the dialog's 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.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.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.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.
addNotify(DropTargetContextPeer) - Method in class java.awt.dnd.DropTargetContext
called when associated with the DropTargetContextPeer
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 com.sun.java.swing.JPopupMenu
Add a PopupMenu listener param l the PopupMenuListener to add
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.accessibility.AccessibleContext
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.JComponent
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
 
addPropertyChangeListener(PropertyChangeListener) - Static method in class com.sun.java.swing.UIManager
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.AbstractAction
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.java.swing.Action
Add or remove a PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.UIDefaults
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.event.SwingPropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.table.TableColumn
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
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 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 com.sun.java.swing.event.SwingPropertyChangeSupport
Add a PropertyChangeListener for a specific property.
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(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
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.
address - Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
ADDRESS - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
addRow(Object[]) - Method in class com.sun.java.swing.table.DefaultTableModel
Add a row to the end of the model.
addRow(Vector) - Method in class com.sun.java.swing.table.DefaultTableModel
Add a row to the end of the model.
addRowSelectionInterval(int, int) - Method in class com.sun.java.swing.JTable
Adds the rows from index0 to index0 inclusive to the current selection.
addRule(String) - Method in class com.sun.java.swing.text.html.StyleSheet
Add a set of rules to the sheet.
addSelectionInterval(int, int) - Method in class com.sun.java.swing.JTree
Adds the paths between index0 and index1, inclusive, to the selection.
addSelectionInterval(int, int) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
addSelectionInterval(int, int) - Method in interface com.sun.java.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 com.sun.java.swing.JList
Set the selection to be the union of the specified interval with current selection.
addSelectionPath(TreePath) - Method in class com.sun.java.swing.JTree
Adds the node identified by the specified TreePath to the current selection.
addSelectionPath(TreePath) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Adds path to the current selection.
addSelectionPath(TreePath) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Adds path to the current selection.
addSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.JTree
Adds each path in the array of paths to the current selection.
addSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.JTree.EmptySelectionModel
A null implementation that adds nothing
addSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Adds paths to the current selection.
addSelectionPaths(TreePath[]) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Adds paths to the current selection.
addSelectionRow(int) - Method in class com.sun.java.swing.JTree
Adds the path at the specified row to the current selection.
addSelectionRows(int[]) - Method in class com.sun.java.swing.JTree
Adds the paths at each of the specified rows to the current selection.
addSeparator() - Method in class com.sun.java.swing.JMenu
Append a new separator to the end of the menu.
addSeparator() - Method in class com.sun.java.swing.JToolBar
Appends a toolbar separator of default size to the end of the toolbar.
addSeparator() - Method in class com.sun.java.swing.JPopupMenu
 
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSeparator(Dimension) - Method in class com.sun.java.swing.JToolBar
Appends a toolbar separator to the end of the toolbar.
addService(Class, BeanContextServiceProvider, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
add a service
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
addSingletonComponent(Component, Component) - Method in class com.sun.java.swing.ScrollPaneLayout
The method used to replace an existing component (if any) with a new one.
addSource(Object) - Method in class java.awt.image.renderable.ParameterBlock
Adds an image to end of the list of sources.
addSpecialElement(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
Add content that is basically specified entirely in the attribute set.
addStyle(String, Style) - Method in class com.sun.java.swing.JTextPane
Adds a new style into the logical style hierarchy.
addStyle(String, Style) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Adds a new style into the logical style hierarchy.
addStyle(String, Style) - Method in class com.sun.java.swing.text.StyleContext
Adds a new style into the style hierarchy.
addStyle(String, Style) - Method in interface com.sun.java.swing.text.StyledDocument
Adds a new style into the logical style hierarchy.
addTab(String, Component) - Method in class com.sun.java.swing.JTabbedPane
Adds a component represented by a title and no icon.
addTab(String, Icon, Component, String) - Method in class com.sun.java.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 com.sun.java.swing.JTabbedPane
Adds a component represented by a title and/or icon, either of which can be null.
addTableModelListener(TableModelListener) - Method in class com.sun.java.swing.table.AbstractTableModel
Add a listener to the list that's notified each time a change to the data model occurs.
addTableModelListener(TableModelListener) - Method in interface com.sun.java.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.
addTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
Adds an observer.
addTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
Adds a tile observer.
addTreeExpansionListener(TreeExpansionListener) - Method in class com.sun.java.swing.JTree
Adds a listener for TreeExpansion events.
addTreeModelListener(TreeModelListener) - Method in class com.sun.java.swing.tree.DefaultTreeModel
 
addTreeModelListener(TreeModelListener) - Method in interface com.sun.java.swing.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.sun.java.swing.JTree
Adds a listener for TreeSelection events.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addTreeSelectionListener(TreeSelectionListener) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Adds x to the list of listeners that are notified each time the selection changes.
addTreeWillExpandListener(TreeWillExpandListener) - Method in class com.sun.java.swing.JTree
Adds a listener for TreeWillExpand events.
addUndoableEditListener(UndoableEditListener) - Method in interface com.sun.java.swing.text.Document
Registers the given observer to begin receiving notifications when undoable edits are made to the document.
addUndoableEditListener(UndoableEditListener) - Method in class com.sun.java.swing.text.AbstractDocument
Adds an undo listener for notification of any changes.
addUndoableEditListener(UndoableEditListener) - Method in class com.sun.java.swing.undo.UndoableEditSupport
 
addURL(URL) - Method in class java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
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
addVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.java.swing.JComponent
Add a VetoableChangeListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
Adjustable - interface java.awt.Adjustable.
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
adjustAllocation(Shape) - Method in class com.sun.java.swing.text.FieldView
Adjusts the allocation given to the view to be a suitable allocation for a text field.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
 
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.
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.
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.
adjustRow(ParagraphView.Row, int, int) - Method in class com.sun.java.swing.text.ParagraphView
Adjusts the given row if possible to fit within the layout span.
adjustSizes(int, SizeRequirements[]) - Static method in class com.sun.java.swing.SizeRequirements
 
adjustVisibility(Rectangle) - Method in class com.sun.java.swing.text.DefaultCaret
Scrolls the associated view (if necessary) to make the caret visible.
Adler32 - class java.util.zip.Adler32.
A class that can be used to compute the Adler-32 checksum of a data stream.
advance - Variable in class java.awt.font.TextLine.TextLineMetrics
 
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(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(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.
AffineTransformOp - class java.awt.image.AffineTransformOp.
This 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, RenderingHints) - Constructor for class java.awt.image.AffineTransformOp
Constructs an AffineTransformOp given an affine transform.
AFTER_LAST_LINE - Static variable in class java.awt.BorderLayout
The component comes after the last line of the layout's content.
AFTER_LINE_ENDS - Static variable in class java.awt.BorderLayout
The component goes at the end of the line direction for the layout.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
after(Timestamp) - Method in class java.sql.Timestamp
Is this timestamp later than the timestamp argument?
afterConnection(URLConnection) - Method in class java.net.URLConnection.Callback
This method should be invoked by a connection object after a connection has been established.
afterEvent(URLConnection, IOException) - Method in class java.net.URLConnection.Callback
This method should be invoked by a connection object after a connection has been attempted and an exceptional condition has been encountered.
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.
ALERT - Static variable in class com.sun.java.accessibility.AccessibleRole
Object is used to alert the user about something.
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.
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.
AlgorithmParameterSpec - interface java.security.spec.AlgorithmParameterSpec.
A (transparent) specification of cryptographic parameters.
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.
An AliasDef represents an OMG IDL typedef that aliases other definition.
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
ALIGN - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
ALIGN_BAR - Static variable in class com.sun.java.swing.text.TabStop
 
ALIGN_CENTER - Static variable in class com.sun.java.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 com.sun.java.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_DECIMAL - Static variable in class com.sun.java.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 com.sun.java.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_LEFT - Static variable in class com.sun.java.swing.text.TabStop
Character following tab is positioned at location.
ALIGN_LEFT - Static variable in class com.sun.java.swing.text.StyleConstants
A possible value for paragraph alignment.
ALIGN_RIGHT - Static variable in class com.sun.java.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 com.sun.java.swing.text.StyleConstants
A possible value for paragraph alignment.
alignment - Variable in class com.sun.java.swing.SizeRequirements
The alignment, specified as a value between 0.0 and 1.0, inclusive.
Alignment - Static variable in class com.sun.java.swing.text.StyleConstants
Alignment for the paragraph.
Alignment - Static variable in class com.sun.java.swing.text.StyleConstants.ParagraphConstants
Alignment for the paragraph.
ALINK - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
ALL_COLUMNS - Static variable in class com.sun.java.swing.event.TableModelEvent
 
allAttributes - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
All possible css attribute keys.
allAttributes - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
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.
allowsChildren - Variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
true if the node is able to have children
allowsMultipleSelections() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isMultipleMode().
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated. The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified.
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.
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.
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?
allTags - Static variable in class com.sun.java.swing.text.html.HTML.Tag
This is the set of actual html tags that are known about the the default html reader.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
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
 
ALT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
The alt-graph key modifier constant.
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
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
ANCESTOR_ADDED - Static variable in class com.sun.java.swing.event.AncestorEvent
 
ANCESTOR_MOVED - Static variable in class com.sun.java.swing.event.AncestorEvent
 
ANCESTOR_REMOVED - Static variable in class com.sun.java.swing.event.AncestorEvent
 
ancestorAdded(AncestorEvent) - Method in interface com.sun.java.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.
AncestorEvent - class com.sun.java.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 com.sun.java.swing.event.AncestorEvent
 
AncestorListener - interface com.sun.java.swing.event.AncestorListener.
AncestorListener Interface to support notification when changes occur to a JComponent or one of its ancestors.
ancestorMoved(AncestorEvent) - Method in interface com.sun.java.swing.event.AncestorListener
Called when either the source or one of its ancestors is moved.
ancestorRemoved(AncestorEvent) - Method in interface com.sun.java.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(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
annotateClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
Annotation - class java.text.Annotation.
An Annotation object is used as a wrapper for a text attribute value if The text range that the attribute is applied to is critical to the semantics of the range.
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.
APP0_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP0 marker - JFIF info
APP1_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP1 marker
APP2_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP2 marker
APP3_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP3 marker
APP4_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP4 marker
APP5_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP5 marker
APP6_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP6 marker
APP7_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP7 marker
APP8_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP8 marker
APP9_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APP9 marker
APPA_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPA marker
APPB_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPB marker
APPC_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPC marker
APPD_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPD marker
APPE_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPE marker - Adobe info
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(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(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array 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(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float 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(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
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(Printable, PageFormat, int) - Method in class java.awt.print.Book
Append 'numPages' pages to the end of this Book.
append(Printable, PageFormat) - Method in class java.awt.print.Book
Append a single page to the end of this Book.
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(String) - Method in class com.sun.java.swing.JTextArea
Appends the given text to the end of the document.
append(String) - Method in class java.awt.TextArea
Appends the given text to the text area's current text.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(View) - Method in class com.sun.java.swing.text.CompositeView
Appends a single child view.
appendEvent(InputEvent) - Method in class java.awt.dnd.DragGestureRecognizer
Listeners registered on the Component by this Recognizer shall record all Events that are recognized as part of the series of Events that go to comprise a Drag and Drop initiating gesture via this API. this state is cleared when a the gesture is completed, after the DragGestureListener is notified.
appendText(String) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by append(String).
APPF_MARKER - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
APPF marker
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 - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
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.
appletResize(int, int) - Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
AppletStub - interface java.applet.AppletStub.
When an applet is first created, an applet stub is attached to it using the applet's setStub method.
ApplicationException - exception org.omg.CORBA.portable.ApplicationException.
 
ApplicationException(String, InputStream) - Constructor for class org.omg.CORBA.portable.ApplicationException
Construct an ApplicationException object.
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.
applyResourceBundle(ResourceBundle) - Method in class java.awt.Window
Apply the settings in the given ResourceBundle to this Window.
applyResourceBundle(String) - Method in class java.awt.Window
Load the ResourceBundle with the given name using the default locale and apply its settings to this window.
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
APPROVE_BUTTON_TEXT_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
APPROVE_OPTION - Static variable in class com.sun.java.swing.JFileChooser
Return value approve is chosen.
APPROVE_SELECTION - Static variable in class com.sun.java.swing.JFileChooser
 
approveSelection() - Method in class com.sun.java.swing.JFileChooser
Called by the UI when the user hits the approve (AKA "Open" or "Save") button.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
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.
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.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)
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(int) - Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to location (0, 0)
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)
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(int) - Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to location (0, 0)
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.
Arc2D(int) - Constructor for class java.awt.geom.Arc2D
This is an abstract class that cannot be instantiated directly.
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.
ARCHIVE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
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.
Area - class java.awt.geom.Area.
Area is a device-independent specification of an arbitrarily-shaped area.
AREA - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
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.
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.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
areNew - Variable in class com.sun.java.swing.event.TreeSelectionEvent
For each path identifies if that is path is in fact new.
arePathsContiguous(TreePath[]) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the paths are contiguous.
arg - Variable in class java.awt.Event
An arbitrary argument of the event.
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.
arguments() - Method in class org.omg.CORBA.Request
Retrieves the NVList object containing the arguments to the method being invoked.
arguments(NVList) - Method in class org.omg.CORBA.ServerRequest
Operation parameter types will be specified, and "in" and "inout" argument values will be retrieved, with arguments().
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.
ARMED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates that the object is armed.
ARMED - Static variable in class com.sun.java.swing.DefaultButtonModel
Indicates partial commitment towards choosing the button.
ARMENIAN - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
 
array - Variable in class com.sun.java.swing.text.Segment
This is the array containing the text of interest.
Array - class java.lang.reflect.Array.
The Array class provides static methods to dynamically create and access Java arrays.
Array - interface java.sql.Array.
JDBC 2.0 SQL arrays are mapped to the Array interface.
ARRAY - Static variable in class java.sql.Types
 
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.
ArrayDef - interface org.omg.CORBA.ArrayDef.
An ArrayDef represents an OMG IDL array type.
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() - 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.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty ArrayList with the specified initial capacity.
Arrays - class java.util.Arrays.
This class contains various methods for manipulating arrays (such as sorting and searching).
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.
ARROWS - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ascent - Variable in class java.awt.font.TextLine.TextLineMetrics
 
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 com.sun.java.swing.tree.DefaultTreeModel
Determines how the isLeaf method figures out if a node is a leaf node.
asksAllowsChildren() - Method in class com.sun.java.swing.tree.DefaultTreeModel
Tells how leaf nodes are determined.
asList(Object[]) - Static method in class java.util.Arrays
Returns a fixed-size List backed by the specified array.
assign(DynAny) - Method in interface org.omg.CORBA.DynAny
 
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).
ATTR_NORMAL - Static variable in class org.omg.CORBA.AttributeMode
 
ATTR_READONLY - Static variable in class org.omg.CORBA.AttributeMode
 
AttributedCharacterIterator - interface java.text.AttributedCharacterIterator.
An AttributedCharacterIterator allows iteration through both text and related attribute information.
AttributedCharacterIterator.Attribute - class java.text.AttributedCharacterIterator.Attribute.
Defines attribute keys that are used to identify text attributes.
AttributedCharacterIterator.Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
Constructs an Attribute with the given name.
AttributeDef - interface org.omg.CORBA.AttributeDef.
An AttributeDef represents the information that defines an attribute of an interface.
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
 
AttributedString - class java.text.AttributedString.
An AttributedString holds text and related attribute information.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(String, Map) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text and attributes.
AttributedString(String) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text.
AttributeMode - class org.omg.CORBA.AttributeMode.
 
attributeNames() - Method in class java.beans.FeatureDescriptor
 
attributes - Variable in class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
 
Attributes - class java.util.jar.Attributes.
The Attributes class maps Manifest attribute names to associated string values.
Attributes.Name - class java.util.jar.Attributes.Name.
The Attributes.
Attributes.Name(String) - Constructor for class java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
Attributes() - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with default size.
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(int) - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with the specified initial size.
AttributeSet - interface com.sun.java.swing.text.AttributeSet.
A collection of unique attributes.
AttributeSet.CharacterAttribute - interface com.sun.java.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 com.sun.java.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 com.sun.java.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 com.sun.java.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.
AudioClip - interface java.applet.AudioClip.
The AudioClip interface is a simple abstraction for playing a sound clip.
augmentList(Action[], Action[]) - Static method in class com.sun.java.swing.text.TextAction
Takes one list of commands and augments it with another list of commands.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
Authenticator - class java.net.Authenticator.
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
AUTO_RESIZE_ALL_COLUMNS - Static variable in class com.sun.java.swing.JTable
During all resize operations, proportionately resize all columns
AUTO_RESIZE_LAST_COLUMN - Static variable in class com.sun.java.swing.JTable
During all resize operations, apply adjustments to the last column only
AUTO_RESIZE_NEXT_COLUMN - Static variable in class com.sun.java.swing.JTable
When a column is adjusted in the UI, adjust the next column the opposite way
AUTO_RESIZE_OFF - Static variable in class com.sun.java.swing.JTable
Do not adjust column widths automatically, use a scrollbar
AUTO_RESIZE_SUBSEQUENT_COLUMNS - Static variable in class com.sun.java.swing.JTable
During UI adjustment, change subsequent columns to preserve the total width
autoCreateColumnsFromModel - Variable in class com.sun.java.swing.JTable
The table will query the TableModel to build the default set of columns if this is true.
autoResizeMode - Variable in class com.sun.java.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 - 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.
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 (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
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
Deprecated. 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
Deprecated. 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
 
AWT_COMPONENT - Static variable in class com.sun.java.accessibility.AccessibleRole
An AWT component, but nothing else is known about it.
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, String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.
AWTPermission(String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission with the specified name.

Java Platform 1.2
Beta 4
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 _
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.
This documentation was generated with a post-Beta4 version of Javadoc.