Alphabetical Index: H

< ? _ 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

H

h - field in class java.lang.reflect.Proxy
The invocation handler for this proxy instance.
H1 - static field in class javax.swing.text.html.HTML.Tag
The <h1> tag , breaks flow, block tag.
H2 - static field in class javax.swing.text.html.HTML.Tag
The <h2> tag , breaks flow, block tag.
H3 - static field in class javax.swing.text.html.HTML.Tag
The <h3> tag , breaks flow, block tag.
H4 - static field in class javax.swing.text.html.HTML.Tag
The <h4> tag , breaks flow, block tag.
H5 - static field in class javax.swing.text.html.HTML.Tag
The <h5> tag , breaks flow, block tag.
H6 - static field in class javax.swing.text.html.HTML.Tag
The <h6> tag , breaks flow, block tag.
HALFWIDTH_AND_FULLWIDTH_FORMS - static field in class java.lang.Character.UnicodeBlock
Halfwidth and Fullwidth Forms.
HALFWIDTH_KATAKANA - static field in class java.awt.im.InputSubset
Constant for the halfwidth katakana subset of the Unicode halfwidth and fullwidth forms character block.
HALIGN - static field in class javax.swing.text.html.HTML.Attribute
The halign attribute
halt(int) - method in class java.lang.Runtime
Forcibly terminate the virtual machine.
HAND_CURSOR - static field in class java.awt.Cursor
Constant for a hand cursor.
HAND_CURSOR - static field in class java.awt.Frame
Constant for a hand cursor.
handle(javax.security.auth.callback.Callback[]) - method in class javax.security.auth.callback.CallbackHandler
Retrieve or display the information requested in the provided Callbacks.

The handle() method implementation checks the instance(s) of the Callback object(s) passed in to retrieve or display the requested information.

