JavaTM 2 Platform
Std. Ed. v1.4.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

I - Static variable in class javax.swing.text.html.HTML.Tag
 
ICC_ColorSpace - class java.awt.color.ICC_ColorSpace.
The ICC_ColorSpace class is an implementation of the abstract ColorSpace class.
ICC_ColorSpace(ICC_Profile) - Constructor for class java.awt.color.ICC_ColorSpace
Constructs a new ICC_ColorSpace from an ICC_Profile object.
ICC_Profile - class java.awt.color.ICC_Profile.
A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification (see http://www.color.org).
ICC_ProfileGray - class java.awt.color.ICC_ProfileGray.
A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
ICC_ProfileRGB - class java.awt.color.ICC_ProfileRGB.
The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB. The profile includes the redColorantTag, greenColorantTag, blueColorantTag, redTRCTag, greenTRCTag, blueTRCTag, and mediaWhitePointTag tags. The ICC_Profile getInstance method will return an ICC_ProfileRGB object when these conditions are met.
ICON - Static variable in class javax.accessibility.AccessibleRole
A small fixed size picture, typically used to decorate components.
ICONIFIED - Static variable in class java.awt.Frame
This state bit indicates that frame is iconified.
ICONIFIED - Static variable in class javax.accessibility.AccessibleState
Indicates this object is minimized and is represented only by an icon.
ICONIFY_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Identifies a change to the icon that represents the button.
ICON_COLOR_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 monochrome icon.
ICON_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for icon.
ID - Static variable in class javax.swing.text.html.HTML.Attribute
 
ID - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
IDENTICAL - Static variable in class java.text.Collator
Collator strength value.
IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
IDLE - Static variable in class javax.print.attribute.standard.PrinterState
Indicates that new jobs can start processing without waiting.
IDLEntity - interface org.omg.CORBA.portable.IDLEntity.
An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
IDLType - interface org.omg.CORBA.IDLType.
An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.
IDLTypeHelper - class org.omg.CORBA.IDLTypeHelper.
The Helper for IDLType.
IDLTypeHelper() - Constructor for class org.omg.CORBA.IDLTypeHelper
 
IDLTypeOperations - interface org.omg.CORBA.IDLTypeOperations.
This interface must be implemented by all IDLType objects.
IDREF - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
IDREFS - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
ID_ASSIGNMENT_POLICY_ID - interface org.omg.PortableServer.ID_ASSIGNMENT_POLICY_ID.
org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java .
ID_UNIQUENESS_POLICY_ID - interface org.omg.PortableServer.ID_UNIQUENESS_POLICY_ID.
org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java .
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IEEEremainder(double, double) - Static method in class java.lang.StrictMath
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IGNORE - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the coding operation.
IGNORE_ALL_BEANINFO - Static variable in class java.beans.Introspector
 
IGNORE_IMMEDIATE_BEANINFO - Static variable in class java.beans.Introspector
 
IIOByteBuffer - class javax.imageio.stream.IIOByteBuffer.
A class representing a mutable reference to an array of bytes and an offset and length within that array.
IIOByteBuffer(byte[], int, int) - Constructor for class javax.imageio.stream.IIOByteBuffer
Constructs an IIOByteBuffer that references a given byte array, offset, and length.
IIOException - exception javax.imageio.IIOException.
An exception class used for signaling run-time failure of reading and writing operations.
IIOException(String) - Constructor for class javax.imageio.IIOException
Constructs an IIOException with a given message String.
IIOException(String, Throwable) - Constructor for class javax.imageio.IIOException
Constructs an IIOException with a given message String and a Throwable that was its underlying cause.
IIOImage - class javax.imageio.IIOImage.
A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image.
IIOImage(RenderedImage, List, IIOMetadata) - Constructor for class javax.imageio.IIOImage
Constructs an IIOImage containing a RenderedImage, and thumbnails and metadata associated with it.
IIOImage(Raster, List, IIOMetadata) - Constructor for class javax.imageio.IIOImage
Constructs an IIOImage containing a Raster, and thumbnails and metadata associated with it.
IIOInvalidTreeException - exception javax.imageio.metadata.IIOInvalidTreeException.
An IIOInvalidTreeException is thrown when an attempt by an IIOMetadata object to parse a tree of IIOMetadataNodes fails.
IIOInvalidTreeException(String, Node) - Constructor for class javax.imageio.metadata.IIOInvalidTreeException
Constructs an IIOInvalidTreeException with a message string and a reference to the Node that caused the parsing error.
IIOInvalidTreeException(String, Throwable, Node) - Constructor for class javax.imageio.metadata.IIOInvalidTreeException
Constructs an IIOInvalidTreeException with a message string, a reference to an exception that caused this exception, and a reference to the Node that caused the parsing error.
IIOMetadata - class javax.imageio.metadata.IIOMetadata.
An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.
IIOMetadata() - Constructor for class javax.imageio.metadata.IIOMetadata
Constructs an empty IIOMetadata object.
IIOMetadata(boolean, String, String, String[], String[]) - Constructor for class javax.imageio.metadata.IIOMetadata
Constructs an IIOMetadata object with the given format names and format class names, as well as a boolean indicating whether the standard format is supported.
IIOMetadataController - interface javax.imageio.metadata.IIOMetadataController.
An interface to be implemented by objects that can determine the settings of an IIOMetadata object, either by putting up a GUI to obtain values from a user, or by other means.
IIOMetadataFormat - interface javax.imageio.metadata.IIOMetadataFormat.
An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
IIOMetadataFormatImpl - class javax.imageio.metadata.IIOMetadataFormatImpl.
A concrete class providing a reusable implementation of the IIOMetadataFormat interface.
IIOMetadataFormatImpl(String, int) - Constructor for class javax.imageio.metadata.IIOMetadataFormatImpl
Constructs a blank IIOMetadataFormatImpl instance, with a given root element name and child policy (other than CHILD_POLICY_REPEAT).
IIOMetadataFormatImpl(String, int, int) - Constructor for class javax.imageio.metadata.IIOMetadataFormatImpl
Constructs a blank IIOMetadataFormatImpl instance, with a given root element name and a child policy of CHILD_POLICY_REPEAT.
IIOMetadataNode - class javax.imageio.metadata.IIOMetadataNode.
A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the getUserObject and setUserObject methods.
IIOMetadataNode() - Constructor for class javax.imageio.metadata.IIOMetadataNode
Constructs an empty IIOMetadataNode.
IIOMetadataNode(String) - Constructor for class javax.imageio.metadata.IIOMetadataNode
Constructs an IIOMetadataNode with a given node name.
IIOParam - class javax.imageio.IIOParam.
A superclass of all classes describing how streams should be decoded or encoded.
IIOParam() - Constructor for class javax.imageio.IIOParam
Protected constructor may be called only by subclasses.
IIOParamController - interface javax.imageio.IIOParamController.
An interface to be implemented by objects that can determine the settings of an IIOParam object, either by putting up a GUI to obtain values from a user, or by other means.
IIOReadProgressListener - interface javax.imageio.event.IIOReadProgressListener.
An interface used by ImageReader implementations to notify callers of their image and thumbnail reading methods of progress.
IIOReadUpdateListener - interface javax.imageio.event.IIOReadUpdateListener.
An interface used by ImageReader implementations to notify callers of their image and thumbnail reading methods of pixel updates.
IIOReadWarningListener - interface javax.imageio.event.IIOReadWarningListener.
An interface used by ImageReader implementations to notify callers of their image and thumbnail reading methods of warnings (non-fatal errors).
IIORegistry - class javax.imageio.spi.IIORegistry.
A registry for service provider instances.
IIOServiceProvider - class javax.imageio.spi.IIOServiceProvider.
A superinterface for functionality common to all Image I/O service provider interfaces (SPIs).
IIOServiceProvider(String, String) - Constructor for class javax.imageio.spi.IIOServiceProvider
Constructs an IIOServiceProvider with a given vendor name and version identifier.
IIOServiceProvider() - Constructor for class javax.imageio.spi.IIOServiceProvider
Constructs a blank IIOServiceProvider.
IIOWriteProgressListener - interface javax.imageio.event.IIOWriteProgressListener.
An interface used by ImageWriter implementations to notify callers of their image writing methods of progress.
IIOWriteWarningListener - interface javax.imageio.event.IIOWriteWarningListener.
An interface used by ImageWriter implementations to notify callers of their image and thumbnail reading methods of warnings (non-fatal errors).
IMAGEABORTED - Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
IMAGEERROR - Static variable in interface java.awt.image.ImageConsumer
An error was encountered while producing the image.
IMAGE_INCOMPATIBLE - Static variable in class java.awt.image.VolatileImage
Validated image is incompatible with supplied GraphicsConfiguration object and should be re-created as appropriate.
IMAGE_OK - Static variable in class java.awt.image.VolatileImage
Validated image is ready to use as-is.
IMAGE_RESTORED - Static variable in class java.awt.image.VolatileImage
Validated image has been restored and is now ready to use.
IMG - Static variable in class javax.swing.text.html.HTML.Tag
 
IMG_ALIGN_BOTTOM - Static variable in class javax.swing.text.html.HTMLEditorKit
Align images at the bottom.
IMG_ALIGN_MIDDLE - Static variable in class javax.swing.text.html.HTMLEditorKit
Align images in the middle.
IMG_ALIGN_TOP - Static variable in class javax.swing.text.html.HTMLEditorKit
Align images at the top.
IMG_BORDER - Static variable in class javax.swing.text.html.HTMLEditorKit
Align images at the border.
IMPLEMENTATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Title manifest attribute used for package versioning.
IMPLEMENTATION_URL - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor-URL manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR_ID - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor-Id manifest attribute used for package versioning.
IMPLEMENTATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Version manifest attribute used for package versioning.
IMPLICIT_ACTIVATION - Static variable in class org.omg.PortableServer.ImplicitActivationPolicyValue
 
IMPLICIT_ACTIVATION_POLICY_ID - interface org.omg.PortableServer.IMPLICIT_ACTIVATION_POLICY_ID.
org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java .
IMPLIED - Static variable in class javax.swing.text.html.HTML.Tag
All text content must be in a paragraph element.
IMPLIED - Static variable in class javax.swing.text.html.HTMLEditorKit.ParserCallback
This is passed as an attribute in the attributeset to indicate the element is implied eg, the string '<>foo<\t>' contains an implied html element and an implied body element.
IMPLIED - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
IMP_LIMIT - exception org.omg.CORBA.IMP_LIMIT.
This exception indicates that an implementation limit was exceeded in the ORB run time.
IMP_LIMIT() - Constructor for class org.omg.CORBA.IMP_LIMIT
Constructs an IMP_LIMIT exception with a default minor code of 0 and a completion state of COMPLETED_NO.
IMP_LIMIT(String) - Constructor for class org.omg.CORBA.IMP_LIMIT
Constructs an IMP_LIMIT exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
IMP_LIMIT(int, CompletionStatus) - Constructor for class org.omg.CORBA.IMP_LIMIT
Constructs an IMP_LIMIT exception with the specified minor code and completion status.
IMP_LIMIT(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.IMP_LIMIT
Constructs an IMP_LIMIT exception with the specified detail message, minor code, and completion status.
INACTIVE - Static variable in class org.omg.PortableServer.POAManagerPackage.State
 
INACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the inactiveCaption system color.
INACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the inactiveCaptionBorder system color.
INACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the inactiveCaptionText system color.
INCH - Static variable in class javax.print.attribute.Size2DSyntax
Value to indicate units of inches (in).
INCH - Static variable in class javax.print.attribute.standard.MediaPrintableArea
Value to indicate units of inches (in).
INCREASE_HIGHLIGHT - Static variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
INDEFINITE_LIFETIME - Static variable in interface org.ietf.jgss.GSSContext
A lifetime constant representing indefinite context lifetime.
INDEFINITE_LIFETIME - Static variable in interface org.ietf.jgss.GSSCredential
A lifetime constant representing indefinite credential lifetime.
INDENT - Static variable in class javax.xml.transform.OutputKeys
indent = "yes" | "no".
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
INFO - Static variable in class java.awt.SystemColor
The array index for the info system color.
INFO - Static variable in class java.util.logging.Level
INFO is a message level for informational messages.
INFORMATION - Static variable in class javax.security.auth.callback.ConfirmationCallback
INFORMATION message type.
INFORMATION - Static variable in class javax.security.auth.callback.TextOutputCallback
Information message.
INFORMATION_DIALOG - Static variable in class javax.swing.JRootPane
Constant used for the windowDecorationStyle property.
INFORMATION_MESSAGE - Static variable in class javax.swing.JOptionPane
Used for information messages.
INFO_TEXT - Static variable in class java.awt.SystemColor
The array index for the infoText system color.
INITIALIZE - exception org.omg.CORBA.INITIALIZE.
Exception thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error.
INITIALIZE() - Constructor for class org.omg.CORBA.INITIALIZE
Constructs an INITIALIZE exception with a default minor code of 0 and a completion state of CompletionStatus.COMPLETED_NO.
INITIALIZE(String) - Constructor for class org.omg.CORBA.INITIALIZE
Constructs an INITIALIZE exception with the specified detail message, a minor code of 0, and a completion state of CompletionStatus.COMPLETED_NO.
INITIALIZE(int, CompletionStatus) - Constructor for class org.omg.CORBA.INITIALIZE
Constructs an INITIALIZE exception with the specified minor code and completion status.
INITIALIZE(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INITIALIZE
Constructs an INITIALIZE exception with the specified detail message, minor code, and completion status.
INITIAL_CONTEXT_FACTORY - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the initial context factory to use.
INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pi" in the Unicode specification.
INITIAL_SELECTION_VALUE_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for initialSelectionValue.
INITIAL_VALUE_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for initialValue.
INITIATE_AND_ACCEPT - Static variable in interface org.ietf.jgss.GSSCredential
Credential usage flag requesting that it be usable for both context initiation and acceptance.
INITIATE_ONLY - Static variable in interface org.ietf.jgss.GSSCredential
Credential usage flag requesting that it be usable for context initiation only.
INPUT - Static variable in class javax.swing.text.html.HTML.Tag
 
INPUT_METHOD_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting input method events.
INPUT_METHOD_FIRST - Static variable in class java.awt.event.InputMethodEvent
Marks the first integer id for the range of input method event ids.
INPUT_METHOD_HIGHLIGHT - Static variable in class java.awt.font.TextAttribute
Attribute key for input method highlight styles.
INPUT_METHOD_LAST - Static variable in class java.awt.event.InputMethodEvent
Marks the last integer id for the range of input method event ids.
INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for input method segments.
INPUT_METHOD_TEXT_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating changed input method text.
INPUT_METHOD_UNDERLINE - Static variable in class java.awt.font.TextAttribute
Attribute key for input method underline adornments.
INPUT_TRAY_MISSING - Static variable in class javax.print.attribute.standard.PrinterStateReason
One or more input trays are not in the device.
INPUT_VALUE_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for inputValue.
INSERT - Static variable in class java.awt.Event
The Insert key, a non-ASCII action key.
INSERT - Static variable in interface javax.accessibility.AccessibleTableModelChange
Identifies the insertion of new rows and/or columns.
INSERT - Static variable in class javax.swing.event.DocumentEvent.EventType
Insert type.
INSERT - Static variable in class javax.swing.event.TableModelEvent
Identifies the addtion of new rows or columns.
INTEGER - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
INTEGER - Static variable in class java.text.NumberFormat.Field
Constant identifying the integer field.
INTEGER_FIELD - Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
INTERFACE - Static variable in class java.lang.reflect.Modifier
The int value representing the interface modifier.
INTERLOCK_OPEN - Static variable in class javax.print.attribute.standard.PrinterStateReason
One or more interlock devices on the printer are unlocked.
INTERNAL - exception org.omg.CORBA.INTERNAL.
This exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures.
INTERNAL() - Constructor for class org.omg.CORBA.INTERNAL
Constructs an INTERNAL exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INTERNAL(String) - Constructor for class org.omg.CORBA.INTERNAL
Constructs an INTERNAL exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
INTERNAL(int, CompletionStatus) - Constructor for class org.omg.CORBA.INTERNAL
Constructs an INTERNAL exception with the specified minor code and completion status.
INTERNAL(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INTERNAL
Constructs an INTERNAL exception with the specified detail message, minor code, and completion status.
INTERNAL_CLOCK - Static variable in class javax.sound.midi.Sequencer.SyncMode
A master synchronization mode that makes the sequencer get its timing information from its internal clock.
INTERNAL_FRAME - Static variable in class javax.accessibility.AccessibleRole
A frame-like object that is clipped by a desktop pane.
INTERNAL_FRAME_ACTIVATED - Static variable in class javax.swing.event.InternalFrameEvent
The "window activated" event type.
INTERNAL_FRAME_CLOSED - Static variable in class javax.swing.event.InternalFrameEvent
The "window closed" event.
INTERNAL_FRAME_CLOSING - Static variable in class javax.swing.event.InternalFrameEvent
The "window is closing" event.
INTERNAL_FRAME_DEACTIVATED - Static variable in class javax.swing.event.InternalFrameEvent
The "window deactivated" event type.
INTERNAL_FRAME_DEICONIFIED - Static variable in class javax.swing.event.InternalFrameEvent
The "window deiconified" event type.
INTERNAL_FRAME_FIRST - Static variable in class javax.swing.event.InternalFrameEvent
The first number in the range of IDs used for internal frame events.
INTERNAL_FRAME_ICONIFIED - Static variable in class javax.swing.event.InternalFrameEvent
The "window iconified" event.
INTERNAL_FRAME_LAST - Static variable in class javax.swing.event.InternalFrameEvent
The last number in the range of IDs used for internal frame events.
INTERNAL_FRAME_OPENED - Static variable in class javax.swing.event.InternalFrameEvent
The "window opened" event.
INTERPRETER_RESOURCE_UNAVAILABLE - Static variable in class javax.print.attribute.standard.PrinterStateReason
An interpreter resource is unavailable (e.g., font, form).
INTERVAL_ADDED - Static variable in class javax.swing.event.ListDataEvent
Identifies the addition of one or more contiguous items to the list
INTERVAL_REMOVED - Static variable in class javax.swing.event.ListDataEvent
Identifies the removal of one or more contiguous items from the list
INTF_REPOS - exception org.omg.CORBA.INTF_REPOS.
Exception raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected.
INTF_REPOS() - Constructor for class org.omg.CORBA.INTF_REPOS
Constructs an INTF_REPOS exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INTF_REPOS(String) - Constructor for class org.omg.CORBA.INTF_REPOS
Constructs an INTF_REPOS exception with the specified detail.
INTF_REPOS(int, CompletionStatus) - Constructor for class org.omg.CORBA.INTF_REPOS
Constructs an INTF_REPOS exception with the specified minor code and completion status.
INTF_REPOS(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INTF_REPOS
Constructs an INTF_REPOS exception with the specified detail message, minor code, and completion status.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
INVALID_TRANSACTION - exception org.omg.CORBA.INVALID_TRANSACTION.
Exception thrown when the request carried an invalid transaction context.
INVALID_TRANSACTION() - Constructor for class org.omg.CORBA.INVALID_TRANSACTION
Constructs an INVALID_TRANSACTION exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INVALID_TRANSACTION(String) - Constructor for class org.omg.CORBA.INVALID_TRANSACTION
Constructs an INVALID_TRANSACTION exception with the specified detail message.
INVALID_TRANSACTION(int, CompletionStatus) - Constructor for class org.omg.CORBA.INVALID_TRANSACTION
Constructs an INVALID_TRANSACTION exception with the specified minor code and completion status.
INVALID_TRANSACTION(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INVALID_TRANSACTION
Constructs an INVALID_TRANSACTION exception with the specified detail message, minor code, and completion status.
INVITE - Static variable in class java.awt.PageAttributes.MediaType
An alias for INVITE_ENVELOPE.
INVITE_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Invitation Envelope, 220 x 220 mm.
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
The default id for all InvocationEvents.
INVOCATION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting invocation events.
INVOCATION_FIRST - Static variable in class java.awt.event.InvocationEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class java.awt.event.InvocationEvent
Marks the last integer id for the range of invocation event ids.
INVOICE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Invoice, 5 1/2 x 8 1/2 in.
INVOICE - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the invoice size, 5.5 inches by 8.5 inches.
INVOICE - Static variable in class javax.print.attribute.standard.MediaSizeName
invoice size .
INVOKES_STOP_CELL_EDITING_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for messagesStopCellEditing.
INV_FLAG - exception org.omg.CORBA.INV_FLAG.
Exception thrown when an invalid flag was passed to an operation (for example, when creating a DII request).
INV_FLAG() - Constructor for class org.omg.CORBA.INV_FLAG
Constructs an INV_FLAG exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INV_FLAG(String) - Constructor for class org.omg.CORBA.INV_FLAG
Constructs an INV_FLAG exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
INV_FLAG(int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_FLAG
Constructs an INV_FLAG exception with the specified minor code and completion status.
INV_FLAG(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_FLAG
Constructs an INV_FLAG exception with the specified detail message, minor code, and completion status.
INV_IDENT - exception org.omg.CORBA.INV_IDENT.
This exception indicates that an IDL identifier is syntactically invalid.
INV_IDENT() - Constructor for class org.omg.CORBA.INV_IDENT
Constructs an INV_IDENT exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INV_IDENT(String) - Constructor for class org.omg.CORBA.INV_IDENT
Constructs an INV_IDENT exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
INV_IDENT(int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_IDENT
Constructs an INV_IDENT exception with the specified minor code and completion status.
INV_IDENT(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_IDENT
Constructs an INV_IDENT exception with the specified detail message, minor code, and completion status.
INV_OBJREF - exception org.omg.CORBA.INV_OBJREF.
This exception indicates that an object reference is internally malformed.
INV_OBJREF() - Constructor for class org.omg.CORBA.INV_OBJREF
Constructs an INV_OBJREF exception with a default minor code of 0 and a completion state of COMPLETED_NO.
INV_OBJREF(String) - Constructor for class org.omg.CORBA.INV_OBJREF
Constructs an INV_OBJREF exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
INV_OBJREF(int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_OBJREF
Constructs an INV_OBJREF exception with the specified minor code and completion status.
INV_OBJREF(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_OBJREF
Constructs an INV_OBJREF exception with the specified detail message, minor code, and completion status.
INV_POLICY - exception org.omg.CORBA.INV_POLICY.
Standard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.
INV_POLICY() - Constructor for class org.omg.CORBA.INV_POLICY
Constructs a INV_POLICY exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.
INV_POLICY(String) - Constructor for class org.omg.CORBA.INV_POLICY
Constructs a INV_POLICY exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
INV_POLICY(int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_POLICY
Constructs a INV_POLICY exception with the specified minor code and completion status.
INV_POLICY(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.INV_POLICY
Constructs a INV_POLICY exception with the specified description message, minor code, and completion status.
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
IOR - class org.omg.IOP.IOR.
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available.
IOR() - Constructor for class org.omg.IOP.IOR
 
IOR(String, TaggedProfile[]) - Constructor for class org.omg.IOP.IOR
 
IORHelper - class org.omg.IOP.IORHelper.
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available.
IORHelper() - Constructor for class org.omg.IOP.IORHelper
 
IORHolder - class org.omg.IOP.IORHolder.
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available.
IORHolder() - Constructor for class org.omg.IOP.IORHolder
 
IORHolder(IOR) - Constructor for class org.omg.IOP.IORHolder
 
IORInfo - interface org.omg.PortableInterceptor.IORInfo.
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.
IORInfoOperations - interface org.omg.PortableInterceptor.IORInfoOperations.
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.
IORInterceptor - interface org.omg.PortableInterceptor.IORInterceptor.
Interceptor used to establish tagged components in the profiles within an IOR.
IORInterceptorOperations - interface org.omg.PortableInterceptor.IORInterceptorOperations.
Interceptor used to establish tagged components in the profiles within an IOR.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IRObject - interface org.omg.CORBA.IRObject.
An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.
IRObjectOperations - interface org.omg.CORBA.IRObjectOperations.
This is the Operations interface for the mapping from IRObject.
ISINDEX - Static variable in class javax.swing.text.html.HTML.Tag
 
ISMAP - Static variable in class javax.swing.text.html.HTML.Attribute
 
ISO_2A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS 2A0, 1189 x 1682 mm.
ISO_4A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS 4A0, 1682 x 2378 mm.
ISO_A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A0, 841 x 1189 mm.
ISO_A0 - Static variable in class javax.print.attribute.standard.MediaSizeName
A0 size.
ISO_A1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A1, 594 x 841 mm.
ISO_A1 - Static variable in class javax.print.attribute.standard.MediaSizeName
A1 size.
ISO_A10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A10, 26 x 37 mm.
ISO_A10 - Static variable in class javax.print.attribute.standard.MediaSizeName
A10 size.
ISO_A2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A2, 420 x 594 mm.
ISO_A2 - Static variable in class javax.print.attribute.standard.MediaSizeName
A2 size.
ISO_A3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A3, 297 x 420 mm.
ISO_A3 - Static variable in class javax.print.attribute.standard.MediaSizeName
A3 size.
ISO_A4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A4, 210 x 297 mm.
ISO_A4 - Static variable in class javax.print.attribute.standard.MediaSizeName
A4 size.
ISO_A4_TRANSPARENT - Static variable in class javax.print.attribute.standard.MediaName
A4 transparency.
ISO_A4_WHITE - Static variable in class javax.print.attribute.standard.MediaName
white A4 paper.
ISO_A5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A5, 148 x 210 mm.
ISO_A5 - Static variable in class javax.print.attribute.standard.MediaSizeName
A5 size.
ISO_A6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A6, 105 x 148 mm.
ISO_A6 - Static variable in class javax.print.attribute.standard.MediaSizeName
A6 size.
ISO_A7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A7, 74 x 105 mm.
ISO_A7 - Static variable in class javax.print.attribute.standard.MediaSizeName
A7 size.
ISO_A8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A8, 52 x 74 mm.
ISO_A8 - Static variable in class javax.print.attribute.standard.MediaSizeName
A8 size.
ISO_A9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN & JIS A9, 37 x 52 mm.
ISO_A9 - Static variable in class javax.print.attribute.standard.MediaSizeName
A9 size.
ISO_B0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B0, 1000 x 1414 mm.
ISO_B0 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B0 size.
ISO_B1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B1, 707 x 1000 mm.
ISO_B1 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B1 size.
ISO_B10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B10, 31 x 44 mm.
ISO_B10 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B10 size.
ISO_B2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B2, 500 x 707 mm.
ISO_B2 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B2 size.
ISO_B3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B3, 353 x 500 mm.
ISO_B3 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B3 size.
ISO_B4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B4, 250 x 353 mm.
ISO_B4 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B4 size.
ISO_B4_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B4.
ISO_B5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B5, 176 x 250 mm.
ISO_B5 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B5 size.
ISO_B5_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B5.
ISO_B6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B6, 125 x 176 mm.
ISO_B6 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B6 size.
ISO_B7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B7, 88 x 125 mm.
ISO_B7 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B7 size.
ISO_B8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B8, 62 x 88 mm.
ISO_B8 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B8 size.
ISO_B9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B9, 44 x 62 mm.
ISO_B9 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO B9 size.
ISO_C0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C0, 917 x 1297 mm.
ISO_C0 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C0 size.
ISO_C0_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C0.
ISO_C1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C1, 648 x 917 mm.
ISO_C1 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C1 size.
ISO_C10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C10, 28 x 40 mm.
ISO_C10_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C10.
ISO_C1_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C1.
ISO_C2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C2, 458 x 648 mm.
ISO_C2 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C2 size.
ISO_C2_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C2.
ISO_C3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C3, 324 x 458 mm.
ISO_C3 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C3 size.
ISO_C3_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C3.
ISO_C4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C4, 229 x 324 mm.
ISO_C4 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C4 size.
ISO_C4_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C4.
ISO_C5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C5, 162 x 229 mm.
ISO_C5 - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO C5 size.
ISO_C5_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C5.
ISO_C6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C6, 114 x 162 mm.
ISO_C6 - Static variable in class javax.print.attribute.standard.MediaSizeName
letter size.
ISO_C6_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C6.
ISO_C7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C7, 81 x 114 mm.
ISO_C7_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C7.
ISO_C8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C8, 57 x 81 mm.
ISO_C8_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C8.
ISO_C9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C9, 40 x 57 mm.
ISO_C9_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C9.
ISO_DESIGNATED_LONG - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO Designated Long, 110 x 220 mm.
ISO_DESIGNATED_LONG - Static variable in class javax.print.attribute.standard.MediaSizeName
ISO designated long size .
ISO_DESIGNATED_LONG_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_DESIGNATED_LONG.
IS_CLOSED_PROPERTY - Static variable in class javax.swing.JInternalFrame
Constrained property name indicating that the internal frame is closed.
IS_ICON_PROPERTY - Static variable in class javax.swing.JInternalFrame
Constrained property name indicating that the internal frame is iconified.
IS_MAXIMUM_PROPERTY - Static variable in class javax.swing.JInternalFrame
Constrained property name indicating that the internal frame is maximized.
IS_PALETTE - Static variable in class javax.swing.plaf.metal.MetalInternalFrameUI
 
IS_SELECTED_PROPERTY - Static variable in class javax.swing.JInternalFrame
Constrained property name indicated that this frame has selected status.
ITALIAN - Static variable in class java.util.Locale
Useful constant for language.
ITALIC - Static variable in class java.awt.Font
The italicized style constant.
ITALIC_ACTION - Static variable in class javax.swing.text.html.HTMLEditorKit
The italic action identifier
ITALY - Static variable in class java.awt.PageAttributes.MediaType
An alias for ITALY_ENVELOPE.
ITALY - Static variable in class java.util.Locale
Useful constant for country.
ITALY_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Italy Envelope, 110 x 230 mm.
ITALY_ENVELOPE - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the Italy envelope size, 110 mm by 230 mm.
ITALY_ENVELOPE - Static variable in class javax.print.attribute.standard.MediaSizeName
Italy envelope size .
ITEM_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST - Static variable in class java.awt.event.ItemEvent
The first number in the range of ids used for item events.
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
The last number in the range of ids used for item events.
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
This event id indicates that an item's state changed.
Icon - interface javax.swing.Icon.
A small fixed size picture, typically used to decorate components.
IconAttribute - Static variable in class javax.swing.text.StyleConstants.CharacterConstants
Name of the icon attribute.
IconAttribute - Static variable in class javax.swing.text.StyleConstants
Name of the icon attribute.
IconElementName - Static variable in class javax.swing.text.StyleConstants
Name of elements used to represent icons.
IconUIResource - class javax.swing.plaf.IconUIResource.
 
IconUIResource(Icon) - Constructor for class javax.swing.plaf.IconUIResource
Creates a UIResource icon object which wraps an existing Icon instance.
IconView - class javax.swing.text.IconView.
Icon decorator that implements the view interface.
IconView(Element) - Constructor for class javax.swing.text.IconView
Creates a new icon view that represents an element.
IdAssignmentPolicy - interface org.omg.PortableServer.IdAssignmentPolicy.
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.
IdAssignmentPolicyOperations - interface org.omg.PortableServer.IdAssignmentPolicyOperations.
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.
IdAssignmentPolicyValue - class org.omg.PortableServer.IdAssignmentPolicyValue.
The IdAssignmentPolicyValue can have the following values.
IdAssignmentPolicyValue(int) - Constructor for class org.omg.PortableServer.IdAssignmentPolicyValue
 
IdUniquenessPolicy - interface org.omg.PortableServer.IdUniquenessPolicy.
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.
IdUniquenessPolicyOperations - interface org.omg.PortableServer.IdUniquenessPolicyOperations.
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.
IdUniquenessPolicyValue - class org.omg.PortableServer.IdUniquenessPolicyValue.
IdUniquenessPolicyValue can have the following values.
IdUniquenessPolicyValue(int) - Constructor for class org.omg.PortableServer.IdUniquenessPolicyValue
 
IdentifierHelper - class org.omg.CORBA.IdentifierHelper.
The Helper for Identifier.
IdentifierHelper() - Constructor for class org.omg.CORBA.IdentifierHelper
 
Identity - class java.security.Identity.
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Identity() - Constructor for class java.security.Identity
Deprecated. Constructor for serialization only.
Identity(String, IdentityScope) - Constructor for class java.security.Identity
Deprecated. Constructs an identity with the specified name and scope.
Identity(String) - Constructor for class java.security.Identity
Deprecated. Constructs an identity with the specified name and no scope.
IdentityHashMap - class java.util.IdentityHashMap.
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Constructs a new, empty identity hash map with a default expected maximum size (21).
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Constructs a new, empty map with the specified expected maximum size.
IdentityHashMap(Map) - Constructor for class java.util.IdentityHashMap
Constructs a new identity hash map containing the keys-value mappings in the specified map.
IdentityScope - class java.security.IdentityScope.
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
IdentityScope() - Constructor for class java.security.IdentityScope
Deprecated. This constructor is used for serialization only and should not be used by subclasses.
IdentityScope(String) - Constructor for class java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name.
IdentityScope(String, IdentityScope) - Constructor for class java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name and scope.
IllegalAccessError - error java.lang.IllegalAccessError.
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - exception java.lang.IllegalAccessException.
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalBlockSizeException - exception javax.crypto.IllegalBlockSizeException.
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
IllegalBlockSizeException() - Constructor for class javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with no detail message.
IllegalBlockSizeException(String) - Constructor for class javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with the specified detail message.
IllegalBlockingModeException - exception java.nio.channels.IllegalBlockingModeException.
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.
IllegalBlockingModeException() - Constructor for class java.nio.channels.IllegalBlockingModeException
Constructs an instance of this class.
IllegalCharsetNameException - exception java.nio.charset.IllegalCharsetNameException.
Unchecked exception thrown when a string that is not a legal charset name is used as such.
IllegalCharsetNameException(String) - Constructor for class java.nio.charset.IllegalCharsetNameException
Constructs an instance of this class.
IllegalComponentStateException - exception java.awt.IllegalComponentStateException.
Signals that an AWT component is not in an appropriate state for the requested operation.
IllegalComponentStateException() - Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String) - Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalPathStateException - exception java.awt.geom.IllegalPathStateException.
The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a GeneralPath without an initial moveto.
IllegalPathStateException() - Constructor for class java.awt.geom.IllegalPathStateException
Constructs an IllegalPathStateException with no detail message.
IllegalPathStateException(String) - Constructor for class java.awt.geom.IllegalPathStateException
Constructs an IllegalPathStateException with the specified detail message.
IllegalSelectorException - exception java.nio.channels.IllegalSelectorException.
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
IllegalSelectorException() - Constructor for class j