|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
2.718281828459045
.
2.718281828459045
.
Cursor.E_RESIZE_CURSOR
instead.
TitledBorder.border
and the bordered component.
JTable.setValueAt(java.lang.Object, int, int)
.
UndoableEdit
s being combined into a compound
editing action.
UndoManager.redo()
was called.
UndoManager.undo()
was called.
<!- Element - Interface in org.w3c.dom
- 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 Object stored at
index
.
- elementAt(int) -
Method in class javax.swing.DefaultListModel
- Gets an element of the list at the provided index.
- elementCount -
Variable in class java.util.Vector
- The number of elements currently in the vector, also returned by
Vector.size()
.
- elementCountToTag(HTMLDocument, int, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
- Returns the number of elements, starting at the deepest point, needed
to get an element representing tag. -1 if no elements are found, 0 if
the parent of the leaf at offset represents the tag.
- ElementCSSInlineStyle - Interface in org.w3c.dom.css
- Inline style information attached to elements is exposed through the
style
attribute. - elementData -
Variable in class java.util.Vector
- The internal array used to hold members of a Vector.
- elementDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an element type declaration.
- elementDecl(String, String) -
Method in class org.xml.sax.ext.DefaultHandler2
-
- elementHash -
Variable in class javax.swing.text.html.parser.DTD
- The element for accessing all DTD elements by name.
- ElementIterator - Class in javax.swing.text
- This class can be used to iterate over the
Element
tree of
a Document
or an Element
. - ElementIterator(Document) -
Constructor for class javax.swing.text.ElementIterator
- Create a new ElementIterator to iterate over the given document.
- ElementIterator(Element) -
Constructor for class javax.swing.text.ElementIterator
- Create a new ElementIterator to iterate over the given document.
- elementName() -
Method in exception java.lang.annotation.IncompleteAnnotationException
- Returns the name of the missing annotation element.
- ElementNameAttribute -
Static variable in class javax.swing.text.AbstractDocument
- Attribute key for storing the element name.
- elements() -
Method in class java.security.PermissionCollection
- This method returns an
Enumeration
of all the objects in
this collection.
- elements() -
Method in class java.security.Permissions
- This method returns an
Enumeration
which contains a
list of all Permission
objects contained in this
collection.
- elements() -
Method in class java.util.Dictionary
- Returns an Enumeration of the values in this Dictionary.
- elements() -
Method in class java.util.Hashtable
- Return an enumeration of the values of this table.
- elements() -
Method in class java.util.Vector
- Returns an Enumeration of the elements of this Vector.
- elements() -
Method in class javax.swing.DefaultListModel
- Returns an
Enumeration
over the elements of the list.
- elements -
Variable in class javax.swing.text.html.parser.DTD
- Contains all elements in this DTD.
- ElementType - Enum in java.lang.annotation
-
- Ellipse2D - Class in java.awt.geom
- Ellipse2D is the shape of an ellipse.
- Ellipse2D() -
Constructor for class java.awt.geom.Ellipse2D
- Ellipse2D is defined as abstract.
- Ellipse2D.Double - Class in java.awt.geom
- An
Ellipse2D
that stores its coordinates using double
primitives. - Ellipse2D.Double() -
Constructor for class java.awt.geom.Ellipse2D.Double
- Creates a new Ellipse2D with an upper-left coordinate of (0,0)
and a zero size.
- Ellipse2D.Double(double, double, double, double) -
Constructor for class java.awt.geom.Ellipse2D.Double
- Creates a new Ellipse2D within a given rectangle
using double-precision coordinates.
- Ellipse2D.Float - Class in java.awt.geom
- An
Ellipse2D
that stores its coordinates using float
primitives. - Ellipse2D.Float() -
Constructor for class java.awt.geom.Ellipse2D.Float
- Creates a new Ellipse2D with an upper-left coordinate of (0,0)
and a zero size.
- Ellipse2D.Float(float, float, float, float) -
Constructor for class java.awt.geom.Ellipse2D.Float
- Creates a new Ellipse2D within a given rectangle
using floating-point precision.
- EM -
Static variable in class javax.swing.text.html.HTML.Tag
- The <em> tag
- EMBEDDED_BY -
Static variable in class javax.accessibility.AccessibleRelation
- Indicates that an object is embedded by another object.
- EMBEDDED_BY_PROPERTY -
Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.EMBEDDED_BY
property changed.
- EMBEDS -
Static variable in class javax.accessibility.AccessibleRelation
- Indicates that an object embeds another object.
- EMBEDS_PROPERTY -
Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.EMBEDS
property changed.
- empty() -
Method in class java.util.Stack
- Tests if the stack is empty.
- empty() -
Method in class javax.swing.text.html.parser.ContentModel
- Checks if the content model matches an empty input stream.
- EMPTY -
Static variable in interface javax.swing.text.html.parser.DTDConstants
- The EMPTY constant, means the element with no content.
- EMPTY -
Static variable in class javax.swing.text.SimpleAttributeSet
- An empty attribute set.
- EMPTY_LIST -
Static variable in class java.util.Collections
- An immutable, serializable, empty List, which implements RandomAccess.
- EMPTY_MAP -
Static variable in class java.util.Collections
- An immutable, serializable, empty Map.
- EMPTY_SET -
Static variable in class java.util.Collections
- An immutable, serializable, empty Set.
- EmptyBorder - Class in javax.swing.border
- A border for leaving a specifiable number of pixels empty around
the enclosed component.
- EmptyBorder(int, int, int, int) -
Constructor for class javax.swing.border.EmptyBorder
- Constructs an empty border given the number of pixels required
on each side.
- EmptyBorder(Insets) -
Constructor for class javax.swing.border.EmptyBorder
- Constructs an empty border given the number of pixels required
on each side, passed in an Insets object.
- emptyList() -
Static method in class java.util.Collections
- Returns an immutable, serializable parameterized empty list.
- emptyMap() -
Static method in class java.util.Collections
- Returns an immutable, serializable parameterized empty map.
- emptySet() -
Static method in class java.util.Collections
- Returns an immutable, serializable parameterized empty set.
- EmptyStackException - Exception in java.util
- This exception is thrown by the Stack class when an attempt is made to pop
or otherwise access elements from an empty stack.
- EmptyStackException() -
Constructor for exception java.util.EmptyStackException
- Constructs an EmptyStackException with no detail message.
- emptyTag(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Writes out an empty tag. i.e. a tag without any child elements.
- enable() -
Method in class java.awt.Component
- Deprecated. use
Component.setEnabled(boolean)
instead
- enable(boolean) -
Method in class java.awt.Component
- Deprecated. use
Component.setEnabled(boolean)
instead
- enable(boolean) -
Method in class java.awt.MenuItem
- Deprecated. This method is deprecated in favor of
setEnabled()
.
- enable() -
Method in class java.awt.MenuItem
- Deprecated. This method is deprecated in favor of
setEnabled()
.
- enable() -
Method in interface java.awt.peer.ComponentPeer
- Enables the component.
- enable() -
Method in interface java.awt.peer.MenuItemPeer
-
- enable() -
Static method in class java.lang.Compiler
- Calling
Compiler.enable()
will cause the compiler
to resume operation if it was previously disabled; provided that a
compiler even exists.
- enable() -
Method in class javax.swing.JComponent
- Deprecated. replaced by
JComponent.setEnabled(boolean)
- enableActions() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
- This method enables the actions for the TitlePane given the frame's
properties.
- enableAttribute(String) -
Method in class javax.management.AttributeChangeNotificationFilter
- Adds the specified attribute name to the list
of enabled attributes, thus allowing
AttributeChangeNotification
s for this attribute
to pass through the filter.
- enableClientWindowNotification(InputMethod, boolean) -
Method in interface java.awt.im.spi.InputMethodContext
- Sets whether notification of the client window's location and state should
be enabled for the input method.
- ENABLED -
Static variable in class javax.accessibility.AccessibleState
- Indicates that an object is enabled.
- enabled -
Variable in class javax.swing.AbstractAction
- A flag that indicates whether or not the action is enabled.
- ENABLED -
Static variable in class javax.swing.DefaultButtonModel
- State constant indicating that the button is enabled.
- ENABLED -
Static variable in interface javax.swing.plaf.synth.SynthConstants
- A primary state indicating that a component is enabled.
- enableEvents(long) -
Method in class java.awt.Component
- Enables the specified events.
- enableEvents(long) -
Method in class java.awt.MenuItem
- Enables the specified events.
- 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
- If
enable
is true
and this object is
trusted, then replaceObject (Object)
will be called
in subsequent calls to writeObject (Object)
.
- enableResizedPosting() -
Method in class javax.swing.table.TableColumn
- Deprecated. 1.3
- enableResolveObject(boolean) -
Method in class java.io.ObjectInputStream
- If
enable
is true
and this object is
trusted, then resolveObject (Object)
will be called
in subsequent calls to readObject (Object)
.
- enableType(String) -
Method in class javax.management.NotificationFilterSupport
- Adds the specified type prefix to the list
of enabled types, thus allowing
types starting with this string to pass through
the filter.
- ENCLOSED_ALPHANUMERICS -
Static variable in class java.lang.Character.UnicodeBlock
- Enclosed Alphanumerics.
0x2460 - 0x24FF.
- ENCLOSED_CJK_LETTERS_AND_MONTHS -
Static variable in class java.lang.Character.UnicodeBlock
- Enclosed CJK Letters and Months.
0x3200 - 0x32FF.
- ENCLOSING_MARK -
Static variable in class java.lang.Character
- Me = Mark, Enclosing (Normative).
- encode(String) -
Static method in class java.net.URLEncoder
- Deprecated.
- encode(String, String) -
Static method in class java.net.URLEncoder
- This method translates the passed in string into x-www-form-urlencoded
format using the character encoding to hex-encode the unsafe characters.
- encode(CharBuffer) -
Method in class java.nio.charset.Charset
-
- encode(String) -
Method in class java.nio.charset.Charset
-
- encode(CharBuffer) -
Method in class java.nio.charset.CharsetEncoder
-
- encode(CharBuffer, ByteBuffer, boolean) -
Method in class java.nio.charset.CharsetEncoder
-
- encode(OutputStream) -
Method in interface java.security.Certificate
- Deprecated. This method writes the certificate to an
OutputStream
in
a format that can be understood by the decode
method.
- encode(Any) -
Method in interface org.omg.IOP.CodecOperations
- Encode the value, stored inside the given
Any
, into array of
bytes.
- encode_value(Any) -
Method in interface org.omg.IOP.CodecOperations
- Encode the value (without the typecode), stored in the passed
Any
,
into the given byte array.
- encodeDataFlavor(DataFlavor) -
Static method in class java.awt.datatransfer.SystemFlavorMap
- Encodes a
DataFlavor
for use as a String
native.
- EncodedKeySpec - Class in java.security.spec
- Encoded Key Specification class which is used to store
byte encoded keys.
- EncodedKeySpec(byte[]) -
Constructor for class java.security.spec.EncodedKeySpec
- Constructs a new EncodedKeySpec with the specified encoded key.
- encodedParams -
Variable in class javax.crypto.SealedObject
- The encoded algorithm 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
-
- Encoder - Class in java.beans
-
- Encoder() -
Constructor for class java.beans.Encoder
-
- encoding -
Variable in class javax.sound.sampled.AudioFormat
- The encoding of this format.
- ENCODING -
Static variable in class javax.xml.transform.OutputKeys
- The preferred output character encoding.
- Encoding - Class in org.omg.IOP
- Defines the encoding format of the
Codec
, including the major
and minor version numbers. - Encoding() -
Constructor for class org.omg.IOP.Encoding
- Create the unitialised instance.
- Encoding(short, byte, byte) -
Constructor for class org.omg.IOP.Encoding
- Create the instance, initialising field to the passed values.
- ENCODING_CDR_ENCAPS - Interface in org.omg.IOP
-
Holds an integer identifier of the ENCODING_CDR_ENCAPS encoding.
- encodingSet() -
Method in interface javax.xml.stream.events.StartDocument
- Indicates whether the character encoding was set in the XML
declaration.
- ENCRYPT_MODE -
Static variable in class javax.crypto.Cipher
- The encryption operation mode.
- EncryptedPrivateKeyInfo - Class in javax.crypto
- An implementation of the
EncryptedPrivateKeyInfo
ASN.1
type as specified in PKCS #8 -
Private-Key Information Syntax Standard. - EncryptedPrivateKeyInfo(AlgorithmParameters, byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Create a new
EncryptedPrivateKeyInfo
object from raw
encrypted data and the parameters used for encryption.
- EncryptedPrivateKeyInfo(byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Create a new
EncryptedPrivateKeyInfo
from an encoded
representation, parsing the ASN.1 sequence.
- EncryptedPrivateKeyInfo(String, byte[]) -
Constructor for class javax.crypto.EncryptedPrivateKeyInfo
- Create a new
EncryptedPrivateKeyInfo
from the cipher
name and the encrytpedData.
- ENCTYPE -
Static variable in class javax.swing.text.html.HTML.Attribute
- The enctype attribute
- END -
Static variable in class java.awt.Event
-
- end() -
Method in class java.awt.PrintJob
- Informs the print job that printing is complete or should be aborted.
- end(boolean) -
Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Marks the end of an I/O operation that might block indefinitely.
- 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
-
- end(int) -
Method in class java.util.regex.Matcher
-
- end() -
Method in interface java.util.regex.MatchResult
- Returns the index just after the last matched character.
- end(int) -
Method in interface java.util.regex.MatchResult
- Returns the index just after the last matched character of the
given sub-match group.
- end() -
Method in class java.util.zip.Deflater
- Deprecated. Just clear all references to deflater instead.
- end() -
Method in class java.util.zip.Inflater
- Deprecated. Just clear all references to inflater instead.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end(HTML.Tag) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
- Called when an end tag is seen for one of the types of tags associated
with this Action.
- end() -
Method in class javax.swing.undo.CompoundEdit
- Informs this
CompoundEdit
that its construction
phase has been completed.
- end() -
Method in class javax.swing.undo.StateEdit
- Informs this
StateEdit
that all edits are finished.
- end() -
Method in class javax.swing.undo.UndoManager
- Puts this UndoManager into a state where it acts as a normal
CompoundEdit
.
- end(Xid, int) -
Method in interface javax.transaction.xa.XAResource
-
- END_DOCUMENT -
Static variable in interface javax.xml.stream.XMLStreamConstants
- An end document event.
- END_ELEMENT -
Static variable in interface javax.xml.stream.XMLStreamConstants
- An end element event.
- END_OF_EXCLUSIVE -
Static variable in class javax.sound.midi.ShortMessage
- Status byte for End Of Exclusive message.
- END_PUNCTUATION -
Static variable in class java.lang.Character
- Pe = Punctuation, Close (Informative).
- END_TO_END -
Static variable in interface org.w3c.dom.ranges.Range
- Compare end boundary-point of
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
- END_TO_START -
Static variable in interface org.w3c.dom.ranges.Range
- Compare end boundary-point of
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
- endAction -
Static variable in class javax.swing.text.DefaultEditorKit
- The name of the
Action
that moves the caret to the end
of the Document
.
- endCDATA() -
Method in class org.xml.sax.ext.DefaultHandler2
-
- 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
- End any input composition currently taking place.
- EndDocument - Interface in javax.xml.stream.events
- An end-document event.
- endDocument() -
Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of a document.
- endDocument() -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of a document.
- endDocument() -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of the document.
- endDocument() -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of the document.
- endDocument() -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapter implementation method; do not call.
- endDocument() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an end document event.
- endDocument() -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- End document event.
- endDraggingFrame(JComponent) -
Method in class javax.swing.DefaultDesktopManager
- This method indicates that the dragging is done.
- endDraggingFrame(JComponent) -
Method in interface javax.swing.DesktopManager
- This method should be called after dragFrame calls.
- endDTD() -
Method in class org.xml.sax.ext.DefaultHandler2
-
- endDTD() -
Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of DTD declarations.
- EndElement - Interface in javax.xml.stream.events
- An end-element event.
- endElement(String, String, String) -
Method in interface org.xml.sax.ContentHandler
- 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.HandlerBase
- Deprecated. Receive notification of the end of an element.
- endElement(String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of the end of an element.
- endElement(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapter implementation method; do not call.
- 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.XMLReaderAdapter
- Adapt a SAX2 end element event.
- endEntity(String) -
Method in class org.xml.sax.ext.DefaultHandler2
-
- 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
- Ends a span tag.
- endIndex -
Variable in class javax.accessibility.AccessibleAttributeSequence
- The ending index.
- endIndex -
Variable in class javax.accessibility.AccessibleTextSequence
- The ending index.
- endInsertEmpty() -
Method in class javax.imageio.ImageWriter
- Complete inserting an empty image in the output stream.
- endKey -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. The end key.
- endLayout() -
Method in interface java.awt.peer.ContainerPeer
-
- endLineAction -
Static variable in class javax.swing.text.DefaultEditorKit
- The name of the
Action
that moves the caret to the end
of the current line.
- EndOfLineStringProperty -
Static variable in class javax.swing.text.DefaultEditorKit
- When a document is read and an CRLF is encountered, then we add a property
with this name and a value of "\r\n".
- endParagraphAction -
Static variable in class javax.swing.text.DefaultEditorKit
- The name of the
Action
that moves the caret to the end
of the current 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.DefaultHandler
- Receive notification of the end of a Namespace mapping.
- 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.XMLReaderAdapter
- Adapt a SAX2 end prefix mapping event.
- endReplacePixels() -
Method in class javax.imageio.ImageWriter
- Complete replacing pixels in an image in the output stream.
- endResizingFrame(JComponent) -
Method in class javax.swing.DefaultDesktopManager
- This method is called to indicate that the given JComponent has finished
dragging.
- endResizingFrame(JComponent) -
Method in interface javax.swing.DesktopManager
- This method is called to signify that the resize is finished.
- endsWith(String) -
Method in class java.lang.String
- Predicate which determines if this String ends with a given suffix.
- endsWith(Name) -
Method in class javax.naming.CompositeName
-
- endsWith(Name) -
Method in class javax.naming.CompoundName
-
- endsWith(Name) -
Method in interface javax.naming.Name
- Returns
true
if this Name
ends with the
components of the given Name
, false
otherwise.
- ENDTAG -
Static variable in class javax.swing.text.html.HTML.Attribute
- The endtag attribute
- endTag(Element) -
Method in class javax.swing.text.html.HTMLWriter
- Writes out an end tag.
- ENDTAG -
Static variable in interface javax.swing.text.html.parser.DTDConstants
- The ENDTAG constant, meaning that the element needs a closing tag.
- endTag(boolean) -
Method in class javax.swing.text.html.parser.Parser
- The method is called when the HTML end (closing) tag is found or if
the parser concludes that the one should be present in the
current position.
- EndTagType -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- This indicates an end tag.
- endUpdate() -
Method in class javax.swing.undo.UndoableEditSupport
- Ends an update session.
- endValidate() -
Method in interface java.awt.peer.ContainerPeer
-
- endWordAction -
Static variable in class javax.swing.text.DefaultEditorKit
- The name of the
Action
that moves the caret to the end
of the current word.
- endWriteEmpty() -
Method in class javax.imageio.ImageWriter
- Complete writing an empty image to the image output stream.
- endWriteSequence() -
Method in class javax.imageio.ImageWriter
- Complete writing a sequence of images to the output stream.
- engineAliases() -
Method in class java.security.KeyStoreSpi
- Generates a list of all the aliases in the keystore.
- engineBuild(CertPathParameters) -
Method in class java.security.cert.CertPathBuilderSpi
- Creates a certificate path from the specified parameters.
- engineContainsAlias(String) -
Method in class java.security.KeyStoreSpi
- Determines if the keystore contains the specified alias.
- engineCreateSSLEngine() -
Method in class javax.net.ssl.SSLContextSpi
- Returns a new
SSLEngine
for this context.
- engineCreateSSLEngine(String, int) -
Method in class javax.net.ssl.SSLContextSpi
- Returns a new
SSLEngine
for this context, for the given
host name and port number.
- engineDeleteEntry(String) -
Method in class java.security.KeyStoreSpi
- Deletes the entry for the specified entry.
- engineDigest() -
Method in class java.security.MessageDigestSpi
- Computes the final digest of the stored bytes and returns
them.
- engineDigest(byte[], int, int) -
Method in class java.security.MessageDigestSpi
- Computes the final digest of the stored bytes and returns
them.
- engineDoFinal(byte[], int, int) -
Method in class javax.crypto.CipherSpi
- Finishes a multi-part transformation or transforms a portion of a
byte array, and returns the transformed bytes.
- engineDoFinal(byte[], int, int, byte[], int) -
Method in class javax.crypto.CipherSpi
- Finishes a multi-part transformation or transforms a portion of a
byte array, and stores the transformed bytes in the supplied array.
- engineDoFinal(ByteBuffer, ByteBuffer) -
Method in class javax.crypto.CipherSpi
-
- engineDoFinal() -
Method in class javax.crypto.MacSpi
- Finalize the computation of this MAC and return the result as a
byte array.
- engineDoPhase(Key, boolean) -
Method in class javax.crypto.KeyAgreementSpi
- Do a phase in the key agreement.
- engineGenerateCertificate(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Generates a Certificate based on the encoded data read
from the InputStream.
- engineGenerateCertificates(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Returns a collection of certificates that were read from the
input stream.
- engineGenerateCertPath(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Generate a
CertPath
and initialize it with data parsed from
the input stream.
- engineGenerateCertPath(InputStream, String) -
Method in class java.security.cert.CertificateFactorySpi
- Generate a
CertPath
and initialize it with data parsed from
the input stream, using the specified encoding.
- engineGenerateCertPath(List<? extends Certificate>) -
Method in class java.security.cert.CertificateFactorySpi
- Generate a
CertPath
and initialize it with the certificates
in the List
argument.
- engineGenerateCRL(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Generates a CRL based on the encoded data read
from the InputStream.
- engineGenerateCRLs(InputStream) -
Method in class java.security.cert.CertificateFactorySpi
- Generates CRLs based on the encoded data read
from the InputStream.
- engineGenerateKey() -
Method in class javax.crypto.KeyGeneratorSpi
- Generate a key, returning it as a
SecretKey
.
- engineGenerateParameters() -
Method in class java.security.AlgorithmParameterGeneratorSpi
- Generate a new set of AlgorithmParameters.
- engineGeneratePrivate(KeySpec) -
Method in class java.security.KeyFactorySpi
- Generates a private key from the provided key specification.
- engineGeneratePublic(KeySpec) -
Method in class java.security.KeyFactorySpi
- Generates a public key from the provided key specification.
- engineGenerateSecret() -
Method in class javax.crypto.KeyAgreementSpi
- Generate the shared secret in a new byte array.
- engineGenerateSecret(byte[], int) -
Method in class javax.crypto.KeyAgreementSpi
- Generate the shared secret, storing it into the specified array.
- engineGenerateSecret(String) -
Method in class javax.crypto.KeyAgreementSpi
- Generate the shared secret and return it as a
SecretKey
.
- engineGenerateSecret(KeySpec) -
Method in class javax.crypto.SecretKeyFactorySpi
- Translate a
java.security.KeySpec
into a SecretKey
.
- engineGenerateSeed(int) -
Method in class java.security.SecureRandomSpi
- Gets a user specified number of bytes specified by the
parameter.
- engineGenExemptionBlob() -
Method in class javax.crypto.ExemptionMechanismSpi
- Return a key blob for the key that this mechanism was initialized
with.
- engineGenExemptionBlob(byte[], int) -
Method in class javax.crypto.ExemptionMechanismSpi
- Generate a key blob for the key that this mechanism was initialized
with, storing it into the given byte array.
- engineGetBlockSize() -
Method in class javax.crypto.CipherSpi
- Returns the block size of the underlying cipher.
- engineGetCertificate(String) -
Method in class java.security.KeyStoreSpi
- Gets a Certificate for the specified alias.
- engineGetCertificateAlias(Certificate) -
Method in class java.security.KeyStoreSpi
- Determines if the keystore contains the specified certificate
entry and returns the alias.
- engineGetCertificateChain(String) -
Method in class java.security.KeyStoreSpi
- Gets a Certificate chain for the specified alias.
- engineGetCertificates(CertSelector) -
Method in class java.security.cert.CertStoreSpi
- Get the certificates from this store, filtering them through the
specified CertSelector.
- engineGetCertPathEncodings() -
Method in class java.security.cert.CertificateFactorySpi
- Returns an Iterator of CertPath encodings supported by this
factory, with the default encoding first.
- engineGetClientSessionContext() -
Method in class javax.net.ssl.SSLContextSpi
- Returns the set of SSL sessions available for client connections.
- engineGetCreationDate(String) -
Method in class java.security.KeyStoreSpi
- Gets entry creation date for the specified alias.
- engineGetCRLs(CRLSelector) -
Method in class java.security.cert.CertStoreSpi
- Get the certificate revocation list from this store, filtering them
through the specified CRLSelector.
- engineGetDigestLength() -
Method in class java.security.MessageDigestSpi
- Returns the length of the digest.
- engineGetEncoded() -
Method in class java.security.AlgorithmParametersSpi
- Returns the parameters in the default encoding format.
- engineGetEncoded(String) -
Method in class java.security.AlgorithmParametersSpi
- Returns the parameters in the specified encoding format.
- engineGetIV() -
Method in class javax.crypto.CipherSpi
- Returns the initializaiton vector this cipher was initialized with,
if any.
- engineGetKey(String, char[]) -
Method in class java.security.KeyStoreSpi
- Returns the key associated with given alias using the
supplied password.
- engineGetKeyManagers() -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Engine method for retrieving this factory's key managers.
- engineGetKeySize(Key) -
Method in class javax.crypto.CipherSpi
- Return the length of the given key in bits.
- engineGetKeySpec(Key, Class<T>) -
Method in class java.security.KeyFactorySpi
- Returns a key specification for the given key. keySpec
identifies the specification class to return the key
material in.
- engineGetKeySpec(SecretKey, Class) -
Method in class javax.crypto.SecretKeyFactorySpi
- Translate a
SecretKey
into a java.security.KeySpec
.
- engineGetMacLength() -
Method in class javax.crypto.MacSpi
- Return the total length, in bytes, of the computed MAC (the length
of the byte array returned by
#doFinal()
.
- engineGetOutputSize(int) -
Method in class javax.crypto.CipherSpi
- Returns the size, in bytes, an output buffer must be for a call
to
CipherSpi.engineUpdate(byte[],int,int,byte[],int)
or CipherSpi.engineDoFinal(byte[],int,int,byte[],int)
to succeed.
- engineGetOutputSize(int) -
Method in class javax.crypto.ExemptionMechanismSpi
- Get the size of the output blob given an input key size.
- engineGetParameter(String) -
Method in class java.security.SignatureSpi
- Deprecated. use the other getParameter
- engineGetParameters() -
Method in class java.security.SignatureSpi
- The default implementaion of this method always throws a
UnsupportedOperationException
.
- engineGetParameters() -
Method in class javax.crypto.CipherSpi
- Returns the parameters that this cipher is using.
- engineGetParameterSpec(Class<T>) -
Method in class java.security.AlgorithmParametersSpi
- Returns a specification of this AlgorithmParameters object.
- engineGetServerSessionContext() -
Method in class javax.net.ssl.SSLContextSpi
- Returns the set of SSL sessions available for server connections.
- engineGetServerSocketFactory() -
Method in class javax.net.ssl.SSLContextSpi
- Returns the SSL server socket factory.
- engineGetSocketFactory() -
Method in class javax.net.ssl.SSLContextSpi
- Returns the SSL client socket factory.
- engineGetTrustManagers() -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Engine method that returns the trust managers created by this factory.
- engineInit(int, SecureRandom) -
Method in class java.security.AlgorithmParameterGeneratorSpi
- Initializes the parameter generator with the specified size
and SecureRandom
- engineInit(AlgorithmParameterSpec, SecureRandom) -
Method in class java.security.AlgorithmParameterGeneratorSpi
- Initializes the parameter generator with the specified
AlgorithmParameterSpec and SecureRandom classes.
- engineInit(AlgorithmParameterSpec) -
Method in class java.security.AlgorithmParametersSpi
- Initializes the engine with the specified
AlgorithmParameterSpec class.
- engineInit(byte[]) -
Method in class java.security.AlgorithmParametersSpi
- Initializes the engine with the specified
parameters stored in the byte array and decodes them
according to the ASN.1 specification.
- engineInit(byte[], String) -
Method in class java.security.AlgorithmParametersSpi
- Initializes the engine with the specified
parameters stored in the byte array and decodes them
according to the specified decoding specification.
- engineInit(int, Key, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with an operation mode, key, and source of
randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with an operation mode, key, parameters,
and source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.CipherSpi
- Initializes this cipher with an operation mode, key, parameters,
and source of randomness.
- engineInit(Key) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initialize this mechanism with a key.
- engineInit(Key, AlgorithmParameters) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initialize this mechanism with a key and parameters.
- engineInit(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.ExemptionMechanismSpi
- Initialize this mechanism with a key and parameters.
- engineInit(Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyAgreementSpi
- Initialize this key agreement with a key, parameters, and source of
randomness.
- engineInit(Key, SecureRandom) -
Method in class javax.crypto.KeyAgreementSpi
- Initialize this key agreement with a key and source of randomness.
- engineInit(AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initialize this key generator with parameters and a source of
randomness.
- engineInit(int, SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initialize this key generator with a key size (in bits) and a
source of randomness.
- engineInit(SecureRandom) -
Method in class javax.crypto.KeyGeneratorSpi
- Initialize this key generator with a source of randomness; the
implementation should use reasonable default parameters (such as
generated key size).
- engineInit(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.MacSpi
- Initialize (or re-initialize) this instance.
- engineInit(ManagerFactoryParameters) -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Engine method for initializing this factory with some
algorithm-specific parameters.
- engineInit(KeyStore, char[]) -
Method in class javax.net.ssl.KeyManagerFactorySpi
- Engine method for initializing this factory with a key store and a
password for private keys.
- engineInit(KeyManager[], TrustManager[], SecureRandom) -
Method in class javax.net.ssl.SSLContextSpi
- Initialize this context with key and trust managers, and a source
of randomness.
- engineInit(ManagerFactoryParameters) -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Engine method that initializes this factory with some algorithm-specific
parameters.
- engineInit(KeyStore) -
Method in class javax.net.ssl.TrustManagerFactorySpi
- Engine method that initializes this factory with a key store.
- engineInitSign(PrivateKey) -
Method in class java.security.SignatureSpi
- Initializes this instance with the private key for signing purposes.
- engineInitSign(PrivateKey, SecureRandom) -
Method in class java.security.SignatureSpi
- Initializes this instance with the private key and source of randomness for
signing purposes.
- engineInitVerify(PublicKey) -
Method in class java.security.SignatureSpi
- Initializes this instance with the public key for verification purposes.
- engineIsCertificateEntry(String) -
Method in class java.security.KeyStoreSpi
- Determines if the keystore contains a certificate entry for
the specified alias.
- engineIsKeyEntry(String) -
Method in class java.security.KeyStoreSpi
- Determines if the keystore contains a key entry for
the specified alias.
- engineLoad(InputStream, char[]) -
Method in class java.security.KeyStoreSpi
- Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
- engineNextBytes(byte[]) -
Method in class java.security.SecureRandomSpi
- Gets a user specified number of bytes depending on the length
of the array?
- engineReset() -
Method in class java.security.MessageDigestSpi
- Resets the digest engine.
- engineReset() -
Method in class javax.crypto.MacSpi
- Reset this instance.
- engineSetCertificateEntry(String, Certificate) -
Method in class java.security.KeyStoreSpi
- Assign the certificate to the alias in the keystore.
- engineSetKeyEntry(String, Key, char[], Certificate[]) -
Method in class java.security.KeyStoreSpi
- Assign the key to the alias in the keystore, protecting it
with the given password.
- engineSetKeyEntry(String, byte[], Certificate[]) -
Method in class java.security.KeyStoreSpi
- Assign the key to the alias in the keystore.
- engineSetMode(String) -
Method in class javax.crypto.CipherSpi
- Set the mode in which this cipher is to run.
- engineSetPadding(String) -
Method in class javax.crypto.CipherSpi
- Set the method with which the input is to be padded.
- engineSetParameter(String, Object) -
Method in class java.security.SignatureSpi
- Deprecated. use the other setParameter.
- engineSetParameter(AlgorithmParameterSpec) -
Method in class java.security.SignatureSpi
- Sets the signature engine with the specified
AlgorithmParameterSpec
.
- engineSetSeed(byte[]) -
Method in class java.security.SecureRandomSpi
- Updates the seed for SecureRandomSpi but does not reset seed.
- engineSign() -
Method in class java.security.SignatureSpi
- Returns the signature bytes of all the data fed to this instance.
- engineSign(byte[], int, int) -
Method in class java.security.SignatureSpi
- Generates signature bytes of all the data fed to this instance and stores
the result in the designated array.
- engineSize() -
Method in class java.security.KeyStoreSpi
- Returns the number of entries in the keystore.
- engineStore(OutputStream, char[]) -
Method in class java.security.KeyStoreSpi
- Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
- engineToString() -
Method in class java.security.AlgorithmParametersSpi
- Returns a string describing the parameters in the
AlgorithmParametersSpi class.
- engineTranslateKey(Key) -
Method in class java.security.KeyFactorySpi
- Translates the key from an unknown or untrusted provider
into a key for this key factory.
- engineTranslateKey(SecretKey) -
Method in class javax.crypto.SecretKeyFactorySpi
- Translate a secret key into a different representation.
- engineUnwrap(byte[], String, int) -
Method in class javax.crypto.CipherSpi
- Unwraps a previously-wrapped key.
- engineUpdate(byte) -
Method in class java.security.MessageDigestSpi
- Updates the digest with the specified byte.
- engineUpdate(byte[], int, int) -
Method in class java.security.MessageDigestSpi
- Updates the digest with the specified bytes starting with the
offset and proceeding for the specified length.
- engineUpdate(ByteBuffer) -
Method in class java.security.MessageDigestSpi
- Updates this digest with the remaining bytes of a byte buffer.
- engineUpdate(byte) -
Method in class java.security.SignatureSpi
- Updates the data to be signed or verified with the specified byte.
- engineUpdate(byte[], int, int) -
Method in class java.security.SignatureSpi
- Updates the data to be signed or verified with the specified bytes.
- engineUpdate(ByteBuffer) -
Method in class java.security.SignatureSpi
- Update this signature with the
Buffer.remaining()
bytes of the given buffer.
- engineUpdate(byte[], int, int) -
Method in class javax.crypto.CipherSpi
- Continue with a multi-part transformation, returning a new array of
the transformed bytes.
- engineUpdate(byte[], int, int, byte[], int) -
Method in class javax.crypto.CipherSpi
- Continue with a multi-part transformation, storing the transformed
bytes into the specified array.
- engineUpdate(ByteBuffer, ByteBuffer) -
Method in class javax.crypto.CipherSpi
-
- engineUpdate(byte) -
Method in class javax.crypto.MacSpi
- Update this MAC with a single byte.
- engineUpdate(byte[], int, int) -
Method in class javax.crypto.MacSpi
- Update this MAC with a portion of a byte array.
- engineUpdate(ByteBuffer) -
Method in class javax.crypto.MacSpi
- Update this MAC with the remaining bytes of a buffer.
- engineValidate(CertPath, CertPathParameters) -
Method in class java.security.cert.CertPathValidatorSpi
- Attempt to validate a certificate path.
- engineVerify(byte[]) -
Method in class java.security.SignatureSpi
- Verifies a designated signature.
- engineVerify(byte[], int, int) -
Method in class java.security.SignatureSpi
- Convenience method which calls the method with the same name and one
argument after copying the designated bytes into a temporary byte array.
- engineWrap(Key) -
Method in class javax.crypto.CipherSpi
- Wrap a key.
- ENGLISH -
Static variable in class java.util.Locale
- Locale which represents the English language.
- enlistResource(XAResource) -
Method in interface javax.transaction.Transaction
-
- enqueue() -
Method in class java.lang.ref.Reference
- Enqueue an object on a reference queue.
- enqueueKeyEvents(long, Component) -
Method in class java.awt.DefaultKeyboardFocusManager
-
- enqueueKeyEvents(long, Component) -
Method in class java.awt.KeyboardFocusManager
- Delays all key events following the specified timestamp until the
supplied component has focus.
- ensureCapacity(int) -
Method in class java.lang.StringBuffer
- Increase the capacity of this
StringBuffer
.
- ensureCapacity(int) -
Method in class java.lang.StringBuilder
- Increase the capacity of this
StringBuilder
.
- ensureCapacity(int) -
Method in class java.util.ArrayList
- Guarantees that this list will have at least enough capacity to
hold minCapacity elements.
- ensureCapacity(int) -
Method in class java.util.Vector
- Ensures that
minCapacity
elements can fit within this Vector.
- ensureCapacity(int) -
Method in class javax.swing.DefaultListModel
- Ensures that the list's capacity is at least equal to
size
.
- ensureFileIsVisible(File) -
Method in class javax.swing.JFileChooser
- Ensures the the specified file is visible (this is handled by the
UI delegate).
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
- NOT YET IMPLEMENTED.
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.FileChooserUI
- Ensures that a specified file is visible in the
JFileChooser
- ensureFileIsVisible(JFileChooser, File) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Calls the
FileChooserUI.ensureFileIsVisible(JFileChooser, File)
method for all the UI delegates managed by this
MultiFileChooserUI
.
- ensureIndexIsVisible(int) -
Method in class javax.swing.JList
- Scrolls this list to make the specified cell 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.dnd.DragSourceContext
-
- ENTER -
Static variable in class java.awt.Event
-
- ENTERED -
Static variable in class javax.swing.event.HyperlinkEvent.EventType
-
- entering(String, String) -
Method in class java.util.logging.Logger
-
- entering(String, String, Object) -
Method in class java.util.logging.Logger
-
- entering(String, String, Object[]) -
Method in class java.util.logging.Logger
-
- ENTITIES -
Static variable in interface javax.swing.text.html.parser.DTDConstants
- The ENTITIES constant (list of ENTITYes)
- ENTITY -
Static variable in interface javax.swing.text.html.parser.DTDConstants
- The ENTITY constant, meaning the numeric or symbolic name of some
HTML data.
- Entity - Class in javax.swing.text.html.parser
- Stores information, obtained by parsing SGML DTL
<!
- Entity(String, int, char[]) -
Constructor for class javax.swing.text.html.parser.Entity
- Create a new entity
- Entity - Interface in org.w3c.dom
- This interface represents a known entity, either parsed or unparsed, in an
XML document.
- ENTITY_DECLARATION -
Static variable in interface javax.xml.stream.XMLStreamConstants
- An entity declaration event.
- ENTITY_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
Entity
.
- ENTITY_REFERENCE -
Static variable in interface javax.xml.stream.XMLStreamConstants
- An entity reference event.
- ENTITY_REFERENCE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is an
EntityReference
.
- EntityDeclaration - Interface in javax.xml.stream.events
- An entity declaration event.
- entityHash -
Variable in class javax.swing.text.html.parser.DTD
- The entity table for accessing all DTD entities by name.
- EntityReference - Interface in javax.xml.stream.events
- An entity reference event.
- EntityReference - Interface in org.w3c.dom
EntityReference
nodes may be used to represent an entity
reference in the tree.- EntityResolver - Interface in org.xml.sax
- Basic interface for resolving entities.
- EntityResolver2 - Interface in org.xml.sax.ext
- Extended interface for mapping external entity references to input
sources, or providing a missing external subset.
- entries() -
Method in interface java.security.acl.Acl
- This method returns a list of all the entries in the ACL as an
Enumeration
.
- entries() -
Method in class java.util.jar.JarFile
- Returns a enumeration of all the entries in the JarFile.
- entries() -
Method in class java.util.zip.ZipFile
- Returns an enumeration of all Zip entries in this Zip file.
- entrySet() -
Method in class java.awt.RenderingHints
- Returns a set of entries from the collection.
- entrySet() -
Method in class java.util.AbstractMap
- Returns a set view of the mappings in this Map.
- entrySet() -
Method in class java.util.EnumMap
-
- entrySet() -
Method in class java.util.HashMap
- Returns a "set view" of this HashMap's entries.
- entrySet() -
Method in class java.util.Hashtable
- Returns a "set view" of this Hashtable's entries.
- entrySet() -
Method in class java.util.IdentityHashMap
- Returns a "set view" of this Map's entries.
- entrySet() -
Method in class java.util.jar.Attributes
- Gives a Set of attribute name and values pairs as MapEntries.
- entrySet() -
Method in interface java.util.Map
- Returns a set view of the mappings in this Map.
- entrySet() -
Method in class java.util.TreeMap
- Returns a "set view" of this TreeMap's entries.
- entrySet() -
Method in class java.util.WeakHashMap
- Returns a set representation of the entries in this map.
- entrySet() -
Method in class javax.management.openmbean.TabularDataSupport
-
Returns a set view of the mappings in this Map.
- Enum<T extends Enum<T>> - Class in java.lang
- This class represents a Java enumeration.
- Enum(String, int) -
Constructor for class java.lang.Enum
- This constructor is used by the compiler to create enumeration constants.
- EnumConstantNotPresentException - Exception in java.lang
- An exception of this type is thrown when a symbolic reference is
made to an enum constant which does not exist.
- EnumConstantNotPresentException(Class<? extends Enum>, String) -
Constructor for exception java.lang.EnumConstantNotPresentException
- Create a new EnumConstantNotPresentException with the indicated
enum type and enum constant name.
- EnumConstantNotPresentExceptionProxy - Class in sun.reflect.annotation
-
- EnumConstantNotPresentExceptionProxy(Class, String) -
Constructor for class sun.reflect.annotation.EnumConstantNotPresentExceptionProxy
-
- EnumControl - Class in javax.sound.sampled
- An EnumControl is a Control which can take one of a specified set of
values.
- EnumControl(EnumControl.Type, Object[], Object) -
Constructor for class javax.sound.sampled.EnumControl
- Create a new enumerated control given its Type, the range of valid
values, and its initial value.
- EnumControl.Type - Class in javax.sound.sampled
- This Type describes an EnumControl.
- EnumControl.Type(String) -
Constructor for class javax.sound.sampled.EnumControl.Type
- Create a new Type given its name.
- enumerate(Thread[]) -
Static method in class java.lang.Thread
- Copy every active thread in the current Thread's ThreadGroup into the
array.
- enumerate(Thread[]) -
Method in class java.lang.ThreadGroup
- Copy all of the active Threads from this ThreadGroup and its descendants
into the specified array.
- enumerate(Thread[], boolean) -
Method in class java.lang.ThreadGroup
- Copy all of the active Threads from this ThreadGroup and, if desired,
from its descendants, into the specified array.
- enumerate(ThreadGroup[]) -
Method in class java.lang.ThreadGroup
- Copy all active ThreadGroups that are descendants of this ThreadGroup
into the specified array.
- enumerate(ThreadGroup[], boolean) -
Method in class java.lang.ThreadGroup
- Copy all active ThreadGroups that are children of this ThreadGroup into
the specified array, and if desired, also all descendents.
- enumeration(Collection<T>) -
Static method in class java.util.Collections
- Returns an Enumeration over a collection.
- Enumeration<E> - Interface in java.util
- Interface for lists of objects that can be returned in sequence.
- EnumMap<K extends Enum<K>,V> - Class in java.util
-
- EnumMap(Class<K>) -
Constructor for class java.util.EnumMap
-
- EnumMap(EnumMap<K, ? extends V>) -
Constructor for class java.util.EnumMap
-
- EnumMap(Map<K, ? extends V>) -
Constructor for class java.util.EnumMap
-
- EnumSet<T extends Enum<T>> - Class in java.util
-
Provides an efficient mechanism for recording a set of enumeration
constants.
- EnumSyntax - Class in javax.print.attribute
EnumSyntax
is the abstract base class of all enumeration
classes in the Java Print Service API.- EnumSyntax(int) -
Constructor for class javax.print.attribute.EnumSyntax
- Creates a
EnumSyntax
object.
- enumType() -
Method in exception java.lang.EnumConstantNotPresentException
- Return the enum type which is missing a constant.
- env() -
Method in class org.omg.CORBA.Request
- Returns the container, eclosing an exception that the invoked method
has thrown.
- ENV_10 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_10X13 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_10X14 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_10X15 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_11 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_12 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_14 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_6X9 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_7X9 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_9 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_9X11 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_9X12 -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_INVITE -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_ITALY -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_MONARCH -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENV_PERSONAL -
Static variable in class java.awt.PageAttributes.MediaType
-
- ENVELOPE -
Static variable in class javax.print.attribute.standard.MediaTray
- Envelope tray
- environment() -
Method in class java.lang.ProcessBuilder
-
Returns the system environment variables of the process.
- environment -
Variable in exception javax.naming.CannotProceedException
-
- Environment - Class in org.omg.CORBA
- A container for an exception, that has been thrown by the method
of the CORBA object.
- Environment() -
Constructor for class org.omg.CORBA.Environment
-
- eof -
Variable in exception java.io.OptionalDataException
- Whether or not the end of the stream has been reached.
- EOFException - Exception in java.io
- This exception is thrown when the end of the file or stream was
encountered unexpectedly.
- EOFException() -
Constructor for exception java.io.EOFException
- Create an exception without a descriptive error message.
- EOFException(String) -
Constructor for exception java.io.EOFException
- Create an exception with a descriptive error message.
- eolIsSignificant(boolean) -
Method in class java.io.StreamTokenizer
- This method sets a flag that indicates whether or not the end of line
sequence terminates and is a token.
- eos -
Variable in class java.util.zip.GZIPInputStream
- Indicates whether or not the end of the stream has been reached.
- EQ -
Static variable in class javax.management.Query
- A code representing the {@link #eq(ValueExp, ValueExp)
query to be used in serialization.
- eq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression which evaluates to the result of
comparing
v1
to v2
for equality.
- EQUAL -
Static variable in class javax.xml.datatype.DatatypeConstants
- Comparison result.
- equal(Any) -
Method in class org.omg.CORBA.Any
- Compare this
Any
with another Any
.
- equal(TypeCode) -
Method in class org.omg.CORBA.TypeCode
- Test two types for equality.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynAnyStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynArrayStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynEnumStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynFixedStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynSequenceStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynStructStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynUnionStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in class org.omg.DynamicAny._DynValueStub
- The remote call of DynAny methods is not possible.
- equal(DynAny) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Checks for equality with another Dynamic Any.
- equals(Object) -
Method in class java.awt.AlphaComposite
-
- equals(Object) -
Method in class java.awt.AWTKeyStroke
- Tests two keystrokes for equality.
- equals(Object) -
Method in class java.awt.BasicStroke
- Compares this
BasicStroke
for equality with an arbitrary
object.
- equals(Object) -
Method in class java.awt.Color
- Tests this object for equality against the specified object.
- equals(DataFlavor) -
Method in class java.awt.datatransfer.DataFlavor
- This method test the specified
DataFlavor
for equality
against this object.
- equals(Object) -
Method in class java.awt.datatransfer.DataFlavor
- This method test the specified
Object
for equality
against this object.
- equals(String) -
Method in class java.awt.datatransfer.DataFlavor
- Deprecated. Not compatible with
hashCode()
.
Use isMimeTypeEqual()
- equals(Object) -
Method in class java.awt.Dimension
- Tests this object for equality against the specified object.
- equals(DisplayMode) -
Method in class java.awt.DisplayMode
- Test for equality.
- equals(Object) -
Method in class java.awt.Font
- Tests whether or not the specified object is equal to this font.
- equals(Object) -
Method in class java.awt.font.FontRenderContext
-
- equals(FontRenderContext) -
Method in class java.awt.font.FontRenderContext
-
- equals(GlyphVector) -
Method in class java.awt.font.GlyphVector
-
- equals(Object) -
Method in class java.awt.font.ImageGraphicAttribute
- Compares this to the specified Object
- equals(ImageGraphicAttribute) -
Method in class java.awt.font.ImageGraphicAttribute
- Compares this to the ImageGraphicAttribute given, by
comparing all fields and values.
- equals(Object) -
Method in class java.awt.font.NumericShaper
-
- equals(Object) -
Method in class java.awt.font.ShapeGraphicAttribute
- Compares this ShapeGraphicAttribute to obj.
- equals(ShapeGraphicAttribute) -
Method in class java.awt.font.ShapeGraphicAttribute
- Compares this ShapeGraphicAttribute to rhs.
- equals(Object) -
Method in class java.awt.font.TextHitInfo
-
- equals(TextHitInfo) -
Method in class java.awt.font.TextHitInfo
-
- equals(Object) -
Method in class java.awt.font.TextLayout
-
- equals(TextLayout) -
Method in class java.awt.font.TextLayout
-
- equals(Object) -
Method in class java.awt.geom.AffineTransform
- Compares two transforms for equality.
- equals(Area) -
Method in class java.awt.geom.Area
- Compares two Areas.
- equals(Object) -
Method in class java.awt.geom.Point2D
- Compares two points for equality.
- equals(Object) -
Method in class java.awt.geom.Rectangle2D
- Tests this rectangle for equality against the specified object.
- equals(Object) -
Method in class java.awt.image.ColorModel
-
- equals(Object) -
Method in class java.awt.image.ComponentColorModel
-
- equals(Object) -
Method in class java.awt.image.ComponentSampleModel
- Tests this sample model for equality with an arbitrary object.
- equals(Object) -
Method in class java.awt.image.MultiPixelPackedSampleModel
- Tests this sample model for equality with an arbitrary object.
- equals(Object) -
Method in class java.awt.image.PackedColorModel
-
- equals(Object) -
Method in class java.awt.image.SinglePixelPackedSampleModel
- Tests this sample model for equality with an arbitrary object.
- equals(Object) -
Method in class java.awt.Insets
- Tests whether this object is equal to the specified object.
- equals(Object) -
Method in class java.awt.JobAttributes
-
- equals(MenuShortcut) -
Method in class java.awt.MenuShortcut
- Tests this object for equality against the specified object.
- equals(Object) -
Method in class java.awt.MenuShortcut
-
- equals(Object) -
Method in class java.awt.PageAttributes
-
- equals(Object) -
Method in class java.awt.Point
- Tests whether or not this object is equal to the specified object.
- equals(Object) -
Method in class java.awt.Rectangle
- Tests this rectangle for equality against the specified object.
- equals(Object) -
Method in class java.awt.RenderingHints
- Checks this collection for equality with an arbitrary object.
- equals(Object) -
Method in class java.awt.RenderingHints.Key
- Checks this key for equality with an arbitrary object.
- equals(Object) -
Method in class java.beans.PropertyDescriptor
- Compares this
PropertyDescriptor
against the
given object.
- equals(Object) -
Method in class java.io.File
- This method tests two
File
objects for equality by
comparing the path of the specified File
against the path
of this object.
- equals(Object) -
Method in class java.io.FilePermission
- Check two FilePermissions for semantic equality.
- equals(Object) -
Method in interface java.lang.annotation.Annotation
-
Returns true if the supplied object is equivalent to this annotation.
- equals(Object) -
Method in class java.lang.Boolean
- If the
obj
is an instance of Boolean
and
has the same primitive value as this object then true
is returned.
- equals(Object) -
Method in class java.lang.Byte
- Returns
true
if obj
is an instance of
Byte
and represents the same byte value.
- equals(Object) -
Method in class java.lang.Character
- Determines if an object is equal to this object.
- equals(Object) -
Method in class java.lang.Character.Subset
- Compares two Subsets for equality.
- equals(Object) -
Method in class java.lang.Double
- Returns
true
if obj
is an instance of
Double
and represents the same double value.
- equals(Object) -
Method in class java.lang.Enum
- Returns true if this enumeration is equivalent to the supplied object,
o
.
- equals(Object) -
Method in class java.lang.Float
- Returns
true
if obj
is an instance of
Float
and represents the same float value.
- equals(Object) -
Method in class java.lang.Integer
- Returns
true
if obj
is an instance of
Integer
and represents the same int value.
- equals(Object) -
Method in class java.lang.Long
- Returns
true
if obj
is an instance of
Long
and represents the same long value.
- equals(Object) -
Method in class java.lang.Object
- Determine whether this Object is semantically equal
to another Object.
- equals(Object) -
Method in class java.lang.reflect.Constructor
- Compare two objects to see if they are semantically equivalent.
- equals(Object) -
Method in class java.lang.reflect.Field
- Compare two objects to see if they are semantically equivalent.
- equals(Object) -
Method in class java.lang.reflect.Method
- Compare two objects to see if they are semantically equivalent.
- equals(Object) -
Method in class java.lang.Short
- Returns
true
if obj
is an instance of
Short
and represents the same short value.
- equals(Object) -
Method in class java.lang.StackTraceElement
- Returns true if the given object is also a StackTraceElement and all
attributes, except the native flag, are equal (either the same attribute
between the two elments are null, or both satisfy Object.equals).
- equals(Object) -
Method in class java.lang.String
- Predicate which compares anObject to this.
- equals(Object) -
Method in class java.math.BigDecimal
-
- equals(Object) -
Method in class java.math.BigInteger
-
- equals(Object) -
Method in class java.math.MathContext
- Returns true if x is a MathContext and has the same precision setting
and rounding mode as this MathContext.
- equals(Object) -
Method in class java.net.Inet4Address
- Compare the current Inet4Address instance with obj
- equals(Object) -
Method in class java.net.Inet6Address
- Compares this object against the specified object
- equals(Object) -
Method in class java.net.InetAddress
- Tests this address for equality against another InetAddress.
- equals(Object) -
Method in class java.net.InetSocketAddress
- Test if obj is a
InetSocketAddress
and
has the same address and port
- equals(Object) -
Method in class java.net.NetworkInterface
- Checks if the current instance is equal to obj
- equals(Object) -
Method in class java.net.Proxy
- Compares the given object with this object.
- equals(Object) -
Method in class java.net.SocketPermission
- Tests this object for equality against another.
- equals(Object) -
Method in class java.net.URI
-
Compares the URI with the given object for equality.
- equals(Object) -
Method in class java.net.URL
- Test another URL for equality with this one.
- equals(URL, URL) -
Method in class java.net.URLStreamHandler
- This is the default method for computing whether two URLs are
equivalent.
- equals(Object) -
Method in class java.nio.ByteBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.CharBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.charset.Charset
-
- equals(Object) -
Method in class java.nio.DoubleBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.FloatBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.IntBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.LongBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.nio.ShortBuffer
- Checks if this buffer is equal to obj.
- equals(Object) -
Method in class java.rmi.activation.ActivationDesc
- Compare this object with another activation description for equality.
- equals(Object) -
Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Compare for content equality.
- equals(Object) -
Method in class java.rmi.activation.ActivationGroupDesc
- Compare for the content equality.
- equals(Object) -
Method in class java.rmi.activation.ActivationGroupID
- Copmare for equality, returns true if the passed object is also the
activation group id and its activation system is the same.
- equals(Object) -
Method in class java.rmi.activation.ActivationID
- Compares the activators for equality.
- equals(Object) -
Method in class java.rmi.dgc.VMID
- Returns true if the passed parameter is also VMID and it is equal to this
VMID.
- equals(Object) -
Method in class java.rmi.MarshalledObject
- Checks if the given object is equal to this marshalled object.
- equals(Object) -
Method in class java.rmi.server.ObjID
- Compare for equality.
- equals(Object) -
Method in class java.rmi.server.RemoteObject
-
- equals(Object) -
Method in class java.rmi.server.UID
- Compare this UID with another UID for equality (not equal to other types of
objects).
- equals(Object) -
Method in class java.security.AccessControlContext
- Checks if two AccessControlContexts are equal.
- equals(Object) -
Method in interface java.security.acl.Permission
- This method tests whether or not a specified
Permission
(passed as an Object
) is the same as this permission.
- equals(Object) -
Method in class java.security.AllPermission
- Checks an object for equality.
- equals(Object) -
Method in class java.security.BasicPermission
- This method tests to see if this object is equal to the specified
Object
.
- equals(Object) -
Method in class java.security.cert.Certificate
- Compares this Certificate to other.
- equals(Object) -
Method in class java.security.cert.CertPath
- Compares this path to another for semantic equality.
- equals(Object) -
Method in class java.security.cert.X509CRL
- Compares this X509CRL to other.
- equals(Object) -
Method in class java.security.cert.X509CRLEntry
- Compares this X509CRLEntry to other.
- equals(Object) -
Method in class java.security.CodeSource
- This method tests the specified
Object
for equality with
this object.
- equals(Object) -
Method in class java.security.Identity
- Deprecated. Checks for equality between this Identity and a specified object.
- equals(Object) -
Method in class java.security.Permission
- Check to see if this object equals obj.
- equals(Object) -
Method in interface java.security.Principal
- This method tests another
Principal
object for equality
with this one.
- equals(Object) -
Method in class java.security.UnresolvedPermission
- This method tests this permission for equality against the specified
Object
.
- equals(Object) -
Method in class java.sql.Timestamp
- This method these the specified
Object
for equality
against this object.
- equals(Timestamp) -
Method in class java.sql.Timestamp
- This method tests the specified timestamp for equality against this
object.
- equals(Object) -
Method in class java.text.AttributedCharacterIterator.Attribute
- Tests this object for equality against the specified object.
- equals(Object) -
Method in class java.text.ChoiceFormat
- This method tests this object for equality with the specified
object.
- equals(Object) -
Method in class java.text.CollationKey
- This method tests the specified
Object
for equality with
this object.
- equals(Object) -
Method in class java.text.Collator
- This method tests the specified object for equality against this
object.
- equals(String, String) -
Method in class java.text.Collator
- This method tests whether the specified
String
's are equal
according to the collation rules for the locale of this object and
the current strength and decomposition settings.
- equals(Object) -
Method in class java.text.DateFormat
- This method tests this object for equality against the specified object.
- equals(Object) -
Method in class java.text.DateFormatSymbols
- This method tests a specified object for equality against this object.
- equals(Object) -
Method in class java.text.DecimalFormat
- Tests this instance for equality with an arbitrary object.
- equals(Object) -
Method in class java.text.DecimalFormatSymbols
- This method this this object for equality against the specified object.
- equals(Object) -
Method in class java.text.FieldPosition
- This method tests this object for equality against the specified object.
- equals(Object) -
Method in class java.text.MessageFormat
- Overrides Format.equals(Object obj)
- equals(Object) -
Method in class java.text.NumberFormat
- This method tests the specified object for equality against this object.
- equals(Object) -
Method in class java.text.ParsePosition
- This method tests the specified object for equality with this
object.
- equals(Object) -
Method in class java.text.RuleBasedCollator
- This method tests this object for equality against the specified
object.
- equals(Object) -
Method in class java.text.SimpleDateFormat
- This methods tests whether the specified object is equal to this
object.
- equals(Object) -
Method in class java.text.StringCharacterIterator
- This method tests this object for equality againt the specified
object.
- equals(Object) -
Method in class java.util.AbstractList
- Test whether this list is equal to another object.
- equals(Object) -
Method in class java.util.AbstractMap
- Compares the specified object with this map for equality.
- equals(Object) -
Method in class java.util.AbstractMap.SimpleEntry
- Compares the specified object with this entry.
- equals(Object) -
Method in class java.util.AbstractSet
- Tests whether the given object is equal to this Set.
- equals(boolean[], boolean[]) -
Static method in class java.util.Arrays
- Compare two boolean arrays for equality.
- equals(byte[], byte[]) -
Static method in class java.util.Arrays
- Compare two byte arrays for equality.
- equals(char[], char[]) -
Static method in class java.util.Arrays
- Compare two char arrays for equality.
- equals(short[], short[]) -
Static method in class java.util.Arrays
- Compare two short arrays for equality.
- equals(int[], int[]) -
Static method in class java.util.Arrays
- Compare two int arrays for equality.
- equals(long[], long[]) -
Static method in class java.util.Arrays
- Compare two long arrays for equality.
- equals(float[], float[]) -
Static method in class java.util.Arrays
- Compare two float arrays for equality.
- equals(double[], double[]) -
Static method in class java.util.Arrays
- Compare two double arrays for equality.
- equals(Object[], Object[]) -
Static method in class java.util.Arrays
- Compare two Object arrays for equality.
- equals(Object) -
Method in class java.util.BitSet
- Returns true if the
obj
is a bit set that contains
exactly the same elements as this bit set, otherwise false.
- equals(Object) -
Method in class java.util.Calendar
- Compares the given calendar with this.
- equals(Object) -
Method in interface java.util.Collection
- Test whether this collection is equal to some object.
- equals(Object) -
Method in interface java.util.Comparator
- Return true if the object is equal to this object.
- equals(Object) -
Method in class java.util.Date
- Compares two dates for equality.
- equals(Object) -
Method in class java.util.EnumMap
-
- equals(Object) -
Method in class java.util.GregorianCalendar
- Compares the given calendar with this.
- equals(Object) -
Method in class java.util.Hashtable
- Returns true if this Hashtable equals the supplied Object
o
.
- equals(Object) -
Method in class java.util.IdentityHashMap
- Compares two maps for equality.
- equals(Object) -
Method in class java.util.jar.Attributes
- Checks to see if two Attributes are equal.
- equals(Object) -
Method in class java.util.jar.Attributes.Name
- Checks if another object is equal to this Name object.
- equals(Object) -
Method in class java.util.jar.Manifest
- Checks if another object is equal to this Manifest object.
- equals(Object) -
Method in interface java.util.List
- Test whether this list is equal to another object.
- equals(Object) -
Method in class java.util.Locale
- Compares two locales.
- equals(Object) -
Method in class java.util.logging.Level
- Checks whether this Level's integer value is equal to that of
another object.
- equals(Object) -
Method in interface java.util.Map.Entry
- Compares the specified object with this entry.
- equals(Object) -
Method in interface java.util.Map
- Compares the specified object with this map for equality.
- equals(Object) -
Method in class java.util.PropertyPermission
- Check to see whether this object is the same as another
PropertyPermission object; this is true if it has the same name and
actions.
- equals(Object) -
Method in interface java.util.Set
- Compares the specified object to this for equality.
- equals(Object) -
Method in class java.util.SimpleTimeZone
-
- equals(Object) -
Method in class java.util.UUID
- Compare a (UUID) object to this one
- equals(Object) -
Method in class java.util.Vector
- Compares this to the given object.
- equals(Object) -
Method in class javax.crypto.spec.RC2ParameterSpec
-
- equals(Object) -
Method in class javax.crypto.spec.RC5ParameterSpec
-
- equals(Object) -
Method in class javax.crypto.spec.SecretKeySpec
-
- equals(Object) -
Method in class javax.management.Attribute
- Compares the attribute with another attribute.
- equals(Object) -
Method in interface javax.management.Descriptor
-
Returns true if this descriptor is equivalent to the
supplied object.
- equals(Object) -
Method in class javax.management.MBeanAttributeInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanConstructorInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanFeatureInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanNotificationInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanOperationInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanParameterInfo
- Compares this feature with the supplied object.
- equals(Object) -
Method in class javax.management.MBeanPermission
- Returns true if the given object is also an
MBeanPermission
with the same name and actions.
- equals(Object) -
Method in class javax.management.MBeanServerPermission
- Returns true if the given object is also an
MBeanServerPermission
with the same name.
- equals(Object) -
Method in class javax.management.ObjectInstance
- Returns true if the supplied object is also an
ObjectInstance
with the same bean and class name.
- equals(Object) -
Method in class javax.management.ObjectName
- Compares the specified object with this one.
- equals(Object) -
Method in class javax.management.openmbean.ArrayType
-
Compares this array type with another object
for equality.
- equals(Object) -
Method in interface javax.management.openmbean.CompositeData
- Compares the specified object with this object for equality.
- equals(Object) -
Method in class javax.management.openmbean.CompositeDataSupport
- Compares the specified object with this object for equality.
- equals(Object) -
Method in class javax.management.openmbean.CompositeType
-
Compares this composite data type with another object
for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Compares this attribute with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Compares this attribute with the supplied object.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Compares this attribute with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Compares this attribute with the supplied object.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Compares this attribute with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
- Compares this attribute with the supplied object.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Compares this attribute with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Compares this attribute with the supplied object.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Compares this parameter with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Compares this parameter with the supplied object.
- equals(Object) -
Method in class javax.management.openmbean.OpenType
- Performs an equality test on this object and the one specified.
- equals(Object) -
Method in class javax.management.openmbean.SimpleType
-
Compares this simple data type with another object
for equality.
- equals(Object) -
Method in interface javax.management.openmbean.TabularData
- Compares the specified object with this object for equality.
- equals(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- Compares the specified object with this object for equality.
- equals(Object) -
Method in class javax.management.openmbean.TabularType
-
Compares this tabular data type with another object
for equality.
- equals(Object) -
Method in class javax.naming.BinaryRefAddr
- Checks if the object is a BinaryRefAddr with the same type and with the
same bytes in the content.
- equals(Object) -
Method in class javax.naming.CompositeName
-
- equals(Object) -
Method in class javax.naming.CompoundName
-
- equals(Object) -
Method in class javax.naming.directory.BasicAttribute
-
- equals(Object) -
Method in class javax.naming.directory.BasicAttributes
- Returns true if and only if the given Object is an instance of
Attributes, the given attributes both do or don't ignore case for
IDs and the collection of attributes is the same.
- equals(Object) -
Method in class javax.naming.RefAddr
- Checks if the object is a RefAddr with the same type and content.
- equals(Object) -
Method in class javax.naming.Reference
- Compares two addresses for equality, by value.
- equals(Object) -
Method in interface javax.print.attribute.AttributeSet
- Tests this set for equality with the given object.
- equals(Object) -
Method in class javax.print.attribute.DateTimeSyntax
- Tests if the given object is equal to this one.
- equals(Object) -
Method in class javax.print.attribute.HashAttributeSet
- Tests this set for equality with the given object.
- equals(Object) -
Method in class javax.print.attribute.IntegerSyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.ResolutionSyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.SetOfIntegerSyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.Size2DSyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.Copies
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.CopiesSupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtCompleted
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtCreation
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.DateTimeAtProcessing
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.Destination
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.DocumentName
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobHoldUntil
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressions
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressionsCompleted
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobImpressionsSupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctets
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctetsProcessed
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobKOctetsSupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheets
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheetsCompleted
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMediaSheetsSupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobMessageFromOperator
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobName
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobOriginatingUserName
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobPriority
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.JobPrioritySupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.Media
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.MediaPrintableArea
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.MediaSize
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberOfDocuments
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberOfInterveningJobs
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberUp
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.NumberUpSupported
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.OutputDeviceAssigned
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PageRanges
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PagesPerMinute
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PagesPerMinuteColor
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterInfo
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterLocation
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMakeAndModel
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMessageFromOperator
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMoreInfo
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterName
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterResolution
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.PrinterURI
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.QueuedJobCount
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.standard.RequestingUserName
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.TextSyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.attribute.URISyntax
- Tests if the given object is equal to this object.
- equals(Object) -
Method in class javax.print.DocFlavor
- Checks if this doc flavor object is equal to the given object.
- equals(Object) -
Method in interface javax.print.PrintService
- Determines if two services refer to the same underlying service.
- equals(Object) -
Method in class javax.rmi.CORBA.Stub
- The stubs are equal if they point to the same remote object.
- equals(Stub, Object) -
Method in interface javax.rmi.CORBA.StubDelegate
- The objects stubs are equal if they refer the same remote object.
- equals(Object) -
Method in class javax.rmi.ssl.SslRMIClientSocketFactory
- Compare two SslRMIServerSocketFactor instances
- equals(Object) -
Method in class javax.rmi.ssl.SslRMIServerSocketFactory
- Compare two SslRMIServerSocketFactor instances
- equals(Object) -
Method in class javax.security.auth.kerberos.KerberosPrincipal
-
- equals(Object) -
Method in class javax.security.auth.kerberos.ServicePermission
-
- equals(Object) -
Method in class javax.security.auth.PrivateCredentialPermission
-
- equals(Object) -
Method in class javax.security.auth.Subject
-
- equals(Object) -
Method in class javax.security.auth.x500.X500Principal
-
- equals(Object) -
Method in class javax.security.cert.Certificate
- Tests if this certificate equals another.
- equals(Object) -
Method in class javax.sound.midi.MidiDevice.Info
- This equals method only returns true if this object
is the same as obj.
- equals(Object) -
Method in class javax.sound.midi.Sequencer.SyncMode
- SyncMode objects are only equal when identical.
- equals(Object) -
Method in class javax.sound.sampled.AudioFileFormat.Type
-
- equals(Object) -
Method in class javax.sound.sampled.AudioFormat.Encoding
-
- equals(Object) -
Method in class javax.sound.sampled.Control.Type
-
- equals(Object) -
Method in class javax.sound.sampled.LineEvent.Type
-
- equals(Object) -
Method in class javax.sound.sampled.Mixer.Info
-
- equals(Object) -
Method in class javax.sound.sampled.Port.Info
-
- equals(Object) -
Method in class javax.sound.sampled.ReverbType
-
- equals(Object) -
Method in class javax.swing.text.SimpleAttributeSet
- Checks this set for equality with an arbitrary object.
- equals(Object) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
-
- equals(Object) -
Method in class javax.swing.text.TabSet
- Tests this
TabSet
for equality with an arbitrary object.
- equals(Object) -
Method in class javax.swing.text.TabStop
- Tests this
TabStop
for equality with an arbitrary object.
- equals(Object) -
Method in class javax.swing.tree.TreePath
- Tests this path for equality with an arbitrary object.
- equals(Object) -
Method in class javax.xml.datatype.Duration
-
- equals(Object) -
Method in class javax.xml.datatype.XMLGregorianCalendar
-
- equals(Object) -
Method in class javax.xml.namespace.QName
-
- equals(Object) -
Method in class org.ietf.jgss.ChannelBinding
- Returns
true
if two channel bindings match.
- equals(Object) -
Method in interface org.ietf.jgss.GSSCredential
- Tests if this GSSCredential refers to the same entity as the supplied
object.
- equals(GSSName) -
Method in interface org.ietf.jgss.GSSName
- Compares two GSSName objects to determine whether they refer to the
same entity.
- equals(Object) -
Method in interface org.ietf.jgss.GSSName
- A variation of the
GSSName.equals(org.ietf.jgss.GSSName)
method that
is provided to override the Object.equals(java.lang.Object)
method that the implementing class will inherit.
- equals(Object) -
Method in class org.ietf.jgss.Oid
-
- equals(Object, Object) -
Method in class org.omg.CORBA.portable.Delegate
- Compares two objects for equality.
- equals(Object) -
Method in class org.omg.CORBA.portable.ObjectImpl
- Check if this object is equal to another object.
- equals(Object) -
Method in class org.omg.CosNaming.NameComponent
- Returns true if both name and kind are equal.
- equals(Class, Map, Object) -
Static method in class sun.reflect.annotation.AnnotationInvocationHandler
- Compare an instance of AnnotationInvocationHandler with another object.
- equalsIgnoreCase(String) -
Method in class java.lang.String
- Compares a String to this String, ignoring case.
- equivalent(TypeCode) -
Method in class org.omg.CORBA.TypeCode
- Following the current 1.4 API specifcation, this should just throw
NO_IMPLEMENT.
- ERA -
Static variable in class java.text.DateFormat.Field
-
- ERA -
Static variable in class java.util.Calendar
- Constant representing the era time field.
- ERA_FIELD -
Static variable in class java.text.DateFormat
- Represents the position of the era
pattern character in the array of
localized pattern characters.
- err -
Static variable in class java.io.FileDescriptor
- A
FileDescriptor
representing the system standard error
stream.
- err -
Static variable in class java.lang.System
- The standard output PrintStream.
- ERROR -
Static variable in interface java.awt.image.ImageObserver
- An error was encountered while producing the image.
- Error - Error in java.lang
- Applications should not try to catch errors since they indicate
abnormal conditions.
- Error() -
Constructor for error java.lang.Error
- Create an error without a message.
- Error(String) -
Constructor for error java.lang.Error
- Create an error with a message.
- Error(String, Throwable) -
Constructor for error java.lang.Error
- Create an error with a message and a cause.
- Error(Throwable) -
Constructor for error java.lang.Error
- Create an error with a given cause, and a message of
cause == null ?
- error(String, Exception, int) -
Method in class java.util.logging.ErrorManager
- Reports an error that occured upon logging.
- ERROR -
Static variable in class javax.print.attribute.standard.Severity
- Indicates that the reason is an error.
- ERROR -
Static variable in class javax.security.auth.callback.ConfirmationCallback
- ERROR message type.
- ERROR -
Static variable in class javax.security.auth.callback.TextOutputCallback
- Error message
- error(String) -
Method in class javax.swing.text.html.parser.Parser
- Invokes the error handler.
- error(String, String) -
Method in class javax.swing.text.html.parser.Parser
- Invokes the error handler.
- error(String, String, String) -
Method in class javax.swing.text.html.parser.Parser
- Invokes the error handler.
- error(String, String, String, String) -
Method in class javax.swing.text.html.parser.Parser
- Invokes the error handler.
- error(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Reports a recoverable error.
- error(SAXParseException) -
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a recoverable error.
- error(SAXParseException) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a recoverable parser error.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of a recoverable parser error.
- error(SAXParseException) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an error event.
- ERROR_DIALOG -
Static variable in class javax.swing.JRootPane
-
- ERROR_MESSAGE -
Static variable in class javax.swing.JOptionPane
- Identifier for the error message type.
- ERROR_OPTION -
Static variable in class javax.swing.JFileChooser
- A return value indicating the file chooser has been closed by some error.
- errorCode -
Variable in exception javax.transaction.SystemException
-
- errorCode -
Variable in exception javax.transaction.xa.XAException
-
- ERRORED -
Static variable in class java.awt.MediaTracker
- Indicates that an error has occured during loading of the media.
- ErrorHandler - Interface in org.xml.sax
- Basic interface for SAX error handlers.
- ErrorListener - Interface in javax.xml.transform
- Error reporting callback handler.
- ErrorManager - Class in java.util.logging
- An
ErrorManager
deals with errors that a Handler
encounters while logging. - ErrorManager() -
Constructor for class java.util.logging.ErrorManager
-
- ESCAPE -
Static variable in class java.awt.Event
-
- establish_components(IORInfo) -
Method in interface org.omg.PortableInterceptor.IORInterceptorOperations
- A server side ORB calls this method on all registered IORInterceptor's when
creating the object reference (IOR).
- EtchedBorder - Class in javax.swing.border
- A border that looks like an engraving etched into the background
surface, or (in its raised variant) coming out of the surface
plane.
- EtchedBorder() -
Constructor for class javax.swing.border.EtchedBorder
- Constructs a lowered EtchedBorder.
- EtchedBorder(int) -
Constructor for class javax.swing.border.EtchedBorder
- Constructs an EtchedBorder with the specified appearance.
- EtchedBorder(Color, Color) -
Constructor for class javax.swing.border.EtchedBorder
- Constructs a lowered EtchedBorder, explicitly selecting the
colors that will be used for highlight and shadow.
- EtchedBorder(int, Color, Color) -
Constructor for class javax.swing.border.EtchedBorder
- Constructs an EtchedBorder with the specified appearance,
explicitly selecting the colors that will be used for
highlight and shadow.
- etchType -
Variable in class javax.swing.border.EtchedBorder
- The type of this EtchedBorder, which is either
EtchedBorder.RAISED
or EtchedBorder.LOWERED
.
- etherealize(byte[], POA, Servant, boolean, boolean) -
Method in class org.omg.PortableServer._ServantActivatorStub
- It is your responsibility to handle the etherialization event.
- etherealize(byte[], POA, Servant, boolean, boolean) -
Method in interface org.omg.PortableServer.ServantActivatorOperations
- This method 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
- Constant representing the Unicode ETHIOPIC range.
- ETHIOPIC -
Static variable in class java.lang.Character.UnicodeBlock
- Ethiopic.
0x1200 - 0x137F.
- EUROPEAN -
Static variable in class java.awt.font.NumericShaper
- Constant representing the Unicode EUROPEAN range.
- evaluate(String, Object, QName) -
Method in interface javax.xml.xpath.XPath
- Evaluates an expression.
- evaluate(String, Object) -
Method in interface javax.xml.xpath.XPath
- Evaluates an expression and returns the result as a string.
- evaluate(String, InputSource, QName) -
Method in interface javax.xml.xpath.XPath
- Evaluates an expression.
- evaluate(String, InputSource) -
Method in interface javax.xml.xpath.XPath
- Evaluates an expression and returns the result as a string.
- evaluate(Object, QName) -
Method in interface javax.xml.xpath.XPathExpression
- Evaluates this expression against the specified context.
- evaluate(Object) -
Method in interface javax.xml.xpath.XPathExpression
- Evaluates this expression against the specified context, returning the
result as a string.
- evaluate(InputSource, QName) -
Method in interface javax.xml.xpath.XPathExpression
- Evaluates this expression against the specified context.
- evaluate(InputSource) -
Method in interface javax.xml.xpath.XPathExpression
- Evaluates this expression against the specified context, returning the
result as a string.
- evaluate(List) -
Method in interface javax.xml.xpath.XPathFunction
- Evaluate the function with the specified arguments.
- evaluate(String, Node, XPathNSResolver, short, Object) -
Method in interface org.w3c.dom.xpath.XPathEvaluator
- Evaluates an XPath expression string and returns a result of the
specified type if possible.
- evaluate(Node, short, Object) -
Method in interface org.w3c.dom.xpath.XPathExpression
- Evaluates this XPath expression and returns a result.
- evaluateChallenge(byte[]) -
Method in interface javax.security.sasl.SaslClient
- Evaluates the challenge data and generates a response.
- evaluateResponse(byte[]) -
Method in interface javax.security.sasl.SaslServer
- Evaluates the response data and generates a challenge.
- Event - Class in java.awt
- Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
- Event(Object, int, Object) -
Constructor for class java.awt.Event
-
- Event(Object, long, int, int, int, int, int) -
Constructor for class java.awt.Event
-
- Event(Object, long, int, int, int, int, int, Object) -
Constructor for class java.awt.Event
-
- event -
Variable in exception javax.swing.tree.ExpandVetoException
- event
- Event - Interface in org.w3c.dom.events
- The
Event
interface is used to provide contextual information
about an event to the handler processing the event. - EventContext - Interface in javax.naming.event
-
- EventDirContext - Interface in javax.naming.event
-
- eventDispatched(AWTEvent) -
Method in interface java.awt.event.AWTEventListener
- This method is called when any event in the AWT system is dispatched.
- eventDispatched(AWTEvent) -
Method in class java.awt.event.AWTEventListenerProxy
- Forwards events on to the delegate.
- EventException - Exception in org.w3c.dom.events
- Event operations may throw an
EventException
as specified in
their method descriptions. - EventException(short, String) -
Constructor for exception org.w3c.dom.events.EventException
-
- EventFilter - Interface in javax.xml.stream
- Simple filter interface for XML events.
- EventHandler - Class in java.beans
- EventHandler forms a bridge between dynamically created listeners and
arbitrary properties and methods.
- EventHandler(Object, String, String, String) -
Constructor for class java.beans.EventHandler
- Creates a new
EventHandler
instance.
- EventListener - Interface in java.util
- Empty interface that is implemented by classes that need to receive
events.
- EventListener - Interface in org.w3c.dom.events
- The
EventListener
interface is the primary method for
handling events. - EventListenerList - Class in javax.swing.event
- A utility class for keeping track of
EventListener
s. - EventListenerList() -
Constructor for class javax.swing.event.EventListenerList
- EventListenerList constructor
- EventListenerProxy - Class in java.util
- An abstract wrapper for event listeners.
- EventListenerProxy(EventListener) -
Constructor for class java.util.EventListenerProxy
- Construct a proxy event listener, given an existing one to augment.
- EventObject - Class in java.util
- Represents Events fired by Objects.
- EventObject(Object) -
Constructor for class java.util.EventObject
- Constructs an EventObject with the specified source.
- EventQueue - Class in java.awt
- This class manages a queue of
AWTEvent
objects that
are posted to it. - EventQueue() -
Constructor for class java.awt.EventQueue
- Initializes a new instance of
EventQueue
.
- EventReaderDelegate - Class in javax.xml.stream.util
- Base class for event reader filters.
- EventReaderDelegate() -
Constructor for class javax.xml.stream.util.EventReaderDelegate
- Constructs an empty filter with no parent set.
- EventReaderDelegate(XMLEventReader) -
Constructor for class javax.xml.stream.util.EventReaderDelegate
- Constructs an empty filter with the given parent.
- events -
Variable in class java.awt.dnd.DragGestureRecognizer
-
- EventSetDescriptor - Class in java.beans
- EventSetDescriptor describes the hookup between an event source class and
an event listener class.
- EventSetDescriptor(Class<?>, String, Class<?>, String) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor
EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor
.
- EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String, String) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor
.
- EventSetDescriptor(String, Class<?>, Method[], Method, Method, Method) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor.
- EventSetDescriptor(String, Class<?>, Method[], Method, Method) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor
.
- EventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method) -
Constructor for class java.beans.EventSetDescriptor
- Creates a new
EventSetDescriptor
.
- EventTarget - Interface in org.w3c.dom.events
- The
EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model. - eventTypeEnabled(int) -
Method in class java.awt.ScrollPane
- Tells whether or not an event is enabled.
- evt -
Variable in class java.awt.Event
-
- ExcellentBreakWeight -
Static variable in class javax.swing.text.View
-
- except(Any) -
Method in class org.omg.CORBA.ServerRequest
- Deprecated. since 1.2.
- except -
Variable in exception org.omg.CORBA.UnknownUserException
- The Any, holding the actual exception, that has been thrown
by the server.
- Exception - Exception in java.lang
- The root class of all exceptions worth catching in a program.
- Exception() -
Constructor for exception java.lang.Exception
- Create an exception without a message.
- Exception(String) -
Constructor for exception java.lang.Exception
- Create an exception with a message.
- Exception(String, Throwable) -
Constructor for exception java.lang.Exception
- Create an exception with a message and a cause.
- Exception(Throwable) -
Constructor for exception java.lang.Exception
- Create an exception with a given cause, and a message of
cause == null ?
- exception() -
Method in class org.omg.CORBA.Environment
- Returns an exception, enclosed in this container.
- exception(Exception) -
Method in class org.omg.CORBA.Environment
- Inserts the given exception into this container.
- ExceptionDetailMessage - Interface in org.omg.IOP
- Defines the ExceptionDetailMessage (= 14) service context.
- ExceptionInInitializerError - Error in java.lang
- An
ExceptionInInitializerError
is thrown when an uncaught
exception has occurred in a static initializer or the initializer for a
static variable. - ExceptionInInitializerError() -
Constructor for error java.lang.ExceptionInInitializerError
- Create an error without a message.
- ExceptionInInitializerError(String) -
Constructor for error java.lang.ExceptionInInitializerError
- Create an error with a message.
- ExceptionInInitializerError(Throwable) -
Constructor for error java.lang.ExceptionInInitializerError
- Creates an error an saves a reference to the
Throwable
object.
- ExceptionList - Class in org.omg.CORBA
- Stores exceptions that can be thrown when invoking a method of an
CORBA
Object
. - ExceptionList() -
Constructor for class org.omg.CORBA.ExceptionList
-
- ExceptionListener - Interface in java.beans
- This interface allows a class to monitor internal exceptions, to try to
recover from them.
- ExceptionProxy - Class in sun.reflect.annotation
-
- ExceptionProxy() -
Constructor for class sun.reflect.annotation.ExceptionProxy
-
- exceptions() -
Method in class org.omg.CORBA.Request
- List the exceptions that may be thrown by the CORBA object method being
invoked.
- exceptions() -
Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- Returns the typecodes, defining all exceptions that the operation may
throw.
- exceptionThrown(Exception) -
Method in interface java.beans.ExceptionListener
- Fired after an exception occurs.
- exclusions -
Variable in class javax.swing.text.html.parser.Element
- Contains refernces to elements that must NOT occur inside this element,
at any level of hierarchy.
- exclusiveOr(Area) -
Method in class java.awt.geom.Area
- Performs an exclusive-or operation on this Area.
- exec(String) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line.
- exec(String, String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line and environment.
- exec(String, String[], File) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line, environment, and
working directory.
- exec(String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line, already
tokenized.
- exec(String[], String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line, already
tokenized, and specified environment.
- exec(String[], String[], File) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command line, already
tokenized, and the specified environment and working directory.
- execute() -
Method in class java.beans.Statement
- Execute the statement.
- execute() -
Method in interface java.sql.PreparedStatement
- This method executes a prepared SQL query.
- execute(String) -
Method in interface java.sql.Statement
- This method executes an arbitrary SQL statement of any time.
- execute(String, int) -
Method in interface java.sql.Statement
-
- execute(String, int[]) -
Method in interface java.sql.Statement
-
- execute(String, String[]) -
Method in interface java.sql.Statement
-
- execute() -
Method in interface javax.sql.RowSet
-
- EXECUTE_FAILED -
Static variable in interface java.sql.Statement
-
- executeBatch() -
Method in interface java.sql.Statement
- This method executes the SQL batch and returns an array of update
counts - one for each SQL statement in the batch - ordered in the same
order the statements were added to the batch.
- executeCall() -
Method in interface java.rmi.server.RemoteCall
- Deprecated.
- executeQuery() -
Method in interface java.sql.PreparedStatement
- This method executes a prepared SQL query and returns its ResultSet.
- executeQuery(String) -
Method in interface java.sql.Statement
- This method executes the specified SQL SELECT statement and returns a
(possibly empty)
ResultSet
with the results of the query.
- executeUpdate() -
Method in interface java.sql.PreparedStatement
- This method executes an SQL INSERT, UPDATE or DELETE statement.
- executeUpdate(String) -
Method in interface java.sql.Statement
- This method executes the specified SQL INSERT, UPDATE, or DELETE statement
and returns the number of rows affected, which may be 0.
- executeUpdate(String, int) -
Method in interface java.sql.Statement
-
- executeUpdate(String, int[]) -
Method in interface java.sql.Statement
-
- executeUpdate(String, String[]) -
Method in interface java.sql.Statement
-
- EXECUTIVE -
Static variable in class java.awt.PageAttributes.MediaType
-
- EXECUTIVE -
Static variable in class javax.print.attribute.standard.MediaSize.Other
- US Executive paper size, 7.25 inch x 10.5 inch
- EXECUTIVE -
Static variable in class javax.print.attribute.standard.MediaSizeName
- The executive size: 7.25 inches by 10.5 inches.
- ExemptionMechanism - Class in javax.crypto
- An exemption mechanism, which will conditionally allow cryptography
where it is not normally allowed, implements things such as key
recovery, key weakening, or key escrow.
- ExemptionMechanism(ExemptionMechanismSpi, Provider, String) -
Constructor for class javax.crypto.ExemptionMechanism
-
- ExemptionMechanismException - Exception in javax.crypto
- Signals a general exception in an
ExemptionMechanism
. - ExemptionMechanismException() -
Constructor for exception javax.crypto.ExemptionMechanismException
- Create a new exception with no detail message.
- ExemptionMechanismException(String) -
Constructor for exception javax.crypto.ExemptionMechanismException
- Create a new exception with a detail message.
- ExemptionMechanismSpi - Class in javax.crypto
- The Service Provider Interface (SPI) for the
ExemptionMechanism
class. - ExemptionMechanismSpi() -
Constructor for class javax.crypto.ExemptionMechanismSpi
- Create a new exemption mechanism SPI.
- exists() -
Method in class java.io.File
- This method tests whether or not the file represented by the object
actually exists on the filesystem.
- exit(int) -
Method in class java.lang.Runtime
- Exit the Java runtime.
- exit(int) -
Static method in class java.lang.System
- Terminate the Virtual Machine.
- EXIT_ON_CLOSE -
Static variable in class javax.swing.JFrame
- A flag for
JFrame.setDefaultCloseOperation(int)
, indicating that the
application should be exited, when this JFrame
is closed.
- EXIT_ON_CLOSE -
Static variable in interface javax.swing.WindowConstants
- Exit the application when the container is closed.
- EXITED -
Static variable in class javax.swing.event.HyperlinkEvent.EventType
-
- exiting(String, String) -
Method in class java.util.logging.Logger
-
- exiting(String, String, Object) -
Method in class java.util.logging.Logger
-
- exitValue() -
Method in class java.lang.Process
- When a process terminates there is associated with that termination
an exit value for the process to indicate why it terminated.
- exp(double) -
Static method in class java.lang.Math
- Take ea.
- exp(double) -
Static method in class java.lang.StrictMath
- Take ea.
- EXPANDABLE -
Static variable in class javax.accessibility.AccessibleState
- Indicates the object allows progressive disclosure of its children,
usually in a collapsible tree or other hierachical object.
- EXPANDED -
Static variable in class javax.accessibility.AccessibleState
- Indicates that the object is expanded, usually in a tree.
- expandedIcon -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Expanded Icon for the tree.
- expandPath(TreePath) -
Method in class javax.swing.JTree
-
- expandRow(int) -
Method in class javax.swing.JTree
-
- EXPANDS_SELECTED_PATHS_PROPERTY -
Static variable in class javax.swing.JTree
-
- expandTabRunsArray() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- This method expands the tabRuns array to give it more room.
- ExpandVetoException - Exception in javax.swing.tree
- ExpandVetoException
- ExpandVetoException(TreeExpansionEvent) -
Constructor for exception javax.swing.tree.ExpandVetoException
- Constructor ExpandVetoException
- ExpandVetoException(TreeExpansionEvent, String) -
Constructor for exception javax.swing.tree.ExpandVetoException
- Constructor ExpandVetoException
- expm1(double) -
Static method in class java.lang.Math
-
Returns
ea - 1.
- expm1(double) -
Static method in class java.lang.StrictMath
- Returns ex - 1.
- EXPONENT -
Static variable in class java.text.NumberFormat.Field
- Attribute set to all characters containing digits of the exponential
part.
- EXPONENT_SIGN -
Static variable in class java.text.NumberFormat.Field
- Attribute set to all characters containing the exponent sign.
- EXPONENT_SYMBOL -
Static variable in class java.text.NumberFormat.Field
- Attribute set to all characters containing an exponential symbol (e.g.
- export(ActivationID, Remote, int, RMIServerSocketFactory) -
Static method in class java.rmi.activation.Activatable
- Create and export the new remote object, making it available at the given
port, using sockets, produced by the specified factories.
- export() -
Method in interface org.ietf.jgss.GSSContext
- Provided to support the sharing of work between multiple processes.
- 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
-
- exportDone(JComponent, Transferable, int) -
Method in class javax.swing.TransferHandler
- This method is invoked after data has been exported.
- ExportException - Exception in java.rmi.server
- Thrown if an attempt to export a remote object fails.
- ExportException(String) -
Constructor for exception java.rmi.server.ExportException
- Create an exception with the specified message.
- ExportException(String, Exception) -
Constructor for exception java.rmi.server.ExportException
- Create an exception with the specified message and cause.
- exportNode(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
-
- exportNode(OutputStream) -
Method in class java.util.prefs.Preferences
- Export this node, but not its descendants, as XML to the
indicated output stream.
- exportObject(Remote, String, MarshalledObject<?>, boolean, int) -
Static method in class java.rmi.activation.Activatable
- Register and export the object that activatable object that is not derived
from the Activatable super class.
- exportObject(Remote, String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.activation.Activatable
- Register and export the object that activatable object that is not derived
from the Activatable super class.
- exportObject(Remote, ActivationID, int) -
Static method in class java.rmi.activation.Activatable
- During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class.
- exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.activation.Activatable
- During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class.
- exportObject(Remote, Object) -
Method in interface java.rmi.server.ServerRef
-
- exportObject(Remote) -
Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the
anonymous port.
- exportObject(Remote, int) -
Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the
specified port.
- exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.server.UnicastRemoteObject
- FIXME
- exportObject(Remote) -
Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
- Register the passed object with the ORB runtimes, making it remotely
accessible.
- exportObject(Remote) -
Static method in class javax.rmi.PortableRemoteObject
-
Makes a server object ready for remote calls.
- exportSubtree(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
-
- exportSubtree(OutputStream) -
Method in class java.util.prefs.Preferences
- Export this node and all its descendants as XML to the
indicated output stream.
- exportToClipboard(JComponent, Clipboard, int) -
Method in class javax.swing.TransferHandler
- Exports the property of the component
c
that was
specified for this TransferHandler to the clipboard, performing
the specified action.
- Expression - Class in java.beans
- An Expression captures the execution of an object method
that returns a value.
- Expression(Object, Object, String, Object[]) -
Constructor for class java.beans.Expression
- Constructor Constructs an Expression representing the invocation of
object.methodName(arg[0], arg[1], ...); However, it will never be executed.
- Expression(Object, String, Object[]) -
Constructor for class java.beans.Expression
- Constructor Constructs an Expression representing the invocation of
object.methodName(arg[0], arg[1],
- EXTENDED_YEAR -
Static variable in class java.text.DateFormat.Field
-
- EXTENDED_YEAR_FIELD -
Static variable in class java.text.DateFormat
- Represents the position of the extended year
pattern character in the array of
localized pattern characters.
- extendedOperation(ExtendedRequest) -
Method in class javax.naming.ldap.InitialLdapContext
-
- extendedOperation(ExtendedRequest) -
Method in interface javax.naming.ldap.LdapContext
-
- ExtendedRequest - Interface in javax.naming.ldap
-
- ExtendedResponse - Interface in javax.naming.ldap
-
- EXTENSION_INSTALLATION -
Static variable in class java.util.jar.Attributes.Name
- Extension identification attribute -
synonym for
EXTENSTION_NAME
.
- EXTENSION_LIST -
Static variable in class java.util.jar.Attributes.Name
- Applet attribute -
a list of extension libraries that the applet in this
jar file depends on.
- EXTENSION_NAME -
Static variable in class java.util.jar.Attributes.Name
- Extension identification attribute -
the name if the extension library contained in the jar.
- extent -
Variable in class java.awt.geom.Arc2D.Double
- The extent angle of this arc, in degrees.
- extent -
Variable in class java.awt.geom.Arc2D.Float
- The extent angle of this arc, in degrees.
- externalEntityDecl(String, String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) -
Method in class org.xml.sax.ext.DefaultHandler2
-
- Externalizable - Interface in java.io
- This interface provides a way that classes can completely control how
the data of their object instances are written and read to and from
streams.
- extract(Any) -
Static method in class org.omg.CORBA.AnySeqHelper
- Extract the array of
Any
's from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.BooleanSeqHelper
- Extract the
boolean[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.CharSeqHelper
- Extract the
char[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.CompletionStatusHelper
- Extract the
CompletionStatus
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.CurrentHelper
- Extract the Current from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.DefinitionKindHelper
- Extract the definition kind from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.DoubleSeqHelper
- Extract the
double[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.FieldNameHelper
- Extract the FieldName from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.CORBA.FloatSeqHelper
- Extract the
float[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.IdentifierHelper
- Extract the Identifier from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.CORBA.IDLTypeHelper
- Extract the IDL type from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.LongLongSeqHelper
- Extract the
long[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.LongSeqHelper
- Extract the
int[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.NameValuePairHelper
- Extract the NameValuePair from the given
Any
.
- extract(Any) -
Static method in class org.omg.CORBA.ObjectHelper
- Extract the array of object from the given
Any
.
- extract(Any) -
Static method in class org.omg.CORBA.OctetSeqHelper
- Extract the
byte[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.ParameterModeHelper
- Extract the parameter mode from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.PolicyErrorCodeHelper
- Delegates call to
Any.extract_short()
.
- extract(Any) -
Static method in class org.omg.CORBA.PolicyErrorHelper
- Extract the PolicyError from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.PolicyHelper
- Extract the Policy from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.PolicyListHelper
- Extract the Policy[] from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.PolicyTypeHelper
- Extract the int from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.RepositoryIdHelper
- Extract the Repository Id from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.CORBA.ServiceDetailHelper
- Extract the service detail info from the given
Any
- extract(Any) -
Static method in class org.omg.CORBA.ServiceInformationHelper
- Extract the service information from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.SetOverrideTypeHelper
- Extract the definition kind from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.ShortSeqHelper
- Extract the
short[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.StringSeqHelper
- Extract the
String[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.StringValueHelper
- Extract the string from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.StructMemberHelper
- Extract the structure member from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.ULongLongSeqHelper
- Extract the
long[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.ULongSeqHelper
- Extract the
int[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.UnionMemberHelper
- Extract the union member from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.UnknownUserExceptionHelper
- Extract the UnknownUserException from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.UShortSeqHelper
- Extract the
short[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.ValueBaseHelper
- Extract the value type from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.ValueMemberHelper
- Extract the value member from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.VersionSpecHelper
- Extract the VersionSpec from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.CORBA.VisibilityHelper
- Extract the Visibility from the given Any.
- extract(Any) -
Static method in class org.omg.CORBA.WCharSeqHelper
- Extract the
char[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.WrongTransactionHelper
- Extract the WrongTransaction from given Any.
- extract(Any) -
Static method in class org.omg.CORBA.WStringSeqHelper
- Extract the
String[]
from the
given Any
.
- extract(Any) -
Static method in class org.omg.CORBA.WStringValueHelper
- Extract the wide string from the given Any.
- extract(Any) -
Static method in class org.omg.CosNaming.BindingHelper
- Extract the binding from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.BindingIteratorHelper
- Extract the binding iterator from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.BindingListHelper
- Extract the array of bindings from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.BindingTypeHelper
- Extract the binding type from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.IstringHelper
- Extract the IString from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.CosNaming.NameComponentHelper
- Extract the name component from this
Any
- extract(Any) -
Static method in class org.omg.CosNaming.NameHelper
- Extract the Name the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtHelper
- Extract the naming context from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
- Just extracts string from this
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
- Just extracts string from this
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
- Just extracts string from this
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextHelper
- Extract the naming context from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
- Extract the exception from the given
Any
.
- extract(Any) -
Static method in class org.omg.DynamicAny.AnySeqHelper
- Delegates call to
AnySeqHelper.extract(org.omg.CORBA.Any)
.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
- Extract the DynAnyFactory from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
- Extract the InconsistentTypeCode from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyHelper
- Extract the DynAny from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
- Extract the InvalidValue from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
- Extract the TypeMismatch from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynAnySeqHelper
- Extract the DynAnySeq from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynArrayHelper
- Extract the DynArray from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynEnumHelper
- Extract the DynEnum from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynFixedHelper
- Extract the DynFixed from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynSequenceHelper
- Extract the DynSequence from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynStructHelper
- Extract the DynStruct from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynUnionHelper
- Extract the DynUnion from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.DynValueHelper
- Extract the DynValue from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.FieldNameHelper
- Extract the FieldName from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
- Extract the NameDynAnyPair from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
- Extract the NameDynAnyPairSeq from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.NameValuePairHelper
- Extract the NameValuePair from given Any.
- extract(Any) -
Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
- Extract the NameValuePairSeq from given Any.
- extract(Any) -
Static method in class org.omg.IOP.CodecFactoryHelper
- Extract the CodecFactory from given Any.
- extract(Any) -
Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
- Extract the UnknownEncoding from given Any.
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
- Extract the FormatMismatch from given Any.
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
- Extract the InvalidTypeForEncoding from given Any.
- extract(Any) -
Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
- Extract the TypeMismatch from given Any.
- extract(Any) -
Static method in class org.omg.IOP.ComponentIdHelper
- Extract the int from given Any.
- extract(Any) -
Static method in class org.omg.IOP.IORHelper
- Extract the IOR from given Any.
- extract(Any) -
Static method in class org.omg.IOP.MultipleComponentProfileHelper
- Extract the MultipleComponentProfile from given Any.
- extract(Any) -
Static method in class org.omg.IOP.ProfileIdHelper
- Extract the int from given Any.
- extract(Any) -
Static method in class org.omg.IOP.ServiceContextHelper
- Extract the ServiceContext from given Any.
- extract(Any) -
Static method in class org.omg.IOP.ServiceContextListHelper
- Extract the ServiceContext[] from given Any.
- extract(Any) -
Static method in class org.omg.IOP.ServiceIdHelper
- Extract the int from given Any.
- extract(Any) -
Static method in class org.omg.IOP.TaggedComponentHelper
- Extract the TaggedComponent from given Any.
- extract(Any) -
Static method in class org.omg.IOP.TaggedProfileHelper
- Extract the TaggedProfile from given Any.
- extract(Any) -
Static method in class org.omg.Messaging.SyncScopeHelper
- Delegates call to
Any.extract_short()
.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
- Extract the int from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.AdapterNameHelper
- Extract the adapter name (
String[]
) from the given Any
.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.AdapterStateHelper
- Extract the
short
from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.CurrentHelper
- Extract the Current from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
- Extract the ForwardRequest from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
- Extract the InvalidSlot from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
- Extract the IORInterceptor_3_0 from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ObjectIdHelper
- Extract the Object Id from Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
- Extract the ObjectReferenceFactory from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
- Extract the ObjectReferenceTemplate from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
- Extract the
ObjectReferenceTemplate[]
from the given
Any
.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBIdHelper
- Extract the ORB Id from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
- Extract the DuplicateName from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
- Extract the InvalidName from given Any.
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
- Extract the Object Id from Any (uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.PortableInterceptor.ServerIdHelper
- Extract the Server Id from Any ((uses
Any.extract_string()
).
- extract(Any) -
Static method in class org.omg.PortableServer.CurrentHelper
- Extract the POA Current from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
- Extract the NoContext from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.ForwardRequestHelper
- Extract the ForwardRequest from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAHelper
- Extract the POA from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
- Extract the AdapterInactive from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
- Extract the AdapterAlreadyExists from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
- Extract the AdapterNonExistent from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
- Extract the InvalidPolicy from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
- Extract the NoServant from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
- Extract the ObjectAlreadyActive from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
- Extract the ObjectNotActive from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
- Extract the ServantAlreadyActive from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
- Extract the ServantNotActive from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
- Extract the WrongAdapter from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
- Extract the WrongPolicy from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.ServantActivatorHelper
- Extract the ServantActivator from given Any.
- extract(Any) -
Static method in class org.omg.PortableServer.ServantLocatorHelper
- Extract the ServantLocator from given Any.
- extract_any() -
Method in class org.omg.CORBA.Any
- Extract another
Any
from this Any
.
- extract_boolean() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
boolean
from this Any
.
- extract_char() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
char
from this Any
.
- extract_double() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
double
from this Any
.
- extract_fixed() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
fixed
from this Any
.
- extract_float() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
float
from this Any
.
- extract_long() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
long
from this Any
.
- extract_longlong() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
long long
from this Any
.
- extract_Object() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
Object
from this Any
- extract_octet() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
octet
from this Any
.
- extract_Principal() -
Method in class org.omg.CORBA.Any
- Deprecated. by CORBA 2.2.
- extract_short() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
short
from this Any
.
- extract_Streamable() -
Method in class org.omg.CORBA.Any
- Extract an arbitrary
Streamable
from
this Any
.
- extract_string() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
string
from this Any
.
- extract_TypeCode() -
Method in class org.omg.CORBA.Any
- Extract the TypeCode from this
Any
value field.
- extract_ulong() -
Method in class org.omg.CORBA.Any
- Extract the CORBA unsigned
long
from this Any
- extract_ulonglong() -
Method in class org.omg.CORBA.Any
- Extract the CORBA unsigned
long long
from this
Any
.
- extract_ushort() -
Method in class org.omg.CORBA.Any
- Extract the CORBA unsigned
short
from this Any
- extract_Value() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
Value
from this Any
- extract_wchar() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
wchar
from this Any
- extract_wstring() -
Method in class org.omg.CORBA.Any
- Extract the CORBA
wstring
from this Any
- extractContents() -
Method in interface org.w3c.dom.ranges.Range
- Moves the contents of a Range from the containing document or document
fragment to a new DocumentFragment.
- extraImageMetadataFormatClassNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
-
- extraImageMetadataFormatNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The names of additional formats for encoding image metadata,
other than the standard and the
native formats,
or
null
if this plug-in does not provide any extra
formats.
- extraMetadataFormatClassNames -
Variable in class javax.imageio.metadata.IIOMetadata
-
- extraMetadataFormatNames -
Variable in class javax.imageio.metadata.IIOMetadata
-
- extraStreamMetadataFormatClassNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
-
- extraStreamMetadataFormatNames -
Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The names of additional formats for encoding stream metadata,
other than the standard and the
native formats,
or
null
if this plug-in does not provide any extra
formats.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |