当前页面:
在线文档首页 >
JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
E-Index (Java 2 Platform SE v1.4.1) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
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.awt.PageAttributes.MediaType
- The MediaType instance for Engineering E, 34 x 44 in.
- 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 -
Static variable in class java.lang.StrictMath
- The
double
value that is closer than any other to
e, the base of the natural logarithms.
- E -
Static variable in class javax.print.attribute.standard.MediaSizeName
- E size .
- E -
Static variable in class javax.print.attribute.standard.MediaSize.Engineering
- Specifies the engineering E size, 34 inch by 44 inch.
- 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 class java.awt.GridBagConstraints
- Put the component on the right side of its display area,
centered vertically.
- EAST -
Static variable in class java.awt.BorderLayout
- The east layout constraint (right side of container).
- EAST -
Static variable in class javax.swing.SpringLayout
- Specifies the right edge of a component's bounding rectangle.
- EAST -
Static variable in interface javax.swing.SwingConstants
- Compass-direction east (right).
- EASTERN_ARABIC -
Static variable in class java.awt.font.NumericShaper
- Identifies the ARABIC range and ARABIC_EXTENDED decimal base.
- eastPane -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- echoCharIsSet() -
Method in class java.awt.TextField
- Indicates whether or not this text field has a
character set for echoing.
- echoCharIsSet() -
Method in class javax.swing.JPasswordField
- Returns true if this
JPasswordField
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 javax.swing.border.TitledBorder
-
- EDGE_STITCH -
Static variable in class javax.print.attribute.standard.Finishings
- Bind the document(s) with one or more staples (wire stitches) along one
edge.
- EDGE_STITCH_BOTTOM -
Static variable in class javax.print.attribute.standard.Finishings
- Bind the document(s) with one or more staples (wire stitches) along the
bottom edge.
- EDGE_STITCH_LEFT -
Static variable in class javax.print.attribute.standard.Finishings
- Bind the document(s) with one or more staples (wire stitches) along the
left edge.
- EDGE_STITCH_RIGHT -
Static variable in class javax.print.attribute.standard.Finishings
- Bind the document(s) with one or more staples (wire stitches) along the
right edge.
- EDGE_STITCH_TOP -
Static variable in class javax.print.attribute.standard.Finishings
- Bind the document(s) with one or more staples (wire stitches) along the
top edge.
- 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 javax.swing.JTree
- Is the tree editable? Default is false.
- EDITABLE -
Static variable in class javax.accessibility.AccessibleState
- Indicates the user can change the contents of this object.
- EDITABLE_PROPERTY -
Static variable in class javax.swing.JTree
- Bound property name for
editable
.
- editablePropertyChanged(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
- Deprecated. As of Java 2 platform v1.4.
- editCellAt(int, int) -
Method in class javax.swing.JTable
- Programmatically starts editing the cell at
row
and
column
, if the cell is editable.
- editCellAt(int, int, EventObject) -
Method in class javax.swing.JTable
- Programmatically starts editing the cell at
row
and
column
, if the cell is editable.
- editingCanceled(ChangeEvent) -
Method in class javax.swing.JTable
- Invoked when editing is canceled.
- editingCanceled(ChangeEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Invoked when editing is canceled.
- editingCanceled(ChangeEvent) -
Method in interface javax.swing.event.CellEditorListener
- This tells the listeners the editor has canceled editing
- editingCanceled(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
- Messaged when editing has been canceled in the tree.
- editingColumn -
Variable in class javax.swing.JTable
- Identifies the column of the cell being edited.
- editingComponent -
Variable in class javax.swing.tree.DefaultTreeCellEditor
- Component used in editing, obtained from the
editingContainer
.
- editingComponent -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- When editing, this will be the Component that is doing the actual
editing.
- editingContainer -
Variable in class javax.swing.tree.DefaultTreeCellEditor
- Editing container, will contain the
editorComponent
.
- editingIcon -
Variable in class javax.swing.tree.DefaultTreeCellEditor
- Icon to use when editing.
- editingPath -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Path that is being edited.
- editingRow -
Variable in class javax.swing.JTable
- Identifies the row of the cell being edited.
- editingRow -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Row that is being edited.
- editingStopped(ChangeEvent) -
Method in class javax.swing.JTable
- Invoked when editing is finished.
- editingStopped(ChangeEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes to a cell's contents.
- editingStopped(ChangeEvent) -
Method in interface javax.swing.event.CellEditorListener
- This tells the listeners the editor has ended editing
- editingStopped(ChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
- Messaged when editing has stopped in the tree.
- editor -
Variable in class javax.swing.JComboBox
- This protected field is implementation specific.
- editor -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- editor -
Variable in class javax.swing.plaf.basic.BasicComboBoxEditor
-
- editorBorderInsets -
Static variable in class javax.swing.plaf.metal.MetalComboBoxEditor
-
- editorBorderInsets -
Variable in class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
-
- editorComp -
Variable in class javax.swing.JTable
- If editing, the
Component
that is handling the editing.
- editorComponent -
Variable in class javax.swing.DefaultCellEditor
- The Swing component being edited.
- EditorContainer() -
Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
-
- editorHasDifferentSize -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Set to true if the editor has a different size than the renderer.
- EditorKit - class javax.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 javax.swing.text.EditorKit
- Construct an EditorKit.
- edits -
Variable in class javax.swing.undo.CompoundEdit
- The collection of
UndoableEdit
s
undone/redone en masse by this CompoundEdit
.
- editToBeRedone() -
Method in class javax.swing.undo.UndoManager
- Returns the the next significant edit to be redone if redo is
called.
- editToBeUndone() -
Method in class javax.swing.undo.UndoManager
- Returns the the next significant edit to be undone if undo is
called.
- effective_profile() -
Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- Returns the profile that will be used to send the request.
- effective_target() -
Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- Returns the actual object on which the operation will be invoked.
- element -
Variable in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
-
- Element - interface javax.swing.text.Element.
- Interface to describe a structural piece of a document.
- Element - class javax.swing.text.html.parser.Element.
- An element as described in a DTD using the ELEMENT construct.
- Element - interface org.w3c.dom.Element.
- The
Element
interface represents an element in an HTML or XML
document. - ELEMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Element
.
- elementAt(int) -
Method in class java.util.Vector
- Returns the component at the specified index.
- elementAt(int) -
Method in class javax.swing.DefaultListModel
- Returns the component at the specified index.
- elementCount -
Variable in class java.util.Vector
- The number of valid components in this Vector object.
- elementCountToTag(HTMLDocument, int, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
- Returns number of elements, starting at the deepest leaf, needed
to get to an element representing
tag
.
- elementData -
Variable in class java.util.Vector
- The array buffer into which the components of the vector are
stored.
- elementDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an element type declaration.
- elementHash -
Variable in class javax.swing.text.html.parser.DTD
-
- ElementIterator - class javax.swing.text.ElementIterator.
-
ElementIterator, as the name suggests, iteratates over the Element
tree.
- ElementIterator(Document) -
Constructor for class javax.swing.text.ElementIterator
- Creates a new ElementIterator.
- ElementIterator(Element) -
Constructor for class javax.swing.text.ElementIterator
- Creates a new ElementIterator.
- ElementNameAttribute -
Static variable in class javax.swing.text.AbstractDocument
- Name of the attribute used to specify element
names.
- elements -
Variable in class javax.swing.text.html.parser.DTD
-
- 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.security.PermissionCollection
- Returns an enumeration of all the Permission objects in the collection.
- elements() -
Method in class java.util.Vector
- Returns an enumeration of the components of this vector.
- elements() -
Method in class java.util.Dictionary
- Returns an enumeration of the values in this dictionary.
- elements() -
Method in class java.util.Hashtable
- Returns an enumeration of the values in this hashtable.
- elements() -
Method in class javax.swing.DefaultListModel
- Returns an enumeration of the components of this list.
- Ellipse2D - class java.awt.geom.Ellipse2D.
- The
Ellipse2D
class describes an ellipse that is defined
by a bounding rectangle. - Ellipse2D.Double - class java.awt.geom.Ellipse2D.Double.
- The
Double
class defines an ellipse specified
in double
precision. - Ellipse2D.Double() -
Constructor for class java.awt.geom.Ellipse2D.Double
- Constructs a new
Ellipse2D
, 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
Ellipse2D
from the
specified coordinates.
- Ellipse2D.Float - class java.awt.geom.Ellipse2D.Float.
- The
Float
class defines an ellipse specified
in float
precision. - Ellipse2D.Float() -
Constructor for class java.awt.geom.Ellipse2D.Float
- Constructs a new
Ellipse2D
, 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
Ellipse2D
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 javax.swing.text.html.HTML.Tag
-
- EMPTY -
Static variable in class javax.swing.text.SimpleAttributeSet
- An empty attribute set.
- EMPTY -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- EMPTY_ENUMERATION -
Static variable in class javax.swing.tree.DefaultMutableTreeNode
- An enumeration that is always empty.
- EMPTY_LIST -
Static variable in class java.util.Collections
- The empty list (immutable).
- EMPTY_MAP -
Static variable in class java.util.Collections
- The empty map (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.
- empty() -
Method in class javax.swing.text.html.parser.ContentModel
- Return true if the content model could
match an empty input stream.
- EmptyBorder - class javax.swing.border.EmptyBorder.
- A class which provides an empty, transparent border which
takes up space but does no drawing.
- EmptyBorder(Insets) -
Constructor for class javax.swing.border.EmptyBorder
- Creates an empty border with the specified insets.
- EmptyBorder(int, int, int, int) -
Constructor for class javax.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 javax.swing.text.html.HTMLWriter
- Writes out all empty elements (all tags that have no
corresponding end tag).
- enable() -
Method in class java.awt.MenuItem
- Deprecated. As of JDK version 1.1,
replaced by
setEnabled(boolean)
.
- enable() -
Method in class java.awt.Component
- 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() -
Method in class javax.swing.JComponent
- Deprecated. As of JDK version 1.1,
replaced by
java.awt.Component.setEnable(boolean)
.
- enable(boolean) -
Method in class java.awt.MenuItem
- Deprecated. As of JDK version 1.1,
replaced by
setEnabled(boolean)
.
- enable(boolean) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by
setEnabled(boolean)
.
- enableActions() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- enableClientWindowNotification(InputMethod, boolean) -
Method in interface java.awt.im.spi.InputMethodContext
- Enables or disables notification of the current client window's
location and state for the specified input method.
- enabled -
Variable in class javax.swing.AbstractAction
- Specifies whether action is enabled; the default is true.
- ENABLED -
Static variable in class javax.accessibility.AccessibleState
- Indicates this object is enabled.
- ENABLED -
Static variable in class javax.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.MenuItem
- Enables event delivery to this menu item for events
to be defined by the specified event mask parameter
- enableEvents(long) -
Method in class java.awt.Component
- Enables the events defined by the specified event mask parameter
to be delivered to this component.
- enableInputMethods(boolean) -
Method in class java.awt.TextComponent
-
- 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 javax.swing.table.TableColumn
- Deprecated. as of Java 2 platform v1.3
- 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.UnicodeBlock
- Constant for the Unicode character block of the same name.
- ENCLOSED_CJK_LETTERS_AND_MONTHS -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- ENCLOSING_MARK -
Static variable in class java.lang.Character
- General category "Me" in the Unicode specification.
- encode_value(Any) -
Method in interface org.omg.IOP.CodecOperations
- Converts the given any into a byte array based on the encoding
format effective for this Codec.
- encode(Any) -
Method in interface org.omg.IOP.CodecOperations
- Converts the given any into a byte array based on the encoding
format effective for this
Codec
.
- encode(CharBuffer) -
Method in class java.nio.charset.CharsetEncoder
- Convenience method that encodes the remaining content of a single input
character buffer into a newly-allocated byte buffer.
- encode(CharBuffer) -
Method in class java.nio.charset.Charset
- Convenience method that encodes Unicode characters into bytes in this
charset.
- encode(CharBuffer, ByteBuffer, boolean) -
Method in class java.nio.charset.CharsetEncoder
- Encodes as many characters as possible from the given input buffer,
writing the results to the given output buffer.
- 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(String) -
Static method in class java.net.URLEncoder
- Deprecated. The resulting string may vary depending on the platform's
default encoding. Instead, use the encode(String,String)
method to specify the encoding.
- encode(String) -
Method in class java.nio.charset.Charset
- Convenience method that encodes a string into bytes in this charset.
- encode(String, String) -
Static method in class java.net.URLEncoder
- Translates a string into
application/x-www-form-urlencoded
format using a specific encoding scheme.
- encodeDataFlavor(DataFlavor) -
Static method in class java.awt.datatransfer.SystemFlavorMap
- Encodes a
DataFlavor
for use as a String
native.
- 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.
- encodedParams -
Variable in class javax.crypto.SealedObject
- The encoded parameters.
- encodeJavaMIMEType(String) -
Static method in class java.awt.datatransfer.SystemFlavorMap
- Encodes a MIME type for use as a
String
native.
- encodeLoop(CharBuffer, ByteBuffer) -
Method in class java.nio.charset.CharsetEncoder
- Encodes one or more characters into one or more bytes.
- Encoder - class java.beans.Encoder.
- An
Encoder
is a class which can be used to create
files or streams that encode the state of a collection of
JavaBeans in terms of their public APIs. - Encoder() -
Constructor for class java.beans.Encoder
-
- encoding -
Variable in class javax.sound.sampled.AudioFormat
- The audio encoding technique used by this format.
- Encoding - class org.omg.IOP.Encoding.
- Defines the encoding format of a
Codec
. - ENCODING -
Static variable in class javax.xml.transform.OutputKeys
- encoding = string.
- ENCODING_CDR_ENCAPS - interface org.omg.IOP.ENCODING_CDR_ENCAPS.
- org/omg/IOP/ENCODING_CDR_ENCAPS.java .
- Encoding() -
Constructor for class org.omg.IOP.Encoding
-
- Encoding(short, byte, byte) -
Constructor for class org.omg.IOP.Encoding
-
- ENCRYPT_MODE -
Static variable in class javax.crypto.Cipher
- Constant used to initialize cipher to encryption mode.
- EncryptedPrivateKeyInfo - class javax.crypto.EncryptedPrivateKeyInfo.
- This class implements the
EncryptedPrivateKeyInfo
type
as defined in PKCS #8. - EncryptedPrivateKeyInfo(AlgorithmParameters, byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Constructs an
EncryptedPrivateKeyInfo
from the
encryption algorithm parameters and the encrypted data.
- EncryptedPrivateKeyInfo(byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Constructs (i.e., parses) an
EncryptedPrivateKeyInfo
from
its ASN.1 encoding.
- EncryptedPrivateKeyInfo(String, byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Constructs an
EncryptedPrivateKeyInfo
from the
encryption algorithm name and the encrypted data.
- ENCTYPE -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- END -
Static variable in class java.awt.Event
- The End key, a non-ASCII action key.
- END_OF_EXCLUSIVE -
Static variable in class javax.sound.midi.ShortMessage
- Status byte for End of System Exclusive message (0xF7, or 247).
- END_PUNCTUATION -
Static variable in class java.lang.Character
- General category "Pe" in the Unicode specification.
- end() -
Method in class java.awt.PrintJob
- Ends the print job and does any necessary cleanup.
- end() -
Method in class java.nio.channels.spi.AbstractSelector
- Marks the end of an I/O operation that might block indefinitely.
- end() -
Method in class java.util.regex.Matcher
- Returns the index of the last character matched, plus one.
- end() -
Method in class java.util.zip.Deflater
- Closes the compressor and discards any unprocessed input.
- end() -
Method in class java.util.zip.Inflater
- Closes the decompressor and discards any unprocessed input.
- end() -
Method in class javax.swing.undo.UndoManager
- Sending end() to an UndoManager turns it into a plain old
(ended) CompoundEdit.
- end() -
Method in class javax.swing.undo.StateEdit
- Gets the post-edit state of the StateEditable object and
ends the edit.
- end() -
Method in class javax.swing.undo.CompoundEdit
- Sets
inProgress
to false.
- end(boolean) -
Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Marks the end of an I/O operation that might block indefinitely.
- end(HTML.Tag) -
Method in class javax.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 javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
-
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
-
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
-
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
-
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
-
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
-
- end(int) -
Method in class java.util.regex.Matcher
- Returns the index of the last character, plus one, of the subsequence
captured by the given group during the previous match operation.
- end(Xid, int) -
Method in interface javax.transaction.xa.XAResource
- Ends the work performed on behalf of a transaction branch.
- endAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the
Action
for moving the caret
to the end of the document.
- endCDATA() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of a CDATA section.
- endComposition() -
Method in class java.awt.im.InputContext
- Ends any input composition that may currently be going on in this
context.
- endComposition() -
Method in interface java.awt.im.spi.InputMethod
- Ends any input composition that may currently be going on in this
context.
- endDocument() -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of the document.
- endDocument() -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of a document.
- endDocument() -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of a document.
- endDocument() -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- End document event.
- endDocument() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end document event.
- endDocument() -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 end document event.
- endDocument() -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of the document.
- endDraggingFrame(JComponent) -
Method in class javax.swing.DefaultDesktopManager
-
- endDraggingFrame(JComponent) -
Method in interface javax.swing.DesktopManager
- This method signals the end of the dragging session.
- endDTD() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of DTD declarations.
- endElement(String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of an element.
- endElement(String) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of an element.
- endElement(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 end element event.
- endElement(String, String, String) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of an element.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 end element event.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end element event.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of an element.
- endEntity(String) -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of an entity.
- endFontTag() -
Method in class javax.swing.text.html.MinimalHTMLWriter
- This is no longer used, instead <span> will be written out.
- endInsertEmpty() -
Method in class javax.imageio.ImageWriter
- Completes the insertion of a new image that was begun with a
prior call to
prepareInsertEmpty
.
- endKey -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- endLineAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the
Action
for moving the caret
to the end of a line.
- EndOfLineStringProperty -
Static variable in class javax.swing.text.DefaultEditorKit
- When reading a document if a CRLF is encountered a property
with this name is added and the value will be "\r\n".
- endParagraphAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the
Action
for moving the caret
to the end of a paragraph.
- endPrefixMapping(String) -
Method in interface org.xml.sax.ContentHandler
- End the scope of a prefix-URI mapping.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 end prefix mapping event.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end Namespace prefix mapping event.
- endPrefixMapping(String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of a Namespace mapping.
- endReplacePixels() -
Method in class javax.imageio.ImageWriter
- Terminates a sequence of calls to
replacePixels
.
- endResizingFrame(JComponent) -
Method in class javax.swing.DefaultDesktopManager
-
- endResizingFrame(JComponent) -
Method in interface javax.swing.DesktopManager
- This method signals the end of the resize session.
- endsWith(Name) -
Method in class javax.naming.CompoundName
- Determines whether a compound name is a suffix of this compound name.
- endsWith(Name) -
Method in class javax.naming.CompositeName
- Determines whether a composite name is a suffix of this composite name.
- endsWith(Name) -
Method in interface javax.naming.Name
- Determines whether this name ends with a specified suffix.
- endsWith(String) -
Method in class java.lang.String
- Tests if this string ends with the specified suffix.
- ENDTAG -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- ENDTAG -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- endTag(boolean) -
Method in class javax.swing.text.html.parser.Parser
- Handle an end tag.
- endTag(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Writes out an end tag for the element.
- EndTagType -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getType.
- endUpdate() -
Method in class javax.swing.undo.UndoableEditSupport
- DEADLOCK WARNING: Calling this method may call
undoableEditHappened
in all listeners.
- endWordAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the end of a word.
- endWriteEmpty() -
Method in class javax.imageio.ImageWriter
- Completes the writing of a new image that was begun with a
prior call to
prepareWriteEmpty
.
- endWriteSequence() -
Method in class javax.imageio.ImageWriter
- Completes the writing of a sequence of images begun with
prepareWriteSequence
.
- engineAliases() -
Method in class java.security.KeyStoreSpi
- Lists all the alias names of this keystore.
- engineBuild(CertPathParameters) -
Method in class java.security.cert.CertPathBuilderSpi
- Attempts to build a certification path using the specified
algorithm parameter set.
- 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.
- engineDoFinal() -
Method in class javax.crypto.MacSpi
- Completes the MAC computation and resets the MAC for further use,
maintaining the secret key that the MAC was initialized with.
- engineDoFinal(byte[], int, int) -
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation,
or finishes a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int) -
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation,
or finishes a multiple-part operation.
- engineDoPhase(Key, boolean) -
Method in class javax.crypto.KeyAgreementSpi
- Executes the next phase of this key agreement with the given
key that was received from one of the other parties involved in this key
agreement.
- 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
.
- engineGenerateCertPath(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Generates a
CertPath
object and initializes it with
the data read from the InputStream
inStream.
- engineGenerateCertPath(InputStream, String) -
Method in class java.security.cert.CertificateFactorySpi
- Generates a
CertPath
object and initializes it with
the data read from the InputStream
inStream.
- engineGenerateCertPath(List) -
Method in class java.security.cert.CertificateFactorySpi
- Generates a
CertPath
object and initializes it with
a List
of Certificate
s.
- 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
.
- engineGenerateKey() -
Method in class javax.crypto.KeyGeneratorSpi
- Generates a secret key.
- 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).
- engineGenerateSecret() -
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret and returns it in a new buffer.
- engineGenerateSecret(byte[], int) -
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret, and places it into the buffer
sharedSecret
, beginning at offset
inclusive.
- engineGenerateSecret(KeySpec) -
Method in class javax.crypto.SecretKeyFactorySpi
- Generates a
SecretKey
object from the
provided key specification (key material).
- engineGenerateSecret(String) -
Method in class javax.crypto.KeyAgreementSpi
- Creates the shared secret and returns it as a secret key object
of the requested algorithm type.
- engineGenerateSeed(int) -
Method in class java.security.SecureRandomSpi
- Returns the given number of seed bytes.
- engineGenExemptionBlob() -
Method in class javax.crypto.ExemptionMechanismSpi
- Generates the exemption mechanism key blob.
- engineGenExemptionBlob(byte[], int) -
Method in class javax.crypto.ExemptionMechanismSpi
- Generates the exemption mechanism key blob, and stores the result in
the
output
buffer, starting at outputOffset
inclusive.
- engineGetBlockSize() -
Method in class javax.crypto.CipherSpi
- Returns the block size (in 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.
- engineGetCertificates(CertSelector) -
Method in class java.security.cert.CertStoreSpi
- Returns a
Collection
of Certificate
s that
match the specified selector.
- engineGetCertPathEncodings() -
Method in class java.security.cert.CertificateFactorySpi
- Returns an iteration of the
CertPath
encodings supported
by this certificate factory, with the default encoding first.
- engineGetClientSessionContext() -
Method in class javax.net.ssl.SSLContextSpi
- Returns a client
SSLSessionContext
object for
this context.
- engineGetCreationDate(String) -
Method in class java.security.KeyStoreSpi
- Returns the creation date of the entry identified by the given alias.
- engineGetCRLs(CRLSelector) -
Method in class java.security.cert.CertStoreSpi
- Returns a
Collection
of CRL
s that
match the specified selector.
- 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.
- engineGetIV() -
Method in class javax.crypto.CipherSpi
- Returns the initialization vector (IV) in a new buffer.
- engineGetKey(String, char[]) -
Method in class java.security.KeyStoreSpi
- Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKeyManagers() -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Returns one key manager for each type of key material.
- engineGetKeySize(Key) -
Method in class javax.crypto.CipherSpi
- Returns the key size of the given key object in bits.
- engineGetKeySpec(Key, Class) -
Method in class java.security.KeyFactorySpi
- Returns a specification (key material) of the given key
object.
- engineGetKeySpec(SecretKey, Class) -
Method in class javax.crypto.SecretKeyFactorySpi
- Returns a specification (key material) of the given key
object in the requested format.
- engineGetMacLength() -
Method in class javax.crypto.MacSpi
- Returns the length of the MAC in bytes.
- engineGetOutputSize(int) -
Method in class javax.crypto.ExemptionMechanismSpi
- Returns the length in bytes that an output buffer would need to be in
order to hold the result of the next
engineGenExemptionBlob
operation, given the input length inputLen
(in bytes).
- engineGetOutputSize(int) -
Method in class javax.crypto.CipherSpi
- Returns the length in bytes that an output buffer would
need to be in order to hold the result of the next
update
or doFinal
operation, given the input length
inputLen
(in bytes).
- engineGetParameter(String) -
Method in class java.security.SignatureSpi
- Deprecated.
- engineGetParameters() -
Method in class java.security.SignatureSpi
- This method is overridden by providers to return the
parameters used with this signature engine, or null
if this signature engine does not use any parameters.
- engineGetParameters() -
Method in class javax.crypto.CipherSpi
- Returns the parameters used with this cipher.
- engineGetParameterSpec(Class) -
Method in class java.security.AlgorithmParametersSpi
- Returns a (transparent) specification of this parameters
object.
- engineGetServerSessionContext() -
Method in class javax.net.ssl.SSLContextSpi
- Returns a server
SSLSessionContext
object for
this context.
- engineGetServerSocketFactory() -
Method in class javax.net.ssl.SSLContextSpi
- Returns a
ServerSocketFactory
object for
this context.
- engineGetSocketFactory() -
Method in class javax.net.ssl.SSLContextSpi
- Returns a
SocketFactory
object for this
context.
- engineGetTrustManagers() -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Returns one trust manager for each type of trust material.
- 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(AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initializes the key generator with the specified parameter
set and a user-provided source of randomness.
- 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, Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with a key, a set of
algorithm parameters, and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with a key, a set of
algorithm parameters, and a source of randomness.
- engineInit(int, Key, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with a key and a source
of randomness.
- engineInit(int, SecureRandom) -
Method in class java.security.AlgorithmParameterGeneratorSpi
- Initializes this parameter generator for a certain size
and source of randomness.
- engineInit(int, SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initializes this key generator for a certain keysize, using the given
source of randomness.
- engineInit(Key) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initializes this exemption mechanism with a key.
- engineInit(Key, AlgorithmParameters) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.MacSpi
- Initializes the MAC with the given (secret) key and algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyAgreementSpi
- Initializes this key agreement with the given key, set of
algorithm parameters, and source of randomness.
- engineInit(KeyManager[], TrustManager[], SecureRandom) -
Method in class javax.net.ssl.SSLContextSpi
- Initializes this context.
- engineInit(Key, SecureRandom) -
Method in class javax.crypto.KeyAgreementSpi
- Initializes this key agreement with the given key and source of
randomness.
- engineInit(KeyStore) -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Initializes this factory with a source of certificate
authorities and related trust material.
- engineInit(KeyStore, char[]) -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Initializes this factory with a source of key material.
- engineInit(ManagerFactoryParameters) -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Initializes this factory with a source of provider-specific
key material.
- engineInit(ManagerFactoryParameters) -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Initializes this factory with a source of key material.
- engineInit(SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initializes the key generator.
- 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.
- 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.
- engineReset() -
Method in class javax.crypto.MacSpi
- Resets the MAC for further use, maintaining the secret key that the
MAC was initialized with.
- 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.
- engineSetMode(String) -
Method in class javax.crypto.CipherSpi
- Sets the mode of this cipher.
- engineSetPadding(String) -
Method in class javax.crypto.CipherSpi
- Sets the padding mechanism of this cipher.
- engineSetParameter(AlgorithmParameterSpec) -
Method in class java.security.SignatureSpi
- This method is overridden by providers to initialize
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.
- engineTranslateKey(SecretKey) -
Method in class javax.crypto.SecretKeyFactorySpi
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
secret-key factory.
- engineUnwrap(byte[], String, int) -
Method in class javax.crypto.CipherSpi
- Unwrap a previously wrapped key.
- engineUpdate(byte) -
Method in class java.security.SignatureSpi
- Updates the data to be signed or verified
using the specified byte.
- engineUpdate(byte) -
Method in class java.security.MessageDigestSpi
- Updates the digest using the specified byte.
- engineUpdate(byte) -
Method in class javax.crypto.MacSpi
- Processes the given byte.
- engineUpdate(byte[], int, int) -
Method in class java.security.SignatureSpi
- Updates the data to be signed or verified, using the
specified array of bytes, starting at the specified offset.
- 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 javax.crypto.MacSpi
- Processes the first
len
bytes in input
,
starting at offset
inclusive.
- engineUpdate(byte[], int, int) -
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- engineUpdate(byte[], int, int, byte[], int) -
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- engineValidate(CertPath, CertPathParameters) -
Method in class java.security.cert.CertPathValidatorSpi
- Validates the specified certification path using the specified
algorithm parameter set.
- engineVerify(byte[]) -
Method in class java.security.SignatureSpi
- Verifies the passed-in signature.
- engineVerify(byte[], int, int) -
Method in class java.security.SignatureSpi
- Verifies the passed-in signature in the specified array
of bytes, starting at the specified offset.
- engineWrap(Key) -
Method in class javax.crypto.CipherSpi
- Wrap a key.
- ENGLISH -
Static variable in class java.util.Locale
- Useful constant for language.
- enqueue() -
Method in class java.lang.ref.Reference
- Adds this reference object to the queue with which it is registered,
if any.
- enqueueKeyEvents(long, Component) -
Method in class java.awt.KeyboardFocusManager
- Called by the AWT to notify the KeyboardFocusManager that it should
delay dispatching of KeyEvents until the specified Component becomes
the focus owner.
- enqueueKeyEvents(long, Component) -
Method in class java.awt.DefaultKeyboardFocusManager
- Delays dispatching of KeyEvents until the specified Component becomes
the focus owner.
- 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.ArrayList
- Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- 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 javax.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.
- ensureFileIsVisible(File) -
Method in class javax.swing.JFileChooser
- Makes sure that the specified file is viewable, and
not hidden.
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.FileChooserUI
-
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Invokes the
ensureFileIsVisible
method on each UI handled by this object.
- ensureIndexIsVisible(int) -
Method in class javax.swing.JList
- Scrolls the viewport to make the specified cell completely visible.
- ensureRowsAreVisible(int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Ensures that the rows identified by beginRow through endRow are
visible.
- ENTER -
Static variable in class java.awt.Event
- The Enter key.
- ENTER -
Static variable in class java.awt.dnd.DragSourceContext
- An
int
used by updateCurrentCursor()
indicating that the Cursor
has entered a DropTarget
.
- ENTERED -
Static variable in class javax.swing.event.HyperlinkEvent.EventType
- Entered type.
- entering(String, String) -
Method in class java.util.logging.Logger
- Log a method entry.
- entering(String, String, Object) -
Method in class java.util.logging.Logger
- Log a method entry, with one parameter.
- entering(String, String, Object[]) -
Method in class java.util.logging.Logger
- Log a method entry, with an array of parameters.
- ENTITIES -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- Entity - class javax.swing.text.html.parser.Entity.
- An entity is described in a DTD using the ENTITY construct.
- Entity - interface org.w3c.dom.Entity.
- This interface represents an entity, either parsed or unparsed, in an XML
document.
- ENTITY -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- ENTITY_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Entity
.
- ENTITY_REFERENCE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
EntityReference
.
- Entity(String, int, char[]) -
Constructor for class javax.swing.text.html.parser.Entity
- Creates an entity.
- entityHash -
Variable in class javax.swing.text.html.parser.DTD
-
- EntityReference - interface org.w3c.dom.EntityReference.
EntityReference
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.- EntityResolver - interface org.xml.sax.EntityResolver.
- Basic interface for resolving entities.
- entries() -
Method in interface java.security.acl.Acl
- Returns an enumeration of the entries in this ACL.
- entries() -
Method in class java.util.jar.JarFile
- Returns an enumeration of the ZIP file entries.
- entries() -
Method in class java.util.zip.ZipFile
- Returns an enumeration of the ZIP file entries.
- entrySet() -
Method in class java.awt.RenderingHints
- Returns a
Set
view of the mappings contained
in this RenderingHints
.
- entrySet() -
Method in class java.security.Provider
- Returns an unmodifiable Set view of the property entries contained
in this Provider.
- entrySet() -
Method in class java.util.IdentityHashMap
- Returns a set view of the mappings contained in this map.
- entrySet() -
Method in class java.util.WeakHashMap
- Returns a collection 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.AbstractMap
- Returns a set view of the mappings contained in this map.
- entrySet() -
Method in class java.util.HashMap
- Returns a collection view of the mappings contained in this map.
- entrySet() -
Method in interface java.util.Map
- Returns a set view of the mappings contained in this map.
- entrySet() -
Method in class java.util.Hashtable
- Returns a Set view of the entries contained in this Hashtable.
- entrySet() -
Method in class java.util.jar.Attributes
- Returns a Collection view of the attribute name-value mappings
contained in this Map.
- EnumControl - class javax.sound.sampled.EnumControl.
- A
EnumControl
provides control over a set of
discrete possible values, each represented by an object. - EnumControl.Type - class javax.sound.sampled.EnumControl.Type.
- An instance of the
EnumControl.Type
inner class identifies one kind of
enumerated control. - EnumControl.Type(String) -
Constructor for class javax.sound.sampled.EnumControl.Type
- Constructs a new enumerated control type.
- EnumControl(EnumControl.Type, Object[], Object) -
Constructor for class javax.sound.sampled.EnumControl
- Constructs a new enumerated control object with the given parameters.
- enumerate(Thread[]) -
Static method in class java.lang.Thread
- Copies into the specified array every active thread in
the current thread's thread group and its subgroups.
- enumerate(Thread[]) -
Method in class java.lang.ThreadGroup
- Copies into the specified array every active thread in this
thread group and its subgroups.
- enumerate(Thread[], boolean) -
Method in class java.lang.ThreadGroup
- Copies into the specified array every active thread in this
thread group.
- enumerate(ThreadGroup[]) -
Method in class java.lang.ThreadGroup
- Copies into the specified array references to every active
subgroup in this thread group.
- enumerate(ThreadGroup[], boolean) -
Method in class java.lang.ThreadGroup
- Copies into the specified array references to every active
subgroup in this thread group.
- Enumeration - 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.
- EnumSyntax - class javax.print.attribute.EnumSyntax.
- Class EnumSyntax is an abstract base class providing the common
implementation of all "type safe enumeration" objects.
- EnumSyntax(int) -
Constructor for class javax.print.attribute.EnumSyntax
- Construct a new enumeration value with the given integer value.
- ENV_10 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_NUMBER_10_ENVELOPE.
- ENV_10X13 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_10X13_ENVELOPE.
- ENV_10X14 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_10X14_ENVELOPE.
- ENV_10X15 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_10X15_ENVELOPE.
- ENV_11 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_NUMBER_11_ENVELOPE.
- ENV_12 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_NUMBER_12_ENVELOPE.
- ENV_14 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_NUMBER_14_ENVELOPE.
- ENV_6X9 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_6X9_ENVELOPE.
- ENV_7X9 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_7X9_ENVELOPE.
- ENV_9 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_NUMBER_9_ENVELOPE.
- ENV_9X11 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_9X11_ENVELOPE.
- ENV_9X12 -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_9X12_ENVELOPE.
- ENV_INVITE -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for INVITE_ENVELOPE.
- ENV_ITALY -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for ITALY_ENVELOPE.
- ENV_MONARCH -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for MONARCH_ENVELOPE.
- ENV_PERSONAL -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for PERSONAL_ENVELOPE.
- env() -
Method in class org.omg.CORBA.Request
- Retrieves the
Environment
object for this request.
- ENVELOPE -
Static variable in class javax.print.attribute.standard.MediaTray
- The envelope input tray in the printer.
- environment -
Variable in class javax.naming.CannotProceedException
- Contains the environment
relevant for the Context or DirContext method that cannot proceed.
- 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. - 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 - 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(DynAny) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynFixedStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynEnumStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynArrayStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynValueStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynAnyStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynUnionStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynStructStub
- Compares two DynAny values for equality.
- equal(DynAny) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Compares two DynAny values for equality.
- 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 geometries of the two
Area
objects
are equal.
- equals(boolean[], boolean[]) -
Static method in class java.util.Arrays
- Returns true if 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 two specified arrays of bytes are
equal to one another.
- equals(char[], char[]) -
Static method in class java.util.Arrays
- Returns true if the two specified arrays of chars are
equal to one another.
- equals(DataFlavor) -
Method in class java.awt.datatransfer.DataFlavor
- Tests a
DataFlavor
to this DataFlavor
for
equality.
- equals(DisplayMode) -
Method in class java.awt.DisplayMode
-
- equals(double[], double[]) -
Static method in class java.util.Arrays
- Returns true if 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 two specified arrays of floats are
equal to one another.
- equals(FontRenderContext) -
Method in class java.awt.font.FontRenderContext
- Return true if rhs has the same transform, antialiasing,
and fractional metrics values as this.
- equals(GlyphVector) -
Method in class java.awt.font.GlyphVector
- Tests if the specified
GlyphVector
exactly
equals this GlyphVector
.
- equals(GSSName) -
Method in interface org.ietf.jgss.GSSName
- Compares two
GSSName
objects to determine if they refer to the
same entity.
- equals(ImageGraphicAttribute) -
Method in class java.awt.font.ImageGraphicAttribute
- Compares this
ImageGraphicAttribute
to the specified
ImageGraphicAttribute
.
- equals(int[], int[]) -
Static method in class java.util.Arrays
- Returns true if 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 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(Object) -
Method in class java.awt.AWTKeyStroke
- Returns true if this object is identical to the specified object.
- equals(Object) -
Method in class java.awt.BasicStroke
- Tests if a specified object is equal to this
BasicStroke
by first testing if it is a BasicStroke
and then comparing
its width, join, cap, miter limit, dash, and dash phase attributes with
those of this BasicStroke
.
- equals(Object) -
Method in class java.awt.AlphaComposite
- Determines whether the specified object is equal to this
AlphaComposite
.
- 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.PageAttributes
- Determines whether two PageAttributes are equal to each other.
- equals(Object) -
Method in class java.awt.JobAttributes
- Determines whether two JobAttributes are equal to each other.
- equals(Object) -
Method in class java.awt.RenderingHints
- Compares the specified
Object
with this
RenderingHints
for equality.
- equals(Object) -
Method in class java.awt.RenderingHints.Key
- The equals method for all Key objects will return the same
result as the equality operator '=='.
- equals(Object) -
Method in class java.awt.Insets
- Checks whether two insets objects are equal.
- equals(Object) -
Method in class java.awt.Rectangle
- Checks whether two rectangles are equal.
- equals(Object) -
Method in class java.awt.Point
- Determines whether an instance of
Point2D
is equal
to this point.
- equals(Object) -
Method in class java.awt.Dimension
- Checks whether two dimension objects have equal values.
- equals(Object) -
Method in class java.awt.Font
- Compares this
Font
object to the specified
Object
.
- equals(Object) -
Method in class java.awt.Color
- Determines whether another object is equal to this
Color
.
- equals(Object) -
Method in class java.awt.datatransfer.DataFlavor
- Tests an arbitrary
Object
to this DataFlavor
for equality.
- equals(Object) -
Method in class java.awt.font.ShapeGraphicAttribute
- Compares this
ShapeGraphicAttribute
to the specified
Object
.
- equals(Object) -
Method in class java.awt.font.NumericShaper
- Returns true if the specified object is an instance of
NumericShaper
and shapes identically to this one.
- equals(Object) -
Method in class java.awt.font.TextLayout
- Returns
true
if the specified Object
is a
TextLayout
object and if the specified Object
equals this TextLayout
.
- equals(Object) -
Method in class java.awt.font.ImageGraphicAttribute
- Compares this
ImageGraphicAttribute
to the specified
Object
.
- equals(Object) -
Method in class java.awt.font.TextHitInfo
- Returns
true
if the specified Object
is a
TextHitInfo
and equals this TextHitInfo
.
- equals(Object) -
Method in class java.awt.font.FontRenderContext
- Return true if obj is an instance of FontRenderContext and has the same
transform, antialiasing, and fractional metrics values as this.
- equals(Object) -
Method in class java.awt.geom.AffineTransform
- Returns
true
if this AffineTransform
represents the same affine coordinate transform as the specified
argument.
- equals(Object) -
Method in class java.awt.geom.Rectangle2D
- Determines whether or not the specified
Object
is
equal to this Rectangle2D
.
- equals(Object) -
Method in class java.awt.geom.Point2D
- Determines whether or not two points are equal.
- equals(Object) -
Method in class java.awt.image.MultiPixelPackedSampleModel
-
- equals(Object) -
Method in class java.awt.image.PackedColorModel
- Tests if the specified
Object
is an instance
of PackedColorModel
and equals this
PackedColorModel
.
- equals(Object) -
Method in class java.awt.image.ComponentSampleModel
-
- equals(Object) -
Method in class java.awt.image.SinglePixelPackedSampleModel
-
- equals(Object) -
Method in class java.awt.image.ComponentColorModel
- Compares this color model with another for equality.
- equals(Object) -
Method in class java.awt.image.ColorModel
- Tests if the specified
Object
is an instance of
ColorModel
and if it equals this
ColorModel
.
- equals(Object) -
Method in class java.beans.IndexedPropertyDescriptor
- Compares this
PropertyDescriptor
against the specified object.
- equals(Object) -
Method in class java.beans.PropertyDescriptor
- Compares this
PropertyDescriptor
against the specified object.
- 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.Character
- Compares this object against the specified object.
- equals(Object) -
Method in class java.lang.Character.Subset
- Compares two
Subset
objects for equality.
- 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
represents the same boolean
value as this object.
- equals(Object) -
Method in class java.lang.Double
- Compares this object against the specified object.
- equals(Object) -
Method in class java.lang.Float
- Compares this object against the specified object.
- equals(Object) -
Method in class java.lang.Short
- Compares this object to the specified object.
- equals(Object) -
Method in class java.lang.Byte
- Compares this object to the specified object.
- equals(Object) -
Method in class java.lang.Long
- Compares this object to the specified object.
- equals(Object) -
Method in class java.lang.Integer
- Compares this object to the specified object.
- equals(Object) -
Method in class java.lang.StackTraceElement
- Returns true if the specified object is another
StackTraceElement instance representing the same execution
point as this instance.
- equals(Object) -
Method in class java.lang.String
- Compares this string to the specified object.
- equals(Object) -
Method in class java.lang.Object
- Indicates whether some other object is "equal to" this one.
- equals(Object) -
Method in class java.lang.reflect.Method
- Compares this
Method
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.lang.reflect.Constructor
- Compares this
Constructor
against the specified object.
- equals(Object) -
Method in class java.math.BigDecimal
- Compares this BigDecimal with the specified Object for
equality.
- equals(Object) -
Method in class java.math.BigInteger
- Compares this BigInteger with the specified Object for equality.
- equals(Object) -
Method in class java.net.InetSocketAddress
- Compares this object against the specified object.
- equals(Object) -
Method in class java.net.NetworkInterface
- Compares this object against the specified object.
- equals(Object) -
Method in class java.net.Inet6Address
- Compares this object against the specified object.
- equals(Object) -
Method in class java.net.Inet4Address
- Compares this object against the specified object.
- equals(Object) -
Method in class java.net.URI
- Tests this URI for equality with another object.
- equals(Object) -
Method in class java.net.SocketPermission
- Checks two SocketPermission objects 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 this URL for equality with another object.
- equals(Object) -
Method in class java.nio.DoubleBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.FloatBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.LongBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.IntBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.ShortBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.CharBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.ByteBuffer
- Tells whether or not this buffer is equal to another object.
- equals(Object) -
Method in class java.nio.charset.Charset
- Tells whether or not this object is equal to another.
- equals(Object) -
Method in class java.rmi.MarshalledObject
- Compares 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.UID
- Compares the specified object with this
UID
for
equality.
- equals(Object) -
Method in class java.rmi.server.ObjID
- Compares the specified object with this
ObjID
for
equality.
- equals(Object) -
Method in class java.rmi.server.RemoteObject
- Compares two remote objects for equality.
- 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.AccessControlContext
- Checks two AccessControlContext objects for equality.
- equals(Object) -
Method in class java.security.AllPermission
- Checks two AllPermission 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.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 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.X509CRLEntry
- Compares this CRL entry for equality with the given
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.CertPath
- Compares this certification path for equality with the specified
object.
- equals(Object) -
Method in class java.security.cert.Certificate
- Compares this certificate for equality with the specified
object.
- equals(Object) -
Method in class java.sql.Timestamp
- Tests to see if this
Timestamp
object is
equal to the given object.
- equals(Object) -
Method in class java.text.RuleBasedCollator
- Compares the equality of two collation objects.
- equals(Object) -
Method in class java.text.StringCharacterIterator
- Compares the equality of two StringCharacterIterator objects.
- 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 class java.text.ChoiceFormat
- Equality comparision between two
- 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
- Compares the given object with this
SimpleDateFormat
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.ParsePosition
- Overrides equals
- equals(Object) -
Method in class java.text.FieldPosition
- Overrides equals
- equals(Object) -
Method in class java.text.AttributedCharacterIterator.Attribute
- Compares two objects for equality.
- equals(Object) -
Method in class java.text.MessageFormat
- Equality comparison between two message format objects
- equals(Object) -
Method in class java.util.IdentityHashMap
- Compares the specified object with this map for equality.
- equals(Object) -
Method in class java.util.SimpleTimeZone
- Compares the equality of two
SimpleTimeZone
objects.
- equals(Object) -
Method in class java.util.PropertyPermission
- Checks two PropertyPermission objects for equality.
- equals(Object) -
Method in class java.util.GregorianCalendar
- Compares this GregorianCalendar to an object reference.
- equals(Object) -
Method in class java.util.Date
- Compares two dates for equality.
- equals(Object) -
Method in class java.util.Calendar
- Compares this calendar to the specified object.
- equals(Object) -
Method in class java.util.BitSet
- Compares this object against the specified object.
- equals(Object) -
Method in class java.util.AbstractSet
- Compares the specified object with this set for equality.
- equals(Object) -
Method in class java.util.AbstractMap
- Compares the specified object with this map for equality.
- equals(Object) -
Method in interface java.util.List
- Compares the specified object with this list for equality.
- equals(Object) -
Method in class java.util.AbstractList
- Compares the specified object with this list 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.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.Hashtable
- Compares the specified Object with this Map for equality,
as per the definition in the Map interface.
- equals(Object) -
Method in class java.util.Locale
- Returns true if this Locale is equal to another object.
- equals(Object) -
Method in interface java.util.Comparator
- Indicates whether some other object is "equal to" this
Comparator.
- equals(Object) -
Method in interface java.util.Collection
- Compares the specified object with this collection 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.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.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.logging.Level
- Compare two objects for value equality.
- equals(Object) -
Method in class javax.crypto.spec.SecretKeySpec
-
- equals(Object) -
Method in class javax.crypto.spec.RC5ParameterSpec
- Tests for equality between the specified object and this
object.
- equals(Object) -
Method in class javax.crypto.spec.RC2ParameterSpec
- Tests for equality between the specified object and this
object.
- equals(Object) -
Method in class javax.imageio.ImageTypeSpecifier
- Returns
true
if the given Object
is
an ImageTypeSpecifier
and has a
SampleModel
and ColorModel
that are
equal to those of this object.
- equals(Object) -
Method in class javax.naming.Reference
- Determines whether obj is a reference with the same addresses
(in same order) as this reference.
- equals(Object) -
Method in class javax.naming.CompoundName
- Determines whether obj is syntactically equal to this compound name.
- equals(Object) -
Method in class javax.naming.CompositeName
- Determines whether two composite names are equal.
- equals(Object) -
Method in class javax.naming.RefAddr
- Determines whether obj is equal to this RefAddr.
- equals(Object) -
Method in class javax.naming.BinaryRefAddr
- Determines whether obj is equal to this address.
- equals(Object) -
Method in class javax.naming.directory.BasicAttributes
- Determines whether this BasicAttributes is equal to another
Attributes
Two Attributes are equal if they are both instances of
Attributes,
treat the case of attribute IDs the same way, and contain the
same attributes.
- equals(Object) -
Method in class javax.naming.directory.BasicAttribute
- Determines whether obj is equal to this attribute.
- equals(Object) -
Method in class javax.print.DocFlavor
- Determines if this doc flavor object is equal to the given object.
- equals(Object) -
Method in interface javax.print.PrintService
- Determines if two services are referring to the same underlying
service.
- equals(Object) -
Method in class javax.print.attribute.TextSyntax
- Returns whether this text attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.Size2DSyntax
- Returns whether this two-dimensional size attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.URISyntax
- Returns whether this URI attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.SetOfIntegerSyntax
- Returns whether this set-of-integer attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.ResolutionSyntax
- Returns whether this resolution attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.IntegerSyntax
- Returns whether this integer attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.HashAttributeSet
- Compares the specified object with this attribute set for equality.
- equals(Object) -
Method in class javax.print.attribute.DateTimeSyntax
- Returns whether this date-time attribute is equivalent to the passed in
object.
- equals(Object) -
Method in interface javax.print.attribute.AttributeSet
- Compares the specified object with this attribute set for equality.
- equals(Object) -
Method in class javax.print.attribute.standard.RequestingUserName
- Returns whether this requesting user name attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.QueuedJobCount
- Returns whether this queued job count attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterURI
- Returns whether this printer name attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterResolution
- Returns whether this printer resolution attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterName
- Returns whether this printer name attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
- Returns whether this printer more info manufacturer attribute is
equivalent to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMoreInfo
- Returns whether this printer more info attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMessageFromOperator
- Returns whether this printer message from operator attribute is
equivalent to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMakeAndModel
- Returns whether this printer make and model attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterLocation
- Returns whether this printer location attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterInfo
- Returns whether this printer info attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PagesPerMinuteColor
- Returns whether this pages per minute color attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PagesPerMinute
- Returns whether this pages per minute attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.PageRanges
- Returns whether this page ranges attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.OutputDeviceAssigned
- Returns whether this output device assigned attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberUpSupported
- Returns whether this number up supported attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberUp
- Returns whether this number up attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberOfInterveningJobs
- Returns whether this number of intervening jobs attribute is equivalent
to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberOfDocuments
- Returns whether this number of documents attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.MediaSize
- Returns whether this media size attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.MediaPrintableArea
- Returns whether this media margins attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.Media
- Returns whether this media attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobPrioritySupported
- Returns whether this job priority supported attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobPriority
- Returns whether this job priority attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobOriginatingUserName
- Returns whether this job originating user name attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobName
- Returns whether this job name attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMessageFromOperator
- Returns whether this job message from operator attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheetsSupported
- Returns whether this job media sheets supported attribute is equivalent
to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheetsCompleted
- Returns whether this job media sheets completed attribute is equivalent
to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheets
- Returns whether this job media sheets attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctetsSupported
- Returns whether this job K octets supported attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctetsProcessed
- Returns whether this job K octets processed attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressionsSupported
- Returns whether this job impressions supported attribute is equivalent
to the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctets
- Returns whether this job K octets attribute is equivalent to the passed
in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressionsCompleted
- Returns whether this job impressions completed attribute is equivalent
tp the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressions
- Returns whether this job impressions attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobHoldUntil
- Returns whether this job hold until attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.DocumentName
- Returns whether this document name attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.Destination
- Returns whether this destination attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtProcessing
- Returns whether this date-time at processing attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtCreation
- Returns whether this date-time at creation attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtCompleted
- Returns whether this date-time at completed attribute is equivalent to
the passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.CopiesSupported
- Returns whether this copies supported attribute is equivalent to the
passed in object.
- equals(Object) -
Method in class javax.print.attribute.standard.Copies
- Returns whether this copies attribute is equivalent to the passed in
object.
- equals(Object) -
Method in class javax.rmi.CORBA.Stub
- Compares two stubs for equality.
- equals(Object) -
Method in class javax.security.auth.PrivateCredentialPermission
- Checks two
PrivateCredentialPermission
objects for
equality.
- equals(Object) -
Method in class javax.security.auth.Subject
- Compares the specified Object with this
Subject
for equality.
- equals(Object) -
Method in class javax.security.auth.kerberos.ServicePermission
- Checks two ServicePermission objects for equality.
- equals(Object) -
Method in class javax.security.auth.kerberos.DelegationPermission
- Checks two DelegationPermission objects for equality.
- equals(Object) -
Method in class javax.security.auth.kerberos.KerberosPrincipal
- Compares the specified Object with this Principal for equality.
- equals(Object) -
Method in class javax.security.auth.x500.X500Principal
- Compares the specified
Object
with this
X500Principal
for equality.
- equals(Object) -
Method in class javax.security.cert.Certificate
- Compares this certificate for equality with the specified
object.
- equals(Object) -
Method in class javax.sound.sampled.ReverbType
- Indicates whether the specified object is equal to this reverb type,
returning
true
if the objects are identical.
- equals(Object) -
Method in class javax.sound.sampled.Port.Info
- Finalizes the equals method
- equals(Object) -
Method in class javax.sound.sampled.AudioFileFormat.Type
- Finalizes the equals method
- equals(Object) -
Method in class javax.sound.sampled.Mixer.Info
- Indicates whether two info objects are equal, returning
true
if
they are identical.
- equals(Object) -
Method in class javax.sound.sampled.LineEvent.Type
- Indicates whether the specified object is equal to this reverb type,
returning
true
if the objects are identical.
- equals(Object) -
Method in class javax.sound.sampled.Control.Type
- Finalizes the equals method
- equals(Object) -
Method in class javax.sound.sampled.AudioFormat.Encoding
- Finalizes the equals method
- equals(Object) -
Method in class javax.sound.midi.Sequencer.SyncMode
- Determines whether two objects are equal.
- equals(Object) -
Method in class javax.sound.midi.MidiDevice.Info
- Reports whether two objects are equal.
- equals(Object) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Compares this object to the specifed object.
- equals(Object) -
Method in class javax.swing.text.SimpleAttributeSet
- Compares this object to the specified object.
- equals(Object) -
Method in class javax.swing.text.DefaultCaret
- Compares this object to the specified object.
- equals(Object) -
Method in class javax.swing.text.TabStop
- Returns true if the tabs are equal.
- equals(Object) -
Method in class javax.swing.text.html.HTML.UnknownTag
- Compares this object to the specifed object.
- equals(Object) -
Method in class javax.swing.tree.TreePath
- Tests two TreePaths for equality by checking each element of the
paths for equality.
- equals(Object) -
Method in class org.ietf.jgss.ChannelBinding
- Compares two instances of ChannelBinding.
- equals(Object) -
Method in interface org.ietf.jgss.GSSCredential
- Tests if this GSSCredential asserts the same entity as the supplied
object.
- equals(Object) -
Method in interface org.ietf.jgss.GSSName
- Compares this
GSSName
object to another Object that might be a
GSSName
.
- equals(Object) -
Method in class org.ietf.jgss.Oid
- Tests if two Oid objects represent the same Object identifier
value.
- equals(Object) -
Method in class org.omg.CORBA.portable.ObjectImpl
- Compares this
ObjectImpl
object with the given one
for equality.
- equals(Object[], Object[]) -
Static method in class java.util.Arrays
- Returns true if the two specified arrays of Objects are
equal to one another.
- equals(Object, Object) -
Method in class org.omg.CORBA.portable.Delegate
- Provides the implementation to override the equals(java.lang.Object obj)
method of the delegating CORBA object.
- equals(ShapeGraphicAttribute) -
Method in class java.awt.font.ShapeGraphicAttribute
- Compares this
ShapeGraphicAttribute
to the specified
ShapeGraphicAttribute
.
- equals(short[], short[]) -
Static method in class java.util.Arrays
- Returns true if the two specified arrays of shorts are
equal to one another.
- equals(String) -
Method in class java.awt.datatransfer.DataFlavor
- Deprecated. As inconsistent with
hashCode()
contract,
use isMimeTypeEqual(String)
instead.
- 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(Stub, Object) -
Method in interface javax.rmi.CORBA.StubDelegate
- Delegation call for
Stub.equals(java.lang.Object)
.
- equals(TextHitInfo) -
Method in class java.awt.font.TextHitInfo
- Returns
true
if the specified TextHitInfo
has the same charIndex
and isLeadingEdge
as this TextHitInfo
.
- equals(TextLayout) -
Method in class java.awt.font.TextLayout
- Returns
true
if the two layouts are equal.
- equals(Timestamp) -
Method in class java.sql.Timestamp
- Tests to see if this
Timestamp
object is
equal to the given Timestamp
object.
- equals(URL, URL) -
Method in class java.net.URLStreamHandler
- Provides the default equals calculation.
- equalsIgnoreCase(String) -
Method in class java.lang.String
- Compares this
String
to another String
,
ignoring case considerations.
- equivalent(TypeCode) -
Method in class org.omg.CORBA.TypeCode
- Tests to see if the given
TypeCode
object is
equivalent to this TypeCode
object.
- ERA -
Static variable in class java.text.DateFormat.Field
- Constant identifying the era field.
- ERA -
Static variable in class java.util.Calendar
- Field number for
get
and set
indicating the
era, e.g., AD or BC in the Julian calendar.
- 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 -
Static variable in class javax.print.attribute.standard.Severity
- Indicates that the
PrinterStateReason
is an
"error" (most severe).
- ERROR -
Static variable in class javax.security.auth.callback.TextOutputCallback
- Error message.
- ERROR -
Static variable in class javax.security.auth.callback.ConfirmationCallback
- ERROR message type.
- ERROR_DIALOG -
Static variable in class javax.swing.JRootPane
- Constant used for the windowDecorationStyle property.
- ERROR_MESSAGE -
Static variable in class javax.swing.JOptionPane
- Used for error messages.
- ERROR_OPTION -
Static variable in class javax.swing.JFileChooser
- Return value if an error occured.
- Error() -
Constructor for class java.lang.Error
- Constructs a new error with
null
as its detail message.
- error(SAXParseException) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a recoverable parser error.
- error(SAXParseException) -
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a recoverable error.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an error event.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a recoverable parser error.
- error(String) -
Method in class javax.swing.text.html.parser.Parser
-
- Error(String) -
Constructor for class java.lang.Error
- Constructs a new error with the specified detail message.
- error(String, Exception, int) -
Method in class java.util.logging.ErrorManager
- The error method is called when a Handler failure occurs.
- error(String, String) -
Method in class javax.swing.text.html.parser.Parser
-
- error(String, String, String) -
Method in class javax.swing.text.html.parser.Parser
-
- error(String, String, String, String) -
Method in class javax.swing.text.html.parser.Parser
- Invoke the error handler.
- Error(String, Throwable) -
Constructor for class java.lang.Error
- Constructs a new error with the specified detail message and
cause.
- Error(Throwable) -
Constructor for class java.lang.Error
- Constructs a new error with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- error(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a recoverable error.
- errorCode -
Variable in class javax.transaction.xa.XAException
- The error code with which to create the SystemException.
- ERRORED -
Static variable in class java.awt.MediaTracker
- Flag indicating that the downloading of media encountered
an error.
- ErrorHandler - interface org.xml.sax.ErrorHandler.
- Basic interface for SAX error handlers.
- ErrorListener - interface javax.xml.transform.ErrorListener.
- To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the implmentation
with the
Transformer
. - ErrorManager - class java.util.logging.ErrorManager.
- ErrorManager objects can be attached to Handlers to process
any error that occur on a Handler during Logging.
- ErrorManager() -
Constructor for class java.util.logging.ErrorManager
-
- ESCAPE -
Static variable in class java.awt.Event
- The Escape key.
- establish_components(IORInfo) -
Method in interface org.omg.PortableInterceptor.IORInterceptorOperations
- A server side ORB calls the
establish_components
operation on all registered IORInterceptor
instances
when it is assembling the list of components that will be included
in the profile or profiles of an object reference.
- EtchedBorder - class javax.swing.border.EtchedBorder.
- A class which implements a simple etched border which can
either be etched-in or etched-out.
- EtchedBorder() -
Constructor for class javax.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 javax.swing.border.EtchedBorder
- Creates a lowered etched border with the specified highlight and
shadow colors.
- EtchedBorder(int) -
Constructor for class javax.swing.border.EtchedBorder
- Creates an etched border with the specified etch-type
whose colors will be derived
from the background color of the component passed into
the paintBorder method.
- EtchedBorder(int, Color, Color) -
Constructor for class javax.swing.border.EtchedBorder
- Creates an etched border with the specified etch-type,
highlight and shadow colors.
- etchType -
Variable in class javax.swing.border.EtchedBorder
-
- etherealize(byte[], POA, Servant, boolean, boolean) -
Method in class org.omg.PortableServer._ServantActivatorStub
- This operation is invoked whenever a servant for
an object is deactivated, assuming the POA has
the USE_SERVANT_MANAGER and RETAIN policies.
- etherealize(byte[], POA, Servant, boolean, boolean) -
Method in interface org.omg.PortableServer.ServantActivatorOperations
- This operation is invoked whenever a servant for
an object is deactivated, assuming the POA has
the USE_SERVANT_MANAGER and RETAIN policies.
- ETHIOPIC -
Static variable in class java.awt.font.NumericShaper
- Identifies the ETHIOPIC range and decimal base.
- ETHIOPIC -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- EUROPEAN -
Static variable in class java.awt.font.NumericShaper
- Identifies the Latin-1 (European) and extended range, and
Latin-1 (European) decimal base.
- event -
Variable in class javax.swing.tree.ExpandVetoException
- The event that the exception was created for.
- Event - class java.awt.Event.
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility. - Event(Object, int, Object) -
Constructor for class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- Event(Object, long, int, int, int, int, int) -
Constructor for class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- Event(Object, long, int, int, int, int, int, Object) -
Constructor for class java.awt.Event
- NOTE: The
Event
class is obsolete and is
available only for backwards compatilibility.
- EventContext - interface javax.naming.event.EventContext.
- Contains methods for registering/deregistering listeners to be notified of
events fired when objects named in a context changes.
- EventDirContext - interface javax.naming.event.EventDirContext.
- Contains methods for registering listeners to be notified
of events fired when objects named in a directory context changes.
- eventDispatched(AWTEvent) -
Method in class java.awt.event.AWTEventListenerProxy
- Forwards the property change event to the listener delegate.
- eventDispatched(AWTEvent) -
Method in interface java.awt.event.AWTEventListener
- Invoked when an event is dispatched in the AWT.
- EventHandler - class java.beans.EventHandler.
- The
EventHandler
class provides
support for dynamically generating event listeners whose methods
execute a simple statement involving an incoming event object
and a target object. - EventHandler(Object, String, String, String) -
Constructor for class java.beans.EventHandler
- Creates a new
EventHandler
object;
you generally use one of the create
methods
instead of invoking this constructor directly.
- EventListener - interface java.util.EventListener.
- A tagging interface that all event listener interfaces must extend.
- EventListenerList - class javax.swing.event.EventListenerList.
- A class that holds a list of EventListeners.
- EventListenerList() -
Constructor for class javax.swing.event.EventListenerList
-
- EventListenerProxy - class java.util.EventListenerProxy.
- An abstract wrapper class for an EventListener class which associates a set
of additional parameters with the listener.
- EventListenerProxy(EventListener) -
Constructor for class java.util.EventListenerProxy
-
- EventObject - class java.util.EventObject.
-
The root class from which all event state objects shall be derived.
- EventObject(Object) -
Constructor for class java.util.EventObject
- Constructs a prototypical Event.
- EventQueue - class java.awt.EventQueue.
EventQueue
is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes.- EventQueue() -
Constructor for class java.awt.EventQueue
-
- events -
Variable in class java.awt.dnd.DragGestureRecognizer
- The list of events (in order) that
the
DragGestureRecognizer
"recognized" as a "gesture" that triggers a drag.
- events -
Variable in class javax.sound.midi.Track
- The list of
MidiEvents
contained in this track.
- 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
- 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
- Creates an EventSetDescriptor from scratch using
string names.
- EventSetDescriptor(Class, String, Class, String[], 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
- Creates an EventSetDescriptor from scratch using
java.lang.reflect.Method and java.lang.Class objects.
- EventSetDescriptor(String, Class, Method[], 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
- Creates an EventSetDescriptor from scratch using
java.lang.reflect.MethodDescriptor and java.lang.Class
objects.
- eventTypeEnabled(int) -
Method in class java.awt.ScrollPane
- If wheel scrolling is enabled, we return true for MouseWheelEvents
- evt -
Variable in class java.awt.Event
- The next event.
- ExcellentBreakWeight -
Static variable in class javax.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 a new exception with
null
as its 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 a new exception with the specified detail message.
- Exception(String, Throwable) -
Constructor for class java.lang.Exception
- Constructs a new exception with the specified detail message and
cause.
- Exception(Throwable) -
Constructor for class java.lang.Exception
- Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- 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
null
as its detail message string and with no saved
throwable object.
- ExceptionInInitializerError(String) -
Constructor for class java.lang.ExceptionInInitializerError
- Constructs an ExceptionInInitializerError with the specified detail
message string.
- ExceptionInInitializerError(Throwable) -
Constructor for class java.lang.ExceptionInInitializerError
- Constructs a new
ExceptionInInitializerError
class by
saving a reference to the Throwable
object thrown for
later retrieval by the ExceptionInInitializerError.getException()
method.
- ExceptionList - class org.omg.CORBA.ExceptionList.
- An object used in
Request
operations to
describe the exceptions that can be thrown by a method. - ExceptionList() -
Constructor for class org.omg.CORBA.ExceptionList
-
- ExceptionListener - interface java.beans.ExceptionListener.
- An ExceptionListener is notified of internal exceptions.
- exceptions() -
Method in class org.omg.CORBA.Request
- Retrieves the
ExceptionList
object for this request.
- exceptions() -
Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- Returns an array of
TypeCode
objects describing the
TypeCode
s of the user exceptions that this operation
invocation may throw.
- exceptionThrown(Exception) -
Method in interface java.beans.ExceptionListener
- This method is called when a recoverable exception has
been caught.
- exclusions -
Variable in class javax.swing.text.html.parser.Element
-
- exclusiveOr(Area) -
Method in class java.awt.geom.Area
- Sets the shape of this
Area
to be the combined area
of its 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[]) -
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.
- exec(String[], String[], File) -
Method in class java.lang.Runtime
- Executes the specified command and arguments in a separate process with
the specified environment and working directory.
- exec(String, String[]) -
Method in class java.lang.Runtime
- Executes the specified string command in a separate process with the
specified environment.
- exec(String, String[], File) -
Method in class java.lang.Runtime
- Executes the specified string command in a separate process with the
specified environment and working directory.
- EXECUTE_FAILED -
Static variable in interface java.sql.Statement
- The constant indicating that an error occured while executing a
batch statement.
- execute() -
Method in class java.beans.Statement
- The execute method finds a method whose name is the same
as the methodName property, and invokes the method on
the target.
- execute() -
Method in interface java.sql.PreparedStatement
- Executes the SQL statement in this
PreparedStatement
object,
which may be any kind of SQL statement.
- execute() -
Method in interface javax.sql.RowSet
- Fills this
RowSet
object with data.
- execute(String) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which may return multiple results.
- execute(String, int) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which may return multiple results,
and signals the driver that any
auto-generated keys should be made available
for retrieval.
- execute(String, int[]) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which may return multiple results,
and signals the driver that the
auto-generated keys indicated in the given array should be made available
for retrieval.
- execute(String, String[]) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which may return multiple results,
and signals the driver that the
auto-generated keys indicated in the given array should be made available
for retrieval.
- executeBatch() -
Method in interface java.sql.Statement
- Submits a batch of commands to the database for execution and
if all commands execute successfully, returns an array of update counts.
- executeCall() -
Method in interface java.rmi.server.RemoteCall
- Deprecated. no replacement
- executeQuery() -
Method in interface java.sql.PreparedStatement
- Executes the SQL query in this
PreparedStatement
object
and returns the ResultSet
object generated by the query.
- executeQuery(String) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which returns a single
ResultSet
object.
- executeUpdate() -
Method in interface java.sql.PreparedStatement
- Executes the SQL statement in this
PreparedStatement
object,
which must be an SQL INSERT
, UPDATE
or
DELETE
statement; or an SQL statement that returns nothing,
such as a DDL statement.
- executeUpdate(String) -
Method in interface java.sql.Statement
- Executes the given SQL statement, which may be an
INSERT
,
UPDATE
, or DELETE
statement or an
SQL statement that returns nothing, such as an SQL DDL statement.
- executeUpdate(String, int) -
Method in interface java.sql.Statement
- Executes the given SQL statement and signals the driver with the
given flag about whether the
auto-generated keys produced by this
Statement
object
should be made available for retrieval.
- executeUpdate(String, int[]) -
Method in interface java.sql.Statement
- Executes the given SQL statement and signals the driver that the
auto-generated keys indicated in the given array should be made available
for retrieval.
- executeUpdate(String, String[]) -
Method in interface java.sql.Statement
- Executes the given SQL statement and signals the driver that the
auto-generated keys indicated in the given array should be made available
for retrieval.
- EXECUTIVE -
Static variable in class java.awt.PageAttributes.MediaType
- The MediaType instance for Executive, 7 1/4 x 10 1/2 in.
- EXECUTIVE -
Static variable in class javax.print.attribute.standard.MediaSizeName
- executive size .
- EXECUTIVE -
Static variable in class javax.print.attribute.standard.MediaSize.Other
- Specifies the executive size, 7.25 inches by 10.5 inches.
- ExemptionMechanism - class javax.crypto.ExemptionMechanism.
- This class provides the functionality of an exemption mechanism, examples
of which are key recovery, key weakening, and
key escrow.
- ExemptionMechanism(ExemptionMechanismSpi, Provider, String) -
Constructor for class javax.crypto.ExemptionMechanism
- Creates a ExemptionMechanism object.
- ExemptionMechanismException - exception javax.crypto.ExemptionMechanismException.
- This is the generic ExemptionMechanism exception.
- ExemptionMechanismException() -
Constructor for class javax.crypto.ExemptionMechanismException
- Constructs a ExemptionMechanismException with no detailed message.
- ExemptionMechanismException(String) -
Constructor for class javax.crypto.ExemptionMechanismException
- Constructs a ExemptionMechanismException with the specified
detailed message.
- ExemptionMechanismSpi - class javax.crypto.ExemptionMechanismSpi.
- This class defines the Service Provider Interface (SPI)
for the
ExemptionMechanism
class. - ExemptionMechanismSpi() -
Constructor for class javax.crypto.ExemptionMechanismSpi
-
- exists() -
Method in class java.io.File
- Tests whether the file denoted by this abstract pathname exists.
- EXIT_ON_CLOSE -
Static variable in interface javax.swing.WindowConstants
- The exit application default window close operation.
- EXIT_ON_CLOSE -
Static variable in class javax.swing.JFrame
- The exit application default window close operation.
- exit(int) -
Static method in class java.lang.System
- Terminates the currently running Java Virtual Machine.
- exit(int) -
Method in class java.lang.Runtime
- Terminates the currently running Java virtual machine by initiating its
shutdown sequence.
- EXITED -
Static variable in class javax.swing.event.HyperlinkEvent.EventType
- Exited type.
- exiting(String, String) -
Method in class java.util.logging.Logger
- Log a method return.
- exiting(String, String, Object) -
Method in class java.util.logging.Logger
- Log a method return, with result object.
- exitValue() -
Method in class java.lang.Process
- Returns the exit value for the subprocess.
- exp(double) -
Static method in class java.lang.Math
- Returns Euler's number e raised to the power of a
double
value.
- exp(double) -
Static method in class java.lang.StrictMath
- Returns Euler's number e raised to the power of a
double
value.
- EXPANDABLE -
Static variable in class javax.accessibility.AccessibleState
- Indicates this object allows progressive disclosure of its children.
- EXPANDED -
Static variable in class javax.accessibility.AccessibleState
- Indicates this object is expanded.
- expandedIcon -
Variable in class javax.swing.plaf.basic.BasicTreeUI
-
- expandPath(TreePath) -
Method in class javax.swing.JTree
- Ensures that the node identified by the specified path is
expanded and viewable.
- expandRow(int) -
Method in class javax.swing.JTree
- Ensures that the node in the specified row is expanded and
viewable.
- EXPANDS_SELECTED_PATHS_PROPERTY -
Static variable in class javax.swing.JTree
- Bound property name for expands selected paths property
- expandTabRunsArray() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- ExpandVetoException - exception javax.swing.tree.ExpandVetoException.
- Exception used to stop and expand/collapse from happening.
- ExpandVetoException(TreeExpansionEvent) -
Constructor for class javax.swing.tree.ExpandVetoException
- Constructs an ExpandVetoException object with no message.
- ExpandVetoException(TreeExpansionEvent, String) -
Constructor for class javax.swing.tree.ExpandVetoException
- Constructs an ExpandVetoException object with the specified message.
- EXPONENT -
Static variable in class java.text.NumberFormat.Field
- Constant identifying the exponent field.
- EXPONENT_SIGN -
Static variable in class java.text.NumberFormat.Field
- Constant identifying the exponent sign field.
- EXPONENT_SYMBOL -
Static variable in class java.text.NumberFormat.Field
- Constant identifying the exponent symbol field.
- export() -
Method in interface org.ietf.jgss.GSSContext
- Exports this context so that another process may
import it..
- export() -
Method in interface org.ietf.jgss.GSSName
- Returns a canonical contiguous byte representation of a mechanism name
(MN), suitable for direct, byte by byte comparison by authorization
functions.
- exportAsDrag(JComponent, InputEvent, int) -
Method in class javax.swing.TransferHandler
- Causes the Swing drag support to be initiated.
- exportDone(JComponent, Transferable, int) -
Method in class javax.swing.TransferHandler
- Invoked after data has been exported.
- ExportException - exception java.rmi.server.ExportException.
- An
ExportException
is a RemoteException
thrown if an attempt to export a remote object fails. - ExportException(String) -
Constructor for class java.rmi.server.ExportException
- Constructs an
ExportException
with the specified
detail message.
- ExportException(String, Exception) -
Constructor for class java.rmi.server.ExportException
- Constructs an
ExportException
with the specified
detail message and nested exception.
- exportNode(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
- Implements the exportNode method as per the specification in
Preferences.exportNode(OutputStream)
.
- exportNode(OutputStream) -
Method in class java.util.prefs.Preferences
- Emits on the specified output stream an XML document representing all
of the preferences contained in this node (but not its descendants).
- exportObject(Remote) -
Static method in class java.rmi.server.UnicastRemoteObject
- Exports the remote object to make it available to receive incoming
calls using an anonymous port.
- exportObject(Remote) -
Static method in class javax.rmi.PortableRemoteObject
- Makes a server object ready to receive remote calls.
- exportObject(Remote) -
Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
- Delegation call for
PortableRemoteObject.exportObject(java.rmi.Remote)
.
- 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, 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, int) -
Static method in class java.rmi.server.UnicastRemoteObject
- Exports the remote object to make it available to receive incoming
calls, using the particular supplied port.
- exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.server.UnicastRemoteObject
- Exports the remote object to make it available to receive incoming
calls, using a transport specified by the given socket factory.
- exportObject(Remote, Object) -
Method in interface java.rmi.server.ServerRef
- Creates a client stub object for the supplied Remote object.
- 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, 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).
- exportSubtree(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
- Implements the exportSubtree method as per the specification in
Preferences.exportSubtree(OutputStream)
.
- exportSubtree(OutputStream) -
Method in class java.util.prefs.Preferences
- Emits an XML document representing all of the preferences contained
in this node and all of its descendants.
- exportToClipboard(JComponent, Clipboard, int) -
Method in class javax.swing.TransferHandler
- Causes a transfer from the given component to the
given clipboard.
- Expression - class java.beans.Expression.
- An
Expression
object represents a primitive expression
in which a single method is applied to a target and a set of
arguments to return a result - as in "a.getFoo()"
. - Expression(Object, Object, String, Object[]) -
Constructor for class java.beans.Expression
- Creates a new
Expression
object for a method
that returns a result.
- Expression(Object, String, Object[]) -
Constructor for class java.beans.Expression
- Creates a new
Statement
object with a target
,
methodName
and arguments
as per the parameters.
- extendedOperation(ExtendedRequest) -
Method in class javax.naming.ldap.InitialLdapContext
-
- extendedOperation(ExtendedRequest) -
Method in interface javax.naming.ldap.LdapContext
- Performs an extended operation.
- ExtendedRequest - interface javax.naming.ldap.ExtendedRequest.
- This interface represents an LDAPv3 extended operation request as defined in
RFC 2251.
- ExtendedResponse - interface javax.naming.ldap.ExtendedResponse.
- This interface represents an LDAP extended operation response as defined in
RFC 2251.
- EXTENSION_INSTALLATION -
Static variable in class java.util.jar.Attributes.Name
Name
object for Extension-Name
manifest attribute
used for declaring dependencies on installed extensions.
- EXTENSION_LIST -
Static variable in class java.util.jar.Attributes.Name
Name
object for Extension-List
manifest attribute
used for declaring dependencies on installed extensions.
- EXTENSION_NAME -
Static variable in class java.util.jar.Attributes.Name
Name
object for Extension-Name
manifest attribute
used for declaring dependencies on installed extensions.
- 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.
- externalEntityDecl(String, String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report a parsed external entity declaration.
- 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
- Extracts the
Any
object in this
Any
object's value
field.
- extract_boolean() -
Method in class org.omg.CORBA.Any
- Extracts the
boolean
in this
Any
object's value
field.
- extract_char() -
Method in class org.omg.CORBA.Any
- Extracts the
char
in this
Any
object's value
field.
- extract_double() -
Method in class org.omg.CORBA.Any
- Extracts the
double
in this
Any
object's value
field.
- extract_fixed() -
Method in class org.omg.CORBA.Any
- Extracts the
java.math.BigDecimal
object in this
Any
object's value
field.
- extract_float() -
Method in class org.omg.CORBA.Any
- Extracts the
float
in this
Any
object's value
field.
- extract_long() -
Method in class org.omg.CORBA.Any
- Extracts the
int
in this
Any
object's value
field.
- extract_longlong() -
Method in class org.omg.CORBA.Any
- Extracts the
long
in this
Any
object's value
field.
- extract_Object() -
Method in class org.omg.CORBA.Any
- Extracts the
org.omg.CORBA.Object
in this
Any
object's value
field.
- extract_octet() -
Method in class org.omg.CORBA.Any
- Extracts the
byte
in this
Any
object's value
field.
- extract_Principal() -
Method in class org.omg.CORBA.Any
- Deprecated. Deprecated by CORBA 2.2.
- extract_short() -
Method in class org.omg.CORBA.Any
- Extracts the
short
in this
Any
object's value
field.
- extract_Streamable() -
Method in class org.omg.CORBA.Any
- Extracts a
Streamable
from this Any
object's
value
field.
- extract_string() -
Method in class org.omg.CORBA.Any
- Extracts the
String
object in this
Any
object's value
field.
- extract_TypeCode() -
Method in class org.omg.CORBA.Any
- Extracts the
TypeCode
object in this
Any
object's value
field.
- extract_ulong() -
Method in class org.omg.CORBA.Any
- Extracts the
int
in this
Any
object's value
field.
- extract_ulonglong() -
Method in class org.omg.CORBA.Any
- Extracts the
long
in this
Any
object's value
field.
- extract_ushort() -
Method in class org.omg.CORBA.Any
- Extracts the
short
in this
Any
object's value
field.
- extract_Value() -
Method in class org.omg.CORBA.Any
- Extracts the
java.io.Serializable
object in this
Any
object's value
field.
- extract_wchar() -
Method in class org.omg.CORBA.Any
- Extracts the
char
in this
Any
object's value
field.
- extract_wstring() -
Method in class org.omg.CORBA.Any
- Extracts the
String
object in this
Any
object's value
field.
- extract(Any) -
Static method in class org.omg.CORBA.WStringSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.StringSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.PolicyErrorHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ParameterModeHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.WStringValueHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.WCharSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.VisibilityHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.VersionSpecHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ValueMemberHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ValueBaseHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.UnionMemberHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.UShortSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ULongSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ULongLongSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.StructMemberHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.StringValueHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ShortSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.SetOverrideTypeHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.RepositoryIdHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.PolicyListHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.PolicyTypeHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.PolicyHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.OctetSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.NameValuePairHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.LongSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.LongLongSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.IdentifierHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.IDLTypeHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.FloatSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.FieldNameHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.DoubleSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.DefinitionKindHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.CurrentHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.CompletionStatusHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.CharSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.BooleanSeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.AnySeqHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ServiceDetailHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ObjectHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.ServiceInformationHelper
-
- extract(Any) -
Static method in class org.omg.CORBA.WrongTransactionHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NameHelper
-
- 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.BindingListHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.BindingIteratorHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.BindingHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.IstringHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.ServantLocatorHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.ServantActivatorHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.ForwardRequestHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.CurrentHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-
- extract(Any) -
Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.CurrentHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-
- extract(Any) -
Static method in class org.omg.Messaging.SyncScopeHelper
-
- extract(Any) -
Static method in class org.omg.IOP.TaggedProfileHelper
-
- extract(Any) -
Static method in class org.omg.IOP.TaggedComponentHelper
-
- extract(Any) -
Static method in class org.omg.IOP.ServiceIdHelper
-
- extract(Any) -
Static method in class org.omg.IOP.ServiceContextListHelper
-
- extract(Any) -
Static method in class org.omg.IOP.ServiceContextHelper
-
- extract(Any) -
Static method in class org.omg.IOP.ProfileIdHelper
-
- extract(Any) -
Static method in class org.omg.IOP.MultipleComponentProfileHelper
-
- extract(Any) -
Static method in class org.omg.IOP.IORHelper
-
- extract(Any) -
Static method in class org.omg.IOP.ComponentIdHelper
-
- extract(Any) -
Static method in class org.omg.IOP.CodecFactoryHelper
-
- extract(Any) -
Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.NameValuePairHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynSequenceHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.FieldNameHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynFixedHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynEnumHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnySeqHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynArrayHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynValueHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynUnionHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynStructHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.AnySeqHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
- extraImageMetadataFormatClassNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- An array of
String
s containing the class names of
any additional image metadata formats supported by this
plug-in, initially null
.
- extraImageMetadataFormatNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- An array of
String
s containing the names of any
additional image metadata formats supported by this plug-in,
initially null
.
- extraMetadataFormatClassNames -
Variable in class javax.imageio.metadata.IIOMetadata
- An array of names of classes implementing
IIOMetadataFormat
and representing the metadata formats, other than the standard and
native formats, that are supported by this plug-in,
initialized to null
and set via the constructor.
- extraMetadataFormatNames -
Variable in class javax.imageio.metadata.IIOMetadata
- An array of names of formats, other than the standard and
native formats, that are supported by this plug-in,
initialized to
null
and set via the constructor.
- extraStreamMetadataFormatClassNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- An array of
String
s containing the class names of
any additional stream metadata formats supported by this plug-in,
initially null
.
- extraStreamMetadataFormatNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- An array of
String
s containing the names of any
additional stream metadata formats supported by this plug-in,
initially null
.
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
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.