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 _

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.
E_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.E_RESIZE_CURSOR.
E_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The east-resize cursor type.
EAST - Static variable in interface com.sun.java.swing.SwingConstants
 
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).
echoCharIsSet() - Method in class com.sun.java.swing.JPasswordField
Returns true if this JPasswordField has a character set for echoing.
echoCharIsSet() - Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
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 com.sun.java.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 - Variable in class com.sun.java.swing.JTree
Is the tree editable?
EDITABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates the user can change the contents of this object.
EDITABLE_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for editable.
editCellAt(int, int, EventObject) - Method in class com.sun.java.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int) - Method in class com.sun.java.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editingCanceled(ChangeEvent) - Method in class com.sun.java.swing.JTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent) - Method in interface com.sun.java.swing.event.CellEditorListener
This tells the listeners the editor has canceled editing
editingColumn - Variable in class com.sun.java.swing.JTable
Identifies the column of the cell being edited.
editingComponent - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Component used in editing, obtained from the editingContainer.
editingContainer - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Editing container, will contain the editorComponent.
editingIcon - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Icon to use when editing.
editingRow - Variable in class com.sun.java.swing.JTable
Identifies the row of the cell being edited.
editingStopped(ChangeEvent) - Method in class com.sun.java.swing.JTable
Invoked when editing is finished.
editingStopped(ChangeEvent) - Method in interface com.sun.java.swing.event.CellEditorListener
This tells the listeners the editor has ended editing
editor - Variable in class com.sun.java.swing.JComboBox
 
editorComp - Variable in class com.sun.java.swing.JTable
If editing, Component that is handling the editing.
editorComponent - Variable in class com.sun.java.swing.DefaultCellEditor
 
EditorContainer() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor.EditorContainer
 
EditorKit - class com.sun.java.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 com.sun.java.swing.text.EditorKit
 
edits - Variable in class com.sun.java.swing.undo.CompoundEdit
The collection of UndoableEdits undone/redone en masse by this CompoundEdit
editToBeRedone() - Method in class com.sun.java.swing.undo.UndoManager
Returns the the next significant edit to be redone if redo is called.
editToBeUndone() - Method in class com.sun.java.swing.undo.UndoManager
Returns the the next significant edit to be undone if undo is called.
Element - interface com.sun.java.swing.text.Element.
Interface to describe a structural piece of a document.
element_type_def() - 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.SequenceDef
 
element_type_def(IDLType) - Method in interface org.omg.CORBA.ArrayDef
 
element_type() - Method in interface org.omg.CORBA.SequenceDef
 
element_type() - Method in interface org.omg.CORBA.ArrayDef
 
