Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

E

E. Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
EAST. Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint (right side of container).
EAST. Static variable in interface java.awt.swing.SwingConstants
EDATA_JAX. Static variable in class java.util.jar.JarOutputStream
ZIP file header extra field data used to identify an executable JAR file.
EDGE_NO_OP. Static variable in class java.awt.image.ConvolveOp
Pixels at the edge of the source image are copied to the corresponding pixels in the destination without modification.
EDGE_SPACING. Static variable in class java.awt.swing.border.TitledBorder
EDGE_ZERO_FILL. Static variable in class java.awt.image.ConvolveOp
Pixels at the edge of the destination image are set to zero.
EDITABLE. Static variable in class java.awt.accessibility.AccessibleState
Indicates the user can change the contents of this object.
EDITABLE_PROPERTY. Static variable in class java.awt.swing.JTree
Bound property name for editable.
EMBEDDED_GRAPHIC. Static variable in class java.awt.font.TextAttributeSet
An embedded graphic to display in the text.
EMPTY. Static variable in class java.awt.font.TextAttributeSet
An empty attribute set, for convenience.
EMPTY. Static variable in class java.awt.swing.text.SimpleAttributeSet
An empty attribute set.
EMPTY_ENUMERATION. Static variable in class java.awt.swing.tree.DefaultMutableTreeNode
ENABLED. Static variable in class java.awt.accessibility.AccessibleState
Indicates this object is enabled.
ENABLED. Static variable in class java.awt.swing.DefaultButtonModel
Indicates whether the button is currently enabled.
ENCLOSED_ALPHANUMERICS. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ENCLOSED_CJK_LETTERS_AND_MONTHS. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
ENCLOSING_MARK. Static variable in class java.lang.Character
END. Static variable in class java.awt.Event
The End key, a non-ASCII action key.
END_PUNCTUATION. Static variable in class java.lang.Character
ENGLISH. Static variable in class java.util.Locale
Useful constant for language.
ENTER. Static variable in class java.awt.Event
The Enter key.
ENTER. Static variable in class java.awt.dnd.DragSourceContext
ENTERED. Static variable in class java.awt.swing.event.HyperlinkEvent.EventType
EOFException exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException(). Constructor for class java.io.EOFException
Constructs an EOFException with no detail message.
EOFException(String). Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
ERA. Static variable in class java.util.Calendar
Useful constant for date and time.
ERA_FIELD. Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
ERROR. 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 has encountered an error.
ERRORED. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media encountered an error.
ERROR_MESSAGE. Static variable in class java.awt.swing.JOptionPane
Used for error messages.
ESCAPE. Static variable in class java.awt.Event
The Escape key.
EVEN_ODD. Static variable in class java.awt.geom.GeneralPath
An even-odd winding rule for determining the interior of a path.
EXITED. Static variable in class java.awt.swing.event.HyperlinkEvent.EventType
EXPANDABLE. Static variable in class java.awt.accessibility.AccessibleState
Indicates this object allows progressive disclosure of its children.
EXPANDED. Static variable in class java.awt.accessibility.AccessibleState
Indicates this object is expanded.
E_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR. Static variable in class java.awt.Frame
EditorKit class java.awt.swing.text.EditorKit.
Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
EditorKit(). Constructor for class java.awt.swing.text.EditorKit
Element interface java.awt.swing.text.Element.
Interface to describe a structural piece of a document.
ElementNameAttribute. Static variable in class java.awt.swing.text.AbstractDocument
Name of the attribute used to specify element names.
Ellipse2D class java.awt.geom.Ellipse2D.
An ellipse defined by a bounding rectangle.
Ellipse2D(). Constructor for class java.awt.geom.Ellipse2D
Ellipse2D.Double class java.awt.geom.Ellipse2D.Double.
An ellipse specified in double precision.
Ellipse2D.Double(). Constructor for class java.awt.geom.Ellipse2D.Double
Constructs a new ellipse, initialized to location (0, 0) and size (0, 0).
Ellipse2D.Double(double, double, double, double). Constructor for class java.awt.geom.Ellipse2D.Double
Constructs and initializes an ellipse from the specified coordinates.
Ellipse2D.Float class java.awt.geom.Ellipse2D.Float.
An ellipse specified in float precision.
Ellipse2D.Float(). Constructor for class java.awt.geom.Ellipse2D.Float
Constructs a new ellipse, initialized to location (0, 0) and size (0, 0).
Ellipse2D.Float(float, float, float, float). Constructor for class java.awt.geom.Ellipse2D.Float
Constructs and initializes an ellipse from the specified coordinates.
EmptyBorder class java.awt.swing.border.EmptyBorder.
A class which provides an empty, transparent border which takes up space but does no drawing.
EmptyBorder(int, int, int, int). Constructor for class java.awt.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyBorder(Insets). Constructor for class java.awt.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyStackException exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
EncodedKeySpec class java.security.spec.EncodedKeySpec.
This class represents a public or private key in encoded format.
EncodedKeySpec(). Constructor for class java.security.spec.EncodedKeySpec
EndTagType. Static variable in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
EnumDef interface org.omg.CORBA.EnumDef.
Enumeration interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
Environment class org.omg.CORBA.Environment.
A container (holder) for an exception that is used in Request operations to make exceptions available to the client.
Error error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error(). Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String). Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
EtchedBorder class java.awt.swing.border.EtchedBorder.
A class which implements a simple etched border which can either be etched-in or etched-out.
EtchedBorder(). Constructor for class java.awt.swing.border.EtchedBorder
Creates a lowered etched border whose colors will be derived from the background color of the component passed into the paintBorder method.
EtchedBorder(int). Constructor for class java.awt.swing.border.EtchedBorder
Creates an etched border with the specified etch-type whose colors will be derived from the background color of the component passed into the paintBorder method.
EtchedBorder(Color, Color). Constructor for class java.awt.swing.border.EtchedBorder
Creates a lowered etched border with the specified highlight and shadow colors.
EtchedBorder(int, Color, Color). Constructor for class java.awt.swing.border.EtchedBorder
Creates an etched border with the specified etch-type, highlight and shadow colors.
Event class java.awt.Event.
Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
Event(Object, long, int, int, int, int, int, Object). Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
Event(Object, long, int, int, int, int, int). Constructor for class java.awt.Event
Creates an instance of Event, with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and an argument set to null.
Event(Object, int, Object). Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
EventListener interface java.util.EventListener.
A tagging interface that all event listener interfaces must extend
EventListenerList class java.awt.swing.event.EventListenerList.
A class which holds a list of EventListeners.
EventListenerList(). Constructor for class java.awt.swing.event.EventListenerList
EventObject class java.util.EventObject.

