All Packages   Class Hierarchy Index of Fields and Methods
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 OTHER

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.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR. Static variable in class java.awt.Frame
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint (left side of container).
EAST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
EAST. Static variable in interface java.awt.swing.SwingConstants
eastPane. Variable in class java.awt.swing.basic.BasicInternalFrameUI
echoCharIsSet(). Method in class java.awt.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.
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
editable. Variable in class java.awt.swing.JTree
Is the tree editable?
EDITABLE_PROPERTY. Static variable in class java.awt.swing.JTree
Bound property name for editable.
editablePropertyChanged(). Method in class java.awt.swing.basic.BasicComboBoxUI
This method is called when the editable property changes.
editablePropertyChanged(). Method in class java.awt.swing.plaf.ComboBoxUI
This method is called when the editable property changes.
editablePropertyChanged(). Method in class java.awt.swing.multi.MultiComboBoxUI
This method is called when the editable property changes.
editColumnRow(int, int). Method in class java.awt.swing.JTable
Programmatically starts editing the cell at column and row, if the cell is editable.
editColumnRow(int, int, EventObject). Method in class java.awt.swing.JTable
Programmatically starts editing the cell at column and row, if the cell is editable.
editColumnRow(Object, int). Method in class java.awt.swing.JTable
Programmatically starts editing the cell at column with identifier and row, if the cell is editable.
editingCanceled(ChangeEvent). Method in class java.awt.swing.basic.BasicTreeUI
Stops the editing session by messaging cancelEditing(false).
editingCanceled(ChangeEvent). Method in interface java.awt.swing.CellEditorListener
This tells the listeners the editor has cancelled editing
editingCanceled(ChangeEvent). Method in class java.awt.swing.JTable
editingColumn. Variable in class java.awt.swing.JTable
editingColumn(). Method in class java.awt.swing.JTable
If sent while isEditing() is true, this returns the index of the editing column; otherwise returns -1.
editingComponent. Variable in class java.awt.swing.basic.BasicTreeUI
When editing, this will be the Component that is doing the actual editing.
editingExpanded. Variable in class java.awt.swing.basic.BasicTreeCellEditorContainer
Is the current item being edited expanded?
editingIcon. Variable in class java.awt.swing.basic.BasicTreeCellEditorContainer
Icon for the current item in the current editing session.
editingLeaf. Variable in class java.awt.swing.basic.BasicTreeCellEditorContainer
Is the current item being edited a leaf?
editingOffset. Variable in class java.awt.swing.basic.BasicTreeCellEditorContainer
Offset, in the x direction, where to start editing from.
editingPath. Variable in class java.awt.swing.basic.BasicTreeUI
Path that is being edited.
editingRow. Variable in class java.awt.swing.JTable
editingRow(). Method in class java.awt.swing.JTable
If sent while isEditing() is true, this returns the index of the editing row; otherwise returns -1.
editingStopped(ChangeEvent). Method in class java.awt.swing.basic.BasicTreeUI
Stops the editing session by messaging stopCellEditing(false).
editingStopped(ChangeEvent). Method in interface java.awt.swing.CellEditorListener
This tells the listeners the editor has ended editing
editingStopped(ChangeEvent). Method in class java.awt.swing.JTable
editor. Variable in class java.awt.swing.basic.BasicComboBoxEditor
editor. Variable in class java.awt.swing.basic.BasicComboBoxUI
editor. Variable in class java.awt.swing.basic.BasicTreeCellEditorContainer
Component used in 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
EditorKit(). Constructor for class java.awt.swing.text.EditorKit
edits. Variable in class java.awt.swing.undo.CompoundEdit
The collection of UndoableEdits undone/redone en masse by this CompoundEdit
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.
element_type(). Method in interface org.omg.CORBA.ArrayDef
element_type(). Method in interface org.omg.CORBA.SequenceDef
element_type_def(). 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.ArrayDef
element_type_def(IDLType). Method in interface org.omg.CORBA.SequenceDef
elementAt(int). Method in class java.awt.swing.DefaultListModel
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 the vector.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
ElementNameAttribute. Static variable in class java.awt.swing.text.AbstractDocument
Name of the attribute used to specify element names.
elements(). Method in class java.awt.swing.DefaultListModel
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.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.Vector
Returns an enumeration of the components of this vector.
Ellipse2D(). Constructor for class java.awt.geom.Ellipse2D
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.
EMPTY. Static variable in class java.awt.swing.text.SimpleAttributeSet
An empty attribute set.
EMPTY. Static variable in class java.awt.font.TextAttributeSet
An empty attribute set, for convenience.
empty(). Method in class java.util.Stack
Tests if this stack is empty.
EMPTY_SIZE. Static variable in class java.awt.swing.basic.VisibleTreeNode
EmptyArea. Static variable in class java.awt.geom.Area
Constant area geometry that is empty.
EmptyBorder(Insets). Constructor for class java.awt.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyBorder(int, int, int, int). Constructor for class java.awt.swing.border.EmptyBorder
Creates an empty border with the specified insets.
emptyContainer(Container). Method in class java.awt.swing.basic.AbstractOptionPaneUI
Messaged from validateComponent to remove all the components from container.
emptySelectionAllowed. Variable in class java.awt.swing.table.DefaultTableColumnModel
Empty selection allowed in this column model
emptySelectionAllowed. Variable in class java.awt.swing.JTable
Empty selection allowed in this table
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(). Method in class java.awt.MenuItem
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
ENABLED. Static variable in class java.awt.accessibility.AccessibleState
ENABLED. Static variable in class java.awt.swing.DefaultButtonModel
Indicates whether the button is currently enabled.
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 or this component.
enablePropertyChanged(). Method in class java.awt.swing.basic.BasicComboBoxUI
This method is called when the enabled property changes
enablePropertyChanged(). Method in class java.awt.swing.plaf.ComboBoxUI
This method is called when the enabled property changes
enablePropertyChanged(). Method in class java.awt.swing.multi.MultiComboBoxUI
This method is called when the enabled property changes
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.
ENCLOSING_MARK. Static variable in class java.lang.Character
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.
encode(String). Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
EncodedKeySpec(). Constructor for class java.security.spec.EncodedKeySpec
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. Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end(). Method in class java.awt.swing.undo.CompoundEdit
Sets inProgress to false.
end(). Method in class java.util.zip.Deflater
Discards unprocessed input and frees internal data.
end(). Method in class java.util.zip.Inflater
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_PUNCTUATION. Static variable in class java.lang.Character
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.
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.
endIndex. Variable in class java.awt.swing.event.TableModelEvent
endParagraphAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the paragraph
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.
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
EndTagType. Static variable in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
endUpdate(). Method in class java.awt.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
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(AlgorithmParameterSpec). Method in class java.security.AlgorithmParametersSpi
Initializes this parameters object using the parameters specified in paramSpec.
engineInit(AlgorithmParameterSpec, SecureRandom). Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
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.
engineInit(int, SecureRandom). Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain strength and source of randomness.
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(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
Sets the specified algorithm parameter to the specified value.
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). 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.
EnqueuedReferenceException(). Constructor for class java.lang.ref.EnqueuedReferenceException
EnqueuedReferenceException(String). Constructor for class java.lang.ref.EnqueuedReferenceException
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
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.
ensureIndexIsVisible(int). Method in class java.awt.swing.JList
If this JList is being displayed withing a JViewport and the specified cell isn't completely visible, scroll the viewport.
ensureLargePathIsExpanded(TreePath, boolean). Method in class java.awt.swing.basic.AbstractTreeUI
Ensures that all the path components in path are expanded, accept for the last component which will only be expanded if expandLast is true.
ensurePathIsAbstract(TreePath, VisibleTreeNode). Method in class java.awt.swing.basic.AbstractTreeUI
Returns an AbstractTreePath for path.
ensurePathIsExpanded(TreePath, boolean). Method in class java.awt.swing.basic.AbstractTreeUI
Returns the VisibleTreeNode instances that are used to represent the user values in path, as well as insuring that all the nodes are visible.
ensureRowsAreVisible(int, int). Method in class java.awt.swing.basic.BasicTreeUI
Ensures that the rows identified by beginRow through endRow are visible.
ENTER. Static variable in class java.awt.dnd.DragSourceContext
ENTER. Static variable in class java.awt.Event
The Enter key.
entries(). Method in class java.util.AbstractMap
Returns a Collection view of the mappings contained in this Map.
entries(). Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL.
entries(). Method in class java.util.ArrayMap
Returns a Collection view of the mappings contained in this ArrayMap.
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 class java.util.HashMap
Returns a Collection view of the mappings contained in this HashMap.
entries(). Method in class java.util.Hashtable
Returns a Collection view of the entries contained in this Hashtable.
entries(). Method in interface java.util.Map
Returns a Collection view of the mappings contained in this Map.
entries(). Method in class java.util.TreeMap
Returns a Collection view of the mappings contained in this Map.
entries(). Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this 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.
enumerateChoosableFileTypes(). Method in class java.awt.swing.JFileChooser
enumerateKnownFileTypes(). Method in class java.awt.swing.DirectoryModel
enumerateKnownFileTypes(). Method in class java.awt.swing.JDirectoryPane
enumeration(Collection). Static method in class java.util.Collections
Returns an Enumeration over the specified Collection.
env(). Method in class org.omg.CORBA.Request
The environment accessor
Environment(). Constructor for class org.omg.CORBA.Environment
eof. Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
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.
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. Static variable in class java.awt.swing.table.DefaultTableModel
equal(Any). Method in class org.omg.CORBA.Any
checks for equality between Anys.
equal(TypeCode). Method in class org.omg.CORBA.TypeCode
The equal operation can be invoked on any TypeCode.
equals(AttributeSet). Method in class java.awt.font.TextAttributeSet
Return true if the argument contains the same attributes as this.
equals(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
equals(GlyphSet). Method in class java.awt.font.GlyphSet
Test for full equality.
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 java.util.AbstractList
Compares the specified Object with this List 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.AbstractSet
Compares the specified Object with this Set for 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.ActivationID
Compares two activation ids for content equality.
equals(Object). Method in class java.awt.geom.AffineTransform
Compares two Objects for equality.
equals(Object). Method in class java.awt.AlphaComposite
Compares two Objects for equality.
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.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object). Method in class java.awt.BasicStroke
Compares two Objects for equality.
equals(Object). Method in class java.math.BigDecimal
Returns true iff x is a BigDecimal whose value is equal to this number.
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.util.BitSet
Compares this object against 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.Byte
Compares this object to the specified object.
equals(Object). Method in class java.util.Calendar
Compares the time field records.
equals(Object). Method in class java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.text.ChoiceFormat
Equality comparision between two
equals(Object). Method in class java.security.CodeSource
Tests for equality between the specified object and this object.
equals(Object). Method in class java.text.CollationKey
Compare this CollationKey and the target CollationKey for equality.
equals(Object). Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object). Method in interface java.util.Collection
Compares the specified Object with this Collection for equality.
equals(Object). Method in class java.awt.Color
Determines whether another object is equal to this color.
equals(Object). Method in class java.awt.image.ColorModel
Compares two Objects for equality.
equals(Object). Method in class java.awt.image.ComponentColorModel
Compares this color model with another for equality.
equals(Object). Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object). Method in class java.awt.datatransfer.DataFlavor
equals(Object). Method in class java.util.Date
Compares two dates for equality.
equals(Object). Method in class java.text.DateFormat
Overrides equals
equals(Object). Method in class java.text.DateFormatSymbols
Override equals
equals(Object). Method in class java.text.DecimalFormat
Overrides equals
equals(Object). Method in class java.text.DecimalFormatSymbols
Override equals
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.awt.swing.DirectoryModel.WindowsRootDir
Compares this object against 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.reflect.Field
Compares this Field against the specified object.
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.awt.Font
Compares this object to the specified object.
equals(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
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.security.Identity
Tests for equality between the specified object and this identity.
equals(Object). Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object). Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.awt.swing.KeyStroke
Compares two Objects 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.Locale
Compares two Objects for equality.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
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 interface java.util.Map.Entry
Compares the specified Object with this Entry for equality.
equals(Object). Method in interface java.util.Map
Compares the specified Object with this Map for equality.
equals(Object). Method in class java.rmi.MarshalledObject
Compare this MarshalledObject to another object.
equals(Object). Method in class java.text.MessageFormat
Equality comparision between two message format objects
equals(Object). Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object). Method in class java.text.NumberFormat
Overrides equals
equals(Object). Method in class java.lang.Object
Compares two 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.awt.image.PackedColorModel
Compares two Objects for equality.
equals(Object). Method in class java.security.Permission
Checks two Permission 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.awt.Point
Determines whether two points are equal.
equals(Object). Method in class java.awt.geom.Point2D
Determines whether two points are equal.
equals(Object). Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object). Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object). Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object). Method in interface java.util.Set
Compares the specified Object with this Set for equality.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.text.SimpleDateFormat
Override equals.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object). Method in class java.rmi.server.SocketType
Compares two Objects for equality.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equals(Object). Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object). Method in class java.awt.font.StyledStringIterator
Compares the equality of two StyledStringIterator objects.
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(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.TextLayout
Return true if the object is a TextLayout and this equals the object.
equals(Object). Method in class java.rmi.server.UID
Compares two Objects for equality.
equals(Object). Method in class java.net.URL
Compares two URLs.
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.security.cert.X509CRL
Compares this CRL for equality with the specified object.
equals(String). Method in class java.awt.datatransfer.DataFlavor
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(StyledStringIterator). Method in class java.awt.font.StyledStringIterator
Compares the equality of two StyledStringIterator objects.
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
Useful constant for date and time.
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. 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(). 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.
ERROR_MESSAGE. Static variable in class java.awt.swing.JOptionPane
Used for error messages.
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. Static variable in class java.awt.swing.border.TitledBorder
EtchedBorder(). Constructor for class java.awt.swing.border.EtchedBorder
Creates an 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 java.awt.swing.border.EtchedBorder
Creates an etched border with the specified highlight and shadow colors.
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.
EVEN_ODD. Static variable in class java.awt.geom.GeneralPath
An even-odd winding rule for determining the interior of a path.
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). 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, 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.
EventListenerList(). Constructor for class java.awt.swing.event.EventListenerList
EventObject(Object). Constructor for class java.util.EventObject
Constructs a prototypical Event
EventQueue(). Constructor for class java.awt.EventQueue
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.
evt. Variable in class java.awt.Event
The next event.
except. Variable in class org.omg.CORBA.UnknownUserException
The Any instance which contains the actual user exception thrown by the server.
except(Any). Method in class org.omg.CORBA.ServerRequest
To report an exception, rather than provide return values, the DIR provides the exception value inside an Any, and passes that to exception().
exception(). Method in class org.omg.CORBA.Environment
exception accessor.
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
exception(Exception). Method in class org.omg.CORBA.Environment
exception modifier.
Exception(String). Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionDescription(). Constructor for class org.omg.CORBA.ExceptionDescription
ExceptionDescription(String, String, String, String, TypeCode). Constructor for class org.omg.CORBA.ExceptionDescription
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(). Constructor for class org.omg.CORBA.ExceptionList
exceptions. Variable in class org.omg.CORBA.OperationDescription
exceptions(). Method in interface org.omg.CORBA.OperationDef
exceptions(). Method in class org.omg.CORBA.Request
The exceptions accessor
exceptions(ExceptionDef[]). Method in interface org.omg.CORBA.OperationDef
exclusiveOr(Area). Method in class java.awt.geom.Area
Sets the shape 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.
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.awt.swing.DirectoryModel.WindowsRootDir
Tests if this File exists.
exists(). Method in class java.io.File
Tests if this File 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.
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.
expand(). Method in class java.awt.swing.basic.VisibleTreeNode
Expands the receiver.
expand(boolean). Method in class java.awt.swing.basic.BasicVisibleTreeNode
Stops editing messages super and repaints this node if there are no children.
expand(boolean). Method in class java.awt.swing.basic.LargeTreeModelNode
Expands the receiver.
expand(boolean). Method in class java.awt.swing.basic.VisibleTreeNode
Expands this node in the tree.
expanded. Variable in class java.awt.swing.basic.VisibleTreeNode
Is this node currently expanded?
expandedIcon. Variable in class java.awt.swing.basic.BasicTreeUI.BasicTreeUIPaintInfo
expandedIcon. Variable in class java.awt.swing.basic.BasicTreeUI
expandPath(TreePath). Method in class java.awt.swing.basic.AbstractTreeUI
Ensures that the last item identified in path is expanded and visible.
expandPath(TreePath). Method in class java.awt.swing.JTree
Insures that the last item identified in path is expanded and visible.
expandPath(TreePath). Method in class java.awt.swing.multi.MultiTreeUI
Insures that the last item identified in path is expanded and visible.
expandPath(TreePath). Method in class java.awt.swing.plaf.TreeUI
Insures that the last item identified in path is expanded and visible.
expandRow(int). Method in class java.awt.swing.basic.AbstractTreeUI
Insures that the item identified by row is expanded.
expandRow(int). Method in class java.awt.swing.JTree
Insures that the item identified by row is expanded.
expandRow(int). Method in class java.awt.swing.multi.MultiTreeUI
Insures that the item identified by row is expanded.
expandRow(int). Method in class java.awt.swing.plaf.TreeUI
Insures that the item identified by row is expanded.
EXPERT. Static variable in class java.awt.swing.beaninfo.SwingBeanInfo
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.
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, 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, 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, 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, String, Class[], Object[]). Static method in class java.rmi.activation.Activatable
exportObject(Remote, String, Class[], Object[]). Static method in class java.rmi.server.UnicastRemoteObject
extent. Variable in class java.awt.geom.Arc2D.Float
The angular extent of the arc in degrees.
externalNotifyChange(DocumentEvent). Method in class java.awt.swing.text.AbstractDocument
Notifies external listeners of a document attribute change.
externalNotifyInsert(DocumentEvent). Method in class java.awt.swing.text.AbstractDocument
Notifies external listeners of a document insertion.
externalNotifyRemove(DocumentEvent). Method in class java.awt.swing.text.AbstractDocument
Notifies external listeners of a document removal.
extract(Any). Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
extract(Any). Static method in class org.omg.CosNaming.BindingHelper
extract(Any). Static method in class org.omg.CosNaming.BindingIteratorHelper
extract(Any). Static method in class org.omg.CosNaming.BindingListHelper
extract(Any). Static method in class org.omg.CosNaming.BindingTypeHelper
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.IstringHelper
extract(Any). Static method in class org.omg.CosNaming.NameComponentHelper
extract(Any). Static method in class org.omg.CosNaming.NameHelper
extract(Any). Static method in class org.omg.CosNaming.NamingContextHelper
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(). 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_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_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 OTHER
All Packages   Class Hierarchy Index of Fields and Methods

Submit a bug or feature