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

G

GAP_TOKEN - Static variable in class org.ietf.jgss.GSSException
An expected per-message token was not received.
GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
GENERIC_FAILURE is used for failure that don't fit into one of the other catgories.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
GIF - Static variable in class javax.print.DocFlavor.BYTE_ARRAY
Doc flavor with MIME type = "image/gif", print data representation class name = "[B" (byte array).
GIF - Static variable in class javax.print.DocFlavor.INPUT_STREAM
Doc flavor with MIME type = "image/gif", print data representation class name = "java.io.InputStream" (byte stream).
GIF - Static variable in class javax.print.DocFlavor.URL
Doc flavor with MIME type = "image/gif", print data representation class name = "java.net.URL".
GLASS_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane that is guaranteed to be painted on top of all panes beneath it.
GLASS_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
Bound property name.
GOPHER - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
Gopher Protocol.
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
GRAY - Static variable in class java.awt.Color
The color gray.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEN - Static variable in class java.awt.Color
The color green.
GREENCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the green component.
GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the grouping separator field.
GROUP_BOX - Static variable in class javax.accessibility.AccessibleRole
A GROUP_BOX is a simple container that contains a border around it and contains components inside it.
GSSContext - interface org.ietf.jgss.GSSContext.
This interface encapsulates the GSS-API security context and provides the security services that are available over the context.
GSSCredential - interface org.ietf.jgss.GSSCredential.
This interface encapsulates the GSS-API credentials for an entity.
GSSException - exception org.ietf.jgss.GSSException.
This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
GSSException(int) - Constructor for class org.ietf.jgss.GSSException
Creates a GSSException object with a specified major code.
GSSException(int, int, String) - Constructor for class org.ietf.jgss.GSSException
Creates a GSSException object with the specified major code, minor code, and minor code textual explanation.
GSSManager - class org.ietf.jgss.GSSManager.
This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
GSSManager() - Constructor for class org.ietf.jgss.GSSManager
 