The Event class is the abstract root class from which all event state objects shall be derived.

EventObject(Object). Constructor for class java.util.EventObject
Constructs a prototypical Event
EventQueue class java.awt.EventQueue.
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
EventQueue(). Constructor for class java.awt.EventQueue
EventQueueListener interface java.awt.event.EventQueueListener.
The listener interface for receiving notification of events posted to the EventQueue.
EventSetDescriptor class java.beans.EventSetDescriptor.
An EventSetDescriptor describes a group of events that a given Java bean fires.
EventSetDescriptor(Class, String, Class, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
EventSetDescriptor(Class, String, Class, String[], String, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(String, Class, Method[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects.
ExcellentBreakWeight. Static variable in class java.awt.swing.text.View
The weight to indicate a view supports breaking, and this represents a very attractive place to break.
Exception exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String). Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionDef interface org.omg.CORBA.ExceptionDef.
ExceptionDescription class org.omg.CORBA.ExceptionDescription.
ExceptionDescription(). Constructor for class org.omg.CORBA.ExceptionDescription
ExceptionDescription(String, String, String, String, TypeCode). Constructor for class org.omg.CORBA.ExceptionDescription
ExceptionInInitializerError error java.lang.ExceptionInInitializerError.
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError(). Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(Throwable). Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
ExceptionInInitializerError(String). Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionList class org.omg.CORBA.ExceptionList.
An object used in Request operations to describe the exceptions that can be thrown by a method.
ExceptionList(). Constructor for class org.omg.CORBA.ExceptionList
ExportException exception java.rmi.server.ExportException.
ExportException(String). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string
ExportException(String, Exception). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string, and the exception specified.
Externalizable interface java.io.Externalizable.
Externalization allows a class to specify the methods to be used to write the object's contents to a stream and to read them back.
echoCharIsSet(). Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
echoCharIsSet(). Method in class java.awt.swing.JPasswordField
Returns true if this JPasswordField has a character set for echoing.
editCellAt(int, int). Method in class java.awt.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int, EventObject). Method in class java.awt.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editToBeRedone(). Method in class java.awt.swing.undo.UndoManager
Returns the the next significant edit to be redone if redo is called.
editToBeUndone(). Method in class java.awt.swing.undo.UndoManager
Returns the the next significant edit to be undone if undo is called.
editable. Variable in class java.awt.swing.JTree
Is the tree editable? Default is false.
editingCanceled(ChangeEvent). Method in class java.awt.swing.JTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent). Method in interface java.awt.swing.event.CellEditorListener
This tells the listeners the editor has canceled editing
editingColumn. Variable in class java.awt.swing.JTable
Identifies the column of the cell being edited.
editingRow. Variable in class java.awt.swing.JTable
Identifies the row of the cell being edited.
editingStopped(ChangeEvent). Method in class java.awt.swing.JTable
Invoked when editing is finished.
editingStopped(ChangeEvent). Method in interface java.awt.swing.event.CellEditorListener
This tells the listeners the editor has ended editing
editor. Variable in class java.awt.swing.JComboBox
editorComp. Variable in class java.awt.swing.JTable
If editing, Component that is handling the editing.
editorComponent. Variable in class java.awt.swing.DefaultCellEditor
edits. Variable in class java.awt.swing.undo.CompoundEdit
The collection of UndoableEdits undone/redone en masse by this CompoundEdit
elementAt(int). Method in class java.util.Vector
Returns the component at the specified index.
elementAt(int). Method in class java.awt.swing.DefaultListModel
elementCount. Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
element_type(). Method in interface org.omg.CORBA.SequenceDef
element_type(). Method in interface org.omg.CORBA.ArrayDef
element_type_def(). Method in interface org.omg.CORBA.SequenceDef
element_type_def(IDLType). Method in interface org.omg.CORBA.SequenceDef
element_type_def(). Method in interface org.omg.CORBA.ArrayDef
element_type_def(IDLType). Method in interface org.omg.CORBA.ArrayDef
elements(). Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class java.awt.swing.DefaultListModel
elements(). Method in class java.security.PermissionCollection
Returns an enumeration of all the Permission objects in the collection.
elements(). Method in class java.security.Permissions
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
empty(). Method in class java.util.Stack
Tests if this stack is empty.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(boolean). Method in class java.awt.Component
enable(). Method in class java.awt.MenuItem
enable(boolean). Method in class java.awt.MenuItem
enableEvents(long). Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long). Method in class java.awt.MenuItem
Enables event delivery to this menu item for events to be defined by the specified event mask parameter

