- h - Variable in class java.lang.reflect.Proxy
-
The invocation handler for this proxy instance.
- H1 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h1> tag , breaks flow, block tag.
- H2 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h2> tag , breaks flow, block tag.
- H3 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h3> tag , breaks flow, block tag.
- H4 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h4> tag , breaks flow, block tag.
- H5 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h5> tag , breaks flow, block tag.
- H6 - Static variable in class javax.swing.text.html.HTML.Tag
-
The <h6> tag , breaks flow, block tag.
- HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Halfwidth and Fullwidth Forms.
0xFF00 - 0xFFEF.
- HALFWIDTH_KATAKANA - Static variable in class java.awt.im.InputSubset
-
Constant for the halfwidth katakana subset of the Unicode halfwidth and
fullwidth forms character block.
- HALIGN - Static variable 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 variable in class java.awt.Cursor
-
Constant for a hand cursor.
- HAND_CURSOR - Static variable in class java.awt.Frame
-
Deprecated.
Use Cursor.HAND_CURSOR
instead.
- handle(Callback[]) - Method in interface javax.security.auth.callback.CallbackHandler
-
Retrieve or display the information requested in the provided
Callback
s.
- handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
-
This method is called whenever the node for which this handler is
registered is imported or cloned.
- 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.
- 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.
- handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser
-
Handle the tag with no content, like <br>.
- handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.Parser
-
Handle the tag with no content, like <br>.
- handleEndOfLineString(String) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
This is invoked after the stream has been parsed but before it has been
flushed.
- handleEndOfLineString(String) - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
Notifies about the character sequences, used to separate lines in
this document.
- handleEndTag(HTML.Tag, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
This method is called by the parser and should route the call to the
proper handler for the tag.
- handleEndTag(HTML.Tag, int) - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
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(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(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(String, int) - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
Handle the error.
- handleError(int, String) - Method in class javax.swing.text.html.parser.DocumentParser
-
- handleError(int, String) - Method in class javax.swing.text.html.parser.Parser
-
- handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
-
This method is called on the error handler when an error occurs.
- handleEvent(Event) - Method in class java.awt.Component
-
- handleEvent(AWTEvent) - Method in interface java.awt.peer.ComponentPeer
-
Handles the given event.
- handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
-
This method is called whenever an event occurs of the type for which
the EventListener
interface was registered.
- handleExpandControlClick(TreePath, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Messaged when the user clicks the particular row, this invokes
toggleExpandState.
- handleGetObject(String) - Method in class java.util.ListResourceBundle
-
Gets a resource for a given key.
- handleGetObject(String) - Method in class java.util.PropertyResourceBundle
-
Called by getObject
when a resource is needed.
- handleGetObject(String) - Method in class java.util.ResourceBundle
-
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.
- handleNotification(NotificationListener, Notification, Object) - Method in class javax.management.NotificationBroadcasterSupport
-
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.
- handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
-
Invoked by the notifying bean when a notification is to
be delivered to the recipient.
- Handler - Class in java.util.logging
-
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 in org.xml.sax
-
- HandlerBase() - Constructor for class org.xml.sax.HandlerBase
-
Deprecated.
- handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
This is a callback from the parser that should be routed to the
appropriate handler for the tag.
- handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
Handle the tag with no content, like <br>.
- handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
This method is called by the parser and should route the call to the
proper handler for the tag.
- handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
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(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(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 interface java.awt.peer.ComponentPeer
-
Returns true, if this component can handle wheel scrolling,
false
otherwise.
- 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.
- 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.
- handleTitle(char[]) - Method in class javax.swing.text.html.parser.Parser
-
Handle HTML <title> tag.
- handshakeCompleted(HandshakeCompletedEvent) - Method in interface javax.net.ssl.HandshakeCompletedListener
-
Called when the handshake phase of the SSL protocol completes.
- HandshakeCompletedEvent - Class in javax.net.ssl
-
- HandshakeCompletedEvent(SSLSocket, SSLSession) - Constructor for class javax.net.ssl.HandshakeCompletedEvent
-
Creates a new handshake completed event.
- HandshakeCompletedListener - Interface in javax.net.ssl
-
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.
- HANGING_BASELINE - Static variable in class java.awt.font.GraphicAttribute
-
- HANGING_BASELINE - Static variable in class java.awt.Font
-
Constant indicating the baseline mode characteristic of Devanigri.
- HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
-
Hangul Compatibility Jamo.
0x3130 - 0x318F.
- HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
-
Hangul Jamo.
0x1100 - 0x11FF.
- HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
-
Hangul Syllables.
0xAC00 - 0xD7AF.
- HANJA - Static variable 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 variable in class java.lang.Character.UnicodeBlock
-
Hanunoo.
0x1720 - 0x173F.
- hardDriveIcon - Variable 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 interface org.omg.DynamicAny.DynUnionOperations
-
Returns true if the union has no active member.
- hasAlpha() - Method in class java.awt.image.ColorModel
-
- hasAnchoringBounds() - Method in class java.util.regex.Matcher
-
Returns true if the matcher will honour the use of
the anchoring bounds: ^
, \A
, \Z
,
\z
and $
.
- 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(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- hasAttribute(String) - Method in interface 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.
- hasAttributeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
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 interface org.w3c.dom.Node
-
Returns whether this node (if it is an element) has any attributes.
- hasBeenExpanded(TreePath) - Method in class javax.swing.JTree
-
- 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 interface org.w3c.dom.Node
-
Returns whether this node has any children.
- hasChildren - Variable in class javax.swing.JTree.DynamicUtilTreeNode
-
Currently not set or used by this class.
- hasController() - Method in class javax.imageio.IIOParam
-
Check if a non-null controller is currently available.
- hasController() - Method in class javax.imageio.metadata.IIOMetadata
-
- HasControls - Interface in javax.naming.ldap
-
- hasCustomComponents - Variable 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 interface 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 interface java.awt.im.spi.InputMethodDescriptor
-
Test whether the input method this describes has a static or dynamic
locale list.
- hasEntered - Variable 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.
- hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
-
Test if the DOM implementation implements a specific feature and
version, as specified in .
- hasFocus() - Method in class java.awt.Component
-
Tests if this component is the focus owner.
- hasFocus - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
A flag indicating whether JComboBox currently has the focus.
- hasFocus - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
A flag indicating the current focus status.
- hash(Object, int) - Method in class org.omg.CORBA.portable.Delegate
-
Get the hashcode this object reference.
- HashAttributeSet - Class in javax.print.attribute
-
HashAttributeSet
provides an implementation of
AttributeSet
.
- HashAttributeSet() - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates an empty HashAttributeSet
object.
- HashAttributeSet(Attribute) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with the given
attribute in it.
- HashAttributeSet(Attribute[]) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with the given
attributes in it.
- HashAttributeSet(AttributeSet) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with attributes
of the given attributes set in it.
- HashAttributeSet(Class<?>) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates an empty HashAttributeSet
object.
- HashAttributeSet(Attribute, Class<?>) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with the given
attribute in it.
- HashAttributeSet(Attribute[], Class<?>) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with the given
attributes in it.
- HashAttributeSet(AttributeSet, Class<?>) - Constructor for class javax.print.attribute.HashAttributeSet
-
Creates a HashAttributeSet
object with attributes
of the given attributes set in it.
- hashCode() - Method in class java.awt.AlphaComposite
-
- hashCode() - Method in class java.awt.AWTKeyStroke
-
Returns a hashcode for this key event.
- hashCode() - Method in class java.awt.BasicStroke
-
Returns the hash code for this object.
- hashCode() - Method in class java.awt.Color
-
Returns a hash value for this color.
- hashCode() - Method in class java.awt.datatransfer.DataFlavor
-
Returns the hash code for this data flavor.
- 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 java.awt.font.FontRenderContext
-
Returns the hash code of the font render context.
- hashCode() - Method in class java.awt.Font
-
Returns a hash value for this font.
- hashCode() - Method in class java.awt.font.ImageGraphicAttribute
-
Gets the hash code for this image.
- hashCode() - Method in class java.awt.font.NumericShaper
-
- hashCode() - Method in class java.awt.font.ShapeGraphicAttribute
-
Gets the hash code.
- hashCode() - Method in class java.awt.font.TextHitInfo
-
- hashCode() - Method in class java.awt.font.TextLayout
-
- hashCode() - Method in class java.awt.geom.AffineTransform
-
Return the hashcode for this transformation.
- hashCode() - Method in class java.awt.geom.Point2D
-
Return the hashcode for this point.
- hashCode() - Method in class java.awt.geom.Rectangle2D
-
Return the hashcode for this rectangle.
- hashCode() - Method in class java.awt.image.ComponentSampleModel
-
Returns a hash code for this sample model.
- hashCode() - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Returns a hash code for this MultiPixelPackedSampleModel
.
- hashCode() - Method in class java.awt.image.SinglePixelPackedSampleModel
-
Returns a hash code for this SinglePixelPackedSampleModel
.
- hashCode() - Method in class java.awt.Insets
-
Returns a hashcode for this instance.
- hashCode() - Method in class java.awt.JobAttributes
-
- hashCode() - Method in class java.awt.MenuShortcut
-
- hashCode() - Method in class java.awt.PageAttributes
-
- 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 java.beans.PropertyDescriptor
-
Return a hash code for this object, conforming to the contract described
in
Object.hashCode()
.
- 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.
- hashCode() - Method in interface java.lang.annotation.Annotation
-
Returns the hash code of the annotation.
- 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.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.lang.Double
-
Return a hashcode representing this Object.
- hashCode() - Method in class java.lang.Enum
-
Returns the hash code of this constant.
- hashCode() - Method in class java.lang.Float
-
Return a hashcode representing this Object.
- hashCode() - Method in class java.lang.Integer
-
Return a hashcode representing this Object.
- hashCode() - Method in class java.lang.Long
-
Return a hashcode representing this Object.
- 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 java.lang.Package
-
Returns the hashCode of the name of this package.
- hashCode() - Method in class java.lang.reflect.Constructor
-
Get the hash code for the Constructor.
- hashCode() - Method in class java.lang.reflect.Field
-
Get the hash code for the Field.
- hashCode() - Method in class java.lang.reflect.Method
-
Get the hash code for the Method.
- hashCode() - Method in class java.lang.Short
-
Return a hashcode representing 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.math.BigDecimal
-
- hashCode() - Method in class java.math.BigInteger
-
- hashCode() - Method in class java.math.MathContext
-
Returns the hashcode for this MathContext.
- 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.net.NetworkInterface
-
Returns the hashcode of the current instance
- hashCode() - Method in class java.net.Proxy
-
Returns the hashcode for this Proxy
object.
- hashCode() - Method in class java.net.SocketPermission
-
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 java.net.URL
-
Returns a hashcode computed by the URLStreamHandler of this URL
- hashCode(URL) - Method in class java.net.URLStreamHandler
-
Provides the default hash calculation.
- hashCode() - Method in class java.nio.ByteBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.CharBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.charset.Charset
-
- hashCode() - Method in class java.nio.DoubleBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.FloatBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.IntBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.LongBuffer
-
Calculates a hash code for this buffer.
- hashCode() - Method in class java.nio.ShortBuffer
-
Calculates a hash code for this buffer.
- 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.CommandEnvironment
-
Get the hash code.
- hashCode() - Method in class java.rmi.activation.ActivationGroupDesc
-
Return the hashcode.
- 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.rmi.dgc.VMID
-
Get the hash code of this VMID.
- hashCode() - Method in class java.rmi.MarshalledObject
-
- hashCode() - Method in class java.rmi.server.ObjID
-
Get the hashcode.
- hashCode() - Method in class java.rmi.server.RemoteObject
-
- hashCode() - Method in class java.rmi.server.UID
-
Get the hashCode of this UID.
- hashCode() - Method in class java.security.AccessControlContext
-
Computes a hash code of this class
- hashCode() - Method in class java.security.AllPermission
-
This method returns a hash code for this object.
- hashCode() - Method in class java.security.BasicPermission
-
This method returns a hash code for this permission object.
- hashCode() - Method in class java.security.cert.Certificate
-
Returns a hash code for this Certificate in its encoded
form.
- hashCode() - Method in class java.security.cert.CertPath
-
Returns the hashcode of this certificate path.
- 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 java.security.CodeSource
-
This method returns a hash value for this object.
- hashCode() - Method in class java.security.Identity
-
Deprecated.
- hashCode() - Method in class java.security.Permission
-
This method returns a hash code for this Permission
.
- hashCode() - Method in interface java.security.Principal
-
This method returns a hash code value for this Principal
.
- hashCode() - Method in class java.security.UnresolvedPermission
-
Returns a hash code value for this object.
- hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns a hash value for this object.
- hashCode() - Method in class java.text.ChoiceFormat
-
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.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 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 java.text.FieldPosition
-
This method returns a hash value for this object
- hashCode() - Method in class java.text.MessageFormat
-
Overrides Format.hashCode()
- hashCode() - Method in class java.text.NumberFormat
-
This method returns a hash value for this object.
- hashCode() - Method in class java.text.ParsePosition
-
Return the hash code for this object.
- hashCode() - Method in class java.text.RuleBasedCollator
-
This method returns a hash value for this object.
- hashCode() - Method in class java.text.SimpleDateFormat
-
This method returns a hash value for this object.
- hashCode() - Method in class java.text.StringCharacterIterator
-
Return the hash code for this object.
- hashCode() - Method in class java.util.AbstractList
-
Obtains a hash code for this list.
- hashCode() - Method in class java.util.AbstractMap
-
Returns the hash code for this map.
- hashCode() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the hash code of the entry.
- hashCode() - Method in class java.util.AbstractSet
-
Returns a hash code for this Set.
- hashCode(long[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of long numbers.
- hashCode(int[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of integer numbers.
- hashCode(short[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of short numbers.
- hashCode(char[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of characters.
- hashCode(byte[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of bytes.
- hashCode(boolean[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of booleans.
- hashCode(float[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of floats.
- hashCode(double[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of doubles.
- hashCode(Object[]) - Static method in class java.util.Arrays
-
Returns the hashcode of an array of objects.
- hashCode() - Method in class java.util.BitSet
-
Returns a hash code value for this bit set.
- hashCode() - Method in class java.util.Calendar
-
Returns a hash code for this calendar.
- hashCode() - Method in interface java.util.Collection
-
Obtain a hash code for this collection.
- hashCode() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
- 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.util.GregorianCalendar
-
Return a hash code for this object, following the general contract
specified by
Object.hashCode()
.
- hashCode() - Method in class java.util.Hashtable
-
Returns the hashCode for this Hashtable.
- hashCode() - Method in class java.util.IdentityHashMap
-
Returns the hashcode of this map.
- 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 java.util.jar.Manifest
-
Calculates the hash code of the manifest.
- hashCode() - Method in interface java.util.List
-
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.util.logging.Level
-
Returns a hash code for this Level which is based on its numeric
value.
- hashCode() - Method in interface java.util.Map.Entry
-
Returns the hash code of the entry.
- hashCode() - Method in interface java.util.Map
-
Returns the hash code for this map.
- hashCode() - Method in class java.util.PropertyPermission
-
Returns the hash code for this permission.
- hashCode() - Method in interface java.util.Set
-
Returns the hash code for this set.
- hashCode() - Method in class java.util.SimpleTimeZone
-
Generates the hashCode for the SimpleDateFormat object.
- hashCode() - Method in class java.util.UUID
-
Returns a hash of this UUID.
- hashCode() - Method in class java.util.Vector
-
Computes the hashcode of this object.
- hashCode() - Method in class java.util.zip.ZipEntry
-
Gets the hashCode of this ZipEntry.
- hashCode() - Method in class javax.crypto.spec.RC2ParameterSpec
-
- hashCode() - Method in class javax.crypto.spec.RC5ParameterSpec
-
- hashCode() - Method in class javax.crypto.spec.SecretKeySpec
-
- hashCode() - Method in class javax.management.Attribute
-
- hashCode() - Method in interface javax.management.Descriptor
-
Returns the hash code of the descriptor.
- hashCode() - Method in class javax.management.MBeanAttributeInfo
-
- 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.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 javax.management.openmbean.ArrayType
-
Returns the hash code of the array type.
- hashCode() - Method in interface 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.management.openmbean.CompositeType
-
Returns the hash code of the composite data type.
- hashCode() - Method in interface 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 interface 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 interface 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 interface 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 interface 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
-
Returns a hash code for this open type.
- hashCode() - Method in class javax.management.openmbean.SimpleType
-
Returns the hash code of the simple data type.
- hashCode() - Method in interface 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 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 javax.naming.CompositeName
-
- hashCode() - Method in class javax.naming.CompoundName
-
- hashCode() - Method in class javax.naming.directory.BasicAttribute
-
- hashCode() - Method in class javax.naming.directory.BasicAttributes
-
- 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 interface javax.print.attribute.AttributeSet
-
Returns the hashcode value.
- hashCode() - Method in class javax.print.attribute.DateTimeSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.EnumSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.HashAttributeSet
-
Returns the hashcode value.
- hashCode() - Method in class javax.print.attribute.IntegerSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.ResolutionSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.SetOfIntegerSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.Size2DSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.standard.MediaPrintableArea
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.TextSyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.URISyntax
-
Returns the hashcode for this object.
- hashCode() - Method in class javax.print.DocFlavor
-
Returns a hash code for this doc flavor object.
- hashCode() - Method in interface javax.print.PrintService
-
Returns a hashcode for this print service.
- hashCode() - Method in class javax.rmi.CORBA.Stub
-
Returns the same hashcode for all stubs that point to the same remote
object.
- hashCode(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
-
Get the hashcode fo this delegate.
- 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 javax.security.auth.kerberos.KerberosPrincipal
-
- hashCode() - Method in class javax.security.auth.kerberos.ServicePermission
-
- hashCode() - Method in class javax.security.auth.PrivateCredentialPermission
-
- hashCode() - Method in class javax.security.auth.Subject
-
- hashCode() - Method in class javax.security.auth.x500.X500Principal
-
- hashCode() - Method in class javax.security.cert.Certificate
-
Computes a hash code for this certificate.
- hashCode() - Method in class javax.sound.midi.MidiDevice.Info
-
A hash code for this object.
- hashCode() - Method in class javax.sound.midi.Sequencer.SyncMode
-
SyncMode objects use the Object hashCode.
- hashCode() - Method in class javax.sound.sampled.AudioFileFormat.Type
-
- hashCode() - Method in class javax.sound.sampled.AudioFormat.Encoding
-
- hashCode() - Method in class javax.sound.sampled.Control.Type
-
- hashCode() - Method in class javax.sound.sampled.LineEvent.Type
-
- hashCode() - Method in class javax.sound.sampled.Mixer.Info
-
- hashCode() - Method in class javax.sound.sampled.Port.Info
-
- hashCode() - Method in class javax.sound.sampled.ReverbType
-
- hashCode() - Method in class javax.swing.text.SimpleAttributeSet
-
Returns a hash code for this instance.
- hashCode() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
-
- 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.swing.tree.TreePath
-
Returns a hashcode for the path.
- hashCode() - Method in class javax.xml.datatype.Duration
-
- hashCode() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- hashCode() - Method in class javax.xml.namespace.QName
-
- hashCode() - Method in class org.ietf.jgss.ChannelBinding
-
Returns the hash code for this channel binding.
- hashCode() - Method in interface org.ietf.jgss.GSSCredential
-
Return the hash code of this credential.
- hashCode() - Method in interface org.ietf.jgss.GSSName
-
Return the hashcode of this GSSName.
- hashCode() - Method in class org.ietf.jgss.Oid
-
- hashCode(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Return the hashcode for this CORBA object.
- hashCode() - Method in class org.omg.CosNaming.NameComponent
-
Return the hashCode of this NameComponent.
- hashCode(Class, Map) - Static method in class sun.reflect.annotation.AnnotationInvocationHandler
-
Compute the hashCode for an annotation.
- HashDocAttributeSet - Class in javax.print.attribute
-
- HashDocAttributeSet() - Constructor for class javax.print.attribute.HashDocAttributeSet
-
Creates an empty HashDocAttributeSet
object.
- HashDocAttributeSet(DocAttribute) - Constructor for class javax.print.attribute.HashDocAttributeSet
-
Creates a HashDocAttributeSet
object with the given
attribute in it.
- HashDocAttributeSet(DocAttribute[]) - Constructor for class javax.print.attribute.HashDocAttributeSet
-
Creates a HashDocAttributeSet
object with the given
attributes in it.
- HashDocAttributeSet(DocAttributeSet) - Constructor for class javax.print.attribute.HashDocAttributeSet
-
Creates a HashDocAttributeSet
object with the attributes
of the given attributes set in it.
- HashMap<K,V> - Class in java.util
-
This class provides a hashtable-backed implementation of the
Map interface.
- HashMap() - Constructor for class java.util.HashMap
-
Construct a new HashMap with the default capacity (11) and the default
load factor (0.75).
- HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
-
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
-
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
-
Construct a new HashMap with a specific inital capacity and load factor.
- HashPrintJobAttributeSet - Class in javax.print.attribute
-
- HashPrintJobAttributeSet() - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
-
Creates an empty HashPrintJobAttributeSet
object.
- HashPrintJobAttributeSet(PrintJobAttribute) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
-
Creates a HashPrintJobAttributeSet
object with the given
attribute in it.
- HashPrintJobAttributeSet(PrintJobAttribute[]) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
-
Creates a HashPrintJobAttributeSet
object with the given
attributes in it.
- HashPrintJobAttributeSet(PrintJobAttributeSet) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
-
Creates a HashPrintJobAttributeSet
object with the attributes
of the given attributes set in it.
- HashPrintRequestAttributeSet - Class in javax.print.attribute
-
- HashPrintRequestAttributeSet() - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
-
Creates an empty HashPrintRequestAttributeSet
object.
- HashPrintRequestAttributeSet(PrintRequestAttribute) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
-
Creates a HashPrintRequestAttributeSet
object with the given
attribute in it.
- HashPrintRequestAttributeSet(PrintRequestAttribute[]) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
-
Creates a HashPrintRequestAttributeSet
object with the given
attributes in it.
- HashPrintRequestAttributeSet(PrintRequestAttributeSet) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
-
Creates a HashPrintRequestAttributeSet
object with the attributes
of the given attributes set in it.
- HashPrintServiceAttributeSet - Class in javax.print.attribute
-
- HashPrintServiceAttributeSet() - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
-
Creates an empty HashPrintServiceAttributeSet
object.
- HashPrintServiceAttributeSet(PrintServiceAttribute) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
-
Creates a HashPrintServiceAttributeSet
object with the given
attribute in it.
- HashPrintServiceAttributeSet(PrintServiceAttribute[]) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
-
Creates a HashPrintServiceAttributeSet
object with the given
attributes in it.
- HashPrintServiceAttributeSet(PrintServiceAttributeSet) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
-
Creates a HashPrintServiceAttributeSet
object with the attributes
of the given attributes set in it.
- HashSet<T> - Class in java.util
-
This class provides a HashMap-backed implementation of the Set interface.
- HashSet() - Constructor for class java.util.HashSet
-
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
-
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
-
Construct a new, empty HashSet whose backing HashMap has the supplied
capacity and load factor.
- HashSet(Collection<? extends T>) - Constructor for class java.util.HashSet
-
Construct a new HashSet with the same elements as are in the supplied
collection (eliminating any duplicates, of course).
- Hashtable<K,V> - Class in java.util
-
A class which implements a hashtable data structure.
- Hashtable() - Constructor for class java.util.Hashtable
-
Construct a new Hashtable with the default capacity (11) and the default
load factor (0.75).
- Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
-
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
-
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
-
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 interface javax.security.sasl.SaslClient
-
Determines if this mechanism has an optional initial response.
- hasLayoutAttributes() - Method in class java.awt.Font
-
- 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 interface 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).
- hasListeners(String) - Method in class java.beans.PropertyChangeSupport
-
Tell whether the specified property is being listened on or not.
- hasListeners(String) - Method in class java.beans.VetoableChangeSupport
-
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 interface 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 interface 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 interface javax.naming.NamingEnumeration
-
Checks if there are more unvisited elements in the enumeration, throwing
exceptions if there are some unvisited, but not available elements.
- hasMoreElements() - Method in interface java.util.Enumeration
-
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.StreamReaderDelegate
-
- hasName() - Method in interface javax.xml.stream.XMLStreamReader
-
Indicates whether the current event has a name.
- hasNext() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
-
- hasNext() - Method in interface java.util.Iterator
-
Tests whether there are elements remaining in the collection.
- hasNext() - Method in interface java.util.ListIterator
-
Tests whether there are elements remaining in the list in the forward
direction.
- hasNext() - Method in class java.util.Scanner
-
Checks if there is any next String using the current
delimiter.
- hasNext(Pattern) - Method in class java.util.Scanner
-
Searches the pattern in the next subString before the next
current delimiter.
- hasNext(String) - Method in class java.util.Scanner
-
- hasNext() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- hasNext() - Method in class javax.xml.stream.util.StreamReaderDelegate
-
- hasNext() - Method in interface javax.xml.stream.XMLEventReader
-
Indicates whether there are more XML events to be read.
- hasNext() - Method in interface javax.xml.stream.XMLStreamReader
-
Indicates whether there are any remaining events to be read.
- hasNextBigDecimal() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a BigDecimal number.
- hasNextBigInteger() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a BigInteger number.
- hasNextBigInteger(int) - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a BigInteger number.
- hasNextBoolean() - Method in class java.util.Scanner
-
Checks if the next string could be a boolean.
- hasNextByte() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a byte number.
- hasNextByte(int) - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a byte number with the given radix.
- hasNextDouble() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a double number.
- hasNextFloat() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a double number.
- hasNextInt() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
an int number.
- hasNextInt(int) - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
an int number with the given radix.
- hasNextLine() - Method in class java.util.Scanner
-
Checks if there is a current line, which ends at the next line
break or the end of the input.
- hasNextLong() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a long number.
- hasNextLong(int) - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a long number with the given radix.
- hasNextShort() - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a short number with the given radix.
- hasNextShort(int) - Method in class java.util.Scanner
-
Checks if the string to the next delimiter can be interpreted as
a short number.
- hasPrevious() - Method in interface java.util.ListIterator
-
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.
- hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
-
Test if the other time zone uses the same rule and only
possibly differs in ID.
- hasSameRules(TimeZone) - Method in class java.util.TimeZone
-
Test if the other time zone uses the same rule and only
possibly differs in ID.
- hasService(Class) - Method in interface java.beans.beancontext.BeanContextServices
-
Tell whether the specified service class is available.
- hasService(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Returns true if the specified service is available.
- hasText() - Method in class javax.xml.stream.util.StreamReaderDelegate
-
- hasText() - Method in interface 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 interface java.awt.image.WritableRenderedImage
-
- hasTransparentBounds() - Method in class java.util.regex.Matcher
-
- 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 interface java.security.cert.X509Extension
-
Returns true if the certificate contains a critical extension
that is not supported.
- HEAD - Static variable in class javax.swing.text.html.HTML.Tag
-
The <head> tag , breaks flow, block tag.
- head - Variable in class javax.swing.text.html.parser.DTD
-
The head element for this DTD.
- HEADER - Static variable in class javax.accessibility.AccessibleRole
-
A text-based header.
- header - Variable in class javax.swing.plaf.basic.BasicTableHeaderUI
-
The table header that is using this interface.
- HEADER_RENDERER_PROPERTY - Static variable in class javax.swing.table.TableColumn
-
The name for the headerRenderer
property.
- HEADER_ROW - Static variable in class javax.swing.event.TableModelEvent
-
A row index representing the header row.
- HEADER_VALUE_PROPERTY - Static variable in class javax.swing.table.TableColumn
-
The name for the headerValue
property.
- headerRenderer - Variable in class javax.swing.table.TableColumn
-
The renderer for the column header.
- headerValue - Variable in class javax.swing.table.TableColumn
-
The value for the column header.
- HeadlessException - Exception in java.awt
-
This exception is thrown when code dependent on a keyboard, mouse, or
display is executed in a headless environment.
- HeadlessException() - Constructor for exception java.awt.HeadlessException
-
Create a new instance with no detailed error message.
- HeadlessException(String) - Constructor for exception java.awt.HeadlessException
-
Create a new instance with the specified detailed error message.
- headMap(K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of the map strictly less than toKey.
- headMap(K) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys less than
toKey
.
- headMap(K, boolean) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys less than
(or equal to, if inclusive
is true) toKey
.
- HEADPHONE - Static variable in class javax.sound.sampled.Port.Info
-
Headphones.
- headSet(E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of the set strictly less than toElement.
- headSet(T) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements less than
to
.
- headSet(T, boolean) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements less than
(or equal to, if inclusive
is true) to
.
- heavyWeightPopupEnabled - Variable in class javax.swing.ToolTipManager
-
heavyWeightPopupEnabled
- HEBREW - Static variable in class java.lang.Character.UnicodeBlock
-
Hebrew.
0x0590 - 0x05FF.
- height - Variable in class java.awt.Component.BltBufferStrategy
-
The height of the back buffers.
- height - Variable in class java.awt.Dimension
-
The height of this object.
- height - Variable in class java.awt.geom.Arc2D.Double
-
The height of the box bounding the ellipse of this arc.
- height - Variable in class java.awt.geom.Arc2D.Float
-
The height of the box bounding the ellipse of this arc.
- height - Variable in class java.awt.geom.Ellipse2D.Double
-
The height of the ellipse.
- height - Variable in class java.awt.geom.Ellipse2D.Float
-
The height of the ellipse.
- height - Variable in class java.awt.geom.Rectangle2D.Double
-
The height of the rectangle.
- height - Variable in class java.awt.geom.Rectangle2D.Float
-
The height of the rectangle.
- height - Variable in class java.awt.geom.RoundRectangle2D.Double
-
The height of this object.
- height - Variable in class java.awt.geom.RoundRectangle2D.Float
-
The height of this object.
- HEIGHT - Static variable in interface java.awt.image.ImageObserver
-
The height of the image has been provided as the
height
argument to imageUpdate
.
- height - Variable in class java.awt.image.Raster
-
The height of the raster.
- height - Variable in class java.awt.image.SampleModel
-
Height of image described.
- height - Variable in class java.awt.Rectangle
-
The height of the rectangle.
- height(Component) - Static method in class javax.swing.Spring
-
Return a new Spring which takes its values from the specified
Component.
- HEIGHT - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'height'.
- HEIGHT - Static variable in class javax.swing.text.html.HTML.Attribute
-
The height attribute
- helpButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
The localised mnemonic for the "help" button.
- helpButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
The localised text for the "help" button.
- helpButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
The localised tool tip text for the help button.
- HeuristicCommitException - Exception in javax.transaction
-
- HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
-
- HeuristicMixedException - Exception in javax.transaction
-
- HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
-
- HeuristicRollbackException - Exception in javax.transaction
-
- HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
-
- HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
-
- hiddenDivider - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
A divider that is used for layout purposes.
- hide() - Method in class java.awt.Component
-
- hide() - Method in class java.awt.Dialog
-
- hide() - Method in interface java.awt.peer.ComponentPeer
-
Makes the component invisible.
- hide() - Method in class java.awt.Window
-
Deprecated.
- hide() - Method in class javax.swing.JInternalFrame
-
This method deselects this JInternalFrame and hides it.
- hide() - Method in class javax.swing.plaf.basic.BasicComboPopup
-
This method hides drop down list of items
- hide() - Method in interface javax.swing.plaf.basic.ComboPopup
-
This method hides popup menu with list of JComboBox's item from the
screen
- hide() - Method in class javax.swing.Popup
-
Removes the Popup
from the screen.
- HIDE_ON_CLOSE - Static variable in interface 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 interface java.awt.im.spi.InputMethod
-
Close or hide all windows opened by this input method.
- HIERARCHY_BOUNDS_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
Mask for hierarchy bounds events.
- HIERARCHY_CHANGED - Static variable in class java.awt.event.HierarchyEvent
-
This id indicates that the hierarchy tree changed.
- HIERARCHY_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
Mask for hierarchy events.
- HIERARCHY_FIRST - Static variable in class java.awt.event.HierarchyEvent
-
This is the first id in the range of ids used by this class.
- HIERARCHY_LAST - Static variable in class java.awt.event.HierarchyEvent
-
This is the last id in the range of ids used by this class.
- HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
-
If any Node
is inserted somewhere it doesn't belong.
- HierarchyBoundsAdapter - Class in java.awt.event
-
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.
- HierarchyBoundsListener - Interface in java.awt.event
-
This listens for changes in an ancestors size or location.
- hierarchyChanged(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles this event by dispatching it to the "a" and "b" listener
instances.
- hierarchyChanged(HierarchyEvent) - Method in interface java.awt.event.HierarchyListener
-
Called when the hierarchy of this component changes.
- HierarchyEvent - Class in java.awt.event
-
This class represents an event generated for an ancestor component which
may affect this component.
- HierarchyEvent(Component, int, Component, Container) - Constructor for class java.awt.event.HierarchyEvent
-
Initializes a new instance of HierarchyEvent
with the
specified parameters.
- HierarchyEvent(Component, int, Component, Container, long) - Constructor for class java.awt.event.HierarchyEvent
-
Initializes a new instance of HierarchyEvent
with the
specified parameters.
- HierarchyListener - Interface in java.awt.event
-
This listens for changes in the hierarchy tree of components.
- HIGH - Static variable in class java.awt.PageAttributes.PrintQualityType
-
- HIGH - Static variable in class javax.print.attribute.standard.PrintQuality
-
High quality of the printer.
- HIGH_PRIVATE_USE_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
-
High Private Use Surrogates.
0xDB80 - 0xDBFF.
- HIGH_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
-
High Surrogates.
0xD800 - 0xDB7F.
- higher(T) - Method in class java.util.TreeSet
-
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
-
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
-
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 - Variable 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.
- highlight - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
The color for drawing the highlighted parts of the border.
- highlight - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
The color for drawing the inner half of the bottom and right
edges.
- highlight - Variable in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-
The color for drawing the bottom and right edges of the border.
- highlight - Variable in class javax.swing.plaf.basic.BasicSeparatorUI
-
The highlight color.
- highlight - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
FIXME: find a use for this.
- highlightColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The highlight color used for drawing the track rect when the slider is
enabled.
- Highlighter - Interface in javax.swing.text
-
- Highlighter.Highlight - Interface in javax.swing.text
-
- Highlighter.HighlightPainter - Interface in javax.swing.text
-
- highlightInner - Variable 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 - Variable 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 variable in interface java.awt.image.renderable.RenderableImage
-
- HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
-
Hiragana.
0x3040 - 0x309F.
- hit(Rectangle, Shape, boolean) - Method in class java.awt.Graphics2D
-
- 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
-
- hitTestChar(float, float, Rectangle2D) - Method in class java.awt.font.TextLayout
-
Finds the character hit at the specified point.
- HOLD_CURSORS_OVER_COMMIT - Static variable in interface java.sql.ResultSet
-
- hold_requests(boolean) - Method in interface org.omg.PortableServer.POAManagerOperations
-
Turns the associated POAs into holding state.
- HOLDING - Interface in org.omg.PortableInterceptor
-
A single constant interface, defining the adapter state (HOLDING) = 0.
- HOLDING - Static variable in class org.omg.PortableServer.POAManagerPackage.State
-
An instance of State, initialized to HOLDING.
- holdsLock(Object) - Static method in class java.lang.Thread
-
Checks whether the current thread holds the monitor on a given object.
- HOME - Static variable in class java.awt.Event
-
- homeFolderIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
An icon representing the user's home folder.
- homeKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.
The home key.
- HORIZONTAL - Static variable in interface java.awt.Adjustable
-
Constant for an adjustable object with horizontal orientation.
- HORIZONTAL - Static variable in class java.awt.GridBagConstraints
-
Fill horizontally.
- HORIZONTAL - Static variable in class java.awt.Scrollbar
-
Constant indicating that a scrollbar is horizontal.
- HORIZONTAL - Static variable in class javax.accessibility.AccessibleState
-
Indicates that an object has horizontal orientation.
- HORIZONTAL - Static variable in interface javax.swing.SwingConstants
-
- HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "horizontalAlignment" property
changes.
- HORIZONTAL_SCROLLBAR - Static variable in interface javax.swing.ScrollPaneConstants
-
HORIZONTAL_SCROLLBAR
- HORIZONTAL_SCROLLBAR_ALWAYS - Static variable in interface javax.swing.ScrollPaneConstants
-
HORIZONTAL_SCROLLBAR_ALWAYS
- HORIZONTAL_SCROLLBAR_AS_NEEDED - Static variable in interface javax.swing.ScrollPaneConstants
-
HORIZONTAL_SCROLLBAR_AS_NEEDED
- HORIZONTAL_SCROLLBAR_NEVER - Static variable in interface javax.swing.ScrollPaneConstants
-
HORIZONTAL_SCROLLBAR_NEVER
- HORIZONTAL_SCROLLBAR_POLICY - Static variable in interface javax.swing.ScrollPaneConstants
-
HORIZONTAL_SCROLLBAR_POLICY
- HORIZONTAL_SPLIT - Static variable in class javax.swing.JSplitPane
-
The value of the orientation when the components are split horizontally.
- HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "horizontalTextPosition" property
changes.
- HORIZONTAL_WRAP - Static variable in class javax.swing.JList
-
Constant value used in "layoutOrientation" property.
- horizontalScrollBar - Variable in class javax.swing.JScrollPane
-
- horizontalScrollBarPolicy - Variable in class javax.swing.JScrollPane
-
- horizThumbIcon - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The icon used for the thumb control of horizontally oriented sliders.
- hostEncoding - Static variable in class javax.print.DocFlavor
-
The string representing the host encoding.
- HostnameVerifier - Interface in javax.net.ssl
-
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.
- hostnameVerifier - Variable in class javax.net.ssl.HttpsURLConnection
-
The hostname verifier used for this connection.
- hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
-
Compares the host components of two URLs.
- HOUR - Static variable in class java.util.Calendar
-
Constant representing the hour time field for 12-hour clock.
- HOUR0 - Static variable in class java.text.DateFormat.Field
-
- HOUR0_FIELD - Static variable in class java.text.DateFormat
-
Represents the position of the 12
hour pattern character in the array of
localized pattern characters.
- HOUR1 - Static variable in class java.text.DateFormat.Field
-
- HOUR1_FIELD - Static variable 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 variable in class java.util.Calendar
-
Constant representing the hour of day time field for 24-hour clock.
- HOUR_OF_DAY0 - Static variable in class java.text.DateFormat.Field
-
- HOUR_OF_DAY0_FIELD - Static variable 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 variable in class java.text.DateFormat.Field
-
- HOUR_OF_DAY1_FIELD - Static variable in class java.text.DateFormat
-
Represents the position of the 24
hour pattern character in the array of
localized pattern characters.
- HOURS - Static variable in class javax.xml.datatype.DatatypeConstants
-
Constant that represents the hours field.
- HR - Static variable in class javax.swing.text.html.HTML.Tag
-
The <hr> tag , breaks flow.
- HREF - Static variable in class javax.swing.text.html.HTML.Attribute
-
The href attribute
- hsb - Variable in class javax.swing.ScrollPaneLayout
-
- hsbChangeListener - Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
The horizontal scrollbar listener.
- hsbPolicy - Variable 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 variable in class javax.swing.text.html.HTML.Attribute
-
The hspace attribute
- HTML - Class in javax.swing.text.html
-
HTML attribute and tag definitions.
- HTML() - Constructor for class javax.swing.text.html.HTML
-
The public constructor (does nothing).
- HTML - Static variable in class javax.swing.text.html.HTML.Tag
-
The <html> tag , breaks flow.
- html - Variable in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
-
HTML to insert.
- html - Variable in class javax.swing.text.html.parser.DTD
-
The html element for this DTD.
- HTML.Attribute - Class in javax.swing.text.html
-
Represents a HTML attribute.
- HTML.Tag - Class in javax.swing.text.html
-
Represents a HTML tag.
- HTML.Tag() - Constructor for class javax.swing.text.html.HTML.Tag
-
Create the unitialised instance of HTML.Tag.
- HTML.Tag(String) - Constructor for class javax.swing.text.html.HTML.Tag
-
Creates a new Tag with the specified id, and with causesBreak
and isBlock set to false.
- HTML.Tag(String, boolean, boolean) - Constructor for class javax.swing.text.html.HTML.Tag
-
Creates a new Tag with the specified tag name and
causesBreak and isBlock properties.
- HTML.UnknownTag - Class in javax.swing.text.html
-
Represents an unknown HTML tag.
- HTML.UnknownTag(String) - Constructor for class javax.swing.text.html.HTML.UnknownTag
-
Creates a new UnknownTag with the specified name
- HTML_CONTAINER - Static variable in class javax.accessibility.AccessibleRole
-
A HTML container is an accessible object which contains other
accessible objects that together form some HTML content.
- HTMLAnchorElement - Interface in org.w3c.dom.html2
-
The anchor element.
- HTMLAppletElement - Interface in org.w3c.dom.html2
-
An embedded Java applet.
- HTMLAreaElement - Interface in org.w3c.dom.html2
-
Client-side image map area definition.
- HTMLBaseElement - Interface in org.w3c.dom.html2
-
- HTMLBaseFontElement - Interface in org.w3c.dom.html2
-
Base font.
- HTMLBodyElement - Interface in org.w3c.dom.html2
-
The HTML document body.
- HTMLBRElement - Interface in org.w3c.dom.html2
-
Force a line break.
- HTMLButtonElement - Interface in org.w3c.dom.html2
-
Push button.
- HTMLCollection - Interface in org.w3c.dom.html2
-
An HTMLCollection
is a list of nodes.
- HTMLDirectoryElement - Interface in org.w3c.dom.html2
-
Directory list.
- HTMLDivElement - Interface in org.w3c.dom.html2
-
Generic block container.
- HTMLDListElement - Interface in org.w3c.dom.html2
-
Definition list.
- HTMLDocument - Class in javax.swing.text.html
-
Represents the HTML document that is constructed by defining the text and
other components (images, buttons, etc) in HTML language.
- HTMLDocument() - Constructor for class javax.swing.text.html.HTMLDocument
-
Constructs an HTML document using the default buffer size and a default
StyleSheet.
- HTMLDocument(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.
- HTMLDocument(AbstractDocument.Content, StyleSheet) - Constructor for class javax.swing.text.html.HTMLDocument
-
Constructs an HTML document with the given content storage implementation
and the given style/attribute storage mechanism.
- HTMLDocument - Interface in org.w3c.dom.html2
-
An HTMLDocument
is the root of the HTML hierarchy and holds
the entire content.
- HTMLDocument.BlockElement - Class in javax.swing.text.html
-
- HTMLDocument.BlockElement(Element, AttributeSet) - Constructor for class javax.swing.text.html.HTMLDocument.BlockElement
-
- HTMLDocument.HTMLReader - Class in javax.swing.text.html
-
A reader to load an HTMLDocument with HTML structure.
- HTMLDocument.HTMLReader(int) - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader
-
- HTMLDocument.HTMLReader(int, int, int, HTML.Tag) - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader
-
- HTMLDocument.HTMLReader.BlockAction - Class in javax.swing.text.html
-
- HTMLDocument.HTMLReader.BlockAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
-
- HTMLDocument.HTMLReader.CharacterAction - Class in javax.swing.text.html
-
- HTMLDocument.HTMLReader.CharacterAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
-
- HTMLDocument.HTMLReader.FormAction - Class in javax.swing.text.html
-
Processes elements that make up forms: <input>, <textarea>,
<select> and <option>.
- HTMLDocument.HTMLReader.FormAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
-
- HTMLDocument.HTMLReader.HiddenAction - Class in javax.swing.text.html
-
This action indicates that the content between starting and closing HTML
elements (like script - /script) should not be visible.
- HTMLDocument.HTMLReader.HiddenAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
-
- HTMLDocument.HTMLReader.IsindexAction - Class in javax.swing.text.html
-
Handles <isindex> tags.
- HTMLDocument.HTMLReader.IsindexAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction
-
- HTMLDocument.HTMLReader.ParagraphAction - Class in javax.swing.text.html
-
- HTMLDocument.HTMLReader.ParagraphAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
-
- HTMLDocument.HTMLReader.PreAction - Class in javax.swing.text.html
-
This action is performed when a <pre> tag is parsed.
- HTMLDocument.HTMLReader.PreAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
-
- HTMLDocument.HTMLReader.SpecialAction - Class in javax.swing.text.html
-
Inserts the elements that are represented by ths single tag with
attributes (only).
- HTMLDocument.HTMLReader.SpecialAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
-
- HTMLDocument.HTMLReader.TagAction - Class in javax.swing.text.html
-
- HTMLDocument.HTMLReader.TagAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
-
- HTMLDocument.Iterator - Class in javax.swing.text.html
-
An iterator over a particular type of tag.
- HTMLDocument.Iterator() - Constructor for class javax.swing.text.html.HTMLDocument.Iterator
-
- HTMLDocument.RunElement - Class in javax.swing.text.html
-
RunElement represents a section of text that has a set of
HTML character level attributes assigned to it.
- HTMLDocument.RunElement(Element, AttributeSet, int, int) - Constructor for class javax.swing.text.html.HTMLDocument.RunElement
-
Constructs an element that has no children.
- HTMLEditorKit - Class in javax.swing.text.html
-
- HTMLEditorKit() - Constructor for class javax.swing.text.html.HTMLEditorKit
-
Constructs an HTMLEditorKit, creates a StyleContext, and loads the style sheet.
- HTMLEditorKit.HTMLFactory - Class in javax.swing.text.html
-
A
ViewFactory
that is able to create
View
s for
the
Element
s that are supported.
- HTMLEditorKit.HTMLFactory() - Constructor for class javax.swing.text.html.HTMLEditorKit.HTMLFactory
-
Constructor
- HTMLEditorKit.HTMLTextAction - Class in javax.swing.text.html
-
Abstract Action class that helps inserting HTML into an existing document.
- HTMLEditorKit.HTMLTextAction(String) - Constructor for class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
Constructor
- HTMLEditorKit.InsertHTMLTextAction - Class in javax.swing.text.html
-
This class is used to insert a string of HTML into an existing
document.
- HTMLEditorKit.InsertHTMLTextAction(String, String, HTML.Tag, HTML.Tag) - Constructor for class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
-
Initializes all fields.
- HTMLEditorKit.InsertHTMLTextAction(String, String, HTML.Tag, HTML.Tag, HTML.Tag, HTML.Tag) - Constructor for class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
-
Initializes all fields and calls super
- HTMLEditorKit.LinkController - Class in javax.swing.text.html
-
Fires the hyperlink events on the associated component
when needed.
- HTMLEditorKit.LinkController() - Constructor for class javax.swing.text.html.HTMLEditorKit.LinkController
-
Constructor
- HTMLEditorKit.Parser - Class in javax.swing.text.html
-
The abstract HTML parser declaration.
- HTMLEditorKit.Parser() - Constructor for class javax.swing.text.html.HTMLEditorKit.Parser
-
- HTMLEditorKit.ParserCallback - Class in javax.swing.text.html
-
The "hook" that receives all information about the HTML document
structure while parsing it.
- HTMLEditorKit.ParserCallback() - Constructor for class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
Constructor
- HTMLElement - Interface in org.w3c.dom.html2
-
All HTML element interfaces derive from this class.
- HTMLFieldSetElement - Interface in org.w3c.dom.html2
-
Organizes form controls into logical groups.
- HTMLFontElement - Interface in org.w3c.dom.html2
-
Local change to font.
- HTMLFormElement - Interface in org.w3c.dom.html2
-
The FORM
element encompasses behavior similar to a collection
and an element.
- HTMLFrameElement - Interface in org.w3c.dom.html2
-
Create a frame.
- HTMLFrameHyperlinkEvent - Class in javax.swing.text.html
-
HTMLFrameHyperlinkEvent transfers information about the link that was
activated in a frame.
- HTMLFrameHyperlinkEvent(Object, HyperlinkEvent.EventType, URL, Element, String) - Constructor for class javax.swing.text.html.HTMLFrameHyperlinkEvent
-
Creates a new hypertext link event.
- HTMLFrameHyperlinkEvent(Object, HyperlinkEvent.EventType, URL, String) - Constructor for class javax.swing.text.html.HTMLFrameHyperlinkEvent
-
Creates a new hypertext link event.
- HTMLFrameHyperlinkEvent(Object, HyperlinkEvent.EventType, URL, String, Element, String) - Constructor for class javax.swing.text.html.HTMLFrameHyperlinkEvent
-
Creates a new hypertext link event.
- HTMLFrameHyperlinkEvent(Object, HyperlinkEvent.EventType, URL, String, String) - Constructor for class javax.swing.text.html.HTMLFrameHyperlinkEvent
-
Creates a new hypertext link event.
- HTMLFrameSetElement - Interface in org.w3c.dom.html2
-
Create a grid of frames.
- HTMLHeadElement - Interface in org.w3c.dom.html2
-
Document head information.
- HTMLHeadingElement - Interface in org.w3c.dom.html2
-
For the H1
to H6
elements.
- HTMLHRElement - Interface in org.w3c.dom.html2
-
Create a horizontal rule.
- HTMLHtmlElement - Interface in org.w3c.dom.html2
-
Root of an HTML document.
- HTMLIFrameElement - Interface in org.w3c.dom.html2
-
Inline subwindows.
- HTMLImageElement - Interface in org.w3c.dom.html2
-
Embedded image.
- HTMLInputElement - Interface in org.w3c.dom.html2
-
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 in org.w3c.dom.html2
-
This element is used for single-line text input.
- HTMLLabelElement - Interface in org.w3c.dom.html2
-
Form field label text.
- HTMLLegendElement - Interface in org.w3c.dom.html2
-
Provides a caption for a FIELDSET
grouping.
- HTMLLIElement - Interface in org.w3c.dom.html2
-
List item.
- HTMLLinkElement - Interface in org.w3c.dom.html2
-
The LINK
element specifies a link to an external resource, and
defines this document's relationship to that resource (or vice versa).
- HTMLMapElement - Interface in org.w3c.dom.html2
-
Client-side image map.
- HTMLMenuElement - Interface in org.w3c.dom.html2
-
Menu list.
- HTMLMetaElement - Interface in org.w3c.dom.html2
-
This contains generic meta-information about the document.
- HTMLModElement - Interface in org.w3c.dom.html2
-
Notice of modification to part of a document.
- HTMLObjectElement - Interface in org.w3c.dom.html2
-
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 in org.w3c.dom.html2
-
Ordered list.
- HTMLOptGroupElement - Interface in org.w3c.dom.html2
-
Group options together in logical subdivisions.
- HTMLOptionElement - Interface in org.w3c.dom.html2
-
A selectable choice.
- HTMLOptionsCollection - Interface in org.w3c.dom.html2
-
An HTMLOptionsCollection
is a list of nodes representing HTML
option element.
- HTMLParagraphElement - Interface in org.w3c.dom.html2
-
Paragraphs.
- HTMLParamElement - Interface in org.w3c.dom.html2
-
Parameters fed to the OBJECT
element.
- HTMLPreElement - Interface in org.w3c.dom.html2
-
Preformatted text.
- HTMLQuoteElement - Interface in org.w3c.dom.html2
-
For the Q
and BLOCKQUOTE
elements.
- HTMLScriptElement - Interface in org.w3c.dom.html2
-
Script statements.
- HTMLSelectElement - Interface in org.w3c.dom.html2
-
The select element allows the selection of an option.
- HTMLStyleElement - Interface in org.w3c.dom.html2
-
Style information.
- HTMLTableCaptionElement - Interface in org.w3c.dom.html2
-
Table caption See the CAPTION element definition in HTML 4.01.
- HTMLTableCellElement - Interface in org.w3c.dom.html2
-
The object used to represent the TH
and TD
elements.
- HTMLTableColElement - Interface in org.w3c.dom.html2
-
Regroups the COL
and COLGROUP
elements.
- HTMLTableElement - Interface in org.w3c.dom.html2
-
The create* and delete* methods on the table allow authors to construct and
modify tables.
- HTMLTableRowElement - Interface in org.w3c.dom.html2
-
A row in a table.
- HTMLTableSectionElement - Interface in org.w3c.dom.html2
-
The THEAD
, TFOOT
, and TBODY
elements.
- HTMLTextAreaElement - Interface in org.w3c.dom.html2
-
Multi-line text field.
- HTMLTitleElement - Interface in org.w3c.dom.html2
-
The document title.
- HTMLUListElement - Interface in org.w3c.dom.html2
-
Unordered list.
- HTMLWriter - Class in javax.swing.text.html
-
HTMLWriter,
A Writer for HTMLDocuments.
- HTMLWriter(Writer, HTMLDocument) - Constructor for class javax.swing.text.html.HTMLWriter
-
Constructs a HTMLWriter.
- HTMLWriter(Writer, HTMLDocument, int, int) - Constructor for class javax.swing.text.html.HTMLWriter
-
Constructs a HTMLWriter which outputs a Html Fragment.
- HTTP - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
The hyper text transfer protocol (HTTP).
- HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
-
The request has been accepted for processing but has not completed.
- HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
-
The proxy encountered a bad response from the server it was proxy-ing for
- HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
-
The specified request method is not allowed for this resource.
- HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
-
The request was misformed or could not be understood.
- HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
-
The request timed out.
- HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
-
There is a conflict between the current state of the resource and the
requested action.
- HTTP_CREATED - Static variable in class java.net.HttpURLConnection
-
The requested resource has been created.
- HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
-
The request sent was too large for the server to handle.
- HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
-
There is no permission to access the requested resource.
- HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
-
The proxy timed out getting a reply from the remote server it was
proxy-ing for.
- HTTP_GONE - Static variable in class java.net.HttpURLConnection
-
The requested resource is no longer available.
- HTTP_INTERNAL_ERROR - Static variable 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 variable in class java.net.HttpURLConnection
-
A Content-Length header is required for this request, but was not
supplied.
- HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
-
The resource has been permanently moved to a new location.
- HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
-
The resource requested has been temporarily moved to a new location.
- HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
-
There is a list of choices available for the requested resource.
- HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
-
The server performed the request, but there is no data to send
back.
- HTTP_NOT_ACCEPTABLE - Static variable 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 variable 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 variable in class java.net.HttpURLConnection
-
The requested resource was not found.
- HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
-
The server does not support the requested functionality.
- HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
-
The document has not been modified since the criteria specified in
a conditional GET.
- HTTP_OK - Static variable in class java.net.HttpURLConnection
-
Indicates the request succeeded.
- HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
-
The server completed the partial GET request for the resource.
- HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
-
Code reserved for future use - I hope way in the future.
- HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
-
A client specified pre-condition was not met on the server.
- HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
-
The client must authenticate with a proxy prior to attempting this
request.
- HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
-
The name of the resource specified was too long.
- HTTP_RESET - Static variable 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 variable in class java.net.HttpURLConnection
-
The response to the request issued is available at another location.
- HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
-
Deprecated.
- HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
-
The request made requires user authorization.
- HTTP_UNAVAILABLE - Static variable 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 variable in class java.net.HttpURLConnection
-
The request is in a format not supported by the requested resource.
- HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
-
The requested resource needs to be accessed through a proxy.
- HTTP_VERSION - Static variable in class java.net.HttpURLConnection
-
This server does not support the protocol version requested.
- HTTPEQUIV - Static variable in class javax.swing.text.html.HTML.Attribute
-
The http-equiv attribute
- HTTPS - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
The secure hyper text transfer protocol (HTTPS).
- HttpsURLConnection - Class in javax.net.ssl
-
A URL connection that connects via the Secure Socket Layer
(SSL) for HTTPS connections.
- HttpsURLConnection(URL) - Constructor for class javax.net.ssl.HttpsURLConnection
-
Creates a new HTTPS URL connection.
- HttpURLConnection - Class in java.net
-
This class provides a common abstract implementation for those
URL connection classes that will connect using the HTTP protocol.
- HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
-
Create an HttpURLConnection for the specified URL
- HUFFMAN_ONLY - Static variable in class java.util.zip.Deflater
-
This strategy will not look for string repetitions at all.
- HYPERLINK - Static variable in class javax.accessibility.AccessibleRole
-
A hypertext anchor.
- HyperlinkEvent - Class in javax.swing.event
-
- HyperlinkEvent(Object, HyperlinkEvent.EventType, URL) - Constructor for class javax.swing.event.HyperlinkEvent
-
Creates a new HyperlinkEvent
with the given arguments.
- HyperlinkEvent(Object, HyperlinkEvent.EventType, URL, String) - Constructor for class javax.swing.event.HyperlinkEvent
-
Creates a new HyperlinkEvent
with the given arguments.
- HyperlinkEvent(Object, HyperlinkEvent.EventType, URL, String, Element) - Constructor for class javax.swing.event.HyperlinkEvent
-
Creates a new HyperlinkEvent
with the given arguments.
- HyperlinkEvent.EventType - Class in javax.swing.event
-
- HyperlinkListener - Interface in javax.swing.event
-
HyperlinkListener
- hyperlinkUpdate(HyperlinkEvent) - Method in interface javax.swing.event.HyperlinkListener
-
Hyperlink updated
- hypot(double, double) - Static method in class java.lang.Math
-
Returns the hypotenuse, a2 + b2
,
without intermediate overflow or underflow.