GSSName - interface org.ietf.jgss.GSSName.
This interface encapsulates a single GSS-API principal entity.
GUJARATI - Static variable in class java.awt.font.NumericShaper
Identifies the GUJARATI range and decimal base.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GURMUKHI - Static variable in class java.awt.font.NumericShaper
Identifies the GURMUKHI range and decimal base.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GZIP - Static variable in class javax.print.attribute.standard.Compression
GNU zip compression technology described in RFC 1952.
GZIPInputStream - class java.util.zip.GZIPInputStream.
This class implements a stream filter for reading compressed data in the GZIP format.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - class java.util.zip.GZIPOutputStream.
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GapContent - class javax.swing.text.GapContent.
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
GapContent() - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object.
GapContent(int) - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object, with the initial size specified.
GatheringByteChannel - interface java.nio.channels.GatheringByteChannel.
A channel that can write bytes from a sequence of buffers.
GeneralPath - class java.awt.geom.GeneralPath.
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object.
GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - exception java.security.GeneralSecurityException.
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GetLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatability only; new code should call getLayoutInfo instead.
GetMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatability only; new code should call getMinSize instead.
GlyphJustificationInfo - class java.awt.font.GlyphJustificationInfo.
The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) - Constructor for class java.awt.font.GlyphJustificationInfo
Constructs information about the justification properties of a glyph.
GlyphMetrics - class java.awt.font.GlyphMetrics.
The GlyphMetrics class represents infomation for a single glyph.
GlyphMetrics(float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphMetrics(boolean, float, float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphVector - class java.awt.font.GlyphVector.
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
GlyphVector() - Constructor for class java.awt.font.GlyphVector
 
GlyphView - class javax.swing.text.GlyphView.
A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model.
GlyphView(Element) - Constructor for class javax.swing.text.GlyphView
Constructs a new view wrapped on an element.
GlyphView.GlyphPainter - class javax.swing.text.GlyphView.GlyphPainter.
A class to perform rendering of the glyphs.
GlyphView.GlyphPainter() - Constructor for class javax.swing.text.GlyphView.GlyphPainter
 
GoodBreakWeight - Static variable in class javax.swing.text.View
The weight to indicate a view supports breaking, but better opportunities probably exist.
GradientPaint - class java.awt.GradientPaint.
The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
GradientPaint(float, float, Color, float, float, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GraphicAttribute - class java.awt.font.GraphicAttribute.
This class is used with the CHAR_REPLACEMENT attribute.
GraphicAttribute(int) - Constructor for class java.awt.font.GraphicAttribute
Constructs a GraphicAttribute.
Graphics - class java.awt.Graphics.
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - Constructor for class java.awt.Graphics
Constructs a new Graphics object.
Graphics2D - class java.awt.Graphics2D.
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
Graphics2D() - Constructor for class java.awt.Graphics2D
Constructs a new Graphics2D object.
GraphicsConfigTemplate - class java.awt.GraphicsConfigTemplate.
The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
GraphicsConfigTemplate() - Constructor for class java.awt.GraphicsConfigTemplate
This class is an abstract class so only subclasses can be instantiated.
GraphicsConfiguration - class java.awt.GraphicsConfiguration.
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - Constructor for class java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - class java.awt.GraphicsDevice.
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsEnvironment - class java.awt.GraphicsEnvironment.
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - Constructor for class java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
GrayFilter - class javax.swing.GrayFilter.
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
GrayFilter(boolean, int) - Constructor for class javax.swing.GrayFilter
Constructs a GrayFilter object that filters a color image to a grayscale image.
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GridBagConstraints - class java.awt.GridBagConstraints.
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
GridBagLayout - class java.awt.GridBagLayout.
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
GridLayout - class java.awt.GridLayout.
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
GridLayout() - Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
Group - interface java.security.acl.Group.
This interface is used to represent a group of principals.
Guard - interface java.security.Guard.
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - class java.security.GuardedObject.
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
genExemptionBlob() - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob.
genExemptionBlob(byte[]) - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer.
genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer, starting at outputOffset inclusive.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateKey() - Method in class javax.crypto.KeyGenerator
Generates a secret key.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSecret() - Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset inclusive.
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
get(Object) - Method in class java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - Method in class java.beans.Encoder
Returns a tentative value for oldInstance in the environment created by this stream.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get() - Method in class java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.CharBuffer
Relative get method.
get(int) - Method in class java.nio.CharBuffer
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk get method.
get(char[]) - Method in class java.nio.CharBuffer
Relative bulk get method.
get() - Method in class java.nio.DoubleBuffer
Relative get method.
get(int) - Method in class java.nio.DoubleBuffer
Absolute get method.
get(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.LongBuffer
Relative get method.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk get method.
get(long[]) - Method in class java.nio.LongBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex(inclusive) to toIndex(exclusive).
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(String) - Method in class javax.accessibility.AccessibleRelationSet
Returns the relation that matches the specified key.
get(int) - Method in class javax.naming.CompositeName
Retrieves a component of this composite name.
get(int) - Method in class javax.naming.CompoundName
Retrieves a component of this compound name.
get(int) - Method in interface javax.naming.Name
Retrieves a component of this name.
get(String) - Method in class javax.naming.Reference
Retrieves the first address that has the address type 'addrType'.
get(int) - Method in class javax.naming.Reference
Retrieves the address at index posn.
get() - Method in interface javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get(int) - Method in interface javax.naming.directory.Attribute
Retrieves the attribute value from the ordered list of attribute values.
get(String) - Method in interface javax.naming.directory.Attributes
Retrieves the attribute with the given attribute id from the attribute set.
get() - Method in class javax.naming.directory.BasicAttribute
Retrieves one of this attribute's values.
get(int) - Method in class javax.naming.directory.BasicAttribute
 
get(String) - Method in class javax.naming.directory.BasicAttributes
 
get(Class) - Method in interface javax.print.attribute.AttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(Class) - Method in class javax.print.attribute.HashAttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(int) - Method in class javax.sound.midi.Track
Obtains the event at the specified index.
get(Object) - Method in class javax.swing.ActionMap
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
get(int) - Method in class javax.swing.DefaultListModel
Returns the element at the specified position in this list.
get(KeyStroke) - Method in class javax.swing.InputMap
Returns the binding for keyStroke, messaging the parent InputMap if the binding is not locally defined.
get(Object) - Method in class javax.swing.UIDefaults
Returns the value for key.
get(Object, Locale) - Method in class javax.swing.UIDefaults
Returns the value for key associated with the given locale.
get(Object) - Static method in class javax.swing.UIManager
Returns an object from the defaults table.
get(Object, Locale) - Static method in class javax.swing.UIManager
Returns an object from the defaults table that is appropriate for the given locale.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
Returns a copy of the array of AC Huffman tables set on the most recent call to setDecodeTables, or null if tables are not currently set.
getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns a copy of the array of AC Huffman tables set on the most recent call to setEncodeTables, or null if tables are not currently set.
getAWTEventListeners() - Method in class java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit.
getAWTEventListeners(long) - Method in class java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit which listen to all of the event types indicates in the eventMask argument.
getAWTKeyStroke(char) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
getAWTKeyStroke(Character, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a Character object and a set of modifiers.
getAWTKeyStroke(int, int, boolean) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getAWTKeyStroke(int, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers.
getAWTKeyStroke(String) - Static method in class java.awt.AWTKeyStroke
Parses a string and returns an AWTKeyStroke.
getAWTKeyStrokeForEvent(KeyEvent) - Static method in class java.awt.AWTKeyStroke
Returns an AWTKeyStroke which represents the stroke which generated a given KeyEvent.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getAccelerator() - Method in class javax.swing.JMenuItem
Returns the KeyStroke which serves as an accelerator for the menu item.
getAcceleratorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getAcceleratorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getAcceleratorSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorString() - Method in class javax.swing.plaf.metal.MetalToolTipUI
 
getAcceptAllFileFilter() - Method in class javax.swing.JFileChooser
Returns the AcceptAll file filter.
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
 
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the default accept all file filter
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAcceptAllFileFilter method on each UI handled by this object.
getAcceptedIssuers() - Method in interface javax.net.ssl.X509TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAcceptorAddress() - Method in class org.ietf.jgss.ChannelBinding
Get the acceptor's address for this channel binding.
getAccessibleAction() - Method in class java.awt.Button.AccessibleAWTButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Choice.AccessibleAWTChoice
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
Gets the AccessibleAction associated with this object that supports one or more actions.
getAccessibleAction() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAction() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAction() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
 
getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
Returns an object that represents the link anchor, as appropriate for that link.
getAccessibleActionAnchor(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return an object that represents the link anchor, as appropriate for that link.
getAccessibleActionCount() - Method in class java.awt.Button.AccessibleAWTButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Choice.AccessibleAWTChoice
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in interface javax.accessibility.AccessibleAction
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class javax.accessibility.AccessibleHyperlink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible actions available in this tree node.
getAccessibleActionCount() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.Button.AccessibleAWTButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.Choice.AccessibleAWTChoice
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in interface javax.accessibility.AccessibleAction
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class javax.accessibility.AccessibleHyperlink
Returns a String description of this particular link action.
getAccessibleActionDescription(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return a String description of this particular link action.
getAccessibleActionDescription(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return a description of the specified action of the tree node.
getAccessibleActionDescription(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Returns a description of the specified action of the object.
getAccessibleActionObject(int) - Method in class javax.accessibility.AccessibleHyperlink
Returns an object that represents the link action, as appropriate for that link.
getAccessibleActionObject(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns a URL object that represents the link.
getAccessibleAt(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in interface javax.accessibility.AccessibleComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - Method in interface javax.accessibility.AccessibleTable
Returns the Accessible at a specified row and column in the table.
getAccessibleAt(Point) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
 
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleCaption() - Method in interface javax.accessibility.AccessibleTable
Returns the caption for the table.
getAccessibleCaption() - Method in class javax.swing.JTable.AccessibleJTable
Returns the caption for the table.
getAccessibleChild(int) - Method in class java.awt.Component.AccessibleAWTComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
Returns the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.ImageIcon.AccessibleImageIcon
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JMenu.AccessibleJMenu
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree
Return the nth Accessible child of the object.
getAccessibleChild(Component, int) - Static method in class javax.swing.SwingUtilities
Return the nth Accessible child of the object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
Returns the ith Accessible child of the object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Return the nth Accessible child of the object.
getAccessibleChildrenCount() - Method in class java.awt.Component.AccessibleAWTComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.Container.AccessibleAWTContainer
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.accessibility.AccessibleContext
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JMenu.AccessibleJMenu
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class javax.swing.