Since event types are automatically enabled when a listener for that type is added to the menu item, this method only needs to be invoked by subclasses of MenuItem which desire to have the specified event types delivered to processEvent regardless of whether a listener is registered.

enableInputMethods(boolean). Method in class java.awt.Component
Enables or disables input method support for this component.
enableReplaceObject(boolean). Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResizedPosting(). Method in class java.awt.swing.table.TableColumn
enableResolveObject(boolean). Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
enabled. Variable in class java.awt.swing.AbstractAction
encode(String). Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
encode(). Method in class java.awt.image.codec.JPEGImageEncoder
Encodes the data that is encapsulated by the Raster or BufferedImage according to the settings of the JPEGParam, and writes the information to the OutputStream.
encode(OutputStream). Method in interface java.security.Certificate
Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encodeRedirectUrl(String). Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String). Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
end(). Method in class java.util.zip.Inflater
Discards unprocessed input and frees internal data.
end(). Method in class java.util.zip.Deflater
Discards unprocessed input and frees internal data.
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end(). Method in class java.awt.swing.undo.StateEdit
Gets the post-edit state of the StateEditable object and ends the edit.
end(). Method in class java.awt.swing.undo.CompoundEdit
Sets inProgress to false.
endAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endComposition(). Method in class java.awt.im.InputContext
Ends any input composition that may currently be going on in this context.
endDoc(). Method in class java.awt.print.PrinterJob
Called by the print() method at the end of a print job.
endDraggingFrame(JComponent). Method in class java.awt.swing.DefaultDesktopManager
endDraggingFrame(JComponent). Method in interface java.awt.swing.DesktopManager
This method signals the end of the dragging session.
endLineAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endParagraphAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endPrivileged(). Static method in class java.security.AccessController
Unmarks the calling thread's stack frame, indicating it is no longer "privileged".
endResizingFrame(JComponent). Method in class java.awt.swing.DefaultDesktopManager
endResizingFrame(JComponent). Method in interface java.awt.swing.DesktopManager
This method signals the end of the resize session.
endUpdate(). Method in class java.awt.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
endWordAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
engineDigest(). Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int). Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineGenerateParameters(). Method in class java.security.AlgorithmParameterGeneratorSpi
Generates the parameters.
engineGeneratePrivate(KeySpec). Method in class java.security.KeyFactorySpi
Generates a private key object from the provided key specification (key material).
engineGeneratePublic(KeySpec). Method in class java.security.KeyFactorySpi
Generates a public key object from the provided key specification (key material).
engineGetDigestLength(). Method in class java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetEncoded(). Method in class java.security.AlgorithmParametersSpi
Returns the parameters in their primary encoding format.
engineGetEncoded(String). Method in class java.security.AlgorithmParametersSpi
Returns the parameters encoded in the specified format.
engineGetKeySpec(Key, Class). Method in class java.security.KeyFactorySpi
Returns a specification (key material) of the given key object.
engineGetParameter(String). Method in class java.security.SignatureSpi
Gets the value of the specified algorithm parameter.
engineGetParameterSpec(Class). Method in class java.security.AlgorithmParametersSpi
Returns a (transparent) specification of this parameters object.
engineInit(int, SecureRandom). Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain strength and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom). Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec). Method in class java.security.AlgorithmParametersSpi
Initializes this parameters object using the parameters specified in paramSpec.
engineInit(byte[]). Method in class java.security.AlgorithmParametersSpi
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
engineInit(byte[], String). Method in class java.security.AlgorithmParametersSpi
Imports the parameters from params and decodes them according to the specified decoding format.
engineInitSign(PrivateKey). Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey, SecureRandom). Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitVerify(PublicKey). Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineReset(). Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineSetParameter(String, Object). Method in class java.security.SignatureSpi
Sets the specified algorithm parameter to the specified value.
engineSetParameter(AlgorithmParameterSpec). Method in class java.security.SignatureSpi
Initializes this signature engine with the specified parameter set.
engineSign(). Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineToString(). Method in class java.security.AlgorithmParametersSpi
Returns a formatted string describing the parameters.
engineTranslateKey(Key). Method in class java.security.KeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte). Method in class java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte[], int, int). Method in class java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte). Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int). Method in class java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]). Method in class java.security.SignatureSpi
Verifies the passed-in signature.
enqueue(). Method in class java.lang.ref.Reference
Add this reference to the queue with which it was registered.
ensureCapacity(int). Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int). Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int). Method in class java.util.ArrayList
Increases the capacity of this ArrayList, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int). Method in class java.awt.swing.DefaultListModel
ensureIndexIsVisible(int). Method in class java.awt.swing.JList
If this JList is being displayed within a JViewport and the specified cell isn't completely visible, scroll the viewport.
entries(). Method in class java.util.AbstractMap
Returns a Set view of the mappings contained in this Map.
entries(). Method in class java.util.HashMap
Returns a Collection view of the mappings contained in this HashMap.
entries(). Method in interface java.util.Map
Returns a Set view of the mappings contained in this Map.
entries(). Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entries(). Method in class java.util.TreeMap
Returns a Set view of the mappings contained in this Map.
entries(). Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
entries(). Method in class java.util.jar.Attributes
Returns a Collection view of the attribute name-value mappings contained in this Map.
entries(). Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this this thread's thread group and its subgroups.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumeration(Collection). Static method in class java.util.Collections
Returns an Enumeration over the specified Collection.
env(). Method in class org.omg.CORBA.Request
Retrieves the Environment object for this request.
eof. Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
eolIsSignificant(boolean). Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eos. Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
equal(TypeCode). Method in class org.omg.CORBA.TypeCode
Compares this TypeCode object with the given one, testing for equality.
equal(Any). Method in class org.omg.CORBA.Any
Checks for equality between this Any object and the given Any object.
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.lang.Character.Subset
Compares two objects for equality.
equals(Object). Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object). Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object). Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object). Method in interface java.util.Set
Compares the specified Object with this Set for equality.
equals(Object). Method in class java.util.AbstractMap
Compares the specified Object with this Map for equality.
equals(Object). Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object). Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object). Method in class java.util.AbstractList
Compares the specified Object with this List for equality.
equals(Object). Method in class java.util.AbstractSet
Compares the specified Object with this Set for equality.
equals(Object). Method in interface java.util.Map
Compares the specified Object with this Map for equality.
equals(Object). Method in interface java.util.Map.Entry
Compares the specified Object with this Entry for equality.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(long[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of long is equal to the given object.
equals(int[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of int is equal to the given object.
equals(short[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of short is equal to the given object.
equals(char[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of char is equal to the given object.
equals(byte[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of byte is equal to the given object.
equals(boolean[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of boolean is equal to the given object.
equals(double[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of double is equal to the given object.
equals(float[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of float is equal to the given object.
equals(Object[], Object). Static method in class java.util.Arrays
Returns true if the the specified array of Object is equal to the given object.
equals(Object). Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object). Method in class java.util.Locale
equals(Object). Method in interface java.util.Collection
Compares the specified Object with this Collection for equality.
equals(Object). Method in class java.util.Date
Compares two dates for equality.
equals(Object). Method in interface java.util.List
Compares the specified Object with this List for equality.
equals(Object). Method in class java.util.jar.Manifest
Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
equals(Object). Method in class java.util.jar.Attributes
Compares the specified Attributes object with this Map for equality.
equals(Object). Method in class java.util.jar.Attributes.Name
Compares this attribute name to another for equality.
equals(Object). Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object). Method in class java.net.URL
Compares two URLs.
equals(Object). Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.awt.AlphaComposite
equals(Object). Method in class java.awt.Point
Determines whether two points are equal.
equals(Object). Method in class java.awt.BasicStroke
equals(Object). Method in class java.awt.Color
Determines whether another object is equal to this color.
equals(MenuShortcut). Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object). Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.awt.Font
Compares this object to the specified object.
equals(Object). Method in class java.awt.image.ColorModel
equals(Object). Method in class java.awt.image.PackedColorModel
equals(Object). Method in class java.awt.image.ComponentColorModel
Compares this color model with another for equality.
equals(Object). Method in class java.awt.datatransfer.DataFlavor
equals(MimeType). Method in class java.awt.datatransfer.DataFlavor
equals(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
equals(String). Method in class java.awt.datatransfer.DataFlavor
equals(Object). Method in class java.awt.font.TextLayout
Return true if the object is a TextLayout and this equals the object.
equals(TextLayout). Method in class java.awt.font.TextLayout
Return true if the two layouts are equal.
equals(GlyphSet). Method in class java.awt.font.GlyphSet
Test for full equality.
equals(Object). Method in class java.awt.font.StyledStringIterator
Compares the equality of two StyledStringIterator objects.
equals(StyledStringIterator). Method in class java.awt.font.StyledStringIterator
Compares the equality of two StyledStringIterator objects.
equals(Object). Method in class java.awt.font.ShapeGraphicAttribute
equals(ShapeGraphicAttribute). Method in class java.awt.font.ShapeGraphicAttribute
equals(Object). Method in class java.awt.font.TextHitInfo
Return true if the object is a TextHitInfo and this TextHitInfo is equal to it.
equals(TextHitInfo). Method in class java.awt.font.TextHitInfo
Return true if the hit's character index and edge are the same.
equals(Object). Method in class java.awt.font.ImageGraphicAttribute
equals(ImageGraphicAttribute). Method in class java.awt.font.ImageGraphicAttribute
equals(Object). Method in class java.awt.font.StyledString
Return true if the strings have the same characters and attribute runs.
equals(Object). Method in class java.awt.font.TextAttributeSet
Return true if the argument is an attribute set containing the same attributes as this.
equals(AttributeSet). Method in class java.awt.font.TextAttributeSet
Return true if the argument contains the same attributes as this.
equals(Object). Method in class java.awt.geom.Point2D
Determines whether two points are equal.
equals(Object). Method in class java.awt.geom.Rectangle2D
Determines whether two rectangles are equal.
equals(Object). Method in class java.awt.geom.AffineTransform
equals(Area). Method in class java.awt.geom.Area
Tests whether the two objects are equal.
equals(Object). Method in class java.awt.swing.KeyStroke
Returns true if this object is identical to the specified object.
equals(Object). Method in class java.awt.swing.text.TabStop
Returns true if other equals the receiver.
equals(Object). Method in class java.awt.swing.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
equals(Object). Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object). Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object). Method in class java.security.AccessControlContext
Checks two AccessControlContext objects for equality.
equals(Object). Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object). Method in class java.security.CodeSource
Tests for equality between the specified object and this object.
equals(Object). Method in class java.security.Identity
Tests for equality between the specified object and this identity.
equals(Object). Method in class java.security.UnresolvedPermission
Checks two UnresolvedPermission objects for equality.
equals(Object). Method in class java.security.AllPermission
Checks two AllPermission objects for equality.
equals(Object). Method in interface java.security.acl.Permission
Returns true if the object passed matches the permission represented in this interface.
equals(Object). Method in class java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object). Method in class java.security.cert.X509CRL
Compares this CRL for equality with the specified object.
equals(Object). Method in class java.rmi.MarshalledObject
Compare this MarshalledObject to another object.
equals(Object). Method in class java.rmi.server.ObjID
Two object identifiers are considered equal if they have the same contents.
equals(Object). Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object). Method in class java.rmi.server.UID
equals(Object). Method in class java.rmi.server.SocketType
equals(Object). Method in class java.rmi.dgc.VMID
Compare this VMID to another, and return true if they are the same identifier.
equals(Object). Method in class java.rmi.activation.ActivationGroupID
Compares two group identifiers for content equality.
equals(Object). Method in class java.rmi.activation.ActivationID
Compares two activation ids for content equality.
equals(Timestamp). Method in class java.sql.Timestamp
Test Timestamp values for equality
equals(Object). Method in class java.text.DecimalFormatSymbols
Override equals
equals(Object). Method in class java.text.NumberFormat
Overrides equals
equals(Object). Method in class java.text.DecimalFormat
Overrides equals
equals(Object). Method in class java.text.DateFormatSymbols
Override equals
equals(Object). Method in class java.text.DateFormat
Overrides equals
equals(Object). Method in class java.text.SimpleDateFormat
Override equals.
equals(Object). Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object). Method in class java.text.ChoiceFormat
Equality comparision between two
equals(String, String). Method in class java.text.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(Object). Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object). Method in class java.text.CollationKey
Compare this CollationKey and the target CollationKey for equality.
equals(Object). Method in class java.text.MessageFormat
Equality comparision between two message format objects
equals(Object). Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object). Method in class java.math.BigInteger
Returns true iff x is a BigInteger whose value is equal to this number.
equals(Object). Method in class java.math.BigDecimal
Returns true iff x is a BigDecimal whose value is equal to this number.
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
err. Static variable in class java.lang.System
The "standard" error output stream.
err. Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
etchType. Variable in class java.awt.swing.border.EtchedBorder
evaluate(CodeSource). Method in class java.security.Policy
Evaluates the policy object with the specified CodeSource, and creates a Permissions object with the set of permissions for that principal's protection domain.
eventPosted(AWTEvent). Method in interface java.awt.event.EventQueueListener
Invoked when an event is posted to an EventQueue.
evt. Variable in class java.awt.Event
The next event.
except. Variable in class org.omg.CORBA.UnknownUserException
The Any instance that contains the actual user exception thrown by the server.
except(Any). Method in class org.omg.CORBA.ServerRequest
Sets the exception to the value contained in the given Any object.
exception(). Method in class org.omg.CORBA.Environment
Retrieves the exception in this Environment object.
exception(Exception). Method in class org.omg.CORBA.Environment
Inserts the given exception into this Environment object.
exceptions(). Method in class org.omg.CORBA.Request
Retrieves the ExceptionList object for this request.
exceptions. Variable in class org.omg.CORBA.OperationDescription
exceptions(). Method in interface org.omg.CORBA.OperationDef
exceptions(ExceptionDef[]). Method in interface org.omg.CORBA.OperationDef
exclusiveOr(Area). Method in class java.awt.geom.Area
Sets the shape of this Area to the combined area of the current shape and the shape of the specified Area, minus their intersection.
exec(String). Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]). Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
execute(). Method in interface java.sql.PreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.
execute(String). Method in interface java.sql.Statement
Execute a SQL statement that may return multiple results.
executeBatch(). Method in interface java.sql.Statement
JDBC 2.0 Submit a batch of commands to the database for execution.
executeCall(). Method in interface java.rmi.server.RemoteCall
Do whatever it takes to execute the call.
executeQuery(). Method in interface java.sql.PreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String). Method in interface java.sql.Statement
Execute a SQL statement that returns a single ResultSet.
executeUpdate(). Method in interface java.sql.PreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String). Method in interface java.sql.Statement
Execute a SQL INSERT, UPDATE or DELETE statement.
exists(). Method in class java.io.File
Tests if this File exists.
exit(int). Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exit(int). Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exitValue(). Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double). Static method in class java.lang.Math
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.
expandPath(TreePath). Method in class java.awt.swing.JTree
Ensures that the node identified by the specified path is expanded and visible.
expandRow(int). Method in class java.awt.swing.JTree
Ensures that the node in the specified row is expanded.
exportObject(Remote). Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls, using an anonymous port.
exportObject(Remote, int). Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls, using the particular supplied port.
exportObject(Remote, int, SocketType). Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls, using a transport specified by the given socket type.
exportObject(Remote, Object). Method in interface java.rmi.server.ServerRef
Find or create a client stub object for the supplied Remote.
exportObject(Remote, CodeSource, MarshalledObject, int). Static method in class java.rmi.activation.Activatable
This exportObject method may be invoked explicitly by an "activatable" object, that does not extend the Activatable class, in order to both a) register the object's activation descriptor, constructed from the supplied source, and data, with the activation system (so the object can be activated), and b) export the remote object, obj, on a specific port (if port=0, then an anonymous port is chosen).
exportObject(Remote, CodeSource, MarshalledObject, boolean, int). Static method in class java.rmi.activation.Activatable
This exportObject method may be invoked explicitly by an "activatable" object, that does not extend the Activatable class, in order to both a) register the object's activation descriptor, constructed from the supplied source, and data, with the activation system (so the object can be activated), and b) export the remote object, obj, on a specific port (if port=0, then an anonymous port is chosen).
exportObject(Remote, ActivationID, int). Static method in class java.rmi.activation.Activatable
Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.
extent. Variable in class java.awt.geom.Arc2D.Float
The angular extent of the arc in degrees.
extent. Variable in class java.awt.geom.Arc2D.Double
The angular extent of the arc in degrees.
extract(Any). Static method in class org.omg.CosNaming.BindingListHelper
extract(Any). Static method in class org.omg.CosNaming.NameHelper
extract(Any). Static method in class org.omg.CosNaming.IstringHelper
extract(Any). Static method in class org.omg.CosNaming.BindingIteratorHelper
extract(Any). Static method in class org.omg.CosNaming.NameComponentHelper
extract(Any). Static method in class org.omg.CosNaming.BindingTypeHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextHelper
extract(Any). Static method in class org.omg.CosNaming.BindingHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
extract_Object(). Method in class org.omg.CORBA.Any
extract_Principal(). Method in class org.omg.CORBA.Any
extract_TypeCode(). Method in class org.omg.CORBA.Any
extract_any(). Method in class org.omg.CORBA.Any
extract_boolean(). Method in class org.omg.CORBA.Any
extract_char(). Method in class org.omg.CORBA.Any
extract_double(). Method in class org.omg.CORBA.Any
extract_float(). Method in class org.omg.CORBA.Any
extract_long(). Method in class org.omg.CORBA.Any
extract_longlong(). Method in class org.omg.CORBA.Any
extract_octet(). Method in class org.omg.CORBA.Any
extract_short(). Method in class org.omg.CORBA.Any
extract_string(). Method in class org.omg.CORBA.Any
extract_ulong(). Method in class org.omg.CORBA.Any
extract_ulonglong(). Method in class org.omg.CORBA.Any
extract_ushort(). Method in class org.omg.CORBA.Any
extract_wchar(). Method in class org.omg.CORBA.Any
extract_wstring(). Method in class org.omg.CORBA.Any

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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