elementAt(int) - Method in class com.sun.java.swing.DefaultListModel
Returns the component at the specified index.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
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.
ElementIterator - class com.sun.java.swing.text.ElementIterator.
ElementIterator, as the name suggests, iteratates over the Element tree.
ElementIterator(Document) - Constructor for class com.sun.java.swing.text.ElementIterator
Creates a new ElementIterator.
ElementIterator(Element) - Constructor for class com.sun.java.swing.text.ElementIterator
Creates a new ElementIterator.
ElementNameAttribute - Static variable in class com.sun.java.swing.text.AbstractDocument
Name of the attribute used to specify element names.
elements() - Method in class com.sun.java.swing.DefaultListModel
Returns an enumeration of the components of this list.
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.
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.util.Vector
Returns an enumeration of the components of this vector.
Ellipse2D - class java.awt.geom.Ellipse2D.
An ellipse defined by a bounding rectangle.
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.
Ellipse2D() - Constructor for class java.awt.geom.Ellipse2D
This is an abstract class that cannot be instantiated directly.
EM - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
EMPTY - Static variable in class com.sun.java.swing.text.SimpleAttributeSet
An empty attribute set.
EMPTY_ENUMERATION - Static variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
A null-enumeration class returned when an enumeration of a leaf node's children is requested.
EMPTY_LIST - Static variable in class java.util.Collections
The empty List (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty Set (immutable).
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyBorder - class com.sun.java.swing.border.EmptyBorder.
A class which provides an empty, transparent border which takes up space but does no drawing.
EmptyBorder(Insets) - Constructor for class com.sun.java.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyBorder(int, int, int, int) - Constructor for class com.sun.java.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.
emptyTag(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out all empty elements i.e tags that have no corresponding end tag.
enable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enabled - Variable in class com.sun.java.swing.AbstractAction
 
ENABLED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is enabled.
ENABLED - Static variable in class com.sun.java.swing.DefaultButtonModel
Indicates that the button can be selected by an input device (such as a mouse pointer).
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 com.sun.java.swing.table.TableColumn
 
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
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
 
encode(BufferedImage, JPEGEncodeParam) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Encode a BufferedImage as a JPEG data stream.
encode(BufferedImage) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Encode a BufferedImage as a JPEG data stream.
encode(OutputStream) - Method in interface java.security.Certificate
Deprecated. Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encode(Raster, JPEGEncodeParam) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Encode a Raster as a JPEG data stream.
encode(Raster) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Encode a Raster as a JPEG data stream.
encode(String) - Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
encodeDataFlavor(DataFlavor) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
EncodedKeySpec - class java.security.spec.EncodedKeySpec.
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
encodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
ENCTYPE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
END - Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end_block() - Method in class org.omg.CORBA.portable.OutputStream
start_block and end_block methods are used to delimit a block of data to be sent as GIOP chunked data.
end_block() - Method in class org.omg.CORBA.portable.InputStream
start_block and end_block methods are used to delimit a block of data to be sent as GIOP chunked data.
END_PUNCTUATION - Static variable in class java.lang.Character
 
end() - Method in class com.sun.java.swing.undo.CompoundEdit
Sets inProgress to false.
end() - Method in class com.sun.java.swing.undo.StateEdit
Gets the post-edit state of the StateEditable object and ends the edit.
end() - Method in class com.sun.java.swing.undo.UndoManager
Sending end() to an UndoManager turns it into a plain old (ended) CompoundEdit.
end() - Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end() - Method in class java.util.zip.Inflater
Closes the decompressor and discards any unprocessed input.
end() - Method in class java.util.zip.Deflater
Closes the compressor and discards any unprocessed input.
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.TagAction
Called when an end tag is seen for the type of tag this action was registered to.
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.BlockAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.PreAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
 
endAction - Static variable in class com.sun.java.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.
endDraggingFrame(JComponent) - Method in class com.sun.java.swing.DefaultDesktopManager
 
endDraggingFrame(JComponent) - Method in interface com.sun.java.swing.DesktopManager
This method signals the end of the dragging session.
endFontTag() - Method in class com.sun.java.swing.text.html.MinimalHTMLWriter
Writes out an end tag for the tag.
endLineAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a line.
endParagraphAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a paragraph.
endPrivileged() - Static method in class java.security.AccessController
Deprecated. This method will no longer exist after JDK1.2beta4. Use the doPrivileged method instead.
endResizingFrame(JComponent) - Method in class com.sun.java.swing.DefaultDesktopManager
 
endResizingFrame(JComponent) - Method in interface com.sun.java.swing.DesktopManager
This method signals the end of the resize session.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endTag(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out an end tag for the element.
EndTagType - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
endUpdate() - Method in class com.sun.java.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
endWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a word.
engineAliases() - Method in class java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
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.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGenerateCertificates(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
engineGenerateCRL(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
engineGenerateCRLs(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
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).
engineGenerateSeed(int) - Method in class java.security.SecureRandomSpi
Returns the given number of seed bytes.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificateAlias(Certificate) - Method in class java.security.KeyStoreSpi
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetCreationDate(String) - Method in class java.security.KeyStoreSpi
Returns the creation date of the entry identified by the given alias.
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.
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
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
Deprecated.  
engineGetParameterSpec(Class) - Method in class java.security.AlgorithmParametersSpi
Returns a (transparent) specification of this parameters object.
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[], String) - Method in class java.security.AlgorithmParametersSpi
Imports the parameters from params and decodes them according to the specified decoding format.
engineInit(byte[]) - Method in class java.security.AlgorithmParametersSpi
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
engineInit(int, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain strength and source of randomness.
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.
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineNextBytes(byte[]) - Method in class java.security.SecureRandomSpi
Generates a user-specified number of random bytes.
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key to the given alias, protecting it with the given password.
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
Initializes this signature engine with the specified parameter set.
engineSetParameter(String, Object) - Method in class java.security.SignatureSpi
Deprecated. Replaced by engineSetParameter.
engineSetSeed(byte[]) - Method in class java.security.SecureRandomSpi
Reseeds this random object.
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSize() - Method in class java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineStore(OutputStream, char[]) - Method in class java.security.KeyStoreSpi
Stores this keystore to the given output stream, and protects its integrity with the given password.
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) - 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.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
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.
ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
enqueue() - Method in class java.lang.ref.Reference
Add this reference to the queue with which it was registered.
ensureCapacity(int) - Method in class com.sun.java.swing.DefaultListModel
Increases the capacity of this list, 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.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.
ensureFileIsVisible(File) - Method in class com.sun.java.swing.JFileChooser
 
ensureFileIsVisible(JFileChooser, File) - Method in class com.sun.java.swing.plaf.FileChooserUI
 
ensureIndexIsVisible(int) - Method in class com.sun.java.swing.JList
If this JList is being displayed within a JViewport and the specified cell isn't completely visible, scroll the viewport.
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 com.sun.java.swing.event.HyperlinkEvent.EventType
Entered type.
entries() - Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL. Each element in the enumeration is of type AclEntry.
entries() - Method in class java.util.jar.JarFile
 
entries() - Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in class java.util.AbstractMap
Returns a Set view of the mappings contained in this Map.
entrySet() - Method in class java.util.WeakHashMap
Return a Set view of the mappings in this map.
entrySet() - Method in class java.util.HashMap
Returns a Collection view of the mappings contained in this HashMap.
entrySet() - Method in interface java.util.Map
Returns a Set view of the mappings contained in this Map.
entrySet() - Method in class java.util.TreeMap
Returns a Set view of the mappings contained in this Map.
entrySet() - Method in class java.util.jar.Attributes
Returns a Collection view of the attribute name-value mappings contained in this Map.
EnumDef - interface org.omg.CORBA.EnumDef.
A EnumDef represents an OMG IDL enum definition.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
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(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup 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.
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
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.
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.
eof - Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
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 null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
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(Any) - Method in class org.omg.CORBA.Any
Checks for equality between this Any object and the given Any object.
equal(TypeCode) - Method in class org.omg.CORBA.TypeCode
Compares this TypeCode object with the given one, testing for equality.
equals(Area) - Method in class java.awt.geom.Area
Tests whether the two objects are equal.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of booleans are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of bytes are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of chars are equal to one another.
equals(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
 
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of floats are equal to one another.
equals(GlyphVector) - Method in class java.awt.font.GlyphVector
Test for complete equality.
equals(ImageGraphicAttribute) - Method in class java.awt.font.ImageGraphicAttribute
Compares this object to the specified ImageGraphicAttribute.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of ints are equal to one another.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of longs are equal to one another.
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(MimeType) - Method in class java.awt.datatransfer.DataFlavor
 
equals(Object) - Method in class com.sun.java.swing.KeyStroke
Returns true if this object is identical to the specified object.
equals(Object) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Compares this object to the specifed object.
equals(Object) - Method in class com.sun.java.swing.text.TabStop
Returns true if other equals the receiver.
equals(Object) - Method in class com.sun.java.swing.text.html.HTML.UnknownTag
Compares this object to the specifed object.
equals(Object) - Method in class com.sun.java.swing.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths 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.Color
Determines whether another object is equal to this color.
equals(Object) - Method in class java.awt.Font
Compares this object to the specified object.
equals(Object) - Method in class java.awt.Insets
Checks whether two insets objects are equal.
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.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.Rectangle
Checks whether two rectangles are equal.
equals(Object) - 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(Object) - Method in class java.awt.font.ShapeGraphicAttribute
Compares this object to the specified object.
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(Object) - Method in class java.awt.font.ImageGraphicAttribute
Compares this object to the specified object.
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
Returns true if this AffineTransform represents the same affine coordinate transform as the given argument.
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.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.lang.Object
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.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.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Long
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.String
Compares this string 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.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 class java.math.BigInteger
Compares this BigInteger with the specified Object for equality.
equals(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object for equality.
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.rmi.MarshalledObject
Compare this MarshalledObject to another object.
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc
Compares two activation group descriptors for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Compares two command environments for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationGroupID
Compares two group identifiers for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationDesc
Compares two activation descriptors for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationID
Compares two activation ids for content equality.
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.server.RemoteObject
Compares two remote objects for equality.
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.UID
 
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
Deprecated. 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 given object.
equals(Object) - Method in class java.security.cert.X509CRLEntry
Compares this CRL entry for equality with the given object.
equals(Object) - Method in class java.sql.Timestamp
Test Timestamp values for equality.
equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
Compares two objects 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(Object) - Method in class java.text.ParsePosition
Overrides equals
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.text.FieldPosition
Overrides equals
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.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified Object with this Map for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified Object with this Set 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.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
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 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[], Object[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of Objects are equal to one another.
equals(ShapeGraphicAttribute) - Method in class java.awt.font.ShapeGraphicAttribute
Compares this object to the specified ShapeGraphicAttribute.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the the two specified arrays of shorts are equal to one another.
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(String) - Method in class java.awt.datatransfer.DataFlavor
 
equals(TextHitInfo) - Method in class java.awt.font.TextHitInfo
Return true if the hit's character index and edge are the same.
equals(TextLayout) - Method in class java.awt.font.TextLayout
Return true if the two layouts are equal.
equals(Timestamp) - Method in class java.sql.Timestamp
Test Timestamp values for equality
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another object.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g.
ERA_FIELD - Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
err - Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err - Static variable in class java.lang.System
The "standard" error output stream.
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 - 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.
ERROR_MESSAGE - Static variable in class com.sun.java.swing.JOptionPane
Used for error messages.
ERROR_OPTION - Static variable in class com.sun.java.swing.JFileChooser
Return value if an error occured.
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.
ERRORED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media encountered an error.
ESCAPE - Static variable in class java.awt.Event
The Escape key.
EtchedBorder - class com.sun.java.swing.border.EtchedBorder.
A class which implements a simple etched border which can either be etched-in or etched-out.
EtchedBorder() - Constructor for class com.sun.java.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(Color, Color) - Constructor for class com.sun.java.swing.border.EtchedBorder
Creates a lowered etched border with the specified highlight and shadow colors.
EtchedBorder(int, Color, Color) - Constructor for class com.sun.java.swing.border.EtchedBorder
Creates an etched border with the specified etch-type, highlight and shadow colors.
EtchedBorder(int) - Constructor for class com.sun.java.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.
etchType - Variable in class com.sun.java.swing.border.EtchedBorder
 
event - Variable in class com.sun.java.swing.tree.ExpandVetoException
Event that exception was created for.
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, int, Object) - Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
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.
EventListener - interface java.util.EventListener.
A tagging interface that all event listener interfaces must extend
EventListenerList - class com.sun.java.swing.event.EventListenerList.
A class which holds a list of EventListeners.
EventListenerList() - Constructor for class com.sun.java.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
eventPosted(AWTEvent) - Method in interface java.awt.event.EventQueueListener
Invoked when an event is posted to an EventQueue.
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.
events - Variable in class java.awt.dnd.DragGestureRecognizer
 
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.
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.
evt - Variable in class java.awt.Event
The next event.
ExcellentBreakWeight - Static variable in class com.sun.java.swing.text.View
The weight to indicate a view supports breaking, and this represents a very attractive place to break.
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
Deprecated. use set_exception()
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() - Method in class org.omg.CORBA.Environment
Retrieves the exception in this Environment object.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
exception(Exception) - Method in class org.omg.CORBA.Environment
Inserts the given exception into this Environment object.
Exception(String) - Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionDef - interface org.omg.CORBA.ExceptionDef.
An ExceptionDef represents an exception definition.
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(String) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
ExceptionList - class org.omg.CORBA.ExceptionList.
An object used in Request operations to describe the exceptions that can be thrown by a method.
exceptions - Variable in class org.omg.CORBA.OperationDescription
 
exceptions() - Method in class org.omg.CORBA.Request
Retrieves the ExceptionList object for this request.
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, 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 string command 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.
exec(String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
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 whether the file denoted by this abstract pathname exists.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
EXITED - Static variable in class com.sun.java.swing.event.HyperlinkEvent.EventType
Exited type.
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.
EXPANDABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object allows progressive disclosure of its children.
EXPANDED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is expanded.
expandPath(TreePath) - Method in class com.sun.java.swing.JTree
Ensures that the node identified by the specified path is expanded and viewable.
expandRow(int) - Method in class com.sun.java.swing.JTree
Ensures that the node in the specified row is expanded and viewable.
ExpandVetoException - exception com.sun.java.swing.tree.ExpandVetoException.
Exception used to stop and expand/collapse from happening.
ExpandVetoException(TreeExpansionEvent, String) - Constructor for class com.sun.java.swing.tree.ExpandVetoException
 
ExpandVetoException(TreeExpansionEvent) - Constructor for class com.sun.java.swing.tree.ExpandVetoException
 
EXPLICIT - Static variable in class java.lang.reflect.Modifier
 
ExportException - exception java.rmi.server.ExportException.
 
ExportException(String, Exception) - Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string, and the exception specified.
ExportException(String) - Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string
exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - 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.
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.
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) - 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 factory.
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, Object) - Method in interface java.rmi.server.ServerRef
Find or create a client stub object for the supplied Remote.
exportObject(Remote, String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - 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 location, 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, String, 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 location, 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) - Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls, using an anonymous port.
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.
Externalizable - interface java.io.Externalizable.
Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.
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_fixednum() - 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_Object() - Method in class org.omg.CORBA.Any
 
extract_octet() - Method in class org.omg.CORBA.Any
 
extract_Principal() - 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_TypeCode() - 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_Value() - 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
 
extract(Any) - Static method in class org.omg.CORBA.ServiceDetailHelper
 
extract(Any) - Static method in class org.omg.CORBA.ServiceInformationHelper
 
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
 

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.