当前页面:
在线文档首页 >
JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
I-Index (Java 2 Platform SE v1.4.1) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
I
- I -
Static variable in class javax.swing.text.html.HTML.Tag
-
- icAbsoluteColorimetric -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Rendering Intent: AbsoluteColorimetric.
- 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. - icCurveCount -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Constant: curveType count.
- icCurveData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Constant: curveType data.
- icHdrAttributes -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: device attributes.
- icHdrCmmId -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: CMM for this profile.
- icHdrColorSpace -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: color space of data.
- icHdrCreator -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: profile creator.
- icHdrDate -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: date profile was created.
- icHdrDeviceClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: type of profile.
- icHdrFlags -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: various bit settings.
- icHdrIlluminant -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: profile illuminant.
- icHdrMagic -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: icMagicNumber.
- icHdrManufacturer -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: device manufacturer.
- icHdrModel -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: device model number.
- icHdrPcs -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: PCS - XYZ or Lab only.
- icHdrPlatform -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: primary platform.
- icHdrRenderingIntent -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: rendering intent.
- icHdrSize -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: profile size in bytes.
- icHdrVersion -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Header Location: format version number.
- icon -
Variable in class javax.swing.JOptionPane
- Icon used in pane.
- icon -
Variable in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- Icon - interface javax.swing.Icon.
- A small fixed size picture, typically used to decorate components.
- ICON -
Static variable in class javax.accessibility.AccessibleRole
- A small fixed size picture, typically used to decorate components.
- 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
.
- iconable -
Variable in class javax.swing.JInternalFrame
- The frame can "iconified" (shrunk down and displayed as
an icon-image).
- IconAttribute -
Static variable in class javax.swing.text.StyleConstants
- Name of the icon attribute.
- IconAttribute -
Static variable in class javax.swing.text.StyleConstants.CharacterConstants
- Name of the icon attribute.
- iconButton -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- iconCache -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- IconElementName -
Static variable in class javax.swing.text.StyleConstants
- Name of elements used to represent icons.
- iconIcon -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- 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
-
- iconifyAction -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- iconifyFrame(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
- Removes the frame from its parent and adds its
desktopIcon
to the parent.
- iconifyFrame(JInternalFrame) -
Method in interface javax.swing.DesktopManager
- Generally, remove this frame from it's parent and add an iconic representation.
- iconifyFrame(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- This method is called when the user wants to iconify the frame.
- iconOnly -
Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
- 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.
- icPerceptual -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Rendering Intent: Perceptual.
- icRelativeColorimetric -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Rendering Intent: RelativeColorimetric.
- icSaturation -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Rendering Intent: Saturation.
- icSigAbstractClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'abst'.
- icSigAToB0Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'A2B0'.
- icSigAToB1Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'A2B1'.
- icSigAToB2Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'A2B2'.
- icSigBlueColorantTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'bXYZ'.
- icSigBlueTRCTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'bTRC'.
- icSigBToA0Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'B2A0'.
- icSigBToA1Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'B2A1'.
- icSigBToA2Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'B2A2'.
- icSigCalibrationDateTimeTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'calt'.
- icSigCharTargetTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'targ'.
- icSigChromaticityTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'chrm'.
- icSigCmyData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'CMY '.
- icSigCmykData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'CMYK'.
- icSigColorSpaceClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'spac'.
- icSigCopyrightTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'cprt'.
- icSigCrdInfoTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'crdi'.
- icSigDeviceMfgDescTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'dmnd'.
- icSigDeviceModelDescTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'dmdd'.
- icSigDeviceSettingsTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'devs'.
- icSigDisplayClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'mntr'.
- icSigGamutTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'gamt'.
- icSigGrayData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'GRAY'.
- icSigGrayTRCTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'kTRC'.
- icSigGreenColorantTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'gXYZ'.
- icSigGreenTRCTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'gTRC'.
- icSigHead -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'head' - special.
- icSigHlsData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'HLS'.
- icSigHsvData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'HSV'.
- icSigInputClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'scnr'.
- icSigLabData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'Lab '.
- icSigLinkClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'link'.
- icSigLuminanceTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'lumi'.
- icSigLuvData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'Luv '.
- icSigMeasurementTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'meas'.
- icSigMediaBlackPointTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'bkpt'.
- icSigMediaWhitePointTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'wtpt'.
- icSigNamedColor2Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'ncl2'.
- icSigNamedColorClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'nmcl'.
- icSigOutputClass -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Class Signature: 'prtr'.
- icSigOutputResponseTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'resp'.
- icSigPreview0Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'pre0'.
- icSigPreview1Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'pre1'.
- icSigPreview2Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'pre2'.
- icSigProfileDescriptionTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'desc'.
- icSigProfileSequenceDescTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'pseq'.
- icSigPs2CRD0Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'psd0'.
- icSigPs2CRD1Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'psd1'.
- icSigPs2CRD2Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'psd2'.
- icSigPs2CRD3Tag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'psd3'.
- icSigPs2CSATag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'ps2s'.
- icSigPs2RenderingIntentTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'ps2i'.
- icSigRedColorantTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'rXYZ'.
- icSigRedTRCTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'rTRC'.
- icSigRgbData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'RGB '.
- icSigScreeningDescTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'scrd'.
- icSigScreeningTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'scrn'.
- icSigSpace2CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '2CLR'.
- icSigSpace3CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '3CLR'.
- icSigSpace4CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '4CLR'.
- icSigSpace5CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '5CLR'.
- icSigSpace6CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '6CLR'.
- icSigSpace7CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '7CLR'.
- icSigSpace8CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '8CLR'.
- icSigSpace9CLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: '9CLR'.
- icSigSpaceACLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'ACLR'.
- icSigSpaceBCLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'BCLR'.
- icSigSpaceCCLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'CCLR'.
- icSigSpaceDCLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'DCLR'.
- icSigSpaceECLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'ECLR'.
- icSigSpaceFCLR -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'FCLR'.
- icSigTechnologyTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'tech'.
- icSigUcrBgTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'bfd '.
- icSigViewingCondDescTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'vued'.
- icSigViewingConditionsTag -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Tag Signature: 'view'.
- icSigXYZData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'XYZ '.
- icSigYCbCrData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'YCbr'.
- icSigYxyData -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Color Space Type Signature: 'Yxy '.
- icTagReserved -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Constant: reserved.
- icTagType -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Constant: tag type signaturE.
- icXYZNumberX -
Static variable in class java.awt.color.ICC_Profile
- ICC Profile Constant: XYZNumber X.
- id -
Variable in class java.awt.AWTEvent
- The event's id.
- id -
Variable in class java.awt.Event
- Indicates which type of event the event is, and which
other
Event
variables are relevant for the event.
- id -
Variable in class org.omg.CORBA.NameValuePair
- The name to be associated with a value by this
NameValuePair
object.
- id -
Variable in class org.omg.CORBA.ValueMember
- The repository ID of the
value
member described by
this ValueMember
object;
- id -
Variable in class org.omg.CosNaming.NameComponent
-
- id -
Variable in class org.omg.DynamicAny.NameDynAnyPair
- The name associated with the DynAny.
- id -
Variable in class org.omg.DynamicAny.NameValuePair
- The name associated with the Any.
- ID -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- ID -
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_to_reference(byte[]) -
Method in interface org.omg.PortableServer.POAOperations
- If an object with the specified Object Id value is
currently active, a reference encapsulating the
information used to activate the object is returned.
- id_to_servant(byte[]) -
Method in interface org.omg.PortableServer.POAOperations
- If the POA has the RETAIN policy and the specified
ObjectId is in the Active Object Map, this operation
returns the servant associated with that object in
the Active Object Map.
- ID_UNIQUENESS_POLICY_ID - interface org.omg.PortableServer.ID_UNIQUENESS_POLICY_ID.
- org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java .
- id() -
Static method in class org.omg.CORBA.WStringSeqHelper
-
- id() -
Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-
- id() -
Static method in class org.omg.CORBA.StringSeqHelper
-
- id() -
Static method in class org.omg.CORBA.PolicyErrorHelper
-
- id() -
Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-
- id() -
Static method in class org.omg.CORBA.ParameterModeHelper
-
- id() -
Static method in class org.omg.CORBA.WStringValueHelper
-
- id() -
Static method in class org.omg.CORBA.WCharSeqHelper
-
- id() -
Static method in class org.omg.CORBA.VisibilityHelper
-
- id() -
Static method in class org.omg.CORBA.VersionSpecHelper
-
- id() -
Static method in class org.omg.CORBA.ValueMemberHelper
-
- id() -
Static method in class org.omg.CORBA.ValueBaseHelper
-
- id() -
Static method in class org.omg.CORBA.UnionMemberHelper
-
- id() -
Static method in class org.omg.CORBA.UShortSeqHelper
-
- id() -
Static method in class org.omg.CORBA.ULongSeqHelper
-
- id() -
Static method in class org.omg.CORBA.ULongLongSeqHelper
-
- id() -
Static method in class org.omg.CORBA.StructMemberHelper
-
- id() -
Static method in class org.omg.CORBA.StringValueHelper
-
- id() -
Static method in class org.omg.CORBA.ShortSeqHelper
-
- id() -
Static method in class org.omg.CORBA.SetOverrideTypeHelper
-
- id() -
Static method in class org.omg.CORBA.RepositoryIdHelper
-
- id() -
Static method in class org.omg.CORBA.PolicyListHelper
-
- id() -
Static method in class org.omg.CORBA.PolicyTypeHelper
-
- id() -
Static method in class org.omg.CORBA.PolicyHelper
-
- id() -
Static method in class org.omg.CORBA.OctetSeqHelper
-
- id() -
Static method in class org.omg.CORBA.NameValuePairHelper
-
- id() -
Static method in class org.omg.CORBA.LongSeqHelper
-
- id() -
Static method in class org.omg.CORBA.LongLongSeqHelper
-
- id() -
Static method in class org.omg.CORBA.IdentifierHelper
-
- id() -
Static method in class org.omg.CORBA.IDLTypeHelper
-
- id() -
Static method in class org.omg.CORBA.FloatSeqHelper
-
- id() -
Static method in class org.omg.CORBA.FieldNameHelper
-
- id() -
Static method in class org.omg.CORBA.DoubleSeqHelper
-
- id() -
Static method in class org.omg.CORBA.DefinitionKindHelper
-
- id() -
Static method in class org.omg.CORBA.CurrentHelper
-
- id() -
Static method in class org.omg.CORBA.CompletionStatusHelper
-
- id() -
Static method in class org.omg.CORBA.CharSeqHelper
-
- id() -
Static method in class org.omg.CORBA.BooleanSeqHelper
-
- id() -
Static method in class org.omg.CORBA.AnySeqHelper
-
- id() -
Static method in class org.omg.CORBA.ServiceDetailHelper
-
- id() -
Static method in class org.omg.CORBA.ObjectHelper
-
- id() -
Static method in class org.omg.CORBA.ServiceInformationHelper
-
- id() -
Static method in class org.omg.CORBA.WrongTransactionHelper
-
- id() -
Method in class org.omg.CORBA.TypeCode
- Retrieves the RepositoryId globally identifying the type
of this
TypeCode
object.
- id() -
Static method in class org.omg.CosNaming.NamingContextExtHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextHelper
-
- id() -
Static method in class org.omg.CosNaming.NameHelper
-
- id() -
Static method in class org.omg.CosNaming.NameComponentHelper
-
- id() -
Static method in class org.omg.CosNaming.BindingTypeHelper
-
- id() -
Static method in class org.omg.CosNaming.BindingListHelper
-
- id() -
Static method in class org.omg.CosNaming.BindingIteratorHelper
-
- id() -
Static method in class org.omg.CosNaming.BindingHelper
-
- id() -
Static method in class org.omg.CosNaming.IstringHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
- id() -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
- id() -
Static method in class org.omg.PortableServer.ServantLocatorHelper
-
- id() -
Static method in class org.omg.PortableServer.ServantActivatorHelper
-
- id() -
Static method in class org.omg.PortableServer.POAHelper
-
- id() -
Static method in class org.omg.PortableServer.ForwardRequestHelper
-
- id() -
Static method in class org.omg.PortableServer.CurrentHelper
-
- id() -
Method in interface org.omg.PortableServer.POAOperations
- This returns the unique id of the POA in the process in which it
is created.
- id() -
Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-
- id() -
Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-
- id() -
Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.CurrentHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
- id() -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-
- id() -
Static method in class org.omg.Messaging.SyncScopeHelper
-
- id() -
Static method in class org.omg.IOP.TaggedProfileHelper
-
- id() -
Static method in class org.omg.IOP.TaggedComponentHelper
-
- id() -
Static method in class org.omg.IOP.ServiceIdHelper
-
- id() -
Static method in class org.omg.IOP.ServiceContextListHelper
-
- id() -
Static method in class org.omg.IOP.ServiceContextHelper
-
- id() -
Static method in class org.omg.IOP.ProfileIdHelper
-
- id() -
Static method in class org.omg.IOP.MultipleComponentProfileHelper
-
- id() -
Static method in class org.omg.IOP.IORHelper
-
- id() -
Static method in class org.omg.IOP.ComponentIdHelper
-
- id() -
Static method in class org.omg.IOP.CodecFactoryHelper
-
- id() -
Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
- id() -
Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
- id() -
Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
- id() -
Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-
- id() -
Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-
- id() -
Static method in class org.omg.DynamicAny.NameValuePairHelper
-
- id() -
Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynSequenceHelper
-
- id() -
Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
-
- id() -
Static method in class org.omg.DynamicAny.FieldNameHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynFixedHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynEnumHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnySeqHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynArrayHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynValueHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnyHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynUnionHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynStructHelper
-
- id() -
Static method in class org.omg.DynamicAny.AnySeqHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
- id() -
Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
- 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
-
- IDENTICAL -
Static variable in class java.text.Collator
- Collator strength value.
- identifier -
Variable in class javax.swing.table.TableColumn
- This object is not used internally by the drawing machinery of
the
JTable
; identifiers may be set in the
TableColumn
as as an
optional way to tag and locate table columns.
- IdentifierHelper - class org.omg.CORBA.IdentifierHelper.
- The Helper for Identifier.
- IdentifierHelper() -
Constructor for class org.omg.CORBA.IdentifierHelper
-
- identities() -
Method in class java.security.IdentityScope
- Deprecated. Returns an enumeration of all identities in this identity scope.
- 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) -
Constructor for class java.security.Identity
- Deprecated. Constructs an identity with the specified name and no scope.
- Identity(String, IdentityScope) -
Constructor for class java.security.Identity
- Deprecated. Constructs an identity with the specified name and scope.
- identityEquals(Identity) -
Method in class java.security.Identity
- Deprecated. Tests for equality between the specified identity and this identity.
- identityHashCode(Object) -
Static method in class java.lang.System
- Returns the same hash code for the given object as
would be returned by the default method hashCode(),
whether or not the given object's class overrides
hashCode().
- 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.
- 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
-
- 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
-
- 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.
- ifModifiedSince -
Variable in class java.net.URLConnection
- Some protocols support skipping the fetching of the object unless
the object has been modified more recently than a certain time.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.ContentHandler
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
- Adapt a SAX2 ignorable whitespace event.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an ignorable whitespace event.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.ParserAdapter
- Adapt a SAX1 ignorable whitespace event.
- ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of ignorable whitespace in element content.
- 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
-
- ignoreMetadata -
Variable in class javax.imageio.ImageReader
true
if the current input source has been marked
as allowing metadata to be ignored by setInput
.
- 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(Raster, List, IIOMetadata) -
Constructor for class javax.imageio.IIOImage
- Constructs an
IIOImage
containing a
Raster
, and thumbnails and metadata
associated with it.
- IIOImage(RenderedImage, List, IIOMetadata) -
Constructor for class javax.imageio.IIOImage
- Constructs an
IIOImage
containing a
RenderedImage
, 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
IIOMetadataNode
s 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() -
Constructor for class javax.imageio.spi.IIOServiceProvider
- Constructs a blank
IIOServiceProvider
.
- IIOServiceProvider(String, String) -
Constructor for class javax.imageio.spi.IIOServiceProvider
- Constructs an
IIOServiceProvider
with a given
vendor name and version identifier.
- 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). - 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.
- 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.
- 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.
- 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 java.nio.channels.IllegalSelectorException
- Constructs an instance of this class.
- IllegalStateException - exception java.lang.IllegalStateException.
- Signals that a method has been invoked at an illegal or
inappropriate time.
- IllegalStateException() -
Constructor for class java.lang.IllegalStateException
- Constructs an IllegalStateException with no detail message.
- IllegalStateException(String) -
Constructor for class java.lang.IllegalStateException
- Constructs an IllegalStateException with the specified detail
message.
- IllegalThreadStateException - exception java.lang.IllegalThreadStateException.
- Thrown to indicate that a thread is not in an appropriate state
for the requested operation.
- IllegalThreadStateException() -
Constructor for class java.lang.IllegalThreadStateException
- Constructs an
IllegalThreadStateException
with no
detail message.
- IllegalThreadStateException(String) -
Constructor for class java.lang.IllegalThreadStateException
- Constructs an
IllegalThreadStateException
with the
specified detail message.
- image -
Variable in class javax.imageio.IIOImage
- The
RenderedImage
being referenced.
- Image - class java.awt.Image.
- The abstract class
Image
is the superclass of all
classes that represent graphical images. - 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.
- Image() -
Constructor for class java.awt.Image
-
- IMAGEABORTED -
Static variable in interface java.awt.image.ImageConsumer
- The image creation process was deliberately aborted.
- ImageCapabilities - class java.awt.ImageCapabilities.
- Capabilities and properties of images.
- ImageCapabilities(boolean) -
Constructor for class java.awt.ImageCapabilities
- Creates a new object for specifying image capabilities.
- imageComplete(ImageReader) -
Method in interface javax.imageio.event.IIOReadProgressListener
- Reports that the current image read operation has completed.
- imageComplete(ImageWriter) -
Method in interface javax.imageio.event.IIOWriteProgressListener
- Reports that the image write operation has completed.
- imageComplete(int) -
Method in class java.awt.image.BufferedImageFilter
- Filters the information provided in the
imageComplete
method of the ImageConsumer
interface.
- imageComplete(int) -
Method in class java.awt.image.PixelGrabber
- The imageComplete method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- imageComplete(int) -
Method in class java.awt.image.ImageFilter
- Filters the information provided in the imageComplete method of
the ImageConsumer interface.
- imageComplete(int) -
Method in interface java.awt.image.ImageConsumer
- The imageComplete method is called when the ImageProducer is
finished delivering all of the pixels that the source image
contains, or when a single frame of a multi-frame animation has
been completed, or when an error in loading or producing the
image has occured.
- ImageConsumer - interface java.awt.image.ImageConsumer.
- The interface for objects expressing interest in image data through
the ImageProducer interfaces.
- IMAGEERROR -
Static variable in interface java.awt.image.ImageConsumer
- An error was encountered while producing the image.
- ImageFilter - class java.awt.image.ImageFilter.
- This class implements a filter for the set of interface methods that
are used to deliver data from an ImageProducer to an ImageConsumer.
- ImageFilter() -
Constructor for class java.awt.image.ImageFilter
-
- imageFlavor -
Static variable in class java.awt.datatransfer.DataFlavor
- The
DataFlavor
representing a Java Image class,
where:
- ImageGraphicAttribute - class java.awt.font.ImageGraphicAttribute.
- The
ImageGraphicAttribute
class is an implementation of
GraphicAttribute
which draws images in
a TextLayout
. - ImageGraphicAttribute(Image, int) -
Constructor for class java.awt.font.ImageGraphicAttribute
- Constucts an
ImageGraphicAttribute
from the specified
Image
.
- ImageGraphicAttribute(Image, int, float, float) -
Constructor for class java.awt.font.ImageGraphicAttribute
- Constructs an
ImageGraphicAttribute
from the specified
Image
.
- ImageIcon - class javax.swing.ImageIcon.
- An implementation of the Icon interface that paints Icons
from Images.
- ImageIcon.AccessibleImageIcon - class javax.swing.ImageIcon.AccessibleImageIcon.
- This class implements accessibility support for the
ImageIcon
class. - ImageIcon.AccessibleImageIcon() -
Constructor for class javax.swing.ImageIcon.AccessibleImageIcon
-
- ImageIcon() -
Constructor for class javax.swing.ImageIcon
- Creates an uninitialized image icon.
- ImageIcon(byte[]) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from an array of bytes which were
read from an image file containing a supported image format,
such as GIF or JPEG.
- ImageIcon(byte[], String) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from an array of bytes which were
read from an image file containing a supported image format,
such as GIF or JPEG.
- ImageIcon(Image) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from an image object.
- ImageIcon(Image, String) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from the image.
- ImageIcon(String) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from the specified file.
- ImageIcon(String, String) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from the specified file.
- ImageIcon(URL) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from the specified URL.
- ImageIcon(URL, String) -
Constructor for class javax.swing.ImageIcon
- Creates an ImageIcon from the specified URL.
- ImageInputStream - interface javax.imageio.stream.ImageInputStream.
- A seekable input stream interface for use by
ImageReader
s. - ImageInputStreamImpl - class javax.imageio.stream.ImageInputStreamImpl.
- An abstract class implementing the
ImageInputStream
interface. - ImageInputStreamImpl() -
Constructor for class javax.imageio.stream.ImageInputStreamImpl
- Constructs an
ImageInputStreamImpl
.
- ImageInputStreamSpi - class javax.imageio.spi.ImageInputStreamSpi.
- The service provider interface (SPI) for
ImageInputStream
s. - ImageInputStreamSpi() -
Constructor for class javax.imageio.spi.ImageInputStreamSpi
- Constructs a blank
ImageInputStreamSpi
.
- ImageInputStreamSpi(String, String, Class) -
Constructor for class javax.imageio.spi.ImageInputStreamSpi
- Constructs an
ImageInputStreamSpi
with a given set
of values.
- ImageIO - class javax.imageio.ImageIO.
- A class containing static convenience methods for locating
ImageReader
s and ImageWriter
s, and
performing simple encoding and decoding. - ImageObserver - interface java.awt.image.ImageObserver.
- An asynchronous update interface for receiving notifications about
Image information as the Image is constructed.
- ImageOutputStream - interface javax.imageio.stream.ImageOutputStream.
- A seekable output stream interface for use by
ImageWriter
s. - ImageOutputStreamImpl - class javax.imageio.stream.ImageOutputStreamImpl.
- An abstract class implementing the
ImageOutputStream
interface. - ImageOutputStreamImpl() -
Constructor for class javax.imageio.stream.ImageOutputStreamImpl
- Constructs an
ImageOutputStreamImpl
.
- ImageOutputStreamSpi - class javax.imageio.spi.ImageOutputStreamSpi.
- The service provider interface (SPI) for
ImageOutputStream
s. - ImageOutputStreamSpi() -
Constructor for class javax.imageio.spi.ImageOutputStreamSpi
- Constructs a blank
ImageOutputStreamSpi
.
- ImageOutputStreamSpi(String, String, Class) -
Constructor for class javax.imageio.spi.ImageOutputStreamSpi
- Constructs an
ImageOutputStreamSpi
with a given
set of values.
- ImageProducer - interface java.awt.image.ImageProducer.
- The interface for objects which can produce the image data for Images.
- imageProgress(ImageReader, float) -
Method in interface javax.imageio.event.IIOReadProgressListener
- Reports the approximate degree of completion of the current
read
call of the associated
ImageReader
.
- imageProgress(ImageWriter, float) -
Method in interface javax.imageio.event.IIOWriteProgressListener
- Reports the approximate degree of completion of the current
write
call within the associated
ImageWriter
.
- ImageReader - class javax.imageio.ImageReader.
- An abstract superclass for parsing and decoding of images.
- ImageReader(ImageReaderSpi) -
Constructor for class javax.imageio.ImageReader
- Constructs an
ImageReader
and sets its
originatingProvider
field to the supplied value.
- ImageReaderSpi - class javax.imageio.spi.ImageReaderSpi.
- The service provider interface (SPI) for
ImageReader
s. - ImageReaderSpi() -
Constructor for class javax.imageio.spi.ImageReaderSpi
- Constructs a blank
ImageReaderSpi
.
- ImageReaderSpi(String, String, String[], String[], String[], String, Class[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) -
Constructor for class javax.imageio.spi.ImageReaderSpi
- Constructs an
ImageReaderSpi
with a given
set of values.
- ImageReaderWriterSpi - class javax.imageio.spi.ImageReaderWriterSpi.
- A superclass containing instance variables and methods common to
ImageReaderSpi
and ImageWriterSpi
. - ImageReaderWriterSpi() -
Constructor for class javax.imageio.spi.ImageReaderWriterSpi
- Constructs a blank
ImageReaderWriterSpi
.
- ImageReaderWriterSpi(String, String, String[], String[], String[], String, boolean, String, String, String[], String[], boolean, String, String, String[], String[]) -
Constructor for class javax.imageio.spi.ImageReaderWriterSpi
- Constructs an
ImageReaderWriterSpi
with a given
set of values.
- ImageReadParam - class javax.imageio.ImageReadParam.
- A class describing how a stream is to be decoded.
- ImageReadParam() -
Constructor for class javax.imageio.ImageReadParam
- Constructs an
ImageReadParam
.
- imageStarted(ImageReader, int) -
Method in interface javax.imageio.event.IIOReadProgressListener
- Reports that an image read operation is beginning.
- imageStarted(ImageWriter, int) -
Method in interface javax.imageio.event.IIOWriteProgressListener
- Reports that an image write operation is beginning.
- imageSubmit(String) -
Method in class javax.swing.text.html.FormView
- This method is called to submit a form in response
to a click on an image -- an <INPUT> form
element of type "image".
- ImageTranscoder - interface javax.imageio.ImageTranscoder.
- An interface providing metadata transcoding capability.
- ImageTranscoderSpi - class javax.imageio.spi.ImageTranscoderSpi.
- The service provider interface (SPI) for
ImageTranscoder
s. - ImageTranscoderSpi() -
Constructor for class javax.imageio.spi.ImageTranscoderSpi
- Constructs a blank
ImageTranscoderSpi
.
- ImageTranscoderSpi(String, String) -
Constructor for class javax.imageio.spi.ImageTranscoderSpi
- Constructs an
ImageTranscoderSpi
with a given set
of values.
- ImageTypeSpecifier - class javax.imageio.ImageTypeSpecifier.
- A class that allows the format of an image (in particular, its
SampleModel
and ColorModel
) to be
specified in a convenient manner. - ImageTypeSpecifier(ColorModel, SampleModel) -
Constructor for class javax.imageio.ImageTypeSpecifier
- Constructs an
ImageTypeSpecifier
directly
from a ColorModel
and a SampleModel
.
- ImageTypeSpecifier(RenderedImage) -
Constructor for class javax.imageio.ImageTypeSpecifier
- Constructs an
ImageTypeSpecifier
from a
RenderedImage
.
- imageUpdate(Image, int, int, int, int, int) -
Method in class java.awt.Component
- Repaints the component when the image has changed.
- imageUpdate(Image, int, int, int, int, int) -
Method in interface java.awt.image.ImageObserver
- This method is called when information about an image which was
previously requested using an asynchronous interface becomes
available.
- imageUpdate(Image, int, int, int, int, int) -
Method in class javax.swing.JLabel
- This is overridden to return false if the current Icon's Image is
not equal to the passed in Image
img
.
- imageUpdate(Image, int, int, int, int, int) -
Method in class javax.swing.AbstractButton
- This is overridden to return false if the current
Icon
's
Image
is not equal to the
passed in Image
img
.
- imageUpdate(ImageReader, BufferedImage, int, int, int, int, int, int, int[]) -
Method in interface javax.imageio.event.IIOReadUpdateListener
- Reports that a given region of the image has been updated.
- ImageView - class javax.swing.text.html.ImageView.
- View of an Image, intended to support the HTML <IMG> tag.
- ImageView(Element) -
Constructor for class javax.swing.text.html.ImageView
- Creates a new view that represents an IMG element.
- ImageWriteParam - class javax.imageio.ImageWriteParam.
- A class describing how a stream is to be encoded.
- ImageWriteParam() -
Constructor for class javax.imageio.ImageWriteParam
- Constructs an empty
ImageWriteParam
.
- ImageWriteParam(Locale) -
Constructor for class javax.imageio.ImageWriteParam
- Constructs an
ImageWriteParam
set to use a
given Locale
.
- ImageWriter - class javax.imageio.ImageWriter.
- An abstract superclass for encoding and writing images.
- ImageWriter(ImageWriterSpi) -
Constructor for class javax.imageio.ImageWriter
- Constructs an
ImageWriter
and sets its
originatingProvider
instance variable to the
supplied value.
- ImageWriterSpi - class javax.imageio.spi.ImageWriterSpi.
- The service provider interface (SPI) for
ImageWriter
s. - ImageWriterSpi() -
Constructor for class javax.imageio.spi.ImageWriterSpi
- Constructs a blank
ImageWriterSpi
.
- ImageWriterSpi(String, String, String[], String[], String[], String, Class[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) -
Constructor for class javax.imageio.spi.ImageWriterSpi
- Constructs an
ImageWriterSpi
with a given
set of values.
- ImagingOpException - exception java.awt.image.ImagingOpException.
- The
ImagingOpException
is thrown if one of the
BufferedImageOp
or RasterOp
filter methods cannot
process the image. - ImagingOpException(String) -
Constructor for class java.awt.image.ImagingOpException
- Constructs an
ImagingOpException
object with the
specified message.
- 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.
- 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(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) -
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(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.
- impl -
Variable in class javax.naming.CompoundName
- Implementation of this compound name.
- implAccept(Socket) -
Method in class java.net.ServerSocket
- Subclasses of ServerSocket use this method to override accept()
to return their own subclass of socket.
- implCloseChannel() -
Method in class java.nio.channels.spi.AbstractSelectableChannel
- Closes this channel.
- implCloseChannel() -
Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Closes this channel.
- implCloseSelectableChannel() -
Method in class java.nio.channels.spi.AbstractSelectableChannel
- Closes this selectable channel.
- implCloseSelector() -
Method in class java.nio.channels.spi.AbstractSelector
- Closes this selector.
- implConfigureBlocking(boolean) -
Method in class java.nio.channels.spi.AbstractSelectableChannel
- Adjusts this channel's blocking mode.
- 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.
- implFlush(ByteBuffer) -
Method in class java.nio.charset.CharsetEncoder
- Flushes this encoder.
- implFlush(CharBuffer) -
Method in class java.nio.charset.CharsetDecoder
- Flushes this decoder.
- 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 .
- ImplicitActivationPolicy - interface org.omg.PortableServer.ImplicitActivationPolicy.
- This policy specifies whether implicit activation
of servants is supported in the created POA.
- ImplicitActivationPolicyOperations - interface org.omg.PortableServer.ImplicitActivationPolicyOperations.
- This policy specifies whether implicit activation
of servants is supported in the created POA.
- ImplicitActivationPolicyValue - class org.omg.PortableServer.ImplicitActivationPolicyValue.
- ImplicitActivationPolicyValue has the following
semantics.
- ImplicitActivationPolicyValue(int) -
Constructor for class org.omg.PortableServer.ImplicitActivationPolicyValue
-
- 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
-
- implies(CodeSource) -
Method in class java.security.CodeSource
- Returns true if this CodeSource object "implies" the specified CodeSource.
- implies(Permission) -
Method in class java.io.FilePermission
- Checks if this FilePermission object "implies" the specified permission.
- implies(Permission) -
Method in class java.net.SocketPermission
- Checks if this socket permission object "implies" the
specified permission.
- implies(Permission) -
Method in class java.security.UnresolvedPermission
- This method always returns false for unresolved permissions.
- implies(Permission) -
Method in class java.security.Permissions
- Checks to see if this object's PermissionCollection for permissions of
the specified permission's type implies the permissions
expressed in the permission object.
- implies(Permission) -
Method in class java.security.AllPermission
- Checks if the specified permission is "implied" by
this object.
- implies(Permission) -
Method in class java.security.ProtectionDomain
- Check and see if this ProtectionDomain implies the permissions
expressed in the Permission object.
- implies(Permission) -
Method in class java.security.PermissionCollection
- Checks to see if the specified permission is implied by
the collection of Permission objects held in this PermissionCollection.
- implies(Permission) -
Method in class java.security.Permission
- Checks if the specified permission's actions are "implied by"
this object's actions.
- implies(Permission) -
Method in class java.security.BasicPermission
- Checks if the specified permission is "implied" by
this object.
- implies(Permission) -
Method in class java.util.PropertyPermission
- Checks if this PropertyPermission object "implies" the specified
permission.
- implies(Permission) -
Method in class javax.security.auth.PrivateCredentialPermission
- Checks if this
PrivateCredentialPermission
implies
the specified Permission
.
- implies(Permission) -
Method in class javax.security.auth.kerberos.ServicePermission
- Checks if this Kerberos service permission object "implies" the
specified permission.
- implies(Permission) -
Method in class javax.security.auth.kerberos.DelegationPermission
- Checks if this Kerberos delegation permission object "implies" the
specified permission.
- implies(ProtectionDomain, Permission) -
Method in class java.security.Policy
- Evaluates the global policy for the permissions granted to
the ProtectionDomain and tests whether the permission is
granted.
- implOnMalformedInput(CodingErrorAction) -
Method in class java.nio.charset.CharsetDecoder
- Reports a change to this decoder's malformed-input action.
- implOnMalformedInput(CodingErrorAction) -
Method in class java.nio.charset.CharsetEncoder
- Reports a change to this encoder's malformed-input action.
- implOnUnmappableCharacter(CodingErrorAction) -
Method in class java.nio.charset.CharsetDecoder
- Reports a change to this decoder's unmappable-character action.
- implOnUnmappableCharacter(CodingErrorAction) -
Method in class java.nio.charset.CharsetEncoder
- Reports a change to this encoder's unmappable-character action.
- implReplaceWith(byte[]) -
Method in class java.nio.charset.CharsetEncoder
- Reports a change to this encoder's replacement value.
- implReplaceWith(String) -
Method in class java.nio.charset.CharsetDecoder
- Reports a change to this decoder's replacement value.
- implReset() -
Method in class java.nio.charset.CharsetDecoder
- Resets this decoder, clearing any charset-specific internal state.
- implReset() -
Method in class java.nio.charset.CharsetEncoder
- Resets this encoder, clearing any charset-specific internal state.
- importData(JComponent, Transferable) -
Method in class javax.swing.TransferHandler
- Causes a transfer to a component from a clipboard or a
DND drop operation.
- importedKeyCascade -
Static variable in interface java.sql.DatabaseMetaData
- For the column
UPDATE_RULE
,
indicates that
when the primary key is updated, the foreign key (imported key)
is changed to agree with it.
- importedKeyInitiallyDeferred -
Static variable in interface java.sql.DatabaseMetaData
- Indicates deferrability.
- importedKeyInitiallyImmediate -
Static variable in interface java.sql.DatabaseMetaData
- Indicates deferrability.
- importedKeyNoAction -
Static variable in interface java.sql.DatabaseMetaData
- For the columns
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key has been imported, it cannot be updated or deleted.
- importedKeyNotDeferrable -
Static variable in interface java.sql.DatabaseMetaData
- Indicates deferrability.
- importedKeyRestrict -
Static variable in interface java.sql.DatabaseMetaData
- For the column
UPDATE_RULE
, indicates that
a primary key may not be updated if it has been imported by
another table as a foreign key.
- importedKeySetDefault -
Static variable in interface java.sql.DatabaseMetaData
- For the columns
UPDATE_RULE
and DELETE_RULE
, indicates that
if the primary key is updated or deleted, the foreign key (imported key)
is set to the default value.
- importedKeySetNull -
Static variable in interface java.sql.DatabaseMetaData
- For the columns
UPDATE_RULE
and DELETE_RULE
, indicates that
when the primary key is updated or deleted, the foreign key (imported key)
is changed to NULL
.
- importNode(Node, boolean) -
Method in interface org.w3c.dom.Document
- Imports a node from another document to this document.
- importPreferences(InputStream) -
Static method in class java.util.prefs.Preferences
- Imports all of the preferences represented by the XML document on the
specified input stream.
- importStyleSheet(URL) -
Method in class javax.swing.text.html.StyleSheet
- Imports a style sheet from
url
.
- in -
Variable in class java.io.FilterReader
- The underlying character-input stream, or null if the stream has been
closed.
- in -
Variable in class java.io.PipedInputStream
- The index of the position in the circular buffer at which the
next byte of data will be stored when received from the connected
piped output stream.
- in -
Variable in class java.io.FilterInputStream
- The input stream to be filtered.
- in -
Static variable in class java.io.FileDescriptor
- A handle to the standard input stream.
- in -
Static variable in class java.lang.System
- The "standard" input stream.
- 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.
- inactive(ActivationID) -
Static method in class java.rmi.activation.Activatable
- Informs the system that the object with the corresponding activation
id
is currently inactive.
- inactiveCaption -
Static variable in class java.awt.SystemColor
- The color rendered for the window-title background of inactive windows.
- inactiveCaptionBorder -
Static variable in class java.awt.SystemColor
- The color rendered for the border around inactive windows.
- inactiveCaptionText -
Static variable in class java.awt.SystemColor
- The color rendered for the window-title text of inactive windows.
- inactiveGroup() -
Method in class java.rmi.activation.ActivationGroup
- This protected method is necessary for subclasses to
make the
inactiveGroup
callback to the group's
monitor.
- inactiveGroup(ActivationGroupID, long) -
Method in interface java.rmi.activation.ActivationMonitor
- Informs that the group is now inactive.
- inactiveObject(ActivationID) -
Method in class java.rmi.activation.ActivationGroup
- The group's
inactiveObject
method is called
indirectly via a call to the Activatable.inactive
method.
- inactiveObject(ActivationID) -
Method in interface java.rmi.activation.ActivationMonitor
- An activation group calls its monitor's
inactiveObject
method when an object in its group
becomes inactive (deactivates).
- incarnate(byte[], POA) -
Method in class org.omg.PortableServer._ServantActivatorStub
- This operation is invoked by the POA whenever the
POA receives a request for an object that is not
currently active, assuming the POA has the
USE_SERVANT_MANAGER and RETAIN policies.
- incarnate(byte[], POA) -
Method in interface org.omg.PortableServer.ServantActivatorOperations
- This operation is invoked by the POA whenever the
POA receives a request for an object that is not
currently active, assuming the POA has the
USE_SERVANT_MANAGER and RETAIN policies.
- 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).
- inCheck -
Variable in class java.lang.SecurityManager
- Deprecated. This type of security checking is not recommended.
It is recommended that the
checkPermission
call be used instead.
- inClass(String) -
Method in class java.lang.SecurityManager
- Deprecated. This type of security checking is not recommended.
It is recommended that the
checkPermission
call be used instead.
- inClassLoader() -
Method in class java.lang.SecurityManager
- Deprecated. This type of security checking is not recommended.
It is recommended that the
checkPermission
call be used instead.
- inclusions -
Variable in class javax.swing.text.html.parser.Element
-
- IncompatibleClassChangeError - error java.lang.IncompatibleClassChangeError.
- Thrown when an incompatible class change has occurred to some class
definition.
- IncompatibleClassChangeError() -
Constructor for class java.lang.IncompatibleClassChangeError
- Constructs an
IncompatibleClassChangeError
with no
detail message.
- IncompatibleClassChangeError(String) -
Constructor for class java.lang.IncompatibleClassChangeError
- Constructs an
IncompatibleClassChangeError
with the
specified detail message.
- InconsistentTypeCode - exception org.omg.CORBA.ORBPackage.InconsistentTypeCode.
- InconsistentTypeCode is thrown when an attempt is made to create a
dynamic any with a type code that does not match the particular
subclass of
DynAny
. - InconsistentTypeCode - exception org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode.
- org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java .
- InconsistentTypeCode() -
Constructor for class org.omg.CORBA.ORBPackage.InconsistentTypeCode
- Constructs an
InconsistentTypeCode
user exception
with no reason message.
- InconsistentTypeCode() -
Constructor for class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode
-
- InconsistentTypeCode(String) -
Constructor for class org.omg.CORBA.ORBPackage.InconsistentTypeCode
- Constructs an
InconsistentTypeCode
user exception
with the specified reason message.
- InconsistentTypeCode(String) -
Constructor for class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode
-
- InconsistentTypeCodeHelper - class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper.
- org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java .
- InconsistentTypeCodeHelper() -
Constructor for class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
- incrButton -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- INCREASE_HIGHLIGHT -
Static variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- increaseButton -
Variable in class javax.swing.plaf.metal.MetalScrollBarUI
-
- incrementAnimationIndex() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Sets the index of the current animation frame,
to the next valid value,
which results in the progress bar being repainted.
- incrIndent() -
Method in class javax.swing.text.AbstractWriter
- Increments the indent level.
- inDaylightTime(Date) -
Method in class java.util.SimpleTimeZone
- Queries if the given date is in daylight saving time.
- inDaylightTime(Date) -
Method in class java.util.TimeZone
- Queries if the given date is in daylight savings time in
this time zone.
- 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".
- indent() -
Method in class javax.swing.text.AbstractWriter
- Does indentation.
- index -
Variable in class javax.swing.text.html.parser.Element
-
- index -
Variable in class org.omg.PortableServer.POAPackage.InvalidPolicy
-
- INDEX_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If index or size is negative, or greater than the allowed value
- indexAtLocation(int, int) -
Method in class javax.swing.JTabbedPane
- Returns the tab index corresponding to the tab whose bounds
intersect the specified location.
- IndexColorModel - class java.awt.image.IndexColorModel.
- The
IndexColorModel
class is a ColorModel
class that works with pixel values consisting of a
single sample which is an index into a fixed colormap in the default
sRGB ColorSpace. - IndexColorModel(int, int, byte[], byte[], byte[]) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from the specified
arrays of red, green, and blue components.
- IndexColorModel(int, int, byte[], byte[], byte[], byte[]) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from the given
arrays of red, green, blue and alpha components.
- IndexColorModel(int, int, byte[], byte[], byte[], int) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from the given arrays
of red, green, and blue components.
- IndexColorModel(int, int, byte[], int, boolean) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from a single
array of interleaved red, green, blue and optional alpha
components.
- IndexColorModel(int, int, byte[], int, boolean, int) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from a single array of
interleaved red, green, blue and optional alpha components.
- IndexColorModel(int, int, int[], int, boolean, int, int) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from an array of
ints where each int is comprised of red, green, blue, and
optional alpha components in the default RGB color model format.
- IndexColorModel(int, int, int[], int, int, BigInteger) -
Constructor for class java.awt.image.IndexColorModel
- Constructs an
IndexColorModel
from an
int
array where each int
is
comprised of red, green, blue, and alpha
components in the default RGB color model format.
- IndexedPropertyDescriptor - class java.beans.IndexedPropertyDescriptor.
- An IndexedPropertyDescriptor describes a property that acts like an
array and has an indexed read and/or indexed write method to access
specific elements of the array.
- IndexedPropertyDescriptor(String, Class) -
Constructor for class java.beans.IndexedPropertyDescriptor
- This constructor constructs an IndexedPropertyDescriptor for a property
that follows the standard Java conventions by having getFoo and setFoo
accessor methods, for both indexed access and array access.
- IndexedPropertyDescriptor(String, Class, String, String, String, String) -
Constructor for class java.beans.IndexedPropertyDescriptor
- This constructor takes the name of a simple property, and method
names for reading and writing the property, both indexed
and non-indexed.
- IndexedPropertyDescriptor(String, Method, Method, Method, Method) -
Constructor for class java.beans.IndexedPropertyDescriptor
- This constructor takes the name of a simple property, and Method
objects for reading and writing the property.
- indexOf(int) -
Method in class java.lang.String
- Returns the index within this string of the first occurrence of the
specified character.
- indexOf(int, int) -
Method in class java.lang.String
- Returns the index within this string of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(Object) -
Method in class java.util.LinkedList
- Returns the index in this list of the first occurrence of the
specified element, or -1 if the List does not contain this
element.
- indexOf(Object) -
Method in class java.util.ArrayList
- Searches for the first occurence of the given argument, testing
for equality using the equals method.
- indexOf(Object) -
Method in interface java.util.List
- Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- indexOf(Object) -
Method in class java.util.AbstractList
- Returns the index in this list of the first occurence of the specified
element, or -1 if the list does not contain this element.
- indexOf(Object) -
Method in class java.util.Vector
- Searches for the first occurence of the given argument, testing
for equality using the
equals
method.
- indexOf(Object) -
Method in class javax.swing.DefaultListModel
- Searches for the first occurrence of
elem
.
- indexOf(Object) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- indexOf(Object, int) -
Method in class java.util.Vector
- Searches for the first occurence of the given argument, beginning
the search at
index
, and testing for equality using
the equals
method.
- indexOf(Object, int) -
Method in class javax.swing.DefaultListModel
- Searches for the first occurrence of
elem
, beginning
the search at index
.
- indexOf(String) -
Method in class java.lang.StringBuffer
- Returns the index within this string of the first occurrence of the
specified substring.
- indexOf(String) -
Method in class java.lang.String
- Returns the index within this string of the first occurrence of the
specified substring.
- indexOf(String, int) -
Method in class java.lang.StringBuffer
- Returns the index within this string of the first occurrence of the
specified substring, starting at the specified index.
- indexOf(String, int) -
Method in class java.lang.String
- Returns the index within this string of the first occurrence of the
specified substring, starting at the specified index.
- indexOfComponent(Component) -
Method in class javax.swing.JTabbedPane
- Returns the index of the tab for the specified component.
- indexOfSubList(List, List) -
Static method in class java.util.Collections
- Returns the starting position of the first occurrence of the specified
target list within the specified source list, or -1 if there is no
such occurrence.
- indexOfTab(Icon) -
Method in class javax.swing.JTabbedPane
- Returns the first tab index with a given
icon
,
or -1 if no tab has this icon.
- indexOfTab(String) -
Method in class javax.swing.JTabbedPane
- Returns the first tab index with a given
title
, or
-1 if no tab has this title.
- IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
- Thrown to indicate that an index of some sort (such as to an array, to a
string, or to a vector) is out of range.
- IndexOutOfBoundsException() -
Constructor for class java.lang.IndexOutOfBoundsException
- Constructs an
IndexOutOfBoundsException
with no
detail message.
- IndexOutOfBoundsException(String) -
Constructor for class java.lang.IndexOutOfBoundsException
- Constructs an
IndexOutOfBoundsException
with the
specified detail message.
- indexToLocation(int) -
Method in class javax.swing.JList
- Returns the origin of the specified item in
JList
coordinates.
- indexToLocation(JList, int) -
Method in class javax.swing.plaf.ListUI
- Returns the origin of the specified item in JList
coordinates, null if index isn't valid.
- indexToLocation(JList, int) -
Method in class javax.swing.plaf.basic.BasicListUI
-
- indexToLocation(JList, int) -
Method in class javax.swing.plaf.multi.MultiListUI
- Invokes the
indexToLocation
method on each UI handled by this object.
- IndirectionException - exception org.omg.CORBA.portable.IndirectionException.
- The Indirection exception is a Java specific system exception.
- IndirectionException(int) -
Constructor for class org.omg.CORBA.portable.IndirectionException
- Creates an IndirectionException with the right offset value.
- Inet4Address - class java.net.Inet4Address.
- This class represents an Internet Protocol version 4 (IPv4) address.
- Inet6Address - class java.net.Inet6Address.
- This class represents an Internet Protocol version 6 (IPv6) address.
- InetAddress - class java.net.InetAddress.
- This class represents an Internet Protocol (IP) address.
- InetSocketAddress - class java.net.InetSocketAddress.
- This class implements an IP Socket Address (IP address + port number)
It can also be a pair (hostname + port number), in which case an attempt
will be made to resolve the hostname.
- InetSocketAddress(InetAddress, int) -
Constructor for class java.net.InetSocketAddress
- Creates a socket address from an IP address and a port number.
- InetSocketAddress(int) -
Constructor for class java.net.InetSocketAddress
- Creates a socket address where the IP address is the wildcard address
and the port number a specified value.
- InetSocketAddress(String, int) -
Constructor for class java.net.InetSocketAddress
- Creates a socket address from a hostname and a port number.
- inf -
Variable in class java.util.zip.InflaterInputStream
- Decompressor for this stream.
- inflate(byte[]) -
Method in class java.util.zip.Inflater
- Uncompresses bytes into specified buffer.
- inflate(byte[], int, int) -
Method in class java.util.zip.Inflater
- Uncompresses bytes into specified buffer.
- Inflater - class java.util.zip.Inflater.
- This class provides support for general purpose decompression using
popular ZLIB compression library.
- Inflater() -
Constructor for class java.util.zip.Inflater
- Creates a new decompressor.
- Inflater(boolean) -
Constructor for class java.util.zip.Inflater
- Creates a new decompressor.
- InflaterInputStream - class java.util.zip.InflaterInputStream.
- This class implements a stream filter for uncompressing data in the
"deflate" compression format.
- InflaterInputStream(InputStream) -
Constructor for class java.util.zip.InflaterInputStream
- Creates a new input stream with a default decompressor and buffer size.
- InflaterInputStream(InputStream, Inflater) -
Constructor for class java.util.zip.InflaterInputStream
- Creates a new input stream with the specified decompressor and a
default buffer size.
- InflaterInputStream(InputStream, Inflater, int) -
Constructor for class java.util.zip.InflaterInputStream
- Creates a new input stream with the specified decompressor and
buffer size.
- info -
Static variable in class java.awt.SystemColor
- The color rendered for the background of tooltips or spot help.
- 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.
- INFO_TEXT -
Static variable in class java.awt.SystemColor
- The array index for the
infoText
system color.
- info(String) -
Method in class java.util.logging.Logger
- Log an INFO message.
- inFontTag() -
Method in class javax.swing.text.html.MinimalHTMLWriter
- Returns true if we are currently in a <font> tag.
- INFORMATION -
Static variable in class javax.security.auth.callback.TextOutputCallback
- Information message.
- INFORMATION -
Static variable in class javax.security.auth.callback.ConfirmationCallback
- INFORMATION message type.
- 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.
- infoText -
Static variable in class java.awt.SystemColor
- The color rendered for the text of tooltips or spot help.
- InheritableThreadLocal - class java.lang.InheritableThreadLocal.
- This class extends ThreadLocal to provide inheritance of values
from parent thread to child thread: when a child thread is created, the
child receives initial values for all inheritable thread-local variables
for which the parent has values.
- InheritableThreadLocal() -
Constructor for class java.lang.InheritableThreadLocal
-
- inHitRegion(int, int) -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Returns true if the passed in location is a valid mouse location
to start editing from.
- init() -
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
- init() -
Static method in class org.omg.CORBA.ORB
- Returns the
ORB
singleton object.
- init(AlgorithmParameterSpec) -
Method in class java.security.AlgorithmParameterGenerator
- Initializes this parameter generator with a set of algorithm-specific
parameter generation values.
- init(AlgorithmParameterSpec) -
Method in class java.security.AlgorithmParameters
- Initializes this parameter object using the parameters
specified in
paramSpec
.
- init(AlgorithmParameterSpec) -
Method in class javax.crypto.KeyGenerator
- Initializes this key generator with the specified parameter set.
- init(AlgorithmParameterSpec, SecureRandom) -
Method in class java.security.AlgorithmParameterGenerator
- Initializes this parameter generator with a set of algorithm-specific
parameter generation values.
- init(AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyGenerator
- Initializes this key generator with the specified parameter
set and a user-provided source of randomness.
- init(Applet, Properties) -
Static method in class org.omg.CORBA.ORB
- Creates a new
ORB
instance for an applet.
- init(boolean) -
Method in class java.security.cert.PKIXCertPathChecker
- Initializes the internal state of this
PKIXCertPathChecker
.
- init(byte[]) -
Method in class java.security.AlgorithmParameters
- Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- init(byte[], String) -
Method in class java.security.AlgorithmParameters
- Imports the parameters from
params
and decodes them
according to the specified decoding scheme.
- init(Hashtable) -
Method in class javax.naming.InitialContext
- Initializes the initial context using the supplied environment.
- init(int) -
Method in class java.security.AlgorithmParameterGenerator
- Initializes this parameter generator for a certain size.
- init(int) -
Method in class javax.crypto.KeyGenerator
- Initializes this key generator for a certain keysize.
- init(int, Certificate) -
Method in class javax.crypto.Cipher
- Initializes this cipher with the public key from the given certificate.
- init(int, Certificate, SecureRandom) -
Method in class javax.crypto.Cipher
- Initializes this cipher with the public key from the given certificate
and
a source of randomness.
- init(int, Key) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key.
- init(int, Key, AlgorithmParameters) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key and a set of algorithm
parameters.
- init(int, Key, AlgorithmParameterSpec) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key and a set of algorithm
parameters.
- init(int, Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
- init(int, Key, AlgorithmParameters, SecureRandom) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.
- init(int, Key, SecureRandom) -
Method in class javax.crypto.Cipher
- Initializes this cipher with a key and a source of randomness.
- init(int, SecureRandom) -
Method in class java.security.AlgorithmParameterGenerator
- Initializes this parameter generator for a certain size and source
of randomness.
- init(int, SecureRandom) -
Method in class javax.crypto.KeyGenerator
- Initializes this key generator for a certain keysize, using a
user-provided source of randomness.
- init(Key) -
Method in class javax.crypto.Mac
- Initializes this
Mac
object with the given key.
- init(Key) -
Method in class javax.crypto.KeyAgreement
- Initializes this key agreement with the given key, which is required to
contain all the algorithm parameters required for this key agreement.
- init(Key) -
Method in class javax.crypto.ExemptionMechanism
- Initializes this exemption mechanism with a key.
- init(Key, AlgorithmParameters) -
Method in class javax.crypto.ExemptionMechanism
- Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- init(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.Mac
- Initializes this
Mac
object with the given key and
algorithm parameters.
- init(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.KeyAgreement
- Initializes this key agreement with the given key and set of
algorithm parameters.
- init(Key, AlgorithmParameterSpec) -
Method in class javax.crypto.ExemptionMechanism
- Initializes this exemption mechanism with a key and a set of algorithm
parameters.
- init(Key, AlgorithmParameterSpec, SecureRandom) -
Method in class javax.crypto.KeyAgreement
- Initializes this key agreement with the given key, set of
algorithm parameters, and source of randomness.
- init(KeyManager[], TrustManager[], SecureRandom) -
Method in class javax.net.ssl.SSLContext
- Initializes this context.
- init(Key, SecureRandom) -
Method in class javax.crypto.KeyAgreement
- Initializes this key agreement with the given key and source of
randomness.
- init(KeyStore) -
Method in class javax.net.ssl.TrustManagerFactory
- Initializes this factory with a source of certificate
authorities and related trust material.
- init(KeyStore, char[]) -
Method in class javax.net.ssl.KeyManagerFactory
- Initializes this factory with a source of key material.
- init(ManagerFactoryParameters) -
Method in class javax.net.ssl.TrustManagerFactory
- Initializes this factory with a source of provider-specific
trust material.
- init(ManagerFactoryParameters) -
Method in class javax.net.ssl.KeyManagerFactory
- Initializes this factory with a source of provider-specific
key material.
- init(SecureRandom) -
Method in class javax.crypto.KeyGenerator
- Initializes this key generator.
- init(StateEditable, String) -
Method in class javax.swing.undo.StateEdit
-
- init(String[], Properties) -
Static method in class org.omg.CORBA.ORB
- Creates a new
ORB
instance for a standalone
application.
- init(String, Icon) -
Method in class javax.swing.JMenuItem
- Initializes the menu item with the specified text and icon.
- init(String, Icon) -
Method in class javax.swing.AbstractButton
-
- initCause(Throwable) -
Method in class java.lang.Throwable
- Initializes the cause of this throwable to the specified value.
- initCause(Throwable) -
Method in class javax.xml.transform.TransformerException
- Initializes the cause of this throwable to the specified value.
- initClassDefaults(UIDefaults) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
- Initialize the uiClassID to BasicComponentUI mapping.
- initClassDefaults(UIDefaults) -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
- Creates the mapping from
UI class IDs to
ComponentUI
classes,
putting the ID-ComponentUI
pairs
in the passed-in defaults table.
- initComponentDefaults(UIDefaults) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
-
- initComponentDefaults(UIDefaults) -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- 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
.
- InitialContext - class javax.naming.InitialContext.
- This class is the starting context for performing naming operations.
- InitialContext() -
Constructor for class javax.naming.InitialContext
- Constructs an initial context.
- InitialContext(boolean) -
Constructor for class javax.naming.InitialContext
- Constructs an initial context with the option of not
initializing it.
- InitialContext(Hashtable) -
Constructor for class javax.naming.InitialContext
- Constructs an initial context using the supplied environment.
- InitialContextFactory - interface javax.naming.spi.InitialContextFactory.
- This interface represents a factory that creates an initial context.
- InitialContextFactoryBuilder - interface javax.naming.spi.InitialContextFactoryBuilder.
- This interface represents a builder that creates initial context factories.
- InitialDirContext - class javax.naming.directory.InitialDirContext.
- This class is the starting context for performing
directory operations.
- InitialDirContext() -
Constructor for class javax.naming.directory.InitialDirContext
- Constructs an initial DirContext.
- InitialDirContext(boolean) -
Constructor for class javax.naming.directory.InitialDirContext
- Constructs an initial DirContext with the option of not
initializing it.
- InitialDirContext(Hashtable) -
Constructor for class javax.naming.directory.InitialDirContext
- Constructs an initial DirContext using the supplied environment.
- initialFocusComponent -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
- Component to receive focus when messaged with selectInitialValue.
- 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() -
Method in class java.beans.beancontext.BeanContextServicesSupport
- called by BeanContextSupport superclass during construction and
deserialization to initialize subclass transient state.
- initialize() -
Method in class java.beans.beancontext.BeanContextSupport
- protected method called from constructor and readObject to initialize
transient state of BeanContextSupport instance.
- initialize() -
Method in class javax.swing.LookAndFeel
- UIManager.setLookAndFeel calls this method before the first
call (and typically the only call) to getDefaults().
- 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(AlgorithmParameterSpec) -
Method in class java.security.KeyPairGenerator
- Initializes the key pair generator using the specified parameter
set and the
SecureRandom
implementation of the highest-priority installed provider as the source
of randomness.
- initialize(AlgorithmParameterSpec, SecureRandom) -
Method in class java.security.KeyPairGenerator
- Initializes the key pair generator with the given parameter
set and source of randomness.
- initialize(AlgorithmParameterSpec, SecureRandom) -
Method in class java.security.KeyPairGeneratorSpi
- Initializes the key pair generator using the specified parameter
set and user-provided source of randomness.
- initialize(Applet, BeanContext) -
Method in interface java.beans.AppletInitializer
-
If passed to the appropriate variant of java.beans.Beans.instantiate
this method will be called in order to associate the newly instantiated
Applet (JavaBean) with its AppletContext, AppletStub, and Container.
- initialize(Class, Object, Object, Encoder) -
Method in class java.beans.DefaultPersistenceDelegate
- This default implementation of the
initialize
method assumes
all state held in objects of this type is exposed via the
matching pairs of "setter" and "getter" methods in the order
they are returned by the Introspector.
- initialize(Class, Object, Object, Encoder) -
Method in class java.beans.PersistenceDelegate
- Produce a series of statements with side effects on
newInstance
so that the new instance becomes equivalent to oldInstance
.
- initialize(DSAParams, SecureRandom) -
Method in interface java.security.interfaces.DSAKeyPairGenerator
- Initializes the key pair generator using p, q and g, the DSA
family parameters.
- initialize(int) -
Method in class java.security.KeyPairGenerator
- Initializes the key pair generator for a certain keysize using
a default parameter set and the
SecureRandom
implementation of the highest-priority installed provider as the source
of randomness.
- initialize(int, boolean, SecureRandom) -
Method in interface java.security.interfaces.DSAKeyPairGenerator
- Initializes the key pair generator for a given modulus length,
without parameters.
- INITIALIZE(int, CompletionStatus) -
Constructor for class org.omg.CORBA.INITIALIZE
- Constructs an
INITIALIZE
exception with the specified
minor code and completion status.
- initialize(int, SecureRandom) -
Method in class java.security.KeyPairGenerator
- Initializes the key pair generator for a certain keysize with
the given source of randomness (and a default parameter set).
- initialize(int, SecureRandom) -
Method in class java.security.KeyPairGeneratorSpi
- Initializes the key pair generator for a certain keysize, using
the default parameter set.
- 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(String, int, CompletionStatus) -
Constructor for class org.omg.CORBA.INITIALIZE
- Constructs an
INITIALIZE
exception with the specified detail
message, minor code, and completion status.
- initialize(Subject, CallbackHandler, Map, Map) -
Method in interface javax.security.auth.spi.LoginModule
- Initialize this LoginModule.
- initializeAutoscrolling(Point) -
Method in class java.awt.dnd.DropTarget
- initialize autoscrolling
- initializeBeanContextResources() -
Method in class java.beans.beancontext.BeanContextServicesSupport
- called from setBeanContext to notify a BeanContextChild
to allocate resources obtained from the nesting BeanContext.
- initializeBeanContextResources() -
Method in class java.beans.beancontext.BeanContextChildSupport
- This method may be overridden by subclasses to provide their own
initialization behaviors.
- initializeDesktopProperties() -
Method in class java.awt.Toolkit
- initializeDesktopProperties
- initializeLocalVars() -
Method in class javax.swing.JTable
- Initializes table properties to their default values.
- initializeLocalVars() -
Method in class javax.swing.table.JTableHeader
- Initializes the local variables and properties with default values.
- InitialLdapContext - class javax.naming.ldap.InitialLdapContext.
- This class is the starting context for performing
LDAPv3-style extended operations and controls.
- InitialLdapContext() -
Constructor for class javax.naming.ldap.InitialLdapContext
- Constructs an initial context using no environment properties or
connection request controls.
- InitialLdapContext(Hashtable, Control[]) -
Constructor for class javax.naming.ldap.InitialLdapContext
- Constructs an initial context
using environment properties and connection request controls.
- initialSelectionValue -
Variable in class javax.swing.JOptionPane
- Initial value to select in
selectionValues
.
- initialValue -
Variable in class javax.swing.JOptionPane
- Value that should be initially selected in
options
.
- initialValue() -
Method in class java.lang.ThreadLocal
- Returns the current thread's initial value for this thread-local
variable.
- 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.
- initSecContext(byte[], int, int) -
Method in interface org.ietf.jgss.GSSContext
- Called by the context initiator to start the context creation
phase and process any tokens generated
by the peer's
acceptSecContext
method.
- initSecContext(InputStream, OutputStream) -
Method in interface org.ietf.jgss.GSSContext
- Called by the context initiator to start the context creation
phase and process any tokens generated
by the peer's
acceptSecContext
method using
streams.
- initSign(PrivateKey) -
Method in class java.security.Signature
- Initialize this object for signing.
- initSign(PrivateKey, SecureRandom) -
Method in class java.security.Signature
- Initialize this object for signing.
- initSystemColorDefaults(UIDefaults) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
- Load the SystemColors into the defaults table.
- initSystemColorDefaults(UIDefaults) -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
- Load the SystemColors into the defaults table.
- initVerify(Certificate) -
Method in class java.security.Signature
- Initializes this object for verification, using the public key from
the given certificate.
- initVerify(PublicKey) -
Method in class java.security.Signature
- Initializes this object for verification.
- InlineView - class javax.swing.text.html.InlineView.
- Displays the inline element styles
based upon css attributes.
- InlineView(Element) -
Constructor for class javax.swing.text.html.InlineView
- Constructs a new view wrapped on an element.
- input -
Variable in class javax.imageio.ImageReader
- The
ImageInputStream
or other
Object
by setInput
and retrieved
by getInput
.
- 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
.
- inputClass -
Variable in class javax.imageio.spi.ImageInputStreamSpi
- A
Class
object indicating the legal object type
for use by the createInputStreamInstance
method.
- inputComponent -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
- JComponent provide for input if optionPane.getWantsInput() returns
true.
- InputContext - class java.awt.im.InputContext.
- Provides methods to control text input facilities such as input
methods and keyboard layouts.
- InputContext() -
Constructor for class java.awt.im.InputContext
- Constructs an InputContext.
- InputEvent - class java.awt.event.InputEvent.
- The root event class for all component-level input events.
- InputMap - class javax.swing.InputMap.
InputMap
provides a binding between an input event
(currently only KeyStroke
s are used)
and an Object
.- InputMap() -
Constructor for class javax.swing.InputMap
- Creates an
InputMap
with no parent and no mappings.
- InputMapUIResource - class javax.swing.plaf.InputMapUIResource.
- A subclass of javax.swing.InputMap that implements UIResource.
- InputMapUIResource() -
Constructor for class javax.swing.plaf.InputMapUIResource
-
- InputMethod - interface java.awt.im.spi.InputMethod.
- Defines the interface for an input method that supports complex text input.
- InputMethodContext - interface java.awt.im.spi.InputMethodContext.
- Provides methods that input methods
can use to communicate with their client components or to request
other services.
- InputMethodDescriptor - interface java.awt.im.spi.InputMethodDescriptor.
- Defines methods that provide sufficient information about an input method
to enable selection and loading of that input method.
- InputMethodEvent - class java.awt.event.InputMethodEvent.
- Input method events contain information about text that is being
composed using an input method.
- InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) -
Constructor for class java.awt.event.InputMethodEvent
- Constructs an
InputMethodEvent
with the specified
source component, type, text, caret, and visiblePosition.
- InputMethodEvent(Component, int, long, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) -
Constructor for class java.awt.event.InputMethodEvent
- Constructs an
InputMethodEvent
with the specified
source component, type, time, text, caret, and visiblePosition.
- InputMethodEvent(Component, int, TextHitInfo, TextHitInfo) -
Constructor for class java.awt.event.InputMethodEvent
- Constructs an
InputMethodEvent
with the
specified source component, type, caret, and visiblePosition.
- InputMethodHighlight - class java.awt.im.InputMethodHighlight.
- An InputMethodHighlight is used to describe the highlight
attributes of text being composed.
- InputMethodHighlight(boolean, int) -
Constructor for class java.awt.im.InputMethodHighlight
- Constructs an input method highlight record.
- InputMethodHighlight(boolean, int, int) -
Constructor for class java.awt.im.InputMethodHighlight
- Constructs an input method highlight record.
- InputMethodHighlight(boolean, int, int, Map) -
Constructor for class java.awt.im.InputMethodHighlight
- Constructs an input method highlight record.
- InputMethodListener - interface java.awt.event.InputMethodListener.
- The listener interface for receiving input method events.
- InputMethodRequests - interface java.awt.im.InputMethodRequests.
- InputMethodRequests defines the requests that a text editing component
has to handle in order to work with input methods.
- inputMethodTextChanged(InputMethodEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the inputMethodTextChanged event by invoking the
inputMethodTextChanged methods on listener-a and listener-b.
- inputMethodTextChanged(InputMethodEvent) -
Method in interface java.awt.event.InputMethodListener
- Invoked when the text entered through an input method has changed.
- InputSource - class org.xml.sax.InputSource.
- A single input source for an XML entity.
- InputSource() -
Constructor for class org.xml.sax.InputSource
- Zero-argument default constructor.
- InputSource(InputStream) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a byte stream.
- InputSource(Reader) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a character stream.
- InputSource(String) -
Constructor for class org.xml.sax.InputSource
- Create a new input source with a system identifier.
- InputStream - class java.io.InputStream.
- This abstract class is the superclass of all classes representing
an input stream of bytes.
- InputStream - class org.omg.CORBA.portable.InputStream.
- InputStream is the Java API for reading IDL types
from CDR marshal streams.
- InputStream - class org.omg.CORBA_2_3.portable.InputStream.
- InputStream provides for the reading of all of the mapped IDL types
from the stream.
- InputStream() -
Constructor for class java.io.InputStream
-
- InputStream() -
Constructor for class org.omg.CORBA.portable.InputStream
-
- InputStream() -
Constructor for class org.omg.CORBA_2_3.portable.InputStream
-
- InputStreamReader - class java.io.InputStreamReader.
- An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and decodes them into characters using a specified
charset
. - InputStreamReader(InputStream) -
Constructor for class java.io.InputStreamReader
- Create an InputStreamReader that uses the default charset.
- InputStreamReader(InputStream, Charset) -
Constructor for class java.io.InputStreamReader
- Create an InputStreamReader that uses the given charset.
- InputStreamReader(InputStream, CharsetDecoder) -
Constructor for class java.io.InputStreamReader
- Create an InputStreamReader that uses the given charset decoder.
- InputStreamReader(InputStream, String) -
Constructor for class java.io.InputStreamReader
- Create an InputStreamReader that uses the named charset.
- InputSubset - class java.awt.im.InputSubset.
- Defines additional Unicode subsets for use by input methods.
- inputTypes -
Variable in class javax.imageio.spi.ImageReaderSpi
- An array of
Class
objects to be returned from
getInputTypes
, initially null
.
- inputValue -
Variable in class javax.swing.JOptionPane
- Value the user has input.
- InputVerifier - class javax.swing.InputVerifier.
- The purpose of this class is to help clients support smooth focus
navigation through GUIs with text fields.
- InputVerifier() -
Constructor for class javax.swing.InputVerifier
-
- inRange(Element) -
Method in class javax.swing.text.AbstractWriter
- This method determines whether the current element
is in the range specified.
- 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.TableModelEvent
- Identifies the addtion of new rows or columns.
- INSERT -
Static variable in class javax.swing.event.DocumentEvent.EventType
- Insert type.
- insert_any(Any) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
org.omg.CORBA.Any
object as the value for this
DynAny
object.
- insert_any(Any) -
Method in class org.omg.CORBA.Any
- Inserts the given
Any
object
into this Any
object's value
field.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts an Any value into the Any represented by this DynAny.
- insert_any(Any) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts an Any value into the Any represented by this DynAny.
- insert_boolean(boolean) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
boolean
as the value for this
DynAny
object.
- insert_boolean(boolean) -
Method in class org.omg.CORBA.Any
- Inserts the given
boolean
into this Any
object's value
field.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a boolean value into the DynAny.
- insert_boolean(boolean) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a boolean value into the DynAny.
- insert_char(char) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
char
as the value for this
DynAny
object.
- insert_char(char) -
Method in class org.omg.CORBA.Any
- Inserts the given
char
into this Any
object's value
field.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a char value into the DynAny.
- insert_char(char) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a char value into the DynAny.
- insert_double(double) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
double
as the value for this
DynAny
object.
- insert_double(double) -
Method in class org.omg.CORBA.Any
- Inserts the given
double
into this Any
object's value
field.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a double value into the DynAny.
- insert_double(double) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a double value into the DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_dyn_any(DynAny) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
- insert_fixed(BigDecimal) -
Method in class org.omg.CORBA.Any
- Throws an
org.omg.CORBA.NO_IMPLEMENT
exception.
- insert_fixed(BigDecimal, TypeCode) -
Method in class org.omg.CORBA.Any
- Throws an
org.omg.CORBA.NO_IMPLEMENT
exception.
- insert_float(float) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
float
as the value for this
DynAny
object.
- insert_float(float) -
Method in class org.omg.CORBA.Any
- Inserts the given
float
into this Any
object's value
field.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a float value into the DynAny.
- insert_float(float) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a float value into the DynAny.
- insert_long(int) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
int
as the value for this
DynAny
object.
- insert_long(int) -
Method in class org.omg.CORBA.Any
- Inserts the given
int
into this Any
object's value
field.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts an integer value into the DynAny.
- insert_long(int) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts an integer value into the DynAny.
- insert_longlong(long) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
long
as the value for this
DynAny
object.
- insert_longlong(long) -
Method in class org.omg.CORBA.Any
- Inserts the given
long
into this Any
object's value
field.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a long value into the DynAny.
- insert_longlong(long) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a long value into the DynAny.
- insert_Object(Object) -
Method in class org.omg.CORBA.Any
- Inserts the given
org.omg.CORBA.Object
object
into this Any
object's value
field.
- insert_Object(Object, TypeCode) -
Method in class org.omg.CORBA.Any
- Inserts the given
org.omg.CORBA.Object
object
into this Any
object's value
field.
- insert_octet(byte) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
byte
as the value for this
DynAny
object.
- insert_octet(byte) -
Method in class org.omg.CORBA.Any
- Inserts the given
byte
into this Any
object's value
field.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a byte value into the DynAny.
- insert_octet(byte) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a byte value into the DynAny.
- insert_Principal(Principal) -
Method in class org.omg.CORBA.Any
- Deprecated. Deprecated by CORBA 2.2.
- insert_reference(Object) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
org.omg.CORBA.Object
as the value for this
DynAny
object.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a reference to a CORBA object into the DynAny.
- insert_reference(Object) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a reference to a CORBA object into the DynAny.
- insert_short(short) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
short
as the value for this
DynAny
object.
- insert_short(short) -
Method in class org.omg.CORBA.Any
- Inserts the given
short
into this Any
object's value
field.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a short value into the DynAny.
- insert_short(short) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a short value into the DynAny.
- insert_Streamable(Streamable) -
Method in class org.omg.CORBA.Any
- Inserts the given
Streamable
object
into this Any
object's value
field.
- insert_string(String) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
String
object as the value for this
DynAny
object.
- insert_string(String) -
Method in class org.omg.CORBA.Any
- Inserts the given
String
object
into this Any
object's value
field.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a string value into the DynAny.
- insert_string(String) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a string value into the DynAny.
- insert_typecode(TypeCode) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
org.omg.CORBA.TypeCode
as the value for this
DynAny
object.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a TypeCode object into the DynAny.
- insert_typecode(TypeCode) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a TypeCode object into the DynAny.
- insert_TypeCode(TypeCode) -
Method in class org.omg.CORBA.Any
- Inserts the given
TypeCode
object
into this Any
object's value
field.
- insert_ulong(int) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
int
as the value for this
DynAny
object.
- insert_ulong(int) -
Method in class org.omg.CORBA.Any
- Inserts the given
int
into this Any
object's value
field.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts an integer value into the DynAny.
- insert_ulong(int) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts an integer value into the DynAny.
- insert_ulonglong(long) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
long
as the value for this
DynAny
object.
- insert_ulonglong(long) -
Method in class org.omg.CORBA.Any
- Inserts the given
long
into this Any
object's value
field.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a long value into the DynAny.
- insert_ulonglong(long) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a long value into the DynAny.
- insert_ushort(short) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
short
as the value for this
DynAny
object.
- insert_ushort(short) -
Method in class org.omg.CORBA.Any
- Inserts the given
short
into this Any
object's value
field.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a short value into the DynAny.
- insert_ushort(short) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a short value into the DynAny.
- insert_val(Serializable) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
java.io.Serializable
object as the value for this
DynAny
object.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a reference to a Serializable object into this DynAny.
- insert_val(Serializable) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a reference to a Serializable object into this DynAny.
- insert_Value(Serializable) -
Method in class org.omg.CORBA.Any
- Inserts the given
java.io.Serializable
object
into this Any
object's value
field.
- insert_Value(Serializable, TypeCode) -
Method in class org.omg.CORBA.Any
- Inserts the given
java.io.Serializable
object
into this Any
object's value
field.
- insert_wchar(char) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
char
as the value for this
DynAny
object.
- insert_wchar(char) -
Method in class org.omg.CORBA.Any
- Inserts the given
char
into this Any
object's value
field.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a char value into the DynAny.
- insert_wchar(char) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a char value into the DynAny.
- insert_wstring(String) -
Method in interface org.omg.CORBA.DynAny
- Inserts the given
String
as the value for this
DynAny
object.
- insert_wstring(String) -
Method in class org.omg.CORBA.Any
- Inserts the given
String
object
into this Any
object's value
field.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynSequenceStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynFixedStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynEnumStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynArrayStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynValueStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynAnyStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynUnionStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in class org.omg.DynamicAny._DynStructStub
- Inserts a string value into the DynAny.
- insert_wstring(String) -
Method in interface org.omg.DynamicAny.DynAnyOperations
- Inserts a string value into the DynAny.
- insert(Action, int) -
Method in class javax.swing.JPopupMenu
- Inserts a menu item for the specified
Action
object at
a given position.
- insert(Action, int) -
Method in class javax.swing.JMenu
- Inserts a new menu item attached to the specified
Action
object at a given position.
- insert(Any, AdapterAlreadyExists) -
Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-
- insert(Any, AdapterInactive) -
Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-
- insert(Any, AdapterNonExistent) -
Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-
- insert(Any, AlreadyBound) -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
- insert(Any, Any[]) -
Static method in class org.omg.CORBA.AnySeqHelper
-
- insert(Any, Any[]) -
Static method in class org.omg.DynamicAny.AnySeqHelper
-
- insert(Any, Binding) -
Static method in class org.omg.CosNaming.BindingHelper
-
- insert(Any, Binding[]) -
Static method in class org.omg.CosNaming.BindingListHelper
-
- insert(Any, BindingIterator) -
Static method in class org.omg.CosNaming.BindingIteratorHelper
-
- insert(Any, BindingType) -
Static method in class org.omg.CosNaming.BindingTypeHelper
-
- insert(Any, boolean[]) -
Static method in class org.omg.CORBA.BooleanSeqHelper
-
- insert(Any, byte[]) -
Static method in class org.omg.CORBA.OctetSeqHelper
-
- insert(Any, CannotProceed) -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
- insert(Any, char[]) -
Static method in class org.omg.CORBA.WCharSeqHelper
-
- insert(Any, char[]) -
Static method in class org.omg.CORBA.CharSeqHelper
-
- insert(Any, CodecFactory) -
Static method in class org.omg.IOP.CodecFactoryHelper
-
- insert(Any, CompletionStatus) -
Static method in class org.omg.CORBA.CompletionStatusHelper
-
- insert(Any, Current) -
Static method in class org.omg.CORBA.CurrentHelper
-
- insert(Any, Current) -
Static method in class org.omg.PortableServer.CurrentHelper
-
- insert(Any, Current) -
Static method in class org.omg.PortableInterceptor.CurrentHelper
-
- insert(Any, DefinitionKind) -
Static method in class org.omg.CORBA.DefinitionKindHelper
-
- insert(Any, double[]) -
Static method in class org.omg.CORBA.DoubleSeqHelper
-
- insert(Any, DuplicateName) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-
- insert(Any, DynAny) -
Static method in class org.omg.DynamicAny.DynAnyHelper
-
- insert(Any, DynAny[]) -
Static method in class org.omg.DynamicAny.DynAnySeqHelper
-
- insert(Any, DynAnyFactory) -
Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-
- insert(Any, DynArray) -
Static method in class org.omg.DynamicAny.DynArrayHelper
-
- insert(Any, DynEnum) -
Static method in class org.omg.DynamicAny.DynEnumHelper
-
- insert(Any, DynFixed) -
Static method in class org.omg.DynamicAny.DynFixedHelper
-
- insert(Any, DynSequence) -
Static method in class org.omg.DynamicAny.DynSequenceHelper
-
- insert(Any, DynStruct) -
Static method in class org.omg.DynamicAny.DynStructHelper
-
- insert(Any, DynUnion) -
Static method in class org.omg.DynamicAny.DynUnionHelper
-
- insert(Any, DynValue) -
Static method in class org.omg.DynamicAny.DynValueHelper
-
- insert(Any, float[]) -
Static method in class org.omg.CORBA.FloatSeqHelper
-
- insert(Any, FormatMismatch) -
Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-
- insert(Any, ForwardRequest) -
Static method in class org.omg.PortableServer.ForwardRequestHelper
-
- insert(Any, ForwardRequest) -
Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-
- insert(Any, IDLType) -
Static method in class org.omg.CORBA.IDLTypeHelper
-
- insert(Any, InconsistentTypeCode) -
Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
- insert(Any, int) -
Static method in class org.omg.CORBA.PolicyTypeHelper
-
- insert(Any, int) -
Static method in class org.omg.IOP.ServiceIdHelper
-
- insert(Any, int) -
Static method in class org.omg.IOP.ProfileIdHelper
-
- insert(Any, int) -
Static method in class org.omg.IOP.ComponentIdHelper
-
- insert(Any, int[]) -
Static method in class org.omg.CORBA.ULongSeqHelper
-
- insert(Any, int[]) -
Static method in class org.omg.CORBA.LongSeqHelper
-
- insert(Any, InvalidAddress) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
- insert(Any, InvalidName) -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
- insert(Any, InvalidName) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
- insert(Any, InvalidPolicy) -
Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
- insert(Any, InvalidSlot) -
Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-
- insert(Any, InvalidTypeForEncoding) -
Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
- insert(Any, InvalidValue) -
Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
- insert(Any, IOR) -
Static method in class org.omg.IOP.IORHelper
-
- insert(Any, long[]) -
Static method in class org.omg.CORBA.ULongLongSeqHelper
-
- insert(Any, long[]) -
Static method in class org.omg.CORBA.LongLongSeqHelper
-
- insert(Any, NameComponent) -
Static method in class org.omg.CosNaming.NameComponentHelper
-
- insert(Any, NameComponent[]) -
Static method in class org.omg.CosNaming.NameHelper
-
- insert(Any, NameDynAnyPair) -
Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
-
- insert(Any, NameDynAnyPair[]) -
Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
-
- insert(Any, NameValuePair) -
Static method in class org.omg.CORBA.NameValuePairHelper
-
- insert(Any, NameValuePair) -
Static method in class org.omg.DynamicAny.NameValuePairHelper
-
- insert(Any, NameValuePair[]) -
Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-
- insert(Any, NamingContext) -
Static method in class org.omg.CosNaming.NamingContextHelper
-
- insert(Any, NamingContextExt) -
Static method in class org.omg.CosNaming.NamingContextExtHelper
-
- insert(Any, NoContext) -
Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-
- insert(Any, NoServant) -
Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-
- insert(Any, NotEmpty) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
- insert(Any, NotFound) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
- insert(Any, NotFoundReason) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
- insert(Any, Object) -
Static method in class org.omg.CORBA.ObjectHelper
-
- insert(Any, ObjectAlreadyActive) -
Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-
- insert(Any, ObjectNotActive) -
Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-
- insert(Any, ParameterMode) -
Static method in class org.omg.CORBA.ParameterModeHelper
-
- insert(Any, POA) -
Static method in class org.omg.PortableServer.POAHelper
-
- insert(Any, Policy) -
Static method in class org.omg.CORBA.PolicyHelper
-
- insert(Any, Policy[]) -
Static method in class org.omg.CORBA.PolicyListHelper
-
- insert(Any, PolicyError) -
Static method in class org.omg.CORBA.PolicyErrorHelper
-
- insert(Any, Serializable) -
Static method in class org.omg.CORBA.ValueBaseHelper
-
- insert(Any, ServantActivator) -
Static method in class org.omg.PortableServer.ServantActivatorHelper
-
- insert(Any, ServantAlreadyActive) -
Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-
- insert(Any, ServantLocator) -
Static method in class org.omg.PortableServer.ServantLocatorHelper
-
- insert(Any, ServantNotActive) -
Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
- insert(Any, ServiceContext) -
Static method in class org.omg.IOP.ServiceContextHelper
-
- insert(Any, ServiceContext[]) -
Static method in class org.omg.IOP.ServiceContextListHelper
-
- insert(Any, ServiceDetail) -
Static method in class org.omg.CORBA.ServiceDetailHelper
-
- insert(Any, ServiceInformation) -
Static method in class org.omg.CORBA.ServiceInformationHelper
-
- insert(Any, SetOverrideType) -
Static method in class org.omg.CORBA.SetOverrideTypeHelper
-
- insert(Any, short) -
Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-
- insert(Any, short) -
Static method in class org.omg.CORBA.VisibilityHelper
-
- insert(Any, short) -
Static method in class org.omg.Messaging.SyncScopeHelper
-
- insert(Any, short[]) -
Static method in class org.omg.CORBA.UShortSeqHelper
-
- insert(Any, short[]) -
Static method in class org.omg.CORBA.ShortSeqHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.WStringValueHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.VersionSpecHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.StringValueHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.RepositoryIdHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.IdentifierHelper
-
- insert(Any, String) -
Static method in class org.omg.CORBA.FieldNameHelper
-
- insert(Any, String) -
Static method in class org.omg.CosNaming.IstringHelper
-
- insert(Any, String) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
- insert(Any, String) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-
- insert(Any, String) -
Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
- insert(Any, String) -
Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-
- insert(Any, String) -
Static method in class org.omg.DynamicAny.FieldNameHelper
-
- insert(Any, String[]) -
Static method in class org.omg.CORBA.WStringSeqHelper
-
- insert(Any, String[]) -
Static method in class org.omg.CORBA.StringSeqHelper
-
- insert(Any, StructMember) -
Static method in class org.omg.CORBA.StructMemberHelper
-
- insert(Any, TaggedComponent) -
Static method in class org.omg.IOP.TaggedComponentHelper
-
- insert(Any, TaggedComponent[]) -
Static method in class org.omg.IOP.MultipleComponentProfileHelper
-
- insert(Any, TaggedProfile) -
Static method in class org.omg.IOP.TaggedProfileHelper
-
- insert(Any, TypeMismatch) -
Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
- insert(Any, TypeMismatch) -
Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
- insert(Any, UnionMember) -
Static method in class org.omg.CORBA.UnionMemberHelper
-
- insert(Any, UnknownEncoding) -
Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
- insert(Any, UnknownUserException) -
Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-
- insert(Any, ValueMember) -
Static method in class org.omg.CORBA.ValueMemberHelper
-
- insert(Any, WrongAdapter) -
Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-
- insert(Any, WrongPolicy) -
Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-
- insert(Any, WrongTransaction) -
Static method in class org.omg.CORBA.WrongTransactionHelper
-
- insert(Component, int) -
Method in class javax.swing.JPopupMenu
- Inserts the specified component into the menu at a given
position.
- insert(int, boolean) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
boolean
argument into this string buffer.
- insert(int, char) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
char
argument into this string buffer.
- insert(int, char[]) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
char
array
argument into this string buffer.
- insert(int, char[], int, int) -
Method in class java.lang.StringBuffer
- Inserts the string representation of a subarray of the
str
array argument into this string buffer.
- insert(int, DefaultStyledDocument.ElementSpec[]) -
Method in class javax.swing.text.DefaultStyledDocument
- Inserts new elements in bulk.
- insert(int, DefaultStyledDocument.ElementSpec[]) -
Method in class javax.swing.text.html.HTMLDocument
- Inserts new elements in bulk.
- insert(int, double) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
double
argument into this string buffer.
- insert(int, float) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
float
argument into this string buffer.
- insert(int, int) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the second
int
argument into this string buffer.
- insert(int, int, DefaultStyledDocument.ElementSpec[], AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Inserts new content.
- insert(int, long) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
long
argument into this string buffer.
- insert(int, Object) -
Method in class java.lang.StringBuffer
- Inserts the string representation of the
Object
argument into this string buffer.
- insert(int, String) -
Method in class java.lang.StringBuffer
- Inserts the string into this string buffer.
- insert(int, View) -
Method in class javax.swing.text.View
- Inserts a single child view.
- insert(JMenuItem, int) -
Method in class javax.swing.JMenu
- Inserts the specified
JMenuitem
at a given position.
- insert(MenuItem, int) -
Method in class java.awt.Menu
- Inserts a menu item into this menu
at the specified position.
- insert(MutableTreeNode, int) -
Method in interface javax.swing.tree.MutableTreeNode
- Adds
child
to the receiver at index
.
- insert(MutableTreeNode, int) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Removes
newChild
from its present parent (if it has a
parent), sets the child's parent to this node, and then adds the child
to this node's child array at index childIndex
.
- insert(String, int) -
Method in class java.awt.Choice
- Inserts the item into this choice at the specified position.
- insert(String, int) -
Method in class java.awt.TextArea
- Inserts the specified text at the specified position
in this text area.
- insert(String, int) -
Method in class java.awt.Menu
- Inserts a menu item with the specified label into this menu
at the specified position.
- insert(String, int) -
Method in class javax.swing.JTextArea
- Inserts the specified text at the specified position.
- insert(String, int) -
Method in class javax.swing.JMenu
- Inserts a new menu item with the specified text at a
given position.
- insertAfterEnd(Element, String) -
Method in class javax.swing.text.html.HTMLDocument
- Inserts the HTML specified as a string after the
the end of the given element.
- insertAfterStart(Element, String) -
Method in class javax.swing.text.html.HTMLDocument
- Inserts the HTML specified as a string at the start
of the element.
- insertAtBoundary(JEditorPane, HTMLDocument, int, Element, String, HTML.Tag, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
- This is invoked when inserting at a boundary.
- insertAtBoundry(JEditorPane, HTMLDocument, int, Element, String, HTML.Tag, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
- Deprecated. As of Java 2 platform v1.3, use insertAtBoundary
- insertBefore(Node, Node) -
Method in class javax.imageio.metadata.IIOMetadataNode
- Inserts the node
newChild
before the existing
child node refChild
.
- insertBefore(Node, Node) -
Method in interface org.w3c.dom.Node
- Inserts the node
newChild
before the existing child node
refChild
.
- insertBeforeEnd(Element, String) -
Method in class javax.swing.text.html.HTMLDocument
- Inserts the HTML specified as a string at the end of
the element.
- insertBeforeStart(Element, String) -
Method in class javax.swing.text.html.HTMLDocument
- Inserts the HTML specified as a string before the start of
the given element.
- insertBreakAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to place a line/paragraph break into
the document.
- insertChar(AttributedCharacterIterator, int) -
Method in class java.awt.font.TextMeasurer
- Updates the
TextMeasurer
after a single character has
been inserted
into the paragraph currently represented by this
TextMeasurer
.
- insertChar(AttributedCharacterIterator, int) -
Method in class java.awt.font.LineBreakMeasurer
- Updates this
LineBreakMeasurer
after a single
character is inserted into the text, and sets the current
position to the beginning of the paragraph.
- insertComponent(Component) -
Method in class javax.swing.JTextPane
- Inserts a component into the document as a replacement
for the currently selected content.
- insertContentAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to place content into the associated
document.
- insertData(int, String) -
Method in interface org.w3c.dom.CharacterData
- Insert a string at the specified 16-bit unit offset.
- insertElementAt(Object, int) -
Method in class java.util.Vector
- Inserts the specified object as a component in this vector at the
specified
index
.
- insertElementAt(Object, int) -
Method in class javax.swing.DefaultListModel
- Inserts the specified object as a component in this list at the
specified
index
.
- insertElementAt(Object, int) -
Method in interface javax.swing.MutableComboBoxModel
- Adds an item at a specific index.
- insertElementAt(Object, int) -
Method in class javax.swing.DefaultComboBoxModel
-
- insertEntries(int, int, int) -
Method in class javax.swing.SizeSequence
- Adds a contiguous group of entries to this
SizeSequence
.
- insertHTML(HTMLDocument, int, String, int, int, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit
- Inserts HTML into an existing document.
- insertHTML(JEditorPane, HTMLDocument, int, String, int, int, HTML.Tag) -
Method in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
- A cover for HTMLEditorKit.insertHTML.
- insertIcon(Icon) -
Method in class javax.swing.JTextPane
- Inserts an icon into the document as a replacement
for the currently selected content.
- insertIndexForLayer(int, int) -
Method in class javax.swing.JLayeredPane
- Primitive method that determines the proper location to
insert a new child based on layer and position requests.
- insertIndexInterval(int, int, boolean) -
Method in class javax.swing.DefaultListSelectionModel
- Insert length indices beginning before/after index.
- insertIndexInterval(int, int, boolean) -
Method in interface javax.swing.ListSelectionModel
- Insert length indices beginning before/after index.
- insertItemAt(Object, int) -
Method in class javax.swing.JComboBox
- Inserts an item into the item list at a given index.
- insertNodeInto(MutableTreeNode, MutableTreeNode, int) -
Method in class javax.swing.tree.DefaultTreeModel
- Invoked this to insert newChild at location index in parents children.
- insertProviderAt(Provider, int) -
Static method in class java.security.Security
- Adds a new provider, at a specified position.
- insertRow() -
Method in interface java.sql.ResultSet
- Inserts the contents of the insert row into this
ResultSet
object and into the database.
- insertRow(int, Object[]) -
Method in class javax.swing.table.DefaultTableModel
- Inserts a row at
row
in the model.
- insertRow(int, Vector) -
Method in class javax.swing.table.DefaultTableModel
- Inserts a row at
row
in the model.
- insertsAreDetected(int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether or not a visible row insert can be detected
by calling the method
ResultSet.rowInserted
.
- insertSeparator(int) -
Method in class java.awt.Menu
- Inserts a separator at the specified position.
- insertSeparator(int) -
Method in class javax.swing.JMenu
- Inserts a separator at the specified position.
- insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) -
Method in class javax.swing.text.DocumentFilter
- Invoked prior to insertion of text into the
specified Document.
- insertString(int, String) -
Method in class javax.swing.text.StringContent
- Inserts a string into the content.
- insertString(int, String) -
Method in class javax.swing.text.GapContent
- Inserts a string into the content.
- insertString(int, String) -
Method in interface javax.swing.text.AbstractDocument.Content
- Inserts a string of characters into the sequence.
- insertString(int, String, AttributeSet) -
Method in class javax.swing.text.PlainDocument
- Inserts some content into the document.
- insertString(int, String, AttributeSet) -
Method in class javax.swing.text.DocumentFilter.FilterBypass
- Inserts the specified text, bypassing the
DocumentFilter.
- insertString(int, String, AttributeSet) -
Method in class javax.swing.text.AbstractDocument
- Inserts some content into the document.
- insertString(int, String, AttributeSet) -
Method in interface javax.swing.text.Document
- Inserts a string of content.
- insertTab(String, Icon, Component, String, int) -
Method in class javax.swing.JTabbedPane
- Inserts a
component
, at index
,
represented by a title
and/or icon
,
either of which may be null
.
- insertTabAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to place a tab character into
the document.
- insertText(String, int) -
Method in class java.awt.TextArea
- Deprecated. As of JDK version 1.1,
replaced by
insert(String, int)
.
- insertTextAtIndex(int, String) -
Method in interface javax.accessibility.AccessibleEditableText
- Inserts the specified string at the given index/
- insertTextAtIndex(int, String) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Inserts the specified string at the given index
- insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) -
Method in class javax.swing.text.DefaultStyledDocument
- Updates document structure as a result of text insertion.
- insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) -
Method in class javax.swing.text.PlainDocument
- Updates document structure as a result of text insertion.
- insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) -
Method in class javax.swing.text.AbstractDocument
- Updates document structure as a result of text insertion.
- insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) -
Method in class javax.swing.text.html.HTMLDocument
- Updates document structure as a result of text insertion.
- insertUpdate(DefaultStyledDocument.ElementSpec[]) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- Inserts an update into the document.
- insertUpdate(DocumentEvent) -
Method in interface javax.swing.event.DocumentListener
- Gives notification that there was an insert into the document.
- insertUpdate(DocumentEvent) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Handles document insert (fire appropriate property change event
which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.ZoneView
- Gives notification that something was inserted into the document
in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.PlainView
- Gives notification that something was inserted into the document
in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.FieldView
- Gives notification that something was inserted into the document
in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.WrappedPlainView
- Gives notification that something was inserted into the
document in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.GlyphView
- Gives notification that something was inserted into
the document in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.FlowView
- Gives notification that something was inserted into the document
in a location that this view is responsible for.
- insertUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.View
- Gives notification that something was inserted into
the document in a location that this view is responsible for.
- insertUpdate(FlowView, DocumentEvent, Rectangle) -
Method in class javax.swing.text.FlowView.FlowStrategy
- Gives notification that something was inserted into the document
in a location that the given flow view is responsible for.
- insetCache -
Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- insets -
Variable in class java.awt.GridBagConstraints
- This field specifies the external padding of the component, the
minimum amount of space between the component and the edges of its
display area.
- Insets - class java.awt.Insets.
- An
Insets
object is a representation of the borders
of a container. - insets() -
Method in class java.awt.Container
- Deprecated. As of JDK version 1.1,
replaced by
getInsets()
.
- Insets(int, int, int, int) -
Constructor for class java.awt.Insets
- Creates and initializes a new
Insets
object with the
specified top, left, bottom, and right insets.
- InsetsUIResource - class javax.swing.plaf.InsetsUIResource.
-
- InsetsUIResource(int, int, int, int) -
Constructor for class javax.swing.plaf.InsetsUIResource
-
- inside(int, int) -
Method in class java.awt.Polygon
- Deprecated. As of JDK version 1.1,
replaced by
contains(int, int)
.
- inside(int, int) -
Method in class java.awt.Rectangle
- Deprecated. As of JDK version 1.1,
replaced by
contains(int, int)
.
- inside(int, int) -
Method in class java.awt.Component
- Deprecated. As of JDK version 1.1,
replaced by contains(int, int).
- insideBorder -
Variable in class javax.swing.border.CompoundBorder
-
- install(JEditorPane) -
Method in class javax.swing.text.StyledEditorKit
- Called when the kit is being installed into
a JEditorPane.
- install(JEditorPane) -
Method in class javax.swing.text.EditorKit
- Called when the kit is being installed into the
a JEditorPane.
- install(JEditorPane) -
Method in class javax.swing.text.html.HTMLEditorKit
- Called when the kit is being installed into the
a JEditorPane.
- install(JFormattedTextField) -
Method in class javax.swing.JFormattedTextField.AbstractFormatter
- Installs the
AbstractFormatter
onto a particular
JFormattedTextField
.
- install(JFormattedTextField) -
Method in class javax.swing.text.MaskFormatter
- Installs the
DefaultFormatter
onto a particular
JFormattedTextField
.
- install(JFormattedTextField) -
Method in class javax.swing.text.DefaultFormatter
- Installs the
DefaultFormatter
onto a particular
JFormattedTextField
.
- install(JFormattedTextField) -
Method in class javax.swing.text.InternationalFormatter
- Installs the
DefaultFormatter
onto a particular
JFormattedTextField
.
- install(JTextComponent) -
Method in class javax.swing.text.DefaultHighlighter
- Called when the UI is being installed into the
interface of a JTextComponent.
- install(JTextComponent) -
Method in class javax.swing.text.DefaultCaret
- Called when the UI is being installed into the
interface of a JTextComponent.
- install(JTextComponent) -
Method in interface javax.swing.text.Highlighter
- Called when the UI is being installed into the
interface of a JTextComponent.
- install(JTextComponent) -
Method in interface javax.swing.text.Caret
- Called when the UI is being installed into the
interface of a JTextComponent.
- installAncestorListener() -
Method in class javax.swing.JComboBox
-
- installBorder(JComponent, String) -
Static method in class javax.swing.LookAndFeel
- Convenience method for installing a component's default Border
object on the specified component if either the border is
currently null or already an instance of UIResource.
- installChooserPanel(JColorChooser) -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Invoked when the panel is added to the chooser.
- installColors(JComponent, String, String) -
Static method in class javax.swing.LookAndFeel
- Convenience method for initializing a component's foreground
and background color properties with values from the current
defaults table.
- installColorsAndFont(JComponent, String, String, String) -
Static method in class javax.swing.LookAndFeel
- Convenience method for initializing a components foreground
background and font properties with values from the current
defaults table.
- installComboBoxListeners() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- This method adds the necessary listeners to the JComboBox.
- installComboBoxModelListeners(ComboBoxModel) -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Installs the listeners on the combo box model.
- installComponents() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Intalls the subcomponents of the tree, which is the renderer pane.
- installComponents() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- installComponents() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Creates and installs any required subcomponents for the JTabbedPane.
- installComponents() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- installComponents() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- installComponents() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installComponents() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- installComponents() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Creates and initializes the components which make up the
aggregate combo box.
- installComponents() -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- installComponents(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installComponents(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- installComponents(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- installComponents(JMenuItem) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- installComponents(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Initialize JTable properties, e.g.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Initialize JTableHeader properties, e.g.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Initialize the
JSpinner
border
,
foreground
, and background
, properties
based on the corresponding "Spinner.*" properties from defaults table.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Installs the UI defaults.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicListUI
- Initialize JList properties, e.g.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Installs the default colors, default font, default renderer, and default
editor into the JComboBox.
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- installDefaults() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Initializes component properties, e.g.
- installDefaults() -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- installDefaults() -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- installDefaults() -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- installDefaults() -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalCheckBoxUI
-
- installDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- installDefaults(JComponent) -
Method in class javax.swing.plaf.basic.BasicViewportUI
-
- installDefaults(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- installDefaults(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installDefaults(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- installDefaults(JPanel) -
Method in class javax.swing.plaf.basic.BasicPanelUI
-
- installDefaults(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- installDefaults(JScrollPane) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- installDefaults(JSeparator) -
Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- installDefaults(JSeparator) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- installDefaults(JSeparator) -
Method in class javax.swing.plaf.metal.MetalSeparatorUI
-
- installDefaults(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- installDesktopManager() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- installIcons(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Register all keyboard actions on the JTable.
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Register all keyboard actions on the JTableHeader.
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Installs the keyboard actions for the UI.
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicListUI
- Registers the keyboard bindings on the
JList
that the
BasicListUI
is associated with.
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicComboPopup
-
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Adds keyboard actions to the JComboBox.
- installKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTextUI
-
- installKeyboardActions() -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- installKeyboardActions(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- installKeyboardActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
- Register default key actions: pressing space to "click" a
button and registring the keyboard mnemonic (if any).
- installKeyboardActions(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- installKeyboardActions(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- installKeyboardActions(JScrollPane) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- installKeyboardActions(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicTableUI
- Attaches listeners to the JTable.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Attaches listeners to the JTableHeader.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Initializes
propertyChangeListener
with
a shared object that delegates interesting PropertyChangeEvents
to protected methods.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Installs the event listeners for the UI.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicListUI
- Create and install the listeners for the JList, its model, and its
selectionModel.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Create and install the listeners for the combo box and its model.
- installListeners() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- installListeners() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Installs listeners for the UI.
- installListeners() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- installListeners() -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- installListeners() -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- installListeners() -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- installListeners(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- installListeners(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- installListeners(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installListeners(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- installListeners(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- installListeners(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- installListeners(JScrollPane) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- installListeners(JScrollPane) -
Method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- installListeners(JSeparator) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- installListeners(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- installListListeners() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Adds the listeners to the list control.
- installLookAndFeel(String, String) -
Static method in class javax.swing.UIManager
- Creates a new look and feel and adds it to the current array.
- installLookAndFeel(UIManager.LookAndFeelInfo) -
Static method in class javax.swing.UIManager
- Adds the specified look and feel to the current array and
then calls
UIManager.setInstalledLookAndFeels(javax.swing.UIManager.LookAndFeelInfo[])
.
- installMouseHandlers(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installNonRolloverBorders(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Installs non-rollover borders on all the child components of the JComponent.
- installNormalBorders(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Installs normal borders on all the child components of the JComponent.
- installPreviewPanel() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- installRolloverBorders(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Installs rollover borders on all the child components of the JComponent.
- installStrings(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installStrings(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- installTitlePane() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- installUI(JComponent) -
Method in class javax.swing.plaf.ComponentUI
- Configures the specified component appropriate for the look and feel.
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicViewportUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Calls
installDefaults
, installListeners
,
and then adds the components returned by createNextButton
,
createPreviousButton
, and createEditor
.
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Installs the UI.
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicPanelUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Installs the receiver as the L&F for the passed in
JOptionPane
.
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
- Initializes
this.list
by calling installDefaults()
,
installListeners()
, and installKeyboardActions()
in order.
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextFieldUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Installs the UI for a component.
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Invokes supers implementation of
installUI
to install
the necessary state onto the passed in JRootPane
to render the metal look and feel implementation of
RootPaneUI
.
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSpinnerUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiRootPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Invokes the
installUI
method on each UI handled by this object.
- installUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Invokes the
installUI
method on each UI handled by this object.
- instanceFollowRedirects -
Variable in class java.net.HttpURLConnection
- If
true
, the protocol will automatically follow redirects.
- instantiate(ClassLoader, String) -
Static method in class java.beans.Beans
-
Instantiate a JavaBean.
- instantiate(ClassLoader, String, BeanContext) -
Static method in class java.beans.Beans
-
Instantiate a JavaBean.
- instantiate(ClassLoader, String, BeanContext, AppletInitializer) -
Static method in class java.beans.Beans
- Instantiate a bean.
- instantiate(Object, Encoder) -
Method in class java.beans.DefaultPersistenceDelegate
- This default implementation of the
instantiate
method returns
an expression containing the predefined method name "new" which denotes a
call to a constructor with the arguments as specified in
the DefaultPersistenceDelegate
's constructor.
- instantiate(Object, Encoder) -
Method in class java.beans.PersistenceDelegate
- Returns an expression whose value is
oldInstance
.
- instantiateChild(String) -
Method in class java.beans.beancontext.BeanContextSupport
-
The instantiateChild method is a convenience hook
in BeanContext to simplify
the task of instantiating a Bean, nested,
into a BeanContext.
- instantiateChild(String) -
Method in interface java.beans.beancontext.BeanContext
- Instantiate the javaBean named as a
child of this
BeanContext
.
- InstantiationError - error java.lang.InstantiationError.
- Thrown when an application tries to use the Java
new
construct to instantiate an abstract class or an interface. - InstantiationError() -
Constructor for class java.lang.InstantiationError
- Constructs an
InstantiationError
with no detail message.
- InstantiationError(String) -
Constructor for class java.lang.InstantiationError
- Constructs an
InstantiationError
with the specified
detail message.
- InstantiationException - exception java.lang.InstantiationException.
- Thrown when an application tries to create an instance of a class
using the
newInstance
method in class
Class
, but the specified class object cannot be
instantiated because it is an interface or is an abstract class. - InstantiationException() -
Constructor for class java.lang.InstantiationException
- Constructs an
InstantiationException
with no detail message.
- InstantiationException(String) -
Constructor for class java.lang.InstantiationException
- Constructs an
InstantiationException
with the
specified detail message.
- Instrument - class javax.sound.midi.Instrument.
- An instrument is a sound-synthesis algorithm with certain parameter
settings, usually designed to emulate a specific real-world
musical instrument or to achieve a specific sort of sound effect.
- Instrument(Soundbank, Patch, String, Class) -
Constructor for class javax.sound.midi.Instrument
- Constructs a new MIDI instrument from the specified
Patch
.
- InsufficientResourcesException - exception javax.naming.InsufficientResourcesException.
- This exception is thrown when resources are not available to complete
the requested operation.
- InsufficientResourcesException() -
Constructor for class javax.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException with
all name resolution fields and explanation initialized to null.
- InsufficientResourcesException(String) -
Constructor for class javax.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException using an
explanation.
- insureRowContinuity() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Makes sure the currently selected TreePaths are valid
for the current selection mode.
- insureUniqueness() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- This method is obsolete and its implementation is now a noop.
- intBitsToFloat(int) -
Static method in class java.lang.Float
- Returns the
float
value corresponding to a given
bit represention.
- IntBuffer - class java.nio.IntBuffer.
- An int buffer.
- Integer - class java.lang.Integer.
- The
Integer
class wraps a value of the primitive type
int
in an object. - 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.
- Integer(int) -
Constructor for class java.lang.Integer
- Constructs a newly allocated
Integer
object that
represents the specified int
value.
- Integer(String) -
Constructor for class java.lang.Integer
- Constructs a newly allocated
Integer
object that
represents the int
value indicated by the
String
parameter.
- IntegerSyntax - class javax.print.attribute.IntegerSyntax.
- Class IntegerSyntax is an abstract base class providing the common
implementation of all attributes with integer values.
- IntegerSyntax(int) -
Constructor for class javax.print.attribute.IntegerSyntax
- Construct a new integer attribute with the given integer value.
- IntegerSyntax(int, int, int) -
Constructor for class javax.print.attribute.IntegerSyntax
- Construct a new integer attribute with the given integer value, which
must lie within the given range.
- Interceptor - interface org.omg.PortableInterceptor.Interceptor.
- All Portable Interceptors implement Interceptor.
- InterceptorOperations - interface org.omg.PortableInterceptor.InterceptorOperations.
- All Portable Interceptors implement Interceptor.
- interestOps() -
Method in class java.nio.channels.SelectionKey
- Retrieves this key's interest set.
- interestOps(int) -
Method in class java.nio.channels.SelectionKey
- Sets this key's interest set to the given value.
- 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.
- intern() -
Method in class java.lang.String
- Returns a canonical representation for the string object.
- 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_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.
- 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(int, CompletionStatus) -
Constructor for class org.omg.CORBA.INTERNAL
- Constructs an
INTERNAL
exception with the specified
minor code and completion status.
- 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(String, int, CompletionStatus) -
Constructor for class org.omg.CORBA.INTERNAL
- Constructs an
INTERNAL
exception with the specified detail
message, minor code, and completion status.
- internalEntityDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an internal entity declaration.
- InternalError - error java.lang.InternalError.
- Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
- InternalError() -
Constructor for class java.lang.InternalError
- Constructs an
InternalError
with no detail message.
- InternalError(String) -
Constructor for class java.lang.InternalError
- Constructs an
InternalError
with the specified
detail message.
- internalFrameActivated(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame is activated.
- internalFrameActivated(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame is activated.
- internalFrameActivated(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- InternalFrameAdapter - class javax.swing.event.InternalFrameAdapter.
- An abstract adapter class for receiving internal frame events.
- InternalFrameAdapter() -
Constructor for class javax.swing.event.InternalFrameAdapter
-
- internalFrameClosed(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame has been closed.
- internalFrameClosed(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame has been closed.
- internalFrameClosed(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- internalFrameClosing(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame is in the process of being closed.
- internalFrameClosing(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame is in the process of being closed.
- internalFrameClosing(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- internalFrameDeactivated(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame is de-activated.
- internalFrameDeactivated(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame is de-activated.
- internalFrameDeactivated(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- internalFrameDeiconified(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame is de-iconified.
- internalFrameDeiconified(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame is de-iconified.
- internalFrameDeiconified(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- InternalFrameEvent - class javax.swing.event.InternalFrameEvent.
- An
AWTEvent
that adds support for
JInternalFrame
objects as the event source. - InternalFrameEvent(JInternalFrame, int) -
Constructor for class javax.swing.event.InternalFrameEvent
- Constructs an
InternalFrameEvent
object.
- InternalFrameFocusTraversalPolicy - class javax.swing.InternalFrameFocusTraversalPolicy.
- A FocusTraversalPolicy which can optionally provide an algorithm for
determining a JInternalFrame's initial Component.
- InternalFrameFocusTraversalPolicy() -
Constructor for class javax.swing.InternalFrameFocusTraversalPolicy
-
- internalFrameIconified(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame is iconified.
- internalFrameIconified(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when an internal frame is iconified.
- internalFrameIconified(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- internalFrameLayout -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- InternalFrameListener - interface javax.swing.event.InternalFrameListener.
- The listener interface for receiving internal frame events.
- internalFrameOpened(InternalFrameEvent) -
Method in class javax.swing.event.InternalFrameAdapter
- Invoked when an internal frame has been opened.
- internalFrameOpened(InternalFrameEvent) -
Method in interface javax.swing.event.InternalFrameListener
- Invoked when a internal frame has been opened.
- internalFrameOpened(InternalFrameEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
-
- InternalFrameUI - class javax.swing.plaf.InternalFrameUI.
- Pluggable look and feel interface for JInternalFrame.
- InternalFrameUI() -
Constructor for class javax.swing.plaf.InternalFrameUI
-
- internalGet(int) -
Method in class java.util.Calendar
- Gets the value for a given time field.
- InternationalFormatter - class javax.swing.text.InternationalFormatter.
InternationalFormatter
extends DefaultFormatter
,
using an instance of java.text.Format
to handle the
conversion to a String, and the conversion from a String.- InternationalFormatter() -
Constructor for class javax.swing.text.InternationalFormatter
- Creates an
InternationalFormatter
with no
Format
specified.
- InternationalFormatter(Format) -
Constructor for class javax.swing.text.InternationalFormatter
- Creates an
InternationalFormatter
with the specified
Format
instance.
- INTERPRETER_RESOURCE_UNAVAILABLE -
Static variable in class javax.print.attribute.standard.PrinterStateReason
- An interpreter resource is unavailable (e.g., font, form).
- interrupt() -
Method in class java.lang.Thread
- Interrupts this thread.
- interrupt() -
Method in class java.lang.ThreadGroup
- Interrupts all threads in this thread group.
- interrupted() -
Static method in class java.lang.Thread
- Tests whether the current thread has been interrupted.
- InterruptedException - exception java.lang.InterruptedException.
- Thrown when a thread is waiting, sleeping, or otherwise paused for
a long time and another thread interrupts it using the
interrupt
method in class Thread
. - InterruptedException() -
Constructor for class java.lang.InterruptedException
- Constructs an
InterruptedException
with no detail message.
- InterruptedException(String) -
Constructor for class java.lang.InterruptedException
- Constructs an
InterruptedException
with the
specified detail message.
- InterruptedIOException - exception java.io.InterruptedIOException.
- Signals that an I/O operation has been interrupted.
- InterruptedIOException() -
Constructor for class java.io.InterruptedIOException
- Constructs an
InterruptedIOException
with
null
as its error detail message.
- InterruptedIOException(String) -
Constructor for class java.io.InterruptedIOException
- Constructs an
InterruptedIOException
with the
specified detail message.
- InterruptedNamingException - exception javax.naming.InterruptedNamingException.
- This exception is thrown when the naming operation
being invoked has been interrupted.
- InterruptedNamingException() -
Constructor for class javax.naming.InterruptedNamingException
- Constructs an instance of InterruptedNamingException with
all name resolution fields and explanation initialized to null.
- InterruptedNamingException(String) -
Constructor for class javax.naming.InterruptedNamingException
- Constructs an instance of InterruptedNamingException using an
explanation of the problem.
- InterruptibleChannel - interface java.nio.channels.InterruptibleChannel.
- A channel that can be asynchronously closed and interrupted.
- intersect(Area) -
Method in class java.awt.geom.Area
- Sets the shape of this
Area
to the intersection of
its current shape and the shape of the specified Area
.
- intersect(Rectangle2D, Rectangle2D, Rectangle2D) -
Static method in class java.awt.geom.Rectangle2D
- Intersects the pair of specified source
Rectangle2D
objects and puts the result into the specified destination
Rectangle2D
object.
- intersection(Rectangle) -
Method in class java.awt.Rectangle
- Computes the intersection of this
Rectangle
with the
specified Rectangle
.
- intersects(BitSet) -
Method in class java.util.BitSet
- Returns true if the specified
BitSet
has any bits set to
true
that are also set to true
in this
BitSet
.
- intersects(double, double, double, double) -
Method in class java.awt.Polygon
- Tests if the interior of this
Polygon
intersects the
interior of a specified set of rectangular coordinates.
- intersects(double, double, double, double) -
Method in interface java.awt.Shape
- Tests if the interior of the
Shape
intersects the
interior of a specified rectangular area.
- intersects(double, double, double, double) -
Method in class java.awt.geom.RoundRectangle2D
- Tests if the interior of this
RoundRectangle2D
intersects the interior of a specified set of rectangular
coordinates.
- intersects(double, double, double, double) -
Method in class java.awt.geom.QuadCurve2D
- Tests if the shape of this
QuadCurve2D
intersects the
interior of a specified set of rectangular coordinates.
- intersects(double, double, double, double) -
Method in class java.awt.geom.Ellipse2D
- Tests if the interior of this
Ellipse2D
intersects
the interior of a specified rectangular area.
- intersects(double, double, double, double) -
Method in class java.awt.geom.CubicCurve2D
- Tests if the shape intersects the interior of a specified
set of rectangular coordinates.
- intersects(double, double, double, double) -
Method in class java.awt.geom.Area
- Tests whether the interior of this
Area
object
intersects the interior of the specified rectangular area.
- intersects(double, double, double, double) -
Method in class java.awt.geom.Arc2D
- Determines whether or not the interior of the arc intersects
the interior of the specified rectangle.
- intersects(double, double, double, double) -
Method in class java.awt.geom.GeneralPath
- Tests if the interior of this
Shape
intersects the
interior of a specified set of rectangular coordinates.
- intersects(double, double, double, double) -
Method in class java.awt.geom.Line2D
- Tests if this
Line2D
intersects the interior of a
specified set of rectangular coordinates.
- intersects(double, double, double, double) -
Method in class java.awt.geom.Rectangle2D
- Tests if the interior of this
Rectangle2D
intersects the interior of a specified set of rectangular
coordinates.
- intersects(Rectangle) -
Method in class java.awt.Rectangle
- Determines whether or not this
Rectangle
and the specified
Rectangle
intersect.
- intersects(Rectangle2D) -
Method in class java.awt.Polygon
- Tests if the interior of this
Polygon
intersects the
interior of a specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in interface java.awt.Shape
- Tests if the interior of the
Shape
intersects the
interior of a specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.QuadCurve2D
- Tests if the shape of this
QuadCurve2D
intersects the
interior of a specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.CubicCurve2D
- Tests if the shape intersects the interior of a specified
Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.Area
- Tests whether the interior of this
Area
object
intersects the interior of the specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.GeneralPath
- Tests if the interior of this
Shape
intersects the
interior of a specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.Line2D
- Tests if this
Line2D
intersects the interior of a
specified Rectangle2D
.
- intersects(Rectangle2D) -
Method in class java.awt.geom.RectangularShape
- Tests if the interior of the
Shape
intersects the
interior of a specified Rectangle2D
.
- intersectsLine(double, double, double, double) -
Method in class java.awt.geom.Line2D
- Tests if the line segment from (X1, Y1) to
(X2, Y2) intersects this line segment.
- intersectsLine(double, double, double, double) -
Method in class java.awt.geom.Rectangle2D
- Tests if the specified line segment intersects the interior of this
Rectangle2D
.
- intersectsLine(Line2D) -
Method in class java.awt.geom.Line2D
- Tests if the specified line segment intersects this line segment.
- intersectsLine(Line2D) -
Method in class java.awt.geom.Rectangle2D
- Tests if the specified line segment intersects the interior of this
Rectangle2D
.
- 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
- intervalAdded(ListDataEvent) -
Method in class javax.swing.JList.AccessibleJList
- List Data Listener interval added method.
- intervalAdded(ListDataEvent) -
Method in class javax.swing.JComboBox
- This method is public as an implementation side effect.
- intervalAdded(ListDataEvent) -
Method in interface javax.swing.event.ListDataListener
- Sent after the indices in the index0,index1
interval have been inserted in the data model.
- intervalAdded(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.ListDataHandler
-
- intervalAdded(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
- Obsolete - not used.
- intervalAdded(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
-
- intervalAdded(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
-
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.JList.AccessibleJList
- List Data Listener interval removed method.
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.JComboBox
- This method is public as an implementation side effect.
- intervalRemoved(ListDataEvent) -
Method in interface javax.swing.event.ListDataListener
- Sent after the indices in the index0,index1 interval
have been removed from the data model.
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.ListDataHandler
-
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
- Obsolete - not used.
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
-
- intervalRemoved(ListDataEvent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
-
- 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(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) -
Constructor for class org.omg.CORBA.INTF_REPOS
- Constructs an
INTF_REPOS
exception with the specified detail.
- 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.
- IntHolder - class org.omg.CORBA.IntHolder.
- The Holder for Int.
- IntHolder() -
Constructor for class org.omg.CORBA.IntHolder
- Constructs a new
IntHolder
object with its
value
field initialized to 0
.
- IntHolder(int) -
Constructor for class org.omg.CORBA.IntHolder
- Constructs a new
IntHolder
object with its
value
field initialized to the given
int
.
- intKey() -
Method in class java.awt.RenderingHints.Key
- Returns the private integer key that the subclass
instantiated this Key with.
- IntrospectionException - exception java.beans.IntrospectionException.
- Thrown when an exception happens during Introspection.
- IntrospectionException(String) -
Constructor for class java.beans.IntrospectionException
- Constructs an
IntrospectionException
with a
detailed message.
- Introspector - class java.beans.Introspector.
- The Introspector class provides a standard way for tools to learn about
the properties, events, and methods supported by a target Java Bean.
- intValue() -
Method in class java.lang.Double
- Returns the value of this
Double
as an
int
(by casting to type int
).
- intValue() -
Method in class java.lang.Float
- Returns the value of this
Float
as an
int
(by casting to type int
).
- intValue() -
Method in class java.lang.Short
- Returns the value of this
Short
as an
int
.
- intValue() -
Method in class java.lang.Byte
- Returns the value of this
Byte
as an
int
.
- intValue() -
Method in class java.lang.Long
- Returns the value of this
Long
as an
int
.
- intValue() -
Method in class java.lang.Number
- Returns the value of the specified number as an
int
.
- intValue() -
Method in class java.lang.Integer
- Returns the value of this
Integer
as an
int
.
- intValue() -
Method in class java.math.BigDecimal
- Converts this BigDecimal to an
int
.
- intValue() -
Method in class java.math.BigInteger
- Converts this BigInteger to an
int
.
- intValue() -
Method in class java.util.logging.Level
- Get the integer value for this level.
- 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
- 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(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) -
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(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(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) -
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(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(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) -
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(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(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) -
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(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.
- Invalid - exception org.omg.CORBA.DynAnyPackage.Invalid.
- Invalid is thrown by dynamic any operations when a bad
DynAny
or Any
is passed as a parameter. - 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(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) -
Constructor for class org.omg.CORBA.INVALID_TRANSACTION
- Constructs an
INVALID_TRANSACTION
exception
with the specified detail message.
- 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.
- Invalid() -
Constructor for class org.omg.CORBA.DynAnyPackage.Invalid
- Constructs an
Invalid
object.
- Invalid(String) -
Constructor for class org.omg.CORBA.DynAnyPackage.Invalid
- Constructs an
Invalid
object.
- InvalidAddress - exception org.omg.CosNaming.NamingContextExtPackage.InvalidAddress.
- org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java .
- InvalidAddress() -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.InvalidAddress
-
- InvalidAddress(String) -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.InvalidAddress
-
- InvalidAddressHelper - class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper.
- org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java .
- InvalidAddressHelper() -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
- InvalidAddressHolder - class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHolder.
- org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java .
- InvalidAddressHolder() -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHolder
-
- InvalidAddressHolder(InvalidAddress) -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHolder
-
- InvalidAlgorithmParameterException - exception java.security.InvalidAlgorithmParameterException.
- This is the exception for invalid or inappropriate algorithm parameters.
- InvalidAlgorithmParameterException() -
Constructor for class java.security.InvalidAlgorithmParameterException
- Constructs an InvalidAlgorithmParameterException with no detail
message.
- InvalidAlgorithmParameterException(String) -
Constructor for class java.security.InvalidAlgorithmParameterException
- Constructs an InvalidAlgorithmParameterException with the specified
detail message.
- invalidate() -
Method in class java.awt.Polygon
- Invalidates or flushes any internally-cached data that depends
on the vertex coordinates of this
Polygon
.
- invalidate() -
Method in class java.awt.Container
- Invalidates the container.
- invalidate() -
Method in class java.awt.Component
- Invalidates this component.
- invalidate() -
Method in interface javax.net.ssl.SSLSession
- Invalidates the session.
- invalidate() -
Method in class javax.swing.CellRendererPane
- Overridden to avoid propagating a invalidate up the tree when the
cell renderer child is configured.
- invalidateFileCache() -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
- Obsolete - not used.
- invalidateLayout(Container) -
Method in class java.awt.GridBagLayout
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- invalidateLayout(Container) -
Method in class java.awt.CardLayout
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- invalidateLayout(Container) -
Method in class java.awt.BorderLayout
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- invalidateLayout(Container) -
Method in interface java.awt.LayoutManager2
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- invalidateLayout(Container) -
Method in class javax.swing.SpringLayout
-
- invalidateLayout(Container) -
Method in class javax.swing.BoxLayout
- Indicates that a child has changed its layout related information,
and thus any cached calculations should be flushed.
- invalidateLayout(Container) -
Method in class javax.swing.OverlayLayout
- Indicates a child has changed its layout related information,
which causes any cached calculations to be flushed.
- invalidateLayout(Container) -
Method in class javax.swing.JRootPane.RootLayout
-
- invalidateLayout(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Does nothing.
- invalidatePathBounds(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Instructs the
LayoutCache
that the bounds for
path
are invalid, and need to be updated.
- invalidatePathBounds(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Does nothing, FixedHeightLayoutCache doesn't cache width, and that
is all that could change.
- invalidatePathBounds(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Instructs the
LayoutCache
that the bounds for
path
are invalid, and need to be updated.
- invalidateSizes() -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Informs the
TreeState
that it needs to recalculate
all the sizes it is referencing.
- invalidateSizes() -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Informs the TreeState that it needs to recalculate all the sizes
it is referencing.
- invalidateSizes() -
Method in class javax.swing.tree.AbstractLayoutCache
- Informs the
TreeState
that it needs to recalculate
all the sizes it is referencing.
- InvalidAttributeIdentifierException - exception javax.naming.directory.InvalidAttributeIdentifierException.
- This exception is thrown when an attempt is
made to add to create an attribute with an invalid attribute identifier.
- InvalidAttributeIdentifierException() -
Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException.
- InvalidAttributeIdentifierException(String) -
Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException using the
explanation supplied.
- InvalidAttributesException - exception javax.naming.directory.InvalidAttributesException.
- This exception is thrown when an attempt is
made to add or modify an attribute set that has been specified
incompletely or incorrectly.
- InvalidAttributesException() -
Constructor for class javax.naming.directory.InvalidAttributesException
- Constructs a new instance of InvalidAttributesException.
- InvalidAttributesException(String) -
Constructor for class javax.naming.directory.InvalidAttributesException
- Constructs a new instance of InvalidAttributesException using an
explanation.
- InvalidAttributeValueException - exception javax.naming.directory.InvalidAttributeValueException.
- This class is thrown when an attempt is
made to add to an attribute a value that conflicts with the attribute's
schema definition.
- InvalidAttributeValueException() -
Constructor for class javax.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException.
- InvalidAttributeValueException(String) -
Constructor for class javax.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException using
an explanation.
- InvalidClassException - exception java.io.InvalidClassException.
- Thrown when the Serialization runtime detects one of the following
problems with a Class.
- InvalidClassException(String) -
Constructor for class java.io.InvalidClassException
- Report a InvalidClassException for the reason specified.
- InvalidClassException(String, String) -
Constructor for class java.io.InvalidClassException
- Constructs an InvalidClassException object.
- InvalidDnDOperationException - exception java.awt.dnd.InvalidDnDOperationException.
- This exception is thrown by various methods in the java.awt.dnd package.
- InvalidDnDOperationException() -
Constructor for class java.awt.dnd.InvalidDnDOperationException
- Create a default Exception
- InvalidDnDOperationException(String) -
Constructor for class java.awt.dnd.InvalidDnDOperationException
- Create an Exception with its own descriptive message
- invalidEdit() -
Method in class javax.swing.JFormattedTextField
- Invoked when the user inputs an invalid value.
- invalidEdit() -
Method in class javax.swing.JFormattedTextField.AbstractFormatter
- This should be invoked when the user types an invalid character.
- InvalidKeyException - exception java.security.InvalidKeyException.
- This is the exception for invalid Keys (invalid encoding, wrong
length, uninitialized, etc).
- InvalidKeyException() -
Constructor for class java.security.InvalidKeyException
- Constructs an InvalidKeyException with no detail message.
- InvalidKeyException(String) -
Constructor for class java.security.InvalidKeyException
- Constructs an InvalidKeyException with the specified detail
message.
- InvalidKeySpecException - exception java.security.spec.InvalidKeySpecException.
- This is the exception for invalid key specifications.
- InvalidKeySpecException() -
Constructor for class java.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with no detail message.
- InvalidKeySpecException(String) -
Constructor for class java.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with the specified detail
message.
- InvalidMarkException - exception java.nio.InvalidMarkException.
- Unchecked exception thrown when an attempt is made to reset a buffer
when its mark is not defined.
- InvalidMarkException() -
Constructor for class java.nio.InvalidMarkException
- Constructs an instance of this class.
- InvalidMidiDataException - exception javax.sound.midi.InvalidMidiDataException.
- An
InvalidMidiDataException
indicates that inappropriate MIDI
data was encountered. - InvalidMidiDataException() -
Constructor for class javax.sound.midi.InvalidMidiDataException
- Constructs an
InvalidMidiDataException
with
null
for its error detail message.
- InvalidMidiDataException(String) -
Constructor for class javax.sound.midi.InvalidMidiDataException
- Constructs an
InvalidMidiDataException
with the
specified detail message.
- InvalidName - exception org.omg.CORBA.ORBPackage.InvalidName.
- The
InvalidName
exception is raised when
ORB.resolve_initial_references
is passed a name
for which there is no initial reference. - InvalidName - exception org.omg.CosNaming.NamingContextPackage.InvalidName.
- org/omg/CosNaming/NamingContextPackage/InvalidName.java .
- InvalidName - exception org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName.
- org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java .
- InvalidName() -
Constructor for class org.omg.CORBA.ORBPackage.InvalidName
- Constructs an
InvalidName
exception with no reason message.
- InvalidName() -
Constructor for class org.omg.CosNaming.NamingContextPackage.InvalidName
-
- InvalidName() -
Constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName
-
- InvalidName(String) -
Constructor for class org.omg.CORBA.ORBPackage.InvalidName
- Constructs an
InvalidName
exception with the specified
reason message.
- InvalidName(String) -
Constructor for class org.omg.CosNaming.NamingContextPackage.InvalidName
-
- InvalidName(String) -
Constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName
-
- InvalidNameException - exception javax.naming.InvalidNameException.
- This exception indicates that the name being specified does
not conform to the naming syntax of a naming system.
- InvalidNameException() -
Constructor for class javax.naming.InvalidNameException
- Constructs an instance of InvalidNameException with
all fields set to null.
- InvalidNameException(String) -
Constructor for class javax.naming.InvalidNameException
- Constructs an instance of InvalidNameException using an
explanation of the problem.
- InvalidNameHelper - class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.
- org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java .
- InvalidNameHelper - class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper.
- org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java .
- InvalidNameHelper() -
Constructor for class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
- InvalidNameHelper() -
Constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
- InvalidNameHolder - class org.omg.CosNaming.NamingContextPackage.InvalidNameHolder.
- org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java .
- InvalidNameHolder() -
Constructor for class org.omg.CosNaming.NamingContextPackage.InvalidNameHolder
-
- InvalidNameHolder(InvalidName) -
Constructor for class org.omg.CosNaming.NamingContextPackage.InvalidNameHolder
-
- InvalidObjectException - exception java.io.InvalidObjectException.
- Indicates that one or more deserialized objects failed validation
tests.
- InvalidObjectException(String) -
Constructor for class java.io.InvalidObjectException
- Constructs an
InvalidObjectException
.
- InvalidParameterException - exception java.security.InvalidParameterException.
- This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
- InvalidParameterException() -
Constructor for class java.security.InvalidParameterException
- Constructs an InvalidParameterException with no detail message.
- InvalidParameterException(String) -
Constructor for class java.security.InvalidParameterException
- Constructs an InvalidParameterException with the specified
detail message.
- InvalidParameterSpecException - exception java.security.spec.InvalidParameterSpecException.
- This is the exception for invalid parameter specifications.
- InvalidParameterSpecException() -
Constructor for class java.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with no detail message.
- InvalidParameterSpecException(String) -
Constructor for class java.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with the specified detail
message.
- InvalidPolicy - exception org.omg.PortableServer.POAPackage.InvalidPolicy.
- org/omg/PortableServer/POAPackage/InvalidPolicy.java .
- InvalidPolicy() -
Constructor for class org.omg.PortableServer.POAPackage.InvalidPolicy
-
- InvalidPolicy(short) -
Constructor for class org.omg.PortableServer.POAPackage.InvalidPolicy
-
- InvalidPolicy(String, short) -
Constructor for class org.omg.PortableServer.POAPackage.InvalidPolicy
-
- InvalidPolicyHelper - class org.omg.PortableServer.POAPackage.InvalidPolicyHelper.
- org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java .
- InvalidPolicyHelper() -
Constructor for class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
- InvalidPreferencesFormatException - exception java.util.prefs.InvalidPreferencesFormatException.
- Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of preferences, as per the
Preferences
specification. - InvalidPreferencesFormatException(String) -
Constructor for class java.util.prefs.InvalidPreferencesFormatException
- Constructs an InvalidPreferencesFormatException with the specified
detail message.
- InvalidPreferencesFormatException(String, Throwable) -
Constructor for class java.util.prefs.InvalidPreferencesFormatException
- Constructs an InvalidPreferencesFormatException with the specified
detail message and cause.
- InvalidPreferencesFormatException(Throwable) -
Constructor for class java.util.prefs.InvalidPreferencesFormatException
- Constructs an InvalidPreferencesFormatException with the specified
cause.
- InvalidSearchControlsException - exception javax.naming.directory.InvalidSearchControlsException.
- This exception is thrown when the specification of
the SearchControls for a search operation is invalid.
- InvalidSearchControlsException() -
Constructor for class javax.naming.directory.InvalidSearchControlsException
- Constructs a new instance of InvalidSearchControlsException.
- InvalidSearchControlsException(String) -
Constructor for class javax.naming.directory.InvalidSearchControlsException
- Constructs a new instance of InvalidSearchControlsException
with an explanation.
- InvalidSearchFilterException - exception javax.naming.directory.InvalidSearchFilterException.
- This exception is thrown when the specification of
a search filter is invalid.
- InvalidSearchFilterException() -
Constructor for class javax.naming.directory.InvalidSearchFilterException
- Constructs a new instance of InvalidSearchFilterException.
- InvalidSearchFilterException(String) -
Constructor for class javax.naming.directory.InvalidSearchFilterException
- Constructs a new instance of InvalidSearchFilterException
with an explanation.
- InvalidSeq - exception org.omg.CORBA.DynAnyPackage.InvalidSeq.
- The InvalidSeq exception is thrown by all operations on dynamic
anys that take a sequence (Java array) as an argument, when that
sequence is invalid.
- InvalidSeq() -
Constructor for class org.omg.CORBA.DynAnyPackage.InvalidSeq
- Constructs an
InvalidSeq
object.
- InvalidSeq(String) -
Constructor for class org.omg.CORBA.DynAnyPackage.InvalidSeq
- Constructs an
InvalidSeq
object.
- InvalidSlot - exception org.omg.PortableInterceptor.InvalidSlot.
- org/omg/PortableInterceptor/InvalidSlot.java .
- InvalidSlot() -
Constructor for class org.omg.PortableInterceptor.InvalidSlot
-
- InvalidSlot(String) -
Constructor for class org.omg.PortableInterceptor.InvalidSlot
-
- InvalidSlotHelper - class org.omg.PortableInterceptor.InvalidSlotHelper.
- org/omg/PortableInterceptor/InvalidSlotHelper.java .
- InvalidSlotHelper() -
Constructor for class org.omg.PortableInterceptor.InvalidSlotHelper
-
- InvalidTransactionException - exception javax.transaction.InvalidTransactionException.
- This exception indicates that the request carried an invalid transaction
context.
- InvalidTransactionException() -
Constructor for class javax.transaction.InvalidTransactionException
-
- InvalidTransactionException(String) -
Constructor for class javax.transaction.InvalidTransactionException
-
- InvalidTypeForEncoding - exception org.omg.IOP.CodecPackage.InvalidTypeForEncoding.
- org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .
- InvalidTypeForEncoding() -
Constructor for class org.omg.IOP.CodecPackage.InvalidTypeForEncoding
-
- InvalidTypeForEncoding(String) -
Constructor for class org.omg.IOP.CodecPackage.InvalidTypeForEncoding
-
- InvalidTypeForEncodingHelper - class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper.
- org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java .
- InvalidTypeForEncodingHelper() -
Constructor for class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
- InvalidValue - exception org.omg.CORBA.DynAnyPackage.InvalidValue.
-
- InvalidValue - exception org.omg.DynamicAny.DynAnyPackage.InvalidValue.
- org/omg/DynamicAny/DynAnyPackage/InvalidValue.java .
- InvalidValue() -
Constructor for class org.omg.CORBA.DynAnyPackage.InvalidValue
- Constructs an
InvalidValue
object.
- InvalidValue() -
Constructor for class org.omg.DynamicAny.DynAnyPackage.InvalidValue
-
- InvalidValue(String) -
Constructor for class org.omg.CORBA.DynAnyPackage.InvalidValue
- Constructs an
InvalidValue
object.
- InvalidValue(String) -
Constructor for class org.omg.DynamicAny.DynAnyPackage.InvalidValue
-
- InvalidValueHelper - class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper.
- org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java .
- InvalidValueHelper() -
Constructor for class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
- inverseTransform(double[], int, double[], int, int) -
Method in class java.awt.geom.AffineTransform
- Inverse transforms an array of double precision coordinates by
this transform.
- inverseTransform(Point2D, Point2D) -
Method in class java.awt.geom.AffineTransform
- Inverse transforms the specified
ptSrc
and stores the
result in ptDst
.
- 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.
- InvocationEvent - class java.awt.event.InvocationEvent.
- An event which executes the
run()
method on a Runnable
when dispatched by the AWT event dispatcher thread. - InvocationEvent(Object, int, Runnable, Object, boolean) -
Constructor for class java.awt.event.InvocationEvent
- Constructs an
InvocationEvent
with the specified
source and ID which will execute the runnable's run
method when dispatched.
- InvocationEvent(Object, Runnable) -
Constructor for class java.awt.event.InvocationEvent
- Constructs an
InvocationEvent
with the specified
source which will execute the runnable's run
method when dispatched.
- InvocationEvent(Object, Runnable, Object, boolean) -
Constructor for class java.awt.event.InvocationEvent
- Constructs an
InvocationEvent
with the specified
source which will execute the runnable's run
method when dispatched.
- InvocationHandler - interface java.lang.reflect.InvocationHandler.
InvocationHandler
is the interface implemented by
the invocation handler of a proxy instance.- InvocationTargetException - exception java.lang.reflect.InvocationTargetException.
- InvocationTargetException is a checked exception that wraps
an exception thrown by an invoked method or constructor.
- InvocationTargetException() -
Constructor for class java.lang.reflect.InvocationTargetException
- Constructs an
InvocationTargetException
with
null
as the target exception.
- InvocationTargetException(Throwable) -
Constructor for class java.lang.reflect.InvocationTargetException
- Constructs a InvocationTargetException with a target exception.
- InvocationTargetException(Throwable, String) -
Constructor for class java.lang.reflect.InvocationTargetException
- Constructs a InvocationTargetException with a target exception
and a detail message.
- 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.MediaSizeName
- invoice size .
- INVOICE -
Static variable in class javax.print.attribute.standard.MediaSize.Other
- Specifies the invoice size, 5.5 inches by 8.5 inches.
- invoke() -
Method in class org.omg.CORBA.Request
- Makes a synchronous invocation using the
information in the
Request
object.
- invoke(Object, Method, Object[]) -
Method in class java.beans.EventHandler
- Extract the appropriate property value from the event and
pass it to the action associated with
this
EventHandler
.
- invoke(Object, Method, Object[]) -
Method in interface java.lang.reflect.InvocationHandler
- Processes a method invocation on a proxy instance and returns
the result.
- invoke(Object, Object[]) -
Method in class java.lang.reflect.Method
- Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters.
- invoke(Object, OutputStream) -
Method in class org.omg.CORBA.portable.Delegate
- invoke is called by a stub to invoke an operation.
- invoke(RemoteCall) -
Method in interface java.rmi.server.RemoteRef
- Deprecated. 1.2 style stubs no longer use this method. Instead of
using a sequence of method calls to the remote reference
(
newCall
, invoke
, and done
), a
stub uses a single method, invoke(Remote, Method, Object[],
int)
, on the remote reference to carry out parameter
marshalling, remote method executing and unmarshalling of the return
value.
1.2 stubs are generated using rmic -v1.2
. By
default, rmic
generates stubs compatible with JDK1.1 and
the Java 2 SDK. The compatible stubs can also be generated using
rmic -vcompat
.
- invoke(Remote, Method, Object[], long) -
Method in interface java.rmi.server.RemoteRef
- Invoke a method.
- invoke(ServerRequest) -
Method in class org.omg.CORBA.DynamicImplementation
- Deprecated. Deprecated by Portable Object Adapter
- invoke(ServerRequest) -
Method in class org.omg.CosNaming._BindingIteratorImplBase
-
- invoke(ServerRequest) -
Method in class org.omg.CosNaming._NamingContextImplBase
-
- invoke(ServerRequest) -
Method in class org.omg.PortableServer.DynamicImplementation
- Receives requests issued to any CORBA object
incarnated by the DSI servant and performs the processing
necessary to execute the request.
- invokeAndWait(Runnable) -
Static method in class java.awt.EventQueue
- Causes
runnable
to have its run
method called in the dispatch thread of the EventQueue
.
- invokeAndWait(Runnable) -
Static method in class javax.swing.SwingUtilities
- Causes doRun.run() to be executed synchronously on the
AWT event dispatching thread.
- InvokeHandler - interface org.omg.CORBA.portable.InvokeHandler.
- This interface provides a dispatching mechanism for an incoming call.
- invokeLater(Runnable) -
Static method in class java.awt.EventQueue
- Causes
runnable
to have its run
method called in the dispatch thread of the EventQueue
.
- invokeLater(Runnable) -
Static method in class javax.swing.SwingUtilities
- Causes doRun.run() to be executed asynchronously on the
AWT event dispatching thread.
- INVOKES_STOP_CELL_EDITING_PROPERTY -
Static variable in class javax.swing.JTree
- Bound property name for
messagesStopCellEditing
.
- invokesStopCellEditing -
Variable in class javax.swing.JTree
- If true, when editing is to be stopped by way of selection changing,
data in tree changing or other means
stopCellEditing
is invoked, and changes are saved.
- 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.
- 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.
- IPA_EXTENSIONS -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- ipadx -
Variable in class java.awt.GridBagConstraints
- This field specifies the internal padding of the component, how much
space to add to the minimum width of the component.
- ipady -
Variable in class java.awt.GridBagConstraints
- This field specifies the internal padding, that is, how much
space to add to the minimum height of the component.
- 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.
- is_a(Object, String) -
Method in class org.omg.CORBA.portable.Delegate
- Checks if the object reference is an instance of the given interface.
- is_a(Servant, String) -
Method in interface org.omg.PortableServer.portable.Delegate
- This method checks to see if the specified repid is present
on the list returned by _all_interfaces() or is the
repository id for the generic CORBA Object.
- IS_CLOSED_PROPERTY -
Static variable in class javax.swing.JInternalFrame
- Constrained property name indicating that the internal frame is closed.
- is_equivalent(Object, Object) -
Method in class org.omg.CORBA.portable.Delegate
- Determines if the two object references are equivalent.
- IS_ICON_PROPERTY -
Static variable in class javax.swing.JInternalFrame
- Constrained property name indicating that the internal frame is iconified.
- is_local(Object) -
Method in class org.omg.CORBA.portable.Delegate
- Returns true if this object is implemented by a local servant.
- IS_MAXIMUM_PROPERTY -
Static variable in class javax.swing.JInternalFrame
- Constrained property name indicating that the internal frame is maximized.
- is_null() -
Method in class org.omg.DynamicAny._DynValueStub
- Returns true if the DynValueCommon represents a null value type.
- is_null() -
Method in interface org.omg.DynamicAny.DynValueCommonOperations
- Returns true if the DynValueCommon represents a null value type.
- 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.
- isAbsolute() -
Method in class java.io.File
- Tests whether this abstract pathname is absolute.
- isAbsolute() -
Method in class java.net.URI
- Tells whether or not this URI is absolute.
- isAbstract(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
abstract modifer, false otherwise.
- isAccelerated() -
Method in class java.awt.ImageCapabilities
- Returns
true
if the object whose capabilities are
encapsulated in this ImageCapabilities
can be or is
accelerated.
- isAcceleratorHidden() -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- isAcceptable() -
Method in class java.nio.channels.SelectionKey
- Tests whether this key's channel is ready to accept a new socket
connection.
- isAcceptAllFileFilterUsed() -
Method in class javax.swing.JFileChooser
- Returns whether the
AcceptAll FileFilter
is used.
- isAccessible() -
Method in class java.lang.reflect.AccessibleObject
- Get the value of the accessible flag for this object.
- isAccessibleChildSelected(int) -
Method in class java.awt.List.AccessibleAWTList
- Returns true if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Determines if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in interface javax.accessibility.AccessibleSelection
- Determines if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- isAccessibleChildSelected(int) -
Method in class javax.swing.JList.AccessibleJList
- Returns true if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JTree.AccessibleJTree
- Returns true if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Returns true if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JComboBox.AccessibleJComboBox
- Determines if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Determines if the current child of this object is selected.
- isAccessibleChildSelected(int) -
Method in class javax.swing.JMenu.AccessibleJMenu
- Returns true if the current child of this object is selected
(that is, if this child is a popped-up submenu).
- isAccessibleChildSelected(int) -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- Returns true if the current child of this object is selected.
- isAccessibleColumnSelected(int) -
Method in interface javax.accessibility.AccessibleTable
- Returns a boolean value indicating whether the specified column
is selected.
- isAccessibleColumnSelected(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns a boolean value indicating whether the specified column
is selected.
- isAccessibleRowSelected(int) -
Method in interface javax.accessibility.AccessibleTable
- Returns a boolean value indicating whether the specified row
is selected.
- isAccessibleRowSelected(int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns a boolean value indicating whether the specified row
is selected.
- isAccessibleSelected(int, int) -
Method in interface javax.accessibility.AccessibleTable
- Returns a boolean value indicating whether the accessible at
a specified row and column is selected.
- isAccessibleSelected(int, int) -
Method in class javax.swing.JTable.AccessibleJTable
- Returns a boolean value indicating whether the accessible at a
given (row, column) is selected.
- isActionKey() -
Method in class java.awt.event.KeyEvent
- Returns whether the key in this event is an "action" key.
- isActive() -
Method in interface java.applet.AppletStub
- Determines if the applet is active.
- isActive() -
Method in class java.applet.Applet
- Determines if this applet is active.
- isActive() -
Method in class java.awt.Window
- Returns whether this Window is active.
- isActive() -
Method in class java.awt.dnd.DropTarget
- Reports whether or not
this
DropTarget
is currently active (ready to accept drops).
- isActive() -
Method in interface javax.sound.sampled.DataLine
- Indicates whether the line is engaging in active I/O (such as playback
or capture).
- isAddedPath() -
Method in class javax.swing.event.TreeSelectionEvent
- Returns true if the first path element has been added to the
selection, a return value of false means the first path has been
removed from the selection.
- isAddedPath(int) -
Method in class javax.swing.event.TreeSelectionEvent
- Returns true if the path identified by
index
was added to
the selection.
- isAddedPath(TreePath) -
Method in class javax.swing.event.TreeSelectionEvent
- Returns true if the path identified by path was added to the
selection.
- isAfter(int, int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Tests whether a point lies after the rectangle range.
- isAfter(int, int, Rectangle) -
Method in class javax.swing.text.BoxView
- Determines if a point falls after an allocated region.
- isAfterLast() -
Method in interface java.sql.ResultSet
- Retrieves whether the cursor is after the last row in
this
ResultSet
object.
- isAlive() -
Method in class java.lang.Thread
- Tests if this thread is alive.
- isAllocationValid() -
Method in class javax.swing.text.BoxView
- Are the allocations for the children still
valid?
- isAlphaPremultiplied() -
Method in class java.awt.image.BufferedImage
- Returns whether or not the alpha has been premultiplied.
- isAlphaPremultiplied() -
Method in class java.awt.image.ColorModel
- Returns whether or not the alpha has been premultiplied in the
pixel values to be translated by this
ColorModel
.
- isAltDown() -
Method in class java.awt.event.InputEvent
- Returns whether or not the Alt modifier is down on this event.
- isAltGraphDown() -
Method in class java.awt.event.InputEvent
- Returns whether or not the Alt-Graph modifier is down on this event.
- isAncestorOf(Component) -
Method in class java.awt.Container
- Checks if the component is contained in the component hierarchy of
this container.
- isAnonymous() -
Method in interface org.ietf.jgss.GSSName
- Tests if this name object represents an anonymous entity.
- isAntiAliased() -
Method in class java.awt.font.FontRenderContext
- Gets the text anti-aliasing mode used in this
FontRenderContext
.
- isAnyLocalAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress in a wildcard address.
- isAnyLocalAddress() -
Method in class java.net.Inet4Address
- Utility routine to check if the InetAddress in a wildcard address.
- isAnyLocalAddress() -
Method in class java.net.InetAddress
- Utility routine to check if the InetAddress in a wildcard address.
- isAnyPolicyInhibited() -
Method in class java.security.cert.PKIXParameters
- Checks whether the any policy OID should be processed if it
is included in a certificate.
- isArmed() -
Method in class javax.swing.DefaultButtonModel
- Indicates partial commitment towards pressing the
button.
- isArmed() -
Method in interface javax.swing.ButtonModel
- Indicates partial commitment towards pressing the
button.
- isArmed() -
Method in class javax.swing.JMenuItem
- Returns whether the menu item is "armed".
- isArray() -
Method in class java.lang.Class
- Determines if this
Class
object represents an array class.
- isAssignableFrom(Class) -
Method in class java.lang.Class
- Determines if the class or interface represented by this
Class
object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class
parameter.
- isAttributeCategorySupported(Class) -
Method in interface javax.print.PrintService
- Determines whether a client can specify the given printing
attribute category when setting up a job for this print service.
- isAttributeRequired(String, String) -
Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- isAttributeRequired(String, String) -
Method in interface javax.imageio.metadata.IIOMetadataFormat
- Returns
true
if the named attribute must be
present within the named element.
- isAttributeValueSupported(Attribute, DocFlavor, AttributeSet) -
Method in interface javax.print.PrintService
- Determines whether a client can specify the given printing
attribute
value when setting up a job for this Print Service.
- isAutoDetecting() -
Method in class java.nio.charset.CharsetDecoder
- Tells whether or not this decoder implements an auto-detecting charset.
- isAutoIncrement(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether the designated column is automatically numbered, thus read-only.
- isAutoScrolling -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- isAutoWaitForIdle() -
Method in class java.awt.Robot
- Returns whether this Robot automatically invokes
waitForIdle
after generating an event.
- isBackgroundSet() -
Method in class java.awt.Component
- Returns whether the background color has been explicitly set for this
Component.
- isBackingStoreEnabled() -
Method in class javax.swing.JViewport
- Deprecated. As of Java 2 platform v1.3, replaced by
getScrollMode()
.
- isBefore(int, int, Rectangle) -
Method in class javax.swing.text.CompositeView
- Tests whether a point lies before the rectangle range.
- isBefore(int, int, Rectangle) -
Method in class javax.swing.text.BoxView
- Determines if a point falls before an allocated region.
- isBeforeFirst() -
Method in interface java.sql.ResultSet
- Retrieves whether the cursor is before the first row in
this
ResultSet
object.
- isBigEndian() -
Method in class javax.sound.sampled.AudioFormat
- Indicates whether the audio data is stored in big-endian or little-endian
byte order.
- isBlock() -
Method in class javax.swing.text.html.HTML.Tag
- Returns
true
if this tag is a block
tag, which is a tag used to add structure to a
document.
- isBlocking() -
Method in class java.nio.channels.SelectableChannel
- Tells whether or not every I/O operation on this channel will block
until it completes.
- isBlocking() -
Method in class java.nio.channels.spi.AbstractSelectableChannel
-
- isBlockTag(AttributeSet) -
Method in class javax.swing.text.html.HTMLWriter
- Determines if the HTML.Tag associated with the
element is a block tag.
- isBold() -
Method in class java.awt.Font
- Indicates whether or not this
Font
object's style is
BOLD.
- isBold(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the bold attribute is set.
- isBorderOpaque() -
Method in class javax.swing.border.SoftBevelBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.EtchedBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.MatteBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.BevelBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.LineBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.EmptyBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.CompoundBorder
- Returns whether or not this compound border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.TitledBorder
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.border.AbstractBorder
- This default implementation returns false.
- isBorderOpaque() -
Method in interface javax.swing.border.Border
- Returns whether or not the border is opaque.
- isBorderOpaque() -
Method in class javax.swing.plaf.BorderUIResource
-
- isBorderOpaque() -
Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-
- isBorderPainted() -
Method in class javax.swing.JToolBar
- Gets the
borderPainted
property.
- isBorderPainted() -
Method in class javax.swing.JProgressBar
- Returns the
borderPainted
property.
- isBorderPainted() -
Method in class javax.swing.JPopupMenu
- Checks whether the border should be painted.
- isBorderPainted() -
Method in class javax.swing.AbstractButton
- Gets the
borderPainted
property.
- isBorderPainted() -
Method in class javax.swing.JMenuBar
- Returns true if the menu bars border should be painted.
- isBorderPaintedFlat() -
Method in class javax.swing.JCheckBox
- Gets the value of the
borderPaintedFlat
property.
- isBound() -
Method in class java.beans.PropertyDescriptor
- Updates to "bound" properties will cause a "PropertyChange" event to
get fired when the property is changed.
- isBound() -
Method in class java.net.Socket
- Returns the binding state of the socket.
- isBound() -
Method in class java.net.ServerSocket
- Returns the binding state of the ServerSocket.
- isBound() -
Method in class java.net.DatagramSocket
- Returns the binding state of the socket.
- isBoundary(int) -
Method in class java.text.BreakIterator
- Return true if the specified position is a boundary position.
- isCached() -
Method in class javax.imageio.stream.MemoryCacheImageOutputStream
- Returns
true
since this
ImageOutputStream
caches data in order to allow
seeking backwards.
- isCached() -
Method in class javax.imageio.stream.FileCacheImageOutputStream
- Returns
true
since this
ImageOutputStream
caches data in order to allow
seeking backwards.
- isCached() -
Method in class javax.imageio.stream.MemoryCacheImageInputStream
- Returns
true
since this
ImageInputStream
caches data in order to allow
seeking backwards.
- isCached() -
Method in class javax.imageio.stream.FileCacheImageInputStream
- Returns
true
since this
ImageInputStream
caches data in order to allow
seeking backwards.
- isCached() -
Method in class javax.imageio.stream.ImageInputStreamImpl
- Default implementation returns false.
- isCached() -
Method in interface javax.imageio.stream.ImageInputStream
- Returns
true
if this ImageInputStream
caches data itself in order to allow seeking backwards.
- isCachedFile() -
Method in class javax.imageio.stream.MemoryCacheImageOutputStream
- Returns
false
since this
ImageOutputStream
does not maintain a file cache.
- isCachedFile() -
Method in class javax.imageio.stream.FileCacheImageOutputStream
- Returns
true
since this
ImageOutputStream
maintains a file cache.
- isCachedFile() -
Method in class javax.imageio.stream.MemoryCacheImageInputStream
- Returns
false
since this
ImageInputStream
does not maintain a file cache.
- isCachedFile() -
Method in class javax.imageio.stream.FileCacheImageInputStream
- Returns
true
since this
ImageInputStream
maintains a file cache.
- isCachedFile() -
Method in class javax.imageio.stream.ImageInputStreamImpl
- Default implementation returns false.
- isCachedFile() -
Method in interface javax.imageio.stream.ImageInputStream
- Returns
true
if this ImageInputStream
caches data itself in order to allow seeking backwards, and
the cache is kept in a temporary file.
- isCachedMemory() -
Method in class javax.imageio.stream.MemoryCacheImageOutputStream
- Returns
true
since this
ImageOutputStream
maintains a main memory cache.
- isCachedMemory() -
Method in class javax.imageio.stream.FileCacheImageOutputStream
- Returns
false
since this
ImageOutputStream
does not maintain a main memory
cache.
- isCachedMemory() -
Method in class javax.imageio.stream.MemoryCacheImageInputStream
- Returns
true
since this
ImageInputStream
maintains a main memory cache.
- isCachedMemory() -
Method in class javax.imageio.stream.FileCacheImageInputStream
- Returns
false
since this
ImageInputStream
does not maintain a main memory
cache.
- isCachedMemory() -
Method in class javax.imageio.stream.ImageInputStreamImpl
- Default implementation returns false.
- isCachedMemory() -
Method in interface javax.imageio.stream.ImageInputStream
- Returns
true
if this ImageInputStream
caches data itself in order to allow seeking backwards, and
the cache is kept in main memory.
- isCanceled() -
Method in class javax.swing.ProgressMonitor
- Returns true if the user hits the Cancel button in the progress dialog.
- isCancelled() -
Method in class java.awt.print.PrinterJob
- Returns
true
if a print job is
in progress, but is going to be cancelled
at the next opportunity; otherwise returns
false
.
- isCaseIgnored() -
Method in class javax.naming.directory.BasicAttributes
-
- isCaseIgnored() -
Method in interface javax.naming.directory.Attributes
- Determines whether the attribute set ignores the case of
attribute identifiers when retrieving or adding attributes.
- isCaseSensitive(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether a column's case matters.
- isCatalogAtStart() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether a catalog appears at the start of a fully qualified
table name.
- isCellEditable(EventObject) -
Method in class javax.swing.AbstractCellEditor
- Returns true.
- isCellEditable(EventObject) -
Method in class javax.swing.DefaultCellEditor
- Forwards the message from the
CellEditor
to
the delegate
.
- isCellEditable(EventObject) -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
- Returns true if
anEvent
is not a
MouseEvent
.
- isCellEditable(EventObject) -
Method in interface javax.swing.CellEditor
- Asks the editor if it can start editing using
anEvent
.
- isCellEditable(EventObject) -
Method in class javax.swing.tree.DefaultTreeCellEditor
- If the
realEditor
returns true to this
message, prepareForEditing
is messaged and true is returned.
- isCellEditable(int, int) -
Method in class javax.swing.JTable
- Returns true if the cell at
row
and column
is editable.
- isCellEditable(int, int) -
Method in class javax.swing.table.AbstractTableModel
- Returns false.
- isCellEditable(int, int) -
Method in class javax.swing.table.DefaultTableModel
- Returns true regardless of parameter values.
- isCellEditable(int, int) -
Method in interface javax.swing.table.TableModel
- Returns true if the cell at
rowIndex
and
columnIndex
is editable.
- isCellSelected(int, int) -
Method in class javax.swing.JTable
- Returns true if the cell at the specified position is selected.
- isCertificateEntry(String) -
Method in class java.security.KeyStore
- Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- isCharsetDetected() -
Method in class java.nio.charset.CharsetDecoder
- Tells whether or not this decoder has yet detected a
charset (optional operation).
- isClosable() -
Method in class javax.swing.JInternalFrame
- Returns whether this
JInternalFrame
can be closed by
some user action.
- isClosed -
Variable in class javax.swing.JInternalFrame
- The frame has been closed.
- isClosed() -
Method in class java.net.Socket
- Returns the closed state of the socket.
- isClosed() -
Method in class java.net.ServerSocket
- Returns the closed state of the ServerSocket.
- isClosed() -
Method in class java.net.DatagramSocket
- Returns wether the socket is closed or not.
- isClosed() -
Method in interface java.sql.Connection
- Retrieves whether this
Connection
object has been
closed.
- isClosed() -
Method in class javax.swing.JInternalFrame
- Returns whether this
JInternalFrame
is currently closed.
- isCoalesce() -
Method in class javax.swing.Timer
- Returns
true
if the Timer
coalesces
multiple pending action events.
- isCoalescing() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which converts CDATA nodes to Text nodes and appends it to
the adjacent (if any) Text node.
- isCollapsed(int) -
Method in class javax.swing.JTree
- Returns true if the node at the specified display row is collapsed.
- isCollapsed(TreePath) -
Method in class javax.swing.JTree
- Returns true if the value identified by path is currently collapsed,
this will return false if any of the values in path are currently
not being displayed.
- isColumnSelected(int) -
Method in class javax.swing.JTable
- Returns true if the column at the specified index is selected.
- isCombining() -
Method in class java.awt.font.GlyphMetrics
- Returns
true
if this is a combining glyph.
- isCompatibleRaster(Raster) -
Method in class java.awt.image.DirectColorModel
- Returns
true
if raster
is compatible
with this ColorModel
and false
if it is
not.
- isCompatibleRaster(Raster) -
Method in class java.awt.image.ComponentColorModel
- Returns true if
raster
is compatible with this
ColorModel
; false if it is not.
- isCompatibleRaster(Raster) -
Method in class java.awt.image.IndexColorModel
- Returns
true
if raster
is compatible
with this ColorModel
or false
if it
is not compatible with this ColorModel
.
- isCompatibleRaster(Raster) -
Method in class java.awt.image.ColorModel
- Returns
true
if raster
is compatible
with this ColorModel
and false
if it is
not.
- isCompatibleSampleModel(SampleModel) -
Method in class java.awt.image.PackedColorModel
- Checks if the specified
SampleModel
is compatible
with this ColorModel
.
- isCompatibleSampleModel(SampleModel) -
Method in class java.awt.image.ComponentColorModel
- Checks whether or not the specified
SampleModel
is compatible with this ColorModel
.
- isCompatibleSampleModel(SampleModel) -
Method in class java.awt.image.IndexColorModel
- Checks if the specified
SampleModel
is compatible
with this ColorModel
.
- isCompatibleSampleModel(SampleModel) -
Method in class java.awt.image.ColorModel
- Checks if the
SampleModel
is compatible with this
ColorModel
.
- isCompatibleValue(Object) -
Method in class java.awt.RenderingHints.Key
- Returns true if the specified object is a valid value
for this Key.
- isCompatibleWith(String) -
Method in class java.lang.Package
- Compare this package's specification version with a
desired version.
- isCompletelyDirty(JComponent) -
Method in class javax.swing.RepaintManager
- Convenience method that returns true if aComponent will be completely
painted during the next paintDirtyRegions().
- isComponent() -
Method in class java.awt.font.GlyphMetrics
- Returns
true
if this is a component glyph.
- isComponentPartOfCurrentMenu(Component) -
Method in class javax.swing.MenuSelectionManager
- Return true if c is part of the currently used menu
- isCompositionEnabled() -
Method in class java.awt.im.InputContext
- Determines whether the current input method is enabled for composition.
- isCompositionEnabled() -
Method in interface java.awt.im.spi.InputMethod
- Determines whether this input method is enabled.
- isCompressionLossless() -
Method in class javax.imageio.ImageWriteParam
- Returns
true
if the current compression type
provides lossless compression.
- isCompressionLossless() -
Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Returns
false
since the JPEG plug-in only supports
lossy compression.
- isComputerNode(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- isConnectable() -
Method in class java.nio.channels.SelectionKey
- Tests whether this key's channel has either finished, or failed to
finish, its socket-connection operation.
- isConnected() -
Method in class java.net.Socket
- Returns the connection state of the socket.
- isConnected() -
Method in class java.net.DatagramSocket
- Returns the connection state of the socket.
- isConnected() -
Method in class java.nio.channels.SocketChannel
- Tells whether or not this channel's network socket is connected.
- isConnected() -
Method in class java.nio.channels.DatagramChannel
- Tells whether or not this channel's socket is connected.
- isConnectionPending() -
Method in class java.nio.channels.SocketChannel
- Tells whether or not a connection operation is in progress on this
channel.
- isConstrained() -
Method in class java.beans.PropertyDescriptor
- Attempted updates to "Constrained" properties will cause a "VetoableChange"
event to get fired when the property is changed.
- isConsumed() -
Method in class java.awt.AWTEvent
- Returns whether this event has been consumed.
- isConsumed() -
Method in class java.awt.event.InputMethodEvent
- Returns whether or not this event has been consumed.
- isConsumed() -
Method in class java.awt.event.InputEvent
- Returns whether or not this event has been consumed.
- isConsumer(ImageConsumer) -
Method in class java.awt.image.MemoryImageSource
- Determines if an ImageConsumer is on the list of consumers currently
interested in data for this image.
- isConsumer(ImageConsumer) -
Method in class java.awt.image.FilteredImageSource
- Determines whether an ImageConsumer is on the list of consumers
currently interested in data for this image.
- isConsumer(ImageConsumer) -
Method in interface java.awt.image.ImageProducer
- Determines if a specified
ImageConsumer
object is currently registered with this
ImageProducer
as one of its consumers.
- isConsumer(ImageConsumer) -
Method in class java.awt.image.renderable.RenderableImageProducer
- Determine if an ImageConsumer is on the list of consumers
currently interested in data for this image.
- isContentAreaFilled() -
Method in class javax.swing.AbstractButton
- Gets the
contentAreaFilled
property.
- isContextual() -
Method in class java.awt.font.NumericShaper
- Returns a
boolean
indicating whether or not
this shaper shapes contextually.
- isContinuousLayout() -
Method in class javax.swing.JSplitPane
- Gets the
continuousLayout
property.
- isContinuousLayout() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Determines wether the JSplitPane is set to use a continuous layout.
- isControlDown() -
Method in class java.awt.event.InputEvent
- Returns whether or not the Control modifier is down on this event.
- isControlSupported(Control.Type) -
Method in interface javax.sound.sampled.Line
- Indicates whether the line supports a control of the specified type.
- isConversionSupported(AudioFormat.Encoding, AudioFormat) -
Static method in class javax.sound.sampled.AudioSystem
- Indicates whether an audio input stream of the specified encoding
can be obtained from an audio input stream that has the specified
format.
- isConversionSupported(AudioFormat.Encoding, AudioFormat) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Indicates whether the format converter supports conversion to a particular encoding
from a particular format.
- isConversionSupported(AudioFormat, AudioFormat) -
Static method in class javax.sound.sampled.AudioSystem
- Indicates whether an audio input stream of a specified format
can be obtained from an audio input stream of another specified format.
- isConversionSupported(AudioFormat, AudioFormat) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Indicates whether the format converter supports conversion to one
particular format from another.
- isCritical() -
Method in interface java.security.cert.PolicyNode
- Returns the criticality indicator of the certificate policy extension
in the most recently processed certificate.
- isCritical() -
Method in interface javax.naming.ldap.Control
- Determines the criticality of the LDAP control.
- isCryptoAllowed(Key) -
Method in class javax.crypto.ExemptionMechanism
- Returns whether the result blob has been generated successfully by this
exemption mechanism.
- isCS_sRGB() -
Method in class java.awt.color.ColorSpace
- Returns true if the ColorSpace is CS_sRGB.
- isCurrency(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether the designated column is a cash value.
- isCurrent() -
Method in interface javax.security.auth.Refreshable
- Determine if this
Object
is current.
- isCurrent() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket is still current.
- isCurrentServiceInvalidNow() -
Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- Reports if the current service is being forcibly revoked,
in which case the references are now invalidated and unusable.
- isCursorSet() -
Method in class java.awt.Component
- Returns whether the cursor has been explicitly set for this Component.
- isCustomMarshaled(Class) -
Method in interface javax.rmi.CORBA.ValueHandler
- Indicates whether the given class performs custom or
default marshaling.
- isCyclic() -
Method in class java.awt.GradientPaint
- Returns
true
if the gradient cycles repeatedly
between the two colors C1 and C2.
- isDaemon() -
Method in class java.lang.Thread
- Tests if this thread is a daemon thread.
- isDaemon() -
Method in class java.lang.ThreadGroup
- Tests if this thread group is a daemon thread group.
- isDataFlavorSupported(DataFlavor) -
Method in class java.awt.datatransfer.StringSelection
- Returns whether the requested flavor is supported by this
Transferable
.
- isDataFlavorSupported(DataFlavor) -
Method in interface java.awt.datatransfer.Transferable
- Returns whether or not the specified data flavor is supported for
this object.
- isDataFlavorSupported(DataFlavor) -
Method in class java.awt.dnd.DropTargetContext
- This method returns a
boolean
indicating if the given DataFlavor
is
supported by this DropTargetContext
.
- isDataFlavorSupported(DataFlavor) -
Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- Returns whether or not the specified data flavor is supported by
the encapsulated transferable.
- isDataFlavorSupported(DataFlavor) -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns a
boolean
indicating if the
specified DataFlavor
is available
from the source.
- isDataFlavorSupported(DataFlavor) -
Method in class java.awt.dnd.DropTargetDragEvent
- This method returns a
boolean
indicating
if the specified DataFlavor
is supported.
- isDecimalSeparatorAlwaysShown() -
Method in class java.text.DecimalFormat
- Allows you to get the behavior of the decimal separator with integers.
- isDefaultButton() -
Method in class javax.swing.JButton
- Gets the value of the
defaultButton
property,
which if true
means that this button is the current
default button for its JRootPane
.
- isDefaultCapable() -
Method in class javax.swing.JButton
- Gets the value of the
defaultCapable
property.
- isDefaultLookAndFeelDecorated() -
Static method in class javax.swing.JDialog
- Returns true if newly created
JDialog
s should have their
Window decorations provided by the current look and feel.
- isDefaultLookAndFeelDecorated() -
Static method in class javax.swing.JFrame
- Returns true if newly created
JFrame
s should have their
Window decorations provided by the current look and feel.
- isDefined(char) -
Static method in class java.lang.Character
- Determines if a character is defined in Unicode.
- isDefined(Object) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Checks whether a given attribute is defined.
- isDefined(Object) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Checks whether a given attribute is defined.
- isDefined(Object) -
Method in class javax.swing.text.SimpleAttributeSet
- Tells whether a given attribute is defined.
- isDefined(Object) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Checks whether a given attribute is defined.
- isDefined(Object) -
Method in interface javax.swing.text.AttributeSet
- Checks whether the named attribute has a value specified in
the set without resolving through another attribute
set.
- isDefinitelyWritable(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether a write on the designated column will definitely succeed.
- isDelegated() -
Method in class java.beans.beancontext.BeanContextChildSupport
- Reports whether or not this class is a delegate of another.
- isDescendant(TreePath) -
Method in class javax.swing.tree.TreePath
- Returns true if
aTreePath
is a
descendant of this
TreePath.
- isDescendingFrom(Component, Component) -
Static method in class javax.swing.SwingUtilities
- Return
true
if a component a
descends from a component b
- isDesignTime() -
Method in interface java.beans.DesignMode
- A value of true denotes that JavaBeans should behave in design time
mode, a value of false denotes runtime behavior.
- isDesignTime() -
Static method in class java.beans.Beans
- Test if we are in design-mode.
- isDesignTime() -
Method in class java.beans.beancontext.BeanContextSupport
- Reports whether or not this object is in
currently in design time mode.
- isDestroyed() -
Method in class java.lang.ThreadGroup
- Tests if this thread group has been destroyed.
- isDestroyed() -
Method in interface javax.security.auth.Destroyable
- Determine if this
Object
has been destroyed.
- isDestroyed() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket has been destroyed.
- isDestroyed() -
Method in class javax.security.auth.kerberos.KerberosKey
- Determines if this key has been destroyed.
- isDestroyed() -
Method in class javax.security.auth.x500.X500PrivateCredential
- Determines if the references to the X.509 certificate and private key
in this object have been cleared.
- isDeviceSupported(MidiDevice.Info) -
Method in class javax.sound.midi.spi.MidiDeviceProvider
- Indicates whether the device provider supports the device represented by
the specified device info object.
- isDigit(char) -
Static method in class java.lang.Character
- Determines if the specified character is a digit.
- isDirect() -
Method in class java.nio.DoubleBuffer
- Tells whether or not this double buffer is direct.
- isDirect() -
Method in class java.nio.FloatBuffer
- Tells whether or not this float buffer is direct.
- isDirect() -
Method in class java.nio.LongBuffer
- Tells whether or not this long buffer is direct.
- isDirect() -
Method in class java.nio.IntBuffer
- Tells whether or not this int buffer is direct.
- isDirect() -
Method in class java.nio.ShortBuffer
- Tells whether or not this short buffer is direct.
- isDirect() -
Method in class java.nio.CharBuffer
- Tells whether or not this character buffer is direct.
- isDirect() -
Method in class java.nio.ByteBuffer
- Tells whether or not this byte buffer is direct.
- isDirectory() -
Method in class java.io.File
- Tests whether the file denoted by this abstract pathname is a
directory.
- isDirectory() -
Method in class java.util.zip.ZipEntry
- Returns true if this is a directory entry.
- isDirectorySelected() -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
- Property to remember whether a directory is currently selected in the UI.
- isDirectorySelectionEnabled() -
Method in class javax.swing.JFileChooser
- Convenience call that determines if directories are selectable based
on the current file selection mode.
- isDispatchThread() -
Static method in class java.awt.EventQueue
- Returns true if the calling thread is the current AWT
EventQueue
's dispatch thread.
- isDisplayable() -
Method in class java.awt.Component
- Determines whether this component is displayable.
- isDisplayChangeSupported() -
Method in class java.awt.GraphicsDevice
- Returns
true
if this GraphicsDevice
supports low-level display changes.
- isDisposed() -
Method in class javax.print.StreamPrintService
- Returns a
boolean
indicating whether or not
this StreamPrintService
has been disposed.
- isDocFlavorSupported(DocFlavor) -
Method in interface javax.print.PrintService
- Determines if this print service supports a specific
DocFlavor
.
- isDone() -
Method in class java.awt.geom.FlatteningPathIterator
- Tests if the iteration is complete.
- isDone() -
Method in interface java.awt.geom.PathIterator
- Tests if the iteration is complete.
- isDoubleBuffered() -
Method in class java.awt.Component
- Returns true if this component is painted to an offscreen image
("buffer") that's copied to the screen later.
- isDoubleBuffered() -
Method in class javax.swing.JComponent
- Returns whether this component should use a buffer to paint.
- isDoubleBufferingEnabled() -
Method in class javax.swing.RepaintManager
- Returns true if this RepaintManager is double buffered.
- isDragging -
Variable in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- isDragging -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- isDragImageSupported() -
Static method in class java.awt.dnd.DragSource
- Reports
whether or not drag
Image
support
is available on the underlying platform.
- isDrawingBuffer() -
Method in class javax.swing.DebugGraphics
- Returns the drawingBuffer value.
- isDrive(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- isDuplicateToken() -
Method in class org.ietf.jgss.MessageProp
- Tests if this is a duplicate of an earlier token.
- isDynamic() -
Method in class java.awt.image.renderable.RenderableImageOp
- Returns true if successive renderings (that is, calls to
createRendering() or createScaledRendering()) with the same arguments
may produce different results.
- isDynamic() -
Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- Returns true if successive renderings (that is, calls to
create(RenderContext, ParameterBlock)) with the same arguments
may produce different results.
- isDynamic() -
Method in interface java.awt.image.renderable.RenderableImage
- Returns true if successive renderings (that is, calls to
createRendering() or createScaledRendering()) with the same arguments
may produce different results.
- isDynamicLayoutActive() -
Method in class java.awt.Toolkit
- Returns whether dynamic layout of Containers on resize is
currently active (both set programmatically, and supported
by the underlying operating system and/or window manager).
- isDynamicLayoutSet() -
Method in class java.awt.Toolkit
- Returns whether the layout of Containers is validated dynamically
during resizing, or statically, after resizing is complete.
- isEchoOn() -
Method in class javax.security.auth.callback.PasswordCallback
- Return whether the password
should be displayed as it is being typed.
- isEditable -
Variable in class javax.swing.JComboBox
- This protected field is implementation specific.
- isEditable() -
Method in class java.awt.TextComponent
- Indicates whether or not this text component is editable.
- isEditable() -
Method in class javax.swing.JTree
- Returns true if the tree is editable.
- isEditable() -
Method in class javax.swing.JComboBox
- Returns true if the
JComboBox
is editable.
- isEditable() -
Method in class javax.swing.text.JTextComponent
- Returns the boolean indicating whether this
TextComponent
is editable or not.
- isEditable() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- isEditing() -
Method in class javax.swing.JTree
- Returns true if the tree is being edited.
- isEditing() -
Method in class javax.swing.JTable
- Returns true if a cell is being edited.
- isEditing(JTree) -
Method in class javax.swing.plaf.TreeUI
- Returns true if the tree is being edited.
- isEditing(JTree) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns true if the tree is being edited.
- isEditing(JTree) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
isEditing
method on each UI handled by this object.
- isEditValid() -
Method in class javax.swing.JFormattedTextField
- Returns true if the current value being edited is valid.
- isEmpty() -
Method in class java.awt.RenderingHints
- Returns
true
if this
RenderingHints
contains no key-value mappings.
- isEmpty() -
Method in class java.awt.Rectangle
- Determines whether or not this
Rectangle
is empty.
- isEmpty() -
Method in class java.awt.geom.RoundRectangle2D.Float
- Determines whether or not this
RoundRectangle2D
is empty.
- isEmpty() -
Method in class java.awt.geom.RoundRectangle2D.Double
- Determines whether or not this
RoundRectangle2D
is empty.
- isEmpty() -
Method in class java.awt.geom.Ellipse2D.Float
- Determines whether or not the bounding box of this
Ellipse2D
is empty.
- isEmpty() -
Method in class java.awt.geom.Ellipse2D.Double
- Determines whether or not the bounding box of this
Ellipse2D
is empty.
- isEmpty() -
Method in class java.awt.geom.Area
- Tests whether this
Area
object encloses any area.
- isEmpty() -
Method in class java.awt.geom.Arc2D.Float
- Determines whether the arc is empty.
- isEmpty() -
Method in class java.awt.geom.Arc2D.Double
- Determines whether the arc is empty.
- isEmpty() -
Method in class java.awt.geom.RectangularShape
- Determines whether the
RectangularShape
is empty.
- isEmpty() -
Method in class java.awt.geom.Rectangle2D.Float
- Determines whether or not this
Rectangle2D
is empty.
- isEmpty() -
Method in class java.awt.geom.Rectangle2D.Double
- Determines whether or not this
Rectangle2D
is empty.
- isEmpty() -
Method in class java.beans.beancontext.BeanContextSupport
- Reports whether or not this
BeanContext is empty.
- isEmpty() -
Method in class java.util.IdentityHashMap
- Returns true if this identity hash map contains no key-value
mappings.
- isEmpty() -
Method in class java.util.WeakHashMap
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class java.util.TreeSet
- Returns true if this set contains no elements.
- isEmpty() -
Method in class java.util.BitSet
- Returns true if this
BitSet
contains no bits that are set
to true
.
- isEmpty() -
Method in class java.util.HashSet
- Returns true if this set contains no elements.
- isEmpty() -
Method in class java.util.ArrayList
- Tests if this list has no elements.
- isEmpty() -
Method in class java.util.AbstractMap
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class java.util.HashMap
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in interface java.util.List
- Returns true if this list contains no elements.
- isEmpty() -
Method in class java.util.AbstractCollection
- Returns true if this collection contains no elements.
- isEmpty() -
Method in class java.util.Vector
- Tests if this vector has no components.
- isEmpty() -
Method in interface java.util.Map
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class java.util.Dictionary
- Tests if this dictionary maps no keys to value.
- isEmpty() -
Method in class java.util.Hashtable
- Tests if this hashtable maps no keys to values.
- isEmpty() -
Method in interface java.util.Collection
- Returns true if this collection contains no elements.
- isEmpty() -
Method in interface java.util.Set
- Returns true if this set contains no elements.
- isEmpty() -
Method in class java.util.jar.Attributes
- Returns true if this Map contains no attributes.
- isEmpty() -
Method in class javax.naming.CompoundName
- Determines whether this compound name is empty.
- isEmpty() -
Method in class javax.naming.CompositeName
- Determines whether this composite name is empty.
- isEmpty() -
Method in interface javax.naming.Name
- Determines whether this name is empty.
- isEmpty() -
Method in class javax.print.attribute.HashAttributeSet
- Returns true if this attribute set contains no attributes.
- isEmpty() -
Method in interface javax.print.attribute.AttributeSet
- Returns true if this attribute set contains no attributes.
- isEmpty() -
Method in class javax.swing.DefaultListModel
- Tests whether this list has any components.
- isEmpty() -
Method in class javax.swing.text.SimpleAttributeSet
- Checks whether the set of attributes is empty.
- isEmpty() -
Method in class javax.swing.text.html.parser.Element
- Check if empty
- isEnabled() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Determine if the object is enabled.
- isEnabled() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Determines if the object is enabled.
- isEnabled() -
Method in class java.awt.MenuItem
- Checks whether this menu item is enabled.
- isEnabled() -
Method in class java.awt.Component
- Determines whether this component is enabled.
- isEnabled() -
Method in class java.awt.Component.AccessibleAWTComponent
- Determines if the object is enabled.
- isEnabled() -
Method in interface javax.accessibility.AccessibleComponent
- Determines if the object is enabled.
- isEnabled() -
Method in class javax.swing.DefaultButtonModel
- Indicates whether the button can be selected or pressed by
an input device (such as a mouse pointer).
- isEnabled() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- isEnabled() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- isEnabled() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Determines if the object is enabled.
- isEnabled() -
Method in class javax.swing.ToolTipManager
- Returns true if this object is enabled.
- isEnabled() -
Method in interface javax.swing.ButtonModel
- Indicates if the button can be selected or pressed by
an input device (such as a mouse pointer).
- isEnabled() -
Method in interface javax.swing.Action
- Returns the enabled state of the
Action
.
- isEnabled() -
Method in class javax.swing.AbstractAction
- Returns true if the action is enabled.
- isEnabled() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeToggleAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicTreeUI.TreeCancelEditingAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicSliderUI.ActionScroller
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction
-
- isEnabled() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction
-
- isEnabledAt(int) -
Method in class javax.swing.JTabbedPane
- Returns whether or not the tab at
index
is
currently enabled.
- isEnqueued() -
Method in class java.lang.ref.Reference
- Tells whether or not this reference object has been enqueued, either by
the program or by the garbage collector.
- isEqual(AttributeSet) -
Method in class javax.swing.text.StyleContext.SmallAttributeSet
- Checks whether two attribute sets are equal.
- isEqual(AttributeSet) -
Method in class javax.swing.text.StyleContext.NamedStyle
- Checks whether two attribute sets are equal.
- isEqual(AttributeSet) -
Method in class javax.swing.text.SimpleAttributeSet
- Compares two attribute sets.
- isEqual(AttributeSet) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Checks whether two attribute sets are equal.
- isEqual(AttributeSet) -
Method in interface javax.swing.text.AttributeSet
- Determines if the two attribute sets are equivalent.
- isEqual(byte[], byte[]) -
Static method in class java.security.MessageDigest
- Compares two digests for equality.
- isError() -
Method in class java.nio.charset.CoderResult
- Tells whether or not this object describes an error condition.
- isErrorAny() -
Method in class java.awt.MediaTracker
- Checks the error status of all of the images.
- isErrorID(int) -
Method in class java.awt.MediaTracker
- Checks the error status of all of the images tracked by this
media tracker with the specified identifier.
- isEstablished() -
Method in interface org.ietf.jgss.GSSContext
- Used during context establishment to determine the state of the
context.
- isEventDispatchThread() -
Static method in class javax.swing.SwingUtilities
- Returns true if the current thread is an AWT event dispatching thread.
- isExpanded(int) -
Method in class javax.swing.JTree
- Returns true if the node at the specified display row is currently
expanded.
- isExpanded(TreePath) -
Method in class javax.swing.JTree
- Returns true if the node identified by the path is currently expanded,
- isExpanded(TreePath) -
Method in class javax.swing.tree.VariableHeightLayoutCache
- Returns true if the value identified by
path
is
currently expanded.
- isExpanded(TreePath) -
Method in class javax.swing.tree.FixedHeightLayoutCache
- Returns true if the value identified by row is currently expanded.
- isExpanded(TreePath) -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns true if the value identified by row is currently expanded.
- isExpandEntityReferences() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which expand entity reference nodes.
- isExpert() -
Method in class java.beans.FeatureDescriptor
- The "expert" flag is used to distinguish between those features that are
intended for expert users from those that are intended for normal users.
- isExplicitPolicyRequired() -
Method in class java.security.cert.PKIXParameters
- Checks if explicit policy is required.
- isFile() -
Method in class java.io.File
- Tests whether the file denoted by this abstract pathname is a normal
file.
- isFileHidingEnabled() -
Method in class javax.swing.JFileChooser
- Returns true if hidden files are not shown in the file chooser;
otherwise, returns false.
- isFileSelectionEnabled() -
Method in class javax.swing.JFileChooser
- Convenience call that determines if files are selectable based on the
current file selection mode.
- isFileSystem(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- isFileSystemRoot(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- isFileTypeSupported(AudioFileFormat.Type) -
Static method in class javax.sound.sampled.AudioSystem
- Indicates whether file writing support for the specified file type is provided
by the system.
- isFileTypeSupported(AudioFileFormat.Type) -
Method in class javax.sound.sampled.spi.AudioFileWriter
- Indicates whether file writing support for the specified file type is provided
by this audio file writer.
- isFileTypeSupported(AudioFileFormat.Type, AudioInputStream) -
Static method in class javax.sound.sampled.AudioSystem
- Indicates whether an audio file of the specified file type can be written
from the indicated audio input stream.
- isFileTypeSupported(AudioFileFormat.Type, AudioInputStream) -
Method in class javax.sound.sampled.spi.AudioFileWriter
- Indicates whether an audio file of the type specified can be written
from the audio input stream indicated.
- isFileTypeSupported(int) -
Static method in class javax.sound.midi.MidiSystem
- Indicates whether file writing support for the specified MIDI file type
is provided by the system.
- isFileTypeSupported(int) -
Method in class javax.sound.midi.spi.MidiFileWriter
- Indicates whether file writing support for the specified MIDI file type
is provided by this file writer.
- isFileTypeSupported(int, Sequence) -
Static method in class javax.sound.midi.MidiSystem
- Indicates whether a MIDI file of the file type specified can be written
from the sequence indicated.
- isFileTypeSupported(int, Sequence) -
Method in class javax.sound.midi.spi.MidiFileWriter
- Indicates whether a MIDI file of the file type specified can be written
from the sequence indicated.
- isFinal(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
final modifer, false otherwise.
- isFirst() -
Method in interface java.sql.ResultSet
- Retrieves whether the cursor is on the first row of
this
ResultSet
object.
- isFixedRowHeight() -
Method in class javax.swing.JTree
- Returns true if the height of each display row is a fixed size.
- isFixedRowHeight() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns true if the height of each row is a fixed size.
- isFlavorJavaFileListType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns true if the
DataFlavor
specified represents
a list of file objects.
- isFlavorRemoteObjectType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns true if the
DataFlavor
specified represents
a remote object.
- isFlavorSerializedObjectType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns true if the
DataFlavor
specified represents
a serialized object.
- isFlavorTextType() -
Method in class java.awt.datatransfer.DataFlavor
- Returns whether this
DataFlavor
is a valid text flavor for
this implementation of the Java platform.
- isFloatable() -
Method in class javax.swing.JToolBar
- Gets the
floatable
property.
- isFloating() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- isFloppyDrive(File) -
Method in class javax.swing.filechooser.FileSystemView
-
- isFocusable() -
Method in class java.awt.Component
- Returns whether this Component can be focused.
- isFocusableWindow() -
Method in class java.awt.Window
- Returns whether this Window can become the focused Window, that is,
whether this Window or any of its subcomponents can become the focus
owner.
- isFocusCycleRoot() -
Method in class java.awt.Window
- Always returns
true
because all Windows must be roots of a
focus traversal cycle.
- isFocusCycleRoot() -
Method in class java.awt.Container
- Returns whether this Container is the root of a focus traversal cycle.
- isFocusCycleRoot() -
Method in class javax.swing.JInternalFrame
- Always returns
true
because all JInternalFrame
s must be
roots of a focus traversal cycle.
- isFocusCycleRoot(Container) -
Method in class java.awt.Container
- Returns whether the specified Container is the focus cycle root of this
Container's focus traversal cycle.
- isFocusCycleRoot(Container) -
Method in class java.awt.Component
- Returns whether the specified Container is the focus cycle root of this
Component's focus traversal cycle.
- isFocused() -
Method in class java.awt.Window
- Returns whether this Window is focused.
- isFocusManagerEnabled() -
Static method in class javax.swing.FocusManager
- Deprecated. As of 1.4, replaced by
KeyboardFocusManager.getDefaultFocusTraversalPolicy()
- isFocusOwner() -
Method in class java.awt.Component
- Returns
true
if this Component
is the
focus owner.
- isFocusPainted() -
Method in class javax.swing.AbstractButton
- Gets the
paintFocus
property.
- isFocusTraversable() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Returns whether this object can accept focus or not.
- isFocusTraversable() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Returns whether this object can accept focus or not.
- isFocusTraversable() -
Method in class java.awt.Component
- Deprecated. As of 1.4, replaced by
isFocusable()
.
- isFocusTraversable() -
Method in class java.awt.Component.AccessibleAWTComponent
- Returns whether this object can accept focus or not.
- isFocusTraversable() -
Method in interface javax.accessibility.AccessibleComponent
- Returns whether this object can accept focus or not.
- isFocusTraversable() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- isFocusTraversable() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- isFocusTraversable() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- isFocusTraversable() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- isFocusTraversable() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
-
- isFocusTraversable() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Overridden to unconditionally return false.
- isFocusTraversable() -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- isFocusTraversable() -
Method in class javax.swing.plaf.metal.MetalComboBoxButton
-
- isFocusTraversable(JComboBox) -
Method in class javax.swing.plaf.ComboBoxUI
- Determine whether or not the combo box itself is traversable
- isFocusTraversable(JComboBox) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Determines if the JComboBox is focus traversable.
- isFocusTraversable(JComboBox) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
isFocusTraversable
method on each UI handled by this object.
- isFocusTraversalPolicySet() -
Method in class java.awt.Container
- Returns whether the focus traversal policy has been explicitly set for
this Container.
- isFontSet() -
Method in class java.awt.Component
- Returns whether the font has been explicitly set for this Component.
- isForegroundSet() -
Method in class java.awt.Component
- Returns whether the foreground color has been explicitly set for this
Component.
- isFormatLossless() -
Method in class javax.imageio.spi.ImageWriterSpi
- Returns
true
if the format that this writer
outputs preserves pixel data bit-accurately.
- isFormatSupported(AudioFormat) -
Method in class javax.sound.sampled.DataLine.Info
- Indicates whether this data line supports a particular audio format.
- isForwardable() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket is forwardable.
- isForwardCheckingSupported() -
Method in class java.security.cert.PKIXCertPathChecker
- Indicates if forward checking is supported.
- isForwarded() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket had been forwarded or was issued based on
authentication involving a forwarded ticket-granting ticket.
- isFrameStateSupported(int) -
Method in class java.awt.Toolkit
- Returns whether Toolkit supports this state for
Frame
s.
- isFreeStanding -
Variable in class javax.swing.plaf.metal.MetalScrollBarUI
-
- isFullScreenRequired() -
Method in class java.awt.BufferCapabilities
-
- isFullScreenSupported() -
Method in class java.awt.GraphicsDevice
- Returns
true
if this GraphicsDevice
supports full-screen exclusive mode.
- isGapToken() -
Method in class org.ietf.jgss.MessageProp
- Tests if an expected token was not received, i.e., one or more
predecessor tokens have not yet been successfully processed.
- isGeneral() -
Method in class javax.swing.text.html.parser.Entity
- Returns
true
if it is a general entity.
- isGraphicsConfigSupported(GraphicsConfiguration) -
Method in class java.awt.GraphicsConfigTemplate
- Returns a
boolean
indicating whether or
not the specified GraphicsConfiguration
can be
used to create a drawing surface that supports the indicated
features.
- isGroupingUsed() -
Method in class java.text.NumberFormat
- Returns true if grouping is used in this format.
- isGuiAvailable() -
Static method in class java.beans.Beans
- Determines whether beans can assume a GUI is available.
- isHeadless() -
Static method in class java.awt.GraphicsEnvironment
- Tests whether or not a display, keyboard, and mouse can be
supported in this environment.
- isHeadlessInstance() -
Method in class java.awt.GraphicsEnvironment
- Returns whether or not a display, keyboard, and mouse can be
supported in this graphics environment.
- isHidden() -
Method in class java.beans.FeatureDescriptor
- The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans.
- isHidden() -
Method in class java.io.File
- Tests whether the file named by this abstract pathname is a hidden
file.
- isHidden(File) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
- isHiddenFile(File) -
Method in class javax.swing.filechooser.FileSystemView
- Returns whether a file is hidden or not.
- isHorizontal() -
Method in class java.awt.ComponentOrientation
- Are lines horizontal?
This will return true for horizontal, left-to-right writing
systems such as Roman.
- isHTMLString(String) -
Static method in class javax.swing.plaf.basic.BasicHTML
- Check the given string to see if it should trigger the
html rendering logic in a non-text component that supports
html rendering.
- isIcon -
Variable in class javax.swing.JInternalFrame
- The frame has been iconified.
- isIcon() -
Method in class javax.swing.JInternalFrame
- Returns whether the
JInternalFrame
is currently iconified.
- isIconifiable() -
Method in class javax.swing.JInternalFrame
- Gets the
iconable
property,
which by default is false
.
- isIconOnly() -
Method in class javax.swing.plaf.metal.MetalComboBoxButton
-
- isIdentifierIgnorable(char) -
Static method in class java.lang.Character
- Determines if the specified character should be regarded as
an ignorable character in a Java identifier or a Unicode identifier.
- isIdentity() -
Method in class java.awt.font.TransformAttribute
- Returns
true
if the wrapped transform is
an identity transform.
- isIdentity() -
Method in class java.awt.geom.AffineTransform
- Returns
true
if this AffineTransform
is
an identity transform.
- isIgnoringComments() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignores comments.
- isIgnoringElementContentWhitespace() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignore ignorable whitespace in element content.
- isIgnoringMetadata() -
Method in class javax.imageio.ImageReader
- Returns
true
if the current input source has been
marked as allowing metadata to be ignored by passing
true
as the ignoreMetadata
argument
to the setInput
method.
- isImageTiled(int) -
Method in class javax.imageio.ImageReader
- Returns
true
if the image is organized into
tiles, that is, equal-sized non-overlapping rectangles.
- isInDefaultEventSet() -
Method in class java.beans.EventSetDescriptor
- Reports if an event set is in the "default" set.
- isIndeterminate() -
Method in class javax.swing.JProgressBar
- Returns the value of the
indeterminate
property.
- isindex -
Variable in class javax.swing.text.html.parser.DTD
-
- ISINDEX -
Static variable in class javax.swing.text.html.HTML.Tag
-
- isIndexSelected(int) -
Method in class java.awt.List
- Determines if the specified item in this scrolling list is
selected.
- isInfinite() -
Method in class java.lang.Double
- Returns
true
if this Double
value is
infinitely large in magnitude, false
otherwise.
- isInfinite() -
Method in class java.lang.Float
- Returns
true
if this Float
value is
infinitely large in magnitude, false
otherwise.
- isInfinite(double) -
Static method in class java.lang.Double
- Returns
true
if the specified number is infinitely
large in magnitude, false
otherwise.
- isInfinite(float) -
Static method in class java.lang.Float
- Returns
true
if the specified number is infinitely
large in magnitude, false
otherwise.
- isInherited() -
Method in class javax.swing.text.html.CSS.Attribute
- Indicates if the attribute should be inherited
from the parent or not.
- isInitial() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket was issued using the Kerberos AS-Exchange
protocol, and not issued based on some ticket-granting ticket.
- isInitiator() -
Method in interface org.ietf.jgss.GSSContext
- Determines if this is the context initiator.
- isInProgress() -
Method in class javax.swing.undo.CompoundEdit
- Returns true if this edit is in progress--that is, it has not
received end.
- isInputShutdown() -
Method in class java.net.Socket
- Returns wether the read-half of the socket connection is closed.
- isInstance(Object) -
Method in class java.lang.Class
- Determines if the specified
Object
is assignment-compatible
with the object represented by this Class
.
- isInstanceOf(Object, Class) -
Static method in class java.beans.Beans
- Check if a bean can be viewed as a given target type.
- isInterface() -
Method in class java.lang.Class
- Determines if the specified
Class
object represents an
interface type.
- isInterface(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
interface modifer, false otherwise.
- isInterrupted() -
Method in class java.lang.Thread
- Tests whether this thread has been interrupted.
- isIPv4CompatibleAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress is an
IPv4 compatible IPv6 address.
- isISOControl(char) -
Static method in class java.lang.Character
- Determines if the specified character is an ISO control
character.
- isItalic() -
Method in class java.awt.Font
- Indicates whether or not this
Font
object's style is
ITALIC.
- isItalic(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the italic attribute is set.
- isJavaIdentifierPart(char) -
Static method in class java.lang.Character
- Determines if the specified character may be part of a Java
identifier as other than the first character.
- isJavaIdentifierStart(char) -
Static method in class java.lang.Character
- Determines if the specified character is
permissible as the first character in a Java identifier.
- isJavaLetter(char) -
Static method in class java.lang.Character
- Deprecated. Replaced by isJavaIdentifierStart(char).
- isJavaLetterOrDigit(char) -
Static method in class java.lang.Character
- Deprecated. Replaced by isJavaIdentifierPart(char).
- isJavaMIMEType(String) -
Static method in class java.awt.datatransfer.SystemFlavorMap
- Returns whether the specified
String
is an encoded Java
MIME type.
- isKeyBindingActive() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- isKeyBindingRegistered() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- isKeyDown -
Variable in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
- Set to true while keyPressed is active.
- isKeyEntry(String) -
Method in class java.security.KeyStore
- Returns true if the entry identified by the given alias is a
key entry, and false otherwise.
- isLargeModel() -
Method in class javax.swing.JTree
- Returns true if the tree is configured for a large model.
- isLargeModel() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- isLast() -
Method in interface java.sql.ResultSet
- Retrieves whether the cursor is on the last row of
this
ResultSet
object.
- isLayoutValid() -
Method in class javax.swing.text.AsyncBoxView.ChildState
- Has the child view been laid out.
- isLayoutValid(int) -
Method in class javax.swing.text.BoxView
- Determines if the layout is valid along the given axis.
- isLeadAnchorNotificationEnabled() -
Method in class javax.swing.DefaultListSelectionModel
- Returns the value of the
leadAnchorNotificationEnabled
flag.
- isLeadingEdge() -
Method in class java.awt.font.TextHitInfo
- Returns
true
if the leading edge of the character was
hit.
- isLeaf() -
Method in class javax.swing.JTree.DynamicUtilTreeNode
- Returns true if this node allows children.
- isLeaf() -
Method in class javax.swing.text.AbstractDocument.AbstractElement
- Checks whether the element is a leaf.
- isLeaf() -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Checks whether the element is a leaf.
- isLeaf() -
Method in class javax.swing.text.AbstractDocument.LeafElement
- Checks whether the element is a leaf.
- isLeaf() -
Method in interface javax.swing.text.Element
- Is this element a leaf element? An element that
may have children, even if it currently
has no children, would return
false
.
- isLeaf() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if this node has no children.
- isLeaf() -
Method in interface javax.swing.tree.TreeNode
- Returns true if the receiver is a leaf.
- isLeaf(int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- isLeaf(Object) -
Method in class javax.swing.tree.DefaultTreeModel
- Returns whether the specified node is a leaf node.
- isLeaf(Object) -
Method in interface javax.swing.tree.TreeModel
- Returns
true
if node
is a leaf.
- isLeapYear(int) -
Method in class java.util.GregorianCalendar
- Determines if the given year is a leap year.
- isLeftMouseButton(MouseEvent) -
Static method in class javax.swing.SwingUtilities
- Returns true if the mouse event specifies the left mouse button.
- isLeftToRight() -
Method in class java.awt.ComponentOrientation
- HorizontalLines: Do items run left-to-right?
Vertical Lines: Do lines run left-to-right?
This will return true for horizontal, left-to-right writing
systems such as Roman.
- isLeftToRight() -
Method in class java.awt.font.TextLayout
- Returns
true
if this TextLayout
has
a left-to-right base direction or false
if it has
a right-to-left base direction.
- isLeftToRight() -
Method in class java.text.Bidi
- Return true if the line is all left-to-right text and the base direction is left-to-right.
- isLegalReplacement(byte[]) -
Method in class java.nio.charset.CharsetEncoder
- Tells whether or not the given byte array is a legal replacement value
for this encoder.
- isLenient() -
Method in class java.text.DateFormat
- Tell whether date/time parsing is to be lenient.
- isLenient() -
Method in class java.util.Calendar
- Tell whether date/time interpretation is to be lenient.
- isLetter(char) -
Static method in class java.lang.Character
- Determines if the specified character is a letter.
- isLetterOrDigit(char) -
Static method in class java.lang.Character
- Determines if the specified character is a letter or digit.
- isLigature() -
Method in class java.awt.font.GlyphMetrics
- Returns
true
if this is a ligature glyph.
- isLight -
Variable in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-
- isLightweight() -
Method in class java.awt.Component
- A lightweight component doesn't have a native toolkit peer.
- isLightweightComponent(Component) -
Static method in class javax.swing.JComponent
- Returns true if this component is lightweight, that is, if it doesn't
have a native window system peer.
- isLightWeightPopupEnabled() -
Method in class javax.swing.JComboBox
- Gets the value of the
lightWeightPopupEnabled
property.
- isLightWeightPopupEnabled() -
Method in class javax.swing.ToolTipManager
- Returns true if lightweight (all-Java)
Tooltips
are in use, or false if heavyweight (native peer)
Tooltips
are being used.
- isLightWeightPopupEnabled() -
Method in class javax.swing.JPopupMenu
- Gets the
lightWeightPopupEnabled
property.
- isLineEmpty() -
Method in class javax.swing.text.AbstractWriter
- Returns true if the current line should be considered empty.
- isLineSupported(Line.Info) -
Method in interface javax.sound.sampled.Mixer
- Indicates whether the mixer supports a line (or lines) that match
the specified
Line.Info
object.
- isLineSupported(Line.Info) -
Static method in class javax.sound.sampled.AudioSystem
- Indicates whether the system supports any lines that match
the specified
Line.Info
object.
- isLinkLocalAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress is an link local address.
- isLinkLocalAddress() -
Method in class java.net.Inet4Address
- Utility routine to check if the InetAddress is an link local address.
- isLinkLocalAddress() -
Method in class java.net.InetAddress
- Utility routine to check if the InetAddress is an link local address.
- isLoaded() -
Method in class java.nio.MappedByteBuffer
- Tells whether or not this buffer's content is resident in physical
memory.
- isLocal -
Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
- A
boolean
indicating if the encapsulated
Transferable
object represents the result
of local drag-n-drop operation (within the same JVM).
- isLocal(Stub) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.isLocal(javax.rmi.CORBA.Stub)
.
- isLocal(Stub) -
Static method in class javax.rmi.CORBA.Util
- The isLocal method has the same semantics as the
ObjectImpl._is_local
method, except that it can throw a RemoteException.
- isLocallyDefined(KeyStroke) -
Method in interface javax.swing.text.Keymap
- Determines if the given key sequence is locally defined.
- isLocalTransfer() -
Method in class java.awt.dnd.DropTargetDropEvent
- This method returns an
int
indicating if
the source is in the same JVM as the target.
- isLocationInExpandControl(int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- isLocationInExpandControl(TreePath, int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returns true if
mouseX
and mouseY
fall
in the area of row that is used to expand/collapse the node and
the node at row
does not represent a leaf.
- isLoggable(Level) -
Method in class java.util.logging.Logger
- Check if a message of the given level would actually be logged
by this logger.
- isLoggable(LogRecord) -
Method in class java.util.logging.MemoryHandler
- Check if this Handler would actually log a given
LogRecord into its internal buffer.
- isLoggable(LogRecord) -
Method in class java.util.logging.StreamHandler
- Check if this Handler would actually log a given LogRecord.
- isLoggable(LogRecord) -
Method in interface java.util.logging.Filter
- Check if a given log record should be published.
- isLoggable(LogRecord) -
Method in class java.util.logging.Handler
- Check if this Handler would actually log a given LogRecord.
- isLoopbackAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress is a loopback address.
- isLoopbackAddress() -
Method in class java.net.Inet4Address
-
- isLoopbackAddress() -
Method in class java.net.InetAddress
- Utility routine to check if the InetAddress is a loopback address.
- isLowerCase(char) -
Static method in class java.lang.Character
- Determines if the specified character is a lowercase character.
- isMalformed() -
Method in class java.nio.charset.CoderResult
- Tells whether or not this object describes a malformed-input error.
- isManagingFocus() -
Method in class javax.swing.JComponent
- Deprecated. As of 1.4, replaced by
Component.setFocusTraversalKeys(int, Set)
and
Container.setFocusCycleRoot(boolean)
.
- ISMAP -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- isMaximizable() -
Method in class javax.swing.JInternalFrame
- Gets the value of the
maximizable
property.
- isMaximum -
Variable in class javax.swing.JInternalFrame
- The frame has been expanded to its maximum size.
- isMaximum() -
Method in class javax.swing.JInternalFrame
- Returns whether the
JInternalFrame
is currently maximized.
- isMaximumSizeSet() -
Method in class javax.swing.JComponent
- Returns true if the maximum size has been set to a non-
null
value otherwise returns false.
- isMCGlobal() -
Method in class java.net.Inet6Address
- Utility routine to check if the multicast address has global scope.
- isMCGlobal() -
Method in class java.net.Inet4Address
- Utility routine to check if the multicast address has global scope.
- isMCGlobal() -
Method in class java.net.InetAddress
- Utility routine to check if the multicast address has global scope.
- isMCLinkLocal() -
Method in class java.net.Inet6Address
- Utility routine to check if the multicast address has link scope.
- isMCLinkLocal() -
Method in class java.net.Inet4Address
- Utility routine to check if the multicast address has link scope.
- isMCLinkLocal() -
Method in class java.net.InetAddress
- Utility routine to check if the multicast address has link scope.
- isMCNodeLocal() -
Method in class java.net.Inet6Address
- Utility routine to check if the multicast address has node scope.
- isMCNodeLocal() -
Method in class java.net.Inet4Address
- Utility routine to check if the multicast address has node scope.
- isMCNodeLocal() -
Method in class java.net.InetAddress
- Utility routine to check if the multicast address has node scope.
- isMCOrgLocal() -
Method in class java.net.Inet6Address
- Utility routine to check if the multicast address has organization scope.
- isMCOrgLocal() -
Method in class java.net.Inet4Address
- Utility routine to check if the multicast address has organization scope.
- isMCOrgLocal() -
Method in class java.net.InetAddress
- Utility routine to check if the multicast address has organization scope.
- isMCSiteLocal() -
Method in class java.net.Inet6Address
- Utility routine to check if the multicast address has site scope.
- isMCSiteLocal() -
Method in class java.net.Inet4Address
- Utility routine to check if the multicast address has site scope.
- isMCSiteLocal() -
Method in class java.net.InetAddress
- Utility routine to check if the multicast address has site scope.
- isMember(Principal) -
Method in interface java.security.acl.Group
- Returns true if the passed principal is a member of the group.
- isMenuComponent(Component) -
Method in class javax.swing.JMenu
- Returns true if the specified component exists in the
submenu hierarchy.
- isMetaDown() -
Method in class java.awt.event.InputEvent
- Returns whether or not the Meta modifier is down on this event.
- isMiddleMouseButton(MouseEvent) -
Static method in class javax.swing.SwingUtilities
- Returns true if the mouse event specifies the middle mouse button.
- isMimeTypeEqual(DataFlavor) -
Method in class java.awt.datatransfer.DataFlavor
- Compares the
mimeType
of two DataFlavor
objects.
- isMimeTypeEqual(String) -
Method in class java.awt.datatransfer.DataFlavor
- Returns whether the string representation of the MIME type passed in
is equivalent to the MIME type of this
DataFlavor
.
- isMimeTypeSerializedObject() -
Method in class java.awt.datatransfer.DataFlavor
- Does the
DataFlavor
represent a serialized object?
- isMinimumSizeDirty -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- isMinimumSizeSet() -
Method in class javax.swing.JComponent
- Returns true if the minimum size has been set to a non-
null
value otherwise returns false.
- isMirrored(char) -
Static method in class java.lang.Character
- Determines whether the character is mirrored according to the
Unicode specification.
- isMixed() -
Method in class java.text.Bidi
- Return true if the line is not left-to-right or right-to-left.
- isMixerSupported(Mixer.Info) -
Method in class javax.sound.sampled.spi.MixerProvider
- Indicates whether the mixer provider supports the mixer represented by
the specified mixer info object.
- isMN() -
Method in interface org.ietf.jgss.GSSName
- Tests if this name object represents a Mechanism Name (MN).
- isModal() -
Method in class java.awt.Dialog
- Indicates whether the dialog is modal.
- isMultiBufferAvailable() -
Method in class java.awt.BufferCapabilities
-
- isMulticastAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress is an IP multicast
address.
- isMulticastAddress() -
Method in class java.net.Inet4Address
- Utility routine to check if the InetAddress is an
IP multicast address.
- isMulticastAddress() -
Method in class java.net.InetAddress
- Utility routine to check if the InetAddress is an
IP multicast address.
- isMultipleMode() -
Method in class java.awt.List
- Determines whether this list allows multiple selections.
- isMultiSelectEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returning true signifies a mouse event on the node should select
from the anchor point.
- isMultiSelectionEnabled() -
Method in class javax.swing.JFileChooser
- Returns true if multiple files can be selected.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNaN() -
Method in class java.lang.Double
- Returns
true
if this Double
value is
a Not-a-Number (NaN), false
otherwise.
- isNaN() -
Method in class java.lang.Float
- Returns
true
if this Float
value is a
Not-a-Number (NaN), false
otherwise.
- isNaN(double) -
Static method in class java.lang.Double
- Returns
true
if the specified number is a
Not-a-Number (NaN) value, false
otherwise.
- isNaN(float) -
Static method in class java.lang.Float
- Returns
true
if the specified number is a
Not-a-Number (NaN) value, false
otherwise.
- isNative(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
native modifer, false otherwise.
- isNativeLookAndFeel() -
Method in class javax.swing.LookAndFeel
- If the underlying platform has a "native" look and feel, and this
is an implementation of it, return true.
- isNativeLookAndFeel() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- isNativeLookAndFeel() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
- Returns
false
;
this look and feel is not native to any platform.
- isNativeMethod() -
Method in class java.lang.StackTraceElement
- Returns true if the method containing the execution point
represented by this stack trace element is a native method.
- isNavigationKey(int) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Returns whether or not the supplied keyCode maps to a key that is used for
navigation.
- isNegative() -
Method in interface java.security.acl.AclEntry
- Returns true if this is a negative ACL entry (one denying the
associated principal the set of permissions in the entry), false
otherwise.
- isNodeAncestor(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if
anotherNode
is an ancestor of this node
-- if it is this node, this node's parent, or an ancestor of this
node's parent.
- isNodeChild(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if
aNode
is a child of this node.
- isNodeDescendant(DefaultMutableTreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if
anotherNode
is a descendant of this node
-- if it is this node, one of this node's children, or a descendant of
one of this node's children.
- isNodeRelated(DefaultMutableTreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if and only if
aNode
is in the same tree
as this node.
- isNodeSibling(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if
anotherNode
is a sibling of (has the
same parent as) this node.
- isNullable(int) -
Method in interface java.sql.ParameterMetaData
- Retrieves whether null values are allowed in the designated parameter.
- isNullable(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates the nullability of values in the designated column.
- 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_C1_ENVELOPE -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for ISO_C1.
- 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_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.
- isOldToken() -
Method in class org.ietf.jgss.MessageProp
- Tests if this token's validity period has expired, i.e., the token
is too old to be checked for duplication.
- isOneTouchExpandable() -
Method in class javax.swing.JSplitPane
- Gets the
oneTouchExpandable
property.
- isOnKeyRelease() -
Method in class java.awt.AWTKeyStroke
- Returns whether this
AWTKeyStroke
represents a key release.
- isOpaque() -
Method in class java.awt.Component
- Returns true if this component is completely opaque, returns
false by default.
- isOpaque() -
Method in class java.net.URI
- Tells whether or not this URI is opaque.
- isOpaque() -
Method in class javax.swing.JDesktopPane
- Returns true to indicate that this component paints every pixel
in its range.
- isOpaque() -
Method in class javax.swing.JComponent
- Returns true if this component is completely opaque.
- isOpaque() -
Method in class javax.swing.table.DefaultTableCellRenderer
- Overridden for performance reasons.
- isOpaque() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
-
- isOpen() -
Method in class java.nio.channels.Selector
- Tells whether or not this selector is open.
- isOpen() -
Method in interface java.nio.channels.Channel
- Tells whether or not this channel is open.
- isOpen() -
Method in class java.nio.channels.spi.AbstractSelector
-
- isOpen() -
Method in class java.nio.channels.spi.AbstractInterruptibleChannel
-
- isOpen() -
Method in interface javax.sound.sampled.Line
- Indicates whether the line is open, meaning that it has reserved
system resources and is operational, although it might not currently be
playing or capturing sound.
- isOpen() -
Method in interface javax.sound.midi.MidiDevice
- Reports whether the device is open.
- isOptimizedDrawingEnabled() -
Method in class javax.swing.JViewport
- The
JViewport
overrides the default implementation of
this method (in JComponent
) to return false.
- isOptimizedDrawingEnabled() -
Method in class javax.swing.JLayeredPane
- Returns false if components in the pane can overlap, which makes
optimized drawing impossible.
- isOptimizedDrawingEnabled() -
Method in class javax.swing.JComponent
- Returns true if this component tiles its children -- that is, if
it can guarantee that the children will not overlap.
- isOptimizedDrawingEnabled() -
Method in class javax.swing.JRootPane
- The
glassPane
and contentPane
have the same bounds, which means JRootPane
does not tiles its children and this should return false.
- isOrdered() -
Method in class javax.naming.directory.BasicAttribute
-
- isOrdered() -
Method in interface javax.naming.directory.Attribute
- Determines whether this attribute's values are ordered.
- isOutputShutdown() -
Method in class java.net.Socket
- Returns wether the write-half of the socket connection is closed.
- isOverflow() -
Method in class java.nio.charset.CoderResult
- Tells whether or not this object describes an overflow condition.
- isOwner(Principal) -
Method in interface java.security.acl.Owner
- Returns true if the given principal is an owner of the ACL.
- isOwnReader(ImageReader) -
Method in class javax.imageio.spi.ImageReaderSpi
- Returns
true
if the ImageReader
object
passed in is an instance of the ImageReader
associated with this service provider.
- isOwnWriter(ImageWriter) -
Method in class javax.imageio.spi.ImageWriterSpi
- Returns
true
if the ImageWriter
object
passed in is an instance of the ImageWriter
associated with this service provider.
- isPageFlipping() -
Method in class java.awt.BufferCapabilities
-
- isPaintable() -
Method in class java.beans.PropertyEditorSupport
- Determines whether the class will honor the painValue method.
- isPaintable() -
Method in interface java.beans.PropertyEditor
- Determines whether this property editor is paintable.
- isPaintingTile() -
Method in class javax.swing.JComponent
- Returns true if the component is currently painting a tile.
- isPalette -
Variable in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- isParameter() -
Method in class javax.swing.text.html.parser.Entity
- Returns
true
if it is a parameter entity.
- isParent(File, File) -
Method in class javax.swing.filechooser.FileSystemView
- On Windows, a file can appear in multiple folders, other than its
parent directory in the filesystem.
- isParityAdjusted(byte[], int) -
Static method in class javax.crypto.spec.DESedeKeySpec
- Checks if the given DES-EDE key, starting at
offset
inclusive, is parity-adjusted.
- isParityAdjusted(byte[], int) -
Static method in class javax.crypto.spec.DESKeySpec
- Checks if the given DES key material, starting at
offset
inclusive, is parity-adjusted.
- isParseIntegerOnly() -
Method in class java.text.NumberFormat
- Returns true if this format will parse numbers as integers only.
- isPartialReturn() -
Method in class javax.swing.text.Segment
- Flag to indicate that partial returns are valid.
- isPathEditable(TreePath) -
Method in class javax.swing.JTree
- Returns
isEditable
.
- isPathSelected(TreePath) -
Method in class javax.swing.JTree
- Returns true if the item identified by the path is currently selected.
- isPathSelected(TreePath) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns true if the path,
path
,
is in the current selection.
- isPathSelected(TreePath) -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns true if the path,
path
, is in the current
selection.
- isPlain() -
Method in class java.awt.Font
- Indicates whether or not this
Font
object's style is
PLAIN.
- isPolicyMappingInhibited() -
Method in class java.security.cert.PKIXParameters
- Checks if policy mapping is inhibited.
- isPolygonal() -
Method in class java.awt.geom.Area
- Tests whether this
Area
consists entirely of
straight edged polygonal geometry.
- isPopupMenuVisible() -
Method in class javax.swing.JMenu
- Returns true if the menu's popup window is visible.
- isPopupTrigger() -
Method in class java.awt.event.MouseEvent
- Returns whether or not this mouse event is the popup menu
trigger event for the platform.
- isPopupTrigger(MouseEvent) -
Method in class javax.swing.JPopupMenu
- Returns true if the
MouseEvent
is considered a popup trigger
by the JPopupMenu
's currently installed UI.
- isPopupTrigger(MouseEvent) -
Method in class javax.swing.plaf.PopupMenuUI
-
- isPopupTrigger(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- isPopupTrigger(MouseEvent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Invokes the
isPopupTrigger
method on each UI handled by this object.
- isPopupVisible() -
Method in class javax.swing.JComboBox
- Determines the visibility of the popup.
- isPopupVisible(JComboBox) -
Method in class javax.swing.plaf.ComboBoxUI
- Determine the visibility of the popup
- isPopupVisible(JComboBox) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Tells if the popup is visible or not.
- isPopupVisible(JComboBox) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
isPopupVisible
method on each UI handled by this object.
- isPostdated() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines is this ticket is post-dated.
- isPreferred() -
Method in class java.beans.FeatureDescriptor
- The "preferred" flag is used to identify features that are particularly
important for presenting to humans.
- isPreferredSizeSet() -
Method in class javax.swing.JComponent
- Returns true if the preferred size has been set to a
non-
null
value otherwise returns false.
- isPreformatted() -
Method in class javax.swing.text.html.HTML.Tag
- Returns
true
if this tag is pre-formatted,
which is true if the tag is either PRE
or
TEXTAREA
.
- isPreformatted() -
Method in class javax.swing.text.html.parser.TagElement
-
- isPressed() -
Method in class javax.swing.DefaultButtonModel
- Indicates whether button has been pressed.
- isPressed() -
Method in interface javax.swing.ButtonModel
- Indicates if button has been pressed.
- isPrimitive() -
Method in class java.io.ObjectStreamField
- Return true if this field has a primitive type.
- isPrimitive() -
Method in class java.lang.Class
- Determines if the specified
Class
object represents a
primitive type.
- isPrivate(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
private modifer, false otherwise.
- isProbablePrime(int) -
Method in class java.math.BigInteger
- Returns true if this BigInteger is probably prime,
false if it's definitely composite.
- isPropagated() -
Method in class java.beans.beancontext.BeanContextEvent
- Reports whether or not this event is
propagated from some other
BeanContext
.
- isProtected(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
protected modifer, false otherwise.
- isProtReady() -
Method in interface org.ietf.jgss.GSSContext
- Determines if the context is ready for per message operations to be
used over it.
- isProxiable() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines if this ticket is proxiable.
- isProxy() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines is this ticket is a proxy-ticket.
- isProxyClass(Class) -
Static method in class java.lang.reflect.Proxy
- Returns true if and only if the specified class was dynamically
generated to be a proxy class using the
getProxyClass
method or the newProxyInstance
method.
- isPublic(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
public modifer, false otherwise.
- isRandomAccessEasy(int) -
Method in class javax.imageio.ImageReader
- Returns
true
if the storage format of the given
image places no inherent impediment on random access to pixels.
- isReadable() -
Method in class java.nio.channels.SelectionKey
- Tests whether this key's channel is ready for reading.
- isReadOnly() -
Method in class java.nio.Buffer
- Tells whether or not this buffer is read-only.
- isReadOnly() -
Method in class java.security.PermissionCollection
- Returns true if this PermissionCollection object is marked as readonly.
- isReadOnly() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database is in read-only mode.
- isReadOnly() -
Method in interface java.sql.Connection
- Retrieves whether this
Connection
object is in read-only mode.
- isReadOnly() -
Method in class javax.imageio.metadata.IIOMetadata
- Returns
true
if this object does not support the
mergeTree
, setFromTree
, and
reset
methods.
- isReadOnly() -
Method in class javax.security.auth.Subject
- Query whether this
Subject
is read-only.
- isReadOnly() -
Method in interface javax.sql.RowSet
- Retrieves whether this
RowSet
object is read-only.
- isReadOnly(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether the designated column is definitely not writable.
- isRecording() -
Method in interface javax.sound.midi.Sequencer
- Indicates whether the Sequencer is currently recording.
- isRectangleContainingRectangle(Rectangle, Rectangle) -
Static method in class javax.swing.SwingUtilities
- Return true if
a
contains b
- isRectangular() -
Method in class java.awt.geom.Area
- Tests whether this
Area
is rectangular in shape.
- isRegistered() -
Method in class java.nio.channels.SelectableChannel
- Tells whether or not this channel is currently registered with any
selectors.
- isRegistered() -
Method in class java.nio.channels.spi.AbstractSelectableChannel
-
- isRegistered() -
Method in class java.nio.charset.Charset
- Tells whether or not this charset is registered in the IANA Charset
Registry.
- isRelative() -
Method in class javax.naming.NameClassPair
- Determines whether the name of this binding is
relative to the target context (which is named by
the first parameter of the
list()
method).
- isRemoved() -
Method in class java.util.prefs.AbstractPreferences
- Returns true iff this node (or an ancestor) has been
removed with the
AbstractPreferences.removeNode()
method.
- isRenewable() -
Method in class javax.security.auth.kerberos.KerberosTicket
- Determines is this ticket is renewable.
- isRepeats() -
Method in class javax.swing.Timer
- Returns
true
(the default)
if the Timer
will send
an action event
to its listeners multiple times.
- isReplacing -
Variable in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
-
- isRepresentationClassByteBuffer() -
Method in class java.awt.datatransfer.DataFlavor
- Returns whether the representation class for this
DataFlavor
is java.nio.ByteBuffer
or a
subclass thereof.
- isRepresentationClassCharBuffer() -
Method in class java.awt.datatransfer.DataFlavor
- Returns whether the representation class for this
DataFlavor
is java.nio.CharBuffer
or a
subclass thereof.
- isRepresentationClassInputStream() -
Method in class java.awt.datatransfer.DataFlavor
- Does the
DataFlavor
represent a
java.io.InputStream
?
- isRepresentationClassReader() -
Method in class java.awt.datatransfer.DataFlavor
- Returns whether the representation class for this
DataFlavor
is java.io.Reader
or a subclass
thereof.
- isRepresentationClassRemote() -
Method in class java.awt.datatransfer.DataFlavor
- Returns true if the representation class is
Remote
.
- isRepresentationClassSerializable() -
Method in class java.awt.datatransfer.DataFlavor
- Returns true if the representation class can be serialized.
- isRequestFocusEnabled() -
Method in class javax.swing.JComponent
- Returns
true
if this JComponent
should
get focus; otherwise returns false
.
- isResizable -
Variable in class javax.swing.table.TableColumn
- If true, the user is allowed to resize the column; the default is true.
- isResizable() -
Method in class java.awt.Dialog
- Indicates whether this dialog is resizable by the user.
- isResizable() -
Method in class java.awt.Frame
- Indicates whether this frame is resizable by the user.
- isResizable() -
Method in class javax.swing.JInternalFrame
- Returns whether the
JInternalFrame
can be resized
by some user action.
- isRevocationEnabled() -
Method in class java.security.cert.PKIXParameters
- Checks the RevocationEnabled flag.
- isRevoked(Certificate) -
Method in class java.security.cert.CRL
- Checks whether the given certificate is on this CRL.
- isRightMouseButton(MouseEvent) -
Static method in class javax.swing.SwingUtilities
- Returns true if the mouse event specifies the right mouse button.
- isRightToLeft() -
Method in class java.text.Bidi
- Return true if the line is all right-to-left text, and the base direction is right-to-left.
- isRollover() -
Method in class javax.swing.JToolBar
- Returns the rollover state.
- isRollover() -
Method in class javax.swing.DefaultButtonModel
- Indicates that the mouse is over the button.
- isRollover() -
Method in interface javax.swing.ButtonModel
- Indicates that the mouse is over the button.
- isRolloverBorders() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
- Returns a flag to determine whether rollover button borders
are enabled.
- isRolloverEnabled() -
Method in class javax.swing.AbstractButton
- Gets the
rolloverEnabled
property.
- isRoot() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Returns true if this node is the root of the tree.
- isRoot(File) -
Method in class javax.swing.filechooser.FileSystemView
- Determines if the given file is a root in the navigatable tree(s).
- isRootPaneCheckingEnabled() -
Method in class javax.swing.JApplet
-
- isRootPaneCheckingEnabled() -
Method in class javax.swing.JDialog
- Returns true if the methods
add
and setLayout
should be checked.
- isRootPaneCheckingEnabled() -
Method in class javax.swing.JInternalFrame
- Returns whether calls to
add
and
setLayout
cause an exception to be thrown.
- isRootPaneCheckingEnabled() -
Method in class javax.swing.JWindow
- Returns whether calls to
add
and
setLayout
will cause an exception to be thrown.
- isRootPaneCheckingEnabled() -
Method in class javax.swing.JFrame
- Returns whether calls to
add
and
setLayout
cause an exception to be thrown.
- isRootVisible() -
Method in class javax.swing.JTree
- Returns true if the root node of the tree is displayed.
- isRootVisible() -
Method in class javax.swing.tree.AbstractLayoutCache
- Returns true if the root node of the tree is displayed.
- isRootVisible() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- isRowSelected(int) -
Method in class javax.swing.JTree
- Returns true if the node identified by row is selected.
- isRowSelected(int) -
Method in class javax.swing.JTable
- Returns true if the row at the specified index is selected.
- isRowSelected(int) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns true if the row identified by
row
is selected.
- isRowSelected(int) -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns true if the row identified by
row
is selected.
- isRunning() -
Method in interface javax.sound.sampled.DataLine
- Indicates whether the line is running.
- isRunning() -
Method in interface javax.sound.midi.Sequencer
- Indicates whether the Sequencer is currently running.
- isRunning() -
Method in class javax.swing.Timer
- Returns
true
if the Timer
is running.
- isSameRM(XAResource) -
Method in interface javax.transaction.xa.XAResource
- This method is called to determine if the resource manager
instance represented by the target object is the same as the
resouce manager instance represented by the parameter xares.
- isSealed() -
Method in class java.lang.Package
- Returns true if this package is sealed.
- isSealed(URL) -
Method in class java.lang.Package
- Returns true if this package is sealed with respect to the specified
code source url.
- isSearchable(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether the designated column can be used in a where clause.
- isSeekForwardOnly() -
Method in class javax.imageio.ImageReader
- Returns
true
if the current input source has been
marked as seek forward only by passing true
as the
seekForwardOnly
argument to the
setInput
method.
- isSelected -
Variable in class javax.swing.JInternalFrame
- The frame is currently selected.
- isSelected -
Variable in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
-
- isSelected() -
Method in class java.awt.im.InputMethodHighlight
- Returns whether the text range is selected.
- isSelected() -
Method in class javax.swing.DefaultSingleSelectionModel
-
- isSelected() -
Method in class javax.swing.DefaultButtonModel
- Indicates if the button has been selected.
- isSelected() -
Method in class javax.swing.JToggleButton.ToggleButtonModel
- Checks if the button is selected.
- isSelected() -
Method in class javax.swing.JInternalFrame
- Returns whether the
JInternalFrame
is the
currently "selected" or active frame.
- isSelected() -
Method in interface javax.swing.ButtonModel
- Indicates if the button has been selected.
- isSelected() -
Method in class javax.swing.JMenu
- Returns true if the menu is currently selected (highlighted).
- isSelected() -
Method in interface javax.swing.SingleSelectionModel
- Returns true if the selection model currently has a selected value.
- isSelected() -
Method in class javax.swing.AbstractButton
- Returns the state of the button.
- isSelected() -
Method in class javax.swing.JMenuBar
- Returns true if the menu bar currently has a component selected.
- isSelected() -
Method in class javax.swing.text.html.Option
- Fetches the selection state associated with this option.
- isSelected(ButtonModel) -
Method in class javax.swing.ButtonGroup
- Returns whether a
ButtonModel
is selected.
- isSelected(int) -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
isIndexSelected(int)
.
- isSelectedIndex(int) -
Method in class javax.swing.DefaultListSelectionModel
-
- isSelectedIndex(int) -
Method in class javax.swing.JList
- Returns true if the specified index is selected.
- isSelectedIndex(int) -
Method in interface javax.swing.ListSelectionModel
- Returns true if the specified index is selected.
- isSelectionEmpty() -
Method in class javax.swing.DefaultListSelectionModel
-
- isSelectionEmpty() -
Method in class javax.swing.JList
- Returns true if nothing is selected.
- isSelectionEmpty() -
Method in class javax.swing.JTree
- Returns true if the selection is currently empty.
- isSelectionEmpty() -
Method in interface javax.swing.ListSelectionModel
- Returns true if no indices are selected.
- isSelectionEmpty() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Returns true if the selection is currently empty.
- isSelectionEmpty() -
Method in interface javax.swing.tree.TreeSelectionModel
- Returns true if the selection is currently empty.
- isSelectionVisible() -
Method in class javax.swing.text.DefaultCaret
- Checks whether the current selection is visible.
- isSelectionVisible() -
Method in interface javax.swing.text.Caret
- Determines if the selection is currently visible.
- isSerializing() -
Method in class java.beans.beancontext.BeanContextSupport
- Is this BeanContext in the
process of being serialized?
- isServiceClass(Class) -
Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- Checks this event to determine whether or not
the service being revoked is of a particular class.
- isSet -
Variable in class java.util.Calendar
- The flags which tell if a specified time field for the calendar is set.
- isSet(int) -
Method in class java.util.Calendar
- Determines if the given time field has a value set.
- isShared() -
Method in class java.nio.channels.FileLock
- Tells whether this lock is shared.
- isShiftDown() -
Method in class java.awt.event.InputEvent
- Returns whether or not the Shift modifier is down on this event.
- isShowing() -
Method in class java.awt.Window
- Checks if this Window is showing on screen.
- isShowing() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Determine if the object is showing.
- isShowing() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Determines if the object is showing.
- isShowing() -
Method in class java.awt.Component
- Determines whether this component is showing on screen.
- isShowing() -
Method in class java.awt.Component.AccessibleAWTComponent
- Determines if the object is showing.
- isShowing() -
Method in interface javax.accessibility.AccessibleComponent
- Determines if the object is showing.
- isShowing() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- isShowing() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- isShowing() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Determines if the object is showing.
- isShowing() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- isSigned(int) -
Method in interface java.sql.ParameterMetaData
- Retrieves whether values for the designated parameter can be signed numbers.
- isSigned(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether values in the designated column are signed numbers.
- isSignificant() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- DefaultDocument events are significant.
- isSignificant() -
Method in class javax.swing.undo.AbstractUndoableEdit
- This default implementation returns true.
- isSignificant() -
Method in class javax.swing.undo.CompoundEdit
- Returns true if any of the
UndoableEdit
s
in edits
do.
- isSignificant() -
Method in interface javax.swing.undo.UndoableEdit
- Returns false if this edit is insignificant--for example one
that maintains the user's selection, but does not change any
model state.
- isSingular() -
Method in class java.awt.geom.Area
- Tests whether this
Area
is comprised of a single
closed subpath.
- isSiteLocalAddress() -
Method in class java.net.Inet6Address
- Utility routine to check if the InetAddress is a site local address.
- isSiteLocalAddress() -
Method in class java.net.Inet4Address
- Utility routine to check if the InetAddress is a site local address.
- isSiteLocalAddress() -
Method in class java.net.InetAddress
- Utility routine to check if the InetAddress is a site local address.
- isSoundbankSupported(Soundbank) -
Method in interface javax.sound.midi.Synthesizer
- Informs the caller whether this synthesizer is capable of loading
instruments from the specified soundbank.
- isSource() -
Method in class javax.sound.sampled.Port.Info
- Indicates whether the port is a source or a target for its mixer.
- isSourceEncodingSupported(AudioFormat.Encoding) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Indicates whether the format converter supports conversion from the
specified source format encoding.
- isSpace(char) -
Static method in class java.lang.Character
- Deprecated. Replaced by isWhitespace(char).
- isSpaceChar(char) -
Static method in class java.lang.Character
- Determines if the specified character is a Unicode space character.
- isStandard() -
Method in class java.awt.font.GlyphMetrics
- Returns
true
if this is a standard glyph.
- isStandardImageMetadataFormatSupported() -
Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns
true
if the standard metadata format is
among the document formats recognized by the
getAsTree
and setFromTree
methods on
the image metadata objects produced or consumed by this
plug-in.
- isStandardMetadataFormatSupported() -
Method in class javax.imageio.metadata.IIOMetadata
- Returns
true
if the standard metadata format is
supported by getMetadataFormat
,
getAsTree
, setFromTree
, and
mergeTree
.
- isStandardStreamMetadataFormatSupported() -
Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns
true
if the standard metadata format is
among the document formats recognized by the
getAsTree
and setFromTree
methods on
the stream metadata objects produced or consumed by this
plug-in.
- isStatic(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
static modifer, false otherwise.
- isStrict(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
strictfp modifer, false otherwise.
- isStrikeThrough() -
Method in class javax.swing.text.LabelView
- Determines if the glyphs should have a strikethrough
line.
- isStrikeThrough() -
Method in class javax.swing.text.GlyphView
- Determine if the glyphs should have a strikethrough
line.
- isStrikeThrough(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the strikethrough attribute is set.
- isStringPainted() -
Method in class javax.swing.JProgressBar
- Returns the value of the
stringPainted
property.
- isSubscript() -
Method in class javax.swing.text.LabelView
- Determines if the glyphs should be rendered as superscript.
- isSubscript() -
Method in class javax.swing.text.GlyphView
- Determine if the glyphs should be rendered as superscript.
- isSubscript(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the subscript attribute is set.
- isSuperscript() -
Method in class javax.swing.text.LabelView
- Determines if the glyphs should be rendered as subscript.
- isSuperscript() -
Method in class javax.swing.text.GlyphView
- Determine if the glyphs should be rendered as subscript.
- isSuperscript(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the superscript attribute is set.
- isSupported(String) -
Static method in class java.nio.charset.Charset
- Tells whether the named charset is supported.
- isSupported(String, String) -
Method in class javax.imageio.metadata.IIOMetadataNode
- Returns
false
since DOM features are not
supported.
- isSupported(String, String) -
Method in interface org.w3c.dom.Node
- Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- isSupportedLookAndFeel() -
Method in class javax.swing.LookAndFeel
- Return true if the underlying platform supports and or permits
this look and feel.
- isSupportedLookAndFeel() -
Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
- isSupportedLookAndFeel() -
Method in class javax.swing.plaf.multi.MultiLookAndFeel
- Returns
true
;
every platform permits this look and feel.
- isSynchronizationSupported(Line[], boolean) -
Method in interface javax.sound.sampled.Mixer
- Reports whether this mixer supports synchronization of the specified set of lines.
- isSynchronized(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
synchronized modifer, false otherwise.
- isTargetEncodingSupported(AudioFormat.Encoding) -
Method in class javax.sound.sampled.spi.FormatConversionProvider
- Indicates whether the format converter supports conversion to the
specified target format encoding.
- isTearOff() -
Method in class java.awt.Menu
- Indicates whether this menu is a tear-off menu.
- isTearOff() -
Method in class javax.swing.JMenu
- Returns true if the menu can be torn off.
- isTemporary() -
Method in class java.awt.event.FocusEvent
- Identifies the focus change event as temporary or permanent.
- isText(Element) -
Method in class javax.swing.text.html.MinimalHTMLWriter
- Returns true if the element is a text element.
- isTileWritable(int, int) -
Method in interface java.awt.image.WritableRenderedImage
- Returns whether a tile is currently checked out for writing.
- isTileWritable(int, int) -
Method in class java.awt.image.BufferedImage
- Returns whether or not a tile is currently checked out for writing.
- isTimeSet -
Variable in class java.util.Calendar
- True if then the value of
time
is valid.
- isTitleCase(char) -
Static method in class java.lang.Character
- Determines if the specified character is a titlecase character.
- isToggleEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returning true indicates the row under the mouse should be toggled
based on the event.
- isToggleSelectionEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Returning true signifies a mouse event on the node should toggle
the selection of only the row under mouse.
- isTopLevelMenu() -
Method in class javax.swing.JMenu
- Returns true if the menu is a 'top-level menu', that is, if it is
the direct child of a menubar.
- isTransferable() -
Method in interface org.ietf.jgss.GSSContext
- Determines if the context is transferable to other processes
through the use of the
export
method.
- isTransformed() -
Method in class java.awt.Font
- Indicates whether or not this
Font
object has a
transform that affects its size in addition to the Size
attribute.
- isTransient(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
transient modifer, false otherwise.
- isTraversable(File) -
Method in class javax.swing.JFileChooser
- Returns true if the file (directory) can be visited.
- isTraversable(File) -
Method in class javax.swing.filechooser.FileSystemView
- Returns true if the file (directory) can be visited.
- isTraversable(File) -
Method in class javax.swing.filechooser.FileView
- Whether the directory is traversable or not.
- IstringHelper - class org.omg.CosNaming.IstringHelper.
- org/omg/CosNaming/IstringHelper.java .
- IstringHelper() -
Constructor for class org.omg.CosNaming.IstringHelper
-
- isTrueVolatile() -
Method in class java.awt.ImageCapabilities
- Returns
true
if the VolatileImage
described by this ImageCapabilities
can lose
its surfaces.
- isUndecorated() -
Method in class java.awt.Dialog
- Indicates whether this dialog is undecorated.
- isUndecorated() -
Method in class java.awt.Frame
- Indicates whether this frame is undecorated.
- isUnderflow() -
Method in class java.nio.charset.CoderResult
- Tells whether or not this object describes an underflow condition.
- isUnderline() -
Method in class javax.swing.text.LabelView
- Determines if the glyphs should be underlined.
- isUnderline() -
Method in class javax.swing.text.GlyphView
- Determine if the glyphs should be underlined.
- isUnderline(AttributeSet) -
Static method in class javax.swing.text.StyleConstants
- Checks whether the underline attribute is set.
- isUnicast() -
Method in class java.beans.EventSetDescriptor
- Normally event sources are multicast.
- isUnicodeIdentifierPart(char) -
Static method in class java.lang.Character
- Determines if the specified character may be part of a Unicode
identifier as other than the first character.
- isUnicodeIdentifierStart(char) -
Static method in class java.lang.Character
- Determines if the specified character is permissible as the
first character in a Unicode identifier.
- isUnique() -
Static method in class java.rmi.dgc.VMID
- Deprecated.
- isUnmappable() -
Method in class java.nio.charset.CoderResult
- Tells whether or not this object describes an unmappable-character
error.
- isUnresolved() -
Method in class java.net.InetSocketAddress
- Checks wether the address has been resolved or not.
- isUnseqToken() -
Method in class org.ietf.jgss.MessageProp
- Tests if a later token had already been processed.
- isUnshared() -
Method in class java.io.ObjectStreamField
- Returns boolean value indicating whether or not the serializable field
represented by this ObjectStreamField instance is unshared.
- isUpperCase(char) -
Static method in class java.lang.Character
- Determines if the specified character is an uppercase character.
- isUserNode() -
Method in class java.util.prefs.AbstractPreferences
- Implements the isUserNode method as per the specification in
Preferences.isUserNode()
.
- isUserNode() -
Method in class java.util.prefs.Preferences
- Returns true if this preference node is in the user
preference tree, false if it's in the system preference tree.
- isValid() -
Method in class java.awt.Component
- Determines whether this component is valid.
- isValid() -
Method in class java.awt.image.IndexColorModel
- Returns whether or not all of the pixels are valid.
- isValid() -
Method in class java.nio.channels.SelectionKey
- Tells whether or not this key is valid.
- isValid() -
Method in class java.nio.channels.FileLock
- Tells whether or not this lock is valid.
- isValid() -
Method in class java.nio.channels.spi.AbstractSelectionKey
-
- isValid() -
Method in class javax.accessibility.AccessibleHyperlink
- Since the document a link is associated with may have
changed, this method returns whether or not this Link is still valid
(with respect to the document it references).
- isValid() -
Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- Since the document a link is associated with may have
changed, this method returns whether this Link is valid
anymore (with respect to the document it references).
- isValid() -
Method in class javax.swing.text.html.HTMLDocument.Iterator
- Indicates if the iterator is currently
representing an occurrence of a tag.
- isValid() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Returns true if the dragging session is valid.
- isValid(int) -
Method in class java.awt.image.IndexColorModel
- Returns whether or not the pixel is valid.
- isValidateRoot() -
Method in class javax.swing.JSplitPane
- Returns true, so that calls to
revalidate
on any descendant of this JSplitPane
will cause a request to be queued that
will validate the JSplitPane
and all its descendants.
- isValidateRoot() -
Method in class javax.swing.JTextField
- Calls to
revalidate
that come from within the
textfield itself will
be handled by validating the textfield, unless the textfield
is contained within a JViewport
,
in which case this returns false.
- isValidateRoot() -
Method in class javax.swing.JScrollPane
- Calls
revalidate
on any descendant of this
JScrollPane
.
- isValidateRoot() -
Method in class javax.swing.JComponent
- If this method returns true,
revalidate
calls by
descendants of this component will cause the entire tree
beginning with this root to be validated.
- isValidateRoot() -
Method in class javax.swing.JRootPane
- If a descendant of this
JRootPane
calls
revalidate
, validate from here on down.
- isValidating() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isVertical() -
Method in class java.awt.font.TextLayout
- Returns
true
if this TextLayout
is vertical.
- isViewSizeSet -
Variable in class javax.swing.JViewport
- True when the viewport dimensions have been determined.
- isVisible() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- Determine if the object is visible.
- isVisible() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- Determines if the object is visible.
- isVisible() -
Method in class java.awt.Component
- Determines whether this component should be visible when its
parent is visible.
- isVisible() -
Method in class java.awt.Component.AccessibleAWTComponent
- Determines if the object is visible.
- isVisible() -
Method in interface javax.accessibility.AccessibleComponent
- Determines if the object is visible.
- isVisible() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- isVisible() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- isVisible() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Determines if this object is visible.
- isVisible() -
Method in class javax.swing.JPopupMenu
- Returns true if the popup menu is visible (currently
being displayed).
- isVisible() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- isVisible() -
Method in class javax.swing.text.DefaultCaret
- Determines if the caret is currently visible.
- isVisible() -
Method in interface javax.swing.text.Caret
- Determines if the caret is currently visible.
- isVisible() -
Method in class javax.swing.text.View
- Returns a boolean that indicates whether
the view is visible or not.
- isVisible() -
Method in class javax.swing.text.html.ParagraphView
- Indicates whether or not this view should be
displayed.
- isVisible() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Returns true if the popup is visible (currently being displayed).
- isVisible(TreePath) -
Method in class javax.swing.JTree
- Returns true if the value identified by path is currently viewable,
which means it is either the root or all of its parents are expanded.
- isVolatile(int) -
Static method in class java.lang.reflect.Modifier
- Return true if the integer argument includes the
volatile modifer, false otherwise.
- isWeak(byte[], int) -
Static method in class javax.crypto.spec.DESKeySpec
- Checks if the given DES key material is weak or semi-weak.
- isWheelScrollingEnabled() -
Method in class java.awt.ScrollPane
- Indicates whether or not scrolling will take place in response to
the mouse wheel.
- isWheelScrollingEnabled() -
Method in class javax.swing.JScrollPane
- Indicates whether or not scrolling will take place in response to the
mouse wheel.
- isWhitespace() -
Method in class java.awt.font.GlyphMetrics
- Returns
true
if this is a whitespace glyph.
- isWhitespace(char) -
Static method in class java.lang.Character
- Determines if the specified character is white space according to Java.
- isWritable() -
Method in class java.nio.channels.SelectionKey
- Tests whether this key's channel is ready for writing.
- isWritable(int) -
Method in interface java.sql.ResultSetMetaData
- Indicates whether it is possible for a write on the designated column to succeed.
- isZoneLoaded(View) -
Method in class javax.swing.text.ZoneView
- Determine if a zone is in the loaded state.
- ITALIAN -
Static variable in class java.util.Locale
- Useful constant for language.
- Italic -
Static variable in class javax.swing.text.StyleConstants
- Name of the italic attribute.
- Italic -
Static variable in class javax.swing.text.StyleConstants.CharacterConstants
- Name of the italic attribute.
- Italic -
Static variable in class javax.swing.text.StyleConstants.FontConstants
- Name of the italic attribute.
- 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.MediaSizeName
- Italy envelope size .
- ITALY_ENVELOPE -
Static variable in class javax.print.attribute.standard.MediaSize.Other
- Specifies the Italy envelope size, 110 mm by 230 mm.
- 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.
- item(int) -
Method in class javax.imageio.metadata.IIOMetadataNode
-
- item(int) -
Method in class org.omg.CORBA.ExceptionList
- Returns the
TypeCode
object at the given index.
- item(int) -
Method in class org.omg.CORBA.ContextList
- Returns the
String
object at the given index.
- item(int) -
Method in class org.omg.CORBA.NVList
- Retrieves the
NamedValue
object at the given index.
- item(int) -
Method in interface org.w3c.dom.NamedNodeMap
- Returns the
index
th item in the map.
- item(int) -
Method in interface org.w3c.dom.NodeList
- Returns the
index
th item in the collection.
- ItemEvent - class java.awt.event.ItemEvent.
- A semantic event which indicates that an item was selected or deselected.
- ItemEvent(ItemSelectable, int, Object, int) -
Constructor for class java.awt.event.ItemEvent
- Constructs an
ItemEvent
object.
- itemListener -
Variable in class javax.swing.AbstractButton
- The button model's
ItemListener
.
- itemListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
- This protected field is implementation specific.
- itemListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
- This protected field is implementation specific.
- ItemListener - interface java.awt.event.ItemListener.
- The listener interface for receiving item events.
- ItemSelectable - interface java.awt.ItemSelectable.
- The interface for objects which contain a set of items for
which zero or more can be selected.
- itemStateChanged(ItemEvent) -
Method in class java.awt.AWTEventMulticaster
- Handles the itemStateChanged event by invoking the
itemStateChanged methods on listener-a and listener-b.
- itemStateChanged(ItemEvent) -
Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- Fire accessible property change events when the state of the
toggle button changes.
- itemStateChanged(ItemEvent) -
Method in class java.awt.List.AccessibleAWTList
-
- itemStateChanged(ItemEvent) -
Method in interface java.awt.event.ItemListener
- Invoked when an item has been selected or deselected by the user.
- itemStateChanged(ItemEvent) -
Method in class javax.swing.DefaultCellEditor.EditorDelegate
- When an item's state changes, editing is ended.
- itemStateChanged(ItemEvent) -
Method in class javax.swing.JToggleButton.AccessibleJToggleButton
- Fire accessible property change events when the state of the
toggle button changes.
- itemStateChanged(ItemEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.ItemHandler
-
- itemStateChanged(ItemEvent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ItemHandler
-
- Iterator - interface java.util.Iterator.
- An iterator over a collection.
- iterator() -
Method in class java.awt.dnd.DragGestureEvent
- Returns an
Iterator
for the events
comprising the gesture.
- iterator() -
Method in class java.beans.beancontext.BeanContextSupport
- Gets all JavaBean or BeanContext instances
currently nested in this BeanContext.
- iterator() -
Method in class java.beans.beancontext.BeanContextMembershipEvent
- Gets the array of children affected by this event.
- iterator() -
Method in class java.util.AbstractSequentialList
- Returns an iterator over the elements in this list (in proper
sequence).
- iterator() -
Method in class java.util.TreeSet
- Returns an iterator over the elements in this set.
- iterator() -
Method in class java.util.HashSet
- Returns an iterator over the elements in this set.
- iterator() -
Method in interface java.util.List
- Returns an iterator over the elements in this list in proper sequence.
- iterator() -
Method in class java.util.AbstractCollection
- Returns an iterator over the elements contained in this collection.
- iterator() -
Method in class java.util.AbstractList
- Returns an iterator over the elements in this list in proper
sequence.
- iterator() -
Method in interface java.util.Collection
- Returns an iterator over the elements in this collection.
- iterator() -
Method in interface java.util.Set
- Returns an iterator over the elements in this set.
- IvParameterSpec - class javax.crypto.spec.IvParameterSpec.
- This class specifies an initialization vector (IV).
- IvParameterSpec(byte[]) -
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the bytes in
iv
as the IV.
- IvParameterSpec(byte[], int, int) -
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the first
len
bytes in iv
,
beginning at offset
inclusive, as the IV.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.