This method is called whenever the node for which this handler is registered is imported or cloned.
handleComment(char[]) - method in class javax.swing.text.html.parser.DocumentParser
Handle HTML comment.
handleComment(char[]) - method in class javax.swing.text.html.parser.Parser
Handle HTML comment.
handleComment(char[],int) - method in class javax.swing.text.html.HTMLDocument.HTMLReader
This method called by parser to handle a comment block.
handleComment(char[],int) - method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
Handle HTML comment, present in the given position.
handleEmptyTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.DocumentParser
Handle the tag with no content, like <br>.
handleEmptyTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.Parser
Handle the tag with no content, like <br>.
This is invoked after the stream has been parsed but before it has been flushed.
Notifies about the character sequences, used to separate lines in this document.
This method is called by the parser and should route the call to the proper handler for the tag.
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
handleEndTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.DocumentParser
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
handleEndTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.Parser
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
handleEOFInComment() - method in class javax.swing.text.html.parser.Parser
This is additionally called in when the HTML content terminates without closing the HTML comment.
handleError(int,java.lang.String) - method in class javax.swing.text.html.parser.DocumentParser
handleError(int,java.lang.String) - method in class javax.swing.text.html.parser.Parser
handleError(java.lang.String,int) - method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
Handle the error.
This method is called on the error handler when an error occurs.
handleEvent(java.awt.AWTEvent) - method in class java.awt.peer.ComponentPeer
Handles the given event.
handleEvent(java.awt.Event) - method in class java.awt.Component
AWT 1.0 event handler.
handleEvent(org.w3c.dom.events.Event) - method in class org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
Messaged when the user clicks the particular row, this invokes toggleExpandState.
Gets a resource for a given key.
Called by getObject when a resource is needed.
Override this method to provide the resource for a keys.
handleJustify(float) - method in class java.awt.font.TextLayout
This is a protected method of a final class, meaning it exists only to taunt you.
Invoked by the notifying bean when a notification is to be delivered to the recipient.
This method is called on a per-listener basis, either from this thread or the supplied executor, and may be overridden by subclasses which wish to change how notifications are delivered.
Handler - class java.util.logging.Handler
A Handler publishes LogRecords to a sink, for example a file, the console or a network socket.
Handler() - constructor for class java.util.logging.Handler
Constructs a Handler with a logging severity level of Level.ALL, no formatter, no filter, and an instance of ErrorManager managing errors.
HandlerBase - class org.xml.sax.HandlerBase
Default base class for handlers.
This is a callback from the parser that should be routed to the appropriate handler for the tag.
Handle the tag with no content, like <br>.
This method is called by the parser and should route the call to the proper handler for the tag.
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
handleStartTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.DocumentParser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
handleStartTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.Parser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
handlesWheelScrolling() - method in class java.awt.peer.ComponentPeer
Returns true, if this component can handle wheel scrolling, false otherwise.
handleText(char[]) - method in class javax.swing.text.html.parser.DocumentParser
Handle the text section.
handleText(char[]) - method in class javax.swing.text.html.parser.Parser
Handle the text section.
handleText(char[],int) - method in class javax.swing.text.html.HTMLDocument.HTMLReader
This method is called by the parser to indicate a block of text was encountered.
handleText(char[],int) - method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
Handle the text section.
handleTitle(char[]) - method in class javax.swing.text.html.parser.Parser
Handle HTML <title> tag.
Called when the handshake phase of the SSL protocol completes.
An event raised by a SSLSocket and passed to the HandshakeCompletedListener.handshakeCompleted(HandshakeCompletedEvent) method of all registered listeners when a SSL handshake in a SSL protocol is completed.
Creates a new handshake completed event.
An event listener that waits to be notified of HandshakeCompletedEvent objects created when handshake phase of the SSL protocol is completed for a particular connection.
An enumeration of possible handshake status states.
HANGING_BASELINE - static field in class java.awt.Font
Constant indicating the baseline mode characteristic of Devanigri.
HANGING_BASELINE - static field in class java.awt.font.GraphicAttribute
HANGUL_COMPATIBILITY_JAMO - static field in class java.lang.Character.UnicodeBlock
Hangul Compatibility Jamo.
HANGUL_JAMO - static field in class java.lang.Character.UnicodeBlock
Hangul Jamo.
HANGUL_SYLLABLES - static field in class java.lang.Character.UnicodeBlock
Hangul Syllables.
HANJA - static field in class java.awt.im.InputSubset
Constant for all Han characters used in writing Korean, including a subset of the CJK unified ideographs as well as Korean Han characters that may be defined as surrogate characters.
HANUNOO - static field in class java.lang.Character.UnicodeBlock
Hanunoo.
hardDriveIcon - field in class javax.swing.plaf.basic.BasicFileChooserUI
An icon representing a hard drive.
has_no_active_member() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
has_no_active_member() - method in class org.omg.DynamicAny.DynUnionOperations
Returns true if the union has no active member.
hasAlpha() - method in class java.awt.image.ColorModel
hasArray() - method in class java.nio.ByteBuffer
Tells whether ot not this buffer is backed by an accessible byte array.
hasArray() - method in class java.nio.CharBuffer
Tells whether ot not this buffer is backed by an accessible char array.
hasArray() - method in class java.nio.DoubleBuffer
Tells whether ot not this buffer is backed by an accessible double array.
hasArray() - method in class java.nio.FloatBuffer
Tells whether ot not this buffer is backed by an accessible float array.
hasArray() - method in class java.nio.IntBuffer
Tells whether ot not this buffer is backed by an accessible int array.
hasArray() - method in class java.nio.LongBuffer
Tells whether ot not this buffer is backed by an accessible long array.
hasArray() - method in class java.nio.ShortBuffer
Tells whether ot not this buffer is backed by an accessible short array.
hasAttribute(java.lang.String) - method in class org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttribute(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - method in class javax.imageio.metadata.IIOMetadataNode
hasAttributes() - method in class org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChanged() - method in class java.util.Observable
True if setChanged has been called more recently than clearChanged.
hasChildNodes() - method in class javax.imageio.metadata.IIOMetadataNode
hasChildNodes() - method in class org.w3c.dom.Node
Returns whether this node has any children.
hasChildren - field in class javax.swing.JTree.DynamicUtilTreeNode
Currently not set or used by this class.
hasController() - method in class javax.imageio.metadata.IIOMetadata
hasController() - method in class javax.imageio.IIOParam
Check if a non-null controller is currently available.
HasControls - interface javax.naming.ldap.HasControls
hasCustomComponents - field in class javax.swing.plaf.basic.BasicOptionPaneUI
Whether the JOptionPane contains custom components.
hasDefaultValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this attribute has a default value (i.e. the value is non-null).
hasDefaultValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a default value.
hasDefaultValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this parameter has a default value (i.e. the value is non-null).
hasDynamicLocaleList() - method in class java.awt.im.spi.InputMethodDescriptor
Test whether the input method this describes has a static or dynamic locale list.
hasEntered - field in class javax.swing.plaf.basic.BasicComboPopup
FIXME: Need to document
hasExtensions() - method in class java.security.cert.X509CRLEntry
Checks if this X509CRLEntry has extensions.
Test if the DOM implementation implements a specific feature and version, as specified in .
hasFocus - field in class javax.swing.plaf.basic.BasicComboBoxUI
A flag indicating whether JComboBox currently has the focus.
hasFocus - field in class javax.swing.tree.DefaultTreeCellRenderer
A flag indicating the current focus status.
hasFocus() - method in class java.awt.Component
Tests if this component is the focus owner.
hash(org.omg.CORBA.Object,int) - method in class org.omg.CORBA.portable.Delegate
Get the hashcode this object reference.
HashAttributeSet - class javax.print.attribute.HashAttributeSet
HashAttributeSet provides an implementation of AttributeSet.
HashAttributeSet() - constructor for class javax.print.attribute.HashAttributeSet
Creates an empty HashAttributeSet object.
HashAttributeSet(Class) - constructor for class javax.print.attribute.HashAttributeSet
Creates an empty HashAttributeSet object.
HashAttributeSet(javax.print.attribute.Attribute) - constructor for class javax.print.attribute.HashAttributeSet
Creates a HashAttributeSet object with the given attribute in it.
Creates a HashAttributeSet object with the given attribute in it.
HashAttributeSet(javax.print.attribute.Attribute[]) - constructor for class javax.print.attribute.HashAttributeSet
Creates a HashAttributeSet object with the given attributes in it.
Creates a HashAttributeSet object with the given attributes in it.
HashAttributeSet(javax.print.attribute.AttributeSet) - constructor for class javax.print.attribute.HashAttributeSet
Creates a HashAttributeSet object with attributes of the given attributes set in it.
Creates a HashAttributeSet object with attributes of the given attributes set in it.
hashCode() - method in class java.util.AbstractList<E>
Obtains a hash code for this list.
hashCode() - method in class java.util.AbstractMap<K,V>
Returns the hash code for this map.
hashCode() - method in class java.util.AbstractMap.SimpleEntry<K,V>
Returns the hash code of the entry.
hashCode() - method in class java.util.AbstractSet<E>
Returns a hash code for this Set.
hashCode() - method in class java.security.AccessControlContext
Computes a hash code of this class
hashCode() - method in class java.rmi.activation.ActivationDesc
Get the hash code of this object (overridden to make the returned value consistent with .equals(..).
hashCode() - method in class java.rmi.activation.ActivationGroupDesc
Return the hashcode.
hashCode() - method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Get the hash code.
hashCode() - method in class java.rmi.activation.ActivationGroupID
Get the hash code of the associated activation system.
hashCode() - method in class java.rmi.activation.ActivationID
Returns the hash code of the activator.
hashCode() - method in class java.awt.geom.AffineTransform
Return the hashcode for this transformation.
hashCode() - method in class java.security.AllPermission
This method returns a hash code for this object.
hashCode() - method in class java.awt.AlphaComposite
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class java.lang.annotation.Annotation
Returns the hash code of the annotation.
hashCode() - method in class javax.management.openmbean.ArrayType<T>
Returns the hash code of the array type.
hashCode() - method in class javax.management.Attribute
Need to override as equals(Object) is overridden.
Returns a hash value for this object.
hashCode() - method in class java.util.jar.Attributes
Returns the hashcode of the attribute name/value map.
hashCode() - method in class java.util.jar.Attributes.Name
Returns the hash code of the (lowercase) String representation of this Name.
hashCode() - method in class javax.print.attribute.AttributeSet
Returns the hashcode value.
hashCode() - method in class javax.sound.sampled.AudioFileFormat.Type
hashCode() - method in class javax.sound.sampled.AudioFormat.Encoding
hashCode() - method in class java.awt.AWTKeyStroke
Returns a hashcode for this key event.
hashCode() - method in class javax.naming.directory.BasicAttribute
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class javax.naming.directory.BasicAttributes
hashCode() - method in class java.security.BasicPermission
This method returns a hash code for this permission object.
hashCode() - method in class java.awt.BasicStroke
Returns the hash code for this object.
hashCode() - method in class java.math.BigDecimal
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class java.math.BigInteger
hashCode() - method in class javax.naming.BinaryRefAddr
Returns the hashCode which is the hasCode of the String returned by getType() plus the hashCode of the byte array returned by getContent.
hashCode() - method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode() - method in class java.lang.Boolean
Returns the integer 1231 if this object represents the primitive true and the integer 1237 otherwise.
hashCode() - method in class java.lang.Byte
Return a hashcode representing this Object.
hashCode() - method in class java.nio.ByteBuffer
Calculates a hash code for this buffer.
hashCode() - method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - method in class java.security.cert.Certificate
Returns a hash code for this Certificate in its encoded form.
hashCode() - method in class javax.security.cert.Certificate
Computes a hash code for this certificate.
hashCode() - method in class java.security.cert.CertPath
Returns the hashcode of this certificate path.
hashCode() - method in class org.ietf.jgss.ChannelBinding
Returns the hash code for this channel binding.
hashCode() - method in class java.lang.Character
Returns the numerical value (unsigned) of the wrapped character.
hashCode() - method in class java.lang.Character.Subset
Makes the original hashCode of Object final, to be consistent with equals.
hashCode() - method in class java.nio.CharBuffer
Calculates a hash code for this buffer.
hashCode() - method in class java.nio.charset.Charset
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class java.text.ChoiceFormat
This method returns a hash value for this object
hashCode() - method in class java.security.CodeSource
This method returns a hash value for this object.
hashCode() - method in class java.text.CollationKey
This method returns a hash value for this object.
hashCode() - method in class java.text.Collator
This method returns a hash code value for this object.
hashCode() - method in class java.util.Collection<E>
Obtain a hash code for this collection.
hashCode() - method in class java.awt.Color
Returns a hash value for this color.
hashCode() - method in class java.awt.image.ComponentSampleModel
Returns a hash code for this sample model.
hashCode() - method in class javax.management.openmbean.CompositeData
Returns the hash code of this instance.
hashCode() - method in class javax.management.openmbean.CompositeDataSupport
Returns the hash code of this instance.
hashCode() - method in class javax.naming.CompositeName
hashCode() - method in class javax.management.openmbean.CompositeType
Returns the hash code of the composite data type.
hashCode() - method in class javax.naming.CompoundName
hashCode() - method in class java.lang.reflect.Constructor<T>
Get the hash code for the Constructor.
hashCode() - method in class javax.sound.sampled.Control.Type
hashCode() - method in class java.awt.datatransfer.DataFlavor
Returns the hash code for this data flavor.
hashCode() - method in class java.util.Date
Computes the hash code of this Date as the XOR of the most significant and the least significant 32 bits of the 64 bit milliseconds value.
hashCode() - method in class java.text.DateFormat
This method returns a hash value for this object.
hashCode() - method in class java.text.DateFormatSymbols
This method returns a hash value for this object.
hashCode() - method in class javax.print.attribute.DateTimeSyntax
Returns the hashcode for this object.
hashCode() - method in class java.text.DecimalFormat
Returns a hash code for this object.
hashCode() - method in class java.text.DecimalFormatSymbols
This method returns a hash value for this object.
hashCode() - method in class javax.management.Descriptor
Returns the hash code of the descriptor.
hashCode() - method in class java.awt.Dimension
Return the hashcode for this object.
hashCode() - method in class java.awt.DisplayMode
Returns a hash code for the display mode.
hashCode() - method in class javax.print.DocFlavor
Returns a hash code for this doc flavor object.
hashCode() - method in class java.lang.Double
Return a hashcode representing this Object.
hashCode() - method in class java.nio.DoubleBuffer
Calculates a hash code for this buffer.
hashCode() - method in class javax.xml.datatype.Duration
hashCode() - method in class java.lang.Enum<T,extends,Enum,T>
Returns the hash code of this constant.
hashCode() - method in class javax.print.attribute.EnumSyntax
Returns the hashcode for this object.
hashCode() - method in class java.lang.reflect.Field
Get the hash code for the Field.
hashCode() - method in class java.text.FieldPosition
This method returns a hash value for this object
hashCode() - method in class java.io.File
This method returns a hash code representing this file.
hashCode() - method in class java.io.FilePermission
Get the hash code for this Object.

FilePermission's hash code is calculated as the exclusive or of the target String's hash code and the action String's hash code.

hashCode() - method in class java.lang.Float
Return a hashcode representing this Object.
hashCode() - method in class java.nio.FloatBuffer
Calculates a hash code for this buffer.
hashCode() - method in class java.awt.Font
Returns a hash value for this font.
hashCode() - method in class java.awt.font.FontRenderContext
Returns the hash code of the font render context.
hashCode() - method in class java.util.GregorianCalendar
Return a hash code for this object, following the general contract specified by Object.hashCode().
hashCode() - method in class org.ietf.jgss.GSSCredential
Return the hash code of this credential.
hashCode() - method in class org.ietf.jgss.GSSName
Return the hashcode of this GSSName.
hashCode() - method in class javax.print.attribute.HashAttributeSet
Returns the hashcode value.
hashCode() - method in class java.util.Hashtable<K,V>
Returns the hashCode for this Hashtable.
hashCode() - method in class java.security.Identity
hashCode() - method in class java.util.IdentityHashMap<K,V>
Returns the hashcode of this map.
hashCode() - method in class java.awt.font.ImageGraphicAttribute
Gets the hash code for this image.
hashCode() - method in class java.net.Inet4Address
Computes the hashcode of the instance
hashCode() - method in class java.net.Inet6Address
Returns a hashcode for this IP address (The hashcode is independent of scope)
hashCode() - method in class java.net.InetAddress
Returns a hash value for this address.
hashCode() - method in class java.net.InetSocketAddress
Returns the hashcode of the InetSocketAddress
hashCode() - method in class java.awt.Insets
Returns a hashcode for this instance.
hashCode() - method in class java.nio.IntBuffer
Calculates a hash code for this buffer.
hashCode() - method in class java.lang.Integer
Return a hashcode representing this Object.
hashCode() - method in class javax.print.attribute.IntegerSyntax
Returns the hashcode for this object.
hashCode() - method in class java.awt.JobAttributes
hashCode() - method in class javax.security.auth.kerberos.KerberosPrincipal
hashCode() - method in class java.util.logging.Level
Returns a hash code for this Level which is based on its numeric value.
hashCode() - method in class javax.sound.sampled.LineEvent.Type
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class java.util.List<E>
Obtains a hash code for this list.
hashCode() - method in class java.util.Locale
Return the hash code for this locale.
hashCode() - method in class java.lang.Long
Return a hashcode representing this Object.
hashCode() - method in class java.nio.LongBuffer
Calculates a hash code for this buffer.
hashCode() - method in class java.util.jar.Manifest
Calculates the hash code of the manifest.
hashCode() - method in class java.util.Map<K,V>
Returns the hash code for this map.
hashCode() - method in class java.util.Map.Entry<K,V>
Returns the hash code of the entry.
hashCode() - method in class java.rmi.MarshalledObject
hashCode() - method in class java.math.MathContext
Returns the hashcode for this MathContext.
hashCode() - method in class javax.management.MBeanAttributeInfo
Returns the hashcode of the attribute information as the sum of the hashcode of the superclass, the hashcode of the type, the hashcode of isReadable(), twice the hashcode of isWritable() and four times the hashcode of isIs().
hashCode() - method in class javax.management.MBeanConstructorInfo
Returns the hashcode of the constructor information as the sum of the hashcode of the superclass and the hashcode of the parameter array.
hashCode() - method in class javax.management.MBeanFeatureInfo
Returns the hashcode of the feature as the sum of the hashcodes of its name and description.
hashCode() - method in class javax.management.MBeanInfo
Returns the hashcode of the information as the sum of the hashcode of the classname, description and each array.
hashCode() - method in class javax.management.MBeanNotificationInfo
Returns the hashcode of the notification information as the sum of the hashcode of the superclass and the hashcode of the types array.
hashCode() - method in class javax.management.MBeanOperationInfo
Returns the hashcode of the operation information as the sum of the hashcode of the superclass, the parameter array, the return type and the impact factor.
hashCode() - method in class javax.management.MBeanParameterInfo
Returns the hashcode of the parameter information as the sum of the hashcode of the superclass and the hashcode of the type.
hashCode() - method in class javax.management.MBeanPermission
Returns the hashcode of the permission as the sum of the hashcodes of the name and actions.
hashCode() - method in class javax.management.MBeanServerPermission
Returns a unique hash code for this permission.
hashCode() - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the hashcode for this object.
hashCode() - method in class java.awt.MenuShortcut
hashCode() - method in class java.text.MessageFormat
Overrides Format.hashCode()
hashCode() - method in class java.lang.reflect.Method
Get the hash code for the Method.
hashCode() - method in class javax.sound.midi.MidiDevice.Info
A hash code for this object.
hashCode() - method in class javax.sound.sampled.Mixer.Info
hashCode() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns a hash code for this MultiPixelPackedSampleModel.
hashCode() - method in class org.omg.CosNaming.NameComponent
Return the hashCode of this NameComponent.
hashCode() - method in class java.net.NetworkInterface
Returns the hashcode of the current instance
hashCode() - method in class java.text.NumberFormat
This method returns a hash value for this object.
hashCode() - method in class java.awt.font.NumericShaper
hashCode() - method in class java.lang.Object
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - method in class javax.management.ObjectInstance
Returns a hash code for this instance.
hashCode() - method in class javax.management.ObjectName
Returns a hash code for this object name.
hashCode() - method in class java.rmi.server.ObjID
Get the hashcode.
hashCode() - method in class org.ietf.jgss.Oid
hashCode() - method in class javax.management.openmbean.OpenMBeanAttributeInfo
Returns the hashcode of the attribute information as the sum of the hashcodes of the name, open type, default value, maximum value, minimum value, the set of legal values and the access properties.
hashCode() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the hashcode of the attribute information as the sum of the hashcodes of the name, open type, default value, maximum value, minimum value and the set of legal values.
hashCode() - method in class javax.management.openmbean.OpenMBeanConstructorInfo
Returns the hashcode of the constructor information as the sum of the hashcodes of the name and signature (calculated by java.util.Arrays.asList(signature).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Returns the hashcode of the constructor information as the sum of the hashcodes of the name and signature (calculated by java.util.Arrays.asList(signature).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanInfo
Returns the hashcode of the bean information as the sum of the hashcodes of the class name and each array (calculated using java.util.HashSet(java.util.Arrays.asList(signature)).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanInfoSupport
Returns the hashcode of the bean information as the sum of the hashcodes of the class name and each array (calculated using java.util.HashSet(java.util.Arrays.asList(signature)).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the hashcode of the operation information as the sum of the hashcodes of the name, open return type, impact and signature (calculated by java.util.Arrays.asList(signature).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the hashcode of the operation information as the sum of the hashcodes of the name, open return type, impact and signature (calculated by java.util.Arrays.asList(signature).hashCode()).
hashCode() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the hashcode of the parameter information as the sum of the hashcodes of the name, open type, default value, maximum value, minimum value and the set of legal values.
hashCode() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the hashcode of the parameter information as the sum of the hashcodes of the name, open type, default value, maximum value, minimum value and the set of legal values.
hashCode() - method in class javax.management.openmbean.OpenType<T>
Returns a hash code for this open type.
hashCode() - method in class java.lang.Package
Returns the hashCode of the name of this package.
hashCode() - method in class java.awt.PageAttributes
hashCode() - method in class java.text.ParsePosition
Return the hash code for this object.
hashCode() - method in class java.security.Permission
This method returns a hash code for this Permission.
hashCode() - method in class java.awt.geom.Point2D
Return the hashcode for this point.
hashCode() - method in class javax.sound.sampled.Port.Info
hashCode() - method in class java.security.Principal
This method returns a hash code value for this Principal.
hashCode() - method in class javax.print.PrintService
Returns a hashcode for this print service.
hashCode() - method in class javax.security.auth.PrivateCredentialPermission
This method returns a hash code for this Permission.
hashCode() - method in class java.beans.PropertyDescriptor
Return a hash code for this object, conforming to the contract described in Object.hashCode().
hashCode() - method in class java.util.PropertyPermission
Returns the hash code for this permission.
hashCode() - method in class java.net.Proxy
Returns the hashcode for this Proxy object.
hashCode() - method in class javax.xml.namespace.QName
hashCode() - method in class javax.crypto.spec.RC2ParameterSpec
hashCode() - method in class javax.crypto.spec.RC5ParameterSpec
hashCode() - method in class java.awt.geom.Rectangle2D
Return the hashcode for this rectangle.
hashCode() - method in class javax.naming.RefAddr
Returns the hashCode which is the hasCode of the String returned by getType() plus the hashCode of the Object returned by getContent (when not null).
hashCode() - method in class javax.naming.Reference
Get the hashcode of this reference.
hashCode() - method in class java.rmi.server.RemoteObject
hashCode() - method in class java.awt.RenderingHints
Returns a hash code for the collection of hints.
hashCode() - method in class java.awt.RenderingHints.Key
Returns a hash code for the key.
hashCode() - method in class javax.print.attribute.ResolutionSyntax
Returns the hashcode for this object.
hashCode() - method in class javax.sound.sampled.ReverbType
hashCode() - method in class java.text.RuleBasedCollator
This method returns a hash value for this object.
hashCode() - method in class javax.crypto.spec.SecretKeySpec
hashCode() - method in class javax.sound.midi.Sequencer.SyncMode
SyncMode objects use the Object hashCode.
hashCode() - method in class javax.security.auth.kerberos.ServicePermission
hashCode() - method in class java.util.Set<E>
Returns the hash code for this set.
hashCode() - method in class javax.print.attribute.SetOfIntegerSyntax
Returns the hashcode for this object.
hashCode() - method in class java.awt.font.ShapeGraphicAttribute
Gets the hash code.
hashCode() - method in class java.lang.Short
Return a hashcode representing this Object.
hashCode() - method in class java.nio.ShortBuffer
Calculates a hash code for this buffer.
hashCode() - method in class javax.swing.text.SimpleAttributeSet
Returns a hash code for this instance.
hashCode() - method in class java.text.SimpleDateFormat
This method returns a hash value for this object.
hashCode() - method in class java.util.SimpleTimeZone
Generates the hashCode for the SimpleDateFormat object.
hashCode() - method in class javax.management.openmbean.SimpleType<T>
Returns the hash code of the simple data type.
hashCode() - method in class java.awt.image.SinglePixelPackedSampleModel
Returns a hash code for this SinglePixelPackedSampleModel.
hashCode() - method in class javax.print.attribute.Size2DSyntax
Returns the hashcode for this object.
hashCode() - method in class java.net.SocketPermission
Returns a hash code value for this object.
hashCode() - method in class javax.rmi.ssl.SslRMIClientSocketFactory
Returns the hash code of this object.
hashCode() - method in class javax.rmi.ssl.SslRMIServerSocketFactory
Returns the hash code of this object.
hashCode() - method in class java.lang.StackTraceElement
Returns the hashCode of this StackTraceElement.
hashCode() - method in class java.lang.String
Computes the hashcode for this String.
hashCode() - method in class java.text.StringCharacterIterator
Return the hash code for this object.
hashCode() - method in class javax.rmi.CORBA.Stub
Returns the same hashcode for all stubs that point to the same remote object.
hashCode() - method in class javax.swing.text.StyleContext.SmallAttributeSet
hashCode() - method in class javax.security.auth.Subject
hashCode() - method in class javax.swing.text.TabSet
Returns a hash code for this TabSet.
hashCode() - method in class javax.swing.text.TabStop
Returns a hash code for this TabStop.
hashCode() - method in class javax.management.openmbean.TabularData
Returns the hash code of the composite data type.
hashCode() - method in class javax.management.openmbean.TabularDataSupport
Returns the hash code of the composite data type.
hashCode() - method in class javax.management.openmbean.TabularType
Returns the hash code of the tabular data type.
hashCode() - method in class java.awt.font.TextHitInfo
hashCode() - method in class java.awt.font.TextLayout
hashCode() - method in class javax.print.attribute.TextSyntax
Returns the hashcode for this object.
hashCode() - method in class javax.swing.tree.TreePath
Returns a hashcode for the path.
hashCode() - method in class java.rmi.server.UID
Get the hashCode of this UID.
hashCode() - method in class java.security.UnresolvedPermission
Returns a hash code value for this object.
hashCode() - method in class java.net.URI
Computes the hashcode of the URI
hashCode() - method in class javax.print.attribute.URISyntax
Returns the hashcode for this object.
hashCode() - method in class java.net.URL
Returns a hashcode computed by the URLStreamHandler of this URL
hashCode() - method in class java.util.UUID
Returns a hash of this UUID.
hashCode() - method in class java.util.Vector<T>
Computes the hashcode of this object.
hashCode() - method in class java.rmi.dgc.VMID
Get the hash code of this VMID.
hashCode() - method in class javax.security.auth.x500.X500Principal
This method returns a hash code value for this Principal.
hashCode() - method in class java.security.cert.X509CRL
Returns a hash code for this X509CRL in its encoded form.
hashCode() - method in class java.security.cert.X509CRLEntry
Returns a hash code for this X509CRLEntry in its encoded form.
hashCode() - method in class javax.xml.datatype.XMLGregorianCalendar
hashCode() - method in class java.util.zip.ZipEntry
Gets the hashCode of this ZipEntry.
hashCode(boolean[]) - static method in class java.util.Arrays
Returns the hashcode of an array of booleans.
hashCode(byte[]) - static method in class java.util.Arrays
Returns the hashcode of an array of bytes.
hashCode(char[]) - static method in class java.util.Arrays
Returns the hashcode of an array of characters.
hashCode(double[]) - static method in class java.util.Arrays
Returns the hashcode of an array of doubles.
hashCode(float[]) - static method in class java.util.Arrays
Returns the hashcode of an array of floats.
hashCode(int[]) - static method in class java.util.Arrays
Returns the hashcode of an array of integer numbers.
hashCode(java.lang.Object[]) - static method in class java.util.Arrays
Returns the hashcode of an array of objects.
hashCode(java.net.URL) - method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode(javax.rmi.CORBA.Stub) - method in class javax.rmi.CORBA.StubDelegate
Get the hashcode fo this delegate.
hashCode(long[]) - static method in class java.util.Arrays
Returns the hashcode of an array of long numbers.
hashCode(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
Return the hashcode for this CORBA object.
hashCode(short[]) - static method in class java.util.Arrays
Returns the hashcode of an array of short numbers.
HashDocAttributeSet - class javax.print.attribute.HashDocAttributeSet
HashDocAttributeSet provides an implementation of DocAttributeSet.
HashDocAttributeSet() - constructor for class javax.print.attribute.HashDocAttributeSet
Creates an empty HashDocAttributeSet object.
Creates a HashDocAttributeSet object with the given attribute in it.
Creates a HashDocAttributeSet object with the given attributes in it.
Creates a HashDocAttributeSet object with the attributes of the given attributes set in it.
HashMap<K,V> - class java.util.HashMap<K,V>
This class provides a hashtable-backed implementation of the Map interface.
HashMap() - constructor for class java.util.HashMap<K,V>
Construct a new HashMap with the default capacity (11) and the default load factor (0.75).
HashMap(extends,V>) - constructor for class java.util.HashMap<K,V>
Construct a new HashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
HashMap(int) - constructor for class java.util.HashMap<K,V>
Construct a new HashMap with a specific inital capacity and default load factor of 0.75.
HashMap(int,float) - constructor for class java.util.HashMap<K,V>
Construct a new HashMap with a specific inital capacity and load factor.
HashPrintJobAttributeSet provides an implementation of PrintJobAttributeSet.
HashPrintJobAttributeSet() - constructor for class javax.print.attribute.HashPrintJobAttributeSet
Creates an empty HashPrintJobAttributeSet object.
Creates a HashPrintJobAttributeSet object with the given attribute in it.
Creates a HashPrintJobAttributeSet object with the given attributes in it.
Creates a HashPrintJobAttributeSet object with the attributes of the given attributes set in it.
HashPrintRequestAttributeSet provides an implementation of PrintRequestAttributeSet.
HashPrintRequestAttributeSet() - constructor for class javax.print.attribute.HashPrintRequestAttributeSet
Creates an empty HashPrintRequestAttributeSet object.
Creates a HashPrintRequestAttributeSet object with the given attribute in it.
Creates a HashPrintRequestAttributeSet object with the given attributes in it.
Creates a HashPrintRequestAttributeSet object with the attributes of the given attributes set in it.
HashPrintServiceAttributeSet provides an implementation of PrintServiceAttributeSet.
HashPrintServiceAttributeSet() - constructor for class javax.print.attribute.HashPrintServiceAttributeSet
Creates an empty HashPrintServiceAttributeSet object.
Creates a HashPrintServiceAttributeSet object with the given attribute in it.
Creates a HashPrintServiceAttributeSet object with the given attributes in it.
Creates a HashPrintServiceAttributeSet object with the attributes of the given attributes set in it.
HashSet<T> - class java.util.HashSet<T>
This class provides a HashMap-backed implementation of the Set interface.
HashSet() - constructor for class java.util.HashSet<T>
Construct a new, empty HashSet whose backing HashMap has the default capacity (11) and loadFacor (0.75).
HashSet(int) - constructor for class java.util.HashSet<T>
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and the default load factor (0.75).
HashSet(int,float) - constructor for class java.util.HashSet<T>
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and load factor.
HashSet(T>) - constructor for class java.util.HashSet<T>
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
Hashtable<K,V> - class java.util.Hashtable<K,V>
A class which implements a hashtable data structure.
Hashtable() - constructor for class java.util.Hashtable<K,V>
Construct a new Hashtable with the default capacity (11) and the default load factor (0.75).
Hashtable(extends,V>) - constructor for class java.util.Hashtable<K,V>
Construct a new Hashtable from the given Map, with initial capacity the greater of the size of m or the default of 11.
Hashtable(int) - constructor for class java.util.Hashtable<K,V>
Construct a new Hashtable with a specific inital capacity and default load factor of 0.75.
Hashtable(int,float) - constructor for class java.util.Hashtable<K,V>
Construct a new Hashtable with a specific initial capacity and load factor.
hasInitialContextFactoryBuilder() - static method in class javax.naming.spi.NamingManager
Checks if the initial context factory builder has been set.
hasInitialResponse() - method in class javax.security.sasl.SaslClient
Determines if this mechanism has an optional initial response.
hasLegalValues() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if there is a set of legal values for this attribute (i.e. the value is non-null).
hasLegalValues() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns true if there is a set of legal values for this parameter.
hasLegalValues() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if there is a set of legal values for this parameter (i.e. the value is non-null).
Tell whether the specified property is being listened on or not.
Tell whether the specified property is being listened on or not.
hasMaxValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if there is a maximum value for this attribute (i.e. the value is non-null).
hasMaxValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns true if there is a maximum value for this parameter.
hasMaxValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if there is a maximum value for this parameter (i.e. the value is non-null).
hasMinValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if there is a minimum value for this attribute.
hasMinValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns true if there is a minimum value for this parameter.
hasMinValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if there is a minimum value for this parameter.
hasMore() - method in class javax.naming.NamingEnumeration<T>
Checks if there are more unvisited elements in the enumeration, throwing exceptions if there are some unvisited, but not available elements.
hasMoreElements() - method in class java.util.Enumeration<E>
Tests whether there are elements remaining in the enumeration.
hasMoreElements() - method in class java.util.StringTokenizer
This does the same as hasMoreTokens.
hasMoreTokens() - method in class java.util.StringTokenizer
Tells if there are more tokens.
hasName() - method in class javax.xml.stream.util.ReaderDelegate
hasName() - method in class javax.xml.stream.XMLStreamReader
Indicates whether the current event has a name.
hasNext() - method in class java.beans.beancontext.BeanContextSupport.BCSIterator
hasNext() - method in class javax.xml.stream.util.EventReaderDelegate
hasNext() - method in class java.util.Iterator<E>
Tests whether there are elements remaining in the collection.
hasNext() - method in class java.util.ListIterator<E>
Tests whether there are elements remaining in the list in the forward direction.
hasNext() - method in class javax.xml.stream.util.ReaderDelegate
hasNext() - method in class javax.xml.stream.XMLEventReader
Indicates whether there are more XML events to be read.
hasNext() - method in class javax.xml.stream.XMLStreamReader
Indicates whether there are any remaining events to be read.
hasPrevious() - method in class java.util.ListIterator<E>
Tests whether there are elements remaining in the list in the reverse direction.
hasRaster() - method in class javax.imageio.IIOImage
Check whether this IIOImage stores its image data as a Raster or as a RenderedImage.
hasRemaining() - method in class java.nio.Buffer
Tells whether the buffer has remaining data to read or not.
Test if the other time zone uses the same rule and only possibly differs in ID.
hasSameRules(java.util.TimeZone) - method in class java.util.TimeZone
Test if the other time zone uses the same rule and only possibly differs in ID.
hasService(java.lang.Class) - method in class java.beans.beancontext.BeanContextServices
Tell whether the specified service class is available.
hasService(java.lang.Class) - method in class java.beans.beancontext.BeanContextServicesSupport
Returns true if the specified service is available.
hasText() - method in class javax.xml.stream.util.ReaderDelegate
hasText() - method in class javax.xml.stream.XMLStreamReader
Indicates whether the current event has text.
hasThumbnails(int) - method in class javax.imageio.ImageReader
Check whether or not the given image has thumbnails associated with it.
hasTileWriters() - method in class java.awt.image.BufferedImage
hasTileWriters() - method in class java.awt.image.WritableRenderedImage
hasUniformLineMetrics() - method in class java.awt.Font
Indicates whether this font's line metrics are uniform.
hasUniformLineMetrics() - method in class java.awt.FontMetrics
Returns if the font has uniform line metrics.
hasUnsupportedCriticalExtension() - method in class java.security.cert.X509Extension
Returns true if the certificate contains a critical extension that is not supported.
head - field in class javax.swing.text.html.parser.DTD
The head element for this DTD.
HEAD - static field in class javax.swing.text.html.HTML.Tag
The <head> tag , breaks flow, block tag.
HEADER - static field in class javax.accessibility.AccessibleRole
A text-based header.
header - field in class javax.swing.plaf.basic.BasicTableHeaderUI
The table header that is using this interface.
HEADER_RENDERER_PROPERTY - static field in class javax.swing.table.TableColumn
The name for the headerRenderer property.
HEADER_ROW - static field in class javax.swing.event.TableModelEvent
A row index representing the header row.
HEADER_VALUE_PROPERTY - static field in class javax.swing.table.TableColumn
The name for the headerValue property.
headerRenderer - field in class javax.swing.table.TableColumn
The renderer for the column header.
headerValue - field in class javax.swing.table.TableColumn
The value for the column header.
This exception is thrown when code dependent on a keyboard, mouse, or display is executed in a headless environment.
HeadlessException() - constructor for class java.awt.HeadlessException
Create a new instance with no detailed error message.
Create a new instance with the specified detailed error message.
HEADPHONE - static field in class javax.sound.sampled.Port.Info
Headphones.
headSet(E) - method in class java.util.SortedSet<E>
Returns a view of the portion of the set strictly less than toElement.
headSet(T) - method in class java.util.TreeSet<T>
Returns a view of this Set including all elements less than to.
headSet(T,boolean) - method in class java.util.TreeSet<T>
Returns a view of this Set including all elements less than (or equal to, if inclusive is true) to.
heavyWeightPopupEnabled - field in class javax.swing.ToolTipManager
heavyWeightPopupEnabled
HEBREW - static field in class java.lang.Character.UnicodeBlock
Hebrew.
height - field in class java.awt.geom.Arc2D.Double
The height of the box bounding the ellipse of this arc.
height - field in class java.awt.geom.Arc2D.Float
The height of the box bounding the ellipse of this arc.
height - field in class java.awt.Component.BltBufferStrategy
The height of the back buffers.
HEIGHT - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'height'.
height - field in class java.awt.Dimension
The height of this object.
height - field in class java.awt.geom.Ellipse2D.Double
The height of the ellipse.
height - field in class java.awt.geom.Ellipse2D.Float
The height of the ellipse.
HEIGHT - static field in class javax.swing.text.html.HTML.Attribute
The height attribute
HEIGHT - static field in class java.awt.image.ImageObserver
The height of the image has been provided as the height argument to imageUpdate.
height - field in class java.awt.image.Raster
The height of the raster.
height - field in class java.awt.Rectangle
The height of the rectangle.
height - field in class java.awt.geom.Rectangle2D.Double
The height of the rectangle.
height - field in class java.awt.geom.Rectangle2D.Float
The height of the rectangle.
height - field in class java.awt.geom.RoundRectangle2D.Double
The height of this object.
height - field in class java.awt.geom.RoundRectangle2D.Float
The height of this object.
height - field in class java.awt.image.SampleModel
Height of image described.
height(java.awt.Component) - static method in class javax.swing.Spring
Return a new Spring which takes its values from the specified Component.
helpButtonMnemonic - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised mnemonic for the "help" button.
helpButtonText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised text for the "help" button.
helpButtonToolTipText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised tool tip text for the help button.
HeuristicCommitException() - constructor for class javax.transaction.HeuristicCommitException
Create an exception without a message.
Create an exception with a message.
HeuristicMixedException - exception javax.transaction.HeuristicMixedException
HeuristicMixedException() - constructor for class javax.transaction.HeuristicMixedException
Create an exception without a message.
HeuristicMixedException(java.lang.String) - constructor for class javax.transaction.HeuristicMixedException
Create an exception with a message.
HeuristicRollbackException() - constructor for class javax.transaction.HeuristicRollbackException
This action indicates that the content between starting and closing HTML elements (like script - /script) should not be visible.
hiddenDivider - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
A divider that is used for layout purposes.
hide() - method in class javax.swing.plaf.basic.BasicComboPopup
This method hides drop down list of items
hide() - method in class javax.swing.plaf.basic.ComboPopup
This method hides popup menu with list of JComboBox's item from the screen
hide() - method in class java.awt.Component
Hides this component so that it is no longer shown on the screen.
hide() - method in class java.awt.peer.ComponentPeer
Makes the component invisible.
hide() - method in class java.awt.Dialog
Hides the Dialog and then causes show() to return if it is currently blocked.
hide() - method in class javax.swing.JInternalFrame
This method deselects this JInternalFrame and hides it.
hide() - method in class javax.swing.Popup
Removes the Popup from the screen.
HIDE_ON_CLOSE - static field in class javax.swing.WindowConstants
Hide the container when it is closed.
hidePopup() - method in class javax.swing.JComboBox
This method hides popup containing list of combo box's items
hideWindows() - method in class java.awt.im.spi.InputMethod
Close or hide all windows opened by this input method.
HIERARCHY_BOUNDS_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for hierarchy bounds events.
HIERARCHY_CHANGED - static field in class java.awt.event.HierarchyEvent
This id indicates that the hierarchy tree changed.
HIERARCHY_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for hierarchy events.
HIERARCHY_FIRST - static field in class java.awt.event.HierarchyEvent
This is the first id in the range of ids used by this class.
HIERARCHY_LAST - static field in class java.awt.event.HierarchyEvent
This is the last id in the range of ids used by this class.
HIERARCHY_REQUEST_ERR - static field in class org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.
This class implements HierarchyBoundsListener and implements all methods with empty bodies.
HierarchyBoundsAdapter() - constructor for class java.awt.event.HierarchyBoundsAdapter
Do nothing default constructor for subclasses.
This listens for changes in an ancestors size or location.
Handles this event by dispatching it to the "a" and "b" listener instances.
Called when the hierarchy of this component changes.
HierarchyEvent - class java.awt.event.HierarchyEvent
This class represents an event generated for an ancestor component which may affect this component.
Initializes a new instance of HierarchyEvent with the specified parameters.
Initializes a new instance of HierarchyEvent with the specified parameters.
HierarchyListener - interface java.awt.event.HierarchyListener
This listens for changes in the hierarchy tree of components.
HIGH - static field in class java.awt.PageAttributes.PrintQualityType
HIGH - static field in class javax.print.attribute.standard.PrintQuality
High quality of the printer.
HIGH_PRIVATE_USE_SURROGATES - static field in class java.lang.Character.UnicodeBlock
High Private Use Surrogates.
HIGH_SURROGATES - static field in class java.lang.Character.UnicodeBlock
High Surrogates.
higher(T) - method in class java.util.TreeSet<T>
Returns the least or lowest element in the set strictly greater than the given element, or null if there is no such element.
higherEntry(K) - method in class java.util.TreeMap<K,V>
Returns the entry associated with the least or lowest key that is strictly greater than the specified key, or null if there is no such key.
higherKey(K) - method in class java.util.TreeMap<K,V>
Returns the the least or lowest key that is strictly greater than the specified key, or null if there is no such key.
highestLayer() - method in class javax.swing.JLayeredPane
Return the greatest layer number currently in use, in this container.
highestOneBit(int) - static method in class java.lang.Integer
Find the highest set bit in value, and return a new value with only that bit set.
highestOneBit(long) - static method in class java.lang.Long
Find the highest set bit in value, and return a new value with only that bit set.
highlight - field in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
The color for drawing the highlighted parts of the border.
highlight - field in class javax.swing.plaf.basic.BasicBorders.FieldBorder
The color for drawing the inner half of the bottom and right edges.
highlight - field in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
The color for drawing the bottom and right edges of the border.
highlight - field in class javax.swing.plaf.basic.BasicSeparatorUI
The highlight color.
highlight - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
FIXME: find a use for this.
highlight - field in class javax.swing.border.EtchedBorder
The highlight color, or null to indicate that the color shall be derived from the background of the enclosed component.
Highlighter.Highlight - interface javax.swing.text.Highlighter.Highlight
highlightColor - static field in class javax.swing.plaf.metal.MetalSliderUI
The highlight color used for drawing the track rect when the slider is enabled.
Highlighter - interface javax.swing.text.Highlighter
highlightInner - field in class javax.swing.border.BevelBorder
The inner highlight color, or null to indicate that the color shall be derived from the background of the component whose border is being painted.
highlightOuter - field in class javax.swing.border.BevelBorder
The outer highlight color, or null to indicate that the color shall be derived from the background of the component whose border is being painted.
HINTS_OBSERVED - static field in class java.awt.image.renderable.RenderableImage
HIRAGANA - static field in class java.lang.Character.UnicodeBlock
Hiragana.
hitClip(int,int,int,int) - method in class java.awt.Graphics
Returns true if the specified rectangle intersects with the current clip, false otherwise.
hitEnd() - method in class java.util.regex.Matcher
hitTestChar(float,float) - method in class java.awt.font.TextLayout
Finds the character hit at the specified point.
HOLD_CURSORS_OVER_COMMIT - static field in class java.sql.ResultSet
hold_requests(boolean) - method in class org.omg.PortableServer.POAManagerOperations
Turns the associated POAs into holding state.
HOLDING - interface org.omg.PortableInterceptor.HOLDING
A single constant interface, defining the adapter state (HOLDING) = 0.
HOLDING - static field in class org.omg.PortableServer.POAManagerPackage.State
An instance of State, initialized to HOLDING.
holdsLock(java.lang.Object) - static method in class java.lang.Thread
Checks whether the current thread holds the monitor on a given object.
HOME - static field in class java.awt.Event
homeFolderIcon - field in class javax.swing.plaf.basic.BasicFileChooserUI
An icon representing the user's home folder.
homeKey - field in class javax.swing.plaf.basic.BasicSplitPaneUI
HORIZONTAL - static field in class javax.accessibility.AccessibleState
Indicates that an object has horizontal orientation.
HORIZONTAL - static field in class java.awt.Adjustable
Constant for an adjustable object with horizontal orientation.
HORIZONTAL - static field in class java.awt.GridBagConstraints
Fill horizontally.
HORIZONTAL - static field in class java.awt.Scrollbar
Constant indicating that a scrollbar is horizontal.
HORIZONTAL - static field in class javax.swing.SwingConstants
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "horizontalAlignment" property changes.
HORIZONTAL_SCROLLBAR - static field in class javax.swing.ScrollPaneConstants
HORIZONTAL_SCROLLBAR
HORIZONTAL_SCROLLBAR_ALWAYS - static field in class javax.swing.ScrollPaneConstants
HORIZONTAL_SCROLLBAR_ALWAYS
HORIZONTAL_SCROLLBAR_AS_NEEDED - static field in class javax.swing.ScrollPaneConstants
HORIZONTAL_SCROLLBAR_AS_NEEDED
HORIZONTAL_SCROLLBAR_NEVER - static field in class javax.swing.ScrollPaneConstants
HORIZONTAL_SCROLLBAR_NEVER
HORIZONTAL_SCROLLBAR_POLICY - static field in class javax.swing.ScrollPaneConstants
HORIZONTAL_SCROLLBAR_POLICY
HORIZONTAL_SPLIT - static field in class javax.swing.JSplitPane
The value of the orientation when the components are split horizontally.
HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "horizontalTextPosition" property changes.
HORIZONTAL_WRAP - static field in class javax.swing.JList
Constant value used in "layoutOrientation" property.
horizontalScrollBar - field in class javax.swing.JScrollPane
horizontalScrollBarPolicy - field in class javax.swing.JScrollPane
horizThumbIcon - static field in class javax.swing.plaf.metal.MetalSliderUI
The icon used for the thumb control of horizontally oriented sliders.
hostEncoding - static field in class javax.print.DocFlavor
The string representing the host encoding.
hostnameVerifier - field in class javax.net.ssl.HttpsURLConnection
The hostname verifier used for this connection.
HostnameVerifier - interface javax.net.ssl.HostnameVerifier
The interface for classes that perform hostname verification for cases when the hostname used to begin the connection (such as in a URL) does not match the hostname used in the SSL handshake.
Compares the host components of two URLs.
HOUR - static field in class java.util.Calendar
Constant representing the hour time field for 12-hour clock.
HOUR0 - static field in class java.text.DateFormat.Field
HOUR0_FIELD - static field in class java.text.DateFormat
Represents the position of the 12 hour pattern character in the array of localized pattern characters.
HOUR1 - static field in class java.text.DateFormat.Field
HOUR1_FIELD - static field in class java.text.DateFormat
Represents the position of the 12 hour pattern character in the array of localized pattern characters.
HOUR_OF_DAY - static field in class java.util.Calendar
Constant representing the hour of day time field for 24-hour clock.
HOUR_OF_DAY0 - static field in class java.text.DateFormat.Field
HOUR_OF_DAY0_FIELD - static field in class java.text.DateFormat
Represents the position of the 24 hour pattern character in the array of localized pattern characters.
HOUR_OF_DAY1 - static field in class java.text.DateFormat.Field
HOUR_OF_DAY1_FIELD - static field in class java.text.DateFormat
Represents the position of the 24 hour pattern character in the array of localized pattern characters.
HOURS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the hours field.
HR - static field in class javax.swing.text.html.HTML.Tag
The <hr> tag , breaks flow.
HREF - static field in class javax.swing.text.html.HTML.Attribute
The href attribute
hsb - field in class javax.swing.ScrollPaneLayout
Listens for changes in the state of the horizontal scrollbar's model and updates the scrollpane accordingly.
hsbPolicy - field in class javax.swing.ScrollPaneLayout
HSBtoRGB(float,float,float) - static method in class java.awt.Color
Converts from the HSB (hue, saturation, brightness) color model to the RGB (red, green, blue) color model.
HSPACE - static field in class javax.swing.text.html.HTML.Attribute
The hspace attribute
html - field in class javax.swing.text.html.parser.DTD
The html element for this DTD.
HTML - static field in class javax.swing.text.html.HTML.Tag
The <html> tag , breaks flow.
html - field in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
HTML to insert.
HTML - class javax.swing.text.html.HTML
HTML attribute and tag definitions.
HTML() - constructor for class javax.swing.text.html.HTML
The public constructor (does nothing).
HTMLAnchorElement - interface org.w3c.dom.html2.HTMLAnchorElement
The anchor element.
HTMLAppletElement - interface org.w3c.dom.html2.HTMLAppletElement
An embedded Java applet.
HTMLAreaElement - interface org.w3c.dom.html2.HTMLAreaElement
Client-side image map area definition.
HTMLBaseElement - interface org.w3c.dom.html2.HTMLBaseElement
Document base URI [IETF RFC 2396].
HTMLBaseFontElement - interface org.w3c.dom.html2.HTMLBaseFontElement
Base font.
HTMLBodyElement - interface org.w3c.dom.html2.HTMLBodyElement
The HTML document body.
HTMLBRElement - interface org.w3c.dom.html2.HTMLBRElement
Force a line break.
HTMLButtonElement - interface org.w3c.dom.html2.HTMLButtonElement
Push button.
HTMLCollection - interface org.w3c.dom.html2.HTMLCollection
An HTMLCollection is a list of nodes.
HTMLDirectoryElement - interface org.w3c.dom.html2.HTMLDirectoryElement
Directory list.
HTMLDivElement - interface org.w3c.dom.html2.HTMLDivElement
Generic block container.
HTMLDListElement - interface org.w3c.dom.html2.HTMLDListElement
Definition list.
HTMLDocument - class javax.swing.text.html.HTMLDocument
Represents the HTML document that is constructed by defining the text and other components (images, buttons, etc) in HTML language.
HTMLDocument - interface org.w3c.dom.html2.HTMLDocument
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
HTMLDocument() - constructor for class javax.swing.text.html.HTMLDocument
Constructs an HTML document using the default buffer size and a default StyleSheet.
Constructs an HTML document with the given content storage implementation and the given style/attribute storage mechanism.
HTMLDocument(javax.swing.text.html.StyleSheet) - constructor for class javax.swing.text.html.HTMLDocument
Constructs an HTML document with the default content storage implementation and the specified style/attribute storage mechanism.
HTMLEditorKit - class javax.swing.text.html.HTMLEditorKit
HTMLEditorKit() - constructor for class javax.swing.text.html.HTMLEditorKit
Constructs an HTMLEditorKit, creates a StyleContext, and loads the style sheet.
HTMLElement - interface org.w3c.dom.html2.HTMLElement
All HTML element interfaces derive from this class.
A ViewFactory that is able to create Views for the Elements that are supported.
HTMLFactory() - constructor for class javax.swing.text.html.HTMLEditorKit.HTMLFactory
Constructor
HTMLFieldSetElement - interface org.w3c.dom.html2.HTMLFieldSetElement
Organizes form controls into logical groups.
HTMLFontElement - interface org.w3c.dom.html2.HTMLFontElement
Local change to font.
HTMLFormElement - interface org.w3c.dom.html2.HTMLFormElement
The FORM element encompasses behavior similar to a collection and an element.
HTMLFrameElement - interface org.w3c.dom.html2.HTMLFrameElement
Create a frame.
HTMLFrameHyperlinkEvent - class javax.swing.text.html.HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent transfers information about the link that was activated in a frame.
Creates a new hypertext link event.
Creates a new hypertext link event.
Creates a new hypertext link event.
Creates a new hypertext link event.
HTMLFrameSetElement - interface org.w3c.dom.html2.HTMLFrameSetElement
Create a grid of frames.
HTMLHeadElement - interface org.w3c.dom.html2.HTMLHeadElement
Document head information.
HTMLHeadingElement - interface org.w3c.dom.html2.HTMLHeadingElement
For the H1 to H6 elements.
HTMLHRElement - interface org.w3c.dom.html2.HTMLHRElement
Create a horizontal rule.
HTMLHtmlElement - interface org.w3c.dom.html2.HTMLHtmlElement
Root of an HTML document.
HTMLIFrameElement - interface org.w3c.dom.html2.HTMLIFrameElement
Inline subwindows.
HTMLImageElement - interface org.w3c.dom.html2.HTMLImageElement
Embedded image.
HTMLInputElement - interface org.w3c.dom.html2.HTMLInputElement
Form control.Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type.
HTMLIsIndexElement - interface org.w3c.dom.html2.HTMLIsIndexElement
This element is used for single-line text input.
HTMLLabelElement - interface org.w3c.dom.html2.HTMLLabelElement
Form field label text.
HTMLLegendElement - interface org.w3c.dom.html2.HTMLLegendElement
Provides a caption for a FIELDSET grouping.
HTMLLIElement - interface org.w3c.dom.html2.HTMLLIElement
List item.
The accessible representation of a HTML link.
Creates a new HTMLLink.
HTMLLinkElement - interface org.w3c.dom.html2.HTMLLinkElement
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
HTMLMapElement - interface org.w3c.dom.html2.HTMLMapElement
Client-side image map.
HTMLMenuElement - interface org.w3c.dom.html2.HTMLMenuElement
Menu list.
HTMLMetaElement - interface org.w3c.dom.html2.HTMLMetaElement
This contains generic meta-information about the document.
HTMLModElement - interface org.w3c.dom.html2.HTMLModElement
Notice of modification to part of a document.
HTMLObjectElement - interface org.w3c.dom.html2.HTMLObjectElement
Generic embedded object.In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated.
HTMLOListElement - interface org.w3c.dom.html2.HTMLOListElement
Ordered list.
HTMLOptGroupElement - interface org.w3c.dom.html2.HTMLOptGroupElement
Group options together in logical subdivisions.
HTMLOptionElement - interface org.w3c.dom.html2.HTMLOptionElement
A selectable choice.
HTMLOptionsCollection - interface org.w3c.dom.html2.HTMLOptionsCollection
An HTMLOptionsCollection is a list of nodes representing HTML option element.
HTMLParagraphElement - interface org.w3c.dom.html2.HTMLParagraphElement
Paragraphs.
HTMLParamElement - interface org.w3c.dom.html2.HTMLParamElement
Parameters fed to the OBJECT element.
HTMLPreElement - interface org.w3c.dom.html2.HTMLPreElement
Preformatted text.
HTMLQuoteElement - interface org.w3c.dom.html2.HTMLQuoteElement
For the Q and BLOCKQUOTE elements.
HTMLDocument.HTMLReader - class javax.swing.text.html.HTMLDocument.HTMLReader
A reader to load an HTMLDocument with HTML structure.
HTMLReader(int) - constructor for class javax.swing.text.html.HTMLDocument.HTMLReader
HTMLScriptElement - interface org.w3c.dom.html2.HTMLScriptElement
Script statements.
HTMLSelectElement - interface org.w3c.dom.html2.HTMLSelectElement
The select element allows the selection of an option.
HTMLStyleElement - interface org.w3c.dom.html2.HTMLStyleElement
Style information.
HTMLTableCaptionElement - interface org.w3c.dom.html2.HTMLTableCaptionElement
Table caption See the CAPTION element definition in HTML 4.01.
HTMLTableCellElement - interface org.w3c.dom.html2.HTMLTableCellElement
The object used to represent the TH and TD elements.
HTMLTableColElement - interface org.w3c.dom.html2.HTMLTableColElement
Regroups the COL and COLGROUP elements.
HTMLTableElement - interface org.w3c.dom.html2.HTMLTableElement
The create* and delete* methods on the table allow authors to construct and modify tables.
HTMLTableRowElement - interface org.w3c.dom.html2.HTMLTableRowElement
A row in a table.
HTMLTableSectionElement - interface org.w3c.dom.html2.HTMLTableSectionElement
The THEAD, TFOOT, and TBODY elements.
Abstract Action class that helps inserting HTML into an existing document.
HTMLTextAction(java.lang.String) - constructor for class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
Constructor
HTMLTextAreaElement - interface org.w3c.dom.html2.HTMLTextAreaElement
Multi-line text field.
HTMLTitleElement - interface org.w3c.dom.html2.HTMLTitleElement
The document title.
HTMLUListElement - interface org.w3c.dom.html2.HTMLUListElement
Unordered list.
HTMLWriter - class javax.swing.text.html.HTMLWriter
HTMLWriter, A Writer for HTMLDocuments.
Constructs a HTMLWriter.
Constructs a HTMLWriter which outputs a Html Fragment.
HTTP - static field in class javax.print.attribute.standard.ReferenceUriSchemesSupported
The hyper text transfer protocol (HTTP).
HTTP_ACCEPTED - static field in class java.net.HttpURLConnection
The request has been accepted for processing but has not completed.
HTTP_BAD_GATEWAY - static field in class java.net.HttpURLConnection
The proxy encountered a bad response from the server it was proxy-ing for
HTTP_BAD_METHOD - static field in class java.net.HttpURLConnection
The specified request method is not allowed for this resource.
HTTP_BAD_REQUEST - static field in class java.net.HttpURLConnection
The request was misformed or could not be understood.
HTTP_CLIENT_TIMEOUT - static field in class java.net.HttpURLConnection
The request timed out.
HTTP_CONFLICT - static field in class java.net.HttpURLConnection
There is a conflict between the current state of the resource and the requested action.
HTTP_CREATED - static field in class java.net.HttpURLConnection
The requested resource has been created.
HTTP_ENTITY_TOO_LARGE - static field in class java.net.HttpURLConnection
The request sent was too large for the server to handle.
HTTP_FORBIDDEN - static field in class java.net.HttpURLConnection
There is no permission to access the requested resource.
HTTP_GATEWAY_TIMEOUT - static field in class java.net.HttpURLConnection
The proxy timed out getting a reply from the remote server it was proxy-ing for.
HTTP_GONE - static field in class java.net.HttpURLConnection
The requested resource is no longer available.
HTTP_INTERNAL_ERROR - static field in class java.net.HttpURLConnection
The server encountered an unexpected error (such as a CGI script crash) that prevents the request from being fulfilled.
HTTP_LENGTH_REQUIRED - static field in class java.net.HttpURLConnection
A Content-Length header is required for this request, but was not supplied.
HTTP_MOVED_PERM - static field in class java.net.HttpURLConnection
The resource has been permanently moved to a new location.
HTTP_MOVED_TEMP - static field in class java.net.HttpURLConnection
The resource requested has been temporarily moved to a new location.
HTTP_MULT_CHOICE - static field in class java.net.HttpURLConnection
There is a list of choices available for the requested resource.
HTTP_NO_CONTENT - static field in class java.net.HttpURLConnection
The server performed the request, but there is no data to send back.
HTTP_NOT_ACCEPTABLE - static field in class java.net.HttpURLConnection
Based on the input headers sent, the resource returned in response to the request would not be acceptable to the client.
HTTP_NOT_AUTHORITATIVE - static field in class java.net.HttpURLConnection
The meta-information returned in the header is not the actual data from the original server, but may be from a local or other copy.
HTTP_NOT_FOUND - static field in class java.net.HttpURLConnection
The requested resource was not found.
HTTP_NOT_IMPLEMENTED - static field in class java.net.HttpURLConnection
The server does not support the requested functionality.
HTTP_NOT_MODIFIED - static field in class java.net.HttpURLConnection
The document has not been modified since the criteria specified in a conditional GET.
HTTP_OK - static field in class java.net.HttpURLConnection
Indicates the request succeeded.
HTTP_PARTIAL - static field in class java.net.HttpURLConnection
The server completed the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - static field in class java.net.HttpURLConnection
Code reserved for future use - I hope way in the future.
HTTP_PRECON_FAILED - static field in class java.net.HttpURLConnection
A client specified pre-condition was not met on the server.
HTTP_PROXY_AUTH - static field in class java.net.HttpURLConnection
The client must authenticate with a proxy prior to attempting this request.
HTTP_REQ_TOO_LONG - static field in class java.net.HttpURLConnection
The name of the resource specified was too long.
HTTP_RESET - static field in class java.net.HttpURLConnection
The server performed the request, but there is no data to sent back, however, the user's display should be "reset" to clear out any form fields entered.
HTTP_SEE_OTHER - static field in class java.net.HttpURLConnection
The response to the request issued is available at another location.
HTTP_SERVER_ERROR - static field in class java.net.HttpURLConnection
This error code indicates that some sort of server error occurred.
HTTP_UNAUTHORIZED - static field in class java.net.HttpURLConnection
The request made requires user authorization.
HTTP_UNAVAILABLE - static field in class java.net.HttpURLConnection
The HTTP service is not availalble, such as because it is overloaded and does not want additional requests.
HTTP_UNSUPPORTED_TYPE - static field in class java.net.HttpURLConnection
The request is in a format not supported by the requested resource.
HTTP_USE_PROXY - static field in class java.net.HttpURLConnection
The requested resource needs to be accessed through a proxy.
HTTP_VERSION - static field in class java.net.HttpURLConnection
This server does not support the protocol version requested.
HTTPEQUIV - static field in class javax.swing.text.html.HTML.Attribute
The http-equiv attribute
HTTPS - static field in class javax.print.attribute.standard.ReferenceUriSchemesSupported
The secure hyper text transfer protocol (HTTPS).
A URL connection that connects via the Secure Socket Layer (SSL) for HTTPS connections.
HttpsURLConnection(java.net.URL) - constructor for class javax.net.ssl.HttpsURLConnection
Creates a new HTTPS URL connection.
This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol.
HttpURLConnection(java.net.URL) - constructor for class java.net.HttpURLConnection
Create an HttpURLConnection for the specified URL
HUFFMAN_ONLY - static field in class java.util.zip.Deflater
This strategy will not look for string repetitions at all.
HYPERLINK - static field in class javax.accessibility.AccessibleRole
A hypertext anchor.
HyperlinkEvent - class javax.swing.event.HyperlinkEvent
Creates a new HyperlinkEvent with the given arguments.
Creates a new HyperlinkEvent with the given arguments.
Creates a new HyperlinkEvent with the given arguments.
HyperlinkListener - interface javax.swing.event.HyperlinkListener
HyperlinkListener
Hyperlink updated
hypot(double,double) - static method in class java.lang.Math
Returns the hypotenuse, a2 + b2, without intermediate overflow or underflow.