- GAP_TOKEN - Static variable in exception org.ietf.jgss.GSSException
- 
An expected per-message token was not received. 
- GapContent - Class in javax.swing.text
- 
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. 
- GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
- 
- GarbageCollectorMXBean - Interface in java.lang.management
- 
The management interface for the garbage collection of
 the Java virtual machine. 
- GatheringByteChannel - Interface in java.nio.channels
- 
A channel that can write bytes from a sequence of buffers. 
- GaugeMonitor - Class in javax.management.monitor
- 
Defines a monitor MBean designed to observe the values of a gauge attribute. 
- GaugeMonitor() - Constructor for class javax.management.monitor.GaugeMonitor
- 
Default constructor. 
- GaugeMonitorMBean - Interface in javax.management.monitor
- 
Exposes the remote management interface of the gauge monitor MBean. 
- gc() - Method in interface java.lang.management.MemoryMXBean
- 
Runs the garbage collector. 
- 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)andabs(val).
 
- GCMParameterSpec - Class in javax.crypto.spec
- 
Specifies the set of parameters required by a  Cipher using the Galois/Counter Mode (GCM) mode. 
- GCMParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.GCMParameterSpec
- 
Constructs a GCMParameterSpec using the specified authentication
 tag bit-length and IV buffer. 
- GCMParameterSpec(int, byte[], int, int) - Constructor for class javax.crypto.spec.GCMParameterSpec
- 
Constructs a GCMParameterSpec object using the specified
 authentication tag bit-length and a subset of the specified
 buffer as the IV. 
- GDAY - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Fully qualified name for W3C XML Schema 1.0 datatype gDay.
 
- GE - Static variable in class javax.management.Query
- 
- GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
-  
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "General Punctuation" Unicode character block. 
- GeneralPath - Class in java.awt.geom
- 
The GeneralPathclass 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 empty single precision  GeneralPath object
 with a default winding rule of  Path2D.WIND_NON_ZERO. 
- GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
- 
Constructs a new GeneralPathobject 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 GeneralPathobject 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 in java.security
- 
The GeneralSecurityExceptionclass is a generic
 security exception class that provides type safety for all the
 security-related exception classes that extend from it.
 
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
- 
Constructs a GeneralSecurityException with no detail message. 
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
- 
Constructs a GeneralSecurityException with the specified detail
 message. 
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
- 
Creates a GeneralSecurityExceptionwith the specified
 detail message and cause.
 
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
- 
Creates a GeneralSecurityExceptionwith the specified cause
 and a detail message of (cause==null ? null : cause.toString())
 (which typically contains the class and detail message of
 cause).
 
- 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.
 
- generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
- 
Generates a CertPathobject and initializes it with
 the data read from theInputStreaminStream.
 
- generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
- 
Generates a CertPathobject and initializes it with
 the data read from theInputStreaminStream.
 
- generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
- 
Generates a CertPathobject and initializes it with
 aListofCertificates.
 
- 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.
 
- Generated - Annotation Type in javax.annotation
- 
The Generated annotation is used to mark source code that has been generated. 
- generatedKeyAlwaysReturned() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves whether a generated key will always be returned if the column
 name(s) or index(es) specified for the auto generated key column(s)
 are valid and the statement succeeds. 
- 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). 
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
- 
Generates the schema documents for this context. 
- 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 atoffsetinclusive.
 
- generateSecret(String) - Method in class javax.crypto.KeyAgreement
- 
Creates the shared secret and returns it as a SecretKeyobject of the specified algorithm.
 
- generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
- 
Generates a SecretKeyobject 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. 
- generic() - Method in class java.lang.invoke.MethodType
- 
Converts all types, both reference and primitive, to Object.
 
- 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 categories. 
- GenericArrayType - Interface in java.lang.reflect
- 
GenericArrayTyperepresents an array type whose component
 type is either a parameterized type or a type variable.
 
- GenericDeclaration - Interface in java.lang.reflect
- 
A common interface for all entities that declare type variables. 
- genericMethodType(int, boolean) - Static method in class java.lang.invoke.MethodType
- 
Finds or creates a method type whose components are Objectwith an optional trailingObject[]array.
 
- genericMethodType(int) - Static method in class java.lang.invoke.MethodType
- 
Finds or creates a method type whose components are all Object.
 
- GenericSignatureFormatError - Error in java.lang.reflect
- 
Thrown when a syntactically malformed signature attribute is
 encountered by a reflective method that needs to interpret the
 generic signature information for a type, method or constructor. 
- GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
-  
- 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 outputbuffer.
 
- genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
- 
Generates the exemption mechanism key blob, and stores the result in
 the outputbuffer, starting atoutputOffsetinclusive.
 
- genKeyPair() - Method in class java.security.KeyPairGenerator
- 
Generates a key pair. 
- GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Geometric Shapes" Unicode character block. 
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Georgian" Unicode character block. 
- GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Georgian Supplement" Unicode character block. 
- geq(ValueExp, ValueExp) - Static method in class javax.management.Query
- 
Returns a query expression that represents a "greater than or equal
 to" constraint on two values. 
- GERMAN - Static variable in class java.util.Locale
- 
Useful constant for language. 
- GERMANY - Static variable in class java.util.Locale
- 
Useful constant for country. 
- 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 oldInstancein
 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(Class<?>) - Method in class java.lang.ClassValue
- 
Returns the value for the given class. 
- 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.lang.ThreadLocal
- 
Returns the value in the current thread's copy of this
 thread-local variable. 
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
- 
Gets all the applicable cookies from a cookie cache for the
 specified uri in the request header. 
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
-  
- get(URI) - Method in interface java.net.CookieStore
- 
Retrieve cookies associated with given URI, or whose domain matches the
 given URI. 
- get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
- 
Retrieve the cached response based on the requesting uri,
 request method and request headers. 
- 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(String, String...) - Static method in class java.nio.file.Paths
- 
Converts a path string, or a sequence of strings that when joined form
 a path string, to a Path.
 
- get(URI) - Static method in class java.nio.file.Paths
- 
Converts the given URI to a  Path object. 
- 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(Object) - Method in class java.security.Provider
-  
- 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 the specified key is mapped,
 or nullif this map contains no mapping for the 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 BitSetcomposed of bits from thisBitSetfromfromIndex(inclusive) totoIndex(exclusive).
 
- get(int) - Method in class java.util.Calendar
- 
Returns the value of the given calendar field. 
- get() - Method in class java.util.concurrent.atomic.AtomicBoolean
- 
Returns the current value. 
- get() - Method in class java.util.concurrent.atomic.AtomicInteger
- 
Gets the current value. 
- get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
- 
Gets the current value at position i.
 
- get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
- 
Gets the current value held in the field of the given object managed
 by this updater. 
- get() - Method in class java.util.concurrent.atomic.AtomicLong
- 
Gets the current value. 
- get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
- 
Gets the current value at position i.
 
- get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
- 
Gets the current value held in the field of the given object managed
 by this updater. 
- get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
- 
Returns the current values of both the reference and the mark. 
- get() - Method in class java.util.concurrent.atomic.AtomicReference
- 
Gets the current value. 
- get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
- 
Gets the current value at position i.
 
- get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
- 
Gets the current value held in the field of the given object managed
 by this updater. 
- get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
- 
Returns the current values of both the reference and the stamp. 
- get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
- 
Returns the element at the specified position in this list. 
- get() - Method in class java.util.concurrent.ForkJoinTask
- 
Waits if necessary for the computation to complete, and then
 retrieves its result. 
- get(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinTask
- 
Waits if necessary for at most the given time for the computation
 to complete, and then retrieves its result, if available. 
- get() - Method in interface java.util.concurrent.Future
- 
Waits if necessary for the computation to complete, and then
 retrieves its result. 
- get(long, TimeUnit) - Method in interface java.util.concurrent.Future
- 
Waits if necessary for at most the given time for the computation
 to complete, and then retrieves its result, if available. 
- get() - Method in class java.util.concurrent.FutureTask
-  
- get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
-  
- 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.EnumMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(Object) - Method in class java.util.HashMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(Object) - Method in class java.util.Hashtable
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(Object) - Method in class java.util.IdentityHashMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the 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(Object) - Method in class java.util.LinkedHashMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the 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 the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(String, String) - Method in class java.util.prefs.AbstractPreferences
- 
- get(String, String) - Method in class java.util.prefs.Preferences
- 
Returns the value associated with the specified key in this preference
 node. 
- get(Object) - Method in class java.util.TreeMap
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the 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,
 or nullif this map contains no mapping for the key.
 
- get(String) - Method in class javax.accessibility.AccessibleRelationSet
- 
Returns the relation that matches the specified key. 
- get(String) - Method in class javax.activation.MimeTypeParameterList
- 
Retrieve the value associated with the given name, or null if there
 is no current association. 
- get(String) - Method in interface javax.management.openmbean.CompositeData
- 
Returns the value of the item whose name is key. 
- get(String) - Method in class javax.management.openmbean.CompositeDataSupport
- 
Returns the value of the item whose name is key. 
- get(Object[]) - Method in interface javax.management.openmbean.TabularData
- 
Returns the CompositeData value whose index is
 key, or null if there is no value mapping
 to key, in this TabularData instance. 
- get(Object) - Method in class javax.management.openmbean.TabularDataSupport
- 
This method simply calls get((Object[]) key). 
- get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
- 
Returns the CompositeData value whose index is
 key, or null if there is no value mapping
 to key, in this TabularData instance. 
- 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() - 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(int) - Method in class javax.naming.ldap.LdapName
- 
Retrieves a component of this LDAP name as a string. 
- 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(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(String) - Method in class javax.script.AbstractScriptEngine
- 
Gets the value for the specified key in the ENGINE_SCOPEof the
 protectedcontextfield.
 
- get(Object) - Method in interface javax.script.Bindings
- 
Returns the value to which this map maps the specified key. 
- get(String) - Method in interface javax.script.ScriptEngine
- 
Retrieves a value set in the state of this engine. 
- get(String) - Method in class javax.script.ScriptEngineManager
- 
Gets the value for the specified key in the Global Scope 
- get(Object) - Method in class javax.script.SimpleBindings
- 
Returns the value to which this map maps the specified key. 
- 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
 parentActionMapif 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
 parentInputMapif the binding is not locally defined.
 
- get(SynthContext, Object) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-  
- get(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Getter for a region specific style property. 
- get() - Method in class javax.swing.SwingWorker
- 
Waits if necessary for the computation to complete, and then
 retrieves its result. 
- get(long, TimeUnit) - Method in class javax.swing.SwingWorker
- 
Waits if necessary for at most the given time for the computation
 to complete, and then retrieves its result, if available. 
- 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. 
- get(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns an object from the defaults that is appropriate for
 the given locale. 
- get(Object) - Method in class javax.xml.crypto.dom.DOMCryptoContext
- 
This implementation uses an internal  HashMap to get the object
 that the specified key maps to. 
- get(Object) - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the value to which this context maps the specified key. 
- get(Object) - Method in class javax.xml.soap.SOAPConnection
- 
Gets a message from a specific endpoint and blocks until it receives, 
- get2DigitYearStart() - Method in class java.text.SimpleDateFormat
- 
Returns the beginning date of the 100-year period 2-digit years are interpreted
 as being within. 
- get_any() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the org.omg.CORBA.Anycontained
 in thisDynAnyobject.
 
- get_any() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts an Any value contained in the Any represented by this DynAny. 
- get_as_string() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Returns the value of the DynEnum as an IDL identifier. 
- get_as_string() - Method in interface org.omg.DynamicAny.DynEnumOperations
- 
Returns the value of the DynEnum as an IDL identifier. 
- get_as_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Returns the value of the DynEnum as the enumerated value's ordinal value. 
- get_as_ulong() - Method in interface org.omg.DynamicAny.DynEnumOperations
- 
Returns the value of the DynEnum as the enumerated value's ordinal value. 
- get_boolean() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the booleancontained
 in thisDynAnyobject.
 
- get_boolean() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the boolean value from this DynAny. 
- get_boolean() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the boolean value from this DynAny. 
- get_boxed_value() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
- 
Returns the boxed value as an Any. 
- get_boxed_value_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
- 
Returns the boxed value as a DynAny. 
- get_char() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the charcontained
 in thisDynAnyobject.
 
- get_char() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the char value from this DynAny. 
- get_char() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the char value from this DynAny. 
- get_codebase(Object) - Method in class org.omg.CORBA_2_3.portable.Delegate
- 
Returns the codebase for object reference provided. 
- get_compact_typecode() - Method in class org.omg.CORBA.TypeCode
- 
Strips out all optional name and member name fields,
 but leaves all alias typecodes intact. 
- get_current() - Method in class org.omg.CORBA.ORB
- 
Deprecated.
use resolve_initial_references.
 
 
- get_default_context() - Method in class org.omg.CORBA.ORB
- 
Gets the default Contextobject.
 
- get_discriminator() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Returns the current discriminator value. 
- get_discriminator() - Method in interface org.omg.DynamicAny.DynUnionOperations
- 
Returns the current discriminator value. 
- get_domain_managers(Object) - Method in class org.omg.CORBA.portable.Delegate
- 
Retrieves the DomainManagersof this object.
 
- get_domain_policy(int) - Method in interface org.omg.CORBA.DomainManagerOperations
- 
This returns the policy of the specified type for objects in
  this domain. 
- get_double() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the doublecontained
 in thisDynAnyobject.
 
- get_double() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the double value from this DynAny. 
- get_double() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the double value from this DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_dyn_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
 into a new DynAny. 
- get_effective_component(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- 
Returns the IOP.TaggedComponentwith the given ID from 
 the profile selected for this request.
 
- get_effective_components(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- 
Returns an array of all tagged components with the given ID from the 
 profile selected for this request. 
- get_effective_policy(int) - Method in interface org.omg.PortableInterceptor.IORInfoOperations
- 
Allows an ORB service implementation to determine what server side 
 policy of a particular type is in effect for an IOR being 
 constructed. 
- get_elements() - Method in interface org.omg.CORBA.DynArray
- 
Deprecated. Returns the value of all the elements of this array. 
- get_elements() - Method in interface org.omg.CORBA.DynSequence
- 
Deprecated. Returns the value of every element in this sequence. 
- get_elements() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Returns the elements of the DynArray. 
- get_elements() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Returns the elements of the sequence. 
- get_elements() - Method in interface org.omg.DynamicAny.DynArrayOperations
- 
Returns the elements of the DynArray. 
- get_elements() - Method in interface org.omg.DynamicAny.DynSequenceOperations
- 
Returns the elements of the sequence. 
- get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Returns the elements of the DynArray as DynAnys. 
- get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Returns the DynAnys representing the elements of the sequence. 
- get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynArrayOperations
- 
Returns the elements of the DynArray as DynAnys. 
- get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynSequenceOperations
- 
Returns the DynAnys representing the elements of the sequence. 
- get_float() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the floatcontained
 in thisDynAnyobject.
 
- get_float() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the float value from this DynAny. 
- get_float() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the float value from this DynAny. 
- get_id() - Method in interface org.omg.CORBA.portable.BoxedValueHelper
-  
- get_id() - Method in class org.omg.CORBA.StringValueHelper
-  
- get_id() - Method in class org.omg.CORBA.WStringValueHelper
-  
- get_interface_def(Object) - Method in class org.omg.CORBA.portable.Delegate
- 
Return an InterfaceDef for the object reference provided. 
- get_interface_def(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
- 
This operation returns an object in the Interface Repository
 which provides type information that may be useful to a program. 
- get_length() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Returns the current length of the sequence. 
- get_length() - Method in interface org.omg.DynamicAny.DynSequenceOperations
- 
Returns the current length of the sequence. 
- get_long() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the intcontained
 in thisDynAnyobject.
 
- get_long() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the integer value from this DynAny. 
- get_long() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the integer value from this DynAny. 
- get_longlong() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the longcontained
 in thisDynAnyobject.
 
- get_longlong() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the long value from this DynAny. 
- get_longlong() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the long value from this DynAny. 
- get_members() - Method in interface org.omg.CORBA.DynStruct
- 
Deprecated. Returns an array containing all the members of the stored struct. 
- get_members() - Method in interface org.omg.CORBA.DynValue
- 
Deprecated. Returns an array containing all the members of the value object
 stored in this DynValue.
 
- get_members() - Method in class org.omg.DynamicAny._DynStructStub
- 
Returns a sequence of NameValuePairs describing the name and the value of each member
 in the struct associated with a DynStruct object. 
- get_members() - Method in class org.omg.DynamicAny._DynValueStub
- 
Returns a sequence of NameValuePairs describing the name and the value of each member
 in the value type. 
- get_members() - Method in interface org.omg.DynamicAny.DynStructOperations
- 
Returns a sequence of NameValuePairs describing the name and the value of each member
 in the struct associated with a DynStruct object. 
- get_members() - Method in interface org.omg.DynamicAny.DynValueOperations
- 
Returns a sequence of NameValuePairs describing the name and the value of each member
 in the value type. 
- get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
- 
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
 in the struct associated with a DynStruct object. 
- get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
- 
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
 in the value type. 
- get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynStructOperations
- 
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
 in the struct associated with a DynStruct object. 
- get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueOperations
- 
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
 in the value type. 
- get_next_response() - Method in class org.omg.CORBA.ORB
- 
Gets the next Requestinstance for which a response
 has been received.
 
- get_object_id() - Method in interface org.omg.PortableServer.CurrentOperations
- 
Returns the ObjectId identifying the object in 
 whose context it is called. 
- get_octet() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the bytecontained
 in thisDynAnyobject.
 
- get_octet() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the byte value from this DynAny. 
- get_octet() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the byte value from this DynAny. 
- get_POA() - Method in interface org.omg.PortableServer.CurrentOperations
- 
Returns reference to the POA implementing the 
 object in whose context it is called. 
- get_policy(Object, int) - Method in class org.omg.CORBA.portable.Delegate
- 
Returns the Policyobject of the specified type
 which applies to this object.
 
- get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
- 
Retrieves the TypeCodeobject that represents
 the given primitive IDL type.
 
- get_reference() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the org.omg.CORBA.Othercontained
 in thisDynAnyobject.
 
- get_reference() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reference() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the reference to a CORBA Object from this DynAny. 
- get_reply_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Returns a copy of the service context with the given ID that 
 is associated with the reply. 
- get_request_policy(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- 
Returns the given policy in effect for this operation. 
- get_request_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Returns a copy of the service context with the given ID that 
 is associated with the request. 
- get_response() - Method in class org.omg.CORBA.Request
- 
Allows the user to access the
 response for the invocation triggered earlier with the
 send_deferredmethod.
 
- get_servant() - Method in interface org.omg.PortableServer.POAOperations
- 
This operation returns the default servant associated 
 with the POA. 
- get_servant_manager() - Method in interface org.omg.PortableServer.POAOperations
- 
If the ServantRetentionPolicy of the POA is RETAIN, 
 then the ServantManager argument (imgr) shall support 
 the ServantActivator interface. 
- get_server_policy(int) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
- 
Returns the policy in effect for this operation for the given 
 policy type. 
- get_service_information(short, ServiceInformationHolder) - Method in class org.omg.CORBA.ORB
- 
Used to obtain information about CORBA facilities and services
 that are supported by this ORB. 
- get_short() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the shortcontained
 in thisDynAnyobject.
 
- get_short() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the short value from this DynAny. 
- get_short() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the short value from this DynAny. 
- get_slot(int) - Method in interface org.omg.PortableInterceptor.CurrentOperations
- 
Retrieves the slot data the application set in PICurrent via 
 get_slot.
 
- get_slot(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Returns the data from the given slot of the 
 PortableInterceptor.Currentthat is in the scope of 
 the request.
 
- get_state() - Method in interface org.omg.PortableServer.POAManagerOperations
- 
This operation returns the state of the POA manager. 
- get_string() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the Stringcontained
 in thisDynAnyobject.
 
- get_string() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the string value from this DynAny. 
- get_string() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the string value from this DynAny. 
- get_typecode() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the org.omg.CORBA.TypeCodecontained
 in thisDynAnyobject.
 
- get_typecode() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the TypeCode object from this DynAny. 
- get_typecode() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the TypeCode object from this DynAny. 
- get_ulong() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the intcontained
 in thisDynAnyobject.
 
- get_ulong() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the integer value from this DynAny. 
- get_ulong() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the integer value from this DynAny. 
- get_ulonglong() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the longcontained
 in thisDynAnyobject.
 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the long value from this DynAny. 
- get_ulonglong() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the long value from this DynAny. 
- get_ushort() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the shortcontained
 in thisDynAnyobject.
 
- get_ushort() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the short value from this DynAny. 
- get_ushort() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the short value from this DynAny. 
- get_val() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the java.io.Serializableobject contained
 in thisDynAnyobject.
 
- get_val() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts a Serializable object from this DynAny. 
- get_val() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts a Serializable object from this DynAny. 
- get_value() - Method in interface org.omg.CORBA.DynFixed
- 
Deprecated. Returns the value of the fixed type represented in this
 DynFixedobject.
 
- get_value() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Returns the value of a DynFixed. 
- get_value() - Method in interface org.omg.DynamicAny.DynFixedOperations
- 
Returns the value of a DynFixed. 
- get_value_def(String) - Method in class org.omg.CORBA_2_3.ORB
-  
- get_values(String, int, String) - Method in class org.omg.CORBA.Context
- 
Retrieves the NamedValueobjects whosenamefield matches the given name or name
 pattern.
 
- get_wchar() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the charcontained
 in thisDynAnyobject.
 
- get_wchar() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the long value from this DynAny. 
- get_wchar() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the long value from this DynAny. 
- get_wstring() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Retrieves the Stringcontained
 in thisDynAnyobject.
 
- get_wstring() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynStructStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in class org.omg.DynamicAny._DynValueStub
- 
Extracts the string value from this DynAny. 
- get_wstring() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Extracts the string value from this DynAny. 
- getA() - Method in class java.security.spec.EllipticCurve
- 
Returns the first coefficient aof the
 elliptic curve.
 
- 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. 
- getAccelerationPriority() - Method in class java.awt.Image
- 
Returns the current value of the acceleration priority hint. 
- getAccelerator() - Method in class javax.swing.JMenuItem
- 
Returns the KeyStrokewhich serves as an accelerator
 for the menu item.
 
- getAcceleratorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the accelerator foreground color of the current theme. 
- getAcceleratorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the accelerator foreground color. 
- getAcceleratorSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the accelerator selected foreground color of the
 current theme. 
- getAcceleratorSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the accelerator selected foreground color. 
- getAcceleratorString() - Method in class javax.swing.plaf.metal.MetalToolTipUI
-  
- getAcceptAllFileFilter() - Method in class javax.swing.JFileChooser
- 
Returns the AcceptAllfile filter.
 
- 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.FileChooserUI
-  
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getAcceptAllFileFiltermethod 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.JSpinner.AccessibleJSpinner
- 
Gets the AccessibleAction associated with this object that supports
 one or more actions. 
- getAccessibleAction() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleActionassociated 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.JSpinner.AccessibleJSpinner
- 
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.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.JSpinner.AccessibleJSpinner
- 
Returns a description of the specified action of the object. 
- 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 Accessiblechild,
 if one exists, contained at the local
 coordinatePoint.
 
- getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
- 
Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- 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 Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- 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 Accessiblechild contained at
 the local coordinatePoint, if one exists.
 
- getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- 
Returns the Accessiblechild contained at
 the local coordinatePoint, if one exists.
 
- getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-  
- getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- getAccessibleAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-  
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
- 
Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint.
 
- getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
- 
Returns the Accessiblechild contained at the
 local coordinatePoint, 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 Accessiblechild of the object.
 
- getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
- 
Returns the nth Accessiblechild 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 Accessiblechild 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.JRootPane.AccessibleJRootPane
- 
Returns the specified Accessible child of the object. 
- getAccessibleChild(int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the specified 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 Accessiblechild of the
 object.
 
- getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the nth Accessiblechild 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(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-  
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the ithAccessiblechild of the object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Invokes the getAccessibleChildmethod on each UI handled by this object.
 
- getAccessibleChild(int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the specified Accessible child of the object. 
- getAccessibleChild(Component, int) - Static method in class javax.swing.SwingUtilities
- 
Return the nth Accessible child of the 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.JRootPane.AccessibleJRootPane
- 
Returns the number of accessible children of the object. 
- getAccessibleChildrenCount() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the number of accessible children of 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.JTree.AccessibleJTree
- 
Returns the number of top-level children nodes of this
 JTree. 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-  
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the number of accessible children in the object. 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Invokes the getAccessibleChildrenCountmethod on each UI handled by this object.
 
- getAccessibleChildrenCount() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the number of accessible children of the object. 
- getAccessibleChildrenCount(Component) - Static method in class javax.swing.SwingUtilities
- 
Returns the number of accessible children in the object. 
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- 
Returns the number of accessible children in the object. 
- getAccessibleColumn(int) - Method in interface javax.accessibility.AccessibleExtendedTable
- 
Returns the column number of an index in the table. 
- getAccessibleColumn(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the column number of an index in the table. 
- getAccessibleColumnAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the column at a given index into the table. 
- getAccessibleColumnCount() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the number of columns in the table. 
- getAccessibleColumnCount() - Method in class javax.swing.JTable.AccessibleJTable
-  
- getAccessibleColumnDescription(int) - Method in interface javax.accessibility.AccessibleTable
- 
Returns the description text of the specified column in the table. 
- getAccessibleColumnDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the description of the specified column in the table. 
- getAccessibleColumnExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
- 
Returns the number of columns occupied by the Accessible at
 a specified row and column in the table. 
- getAccessibleColumnExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the number of columns occupied by the
 Accessibleat a given (row, column).
 
- getAccessibleColumnHeader() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the column headers as an AccessibleTable. 
- getAccessibleColumnHeader() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the column headers as an AccessibleTable.
 
- getAccessibleComponent() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the AccessibleComponentassociated
 with this object if one exists.
 
- getAccessibleComponent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the AccessibleComponentassociated with
 this object if one exists.
 
- getAccessibleComponent() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleComponent associated with this object that has a
 graphical representation. 
- getAccessibleComponent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
- 
Get the AccessibleComponent associated with this object. 
- getAccessibleComponent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleComponentassociated with
 this object if one exists.
 
- getAccessibleComponent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the AccessibleComponent associated with this object. 
- getAccessibleComponent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the AccessibleComponent associated with this object that has a
 graphical representation. 
- getAccessibleComponent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- 
Get the AccessibleComponent associated with this object. 
- getAccessibleContext() - Method in class java.applet.Applet
- 
Gets the AccessibleContext associated with this Applet. 
- getAccessibleContext() - Method in class java.awt.Button
- 
Gets the AccessibleContextassociated with
 thisButton.
 
- getAccessibleContext() - Method in class java.awt.Canvas
- 
Gets the AccessibleContext associated with this Canvas. 
- getAccessibleContext() - Method in class java.awt.Checkbox
- 
Gets the AccessibleContext associated with this Checkbox. 
- getAccessibleContext() - Method in class java.awt.CheckboxMenuItem
- 
Gets the AccessibleContext associated with this CheckboxMenuItem. 
- getAccessibleContext() - Method in class java.awt.Choice
- 
Gets the AccessibleContextassociated with thisChoice.
 
- getAccessibleContext() - Method in class java.awt.Component
- 
Gets the AccessibleContextassociated
 with thisComponent.
 
- getAccessibleContext() - Method in class java.awt.Dialog
- 
Gets the AccessibleContext associated with this Dialog. 
- getAccessibleContext() - Method in class java.awt.Frame
- 
Gets the AccessibleContext associated with this Frame. 
- getAccessibleContext() - Method in class java.awt.Label
- 
Gets the AccessibleContext associated with this Label. 
- getAccessibleContext() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Gets the AccessibleContext for this object. 
- getAccessibleContext() - Method in class java.awt.List
- 
Gets the AccessibleContextassociated with thisList.
 
- getAccessibleContext() - Method in class java.awt.Menu
- 
Gets the AccessibleContext associated with this Menu. 
- getAccessibleContext() - Method in class java.awt.MenuBar
- 
Gets the AccessibleContext associated with this MenuBar. 
- getAccessibleContext() - Method in class java.awt.MenuComponent
- 
Gets the AccessibleContextassociated with
 thisMenuComponent.
 
- getAccessibleContext() - Method in class java.awt.MenuItem
- 
Gets the AccessibleContext associated with this MenuItem. 
- getAccessibleContext() - Method in class java.awt.Panel
- 
Gets the AccessibleContext associated with this Panel. 
- getAccessibleContext() - Method in class java.awt.PopupMenu
- 
Gets the AccessibleContextassociated with thisPopupMenu.
 
- getAccessibleContext() - Method in class java.awt.Scrollbar
- 
Gets the AccessibleContextassociated with thisScrollbar.
 
- getAccessibleContext() - Method in class java.awt.ScrollPane
- 
Gets the AccessibleContext associated with this ScrollPane. 
- getAccessibleContext() - Method in class java.awt.TextArea
- 
Returns the AccessibleContextassociated with
 thisTextArea.
 
- getAccessibleContext() - Method in class java.awt.TextComponent
- 
Gets the AccessibleContext associated with this TextComponent. 
- getAccessibleContext() - Method in class java.awt.TextField
- 
Gets the AccessibleContext associated with this TextField. 
- getAccessibleContext() - Method in class java.awt.Window
- 
Gets the AccessibleContext associated with this Window. 
- getAccessibleContext() - Method in interface javax.accessibility.Accessible
- 
Returns the AccessibleContext associated with this object. 
- getAccessibleContext() - Method in class javax.swing.Box.Filler
- 
Gets the AccessibleContext associated with this Box.Filler. 
- getAccessibleContext() - Method in class javax.swing.Box
- 
Gets the AccessibleContext associated with this Box. 
- getAccessibleContext() - Method in class javax.swing.CellRendererPane
- 
Gets the AccessibleContext associated with this CellRendererPane. 
- getAccessibleContext() - Method in class javax.swing.ImageIcon
- 
Gets the AccessibleContext associated with this ImageIcon. 
- getAccessibleContext() - Method in class javax.swing.JApplet
- 
Gets the AccessibleContext associated with this JApplet. 
- getAccessibleContext() - Method in class javax.swing.JButton
- 
Gets the AccessibleContextassociated with thisJButton.
 
- getAccessibleContext() - Method in class javax.swing.JCheckBox
- 
Gets the AccessibleContext associated with this JCheckBox. 
- getAccessibleContext() - Method in class javax.swing.JCheckBoxMenuItem
- 
Gets the AccessibleContext associated with this JCheckBoxMenuItem. 
- getAccessibleContext() - Method in class javax.swing.JColorChooser
- 
Gets the AccessibleContext associated with this JColorChooser. 
- getAccessibleContext() - Method in class javax.swing.JComboBox
- 
Gets the AccessibleContext associated with this JComboBox. 
- getAccessibleContext() - Method in class javax.swing.JComponent
- 
Returns the AccessibleContextassociated with thisJComponent.
 
- getAccessibleContext() - Method in class javax.swing.JDesktopPane
- 
Gets the AccessibleContextassociated with thisJDesktopPane.
 
- getAccessibleContext() - Method in class javax.swing.JDialog
- 
Gets the AccessibleContext associated with this JDialog. 
- getAccessibleContext() - Method in class javax.swing.JEditorPane
- 
Gets the AccessibleContext associated with this JEditorPane. 
- getAccessibleContext() - Method in class javax.swing.JFileChooser
- 
Gets the AccessibleContext associated with this JFileChooser. 
- getAccessibleContext() - Method in class javax.swing.JFrame
- 
Gets the AccessibleContext associated with this JFrame. 
- getAccessibleContext() - Method in class javax.swing.JInternalFrame
- 
Gets the AccessibleContextassociated with thisJInternalFrame.
 
- getAccessibleContext() - Method in class javax.swing.JInternalFrame.JDesktopIcon
- 
Gets the AccessibleContext associated with this JDesktopIcon. 
- getAccessibleContext() - Method in class javax.swing.JLabel
- 
Get the AccessibleContext of this object 
- getAccessibleContext() - Method in class javax.swing.JLayer
- 
Gets the AccessibleContext associated with this JLayer.
 
- getAccessibleContext() - Method in class javax.swing.JLayeredPane
- 
Gets the AccessibleContext associated with this JLayeredPane. 
- getAccessibleContext() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
- 
Get the AccessibleContext for this object. 
- getAccessibleContext() - Method in class javax.swing.JList
- 
Gets the AccessibleContextassociated with thisJList.
 
- getAccessibleContext() - Method in class javax.swing.JMenu
- 
Gets the AccessibleContext associated with this JMenu. 
- getAccessibleContext() - Method in class javax.swing.JMenuBar
- 
Gets the AccessibleContext associated with this JMenuBar. 
- getAccessibleContext() - Method in class javax.swing.JMenuItem
- 
Returns the AccessibleContextassociated with thisJMenuItem.
 
- getAccessibleContext() - Method in class javax.swing.JOptionPane
- 
Returns the AccessibleContextassociated with this JOptionPane.
 
- getAccessibleContext() - Method in class javax.swing.JPanel
- 
Gets the AccessibleContext associated with this JPanel. 
- getAccessibleContext() - Method in class javax.swing.JPasswordField
- 
Returns the AccessibleContextassociated with thisJPasswordField.
 
- getAccessibleContext() - Method in class javax.swing.JPopupMenu
- 
Gets the AccessibleContext associated with this JPopupMenu. 
- getAccessibleContext() - Method in class javax.swing.JProgressBar
- 
Gets the AccessibleContextassociated with thisJProgressBar.
 
- getAccessibleContext() - Method in class javax.swing.JRadioButton
- 
Gets the AccessibleContext associated with this JRadioButton. 
- getAccessibleContext() - Method in class javax.swing.JRadioButtonMenuItem
- 
Gets the AccessibleContext associated with this JRadioButtonMenuItem. 
- getAccessibleContext() - Method in class javax.swing.JRootPane
- 
Gets the AccessibleContextassociated with thisJRootPane.
 
- getAccessibleContext() - Method in class javax.swing.JScrollBar
- 
Gets the AccessibleContext associated with this JScrollBar. 
- getAccessibleContext() - Method in class javax.swing.JScrollPane
- 
Gets the AccessibleContext associated with this JScrollPane. 
- getAccessibleContext() - Method in class javax.swing.JSeparator
- 
Gets the AccessibleContext associated with this JSeparator. 
- getAccessibleContext() - Method in class javax.swing.JSlider
- 
Gets the AccessibleContext associated with this JSlider. 
- getAccessibleContext() - Method in class javax.swing.JSpinner
- 
Gets the AccessibleContextfor theJSpinner
 
- getAccessibleContext() - Method in class javax.swing.JSplitPane
- 
Gets the AccessibleContext associated with this JSplitPane. 
- getAccessibleContext() - Method in class javax.swing.JTabbedPane
- 
Gets the AccessibleContext associated with this JTabbedPane. 
- getAccessibleContext() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleContextassociated with this
 component.
 
- getAccessibleContext() - Method in class javax.swing.JTable
- 
Gets the AccessibleContext associated with this JTable. 
- getAccessibleContext() - Method in class javax.swing.JTextArea
- 
Gets the AccessibleContext associated with this JTextArea. 
- getAccessibleContext() - Method in class javax.swing.JTextField
- 
Gets the AccessibleContextassociated with thisJTextField.
 
- getAccessibleContext() - Method in class javax.swing.JToggleButton
- 
Gets the AccessibleContext associated with this JToggleButton. 
- getAccessibleContext() - Method in class javax.swing.JToolBar
- 
Gets the AccessibleContext associated with this JToolBar. 
- getAccessibleContext() - Method in class javax.swing.JToolTip
- 
Gets the AccessibleContext associated with this JToolTip. 
- getAccessibleContext() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the AccessibleContext associated with this tree node. 
- getAccessibleContext() - Method in class javax.swing.JTree
- 
Gets the AccessibleContext associated with this JTree. 
- getAccessibleContext() - Method in class javax.swing.JViewport
- 
Gets the AccessibleContext associated with this JViewport. 
- getAccessibleContext() - Method in class javax.swing.JWindow
- 
Gets the AccessibleContext associated with this JWindow. 
- getAccessibleContext() - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Gets the AccessibleContext associated with this BasicComboPopup. 
- getAccessibleContext() - Method in class javax.swing.ProgressMonitor
- 
Gets the AccessibleContextfor theProgressMonitor
 
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- 
Get the AccessibleContext associated with this object. 
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader
- 
Gets the AccessibleContext associated with this JTableHeader. 
- getAccessibleContext() - Method in class javax.swing.text.html.HTMLEditorKit
- 
returns the AccessibleContext associated with this editor kit 
- getAccessibleContext() - Method in class javax.swing.text.JTextComponent
- 
Gets the AccessibleContextassociated with thisJTextComponent.
 
- getAccessibleDescription() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the accessible description of this object. 
- getAccessibleDescription() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the accessible description of this object. 
- getAccessibleDescription() - Method in class javax.accessibility.AccessibleContext
- 
Gets the accessibleDescription property of this object. 
- getAccessibleDescription() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Gets the accessible description of this object. 
- getAccessibleDescription() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
- 
Gets the accessibleDescription property of this object. 
- getAccessibleDescription() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleDescription() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the accessible description of this object. 
- getAccessibleDescription() - Method in class javax.swing.JToolTip.AccessibleJToolTip
- 
Get the accessible description of this object. 
- getAccessibleDescription() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the accessible description of this object. 
- getAccessibleDescription() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the accessibleDescription property of this object. 
- getAccessibleDescription() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleEditableText() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleEditableText associated with this object
 presenting editable text on the display. 
- getAccessibleEditableText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the AccessibleEditableText interface for
 this text component. 
- getAccessibleIcon() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleIcons associated with an object that has
 one or more associated icons 
- getAccessibleIcon() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the AccessibleIcons associated with this object if one
 or more exist. 
- getAccessibleIcon() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Get the AccessibleIcons associated with this object if one
 or more exist. 
- getAccessibleIcon() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
- 
Returns the icon for the element renderer, as the only item
 of an array of AccessibleIcons or anullarray
 if the renderer component contains no icons.
 
- getAccessibleIconDescription() - Method in interface javax.accessibility.AccessibleIcon
- 
Gets the description of the icon. 
- getAccessibleIconDescription() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the description of the icon. 
- getAccessibleIconHeight() - Method in interface javax.accessibility.AccessibleIcon
- 
Gets the height of the icon 
- getAccessibleIconHeight() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the height of the icon. 
- getAccessibleIconWidth() - Method in interface javax.accessibility.AccessibleIcon
- 
Gets the width of the icon 
- getAccessibleIconWidth() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the width of the icon. 
- getAccessibleIndex(int, int) - Method in interface javax.accessibility.AccessibleExtendedTable
-  
- getAccessibleIndex(int, int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the index at a row and column in the table. 
- getAccessibleIndexAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the index at a given (row, column) in the table. 
- getAccessibleIndexInParent() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the 0-based index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.accessibility.AccessibleContext
- 
Gets the 0-based index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleIndexInParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree
- 
Get the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the 0-based index of this object in its accessible parent. 
- getAccessibleIndexInParent(Component) - Static method in class javax.swing.SwingUtilities
- 
Get the index of this object in its accessible parent. 
- getAccessibleIndexInParent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleKeyBinding() - Method in interface javax.accessibility.AccessibleExtendedComponent
- 
Returns key bindings associated with this object 
- getAccessibleKeyBinding(int) - Method in interface javax.accessibility.AccessibleKeyBinding
- 
Returns a key binding for this object. 
- getAccessibleKeyBinding() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns key bindings associated with this object 
- getAccessibleKeyBinding() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Returns key bindings associated with this object 
- getAccessibleKeyBinding() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns key bindings associated with this object 
- getAccessibleKeyBindingCount() - Method in interface javax.accessibility.AccessibleKeyBinding
- 
Returns the number of key bindings for this object 
- getAccessibleName() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the accessible name of this object. 
- getAccessibleName() - Method in class java.awt.Label.AccessibleAWTLabel
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the accessible name of this object. 
- getAccessibleName() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.accessibility.AccessibleContext
- 
Gets the accessibleName property of this object. 
- getAccessibleName() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Gets the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JDialog.AccessibleJDialog
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JFrame.AccessibleJFrame
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleName() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- 
Returns the accessible name of this object, or nullif
 there is no accessible name.
 
- getAccessibleName() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the accessible name of this object. 
- getAccessibleName() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the accessibleName property of this object. 
- getAccessibleName() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleParent() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the Accessibleparent of this object.
 
- getAccessibleParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the Accessibleparent of this object.
 
- getAccessibleParent() - Method in class javax.accessibility.AccessibleContext
- 
Gets the Accessible parent of this object. 
- getAccessibleParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the Accessible parent of this object. 
- getAccessibleParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the Accessibleparent of this object.
 
- getAccessibleParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the Accessible parent of this object. 
- getAccessibleParent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the Accessible parent of this object. 
- getAccessibleRelationSet() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleRelationSet associated with an object 
- getAccessibleRelationSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the AccessibleRelationSet associated with this object if one
 exists. 
- getAccessibleRelationSet() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Get the AccessibleRelationSet associated with this object if one
 exists. 
- getAccessibleRole() - Method in class java.applet.Applet.AccessibleApplet
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Canvas.AccessibleAWTCanvas
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Choice.AccessibleAWTChoice
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class java.awt.Dialog.AccessibleAWTDialog
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Frame.AccessibleAWTFrame
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Label.AccessibleAWTLabel
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Menu.AccessibleAWTMenu
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.MenuBar.AccessibleAWTMenuBar
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Panel.AccessibleAWTPanel
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.PopupMenu.AccessibleAWTPopupMenu
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.ScrollPane.AccessibleAWTScrollPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class java.awt.Window.AccessibleAWTWindow
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.accessibility.AccessibleContext
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.Box.AccessibleBox
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JButton.AccessibleJButton
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JCheckBox.AccessibleJCheckBox
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JColorChooser.AccessibleJColorChooser
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JDesktopPane.AccessibleJDesktopPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JFileChooser.AccessibleJFileChooser
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JLayeredPane.AccessibleJLayeredPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JMenu.AccessibleJMenu
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JMenuItem.AccessibleJMenuItem
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JOptionPane.AccessibleJOptionPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JPanel.AccessibleJPanel
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JPopupMenu.AccessibleJPopupMenu
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JRadioButton.AccessibleJRadioButton
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JRootPane.AccessibleJRootPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JScrollPane.AccessibleJScrollPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JSeparator.AccessibleJSeparator
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JToggleButton.AccessibleJToggleButton
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JToolBar.AccessibleJToolBar
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JToolTip.AccessibleJToolTip
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.JViewport.AccessibleJViewport
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the role of this object. 
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
- 
Get the role of this object. 
- getAccessibleRole() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Gets the role of this object. 
- getAccessibleRow(int) - Method in interface javax.accessibility.AccessibleExtendedTable
- 
Returns the row number of an index in the table. 
- getAccessibleRow(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the row number of an index in the table. 
- getAccessibleRowAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the row at a given index into the table. 
- getAccessibleRowCount() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the number of rows in the table. 
- getAccessibleRowCount() - Method in class javax.swing.JTable.AccessibleJTable
-  
- getAccessibleRowDescription(int) - Method in interface javax.accessibility.AccessibleTable
- 
Returns the description of the specified row in the table. 
- getAccessibleRowDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the description of the specified row in the table. 
- getAccessibleRowExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
- 
Returns the number of rows occupied by the Accessible at
 a specified row and column in the table. 
- getAccessibleRowExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the number of rows occupied by the Accessibleat a specified row and column in the table.
 
- getAccessibleRowHeader() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the row headers as an AccessibleTable. 
- getAccessibleRowHeader() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the row headers as an AccessibleTable.
 
- getAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
- 
Returns an Accessible representing the specified selected item
 in the object. 
- getAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the AccessibleSelectionassociated with this
 object which allows itsAccessiblechildren to be selected.
 
- getAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Returns an Accessiblerepresenting the specified
 selected child in the object.
 
- getAccessibleSelection() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleSelection associated with this object which allows its
 Accessible children to be selected. 
- getAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
- 
Returns an Accessible representing the specified selected child
 of the object. 
- getAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Returns an Accessible representing the specified selected child
 in the popup. 
- getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
- 
Returns an Accessible representing the specified selected item
 in the object. 
- getAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
- 
Returns the currently selected sub-menu if one is selected,
 otherwise null (there can only be one selection, and it can
 only be a sub-menu, as otherwise menu items don't remain
 selected). 
- getAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Returns the currently selected menu if one is selected,
 otherwise null. 
- getAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- 
Gets the AccessibleSelectionassociated with
 this object.
 
- getAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-  
- getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleSelectionassociated with
 this object if one exists.
 
- getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns an Accessiblerepresenting the
 specified selected child in the object.
 
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the AccessibleSelection associated with this object if one
 exists. 
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Returns an Accessible representing the specified selected item
 in the object. 
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
- 
Get the AccessibleSelection associated with this object. 
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
- 
Returns an Accessible representing the specified selected item
 in the object. 
- getAccessibleSelection() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleSelectionCount() - Method in class java.awt.List.AccessibleAWTList
- 
Returns the number of items currently selected. 
- getAccessibleSelectionCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Returns the number of Accessiblechildren currently selected.
 
- getAccessibleSelectionCount() - Method in interface javax.accessibility.AccessibleSelection
- 
Returns the number of Accessible children currently selected. 
- getAccessibleSelectionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Returns the number of Accessible children currently selected. 
- getAccessibleSelectionCount() - Method in class javax.swing.JList.AccessibleJList
- 
Returns the number of items currently selected. 
- getAccessibleSelectionCount() - Method in class javax.swing.JMenu.AccessibleJMenu
- 
Returns 1 if a sub-menu is currently selected in this menu. 
- getAccessibleSelectionCount() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Returns 1 if a menu is currently selected in this menu bar. 
- getAccessibleSelectionCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-  
- getAccessibleSelectionCount() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the number of Accessiblechildren
 currently selected.
 
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Returns the number of items currently selected. 
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree
- 
Returns the number of items currently selected. 
- getAccessibleStateSet() - Method in class java.applet.Applet.AccessibleApplet
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the state of this object. 
- getAccessibleStateSet() - Method in class java.awt.Dialog.AccessibleAWTDialog
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class java.awt.Frame.AccessibleAWTFrame
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the state of this object. 
- getAccessibleStateSet() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.TextArea.AccessibleAWTTextArea
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Gets the state set of the TextComponent. 
- getAccessibleStateSet() - Method in class java.awt.TextField.AccessibleAWTTextField
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class java.awt.Window.AccessibleAWTWindow
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class javax.accessibility.AccessibleContext
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Gets the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Gets the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JDialog.AccessibleJDialog
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JFrame.AccessibleJFrame
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Get the accessible state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JTextArea.AccessibleJTextArea
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JTextField.AccessibleJTextField
- 
Gets the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JToolBar.AccessibleJToolBar
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the state set of this object. 
- getAccessibleStateSet() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the state set of this object. 
- getAccessibleStateSet(Component) - Static method in class javax.swing.SwingUtilities
- 
Get the state of this object. 
- getAccessibleStateSet() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleStateSet() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Gets the state set of the JTextComponent. 
- getAccessibleSummary() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the summary description of the table. 
- getAccessibleSummary() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the summary description of the table. 
- getAccessibleTable() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleTable associated with an object 
- getAccessibleTable() - Method in class javax.swing.JTable.AccessibleJTable
- 
Gets the AccessibleTableassociated with this
 object.
 
- getAccessibleText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Get the AccessibleText associated with this object. 
- getAccessibleText() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleText associated with this object presenting
 text on the display. 
- getAccessibleText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-  
- getAccessibleText() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-  
- getAccessibleText() - Method in class javax.swing.JLabel.AccessibleJLabel
-  
- getAccessibleText() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleText() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Gets the AccessibleTextfor theJPasswordField.
 
- getAccessibleText() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Gets the AccessibleText associated with this object presenting
 text on the display. 
- getAccessibleText() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleTextassociated with this
 object if one exists.
 
- getAccessibleText() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the AccessibleText associated with this object if one
 exists. 
- getAccessibleText() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the AccessibleText associated with this object presenting
 text on the display. 
- getAccessibleText() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessibleText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Get the AccessibleText associated with this object. 
- getAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the AccessibleValueassociated with this
 object.
 
- getAccessibleValue() - Method in class javax.accessibility.AccessibleContext
- 
Gets the AccessibleValue associated with this object that supports a
 Numerical value. 
- getAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Gets the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- 
Gets the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the AccessibleValueassociated with this object.
 
- getAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Gets the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Get the AccessibleValue associated with this object. 
- getAccessibleValue() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleValueassociated with
 this object if one exists.
 
- getAccessibleValue() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the AccessibleValue associated with this object if one
 exists. 
- getAccessibleValue() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the AccessibleValue associated with this object that supports a
 Numerical value. 
- getAccessibleValue() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getAccessLevel() - Method in class javax.tools.ForwardingJavaFileObject
-  
- getAccessLevel() - Method in interface javax.tools.JavaFileObject
- 
Provides a hint about the access level of the class represented
 by this file object. 
- getAccessLevel() - Method in class javax.tools.SimpleJavaFileObject
- 
This implementation returns null.
 
- getAccessory() - Method in class javax.swing.JFileChooser
- 
Returns the accessory component. 
- getAccessoryPanel() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- 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, ornullif 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, ornullif tables are not currently set.
 
- getAcl() - Method in interface java.nio.file.attribute.AclFileAttributeView
- 
Reads the access control list. 
- getAction() - Method in class java.beans.EventHandler
- 
Returns the name of the target's writable property
 that this event handler will set,
 or the name of the method that this event handler
 will invoke on the target. 
- getAction() - Method in class javax.swing.AbstractButton
- 
Returns the currently set Actionfor thisActionEventsource, ornullif noActionis set.
 
- getAction() - Method in class javax.swing.JComboBox
- 
Returns the currently set Actionfor thisActionEventsource, ornullif noActionis set.
 
- getAction() - Method in class javax.swing.JTextField
- 
Returns the currently set Actionfor thisActionEventsource, ornullif noActionis set.
 
- getAction(KeyStroke) - Method in interface javax.swing.text.Keymap
- 
Fetches the action appropriate for the given symbolic
 event sequence. 
- getActionCommand() - Method in class java.awt.Button
- 
Returns the command name of the action event fired by this button. 
- getActionCommand() - Method in class java.awt.event.ActionEvent
- 
Returns the command string associated with this action. 
- getActionCommand() - Method in class java.awt.MenuItem
- 
Gets the command name of the action event that is fired
 by this menu item. 
- getActionCommand() - Method in class java.awt.TrayIcon
- 
Returns the command name of the action event fired by this tray icon. 
- getActionCommand() - Method in class javax.swing.AbstractButton
- 
Returns the action command for this button. 
- getActionCommand() - Method in interface javax.swing.ButtonModel
- 
Returns the action command string for the button. 
- getActionCommand() - Method in class javax.swing.DefaultButtonModel
- 
Returns the action command string for the button. 
- getActionCommand() - Method in class javax.swing.JComboBox
- 
Returns the action command that is included in the event sent to
 action listeners. 
- getActionCommand() - Method in class javax.swing.Timer
- 
Returns the string that will be delivered as the action command
 in ActionEvents fired by this timer.
 
- getActionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
- 
Returns the object that will perform the action registered for a
 given keystroke. 
- getActionListeners() - Method in class java.awt.Button
- 
Returns an array of all the action listeners
 registered on this button. 
- getActionListeners() - Method in class java.awt.List
- 
Returns an array of all the action listeners
 registered on this list. 
- getActionListeners() - Method in class java.awt.MenuItem
- 
Returns an array of all the action listeners
 registered on this menu item. 
- getActionListeners() - Method in class java.awt.TextField
- 
Returns an array of all the action listeners
 registered on this textfield. 
- getActionListeners() - Method in class java.awt.TrayIcon
- 
Returns an array of all the action listeners
 registered on this TrayIcon.
 
- getActionListeners() - Method in class javax.swing.AbstractButton
- 
Returns an array of all the ActionListeners added
 to this AbstractButton with addActionListener().
 
- getActionListeners() - Method in class javax.swing.DefaultButtonModel
- 
Returns an array of all the action listeners
 registered on this DefaultButtonModel.
 
- getActionListeners() - Method in class javax.swing.JComboBox
- 
Returns an array of all the ActionListeners added
 to this JComboBox with addActionListener().
 
- getActionListeners() - Method in class javax.swing.JFileChooser
- 
Returns an array of all the action listeners
 registered on this file chooser. 
- getActionListeners() - Method in class javax.swing.JTextField
- 
Returns an array of all the ActionListeners added
 to this JTextField with addActionListener().
 
- getActionListeners() - Method in class javax.swing.Timer
- 
Returns an array of all the action listeners registered
 on this timer. 
- getActionMap() - Method in class javax.swing.JComponent
- 
Returns the ActionMapused to determine whatActionto fire for particularKeyStrokebinding.
 
- getActionMap() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getActions() - Method in class java.io.FilePermission
- 
Returns the "canonical string representation" of the actions. 
- getActions() - Method in class java.net.SocketPermission
- 
Returns the canonical string representation of the actions. 
- getActions() - Method in class java.security.AllPermission
- 
Returns the canonical string representation of the actions. 
- getActions() - Method in class java.security.BasicPermission
- 
Returns the canonical string representation of the actions,
 which currently is the empty string "", since there are no actions for
 a BasicPermission. 
- getActions() - Method in class java.security.Permission
- 
Returns the actions as a String. 
- getActions() - Method in class java.security.UnresolvedPermission
- 
Returns the canonical string representation of the actions,
 which currently is the empty string "", since there are no actions for
 an UnresolvedPermission. 
- getActions() - Method in class java.util.PropertyPermission
- 
Returns the "canonical string representation" of the actions. 
- getActions() - Method in class javax.management.MBeanPermission
- 
Returns the "canonical string representation" of the actions. 
- getActions() - Method in class javax.security.auth.kerberos.ServicePermission
- 
Returns the canonical string representation of the actions. 
- getActions() - Method in class javax.security.auth.PrivateCredentialPermission
- 
Returns the "canonical string representation" of the actions. 
- getActions() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
- 
Subclass and override if you wish to provide a custom set of
 Actions.
 
- getActions() - Method in class javax.swing.JFormattedTextField
- 
Fetches the command list for the editor. 
- getActions() - Method in class javax.swing.JTextField
- 
Fetches the command list for the editor. 
- getActions() - Method in class javax.swing.text.DefaultEditorKit
- 
Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit. 
- getActions() - Method in class javax.swing.text.EditorKit
- 
Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit. 
- getActions() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Fetches the command list for the editor. 
- getActions() - Method in class javax.swing.text.InternationalFormatter
- 
If getSupportsIncrementreturns true, this returns
 two Actions suitable for incrementing/decrementing the value.
 
- getActions() - Method in class javax.swing.text.JTextComponent
- 
Fetches the command list for the editor. 
- getActions() - Method in class javax.swing.text.StyledEditorKit
- 
Fetches the command list for the editor. 
- getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
- 
Returns the activation descriptor, for the object with the activation
 identifier, id.
 
- getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
- 
Returns the activation group descriptor, for the group
 with the activation group identifier, id.
 
- getActiveCount() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the approximate number of threads that are actively
 executing tasks. 
- getActiveThreadCount() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns an estimate of the number of threads that are currently
 stealing or executing tasks. 
- getActiveWindow() - Method in class java.awt.KeyboardFocusManager
- 
Returns the active Window, if the active Window is in the same context
 as the calling thread. 
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
- 
Returns the uri of the actor attribute of this
 SOAPHeaderElement.
 
- getActualMaximum(int) - Method in class java.util.Calendar
- 
Returns the maximum value that the specified calendar field
 could have, given the time value of this
 Calendar.
 
- getActualMaximum(int) - Method in class java.util.GregorianCalendar
- 
- getActualMinimum(int) - Method in class java.util.Calendar
- 
Returns the minimum value that the specified calendar field
 could have, given the time value of this Calendar.
 
- getActualMinimum(int) - Method in class java.util.GregorianCalendar
- 
- getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
- 
Returns an array of Typeobjects representing the actual type
 arguments to this type.
 
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-  
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-  
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
- 
Gets the adapter associated with the specified type. 
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
- 
Gets the adapter associated with the specified type. 
- getAdditionalBeanInfo() - Method in interface java.beans.BeanInfo
- 
This method allows a BeanInfo object to return an arbitrary collection
 of other BeanInfo objects that provide additional information on the
 current bean. 
- getAdditionalBeanInfo() - Method in class java.beans.SimpleBeanInfo
- 
Claim there are no other relevant BeanInfo objects. 
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-  
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-  
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
-  
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
-  
- getAddListenerMethod() - Method in class java.beans.EventSetDescriptor
- 
Gets the method used to add event listeners. 
- getAddress() - Method in class java.net.DatagramPacket
- 
Returns the IP address of the machine to which this datagram is being
 sent or from which the datagram was received. 
- getAddress() - Method in class java.net.Inet4Address
- 
Returns the raw IP address of this InetAddressobject.
 
- getAddress() - Method in class java.net.Inet6Address
- 
Returns the raw IP address of this InetAddressobject.
 
- getAddress() - Method in class java.net.InetAddress
- 
Returns the raw IP address of this InetAddressobject.
 
- getAddress() - Method in class java.net.InetSocketAddress
- 
Gets the InetAddress.
 
- getAddress() - Method in class java.net.InterfaceAddress
- 
Returns an InetAddressfor this address.
 
- getAddress() - Method in interface javax.management.remote.JMXAddressable
- 
The address of this object. 
- getAddress() - Method in interface javax.management.remote.JMXConnectorServerMBean
- 
The address of this connector server. 
- getAddress() - Method in class javax.management.remote.rmi.RMIConnector
- 
The address of this connector. 
- getAddress() - Method in class javax.management.remote.rmi.RMIConnectorServer
-  
- getAdjustable() - Method in class java.awt.event.AdjustmentEvent
- 
Returns the Adjustableobject where this event originated.
 
- getAdjustmentListeners() - Method in class java.awt.Scrollbar
- 
Returns an array of all the adjustment listeners
 registered on this scrollbar. 
- getAdjustmentListeners() - Method in class java.awt.ScrollPaneAdjustable
- 
Returns an array of all the adjustment listeners
 registered on this ScrollPaneAdjustable.
 
- getAdjustmentListeners() - Method in class javax.swing.JScrollBar
- 
Returns an array of all the AdjustmentListeners added
 to this JScrollBar with addAdjustmentListener().
 
- getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
- 
Returns the type of adjustment which caused the value changed
 event. 
- getAdler() - Method in class java.util.zip.Deflater
- 
Returns the ADLER-32 value of the uncompressed data. 
- getAdler() - Method in class java.util.zip.Inflater
- 
Returns the ADLER-32 value of the uncompressed data. 
- getAdvance() - Method in class java.awt.font.GlyphMetrics
- 
Returns the advance of the glyph along the baseline (either
 horizontal or vertical). 
- getAdvance() - Method in class java.awt.font.GraphicAttribute
- 
Returns the advance of this GraphicAttribute.
 
- getAdvance() - Method in class java.awt.font.ImageGraphicAttribute
- 
Returns the advance of this ImageGraphicAttribute.
 
- getAdvance() - Method in class java.awt.font.ShapeGraphicAttribute
- 
Returns the advance of this ShapeGraphicAttribute.
 
- getAdvance() - Method in class java.awt.font.TextLayout
- 
Returns the advance of this TextLayout.
 
- getAdvanceBetween(int, int) - Method in class java.awt.font.TextMeasurer
- 
Returns the graphical width of a line beginning at startand including characters up tolimit.
 
- getAdvanceX() - Method in class java.awt.font.GlyphMetrics
- 
Returns the x-component of the advance of the glyph. 
- getAdvanceY() - Method in class java.awt.font.GlyphMetrics
- 
Returns the y-component of the advance of the glyph. 
- getAffineX() - Method in class java.security.spec.ECPoint
- 
Returns the affine x-coordinate x.
 
- getAffineY() - Method in class java.security.spec.ECPoint
- 
Returns the affine y-coordinate y.
 
- getAfterIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the Stringafter a givenindex.
 
- getAfterIndex(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the String after a given index. 
- getAfterIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the String after a given index. 
- getAlgName() - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Returns the encryption algorithm. 
- getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
- 
Returns the standard name of the algorithm this parameter
 generator is associated with. 
- getAlgorithm() - Method in class java.security.AlgorithmParameters
- 
Returns the name of the algorithm associated with this parameter object. 
- getAlgorithm() - Method in class java.security.cert.CertPathBuilder
- 
Returns the name of the algorithm of this CertPathBuilder.
 
- getAlgorithm() - Method in class java.security.cert.CertPathValidator
- 
Returns the algorithm name of this CertPathValidator.
 
- getAlgorithm() - Method in interface java.security.Key
- 
Returns the standard algorithm name for this key. 
- getAlgorithm() - Method in class java.security.KeyFactory
- 
Gets the name of the algorithm
 associated with this KeyFactory. 
- getAlgorithm() - Method in class java.security.KeyPairGenerator
- 
Returns the standard name of the algorithm for this key pair generator. 
- getAlgorithm() - Method in class java.security.MessageDigest
- 
Returns a string that identifies the algorithm, independent of
 implementation details. 
- getAlgorithm() - Method in class java.security.Provider.Service
- 
Return the name of the algorithm of this service. 
- getAlgorithm() - Method in class java.security.SecureRandom
- 
Returns the name of the algorithm implemented by this SecureRandom
 object. 
- getAlgorithm() - Method in class java.security.Signature
- 
Returns the name of the algorithm for this signature object. 
- getAlgorithm() - Method in class java.security.SignedObject
- 
Retrieves the name of the signature algorithm. 
- getAlgorithm() - Method in class javax.crypto.Cipher
- 
Returns the algorithm name of this Cipherobject.
 
- getAlgorithm() - Method in class javax.crypto.KeyAgreement
- 
Returns the algorithm name of this KeyAgreementobject.
 
- getAlgorithm() - Method in class javax.crypto.KeyGenerator
- 
Returns the algorithm name of this KeyGeneratorobject.
 
- getAlgorithm() - Method in class javax.crypto.Mac
- 
Returns the algorithm name of this Macobject.
 
- getAlgorithm() - Method in class javax.crypto.SealedObject
- 
Returns the algorithm that was used to seal this object. 
- getAlgorithm() - Method in class javax.crypto.SecretKeyFactory
- 
Returns the algorithm name of this SecretKeyFactoryobject.
 
- getAlgorithm() - Method in class javax.crypto.spec.PSource
- 
Returns the PSource algorithm name. 
- getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
- 
Returns the name of the algorithm associated with this secret key. 
- getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
- 
Returns the algorithm name of this KeyManagerFactoryobject.
 
- getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
- 
Returns the algorithm name of this TrustManagerFactoryobject.
 
- getAlgorithm() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the standard algorithm name for this key. 
- getAlgorithm() - Method in interface javax.xml.crypto.AlgorithmMethod
- 
Returns the algorithm URI of this AlgorithmMethod.
 
- getAlgorithm() - Method in class javax.xml.crypto.dsig.TransformService
- 
Returns the URI of the algorithm supported by this
 TransformService.
 
- getAlgorithmConstraints() - Method in class javax.net.ssl.SSLParameters
- 
Returns the cryptographic algorithm constraints. 
- getAlgorithmProperty(String, String) - Static method in class java.security.Security
- 
Deprecated.
This method used to return the value of a proprietary
 property in the master file of the "SUN" Cryptographic Service
 Provider in order to determine how to parse algorithm-specific
 parameters. Use the new provider-based and algorithm-independent
 AlgorithmParametersandKeyFactoryengine
 classes (introduced in the J2SE version 1.2 platform) instead.
 
 
- getAlgorithms(String) - Static method in class java.security.Security
- 
Returns a Set of Strings containing the names of all available
 algorithms or types for the specified Java cryptographic service
 (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore). 
- getAlgParameters() - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Returns the algorithm parameters used by the encryption algorithm. 
- getAlias() - Method in class javax.security.auth.x500.X500PrivateCredential
- 
Returns the KeyStore alias. 
- getAlignedSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
- 
Determines the total space necessary to
 align a set of components. 
- getAlignment() - Method in class java.awt.FlowLayout
- 
Gets the alignment for this layout. 
- getAlignment() - Method in class java.awt.font.GraphicAttribute
- 
Returns the alignment of this GraphicAttribute.
 
- getAlignment() - Method in class java.awt.Label
- 
Gets the current alignment of this label. 
- getAlignment(int) - Method in class javax.swing.text.BoxView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(int) - Method in class javax.swing.text.ComponentView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(int) - Method in class javax.swing.text.GlyphView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(int) - Method in class javax.swing.text.html.BlockView
- 
Gets the alignment. 
- getAlignment(int) - Method in class javax.swing.text.html.ImageView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(int) - Method in class javax.swing.text.html.ListView
- 
Calculates the desired shape of the list. 
- getAlignment(int) - Method in class javax.swing.text.IconView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(int) - Method in class javax.swing.text.ParagraphView
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignment(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the alignment setting. 
- getAlignment() - Method in class javax.swing.text.TabStop
- 
Returns the alignment, as an integer, of the tab. 
- getAlignment(int) - Method in class javax.swing.text.View
- 
Determines the desired alignment for this view along an
 axis. 
- getAlignmentX() - Method in class java.awt.Component
- 
Returns the alignment along the x axis. 
- getAlignmentX() - Method in class java.awt.Container
- 
Returns the alignment along the x axis. 
- getAlignmentX() - Method in class javax.swing.JComponent
- 
Overrides Container.getAlignmentXto return
 the vertical alignment.
 
- getAlignmentY() - Method in class java.awt.Component
- 
Returns the alignment along the y axis. 
- getAlignmentY() - Method in class java.awt.Container
- 
Returns the alignment along the y axis. 
- getAlignmentY() - Method in class javax.swing.JComponent
- 
Overrides Container.getAlignmentYto return
 the horizontal alignment.
 
- getAlignOnBaseline() - Method in class java.awt.FlowLayout
- 
Returns true if components are to be vertically aligned along
 their baseline. 
- getAll(String[]) - Method in interface javax.management.openmbean.CompositeData
- 
Returns an array of the values of the items whose names are specified by keys, in the same order as keys. 
- getAll(String[]) - Method in class javax.management.openmbean.CompositeDataSupport
- 
Returns an array of the values of the items whose names are specified by
 keys, in the same order as keys. 
- getAll() - Method in class javax.naming.CompositeName
- 
Retrieves the components of this composite name as an enumeration
 of strings. 
- getAll() - Method in class javax.naming.CompoundName
- 
Retrieves the components of this compound name as an enumeration
 of strings. 
- getAll() - Method in interface javax.naming.directory.Attribute
- 
Retrieves an enumeration of the attribute's values. 
- getAll() - Method in interface javax.naming.directory.Attributes
- 
Retrieves an enumeration of the attributes in the attribute set. 
- getAll() - Method in class javax.naming.directory.BasicAttribute
- 
Retrieves an enumeration of this attribute's values. 
- getAll() - Method in class javax.naming.directory.BasicAttributes
-  
- getAll() - Method in class javax.naming.ldap.LdapName
- 
Retrieves the components of this name as an enumeration
 of strings. 
- getAll() - Method in interface javax.naming.Name
- 
Retrieves the components of this name as an enumeration
 of strings. 
- getAll() - Method in class javax.naming.Reference
- 
Retrieves an enumeration of the addresses in this reference. 
- getAllAnnotationMirrors(Element) - Method in interface javax.lang.model.util.Elements
- 
Returns all annotations of an element, whether
 inherited or directly present. 
- getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
- 
Returns the keys of all attributes defined on the
 iterator's text range. 
- getAllAttributeKeys() - Static method in class javax.swing.text.html.CSS
- 
Return the set of all possible CSS attribute keys. 
- getAllAttributeKeys() - Static method in class javax.swing.text.html.HTML
- 
Returns the set of HTML attributes recognized. 
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
- 
Returns an Iteratorover all of the attributeNameobjects in thisSOAPElementobject.
 
- getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
- 
Returns an Iteratorover all of the attributes
 in thisSOAPElementasQNameobjects.
 
- getAllByName(String) - Static method in class java.net.InetAddress
- 
Given the name of a host, returns an array of its IP addresses,
 based on the configured name service on the system. 
- getAllCommands(String) - Method in class javax.activation.CommandMap
- 
Get all the available commands for this type. 
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
- 
Get all the available commands for this type. 
- getAllCommands() - Method in class javax.activation.DataHandler
- 
Return all the commands for this type of data. 
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
- 
Get all the available commands in all mailcap files known to
 this instance of MailcapCommandMap for this MIME type. 
- getAllFonts() - Method in class java.awt.GraphicsEnvironment
- 
Returns an array containing a one-point size instance of all fonts
 available in this GraphicsEnvironment.
 
- getAllFrames() - Method in class javax.swing.JDesktopPane
- 
Returns all JInternalFramescurrently displayed in the
 desktop.
 
- getAllFramesInLayer(int) - Method in class javax.swing.JDesktopPane
- 
Returns all JInternalFramescurrently displayed in the
 specified layer of the desktop.
 
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
- 
Returns all the MimeHeaders in thisMimeHeadersobject.
 
- getAllLoadedClasses() - Method in interface java.lang.instrument.Instrumentation
- 
Returns an array of all classes currently loaded by the JVM. 
- getAllMembers(TypeElement) - Method in interface javax.lang.model.util.Elements
- 
Returns all members of a type element, whether inherited or
 declared directly. 
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
- 
Retrieves all the headers for this AttachmentPartobject
 as an iterator over theMimeHeaderobjects.
 
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
- 
Retrieves all the headers for this SOAPPartobject
 as an iterator over theMimeHeaderobjects.
 
- getAllNotificationIDs() - Method in class javax.management.timer.Timer
- 
Gets all timer notification identifiers registered into the list of notifications. 
- getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
- 
Gets all timer notification identifiers registered into the list of notifications. 
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Returns true if the receiver allows children. 
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Returns true if the receiver allows children. 
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Returns true if the receiver allows children. 
- getAllowsChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns true if this node is allowed to have children. 
- getAllowsChildren() - Method in interface javax.swing.tree.TreeNode
- 
Returns true if the receiver allows children. 
- getAllowsInvalid() - Method in class javax.swing.text.DefaultFormatter
- 
Returns whether or not the value being edited is allowed to be invalid
 for a length of time. 
- getAllowUserInteraction() - Method in class java.net.URLConnection
- 
Returns the value of the allowUserInteractionfield for
 this object.
 
- getAllRelationIds() - Method in class javax.management.relation.RelationService
- 
Returns all the relation ids for all the relations handled by the
 Relation Service. 
- getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
- 
Returns all the relation ids for all the relations handled by the
 Relation Service. 
- getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
- 
Retrieves names of all known relation types. 
- getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves names of all known relation types. 
- getAllRoles() - Method in interface javax.management.relation.Relation
- 
Returns all roles present in the relation. 
- getAllRoles(String) - Method in class javax.management.relation.RelationService
- 
Returns all roles present in the relation. 
- getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Returns all roles present in the relation. 
- getAllRoles() - Method in class javax.management.relation.RelationSupport
- 
Returns all roles present in the relation. 
- getAllStackTraces() - Static method in class java.lang.Thread
- 
Returns a map of stack traces for all live threads. 
- getAllTags() - Static method in class javax.swing.text.html.HTML
- 
Returns the set of actual HTML tags that
 are recognized by the default HTML reader. 
- getAllThreadIds() - Method in interface java.lang.management.ThreadMXBean
- 
Returns all live thread IDs. 
- getAlpha() - Method in class java.awt.AlphaComposite
- 
Returns the alpha value of this AlphaComposite.
 
- getAlpha() - Method in class java.awt.Color
- 
Returns the alpha component in the range 0-255. 
- getAlpha(int) - Method in class java.awt.image.ColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlpha(Object) - Method in class java.awt.image.ColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlpha(int) - Method in class java.awt.image.ComponentColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlpha(Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns the alpha component for the specified pixel, scaled from
 0 to 255. 
- getAlpha(int) - Method in class java.awt.image.DirectColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlpha(Object) - Method in class java.awt.image.DirectColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlpha(int) - Method in class java.awt.image.IndexColorModel
- 
Returns the alpha component for the specified pixel, scaled
 from 0 to 255. 
- getAlphaMask() - Method in class java.awt.image.DirectColorModel
- 
Returns the mask indicating which bits in an intpixel
 representation contain the alpha component.
 
- getAlphaRaster() - Method in class java.awt.image.BufferedImage
- 
Returns a WritableRasterrepresenting the alpha
 channel forBufferedImageobjects
 withColorModelobjects that support a separate
 spatial alpha channel, such asComponentColorModelandDirectColorModel.
 
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
- 
Returns a Rasterrepresenting the alpha channel of an
 image, extracted from the inputRaster, provided that
 pixel values of thisColorModelrepresent color and
 alpha information as separate spatial bands (e.g.
 
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
- 
Returns a Rasterrepresenting the alpha channel of an image,
 extracted from the inputRaster.
 
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
- 
Returns a  WritableRaster representing the alpha channel of
 an image, extracted from the input  WritableRaster. 
- getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
- 
Copies the array of alpha transparency components into the
 specified array. 
- getAlternatives() - Method in interface javax.lang.model.type.UnionType
- 
Return the alternatives comprising this union type. 
- getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
- 
Used to indicate whether the 'alt' key was depressed during the firing
 of the event. 
- getAltName() - Method in exception javax.naming.CannotProceedException
- 
Retrieves the altNamefield of this exception.
 
- getAltNameCtx() - Method in exception javax.naming.CannotProceedException
- 
Retrieves the altNameCtxfield of this exception.
 
- getAltText() - Method in class javax.swing.text.html.ImageView
- 
Returns the text to display if the image can't be loaded. 
- getAmountFull(Insets, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
This determines the amount of the progress bar that should be filled
 based on the percent done gathered from the model. 
- getAmPmStrings() - Method in class java.text.DateFormatSymbols
- 
Gets ampm strings. 
- getAncestor() - Method in class javax.swing.event.AncestorEvent
- 
Returns the ancestor that the event actually occurred on. 
- getAncestorListeners() - Method in class javax.swing.JComponent
- 
Returns an array of all the ancestor listeners
 registered on this component. 
- getAncestorNamed(String, Component) - Static method in class javax.swing.SwingUtilities
- 
Convenience method for searching above compin the
 component hierarchy and returns the first object ofnameit
 finds.
 
- getAncestorOfClass(Class<?>, Component) - Static method in class javax.swing.SwingUtilities
- 
Convenience method for searching above compin the
 component hierarchy and returns the first object of classcit
 finds.
 
- getAncestorParent() - Method in class javax.swing.event.AncestorEvent
- 
Returns the parent of the ancestor the event actually occurred on. 
- getAnchorRect() - Method in class java.awt.TexturePaint
- 
Returns a copy of the anchor rectangle which positions and
 sizes the textured image. 
- getAnchorSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
- 
Return the first index argument from the most recent call to
 setSelectionInterval(), addSelectionInterval() or removeSelectionInterval(). 
- getAnchorSelectionIndex() - Method in class javax.swing.JList
- 
Returns the anchor selection index. 
- getAnchorSelectionIndex() - Method in interface javax.swing.ListSelectionModel
- 
Return the first index argument from the most recent call to
 setSelectionInterval(), addSelectionInterval() or removeSelectionInterval(). 
- getAnchorSelectionPath() - Method in class javax.swing.JTree
- 
Returns the path identified as the anchor. 
- getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
- 
Atomically adds the given value to the current value. 
- getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
- 
Atomically adds the given value to the element at index i.
 
- getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
- 
Atomically adds the given value to the current value of the field of
 the given object managed by this updater. 
- getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
- 
Atomically adds the given value to the current value. 
- getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
- 
Atomically adds the given value to the element at index i.
 
- getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
- 
Atomically adds the given value to the current value of the field of
 the given object managed by this updater. 
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
- 
Atomically decrements by one the current value. 
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
- 
Atomically decrements by one the element at index i.
 
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
- 
Atomically decrements by one the current value of the field of the
 given object managed by this updater. 
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
- 
Atomically decrements by one the current value. 
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
- 
Atomically decrements by one the element at index i.
 
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
- 
Atomically decrements by one the current value of the field of the
 given object managed by this updater. 
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
- 
Atomically increments by one the current value. 
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
- 
Atomically increments by one the element at index i.
 
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
- 
Atomically increments by one the current value of the field of the
 given object managed by this updater. 
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
- 
Atomically increments by one the current value. 
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
- 
Atomically increments by one the element at index i.
 
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
- 
Atomically increments by one the current value of the field of the
 given object managed by this updater. 
- getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
- 
Atomically sets to the given value and returns the previous value. 
- getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
- 
Atomically sets to the given value and returns the old value. 
- getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
- 
Atomically sets the element at position ito the given
 value and returns the old value.
 
- getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
- 
Atomically sets the field of the given object managed by this updater
 to the given value and returns the old value. 
- getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
- 
Atomically sets to the given value and returns the old value. 
- getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
- 
Atomically sets the element at position ito the given value
 and returns the old value.
 
- getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
- 
Atomically sets the field of the given object managed by this updater
 to the given value and returns the old value. 
- getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
- 
Atomically sets to the given value and returns the old value. 
- getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
- 
Atomically sets the element at position ito the given
 value and returns the old value.
 
- getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
- 
Atomically sets the field of the given object managed by this updater
 to the given value and returns the old value. 
- getAngleExtent() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the angular extent of the arc. 
- getAngleExtent() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the angular extent of the arc. 
- getAngleExtent() - Method in class java.awt.geom.Arc2D
- 
Returns the angular extent of the arc. 
- getAngleStart() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the starting angle of the arc. 
- getAngleStart() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the starting angle of the arc. 
- getAngleStart() - Method in class java.awt.geom.Arc2D
- 
Returns the starting angle of the arc. 
- getAnimationIndex() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Gets the index of the current animation frame. 
- getAnnotation(Class<A>) - Method in class java.lang.Class
-  
- getAnnotation(Class<A>) - Method in class java.lang.Package
-  
- getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-  
- getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
- 
Returns this element's annotation for the specified type if
 such an annotation is present, else null. 
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
-  
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
-  
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
-  
- getAnnotation(Class<A>) - Method in interface javax.lang.model.element.Element
- 
Returns this element's annotation for the specified type if
 such an annotation is present, else null.
 
- getAnnotationMirrors() - Method in interface javax.lang.model.element.Element
- 
Returns the annotations that are directly present on this element. 
- getAnnotations() - Method in class java.lang.Class
-  
- getAnnotations() - Method in class java.lang.Package
-  
- getAnnotations() - Method in class java.lang.reflect.AccessibleObject
-  
- getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
- 
Returns all annotations present on this element. 
- getAnnotationType() - Method in interface javax.lang.model.element.AnnotationMirror
- 
Returns the type of this annotation. 
- getAnonymityState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if the context initiator is
 anonymously authenticated to the context acceptor. 
- getAnonymousLogger() - Static method in class java.util.logging.Logger
- 
Create an anonymous Logger. 
- getAnonymousLogger(String) - Static method in class java.util.logging.Logger
- 
Create an anonymous Logger. 
- getAntiAliasingHint() - Method in class java.awt.font.FontRenderContext
- 
Return the text anti-aliasing rendering mode hint used in this
 FontRenderContext.
 
- getAppConfigurationEntry(String) - Method in class javax.security.auth.login.Configuration
- 
Retrieve the AppConfigurationEntries for the specified name
 from this Configuration. 
- getApplet(String) - Method in interface java.applet.AppletContext
- 
Finds and returns the applet in the document represented by this
 applet context with the given name. 
- getAppletContext() - Method in class java.applet.Applet
- 
Determines this applet's context, which allows the applet to
 query and affect the environment in which it runs. 
- getAppletContext() - Method in interface java.applet.AppletStub
- 
Returns the applet's context. 
- getAppletInfo() - Method in class java.applet.Applet
- 
Returns information about this applet. 
- getApplets() - Method in interface java.applet.AppletContext
- 
Finds all the applets in the document represented by this applet
 context. 
- getApplicationBufferSize() - Method in interface javax.net.ssl.SSLSession
- 
Gets the current size of the largest application data that is
 expected when using this session. 
- getApplicationData() - Method in class org.ietf.jgss.ChannelBinding
- 
Get the application specified data for this channel binding. 
- getApproveButton(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getApproveButton(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getApproveButtonMnemonic() - Method in class javax.swing.JFileChooser
- 
Returns the approve button's mnemonic. 
- getApproveButtonMnemonic(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getApproveButtonText() - Method in class javax.swing.JFileChooser
- 
Returns the text used in the ApproveButtonin theFileChooserUI.
 
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-  
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getApproveButtonTextmethod on each UI handled by this object.
 
- getApproveButtonToolTipText() - Method in class javax.swing.JFileChooser
- 
Returns the tooltip text used in the ApproveButton.
 
- getApproveButtonToolTipText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getApproveSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getArch() - Method in interface java.lang.management.OperatingSystemMXBean
- 
Returns the operating system architecture. 
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Gets the height of the arc that rounds off the corners. 
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Gets the height of the arc that rounds off the corners. 
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D
- 
Gets the height of the arc that rounds off the corners. 
- getArcType() - Method in class java.awt.geom.Arc2D
- 
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Gets the width of the arc that rounds off the corners. 
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Gets the width of the arc that rounds off the corners. 
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D
- 
Gets the width of the arc that rounds off the corners. 
- getAreaOfInterest() - Method in class java.awt.image.renderable.RenderContext
- 
Gets the ares of interest currently contained in the
 RenderContext. 
- getArgument() - Method in exception javax.lang.model.element.UnknownAnnotationValueException
- 
Returns the additional argument. 
- getArgument() - Method in exception javax.lang.model.element.UnknownElementException
- 
Returns the additional argument. 
- getArgument() - Method in exception javax.lang.model.type.UnknownTypeException
- 
Returns the additional argument. 
- getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
- 
Returns the class of the mismatched argument. 
- getArguments() - Method in class java.beans.Statement
- 
Returns the arguments for the method to invoke. 
- getArray() - Method in interface java.sql.Array
- 
Retrieves the contents of the SQL ARRAYvalue designated
 by thisArrayobject in the form of an array in the Java
 programming language.
 
- getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
- 
Retrieves the contents of the SQL ARRAYvalue designated by thisArrayobject.
 
- getArray(long, int) - Method in interface java.sql.Array
- 
Retrieves a slice of the SQL ARRAYvalue designated by thisArrayobject, beginning with the
 specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
- 
Retreives a slice of the SQL ARRAYvalue
 designated by thisArrayobject, beginning with the specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- getArray(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC  ARRAY parameter as an
  Array object in the Java programming language. 
- getArray(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC  ARRAY parameter as an
  Array object in the Java programming language. 
- getArray(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as anArrayobject
 in the Java programming language.
 
- getArray(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as anArrayobject
 in the Java programming language.
 
- getArray() - Method in class javax.sql.rowset.serial.SerialArray
- 
Returns a new array that is a copy of this SerialArrayobject.
 
- getArray(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialArray
- 
Returns a new array that is a copy of this SerialArrayobject, using the given type map for the custom
 mapping of each element when the elements are SQL UDTs.
 
- getArray(long, int) - Method in class javax.sql.rowset.serial.SerialArray
- 
Returns a new array that is a copy of a slice
 of this SerialArrayobject, starting with the
 element at the given index and containing the given number
 of consecutive elements.
 
- getArray(long, int, Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialArray
- 
Returns a new array that is a copy of a slice
 of this SerialArrayobject, starting with the
 element at the given index and containing the given number
 of consecutive elements.
 
- getArray() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the array of characters. 
- getArrayLength() - Method in class javax.swing.text.GapContent
- 
Get the length of the allocated array. 
- getArrayType(TypeMirror) - Method in interface javax.lang.model.util.Types
- 
Returns an array type with the specified component type. 
- getArrayType(OpenType<E>) - Static method in class javax.management.openmbean.ArrayType
- 
Create an ArrayTypeinstance in a type-safe manner.
 
- getArrivedParties() - Method in class java.util.concurrent.Phaser
- 
Returns the number of registered parties that have arrived at
 the current phase of this phaser. 
- getAscent() - Method in class java.awt.font.GraphicAttribute
- 
Returns the ascent of this GraphicAttribute.
 
- getAscent() - Method in class java.awt.font.ImageGraphicAttribute
- 
Returns the ascent of this ImageGraphicAttribute.
 
- getAscent() - Method in class java.awt.font.LineMetrics
- 
Returns the ascent of the text. 
- getAscent() - Method in class java.awt.font.ShapeGraphicAttribute
- 
Returns the ascent of this ShapeGraphicAttribute.
 
- getAscent() - Method in class java.awt.font.TextLayout
- 
Returns the ascent of this TextLayout.
 
- getAscent() - Method in class java.awt.FontMetrics
- 
Determines the font ascent of the Fontdescribed by thisFontMetricsobject.
 
- getAscent(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-  
- getAsciiStream() - Method in interface java.sql.Clob
- 
Retrieves the CLOBvalue designated by thisClobobject as an ascii stream.
 
- getAsciiStream(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 a stream of ASCII characters.
 
- getAsciiStream(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as a stream of
 ASCII characters.
 
- getAsciiStream() - Method in class javax.sql.rowset.serial.SerialClob
- 
Retrieves the CLOBvalue designated by thisSerialClobobject as an ascii stream.
 
- getAspectRatio(int) - Method in class javax.imageio.ImageReader
- 
Returns the aspect ratio of the given image (that is, its width
 divided by its height) as a float.
 
- getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
- 
- getAsText() - Method in interface java.beans.PropertyEditor
- 
Gets the property value as text. 
- getAsText() - Method in class java.beans.PropertyEditorSupport
- 
Gets the property value as a string suitable for presentation
 to a human to edit. 
- getAsTree(String) - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an XML DOM Nodeobject that represents the
 root of a tree of metadata contained within this object
 according to the conventions defined by a given metadata
 format.
 
- getAsync() - Method in interface org.w3c.dom.ls.LSParser
- 
trueif theLSParseris asynchronous,falseif it is synchronous.
 
- getAsynchronousLoadPriority() - Method in class javax.swing.text.AbstractDocument
- 
Gets the asynchronous loading priority. 
- getAsyncMode() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns trueif this pool uses local first-in-first-out
 scheduling mode for forked tasks that are never joined.
 
- getAtIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the Stringat a givenindex.
 
- getAtIndex(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the String at a given index. 
- getAtIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the String at a given index. 
- getAttachment(SOAPElement) - Method in class javax.xml.soap.SOAPMessage
- 
Returns an AttachmentPartobject that is associated with an
 attachment that is referenced by thisSOAPElementornullif no such attachment exists.
 
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
- 
Retrieve the attachment identified by content-id, cid,  as a byte[]
 
- getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
- 
Lookup MIME content by content-id,  cid, and return as a  DataHandler. 
- getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-  
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
-  
- getAttachments() - Method in class javax.xml.soap.SOAPMessage
- 
Retrieves all the AttachmentPartobjects that are part of
 thisSOAPMessageobject.
 
- getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
- 
Retrieves all the AttachmentPartobjects that have header
 entries that match the specified headers.
 
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-  
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
-  
- getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
- 
attrChangeindicates the type of change which triggered
 the DOMAttrModified event.
 
- getAttribute(Path, String, LinkOption...) - Static method in class java.nio.file.Files
- 
Reads the value of a file attribute. 
- getAttribute(String) - Method in class java.nio.file.FileStore
- 
Reads the value of a file store attribute. 
- getAttribute(String) - Method in class java.security.Provider.Service
- 
Return the value of the specified attribute or null if this
 attribute is not set for this Service. 
- getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
- 
Returns the value of the named attributefor the current character.
 
- getAttribute(String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Retrieves an attribute value by name. 
- getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
- 
Return the value of the given attribute in the named MBean. 
- getAttribute(String) - Method in interface javax.management.DynamicMBean
- 
Obtain the value of a specific attribute of the Dynamic MBean. 
- getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
-  
- getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
- 
Gets the value of a specific attribute of a named MBean. 
- getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a ModelMBeanAttributeInfo requested by name. 
- getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Returns the value of a specific attribute defined for this
 ModelMBean. 
- getAttribute(ObjectName, String, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getAttribute(ObjectName, String, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getAttribute(ObjectName, String, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getAttribute(String) - Method in class javax.management.StandardMBean
-  
- getAttribute() - Method in class javax.naming.directory.ModificationItem
- 
Retrieves the attribute associated with this modification item. 
- getAttribute(Class<T>) - Method in interface javax.print.PrintService
- 
Gets the value of the single specified service attribute. 
- getAttribute(String, int) - Method in interface javax.script.ScriptContext
- 
Gets the value of an attribute in a given scope. 
- getAttribute(String) - Method in interface javax.script.ScriptContext
- 
Retrieves the value of the attribute with the given name in
 the scope occurring earliest in the search order. 
- getAttribute(String) - Method in class javax.script.SimpleScriptContext
- 
Retrieves the value of the attribute with the given name in
 the scope occurring earliest in the search order. 
- getAttribute(String, int) - Method in class javax.script.SimpleScriptContext
- 
Gets the value of an attribute in a given scope. 
- getAttribute(Object) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the value of an attribute. 
- getAttribute(Object) - Method in interface javax.swing.text.AttributeSet
- 
Fetches the value of the given attribute. 
- getAttribute(String) - Static method in class javax.swing.text.html.CSS
- 
Translates a string to a CSS.Attributeobject.
 
- getAttribute(String) - Method in class javax.swing.text.html.parser.Element
- 
Get an attribute by name. 
- getAttribute(Object) - Method in class javax.swing.text.SimpleAttributeSet
- 
Gets the value of an attribute. 
- getAttribute(Object) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Gets the value of an attribute. 
- getAttribute(Object) - Method in class javax.swing.text.StyleContext.SmallAttributeSet
- 
Gets the value of an attribute. 
- getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
- 
Allows the user to retrieve specific attributes on the underlying
 implementation. 
- getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
- 
Allows the user to retrieve specific attributes on the underlying
 implementation. 
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
- 
Returns an attribute value for container's configuration
 and other data that can be used by jax-ws runtime. 
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns an attribute that is associated with this
 HttpExchange.
 
- getAttribute(String) - Method in interface org.w3c.dom.Element
- 
Retrieves an attribute value by name. 
- getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
- 
Returns the attribute referred to by this name 
- getAttributeByValue(String) - Method in class javax.swing.text.html.parser.Element
- 
Get an attribute by value. 
- getAttributeContext() - Method in class javax.swing.text.AbstractDocument
- 
Fetches the context for managing attributes. 
- getAttributeCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the number of attributes that are defined. 
- getAttributeCount() - Method in interface javax.swing.text.AttributeSet
- 
Returns the number of attributes that are defined locally in this set. 
- getAttributeCount() - Method in class javax.swing.text.SimpleAttributeSet
- 
Gets a count of the number of attributes. 
- getAttributeCount() - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Gets the number of attributes that are defined. 
- getAttributeCount() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
- 
Gets the number of attributes that are defined. 
- getAttributeCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the count of attributes on this START_ELEMENT,
 this method is only valid on a START_ELEMENT or ATTRIBUTE. 
- getAttributeDataType(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns one of the constants starting with
 DATATYPE_, indicating the format and
 interpretation of the value of the given attribute within th
 enamed element.
 
- getAttributeDataType(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeDefaultValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the default value of the named attribute, if it is not
 explictly present within the named element, as a
 String, ornullif no default value
 is available.
 
- getAttributeDefaultValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeDefinition() - Method in interface javax.naming.directory.Attribute
- 
Retrieves the attribute's schema definition. 
- getAttributeDefinition() - Method in class javax.naming.directory.BasicAttribute
- 
Retrieves this attribute's schema definition. 
- getAttributeDescription(String, String, Locale) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns a Stringcontaining a description of the
 named attribute, ornull.
 
- getAttributeDescription(String, String, Locale) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Returns a Stringcontaining a description of the
 named attribute, ornull.
 
- getAttributeEnumerations(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns an array of Strings containing the legal
 enumerated values for the given attribute within the named
 element.
 
- getAttributeEnumerations(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeID() - Method in class javax.naming.ldap.SortKey
- 
Retrieves the attribute ID of the sort key. 
- getAttributeID() - Method in class javax.naming.ldap.SortResponseControl
- 
Retrieves the ID of the attribute that caused the sort to fail. 
- getAttributeKey(String) - Static method in class javax.swing.text.html.HTML
- 
Fetches an attribute constant for a well-known attribute name
 (i.e. 
- getAttributeListMaxLength(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the maximum number of list items that may be used to
 define this attribute. 
- getAttributeListMaxLength(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeListMinLength(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the minimum number of list items that may be used to
 define this attribute. 
- getAttributeListMinLength(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeLocalName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the localName of the attribute at the provided
 index 
- getAttributeMaxValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the maximum legal value for the attribute. 
- getAttributeMaxValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeMinValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the minimum legal value for the attribute. 
- getAttributeMinValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeName() - Method in class javax.management.AttributeChangeNotification
- 
Gets the name of the attribute which has changed. 
- getAttributeName() - Method in class javax.management.AttributeValueExp
- 
Returns a string representation of the name of the attribute. 
- getAttributeName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeName(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the qname of the attribute at the provided index 
- getAttributeNames(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns an array of Strings listing the names of
 the attributes that may be associated with the named element.
 
- getAttributeNames(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttributeNames() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the names of all attributes. 
- getAttributeNames() - Method in interface javax.swing.text.AttributeSet
- 
Returns an enumeration over the names of the attributes that are
 defined locally in the set. 
- getAttributeNames() - Method in class javax.swing.text.SimpleAttributeSet
- 
Gets the names of the attributes in the set. 
- getAttributeNames() - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Gets the names of all attributes. 
- getAttributeNames() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
- 
Gets the names of all attributes. 
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
- 
Returns all attribute names for container's configuration
 and other data that can be used by jax-ws runtime. 
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Gives all the attribute names that are associated with
 this HttpExchange.
 
- getAttributeNamespace(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the namespace of the attribute at the provided
 index 
- getAttributeNode(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-  
- getAttributeNode(String) - Method in interface org.w3c.dom.Element
- 
Retrieves an attribute node by name. 
- getAttributeNodeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to getAttributeNode(localName).
 
- getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
- 
Retrieves an Attrnode by local name and namespace URI.
 
- getAttributeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to getAttribute(localName).
 
- getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
- 
Retrieves an attribute value by local name and namespace URI. 
- getAttributePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the prefix of this attribute at the
 provided index 
- getAttributes() - Method in class java.awt.Font
- 
Returns a map of font attributes available in this
 Font.
 
- getAttributes() - Method in class java.net.JarURLConnection
- 
Return the Attributes object for this connection if the URL
 for it points to a JAR file entry, null otherwise. 
- getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the given attribute of the given type
 for a user-defined type (UDT) that is available in the given schema
 and catalog. 
- getAttributes() - Method in interface java.sql.Struct
- 
Produces the ordered values of the attributes of the SQL
 structured type that this Structobject represents.
 
- getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
- 
Produces the ordered values of the attributes of the SQL
 structured type that this Structobject represents.
 
- getAttributes() - Method in interface java.text.AttributedCharacterIterator
- 
Returns a map with the attributes defined on the current
 character. 
- getAttributes() - Method in class java.util.jar.JarEntry
- 
Returns the ManifestAttributesfor this
 entry, ornullif none.
 
- getAttributes(String) - Method in class java.util.jar.Manifest
- 
Returns the Attributes for the specified entry name. 
- getAttributes() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns a NamedNodeMapcontaining the attributes of
 this node.
 
- getAttributes(String[]) - Method in interface javax.management.DynamicMBean
- 
Get the values of several attributes of the Dynamic MBean. 
- getAttributes() - Method in class javax.management.loading.MLetContent
- 
Gets the attributes of the MLETtag.
 
- getAttributes() - Method in class javax.management.MBeanInfo
- 
Returns the list of attributes exposed for management. 
- getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
-  
- getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServerConnection
- 
Retrieves the values of several attributes of a named MBean. 
- getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the list of attributes exposed for management. 
- getAttributes(String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Returns the values of several attributes in the ModelMBean. 
- getAttributes() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns an array of OpenMBeanAttributeInfo instances
 describing each attribute in the open MBean described by this
 OpenMBeanInfo instance. 
- getAttributes() - Method in interface javax.management.remote.JMXConnectorServerMBean
- 
The attributes for this connector server. 
- getAttributes(ObjectName, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getAttributes(ObjectName, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getAttributes(ObjectName, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getAttributes() - Method in class javax.management.remote.rmi.RMIConnectorServer
-  
- getAttributes(String[]) - Method in class javax.management.StandardMBean
-  
- getAttributes(Name) - Method in interface javax.naming.directory.DirContext
- 
Retrieves all of the attributes associated with a named object. 
- getAttributes(String) - Method in interface javax.naming.directory.DirContext
- 
Retrieves all of the attributes associated with a named object. 
- getAttributes(Name, String[]) - Method in interface javax.naming.directory.DirContext
- 
Retrieves selected attributes associated with a named object. 
- getAttributes(String, String[]) - Method in interface javax.naming.directory.DirContext
- 
Retrieves selected attributes associated with a named object. 
- getAttributes(String) - Method in class javax.naming.directory.InitialDirContext
-  
- getAttributes(String, String[]) - Method in class javax.naming.directory.InitialDirContext
-  
- getAttributes(Name) - Method in class javax.naming.directory.InitialDirContext
-  
- getAttributes(Name, String[]) - Method in class javax.naming.directory.InitialDirContext
-  
- getAttributes() - Method in class javax.naming.directory.SearchResult
- 
Retrieves the attributes in this search result. 
- getAttributes() - Method in class javax.naming.spi.DirStateFactory.Result
- 
Retrieves the attributes to be bound. 
- getAttributes() - Method in interface javax.print.Doc
- 
Obtains the set of printing attributes for this doc object. 
- getAttributes() - Method in interface javax.print.DocPrintJob
- 
Obtains this Print Job's set of printing attributes. 
- getAttributes() - Method in class javax.print.event.PrintJobAttributeEvent
- 
Determine the printing attributes that changed and their new values. 
- getAttributes() - Method in class javax.print.event.PrintServiceAttributeEvent
- 
Determine the printing service attributes that changed and their new
 values. 
- getAttributes() - Method in interface javax.print.PrintService
- 
Obtains this print service's set of printer description attributes
 giving this Print Service's status. 
- getAttributes() - Method in class javax.print.SimpleDoc
- 
Obtains the set of printing attributes for this doc object. 
- getAttributes() - Method in class javax.sql.rowset.serial.SerialStruct
- 
Retrieves an array of Objectvalues containing the
 attributes of the SQL structured type that thisSerialStructobject represents.
 
- getAttributes(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialStruct
- 
Retrieves the attributes for the SQL structured type that
 this SerialStructrepresents as an array ofObjectvalues, using the given type map for
 custom mapping if appropriate.
 
- getAttributes() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the attributes for the element. 
- getAttributes() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the element attributes. 
- getAttributes() - Method in interface javax.swing.text.Element
- 
Fetches the collection of attributes this element contains. 
- getAttributes() - Method in class javax.swing.text.html.BlockView
- 
Fetches the attributes to use when rendering. 
- getAttributes() - Method in class javax.swing.text.html.HTMLDocument.Iterator
- 
Return the attributes for this tag. 
- getAttributes() - Method in class javax.swing.text.html.ImageView
- 
Fetches the attributes to use when rendering. 
- getAttributes() - Method in class javax.swing.text.html.InlineView
- 
Fetches the attributes to use when rendering. 
- getAttributes() - Method in class javax.swing.text.html.Option
- 
Fetch the attributes associated with this option. 
- getAttributes() - Method in class javax.swing.text.html.ParagraphView
- 
Fetches the attributes to use when rendering. 
- getAttributes() - Method in class javax.swing.text.html.parser.Element
- 
Get the attributes. 
- getAttributes() - Method in class javax.swing.text.html.parser.Parser
-  
- getAttributes() - Method in class javax.swing.text.View
- 
Fetches the attributes to use when rendering. 
- getAttributes() - Method in interface javax.xml.stream.events.StartElement
- 
Returns an Iterator of non-namespace declared attributes declared on
 this START_ELEMENT,
 returns an empty iterator if there are no attributes. 
- getAttributes() - Method in interface org.w3c.dom.Node
- 
A NamedNodeMapcontaining the attributes of this node (if
 it is anElement) ornullotherwise.
 
- getAttributesScope(String) - Method in interface javax.script.ScriptContext
- 
Get the lowest scope in which an attribute is defined. 
- getAttributesScope(String) - Method in class javax.script.SimpleScriptContext
- 
Get the lowest scope in which an attribute is defined. 
- getAttributeSyntaxDefinition() - Method in interface javax.naming.directory.Attribute
- 
Retrieves the syntax definition associated with the attribute. 
- getAttributeSyntaxDefinition() - Method in class javax.naming.directory.BasicAttribute
- 
Retrieves the syntax definition associated with this attribute. 
- getAttributeType() - Method in class javax.management.AttributeChangeNotification
- 
Gets the type of the attribute which has changed. 
- getAttributeType(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the XML type of the attribute at the provided
 index 
- getAttributeTypeInfo(int) - Method in class javax.xml.validation.TypeInfoProvider
- 
Returns the immutable  TypeInfo object for the specified
 attribute of the current element. 
- getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
- 
Returns the value of the attribute with the specified name. 
- getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
- 
Returns the value of the attribute with the specified qname. 
- getAttributeValue(String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeValue(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the normalized attribute value of the
 attribute with the namespace and localName
 If the namespaceURI is null the namespace
 is not checked for equality 
- getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the value of the attribute at the
 index 
- getAttributeValueType(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns one of the constants starting with VALUE_,
 indicating whether the values of the given attribute within the
 named element are arbitrary, constrained to lie within a
 specified range, constrained to be one of a set of enumerated
 values, or are a whitespace-separated list of arbitrary values.
 
- getAttributeValueType(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
- 
attrNameindicates the name of the changedAttrnode in a DOMAttrModified event.
 
- getAudioActionMap() - Method in class javax.swing.plaf.basic.BasicLookAndFeel
- 
Returns an ActionMapcontaining the audio actions
 for this look and feel.
 
- getAudioClip(URL) - Method in class java.applet.Applet
- 
Returns the AudioClipobject specified by theURLargument.
 
- getAudioClip(URL, String) - Method in class java.applet.Applet
- 
Returns the AudioClipobject specified by theURLandnamearguments.
 
- getAudioClip(URL) - Method in interface java.applet.AppletContext
- 
Creates an audio clip. 
- getAudioFileFormat(InputStream) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the audio file format of the provided input stream. 
- getAudioFileFormat(URL) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the audio file format of the specified URL. 
- getAudioFileFormat(File) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the audio file format of the specified File.
 
- getAudioFileFormat(InputStream) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains the audio file format of the input stream provided. 
- getAudioFileFormat(URL) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains the audio file format of the URL provided. 
- getAudioFileFormat(File) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains the audio file format of the Fileprovided.
 
- getAudioFileTypes() - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the file types for which file writing support is provided by the system. 
- getAudioFileTypes(AudioInputStream) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the file types that the system can write from the
 audio input stream specified. 
- getAudioFileTypes() - Method in class javax.sound.sampled.spi.AudioFileWriter
- 
Obtains the file types for which file writing support is provided by this
 audio file writer. 
- getAudioFileTypes(AudioInputStream) - Method in class javax.sound.sampled.spi.AudioFileWriter
- 
Obtains the file types that this audio file writer can write from the
 audio input stream specified. 
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an audio input stream of the indicated encoding, by converting the
 provided audio input stream. 
- getAudioInputStream(AudioFormat, AudioInputStream) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an audio input stream of the indicated format, by converting the
 provided audio input stream. 
- getAudioInputStream(InputStream) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an audio input stream from the provided input stream. 
- getAudioInputStream(URL) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an audio input stream from the URL provided. 
- getAudioInputStream(File) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an audio input stream from the provided File.
 
- getAudioInputStream(InputStream) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains an audio input stream from the input stream provided. 
- getAudioInputStream(URL) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains an audio input stream from the URL provided. 
- getAudioInputStream(File) - Method in class javax.sound.sampled.spi.AudioFileReader
- 
Obtains an audio input stream from the Fileprovided.
 
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains an audio input stream with the specified encoding from the given audio
 input stream. 
- getAudioInputStream(AudioFormat, AudioInputStream) - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains an audio input stream with the specified format from the given audio
 input stream. 
- getAuthenticationID() - Method in class javax.security.sasl.AuthorizeCallback
- 
Returns the authentication id to check. 
- getAuthority() - Method in class java.net.URI
- 
Returns the decoded authority component of this URI. 
- getAuthority() - Method in class java.net.URL
- 
Gets the authority part of this URL.
 
- getAuthorityKeyIdentifier() - Method in class java.security.cert.X509CertSelector
- 
Returns the authorityKeyIdentifier criterion. 
- getAuthorityName() - Method in exception java.security.cert.CertificateRevokedException
- 
Returns the name of the authority that signed the certificate's
 revocation status information. 
- getAuthorizationID() - Method in class javax.security.sasl.AuthorizeCallback
- 
Returns the authorization id to check. 
- getAuthorizationID() - Method in interface javax.security.sasl.SaslServer
- 
Reports the authorization ID in effect for the client of this
 session. 
- getAuthorizedID() - Method in class javax.security.sasl.AuthorizeCallback
- 
Returns the id of the authorized user. 
- getAuthTime() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the time that the client was authenticated. 
- getAutoCommit() - Method in interface java.sql.Connection
- 
Retrieves the current auto-commit mode for this Connectionobject.
 
- getAutoCommit() - Method in interface javax.sql.rowset.JdbcRowSet
- 
Each JdbcRowSetcontains aConnectionobject from
 the originalResultSetor JDBC properties passed to it.
 
- getAutoCreateColumnsFromModel() - Method in class javax.swing.JTable
- 
Determines whether the table will create default columns from the model. 
- getAutoCreateContainerGaps() - Method in class javax.swing.GroupLayout
- 
Returns trueif gaps between the container and components that
 border the container are automatically created.
 
- getAutoCreateGaps() - Method in class javax.swing.GroupLayout
- 
Returns trueif gaps between components are automatically
 created.
 
- getAutoCreateRowSorter() - Method in class javax.swing.JTable
- 
Returns trueif whenever the model changes, a newRowSortershould be created and installed
 as the table's sorter; otherwise, returnsfalse.
 
- getAutoDelay() - Method in class java.awt.Robot
- 
Returns the number of milliseconds this Robot sleeps after generating an event. 
- getAutoResizeMode() - Method in class javax.swing.JTable
- 
Returns the auto resize mode of the table. 
- getAutoscrollInsets() - Method in interface java.awt.dnd.Autoscroll
- 
This method returns the Insetsdescribing
 the autoscrolling region or border relative
 to the geometry of the implementing Component.
 
- getAutoscrolls() - Method in class javax.swing.JComponent
- 
Gets the autoscrollsproperty.
 
- getAuxiliaryLookAndFeels() - Static method in class javax.swing.UIManager
- 
Returns the list of auxiliary look and feels (can be null).
 
- getAvailableAcceleratedMemory() - Method in class java.awt.GraphicsDevice
- 
This method returns the number of bytes available in
 accelerated memory on this device. 
- getAvailableAttributes() - Method in class java.awt.Font
- 
Returns the keys of all the attributes supported by this
 Font.
 
- getAvailableCurrencies() - Static method in class java.util.Currency
- 
Gets the set of available currencies. 
- getAvailableDataFlavors() - Method in class java.awt.datatransfer.Clipboard
- 
Returns an array of DataFlavors in which the current
 contents of this clipboard can be provided.
 
- getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
- 
Returns an array containing the names of all font families in this
 GraphicsEnvironmentlocalized for the default locale,
 as returned byLocale.getDefault().
 
- getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
- 
Returns an array containing the names of all font families in this
 GraphicsEnvironmentlocalized for the specified locale.
 
- getAvailableIDs(int) - Static method in class java.util.TimeZone
- 
Gets the available IDs according to the given time zone offset in milliseconds. 
- getAvailableIDs() - Static method in class java.util.TimeZone
- 
Gets all the available IDs supported. 
- getAvailableInstruments() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains a list of instruments that come with the synthesizer. 
- getAvailableLocales() - Method in interface java.awt.im.spi.InputMethodDescriptor
- 
Returns the locales supported by the corresponding input method. 
- getAvailableLocales() - Static method in class java.text.BreakIterator
- 
Returns an array of all locales for which the
 get*Instancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.text.Collator
- 
Returns an array of all locales for which the
 getInstancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.text.DateFormat
- 
Returns an array of all locales for which the
 get*Instancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.text.DateFormatSymbols
- 
Returns an array of all locales for which the
 getInstancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
- 
Returns an array of all locales for which the
 getInstancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.text.NumberFormat
- 
Returns an array of all locales for which the
 get*Instancemethods of this class can return
 localized instances.
 
- getAvailableLocales() - Static method in class java.util.Calendar
- 
Returns an array of all locales for which the getInstancemethods of this class can return localized instances.
 
- getAvailableLocales() - Static method in class java.util.Locale
- 
Returns an array of all installed locales. 
- getAvailableLocales() - Method in class java.util.spi.LocaleServiceProvider
- 
Returns an array of all locales for which this locale service provider
 can provide localized objects or names. 
- getAvailableLocales() - Method in class javax.imageio.ImageReader
- 
Returns an array of Locales that may be used to
 localize warning listeners and compression settings.
 
- getAvailableLocales() - Method in class javax.imageio.ImageWriter
- 
Returns an array of Locales that may be used to
 localize warning listeners and compression settings.
 
- getAvailableProcessors() - Method in interface java.lang.management.OperatingSystemMXBean
- 
Returns the number of processors available to the Java virtual machine. 
- getAvailableSize(Dimension, Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the available width based on the container size and
 Insets. 
- 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 specified in theeventMaskargument.
 
- getAWTKeyStroke(char) - Static method in class java.awt.AWTKeyStroke
- 
Returns a shared instance of an AWTKeyStrokethat represents aKEY_TYPEDevent for the
 specified character.
 
- getAWTKeyStroke(Character, int) - Static method in class java.awt.AWTKeyStroke
- 
Returns a shared instance of an AWTKeyStrokethat represents aKEY_TYPEDevent for the
 specified 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 AWTKeyStrokewhich represents the
 stroke which generated a givenKeyEvent.
 
- getAxis() - Method in class javax.swing.BoxLayout
- 
Returns the axis that was used to lay out components. 
- getAxis() - Method in class javax.swing.text.BoxView
- 
Fetches the tile axis property. 
- getB() - Method in class java.security.spec.EllipticCurve
- 
Returns the second coefficient bof the
 elliptic curve.
 
- getBackBuffer() - Method in class java.awt.Component.FlipBufferStrategy
-  
- getBackBufferCapabilities() - Method in class java.awt.BufferCapabilities
-  
- getBackground() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the background color of this object. 
- getBackground() - Method in class java.awt.Component
- 
Gets the background color of this component. 
- getBackground() - Method in class java.awt.Graphics2D
- 
Returns the background color used for clearing a region. 
- getBackground() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the background color of this object. 
- getBackground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the background color of this object. 
- getBackground() - Method in class java.awt.TextComponent
- 
Gets the background color of this text component. 
- getBackground() - Method in class java.awt.Window
- 
Gets the background color of this window. 
- getBackground() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the background color of this object. 
- getBackground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getBackground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the background color of this object. 
- getBackground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the background color of this object. 
- getBackground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getBackground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets the background color from an attribute set. 
- getBackground() - Method in class javax.swing.text.GlyphView
- 
Fetch the background color to use to render the
 glyphs. 
- getBackground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Takes a set of attributes and turn it into a background color
 specification. 
- getBackground() - Method in class javax.swing.text.LabelView
- 
Fetches the background color to use to render the glyphs. 
- getBackground(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the background color setting from the attribute list. 
- getBackground(AttributeSet) - Method in class javax.swing.text.StyleContext
- 
Takes a set of attributes and turn it into a background color
 specification. 
- getBackground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
- 
Takes a set of attributes and turn it into a background color
 specification. 
- getBackgroundAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab background color at index.
 
- getBackgroundNonSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the background color to be used for non selected nodes. 
- getBackgroundPainter(SynthContext) - Method in class javax.swing.plaf.nimbus.NimbusStyle
- 
Gets the appropriate background Painter, if there is one, for the state
 specified in the given SynthContext. 
- getBackgroundSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the color to use for the background if node is selected. 
- getBandOffsets() - Method in class java.awt.image.ComponentSampleModel
- 
Returns the band offset for all bands. 
- getBank() - Method in class javax.sound.midi.Patch
- 
Returns the number of the bank that contains the instrument
 whose location this Patchspecifies.
 
- getBankData() - Method in class java.awt.image.DataBufferByte
- 
Returns the data arrays for all banks. 
- getBankData() - Method in class java.awt.image.DataBufferDouble
- 
Returns the data array for all banks. 
- getBankData() - Method in class java.awt.image.DataBufferFloat
- 
Returns the data array for all banks. 
- getBankData() - Method in class java.awt.image.DataBufferInt
- 
Returns the data arrays for all banks. 
- getBankData() - Method in class java.awt.image.DataBufferShort
- 
Returns the data arrays for all banks. 
- getBankData() - Method in class java.awt.image.DataBufferUShort
- 
Returns the data arrays for all banks. 
- getBankIndices() - Method in class java.awt.image.ComponentSampleModel
- 
Returns the bank indices for all bands. 
- getBase() - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the location to resolve relative URLs against. 
- getBase() - Method in class javax.swing.text.html.StyleSheet
- 
Returns the base. 
- getBase64Content() - Method in class javax.xml.soap.AttachmentPart
- 
Returns an InputStreamwhich can be used to obtain the
 content ofAttachmentPartas Base64 encoded
 character data, this method would base64 encode the raw bytes
 of the attachment and return.
 
- getBaseLevel() - Method in class java.text.Bidi
- 
Return the base level (0 if left-to-right, 1 if right-to-left). 
- getBaseline(int, int) - Method in class java.awt.Component
- 
Returns the baseline. 
- getBaseline() - Method in class java.awt.font.TextLayout
- 
Returns the baseline for this TextLayout.
 
- getBaseline(Component, int, int) - Method in class javax.swing.border.AbstractBorder
- 
Returns the baseline. 
- getBaseline(Component, int, int) - Method in class javax.swing.border.TitledBorder
- 
Returns the baseline. 
- getBaseline(int, int) - Method in class javax.swing.JComponent
- 
Returns the baseline. 
- getBaseline(int, int) - Method in class javax.swing.JSpinner.DefaultEditor
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicButtonUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicLabelUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicListUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicPanelUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicSpinnerUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the baseline. 
- getBaseline(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the baseline for the specified tab. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTableUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTextAreaUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTextFieldUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.LayerUI
- 
If the JLayer's view component is notnull,
 this calls the view'sgetBaseline()method.
 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
- 
Returns the baseline. 
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.synth.SynthButtonUI
-  
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.synth.SynthLabelUI
-  
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.synth.SynthProgressBarUI
-  
- getBaseline(JComponent, int, int) - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- getBaseline(int) - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getBaselineFor(char) - Method in class java.awt.Font
- 
Returns the baseline appropriate for displaying this character. 
- getBaselineIndex() - Method in class java.awt.font.LineMetrics
- 
Returns the baseline index of the text. 
- getBaselineOffset() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the amount the baseline is offset by. 
- getBaselineOffset() - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
- 
Returns the amount the baseline is offset by. 
- getBaselineOffsets() - Method in class java.awt.font.LineMetrics
- 
Returns the baseline offsets of the text,
 relative to the baseline of the text. 
- getBaselineOffsets() - Method in class java.awt.font.TextLayout
- 
Returns the offsets array for the baselines used for this
 TextLayout.
 
- getBaselineResizeBehavior() - Method in class java.awt.Component
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(Component) - Method in class javax.swing.border.AbstractBorder
- 
Returns an enum indicating how the baseline of a component
 changes as the size changes. 
- getBaselineResizeBehavior(Component) - Method in class javax.swing.border.TitledBorder
- 
Returns an enum indicating how the baseline of the border
 changes as the size changes. 
- getBaselineResizeBehavior() - Method in class javax.swing.JComponent
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior() - Method in class javax.swing.JSpinner.DefaultEditor
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicPanelUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicSpinnerUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicTextAreaUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicTextFieldUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.ComponentUI
- 
Returns an enum indicating how the baseline of he component
 changes as the size changes. 
- getBaselineResizeBehavior(JComponent) - Method in class javax.swing.plaf.LayerUI
- 
If the JLayer's view component is notnull,
 this returns the result of the view'sgetBaselineResizeBehavior()method.
 
- getBaseType() - Method in interface java.sql.Array
- 
Retrieves the JDBC type of the elements in the array designated
 by this Arrayobject.
 
- getBaseType() - Method in class javax.activation.MimeType
- 
Return a String representation of this object
 without the parameter list. 
- getBaseType() - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves the SQL type of the elements in this SerialArrayobject.
 
- getBaseTypeName() - Method in interface java.sql.Array
- 
Retrieves the SQL type name of the elements in
 the array designated by this Arrayobject.
 
- getBaseTypeName() - Method in interface java.sql.Ref
- 
Retrieves the fully-qualified SQL name of the SQL structured type that
 this Refobject references.
 
- getBaseTypeName() - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves the DBMS-specific type name for the elements in this
 SerialArrayobject.
 
- getBaseTypeName() - Method in class javax.sql.rowset.serial.SerialRef
- 
Returns a string describing the base type name of the Ref.
 
- getBaseURI() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
This DOM Level 3 method is not supported for IIOMetadataNodeand will throw aDOMException.
 
- getBaseURI() - Method in class javax.xml.crypto.dom.DOMCryptoContext
-  
- getBaseURI() - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the base URI. 
- getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
Get the base URI for this reference
 or null if this information is not available 
- getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
- 
The base URI to be used (see section 5.1.4 in [ IETF RFC 2396]) for
 resolving a relative  systemId to an absolute URI. 
- getBaseURI() - Method in interface org.w3c.dom.Node
- 
The absolute base URI of this node or nullif the
 implementation wasn't able to obtain an absolute URI.
 
- getBasicConstraints() - Method in class java.security.cert.X509Certificate
- 
Gets the certificate constraints path length from the
 critical BasicConstraintsextension, (OID = 2.5.29.19).
 
- getBasicConstraints() - Method in class java.security.cert.X509CertSelector
- 
Returns the basic constraints constraint. 
- getBasicSplitPaneUI() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Returns the SplitPaneUIthe receiver is currently
 in.
 
- getBean(CommandInfo) - Method in class javax.activation.DataHandler
- 
A convenience method that takes a CommandInfo object
 and instantiates the corresponding command, usually
 a JavaBean component. 
- getBeanClass() - Method in class java.beans.BeanDescriptor
- 
Gets the bean's Class object. 
- getBeanContext() - Method in interface java.beans.beancontext.BeanContextChild
- 
Gets the BeanContextassociated
 with thisBeanContextChild.
 
- getBeanContext() - Method in class java.beans.beancontext.BeanContextChildSupport
- 
Gets the nesting BeanContextfor thisBeanContextChildSupport.
 
- getBeanContext() - Method in class java.beans.beancontext.BeanContextEvent
- 
Gets the BeanContextassociated with this event.
 
- getBeanContextChildPeer() - Method in class java.beans.beancontext.BeanContextChildSupport
- 
Gets the BeanContextChild associated with this
 BeanContextChildSupport. 
- getBeanContextPeer() - Method in class java.beans.beancontext.BeanContextSupport
- 
Gets the instance of BeanContext that
 this object is providing the implementation for. 
- getBeanContextProxy() - Method in interface java.beans.beancontext.BeanContextProxy
- 
Gets the BeanContextChild(or subinterface)
 associated with this object.
 
- getBeanContextServicesPeer() - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
Gets the BeanContextServices associated with this
 BeanContextServicesSupport. 
- getBeanDescriptor() - Method in interface java.beans.BeanInfo
- 
Gets the beans BeanDescriptor.
 
- getBeanDescriptor() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge about the class and customizer of the bean. 
- getBeanInfo(Class<?>) - Static method in class java.beans.Introspector
- 
Introspect on a Java Bean and learn about all its properties, exposed
 methods, and events. 
- getBeanInfo(Class<?>, int) - Static method in class java.beans.Introspector
- 
Introspect on a Java bean and learn about all its properties, exposed
 methods, and events, subject to some control flags. 
- getBeanInfo(Class<?>, Class<?>) - Static method in class java.beans.Introspector
- 
Introspect on a Java bean and learn all about its properties, exposed
 methods, below a given "stop" point. 
- getBeanInfo(Class<?>, Class<?>, int) - Static method in class java.beans.Introspector
- 
Introspect on a Java Bean and learn about all its properties,
 exposed methods and events, below a given stopClasspoint
 subject to some controlflags.
 
- getBeanInfoSearchPath() - Static method in class java.beans.Introspector
- 
Gets the list of package names that will be used for
          finding BeanInfo classes. 
- getBeforeIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the Stringbefore a givenindex.
 
- getBeforeIndex(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the String before a given index. 
- getBeforeIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the String before a given index. 
- getBeginIndex() - Method in interface java.text.CharacterIterator
- 
Returns the start index of the text. 
- getBeginIndex() - Method in class java.text.FieldPosition
- 
Retrieves the index of the first character in the requested field. 
- getBeginIndex() - Method in class java.text.StringCharacterIterator
- 
Implements CharacterIterator.getBeginIndex() for String. 
- getBeginIndex() - Method in class javax.swing.text.Segment
- 
Returns the start index of the text. 
- getBestConfiguration(GraphicsConfiguration[]) - Method in class java.awt.GraphicsConfigTemplate
- 
Returns the "best" configuration possible that passes the
 criteria defined in the GraphicsConfigTemplate.
 
- getBestConfiguration(GraphicsConfigTemplate) - Method in class java.awt.GraphicsDevice
- 
- getBestCursorSize(int, int) - Method in class java.awt.Toolkit
- 
Returns the supported cursor dimension which is closest to the desired
 sizes. 
- getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of a table's optimal set of columns that
 uniquely identifies a row. 
- getBevelType() - Method in class javax.swing.border.BevelBorder
- 
Returns the type of the bevel border. 
- getBias() - Method in class javax.swing.text.JTextComponent.DropLocation
- 
Returns the bias for the drop index. 
- getBidiLevel(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the BidiLevel setting. 
- getBidiRootElement() - Method in class javax.swing.text.AbstractDocument
- 
Returns the root element of the bidirectional structure for this
 document. 
- getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
- 
Deprecated.
use getBigDecimal(int parameterIndex)orgetBigDecimal(String parameterName)
 
 
- getBigDecimal(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC NUMERICparameter as ajava.math.BigDecimalobject with as many digits to the
 right of the decimal point as the value contains.
 
- getBigDecimal(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC NUMERICparameter as ajava.math.BigDecimalobject with as many digits to the
 right of the decimal point as the value contains.
 
- getBigDecimal(int, int) - Method in interface java.sql.ResultSet
- 
Deprecated.  
- getBigDecimal(String, int) - Method in interface java.sql.ResultSet
- 
Deprecated.  
- getBigDecimal(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.math.BigDecimalwith full precision.
 
- getBigDecimal(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.math.BigDecimalwith full precision.
 
- getBinaryName(TypeElement) - Method in interface javax.lang.model.util.Elements
- 
Returns the binary name of a type element. 
- getBinaryStream() - Method in interface java.sql.Blob
- 
Retrieves the BLOBvalue designated by thisBlobinstance as a stream.
 
- getBinaryStream(long, long) - Method in interface java.sql.Blob
- 
Returns an InputStreamobject that contains a partialBlobvalue,
 starting  with the byte specified by pos, which is length bytes in length.
 
- getBinaryStream(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as a  stream of
 uninterpreted bytes.
 
- getBinaryStream(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as a stream of uninterpretedbytes.
 
- getBinaryStream() - Method in interface java.sql.SQLXML
- 
Retrieves the XML value designated by this SQLXML instance as a stream. 
- getBinaryStream() - Method in class javax.sql.rowset.serial.SerialBlob
- 
Returns this SerialBlobobject as an input stream.
 
- getBinaryStream(long, long) - Method in class javax.sql.rowset.serial.SerialBlob
- 
Returns an InputStreamobject that contains a partialBlobvalue,
 starting  with the byte specified by pos, which is length bytes in length.
 
- getBinding() - Method in interface javax.xml.ws.BindingProvider
- 
Get the Binding for this binding provider. 
- getBinding() - Method in class javax.xml.ws.Endpoint
- 
Returns the binding for this endpoint. 
- getBindingID() - Method in interface javax.xml.ws.Binding
- 
Get the URI for this binding instance. 
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
- 
Gets the URI identifying the binding used by the port being accessed. 
- getBindings(int) - Method in class javax.script.AbstractScriptEngine
- 
Returns the Bindingswith the specified scope value in
 the protectedcontextfield.
 
- getBindings(int) - Method in interface javax.script.ScriptContext
- 
Gets the Bindingsassociated with the given scope in thisScriptContext.
 
- getBindings(int) - Method in interface javax.script.ScriptEngine
- 
Returns a scope of named values. 
- getBindings() - Method in class javax.script.ScriptEngineManager
- 
getBindingsreturns the value of theglobalScopefield.
 
- getBindings(int) - Method in class javax.script.SimpleScriptContext
- 
Returns the value of the engineScopefield if specified scope isENGINE_SCOPE.
 
- getBitDepth() - Method in class java.awt.DisplayMode
- 
Returns the bit depth of the display, in bits per pixel. 
- getBitMasks() - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the bit masks for all bands. 
- getBitOffset(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the offset, in bits, into the data element in which it is
  stored for the xth pixel of a scanline.
 
- getBitOffset() - Method in interface javax.imageio.stream.ImageInputStream
- 
Returns the current bit offset, as an integer between 0 and 7,
 inclusive. 
- getBitOffset() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- getBitOffsets() - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the bit offsets into the data array element representing
  a pixel for all bands. 
- getBitRate(float) - Method in class javax.imageio.ImageWriteParam
- 
Returns a floatindicating an estimate of the
 number of bits of output data for each bit of input image data
 at the given quality level.
 
- getBitsPerBand(int) - Method in class javax.imageio.ImageTypeSpecifier
- 
Return the number of bits used to represent samples of the given band. 
- getBlack() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the black color of the current theme. 
- getBlack() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the black color. 
- getBlack() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the black color. 
- getBlackBoxBounds(int, int) - Method in class java.awt.font.TextLayout
- 
Returns the black box bounds of the characters in the specified range. 
- getBlackLineBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-  
- getBlinkRate() - Method in interface javax.swing.text.Caret
- 
Gets the blink rate of the caret. 
- getBlinkRate() - Method in class javax.swing.text.DefaultCaret
- 
Gets the caret blink rate. 
- getBlob(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC  BLOB parameter as a
  Blob object in the Java programming language. 
- getBlob(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC  BLOB parameter as a
  Blob object in the Java programming language. 
- getBlob(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aBlobobject
 in the Java programming language.
 
- getBlob(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aBlobobject
 in the Java programming language.
 
- getBlockedCount() - Method in class java.lang.management.ThreadInfo
- 
Returns the total number of times that
 the thread associated with this ThreadInfo
 blocked to enter or reenter a monitor. 
- getBlockedTime() - Method in class java.lang.management.ThreadInfo
- 
Returns the approximate accumulated elapsed time (in milliseconds)
 that the thread associated with this ThreadInfo
 has blocked to enter or reenter a monitor
 since thread contention monitoring is enabled. 
- getBlocker(Thread) - Static method in class java.util.concurrent.locks.LockSupport
- 
Returns the blocker object supplied to the most recent
 invocation of a park method that has not yet unblocked, or null
 if not blocked. 
- getBlockIncrement() - Method in interface java.awt.Adjustable
- 
Gets the block value increment for the adjustable object. 
- getBlockIncrement() - Method in class java.awt.Scrollbar
- 
Gets the block increment of this scroll bar. 
- getBlockIncrement() - Method in class java.awt.ScrollPaneAdjustable
-  
- getBlockIncrement(int) - Method in class javax.swing.JScrollBar
- 
Returns the amount to change the scrollbar's value by,
 given a block (usually "page") up/down request. 
- getBlockIncrement() - Method in class javax.swing.JScrollBar
- 
For backwards compatibility with java.awt.Scrollbar. 
- getBlockIncrement(int) - Method in class javax.swing.JScrollPane.ScrollBar
- 
Computes the block increment for scrolling if the viewport's
 view is a Scrollableobject.
 
- getBlockSize() - Method in class javax.crypto.Cipher
- 
Returns the block size (in bytes). 
- getBlue() - Method in class java.awt.Color
- 
Returns the blue component in the range 0-255 in the default sRGB
 space. 
- getBlue(int) - Method in class java.awt.image.ColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getBlue(Object) - Method in class java.awt.image.ColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getBlue(int) - Method in class java.awt.image.ComponentColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getBlue(Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getBlue(int) - Method in class java.awt.image.DirectColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getBlue(Object) - Method in class java.awt.image.DirectColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getBlue(int) - Method in class java.awt.image.IndexColorModel
- 
Returns the blue color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getBlueMask() - Method in class java.awt.image.DirectColorModel
- 
Returns the mask indicating which bits in an intpixel
 representation contain the blue color component.
 
- getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
- 
Copies the array of blue color components into the specified array. 
- getBody() - Method in class java.net.CacheRequest
- 
Returns an OutputStream to which the response body can be
 written. 
- getBody() - Method in class java.net.CacheResponse
- 
Returns the response body as an InputStream. 
- getBody() - Method in interface javax.xml.soap.SOAPEnvelope
- 
Returns the SOAPBodyobject associated with thisSOAPEnvelopeobject.
 
- getBoolean(String) - Static method in class java.lang.Boolean
- 
Returns trueif and only if the system property
 named by the argument exists and is equal to the string"true".
 
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a boolean.
 
- getBoolean(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance booleanfield.
 
- getBoolean(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC BITorBOOLEANparameter as abooleanin the Java programming language.
 
- getBoolean(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC BITorBOOLEANparameter as abooleanin the Java programming language.
 
- getBoolean(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abooleanin the Java programming language.
 
- getBoolean(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abooleanin the Java programming language.
 
- getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
- 
- getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
- 
Returns the boolean value represented by the string associated with the
 specified key in this preference node. 
- getBoolean(SynthContext, Object, boolean) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Convenience method to get a specific style property whose value is
 an Boolean. 
- getBoolean(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis boolean, return the
 boolean value, otherwise return false.
 
- getBoolean(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis boolean, return the boolean value, otherwise return false.
 
- getBoolean(Object) - Static method in class javax.swing.UIManager
- 
Returns a boolean from the defaults which is associated with
 the key value. 
- getBoolean(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a boolean from the defaults which is associated with
 the key value and the given Locale.
 
- getBootClassPath() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the boot class path that is used by the bootstrap class loader
 to search for class files. 
- getBorder() - Method in class javax.swing.border.TitledBorder
- 
Returns the border of the titled border. 
- getBorder() - Method in class javax.swing.JComponent
- 
Returns the border of this component or nullif no
 border is currently set.
 
- getBorder() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Returns the border of this component or null if no border is
 currently set. 
- getBorder() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
- 
Overrides JComponent.getBorderto
 returns the current border.
 
- getBorder(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis aBorderreturn it,
 otherwise returnnull.
 
- getBorder(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis aBorderreturn it, otherwise returnnull.
 
- getBorder(Object) - Static method in class javax.swing.UIManager
- 
Returns a border from the defaults. 
- getBorder(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a border from the defaults that is appropriate
 for the given locale. 
- getBorderColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-  
- getBorderInsets(Component) - Method in class javax.swing.border.AbstractBorder
- 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.AbstractBorder
- 
Reinitializes the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.BevelBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component) - Method in interface javax.swing.border.Border
- 
Returns the insets of the border. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.CompoundBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.EmptyBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets() - Method in class javax.swing.border.EmptyBorder
- 
Returns the insets of the border. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.EtchedBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.LineBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.MatteBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets() - Method in class javax.swing.border.MatteBorder
- 
Returns the insets of the border. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.SoftBevelBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.StrokeBorder
- 
Reinitializes the insetsparameter
 with this border's current insets.
 
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.TitledBorder
- 
Reinitialize the insets parameter with this Border's current Insets. 
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-  
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
-  
- getBorderInsets(Component) - Method in class javax.swing.plaf.BorderUIResource
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
-  
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
-  
- getBorderPainter(SynthContext) - Method in class javax.swing.plaf.nimbus.NimbusStyle
- 
Gets the appropriate border Painter, if there is one, for the state
 specified in the given SynthContext. 
- getBorderSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Returns the color the border is drawn. 
- getBorderSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the color the border is drawn. 
- getBorderTitle(Border) - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Recursively search through the border hierarchy (if it exists)
 for a TitledBorder with a non-null title. 
- getBottomComponent() - Method in class javax.swing.JSplitPane
- 
Returns the component below, or to the right of the divider. 
- getBottomInset() - Method in class javax.swing.text.AsyncBoxView
- 
Get the bottom part of the margin around the view. 
- getBottomInset() - Method in class javax.swing.text.CompositeView
- 
Gets the bottom inset. 
- getBottomPanel() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getBoundActions() - Method in interface javax.swing.text.Keymap
- 
Fetches all of the actions defined in this keymap. 
- getBoundedPosition(GlyphView, int, float, float) - Method in class javax.swing.text.GlyphView.GlyphPainter
- 
Determines the model location that represents the
 maximum advance that fits within the given span. 
- getBoundingBox() - Method in class java.awt.Polygon
- 
Deprecated.
As of JDK version 1.1,
 replaced by getBounds().
 
 
- getBoundKeyStrokes() - Method in interface javax.swing.text.Keymap
- 
Fetches all of the keystrokes in this map that
 are bound to some action. 
- getBounds() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the bounds of this object in the form of a Rectangle object. 
- getBounds() - Method in class java.awt.Component
- 
Gets the bounds of this component in the form of a
 Rectangleobject.
 
- getBounds(Rectangle) - Method in class java.awt.Component
- 
Stores the bounds of this component into "return value" rv and
 return rv. 
- getBounds() - Method in class java.awt.font.GraphicAttribute
- 
Returns a  Rectangle2D that encloses all of the
 bits drawn by this  GraphicAttribute relative to the
 rendering position. 
- getBounds() - Method in class java.awt.font.ImageGraphicAttribute
- 
Returns a  Rectangle2D that encloses all of the
 bits rendered by this  ImageGraphicAttribute, relative
 to the rendering position. 
- getBounds() - Method in class java.awt.font.ShapeGraphicAttribute
- 
Returns a  Rectangle2D that encloses all of the
 bits drawn by this  ShapeGraphicAttribute relative to
 the rendering position. 
- getBounds() - Method in class java.awt.font.TextLayout
- 
Returns the bounds of this TextLayout.
 
- getBounds() - Method in class java.awt.geom.Area
- 
Returns a bounding  Rectangle that completely encloses
 this  Area. 
- getBounds() - Method in class java.awt.geom.CubicCurve2D
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.geom.Line2D
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.geom.Path2D
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.geom.QuadCurve2D
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.geom.RectangularShape
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.GraphicsConfiguration
- 
Returns the bounds of the GraphicsConfigurationin the device coordinates.
 
- getBounds() - Method in class java.awt.image.Raster
- 
Returns the bounding Rectangle of this Raster. 
- getBounds() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Gets the bounds of this object in the form of a Rectangle object. 
- getBounds() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the bounds of this object in the form of a
 Rectangleobject.
 
- getBounds() - Method in class java.awt.Polygon
- 
Gets the bounding box of this Polygon.
 
- getBounds() - Method in class java.awt.Rectangle
- 
Gets the bounding Rectangleof thisRectangle.
 
- getBounds() - Method in interface java.awt.Shape
- 
Returns an integer  Rectangle that completely encloses the
  Shape. 
- getBounds() - Method in class java.awt.SplashScreen
- 
Returns the bounds of the splash screen window as a  Rectangle. 
- getBounds() - Method in interface java.lang.reflect.TypeVariable
- 
Returns an array of Typeobjects representing the
 upper bound(s) of this type variable.
 
- getBounds() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the bounds of this object in the form of a Rectangle object. 
- getBounds() - Method in interface javax.lang.model.element.TypeParameterElement
- 
Returns the bounds of this type parameter. 
- getBounds(Rectangle) - Method in class javax.swing.JComponent
- 
Stores the bounds of this component into "return value"
 rvand returnsrv.
 
- getBounds() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getBounds() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-  
- getBounds() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getBounds() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns a rectangle giving the bounds needed to draw path. 
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns a rectangle giving the bounds needed to draw path. 
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the Rectangleenclosing the label portion
 into which the item identified bypathwill be drawn.
 
- getBounds2D() - Method in class java.awt.font.GlyphMetrics
- 
Returns the bounds of the glyph. 
- getBounds2D() - Method in class java.awt.geom.Arc2D
- 
Returns the high-precision framing rectangle of the arc. 
- getBounds2D() - Method in class java.awt.geom.Area
- 
Returns a high precision bounding  Rectangle2D that
 completely encloses this  Area. 
- getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Ellipse2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Ellipse2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Line2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Line2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Path2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Path2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Rectangle2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Rectangle2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.Rectangle2D
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D(BufferedImage) - Method in class java.awt.image.AffineTransformOp
- 
Returns the bounding box of the transformed destination. 
- getBounds2D(Raster) - Method in class java.awt.image.AffineTransformOp
- 
Returns the bounding box of the transformed destination. 
- getBounds2D(Raster) - Method in class java.awt.image.BandCombineOp
- 
Returns the bounding box of the transformed destination. 
- getBounds2D(BufferedImage) - Method in interface java.awt.image.BufferedImageOp
- 
Returns the bounding box of the filtered destination image. 
- getBounds2D(BufferedImage) - Method in class java.awt.image.ColorConvertOp
- 
Returns the bounding box of the destination, given this source. 
- getBounds2D(Raster) - Method in class java.awt.image.ColorConvertOp
- 
Returns the bounding box of the destination, given this source. 
- getBounds2D(BufferedImage) - Method in class java.awt.image.ConvolveOp
- 
Returns the bounding box of the filtered destination image. 
- getBounds2D(Raster) - Method in class java.awt.image.ConvolveOp
- 
Returns the bounding box of the filtered destination Raster. 
- getBounds2D(BufferedImage) - Method in class java.awt.image.LookupOp
- 
Returns the bounding box of the filtered destination image. 
- getBounds2D(Raster) - Method in class java.awt.image.LookupOp
- 
Returns the bounding box of the filtered destination Raster. 
- getBounds2D(Raster) - Method in interface java.awt.image.RasterOp
- 
Returns the bounding box of the filtered destination Raster. 
- getBounds2D(ParameterBlock) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- 
Returns the bounding box for the output of the operation,
 performed on a given set of sources, in rendering-independent
 space. 
- getBounds2D(BufferedImage) - Method in class java.awt.image.RescaleOp
- 
Returns the bounding box of the rescaled destination image. 
- getBounds2D(Raster) - Method in class java.awt.image.RescaleOp
- 
Returns the bounding box of the rescaled destination Raster. 
- getBounds2D() - Method in class java.awt.Polygon
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in class java.awt.Rectangle
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBounds2D() - Method in interface java.awt.Shape
- 
Returns a high precision and more accurate bounding box of
 the Shapethan thegetBoundsmethod.
 
- getBoundsAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab bounds at index.
 
- getBoundsForIconOf(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
- 
The iconifyFrame() code calls this to determine the proper bounds
 for the desktopIcon. 
- getBox(Rectangle) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Stores the position and size of
 the bouncing box that would be painted for the current animation index
 in rand returnsr.
 
- getBox(Rectangle) - Method in class javax.swing.plaf.synth.SynthProgressBarUI
-  
- getBoxLength(int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns the length
 of the "bouncing box" to be painted. 
- getBoxPainter(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches the box formatter to use for the given set
 of CSS attributes. 
- getBranchQualifier() - Method in interface javax.transaction.xa.Xid
- 
Obtain the transaction branch identifier part of XID as an array
 of bytes. 
- getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
- 
Determine where to break the given text to fit
 within the given span. 
- getBreakWeight(int, float, float) - Method in class javax.swing.text.GlyphView
- 
Determines how attractive a break opportunity in
 this view is. 
- getBreakWeight(int, float, float) - Method in class javax.swing.text.html.InlineView
- 
Determines how attractive a break opportunity in
 this view is. 
- getBreakWeight(int, float) - Method in class javax.swing.text.ParagraphView
- 
Gets the break weight for a given location. 
- getBreakWeight(int, float, float) - Method in class javax.swing.text.View
- 
Determines how attractive a break opportunity in
 this view is. 
- getBroadcast() - Method in class java.net.DatagramSocket
- 
Tests if SO_BROADCAST is enabled. 
- getBroadcast() - Method in class java.net.InterfaceAddress
- 
Returns an InetAddressfor the brodcast address
 for this InterfaceAddress.
 
- getBubbles() - Method in interface org.w3c.dom.events.Event
- 
Used to indicate whether or not an event is a bubbling event. 
- getBuffer() - Method in class java.io.StringWriter
- 
Return the string buffer itself. 
- getBufferCapabilities() - Method in class java.awt.GraphicsConfiguration
- 
Returns the buffering capabilities of this
 GraphicsConfiguration.
 
- getBufferedImageOp() - Method in class java.awt.image.BufferedImageFilter
- 
Returns the BufferedImageOp.
 
- getBufferedImageType() - Method in class javax.imageio.ImageTypeSpecifier
- 
Returns an int containing one of the enumerated constant values
 describing image formats from BufferedImage.
 
- getBufferSize() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the maximum number of bytes of data that will fit in the data line's
 internal buffer. 
- getBufferStrategy() - Method in class java.awt.Canvas
- 
Returns the BufferStrategyused by this component.
 
- getBufferStrategy() - Method in class java.awt.Window
- 
Returns the BufferStrategyused by this component.
 
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
-  
- getBundle(String) - Static method in class java.util.ResourceBundle
- 
Gets a resource bundle using the specified base name, the default locale,
 and the caller's class loader. 
- getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
- 
Returns a resource bundle using the specified base name, the
 default locale and the specified control. 
- getBundle(String, Locale) - Static method in class java.util.ResourceBundle
- 
Gets a resource bundle using the specified base name and locale,
 and the caller's class loader. 
- getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
- 
Returns a resource bundle using the specified base name, target
 locale and control, and the caller's class loader. 
- getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
- 
Gets a resource bundle using the specified base name, locale, and class
 loader. 
- getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
- 
Returns a resource bundle using the specified base name, target
 locale, class loader and control. 
- getBusy() - Method in interface org.w3c.dom.ls.LSParser
- 
trueif theLSParseris currently busy
 loading a document, otherwisefalse.
 
- getButton() - Method in class java.awt.event.MouseEvent
- 
Returns which, if any, of the mouse buttons has changed state. 
- getButton() - Method in interface org.w3c.dom.events.MouseEvent
- 
During mouse events caused by the depression or release of a mouse
 button, buttonis used to indicate which mouse button
 changed state.
 
- getButtonBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getButtonBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
- 
Returns a border instance for a JButton 
- getButtonCount() - Method in class javax.swing.ButtonGroup
- 
Returns the number of buttons in the group. 
- getButtonPanel() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getButtons() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the buttons to display from the JOptionPane the receiver is
 providing the look and feel for. 
- getButtonWidth() - Method in class javax.swing.plaf.metal.MetalScrollButton
-  
- getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
- 
Create an Inet6Address in the exact manner of  InetAddress.getByAddress(String,byte[])
 except that the IPv6 scope_id is set to the value corresponding to the given interface
 for the address type specified in  addr. 
- getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
- 
- getByAddress(String, byte[]) - Static method in class java.net.InetAddress
- 
Creates an InetAddress based on the provided host name and IP address. 
- getByAddress(byte[]) - Static method in class java.net.InetAddress
- 
Returns an InetAddressobject given the raw IP address .
 
- getByIndex(int) - Static method in class java.net.NetworkInterface
- 
Get a network interface given its index. 
- getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
- 
Convenience method to search for a network interface that
 has the specified Internet Protocol (IP) address bound to
 it. 
- getByName(String) - Static method in class java.net.InetAddress
- 
Determines the IP address of a host, given the host's name. 
- getByName(String) - Static method in class java.net.NetworkInterface
- 
Searches for the network interface with the specified name. 
- getByte(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a byte.
 
- getByte(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance bytefield.
 
- getByte(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC TINYINTparameter
 as abytein the Java programming language.
 
- getByte(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC TINYINTparameter as abytein the Java programming language.
 
- getByte(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abytein the Java programming language.
 
- getByte(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abytein the Java programming language.
 
- getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
- 
- getByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
- 
Returns the byte array value represented by the string associated with
 the specified key in this preference node. 
- getByteLength() - Method in class javax.sound.midi.MidiFileFormat
- 
Obtains the length of the MIDI file, expressed in 8-bit bytes. 
- getByteLength() - Method in class javax.sound.sampled.AudioFileFormat
- 
Obtains the size in bytes of the entire audio file (not just its audio data). 
- getByteOffset() - Method in interface org.w3c.dom.DOMLocator
- 
The byte offset into the input source this locator is pointing to or
 -1if there is no byte offset available.
 
- getByteOrder() - Method in interface javax.imageio.stream.ImageInputStream
- 
Returns the byte order with which data values will be read from
 this stream as an instance of the
 java.nio.ByteOrderenumeration.
 
- getByteOrder() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- getByteParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a byte. 
- getBytes(int, int, byte[], int) - Method in class java.lang.String
- 
Deprecated.
This method does not properly convert characters into
 bytes.  As of JDK 1.1, the preferred way to do this is via the
 String.getBytes()method, which uses the platform's default charset.
 
 
- getBytes(String) - Method in class java.lang.String
- 
Encodes this Stringinto a sequence of bytes using the named
 charset, storing the result into a new byte array.
 
- getBytes(Charset) - Method in class java.lang.String
- 
Encodes this  String into a sequence of bytes using the given
  charset, storing the result into a
 new byte array. 
- getBytes() - Method in class java.lang.String
- 
Encodes this Stringinto a sequence of bytes using the
 platform's default charset, storing the result into a new byte array.
 
- getBytes(long, int) - Method in interface java.sql.Blob
- 
Retrieves all or part of the BLOBvalue that thisBlobobject represents, as an array of
 bytes.
 
- getBytes(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC BINARYorVARBINARYparameter as an array ofbytevalues in the Java programming language.
 
- getBytes(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC BINARYorVARBINARYparameter as an array ofbytevalues in the Java
 programming language.
 
- getBytes(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abytearray in the Java programming language.
 
- getBytes(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abytearray in the Java programming language.
 
- getBytes() - Method in interface java.sql.RowId
- 
Returns an array of bytes representing the value of the SQL ROWIDdesignated by thisjava.sql.RowIdobject.
 
- getBytes(long, int) - Method in class javax.sql.rowset.serial.SerialBlob
- 
Copies the specified number of bytes, starting at the given
 position, from this SerialBlobobject to
 another array of bytes.
 
- getBytesRead() - Method in class java.util.zip.Deflater
- 
Returns the total number of uncompressed bytes input so far. 
- getBytesRead() - Method in class java.util.zip.Inflater
- 
Returns the total number of compressed bytes input so far. 
- getByteStream() - Method in interface org.w3c.dom.ls.LSInput
- 
An attribute of a language and binding dependent type that represents
 a stream of bytes. 
- getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
- 
An attribute of a language and binding dependent type that represents
 a writable stream of bytes. 
- getByteStream() - Method in class org.xml.sax.InputSource
- 
Get the byte stream for this input source. 
- getBytesWritten() - Method in class java.util.zip.Deflater
- 
Returns the total number of compressed bytes output so far. 
- getBytesWritten() - Method in class java.util.zip.Inflater
- 
Returns the total number of uncompressed bytes output so far. 
- getCA() - Method in class java.security.cert.TrustAnchor
- 
Returns the name of the most-trusted CA as an X500Principal. 
- getCachedIcon(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-  
- getCacheDirectory() - Static method in class javax.imageio.ImageIO
- 
Returns the current value set by
 setCacheDirectory, ornullif no
 explicit setting has been made.
 
- getCachedMBeanInfo() - Method in class javax.management.StandardMBean
- 
Customization hook:
 Return the MBeanInfo cached for this object. 
- getCalculatedDigestValue() - Method in interface javax.xml.crypto.dsig.Reference
- 
Returns the calculated digest value of this Referenceafter a validation operation.
 
- getCalendar() - Method in class java.text.DateFormat
- 
Gets the calendar associated with this date/time formatter. 
- getCalendarField() - Method in class java.text.DateFormat.Field
- 
Returns the Calendarfield associated with this
 attribute.
 
- getCalendarField() - Method in class javax.swing.SpinnerDateModel
- 
Returns the Calendarfield that is added to or subtracted from
 by thenextValueandpreviousValuemethods.
 
- getCallback() - Method in exception javax.security.auth.callback.UnsupportedCallbackException
- 
Get the unrecognized Callback.
 
- getCallbackHandler() - Method in class java.security.KeyStore.CallbackHandlerProtection
- 
Returns the CallbackHandler. 
- getCAName() - Method in class java.security.cert.TrustAnchor
- 
Returns the name of the most-trusted CA in RFC 2253 Stringformat.
 
- getCancelable() - Method in interface org.w3c.dom.events.Event
- 
Used to indicate whether or not an event can have its default action
 prevented. 
- getCancelSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
- 
Returns a ListofLocales as candidate
 locales forbaseNameandlocale.
 
- getCanonicalFile() - Method in class java.io.File
- 
Returns the canonical form of this abstract pathname. 
- getCanonicalHostName() - Method in class java.net.InetAddress
- 
Gets the fully qualified domain name for this IP address. 
- getCanonicalizationMethod() - Method in interface javax.xml.crypto.dsig.SignedInfo
- 
Returns the canonicalization method of this SignedInfo.
 
- getCanonicalizedData() - Method in interface javax.xml.crypto.dsig.SignedInfo
- 
Returns the canonicalized signed info bytes after a signing or
 validation operation. 
- getCanonicalKeyPropertyListString() - Method in class javax.management.ObjectName
- 
Returns a string representation of the list of key properties,
 in which the key properties are sorted in lexical order. 
- getCanonicalName() - Method in class java.lang.Class
- 
Returns the canonical name of the underlying class as
 defined by the Java Language Specification. 
- getCanonicalName() - Method in class javax.management.ObjectName
- 
Returns the canonical form of the name; that is, a string
 representation where the properties are sorted in lexical
 order. 
- getCanonicalPath() - Method in class java.io.File
- 
Returns the canonical pathname string of this abstract pathname. 
- getCanWrapLines() - Method in class javax.swing.text.AbstractWriter
- 
Returns whether or not the lines can be wrapped. 
- getCapabilities() - Method in class java.awt.Component.BltBufferStrategy
-  
- getCapabilities() - Method in class java.awt.Component.FlipBufferStrategy
-  
- getCapabilities() - Method in class java.awt.image.BufferStrategy
- 
Returns the BufferCapabilitiesfor thisBufferStrategy.
 
- getCapabilities(GraphicsConfiguration) - Method in class java.awt.Image
- 
Returns an ImageCapabilities object which can be
 inquired as to the capabilities of this
 Image on the specified GraphicsConfiguration. 
- getCapabilities() - Method in class java.awt.image.VolatileImage
- 
Returns an ImageCapabilities object which can be
 inquired as to the specific capabilities of this
 VolatileImage. 
- getCAPublicKey() - Method in class java.security.cert.TrustAnchor
- 
Returns the public key of the most-trusted CA. 
- getCaret() - Method in class java.awt.event.InputMethodEvent
- 
Gets the caret. 
- getCaret() - Method in class javax.swing.text.JTextComponent
- 
Fetches the caret that allows text-oriented navigation over
 the view. 
- getCaret() - Method in class javax.swing.text.NavigationFilter.FilterBypass
- 
Returns the Caret that is changing. 
- getCaretColor() - Method in class javax.swing.text.JTextComponent
- 
Fetches the current color used to render the
 caret. 
- getCaretInfo(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
- 
Returns information about the caret corresponding to hit.
 
- getCaretInfo(TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns information about the caret corresponding to hit.
 
- getCaretListeners() - Method in class javax.swing.text.JTextComponent
- 
Returns an array of all the caret listeners
 registered on this text component. 
- getCaretPosition() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the zero-based offset of the caret. 
- getCaretPosition() - Method in class java.awt.TextComponent
- 
Returns the position of the text insertion caret. 
- getCaretPosition() - Method in interface javax.accessibility.AccessibleText
- 
Returns the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Return the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Return the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the zero-based offset of the caret. 
- getCaretPosition() - Method in class javax.swing.text.JTextComponent
- 
Returns the position of the text insertion caret for the
 text component. 
- getCaretShape(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
- 
Returns a  Shape representing the caret at the specified
 hit inside the specified bounds. 
- getCaretShape(TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns a Shaperepresenting the caret at the specified
 hit inside the natural bounds of thisTextLayout.
 
- getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
- 
Returns two paths corresponding to the strong and weak caret. 
- getCaretShapes(int, Rectangle2D) - Method in class java.awt.font.TextLayout
- 
Returns two paths corresponding to the strong and weak caret. 
- getCaretShapes(int) - Method in class java.awt.font.TextLayout
- 
Returns two paths corresponding to the strong and weak caret. 
- getCatalog() - Method in interface java.sql.Connection
- 
Retrieves this Connectionobject's current catalog name.
 
- getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
- 
Gets the designated column's table's catalog name. 
- getCatalogName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the catalog name of the table from which the value
 in the designated column was derived. 
- getCatalogs() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the catalog names available in this database. 
- getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the Stringthat this database uses as the
 separator between a catalog and table name.
 
- getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the database vendor's preferred term for "catalog". 
- getCategories() - Method in class javax.imageio.spi.ServiceRegistry
- 
Returns an IteratorofClassobjects
 indicating the current set of categories.
 
- getCategory() - Method in interface javax.print.attribute.Attribute
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value when it is added to an attribute set. 
- getCategory() - Method in class javax.print.attribute.standard.Chromaticity
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.ColorSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Compression
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Copies
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.CopiesSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtCompleted
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtCreation
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtProcessing
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Destination
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.DialogTypeSelection
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.DocumentName
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Fidelity
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Finishings
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobHoldUntil
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobImpressions
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobImpressionsCompleted
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobImpressionsSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobKOctets
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobKOctetsProcessed
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobKOctetsSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheets
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheetsCompleted
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheetsSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobMessageFromOperator
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobName
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobOriginatingUserName
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobPriority
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobPrioritySupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobSheets
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobState
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobStateReason
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.JobStateReasons
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Media
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.MediaSize
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.MultipleDocumentHandling
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.NumberOfDocuments
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.NumberOfInterveningJobs
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.NumberUp
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.NumberUpSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.OrientationRequested
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.OutputDeviceAssigned
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PageRanges
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PagesPerMinute
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PagesPerMinuteColor
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PDLOverrideSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PresentationDirection
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterInfo
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterLocation
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterMakeAndModel
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterMessageFromOperator
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterMoreInfo
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterName
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterResolution
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterState
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterStateReason
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterStateReasons
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrinterURI
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.PrintQuality
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.QueuedJobCount
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.RequestingUserName
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Severity
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.SheetCollate
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCategory() - Method in class javax.print.attribute.standard.Sides
- 
Get the printing attribute class which is to be used as the "category"
 for this printing attribute value. 
- getCause() - Method in exception java.awt.print.PrinterIOException
- 
Returns the the cause of this exception (the IOExceptionthat terminated the print job).
 
- getCause() - Method in exception java.io.WriteAbortedException
- 
Returns the exception that terminated the operation (the cause). 
- getCause() - Method in exception java.lang.ClassNotFoundException
- 
Returns the cause of this exception (the exception that was raised
 if an error occurred while attempting to load the class; otherwise
 null). 
- getCause() - Method in error java.lang.ExceptionInInitializerError
- 
Returns the cause of this error (the exception that occurred
 during a static initialization that caused this error to be created). 
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
- 
Returns the cause of this exception (the thrown target exception,
 which may be null).
 
- getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
- 
Returns the cause of this exception (the Throwableinstance wrapped in thisUndeclaredThrowableException,
 which may benull).
 
- getCause() - Method in class java.lang.Throwable
- 
Returns the cause of this throwable or nullif the
 cause is nonexistent or unknown.
 
- getCause() - Method in exception java.nio.file.DirectoryIteratorException
- 
Returns the cause of this exception. 
- getCause() - Method in exception java.rmi.activation.ActivationException
- 
Returns the cause of this exception. 
- getCause() - Method in exception java.rmi.RemoteException
- 
Returns the cause of this exception. 
- getCause() - Method in exception java.rmi.server.ServerCloneException
- 
Returns the cause of this exception. 
- getCause() - Method in exception java.security.PrivilegedActionException
- 
Returns the cause of this exception (the exception thrown by
 the privileged computation that resulted in this
 PrivilegedActionException).
 
- getCause() - Method in exception javax.management.MBeanException
- 
- getCause() - Method in exception javax.management.ReflectionException
- 
- getCause() - Method in exception javax.management.remote.JMXProviderException
-  
- getCause() - Method in exception javax.management.remote.JMXServerErrorException
-  
- getCause() - Method in exception javax.management.RuntimeErrorException
- 
Returns the actual  Error thrown. 
- getCause() - Method in exception javax.management.RuntimeMBeanException
- 
- getCause() - Method in exception javax.management.RuntimeOperationsException
- 
- getCause() - Method in exception javax.naming.NamingException
- 
Returns the cause of this exception. 
- getCause() - Method in exception javax.security.sasl.SaslException
-  
- getCause() - Method in exception javax.xml.bind.JAXBException
-  
- getCause() - Method in exception javax.xml.crypto.dsig.TransformException
- 
Returns the cause of this TransformExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in exception javax.xml.crypto.dsig.XMLSignatureException
- 
Returns the cause of this XMLSignatureExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in exception javax.xml.crypto.KeySelectorException
- 
Returns the cause of this KeySelectorExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in exception javax.xml.crypto.MarshalException
- 
Returns the cause of this MarshalExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in exception javax.xml.crypto.NoSuchMechanismException
- 
Returns the cause of this NoSuchMechanismExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in exception javax.xml.crypto.URIReferenceException
- 
Returns the cause of this URIReferenceExceptionornullif the cause is nonexistent or unknown.
 
- getCause() - Method in error javax.xml.parsers.FactoryConfigurationError
- 
use the exception chaining mechanism of JDK1.4 
- getCause() - Method in exception javax.xml.soap.SOAPException
- 
Returns the Throwableobject embedded in thisSOAPExceptionif there is one.
 
- getCause() - Method in error javax.xml.stream.FactoryConfigurationError
- 
use the exception chaining mechanism of JDK1.4 
- getCause() - Method in exception javax.xml.transform.TransformerException
- 
Returns the cause of this throwable or nullif the
 cause is nonexistent or unknown.
 
- getCause() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
- 
use the exception chaining mechanism of JDK1.4 
- getCause() - Method in exception javax.xml.xpath.XPathException
- 
Get the cause of this XPathException. 
- getCause() - Method in exception org.xml.sax.SAXException
- 
Return the cause of the exception 
- getCellBounds(int, int) - Method in class javax.swing.JList
- 
Returns the bounding rectangle, in the list's coordinate system,
 for the range of cells specified by the two indices. 
- getCellBounds(JList, int, int) - Method in class javax.swing.plaf.basic.BasicListUI
- 
Returns the bounding rectangle, in the given list's coordinate system,
 for the range of cells specified by the two indices. 
- getCellBounds(JList, int, int) - Method in class javax.swing.plaf.ListUI
- 
Returns the bounding rectangle, in the given list's coordinate system,
 for the range of cells specified by the two indices. 
- getCellBounds(JList, int, int) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getCellBoundsmethod on each UI handled by this object.
 
- getCellEditor() - Method in class javax.swing.JTable
- 
Returns the active cell editor, which is nullif the table
 is not currently editing.
 
- getCellEditor(int, int) - Method in class javax.swing.JTable
- 
Returns an appropriate editor for the cell specified by
 rowandcolumn.
 
- getCellEditor() - Method in class javax.swing.JTree
- 
Returns the editor used to edit entries in the tree. 
- getCellEditor() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getCellEditor() - Method in class javax.swing.table.TableColumn
- 
Returns the TableCellEditorused by theJTableto edit values for this column.
 
- getCellEditorListeners() - Method in class javax.swing.AbstractCellEditor
- 
Returns an array of all the CellEditorListeners added
 to this AbstractCellEditor with addCellEditorListener().
 
- getCellEditorListeners() - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Returns an array of all the CellEditorListeners added
 to this DefaultTreeCellEditor with addCellEditorListener().
 
- getCellEditorValue() - Method in interface javax.swing.CellEditor
- 
Returns the value contained in the editor. 
- getCellEditorValue() - Method in class javax.swing.DefaultCellEditor.EditorDelegate
- 
Returns the value of this cell. 
- getCellEditorValue() - Method in class javax.swing.DefaultCellEditor
- 
Forwards the message from the CellEditorto
 thedelegate.
 
- getCellEditorValue() - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Returns the value currently being edited. 
- getCellLength() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns the width (if HORIZONTAL) or height (if VERTICAL)
 of each of the indivdual cells/units to be rendered in the
 progress bar. 
- getCellRect(int, int, boolean) - Method in class javax.swing.JTable
- 
Returns a rectangle for the cell that lies at the intersection of
 rowandcolumn.
 
- getCellRenderer() - Method in class javax.swing.JList
- 
Returns the object responsible for painting list items. 
- getCellRenderer(int, int) - Method in class javax.swing.JTable
- 
Returns an appropriate renderer for the cell specified by this row and
 column. 
- getCellRenderer() - Method in class javax.swing.JTree
- 
Returns the current TreeCellRendererthat is rendering each cell.
 
- getCellRenderer() - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Return currentCellRenderer, which will either be the trees
 renderer, or defaultCellRenderer, which ever wasn't null. 
- getCellRenderer() - Method in class javax.swing.table.TableColumn
- 
Returns the TableCellRendererused by theJTableto draw
 values for this column.
 
- getCellSelectionEnabled() - Method in class javax.swing.JTable
- 
Returns true if both row and column selection models are enabled. 
- getCellSpacing() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns the spacing between each of the cells/units in the
 progress bar. 
- getCenterPoint() - Method in class java.awt.GraphicsEnvironment
- 
Returns the Point where Windows should be centered. 
- getCenterPoint() - Method in class java.awt.RadialGradientPaint
- 
Returns a copy of the center point of the radial gradient. 
- getCentersChildren() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-  
- getCenterX() - Method in class java.awt.geom.RectangularShape
- 
Returns the X coordinate of the center of the framing
 rectangle of the Shapeindoubleprecision.
 
- getCenterY() - Method in class java.awt.geom.RectangularShape
- 
Returns the Y coordinate of the center of the framing
 rectangle of the Shapeindoubleprecision.
 
- getCertificate() - Method in class java.security.cert.X509CertSelector
- 
Returns the certificateEquals criterion. 
- getCertificate(String) - Method in class java.security.KeyStore
- 
Returns the certificate associated with the given alias. 
- getCertificate() - Method in class java.security.KeyStore.PrivateKeyEntry
- 
Gets the end entity Certificatefrom the certificate chain in this entry.
 
- getCertificate() - Method in class javax.security.auth.x500.X500PrivateCredential
- 
Returns the X.509 certificate. 
- getCertificateAlias(Certificate) - Method in class java.security.KeyStore
- 
Returns the (alias) name of the first keystore entry whose certificate
 matches the given certificate. 
- getCertificateChain(String) - Method in class java.security.KeyStore
- 
Returns the certificate chain associated with the given alias. 
- getCertificateChain() - Method in class java.security.KeyStore.PrivateKeyEntry
- 
Gets the Certificatechain from this entry.
 
- getCertificateChain(String) - Method in interface javax.net.ssl.X509KeyManager
- 
Returns the certificate chain associated with the given alias. 
- getCertificateChecking() - Method in class java.security.cert.X509CRLSelector
- 
Returns the certificate being checked. 
- getCertificateIssuer() - Method in class java.security.cert.X509CRLEntry
- 
Get the issuer of the X509Certificate described by this entry. 
- getCertificates() - Method in class java.net.JarURLConnection
- 
Return the Certificate object for this connection if the URL
 for it points to a JAR file entry, null otherwise. 
- getCertificates() - Method in class java.security.cert.CertPath
- 
Returns the list of certificates in this certification path. 
- getCertificates(CertSelector) - Method in class java.security.cert.CertStore
- 
Returns a CollectionofCertificates that
 match the specified selector.
 
- getCertificates() - Method in class java.security.CodeSource
- 
Returns the certificates associated with this CodeSource. 
- getCertificates() - Method in class java.util.jar.JarEntry
- 
Returns the Certificateobjects for this entry, ornullif none.
 
- getCertificateValid() - Method in class java.security.cert.X509CertSelector
- 
Returns the certificateValid criterion. 
- getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
- 
If set to true, assume that the input is certified (see section 2.13
 in [ XML 1.1]) when
 parsing [ XML 1.1]. 
- getCertPath() - Method in interface java.security.cert.CertPathBuilderResult
- 
Returns the built certification path. 
- getCertPath() - Method in exception java.security.cert.CertPathValidatorException
- 
Returns the certification path that was being validated when
 the exception was thrown. 
- getCertPath() - Method in class java.security.cert.PKIXCertPathBuilderResult
- 
Returns the built and validated certification path. 
- getCertPathCheckers() - Method in class java.security.cert.PKIXParameters
- 
Returns the Listof certification path checkers.
 
- getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
- 
Returns an iteration of the CertPathencodings supported
 by this certificate factory, with the default encoding first.
 
- getCertStoreParameters() - Method in class java.security.cert.CertStore
- 
Returns the parameters used to initialize this CertStore.
 
- getCertStores() - Method in class java.security.cert.PKIXParameters
- 
Returns an immutable ListofCertStores that
 are used to find certificates and CRLs.
 
- getChange(Element) - Method in interface javax.swing.event.DocumentEvent
- 
Gets the change information for the given element. 
- getChange(Element) - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Gets the changes for an element. 
- getChanged() - Method in class java.awt.event.HierarchyEvent
- 
Returns the Component at the top of the hierarchy which was
 changed. 
- getChangedParent() - Method in class java.awt.event.HierarchyEvent
- 
Returns the parent of the Component returned by 
 getChanged().
 
- getChangeFlags() - Method in class java.awt.event.HierarchyEvent
- 
Returns a bitmask which indicates the type(s) of
 HIERARCHY_CHANGED events represented in this event object. 
- getChangeInfo() - Method in class javax.naming.event.NamingEvent
- 
Retrieves the change information for this event. 
- getChangeListeners() - Method in class javax.swing.AbstractButton
- 
Returns an array of all the ChangeListeners added
 to this AbstractButton with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.AbstractSpinnerModel
- 
Returns an array of all the ChangeListeners added
 to this AbstractSpinnerModel with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
- 
Returns an array of all the ChangeListeners added
 to thisDefaultColorSelectionModelwithaddChangeListener.
 
- getChangeListeners() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns an array of all the change listeners
 registered on this DefaultBoundedRangeModel.
 
- getChangeListeners() - Method in class javax.swing.DefaultButtonModel
- 
Returns an array of all the change listeners
 registered on this DefaultButtonModel.
 
- getChangeListeners() - Method in class javax.swing.DefaultSingleSelectionModel
- 
Returns an array of all the change listeners
 registered on this DefaultSingleSelectionModel.
 
- getChangeListeners() - Method in class javax.swing.JProgressBar
- 
Returns an array of all the ChangeListeners added
 to this progress bar withaddChangeListener.
 
- getChangeListeners() - Method in class javax.swing.JSlider
- 
Returns an array of all the ChangeListeners added
 to this JSlider with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.JSpinner
- 
Returns an array of all the ChangeListeners added
 to this JSpinner with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.JTabbedPane
- 
Returns an array of all the ChangeListeners added
 to thisJTabbedPanewithaddChangeListener.
 
- getChangeListeners() - Method in class javax.swing.JViewport
- 
Returns an array of all the ChangeListeners added
 to this JViewport with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.MenuSelectionManager
- 
Returns an array of all the ChangeListeners added
 to this MenuSelectionManager with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.text.DefaultCaret
- 
Returns an array of all the change listeners
 registered on this caret. 
- getChangeListeners() - Method in class javax.swing.text.StyleContext
- 
Returns an array of all the ChangeListeners added
 to this StyleContext with addChangeListener().
 
- getChangeListeners() - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Returns an array of all the ChangeListeners added
 to this NamedStyle with addChangeListener().
 
- getChangeToParentDirectoryAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getChannel() - Method in class java.io.FileInputStream
- 
Returns the unique  FileChannel
 object associated with this file input stream. 
- getChannel() - Method in class java.io.FileOutputStream
- 
Returns the unique  FileChannel
 object associated with this file output stream. 
- getChannel() - Method in class java.io.RandomAccessFile
- 
Returns the unique  FileChannel
 object associated with this file. 
- getChannel() - Method in class java.net.DatagramSocket
- 
Returns the unique  DatagramChannel object
 associated with this datagram socket, if any. 
- getChannel() - Method in class java.net.ServerSocket
- 
- getChannel() - Method in class java.net.Socket
- 
Returns the unique  SocketChannel
 object associated with this socket, if any. 
- getChannel() - Method in class javax.sound.midi.ShortMessage
- 
Obtains the MIDI channel associated with this event. 
- getChannelPressure() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the channel's keyboard pressure. 
- getChannels() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains the set of MIDI channels controlled by this synthesizer. 
- getChannels() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the number of channels. 
- getChar(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a char.
 
- getChar(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 charor of another primitive type convertible to
 typecharvia a widening conversion.
 
- getChar() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading a char value. 
- getChar(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading a char value. 
- getCharacterAttribute(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the AttributeSet for a given character (at a given index). 
- getCharacterAttribute(int) - Method in interface javax.accessibility.AccessibleText
- 
Returns the AttributeSet for a given character at a given index 
- getCharacterAttribute(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Return the AttributeSet for a given character at a given index 
- getCharacterAttribute(int) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Return the AttributeSet for a given character at a given index 
- getCharacterAttribute(int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the AttributeSet for a given character at a given index 
- getCharacterAttribute(int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the AttributeSet for a given character at a given index 
- getCharacterAttribute(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the AttributeSet for a given character (at a given index). 
- getCharacterAttributeRun() - Method in class javax.swing.text.StyledEditorKit
- 
Fetches the element representing the current
 run of character attributes for the caret. 
- getCharacterAttributes() - Method in class javax.swing.JTextPane
- 
Fetches the character attributes in effect at the
 current location of the caret, or null.
 
- getCharacterBounds(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Determines the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in interface javax.accessibility.AccessibleText
- 
Determines the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Determine the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Determine the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Determines the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Determines the bounding box of the character at the given
 index into the string. 
- getCharacterBounds(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Determines the bounding box of the character at the given
 index into the string. 
- getCharacterCount() - Method in class java.awt.font.TextLayout
- 
Returns the number of characters represented by this
 TextLayout.
 
- getCharacterElement(int) - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets a character element based on a position. 
- getCharacterElement(int) - Method in interface javax.swing.text.StyledDocument
- 
Gets the element that represents the character that
 is at the given offset within the document. 
- getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
- 
Returns the encoding style of the XML data 
- getCharacterEncodingScheme() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the character encoding declared on the xml declaration
 Returns null if none was declared 
- getCharacterInstance() - Static method in class java.text.BreakIterator
- 
- getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
- 
- getCharacterInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
- 
- getCharacterLevel(int) - Method in class java.awt.font.TextLayout
- 
Returns the level of the character at index.
 
- getCharacterOffset() - Method in interface javax.xml.stream.Location
- 
Return the byte or character offset into the input source this location
 is pointing to. 
- getCharacterStream(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getCharacterStream(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getCharacterStream() - Method in interface java.sql.Clob
- 
Retrieves the CLOBvalue designated by thisClobobject as ajava.io.Readerobject (or as a stream of
 characters).
 
- getCharacterStream(long, long) - Method in interface java.sql.Clob
- 
Returns a Readerobject that contains a partialClobvalue, starting
 with the character specified by pos, which is length characters in length.
 
- getCharacterStream(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getCharacterStream(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getCharacterStream() - Method in interface java.sql.SQLXML
- 
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object. 
- getCharacterStream() - Method in class javax.sql.rowset.serial.SerialClob
- 
Returns this SerialClobobject's data as a stream
 of Unicode characters.
 
- getCharacterStream(long, long) - Method in class javax.sql.rowset.serial.SerialClob
-  
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
- 
An attribute of a language and binding dependent type that represents
 a stream of 16-bit units. 
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
- 
An attribute of a language and binding dependent type that represents
 a writable stream to which 16-bit units can be output. 
- getCharacterStream() - Method in class org.xml.sax.InputSource
- 
Get the character stream for this input source. 
- getCharContent(boolean) - Method in interface javax.tools.FileObject
- 
Gets the character content of this file object, if available. 
- getCharContent(boolean) - Method in class javax.tools.ForwardingFileObject
-  
- getCharContent(boolean) - Method in class javax.tools.SimpleJavaFileObject
- 
- getCharCount() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the number of characters (valid indicies) 
- getCharCount() - Method in interface javax.accessibility.AccessibleText
- 
Returns the number of characters (valid indicies) 
- getCharCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Return the number of characters (valid indicies) 
- getCharCount() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Return the number of characters (valid indicies) 
- getCharCount() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the number of characters (valid indicies) 
- getCharCount() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the number of characters (valid indicies) 
- getCharCount() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the number of characters (valid indices) 
- getCharIndex() - Method in class java.awt.font.TextHitInfo
- 
Returns the index of the character hit. 
- getCharParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a char. 
- getChars(int, int, char[], int) - Method in class java.lang.String
- 
Copies characters from this string into the destination character
 array. 
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-  
- getChars(int, int, Segment) - Method in interface javax.swing.text.AbstractDocument.Content
- 
Gets a sequence of characters and copies them into a Segment. 
- getChars(int, int, Segment) - Method in class javax.swing.text.GapContent
- 
Retrieves a portion of the content. 
- getChars(int, int, Segment) - Method in class javax.swing.text.StringContent
- 
Retrieves a portion of the content. 
- getCharsetName() - Method in exception java.nio.charset.IllegalCharsetNameException
- 
Retrieves the illegal charset name. 
- getCharsetName() - Method in exception java.nio.charset.UnsupportedCharsetException
- 
Retrieves the name of the unsupported charset. 
- getCharSetSpec() - Method in exception javax.swing.text.ChangedCharSetException
-  
- getCheckboxGroup() - Method in class java.awt.Checkbox
- 
Determines this check box's group. 
- getCheckBoxIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getCheckBoxIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
- 
Returns a checkbox icon. 
- getCheckBoxMenuItemIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getCheckBoxMenuItemIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getChecksum() - Method in class java.util.zip.CheckedInputStream
- 
Returns the Checksum for this input stream. 
- getChecksum() - Method in class java.util.zip.CheckedOutputStream
- 
Returns the Checksum for this output stream. 
- getChild() - Method in class java.awt.event.ContainerEvent
- 
Returns the component that was affected by the event. 
- getChild(String) - Method in class java.util.prefs.AbstractPreferences
- 
Returns the named child if it exists, or null if it does not. 
- getChild() - Method in class java.util.prefs.NodeChangeEvent
- 
Returns the node that was added or removed. 
- getChild(File, String) - Method in class javax.swing.filechooser.FileSystemView
-  
- getChild(Object, int) - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns the child of parent at index index in the parent's
 child array. 
- getChild(Object, int) - Method in interface javax.swing.tree.TreeModel
- 
Returns the child of parentat indexindexin the parent's
 child array.
 
- getChildAfter(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the child in this node's child array that immediately
 follows aChild, which must be a child of this node.
 
- getChildAllocation(int, Shape) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
- 
Fetch the allocation to use for a child view. 
- getChildAllocation(int) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
- 
Fetch the allocation to use for a child view. 
- getChildAllocation(int, Shape) - Method in class javax.swing.text.AsyncBoxView
- 
Fetches the allocation for the given child view. 
- getChildAllocation(int, Shape) - Method in class javax.swing.text.BoxView
- 
Fetches the allocation for the given child view. 
- getChildAllocation(int, Shape) - Method in class javax.swing.text.CompositeView
- 
Fetches the allocation for the given child view to
 render into. 
- getChildAllocation(int, Shape) - Method in class javax.swing.text.View
- 
Fetches the allocation for the given child view. 
- getChildAt(int) - Method in class javax.swing.JTree.DynamicUtilTreeNode
- 
Subclassed to load the children, if necessary. 
- getChildAt(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Returns the child TreeNodeat indexchildIndex.
 
- getChildAt(int) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the child at the specified index in this node's child array. 
- getChildAt(int) - Method in interface javax.swing.tree.TreeNode
- 
Returns the child TreeNodeat indexchildIndex.
 
- getChildBeanContextChild(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the BeanContextChild (if any) of the specified child 
- getChildBeanContextMembershipListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the BeanContextMembershipListener
 (if any) of the specified child 
- getChildBeanContextServicesListener(Object) - Static method in class java.beans.beancontext.BeanContextServicesSupport
- 
Gets the BeanContextServicesListener (if any) of the specified
 child. 
- getChildBefore(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the child in this node's child array that immediately
 precedes aChild, which must be a child of this node.
 
- getChildCount() - Method in class javax.swing.JTree.DynamicUtilTreeNode
- 
Returns the number of child nodes. 
- getChildCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Returns the number of children TreeNode's
 receiver contains.
 
- getChildCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the number of children of this node. 
- getChildCount(Object) - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns the number of children of parent. 
- getChildCount(Object) - Method in interface javax.swing.tree.TreeModel
- 
Returns the number of children of parent.
 
- getChildCount() - Method in interface javax.swing.tree.TreeNode
- 
Returns the number of children TreeNodes the receiver
 contains.
 
- getChildElements() - Method in interface javax.xml.soap.SOAPElement
- 
Returns an  Iterator over all the immediate child
  Nodes of this element. 
- getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
- 
Returns an  Iterator over all the immediate child
  Nodes of this element with the specified name. 
- getChildElements(QName) - Method in interface javax.xml.soap.SOAPElement
- 
Returns an  Iterator over all the immediate child
  Nodes of this element with the specified qname. 
- getChildIndex() - Method in class javax.swing.JTree.DropLocation
- 
Returns the index where the dropped data should be inserted
 with respect to the path returned by getPath().
 
- getChildIndices() - Method in class javax.swing.event.TreeModelEvent
- 
Returns the values of the child indexes. 
- getChildNames(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns an array of Strings indicating the names
 of the element which are allowed to be children of the named
 element, in the order in which they should appear.
 
- getChildNames(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getChildNodes() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns a NodeListthat contains all children of this node.
 
- getChildNodes() - Method in interface org.w3c.dom.Node
- 
A NodeListthat contains all children of this node.
 
- getChildPolicy(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns one of the constants starting with
 CHILD_POLICY_, indicating the legal pattern of
 children for the named element.
 
- getChildPolicy(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getChildPropertyChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the PropertyChangeListener
 (if any) of the specified child 
- getChildren() - Method in interface java.security.cert.PolicyNode
- 
Returns an iterator over the children of this node. 
- getChildren() - Method in class javax.swing.event.TreeModelEvent
- 
Returns the objects that are children of the node identified by
 getPathat the locations specified bygetChildIndices.
 
- getChildrenAdded() - Method in interface javax.swing.event.DocumentEvent.ElementChange
- 
Gets the child elements that were added to the given
 parent element. 
- getChildrenAdded() - Method in class javax.swing.text.AbstractDocument.ElementEdit
- 
Gets a list of children that were added. 
- getChildrenRemoved() - Method in interface javax.swing.event.DocumentEvent.ElementChange
- 
Gets the child elements that were removed from the
 given parent element. 
- getChildrenRemoved() - Method in class javax.swing.text.AbstractDocument.ElementEdit
- 
Gets a list of children that were removed. 
- getChildSerializable(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the Serializable (if any) associated with the specified Child 
- getChildState(int) - Method in class javax.swing.text.AsyncBoxView
- 
Fetch the object representing the layout state of
 of the child at the given index. 
- getChildVetoableChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the VetoableChangeListener
 (if any) of the specified child 
- getChildView() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
Fetch the child view this record represents 
- getChildVisibility(Object) - Static method in class java.beans.beancontext.BeanContextSupport
- 
Gets the Component (if any) associated with the specified child. 
- getChoices() - Method in class javax.security.auth.callback.ChoiceCallback
- 
Get the list of choices. 
- getChoosableFileFilters() - Method in class javax.swing.JFileChooser
- 
Gets the list of user choosable file filters. 
- getChooserPanels() - Method in class javax.swing.JColorChooser
- 
Returns the specified color panels. 
- getCipherSuite() - Method in class java.net.SecureCacheResponse
- 
Returns the cipher suite in use on the original connection that
 retrieved the network resource. 
- getCipherSuite() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the cipher suite in use by the session which was produced
 by the handshake. 
- getCipherSuite() - Method in class javax.net.ssl.HttpsURLConnection
- 
Returns the cipher suite in use on this connection. 
- getCipherSuite() - Method in interface javax.net.ssl.SSLSession
- 
Returns the name of the SSL cipher suite which is used for all
 connections in the session. 
- getCipherSuites() - Method in class javax.net.ssl.SSLParameters
- 
Returns a copy of the array of ciphersuites or null if none
 have been set. 
- getClass() - Method in class java.lang.Object
- 
Returns the runtime class of this Object.
 
- getClassAnnotation(Class<?>) - Static method in class java.rmi.server.RMIClassLoader
- 
Returns the annotation string (representing a location for
 the class definition) that RMI will use to annotate the class
 descriptor when marshalling objects of the given class. 
- getClassAnnotation(Class<?>) - Method in class java.rmi.server.RMIClassLoaderSpi
- 
- getClassContext() - Method in class java.lang.SecurityManager
- 
Returns the current execution stack as an array of classes. 
- getClasses() - Method in class java.lang.Class
- 
Returns an array containing Classobjects representing all
 the public classes and interfaces that are members of the class
 represented by thisClassobject.
 
- getClassLoader() - Method in class java.lang.Class
- 
Returns the class loader for the class. 
- getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
- 
Returns a class loader that loads classes from the given codebase
 URL path. 
- getClassLoader(String) - Method in class java.rmi.server.RMIClassLoaderSpi
- 
- getClassLoader() - Method in class java.security.ProtectionDomain
- 
Returns the ClassLoader of this domain. 
- getClassLoader(ObjectName) - Method in interface javax.management.MBeanServer
- 
- getClassLoader(JavaFileManager.Location) - Method in class javax.tools.ForwardingJavaFileManager
-  
- getClassLoader(JavaFileManager.Location) - Method in interface javax.tools.JavaFileManager
- 
Gets a class loader for loading plug-ins from the given
 location. 
- getClassLoaderFor(ObjectName) - Method in interface javax.management.MBeanServer
- 
Return the  ClassLoader that was used for
 loading the class of the named MBean. 
- getClassLoaderRepository() - Method in interface javax.management.MBeanServer
- 
Return the ClassLoaderRepository for this MBeanServer. 
- getClassLoaderRepository(MBeanServer) - Static method in class javax.management.MBeanServerFactory
- 
Return the ClassLoaderRepository used by the given MBeanServer. 
- getClassLoaderRepository() - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Return the Class Loader Repository used to perform class loading. 
- getClassLoadingLock(String) - Method in class java.lang.ClassLoader
- 
Returns the lock object for class loading operations. 
- getClassLoadingMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the class loading system of
 the Java virtual machine. 
- getClassName() - Method in class java.lang.management.LockInfo
- 
Returns the fully qualified name of the class of the lock object. 
- getClassName() - Method in class java.lang.StackTraceElement
- 
Returns the fully qualified name of the class containing the
 execution point represented by this stack trace element. 
- getClassName() - Method in class java.rmi.activation.ActivationDesc
- 
Returns the class name for the object specified by this
 descriptor. 
- getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
- 
Returns the group's class name (possibly null).
 
- getClassName() - Method in class java.security.Provider.Service
- 
Return the name of the class implementing this service. 
- getClassName() - Method in exception java.util.MissingResourceException
- 
Gets parameter passed by constructor. 
- getClassName() - Method in class javax.management.MBeanInfo
- 
Returns the name of the Java class of the MBean described by
 this MBeanInfo.
 
- getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the name of the Java class of the MBean described by
 this MBeanInfo.
 
- getClassName() - Method in class javax.management.ObjectInstance
- 
Returns the class part. 
- getClassName() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns the fully qualified Java class name of the open MBean
 instances this OpenMBeanInfo describes. 
- getClassName() - Method in class javax.management.openmbean.OpenType
- 
Returns the fully qualified Java class name of the open data values
 this open type describes. 
- getClassName(MBeanInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the className that will be used in the MBeanInfo returned by
 this MBean. 
- getClassName() - Method in class javax.naming.Binding
- 
Retrieves the class name of the object bound to the name of this binding. 
- getClassName() - Method in class javax.naming.NameClassPair
- 
Retrieves the class name of the object bound to the name of this binding. 
- getClassName() - Method in class javax.naming.Reference
- 
Retrieves the class name of the object to which this reference refers. 
- getClassName() - Method in class javax.swing.UIManager.LookAndFeelInfo
- 
Returns the name of the class that implements this look and feel. 
- getClassPath() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java class path that is used by the system class loader
 to search for class files. 
- getClickCount() - Method in class java.awt.event.MouseEvent
- 
Returns the number of mouse clicks associated with this event. 
- getClickCountToStart() - Method in class javax.swing.DefaultCellEditor
- 
Returns the number of clicks needed to start editing. 
- getClient() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the client principal associated with this ticket. 
- getClientAddresses() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns a list of addresses from where the ticket can be used. 
- getClientAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
- 
Get the matching aliases for authenticating the client side of a secure
 socket given the public key type and the list of
 certificate issuer authorities recognized by the peer (if any). 
- getClientHost() - Static method in class java.rmi.server.RemoteServer
- 
Returns a string representation of the client host for the
 remote method invocation being processed in the current thread. 
- getClientHost() - Method in interface java.rmi.server.ServerRef
- 
Returns the hostname of the current client. 
- getClientInfo(String) - Method in interface java.sql.Connection
- 
Returns the value of the client info property specified by name. 
- getClientInfo() - Method in interface java.sql.Connection
- 
Returns a list containing the name and current value of each client info
 property supported by the driver. 
- getClientInfoProperties() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a list of the client info properties
 that the driver supports. 
- getClientProperty(Object) - Method in class javax.swing.JComponent
- 
Returns the value of the property with the specified key. 
- getClientSessionContext() - Method in class javax.net.ssl.SSLContext
- 
Returns the client session context, which represents the set of
 SSL sessions available for use during the handshake phase of
 client-side SSL sockets. 
- getClientX() - Method in interface org.w3c.dom.events.MouseEvent
- 
The horizontal coordinate at which the event occurred relative to the
 DOM implementation's client area. 
- getClientY() - Method in interface org.w3c.dom.events.MouseEvent
- 
The vertical coordinate at which the event occurred relative to the DOM
 implementation's client area. 
- getClip() - Method in class java.awt.Graphics
- 
Gets the current clipping area. 
- getClip() - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a clip that can be used for playing back
 an audio file or an audio stream. 
- getClip(Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a clip from the specified mixer that can be
 used for playing back an audio file or an audio stream. 
- getClip() - Method in class javax.swing.DebugGraphics
- 
Overrides Graphics.getClip.
 
- getClipBounds() - Method in class java.awt.Graphics
- 
Returns the bounding rectangle of the current clipping area. 
- getClipBounds(Rectangle) - Method in class java.awt.Graphics
- 
Returns the bounding rectangle of the current clipping area. 
- getClipBounds() - Method in class javax.swing.DebugGraphics
- 
Overrides Graphics.getClipBounds.
 
- getClipRect() - Method in class java.awt.Graphics
- 
Deprecated.
As of JDK version 1.1,
 replaced by getClipBounds().
 
 
- getClob(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC CLOBparameter as ajava.sql.Clobobject in the Java programming language.
 
- getClob(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC CLOBparameter as ajava.sql.Clobobject in the Java programming language.
 
- getClob(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aClobobject
 in the Java programming language.
 
- getClob(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aClobobject
 in the Java programming language.
 
- getClosedIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the icon used to represent non-leaf nodes that are not
 expanded. 
- getClosestPathForLocation(int, int) - Method in class javax.swing.JTree
- 
Returns the path to the node that is closest to x,y. 
- getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the path to the node that is closest to x,y. 
- getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getClosestPathForLocationmethod on each UI handled by this object.
 
- getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.TreeUI
- 
Returns the path to the node that is closest to x,y. 
- getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int) - Method in class javax.swing.text.ParagraphView
- 
Returns the closest model position to x.
 
- getClosestRowForLocation(int, int) - Method in class javax.swing.JTree
- 
Returns the row to the node that is closest to x,y. 
- getCode() - Method in class javax.management.loading.MLetContent
- 
Gets the value of the CODEattribute of theMLETtag.
 
- getCode() - Method in interface javax.tools.Diagnostic
- 
Gets a diagnostic code indicating the type of diagnostic. 
- getCodeBase() - Method in class java.applet.Applet
- 
Gets the base URL. 
- getCodeBase() - Method in interface java.applet.AppletStub
- 
Gets the base URL. 
- getCodeBase() - Method in class javax.management.loading.MLetContent
- 
Gets the code base URL. 
- getCodebase(Class) - Static method in class javax.rmi.CORBA.Util
- 
Returns the codebase, if any, for the given class. 
- getCodebase(Class) - Method in interface javax.rmi.CORBA.UtilDelegate
- 
- getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
- 
- getCodeSigners() - Method in class java.security.CodeSource
- 
Returns the code signers associated with this CodeSource. 
- getCodeSigners() - Method in class java.util.jar.JarEntry
- 
Returns the CodeSignerobjects for this entry, ornullif none.
 
- getCodeSource() - Method in class java.security.ProtectionDomain
- 
Returns the CodeSource of this domain. 
- getCofactor() - Method in class java.security.spec.ECParameterSpec
- 
Returns the cofactor. 
- getCollapsedIcon() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
- 
Return a CollationElementIterator for the given String. 
- getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
- 
Return a CollationElementIterator for the given String. 
- getCollationKey(String) - Method in class java.text.Collator
- 
Transforms the String into a series of bits that can be compared bitwise
 to other CollationKeys. 
- getCollationKey(String) - Method in class java.text.RuleBasedCollator
- 
Transforms the string into a series of characters that can be compared
 with CollationKey.compareTo. 
- getCollection() - Method in class java.security.cert.CollectionCertStoreParameters
- 
Returns the Collectionfrom whichCertificates
 andCRLs are retrieved.
 
- getCollectionCount() - Method in interface java.lang.management.GarbageCollectorMXBean
- 
Returns the total number of collections that have occurred. 
- getCollectionTime() - Method in interface java.lang.management.GarbageCollectorMXBean
- 
Returns the approximate accumulated collection elapsed time
 in milliseconds. 
- getCollectionUsage() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the memory usage after the Java virtual machine
 most recently expended effort in recycling unused objects
 in this memory pool. 
- getCollectionUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the collection usage threshold value of this memory pool
 in bytes. 
- getCollectionUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the number of times that the Java virtual machine
 has detected that the memory usage has reached or
 exceeded the collection usage threshold. 
- getColor(String) - Static method in class java.awt.Color
- 
Finds a color in the system properties. 
- getColor(String, Color) - Static method in class java.awt.Color
- 
Finds a color in the system properties. 
- getColor(String, int) - Static method in class java.awt.Color
- 
Finds a color in the system properties. 
- getColor() - Method in class java.awt.Graphics
- 
Gets this graphics context's current color. 
- getColor() - Method in class java.awt.PageAttributes
- 
Returns whether pages using these attributes will be rendered in
 color or monochrome. 
- getColor() - Method in class javax.swing.DebugGraphics
- 
Returns the Color used for text drawing operations. 
- getColor() - Method in class javax.swing.JColorChooser
- 
Gets the current color value from the color chooser. 
- getColor(SynthContext, ColorType) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the color for the specified state. 
- getColor() - Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
- 
Returns the color of the highlight. 
- getColor(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis aColorreturn it,
 otherwise returnnull.
 
- getColor(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis aColorreturn it, otherwise returnnull.
 
- getColor(Object) - Static method in class javax.swing.UIManager
- 
Returns a color from the defaults. 
- getColor(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a color from the defaults that is appropriate
 for the given locale. 
- getColor1() - Method in class java.awt.GradientPaint
- 
Returns the color C1 anchored by the point P1. 
- getColor2() - Method in class java.awt.GradientPaint
- 
Returns the color C2 anchored by the point P2. 
- getColorComponents(float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing only the color
 components of theColor, in theColorSpaceof theColor.
 
- getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing only the color
 components of theColorin theColorSpacespecified by thecspaceparameter.
 
- getColorForGap(int, int, int) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-  
- getColorForState(SynthContext, ColorType) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-  
- getColorForState(SynthContext, ColorType) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the color for the specified state. 
- getColorFromModel() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Returns the color that is currently selected. 
- getColorModel() - Method in class java.awt.Component
- 
Gets the instance of ColorModelused to display
 the component on the output device.
 
- getColorModel() - Method in class java.awt.GraphicsConfiguration
- 
Returns the  ColorModel associated with this
  GraphicsConfiguration. 
- getColorModel(int) - Method in class java.awt.GraphicsConfiguration
- 
Returns the ColorModelassociated with thisGraphicsConfigurationthat supports the specified
 transparency.
 
- getColorModel() - Method in class java.awt.image.BufferedImage
- 
Returns the ColorModel.
 
- getColorModel() - Method in class java.awt.image.PixelGrabber
- 
Get the ColorModel for the pixels stored in the array. 
- getColorModel() - Method in interface java.awt.image.RenderedImage
- 
Returns the ColorModel associated with this image. 
- getColorModel() - Method in interface java.awt.PaintContext
- 
Returns the ColorModelof the output.
 
- getColorModel() - Method in class java.awt.Toolkit
- 
Determines the color model of this toolkit's screen. 
- getColorModel() - Method in class javax.imageio.ImageTypeSpecifier
- 
Returns the ColorModelspecified by this object.
 
- getColors() - Method in class java.awt.MultipleGradientPaint
- 
Returns a copy of the array of colors used by this gradient. 
- getColorSelectionModel() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Returns the model that the chooser panel is editing. 
- getColorSpace() - Method in class java.awt.Color
- 
Returns the ColorSpaceof thisColor.
 
- getColorSpace() - Method in class java.awt.image.ColorModel
- 
Returns the ColorSpaceassociated with thisColorModel.
 
- getColorSpace() - Method in class java.awt.MultipleGradientPaint
- 
Returns the enumerated type which specifies color space for
 interpolation. 
- getColorSpaceType() - Method in class java.awt.color.ICC_Profile
- 
Returns the color space type. 
- getColumn() - Method in class javax.swing.event.TableModelEvent
- 
Returns the column for the event. 
- getColumn() - Method in class javax.swing.JTable.DropLocation
- 
Returns the column index where a dropped item should be placed in the
 table. 
- getColumn(Object) - Method in class javax.swing.JTable
- 
Returns the TableColumnobject for the column in the table
 whose identifier is equal toidentifier, when compared usingequals.
 
- getColumn() - Method in class javax.swing.RowSorter.SortKey
- 
Returns the index of the column. 
- getColumn(int) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the TableColumnobject for the column
 atcolumnIndex.
 
- getColumn(int) - Method in interface javax.swing.table.TableColumnModel
- 
Returns the TableColumnobject for the column atcolumnIndex.
 
- getColumnClass(int) - Method in class javax.swing.JTable
- 
Returns the type of the column appearing in the view at
 column position column.
 
- getColumnClass(int) - Method in class javax.swing.table.AbstractTableModel
- 
Returns Object.classregardless ofcolumnIndex.
 
- getColumnClass(int) - Method in interface javax.swing.table.TableModel
- 
Returns the most specific superclass for all the cell values
 in the column. 
- getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
- 
Returns the fully-qualified name of the Java class whose instances
 are manufactured if the method ResultSet.getObjectis called to retrieve a value
 from the column.
 
- getColumnClassName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the fully-qualified name of the class in the Java
 programming language to which a value in the designated column
 will be mapped. 
- getColumnCount() - Method in interface java.sql.ResultSetMetaData
- 
Returns the number of columns in this ResultSetobject.
 
- getColumnCount() - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the number of columns in the RowSetobject
 for which thisRowSetMetaDataImplobject was created.
 
- getColumnCount() - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the number of columns in the model. 
- getColumnCount() - Method in class javax.swing.JTable
- 
Returns the number of columns in the column model. 
- getColumnCount() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the number of columns in the tableColumnsarray.
 
- getColumnCount() - Method in class javax.swing.table.DefaultTableModel
- 
Returns the number of columns in this data table. 
- getColumnCount() - Method in interface javax.swing.table.TableColumnModel
- 
Returns the number of columns in the model. 
- getColumnCount() - Method in interface javax.swing.table.TableModel
- 
Returns the number of columns in the model. 
- getColumnCount() - Method in class javax.swing.text.TableView.TableCell
- 
Deprecated. Gets the number of columns this cell spans (e.g. 
- getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
- 
Indicates the designated column's normal maximum width in characters. 
- getColumnDisplaySize(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the normal maximum width in chars of the designated column. 
- getColumnHeader() - Method in class javax.swing.JScrollPane
- 
Returns the column header. 
- getColumnHeader() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the JViewportobject that is the column header.
 
- getColumnIndex(Object) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the index of the first column in the tableColumnsarray whose identifier is equal toidentifier,
 when compared usingequals.
 
- getColumnIndex(Object) - Method in interface javax.swing.table.TableColumnModel
- 
Returns the index of the first column in the table
 whose identifier is equal to identifier,
 when compared usingequals.
 
- getColumnIndexAtX(int) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the index of the column that lies at position x,
 or -1 if no column covers this point.
 
- getColumnIndexAtX(int) - Method in interface javax.swing.table.TableColumnModel
- 
Returns the index of the column that lies on the
 horizontal point, xPosition;
 or -1 if it lies outside the any of the column's bounds.
 
- getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
- 
Gets the designated column's suggested title for use in printouts and
 displays. 
- getColumnLabel(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the suggested column title for the designated
 column for use in printouts and displays. 
- getColumnMargin() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the width margin for TableColumn.
 
- getColumnMargin() - Method in interface javax.swing.table.TableColumnModel
- 
Returns the width between the cells in each column. 
- getColumnModel() - Method in class javax.swing.JTable
- 
Returns the TableColumnModelthat contains all column information
 of this table.
 
- getColumnModel() - Method in class javax.swing.table.JTableHeader
- 
Returns the TableColumnModelthat contains all column information
 of this table header.
 
- getColumnModelListeners() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns an array of all the column model listeners
 registered on this model. 
- getColumnName(int) - Method in interface java.sql.ResultSetMetaData
- 
Get the designated column's name. 
- getColumnName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the name of the designated column. 
- getColumnName(int) - Method in class javax.swing.JTable
- 
Returns the name of the column appearing in the view at
 column position column.
 
- getColumnName(int) - Method in class javax.swing.table.AbstractTableModel
- 
Returns a default name for the column using spreadsheet conventions:
  A, B, C, ... 
- getColumnName(int) - Method in class javax.swing.table.DefaultTableModel
- 
Returns the column name. 
- getColumnName(int) - Method in interface javax.swing.table.TableModel
- 
Returns the name of the column at columnIndex.
 
- getColumnNumber() - Method in exception javax.script.ScriptException
- 
Get the column number on which an error occurred. 
- getColumnNumber() - Method in interface javax.tools.Diagnostic
- 
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return the column number if available 
- getColumnNumber() - Method in interface javax.xml.stream.Location
- 
Return the column number where the current event ends,
 returns -1 if none is available. 
- getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
- 
Return the character position where the current document event ends. 
- getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
- 
The column number this locator is pointing to, or -1if
 there is no column number available.
 
- getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
- 
Return the saved column number (1-based). 
- getColumnNumber() - Method in interface org.xml.sax.Locator
- 
Return the column number where the current document event ends. 
- getColumnNumber() - Method in exception org.xml.sax.SAXParseException
- 
The column number of the end of the text where the exception occurred. 
- getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the access rights for a table's columns. 
- getColumns() - Method in class java.awt.GridLayout
- 
Gets the number of columns in this layout. 
- getColumns() - Method in class java.awt.TextArea
- 
Returns the number of columns in this text area. 
- getColumns() - Method in class java.awt.TextField
- 
Gets the number of columns in this text field. 
- getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of table columns available in
 the specified catalog. 
- getColumns() - Method in class javax.swing.JTextArea
- 
Returns the number of columns in the TextArea. 
- getColumns() - Method in class javax.swing.JTextField
- 
Returns the number of columns in this TextField.
 
- getColumns() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns an Enumerationof all the columns in the model.
 
- getColumns() - Method in interface javax.swing.table.TableColumnModel
- 
Returns an Enumerationof all the columns in the model.
 
- getColumnSelectionAllowed() - Method in class javax.swing.JTable
- 
Returns true if columns can be selected. 
- getColumnSelectionAllowed() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns true if column selection is allowed, otherwise false. 
- getColumnSelectionAllowed() - Method in interface javax.swing.table.TableColumnModel
- 
Returns true if columns may be selected. 
- getColumnType(int) - Method in interface java.sql.ResultSetMetaData
- 
Retrieves the designated column's SQL type. 
- getColumnType(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the type code (one of the java.sql.Typesconstants) for the SQL type of the value stored in the
 designated column.
 
- getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
- 
Retrieves the designated column's database-specific type name. 
- getColumnTypeName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the DBMS-specific type name for values stored in the
 designated column. 
- getColumnWidth() - Method in class javax.swing.JTextArea
- 
Gets column width. 
- getColumnWidth() - Method in class javax.swing.JTextField
- 
Returns the column width. 
- getComboBox() - Method in class javax.swing.plaf.metal.MetalComboBoxButton
-  
- getComboIcon() - Method in class javax.swing.plaf.metal.MetalComboBoxButton
-  
- getCommand(String, String) - Method in class javax.activation.CommandMap
- 
Get the default command corresponding to the MIME type. 
- getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
- 
Get the default command corresponding to the MIME type. 
- getCommand(String) - Method in class javax.activation.DataHandler
- 
Get the command cmdName. 
- getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
- 
Get the command corresponding to cmdNamefor the MIME type.
 
- getCommand() - Method in class javax.sound.midi.ShortMessage
- 
Obtains the MIDI command associated with this event. 
- getCommand() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the SQL query that is the command for this
 RowSetobject.
 
- getCommand() - Method in interface javax.sql.RowSet
- 
Retrieves this RowSetobject's command property.
 
- getCommandClass() - Method in class javax.activation.CommandInfo
- 
Return the command's class name. 
- getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
- 
Returns the group's command-environment control object. 
- getCommandName() - Method in class javax.activation.CommandInfo
- 
Return the command verb. 
- getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
- 
Return the instantiated JavaBean component. 
- getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- 
Fetch the configured java command options. 
- getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- 
Fetch the configured path-qualified java command name. 
- getComment() - Method in class java.net.HttpCookie
- 
Returns the comment describing the purpose of this cookie, or
 nullif the cookie has no comment.
 
- getComment() - Method in class java.util.zip.ZipEntry
- 
Returns the comment string for the entry, or null if none. 
- getComment() - Method in class java.util.zip.ZipFile
- 
Returns the zip file comment, or null if none. 
- getCommentURL() - Method in class java.net.HttpCookie
- 
Returns the comment url describing the purpose of this cookie, or
 nullif the cookie has no comment url.
 
- getCommitsOnValidEdit() - Method in class javax.swing.text.DefaultFormatter
- 
Returns when edits are published back to the
 JFormattedTextField.
 
- getCommitted() - Method in class java.lang.management.MemoryUsage
- 
Returns the amount of memory in bytes that is committed for
 the Java virtual machine to use. 
- getCommittedCharacterCount() - Method in class java.awt.event.InputMethodEvent
- 
Gets the number of committed characters in the text. 
- getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
- 
Gets an iterator providing access to the entire text and attributes
 contained in the text editing component except for uncommitted
 text. 
- getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
- 
Gets the length of the entire text contained in the text
 editing component except for uncommitted (composed) text. 
- getComparator(int) - Method in class javax.swing.DefaultRowSorter
- 
Returns the Comparatorfor the specified
 column.
 
- getComparator() - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the Comparator which will be used to sort the Components in a
 focus traversal cycle. 
- getComparator(int) - Method in class javax.swing.table.TableRowSorter
- 
Returns the Comparatorfor the specified
 column.
 
- getCompilationMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the compilation system of
 the Java virtual machine. 
- getCompletedTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the approximate total number of tasks that have
 completed execution. 
- getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in class javax.annotation.processing.AbstractProcessor
- 
Returns an empty iterable of completions. 
- getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in interface javax.annotation.processing.Processor
- 
Returns to the tool infrastructure an iterable of suggested
 completions to an annotation. 
- getComponent(int) - Method in class java.awt.Container
- 
Gets the nth component in this container. 
- getComponent() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns the Componentassociated
 with thisDragGestureEvent.
 
- getComponent() - Method in class java.awt.dnd.DragGestureRecognizer
- 
This method returns the Componentthat is to be "observed" by theDragGestureRecognizerfor drag initiating gestures.
 
- getComponent() - Method in class java.awt.dnd.DragSourceContext
- 
Returns the Componentassociated with thisDragSourceContext.
 
- getComponent() - Method in class java.awt.dnd.DropTarget
- 
Gets the Componentassociated
 with thisDropTarget.
 
- getComponent() - Method in class java.awt.dnd.DropTargetContext
- 
This method returns the Componentassociated with
 thisDropTargetContext.
 
- getComponent() - Method in class java.awt.event.ComponentEvent
- 
Returns the originator of the event. 
- getComponent() - Method in class java.awt.event.HierarchyEvent
- 
Returns the originator of the event. 
- getComponent() - Method in interface java.beans.beancontext.BeanContextChildComponentProxy
- 
Gets the java.awt.Componentassociated with
 thisBeanContextChild.
 
- getComponent() - Method in class javax.swing.ComponentInputMap
- 
Returns the component the InputMapwas created for.
 
- getComponent() - Method in class javax.swing.DefaultCellEditor
- 
Returns a reference to the editor component. 
- getComponent() - Method in class javax.swing.event.AncestorEvent
- 
Returns the component that the listener was added to. 
- getComponent() - Method in class javax.swing.JMenu
- 
Returns the java.awt.Componentused to
 paint thisMenuElement.
 
- getComponent() - Method in class javax.swing.JMenuBar
- 
Implemented to be a MenuElement.
 
- getComponent() - Method in class javax.swing.JMenuItem
- 
Returns the java.awt.Componentused to paint
 this object.
 
- getComponent() - Method in class javax.swing.JPopupMenu
- 
Returns this JPopupMenucomponent.
 
- getComponent() - Method in class javax.swing.JToolTip
- 
Returns the component the tooltip applies to. 
- getComponent() - Method in interface javax.swing.MenuElement
- 
This method should return the java.awt.Component used to paint the receiving element. 
- getComponent() - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Fetches the text component associated with this
 UI implementation. 
- getComponent() - Method in class javax.swing.plaf.synth.SynthContext
- 
Returns the hosting component containing the region. 
- getComponent() - Method in interface javax.swing.Renderer
- 
Returns the component used to render the value. 
- getComponent() - Method in class javax.swing.text.ComponentView
- 
Fetch the component associated with the view. 
- getComponent() - Method in class javax.swing.text.DefaultCaret
- 
Gets the text editor component that this caret is
 is bound to. 
- getComponent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the component setting from the attribute list. 
- getComponent() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the target component of this transfer. 
- getComponentAfter(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns the Component that should receive the focus after aComponent. 
- getComponentAfter(Container, Component) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the Component that should receive the focus after aComponent. 
- getComponentAfter(Container, Component) - Method in class javax.swing.DefaultFocusManager
-  
- getComponentAfter(Container, Component) - Method in class javax.swing.LayoutFocusTraversalPolicy
- 
Returns the Component that should receive the focus after aComponent. 
- getComponentAfter(Container, Component) - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the Component that should receive the focus after aComponent. 
- getComponentAt(int, int) - Method in class java.awt.Component
- 
Determines if this component or one of its immediate
 subcomponents contains the (x, y) location,
 and if so, returns the containing component. 
- getComponentAt(Point) - Method in class java.awt.Component
- 
Returns the component or subcomponent that contains the
 specified point. 
- getComponentAt(int, int) - Method in class java.awt.Container
- 
Locates the component that contains the x,y position. 
- getComponentAt(Point) - Method in class java.awt.Container
- 
Gets the component that contains the specified point. 
- getComponentAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the component at index.
 
- getComponentAtIndex(int) - Method in class javax.swing.JMenuBar
- 
Deprecated.
replaced by getComponent(int i)
 
 
- getComponentAtIndex(int) - Method in class javax.swing.JPopupMenu
- 
- getComponentAtIndex(int) - Method in class javax.swing.JToolBar
- 
Returns the component at the specified index. 
- getComponentBefore(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns the Component that should receive the focus before aComponent. 
- getComponentBefore(Container, Component) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the Component that should receive the focus before aComponent. 
- getComponentBefore(Container, Component) - Method in class javax.swing.DefaultFocusManager
-  
- getComponentBefore(Container, Component) - Method in class javax.swing.LayoutFocusTraversalPolicy
- 
Returns the Component that should receive the focus before aComponent. 
- getComponentBefore(Container, Component) - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the Component that should receive the focus before aComponent. 
- getComponentColor(JComponent, String, Color, float, float, int) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
- 
Get a color property from the given JComponent. 
- getComponentCount() - Method in class java.awt.Container
- 
Gets the number of components in this panel. 
- getComponentCountInLayer(int) - Method in class javax.swing.JLayeredPane
- 
Returns the number of children currently in the specified layer. 
- getComponentGraphics(Graphics) - Method in class javax.swing.JComponent
- 
Returns the graphics object used to paint this component. 
- getComponentIndex(Component) - Method in class javax.swing.JMenuBar
- 
Returns the index of the specified component. 
- getComponentIndex(Component) - Method in class javax.swing.JPopupMenu
- 
Returns the index of the specified component. 
- getComponentIndex(Component) - Method in class javax.swing.JToolBar
- 
Returns the index of the specified component. 
- getComponentListeners() - Method in class java.awt.Component
- 
Returns an array of all the component listeners
 registered on this component. 
- getComponentOrientation() - Method in class java.awt.Component
- 
Retrieves the language-sensitive orientation that is to be used to order
 the elements or text within this component. 
- getComponentPopupMenu() - Method in class javax.swing.JComponent
- 
Returns JPopupMenuthat assigned for this component.
 
- getComponents(float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing the color and alpha
 components of theColor, in theColorSpaceof theColor.
 
- getComponents(ColorSpace, float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing the color and alpha
 components of theColor, in theColorSpacespecified by thecspaceparameter.
 
- getComponents() - Method in class java.awt.Container
- 
Gets all the components in this container. 
- getComponents(int, int[], int) - Method in class java.awt.image.ColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(Object, int[], int) - Method in class java.awt.image.ColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(int, int[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(Object, int[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(int, int[], int) - Method in class java.awt.image.DirectColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
- 
Returns an array of unnormalized color/alpha components given a pixel
 in this ColorModel.
 
- getComponents(int, int[], int) - Method in class java.awt.image.IndexColorModel
- 
Returns an array of unnormalized color/alpha components for a
 specified pixel in this ColorModel.
 
- getComponents(Object, int[], int) - Method in class java.awt.image.IndexColorModel
- 
Returns an array of unnormalized color/alpha components for
 a specified pixel in this ColorModel.
 
- getComponentsInLayer(int) - Method in class javax.swing.JLayeredPane
- 
Returns an array of the components in the specified layer. 
- getComponentSize(int) - Method in class java.awt.image.ColorModel
- 
Returns the number of bits for the specified color/alpha component. 
- getComponentSize() - Method in class java.awt.image.ColorModel
- 
Returns an array of the number of bits per color/alpha component. 
- getComponentSize() - Method in class java.awt.image.IndexColorModel
- 
Returns an array of the number of bits for each color/alpha component. 
- getComponentState() - Method in class javax.swing.plaf.synth.SynthContext
- 
Returns the state of the widget, which is a bitmask of the
 values defined in SynthConstants.
 
- getComponentToLayer() - Method in class javax.swing.JLayeredPane
- 
Returns the hashtable that maps components to layers. 
- getComponentType() - Method in class java.lang.Class
- 
Returns the Classrepresenting the component type of an
 array.
 
- getComponentType() - Method in interface javax.lang.model.type.ArrayType
- 
Returns the component type of this array type. 
- getComponentZOrder(Component) - Method in class java.awt.Container
- 
Returns the z-order index of the component inside the container. 
- getComposite() - Method in class java.awt.Graphics2D
- 
Returns the current Compositein theGraphics2Dcontext.
 
- getCompositeData() - Method in class javax.management.openmbean.CompositeDataInvocationHandler
- 
Return the CompositeDatathat was supplied to the
       constructor.
 
- getCompositeType() - Method in interface javax.management.openmbean.CompositeData
- 
Returns the composite type  of this composite data instance. 
- getCompositeType() - Method in class javax.management.openmbean.CompositeDataSupport
- 
Returns the composite type  of this composite data instance. 
- getCompressedSize() - Method in class java.util.zip.ZipEntry
- 
Returns the size of the compressed entry data, or -1 if not known. 
- getCompressionMode() - Method in class javax.imageio.ImageWriteParam
- 
Returns the current compression mode, if compression is
 supported. 
- getCompressionQuality() - Method in class javax.imageio.ImageWriteParam
- 
Returns the current compression quality setting. 
- getCompressionQualityDescriptions() - Method in class javax.imageio.ImageWriteParam
- 
Returns an array of Strings that may be used along
 withgetCompressionQualityValuesas part of a user
 interface for setting or displaying the compression quality
 level.
 
- getCompressionQualityDescriptions() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
-  
- getCompressionQualityValues() - Method in class javax.imageio.ImageWriteParam
- 
Returns an array of floats that may be used along
 withgetCompressionQualityDescriptionsas part of a user
 interface for setting or displaying the compression quality
 level.
 
- getCompressionQualityValues() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
-  
- getCompressionThreshold() - Method in class javax.swing.text.StyleContext
- 
Returns the maximum number of key/value pairs to try and
 compress into unique/immutable sets. 
- getCompressionType() - Method in class javax.imageio.ImageWriteParam
- 
Returns the currently set compression type, or
 nullif none has been set.
 
- getCompressionTypes() - Method in class javax.imageio.ImageWriteParam
- 
Returns a list of available compression types, as an array or
 Strings, ornullif a compression
 type may not be chosen using these interfaces.
 
- getConcurrency() - Method in interface java.sql.ResultSet
- 
Retrieves the concurrency mode of this ResultSetobject.
 
- getConcurrency() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the concurrency for this RowSetobject.
 
- getConditionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
- 
Returns the condition that determines whether a registered action
 occurs in response to the specified keystroke. 
- getConfiguration() - Static method in class javax.security.auth.login.Configuration
- 
Get the installed login Configuration. 
- getConfigurations() - Method in class java.awt.GraphicsDevice
- 
Returns all of the GraphicsConfigurationobjects associated with thisGraphicsDevice.
 
- getConflictValue(int) - Method in interface javax.sql.rowset.spi.SyncResolver
- 
Retrieves the value in the designated column in the current row of this
 SyncResolverobject, which is the value in the data source
 that caused a conflict.
 
- getConflictValue(String) - Method in interface javax.sql.rowset.spi.SyncResolver
- 
Retrieves the value in the designated column in the current row of this
 SyncResolverobject, which is the value in the data source
 that caused a conflict.
 
- getConfState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if data confidentiality is available
 over the context. 
- getConnectControls() - Method in class javax.naming.ldap.InitialLdapContext
-  
- getConnectControls() - Method in interface javax.naming.ldap.LdapContext
- 
Retrieves the connection request controls in effect for this context. 
- getConnection() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the connection that produced this metadata object. 
- getConnection(String, Properties) - Static method in class java.sql.DriverManager
- 
Attempts to establish a connection to the given database URL. 
- getConnection(String, String, String) - Static method in class java.sql.DriverManager
- 
Attempts to establish a connection to the given database URL. 
- getConnection(String) - Static method in class java.sql.DriverManager
- 
Attempts to establish a connection to the given database URL. 
- getConnection() - Method in interface java.sql.Statement
- 
Retrieves the Connectionobject
 that produced thisStatementobject.
 
- getConnection() - Method in interface javax.sql.DataSource
- 
Attempts to establish a connection with the data source that
 this DataSourceobject represents.
 
- getConnection(String, String) - Method in interface javax.sql.DataSource
- 
Attempts to establish a connection with the data source that
 this DataSourceobject represents.
 
- getConnection() - Method in interface javax.sql.PooledConnection
- 
Creates and returns a Connectionobject that is a handle
 for the physical connection that
 thisPooledConnectionobject represents.
 
- getConnection() - Method in interface javax.sql.RowSetInternal
- 
Retrieves the Connectionobject that was passed to thisRowSetobject.
 
- getConnectionId() - Method in class javax.management.remote.JMXConnectionNotification
- 
The connection ID to which this notification pertains. 
- getConnectionId() - Method in interface javax.management.remote.JMXConnector
- 
Gets this connection's ID from the connector server. 
- getConnectionId() - Method in interface javax.management.remote.rmi.RMIConnection
- 
Returns the connection ID. 
- getConnectionId() - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getConnectionId() - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getConnectionId() - Method in class javax.management.remote.rmi.RMIConnector
-  
- getConnectionIds() - Method in class javax.management.remote.JMXConnectorServer
-  
- getConnectionIds() - Method in interface javax.management.remote.JMXConnectorServerMBean
- 
The list of IDs for currently-open connections to this
 connector server. 
- getConnectTimeout() - Method in class java.net.URLConnection
- 
Returns setting for connect timeout. 
- getConstantExpression(Object) - Method in interface javax.lang.model.util.Elements
- 
Returns the text of a constant expression representing a
 primitive value or a string. 
- getConstantValue() - Method in interface javax.lang.model.element.VariableElement
- 
Returns the value of this variable if this is a finalfield initialized to a compile-time constant.
 
- getConstraint(String) - Method in class javax.swing.SpringLayout.Constraints
- 
Returns the value of the specified edge, which may be
 a derived value, or even null.
 
- getConstraint(String, Component) - Method in class javax.swing.SpringLayout
- 
Returns the spring controlling the distance between
 the specified edge of
 the component and the top or left edge of its parent. 
- getConstraints(Component) - Method in class java.awt.BorderLayout
- 
Gets the constraints for the specified component 
- getConstraints(Component) - Method in class java.awt.GridBagLayout
- 
Gets the constraints for the specified component. 
- getConstraints(Component) - Method in class javax.swing.SpringLayout
- 
Returns the constraints for the specified component. 
- getConstructor(Class<?>...) - Method in class java.lang.Class
- 
Returns a Constructorobject that reflects the specified
 public constructor of the class represented by thisClassobject.
 
- getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- 
Returns the ModelMBeanConstructorInfo requested by name. 
- getConstructors() - Method in class java.lang.Class
- 
Returns an array containing Constructorobjects reflecting
 all the public constructors of the class represented by thisClassobject.
 
- getConstructors() - Method in class javax.management.MBeanInfo
- 
Returns the list of the public constructors of the MBean. 
- getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the list of the public constructors  of the MBean. 
- getConstructors() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns an array of OpenMBeanConstructorInfo instances
 describing each constructor in the open MBean described by this
 OpenMBeanInfo instance. 
- getConstructors(MBeanConstructorInfo[], Object) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the MBeanConstructorInfo[] that will be used in the MBeanInfo
 returned by this MBean. 
- getContainer() - Method in class java.awt.event.ContainerEvent
- 
Returns the originator of the event. 
- getContainer() - Method in interface java.beans.beancontext.BeanContextContainerProxy
- 
Gets the java.awt.Containerassociated
 with thisBeanContext.
 
- getContainer() - Method in class javax.swing.text.View
- 
Fetches the container hosting the view. 
- getContainerGap(JComponent, int, Container) - Method in class javax.swing.LayoutStyle
- 
Returns the amount of space to place between the component and specified
 edge of its parent. 
- getContainerListeners() - Method in class java.awt.Container
- 
Returns an array of all the container listeners
 registered on this container. 
- getContent(URLConnection) - Method in class java.net.ContentHandler
- 
Given a URL connect stream positioned at the beginning of the
 representation of an object, this method reads that stream and
 creates an object from it. 
- getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
- 
Given a URL connect stream positioned at the beginning of the
 representation of an object, this method reads that stream and
 creates an object that matches one of the types specified. 
- getContent() - Method in class java.net.URL
- 
Gets the contents of this URL. 
- getContent(Class[]) - Method in class java.net.URL
- 
Gets the contents of this URL. 
- getContent() - Method in class java.net.URLConnection
- 
Retrieves the contents of this URL connection. 
- getContent(Class[]) - Method in class java.net.URLConnection
- 
Retrieves the contents of this URL connection. 
- getContent(DataSource) - Method in interface javax.activation.DataContentHandler
- 
Return an object representing the data in its most preferred form. 
- getContent() - Method in class javax.activation.DataHandler
- 
Return the data in its preferred Object form. 
- getContent() - Method in class javax.naming.BinaryRefAddr
- 
Retrieves the contents of this address as an Object. 
- getContent() - Method in class javax.naming.RefAddr
- 
Retrieves the contents of this address. 
- getContent() - Method in class javax.naming.StringRefAddr
- 
Retrieves the contents of this address. 
- getContent() - Method in class javax.swing.text.AbstractDocument
- 
Gets the content for the document. 
- getContent() - Method in class javax.swing.text.html.parser.Element
- 
Get content model 
- getContent() - Method in interface javax.xml.crypto.dsig.keyinfo.KeyInfo
- 
- getContent() - Method in interface javax.xml.crypto.dsig.keyinfo.X509Data
- 
- getContent() - Method in interface javax.xml.crypto.dsig.SignatureProperty
- 
- getContent() - Method in interface javax.xml.crypto.dsig.XMLObject
- 
- getContent() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the content of this AttachmentPartobject as a Java
 object.
 
- getContent() - Method in class javax.xml.soap.SOAPPart
- 
Returns the content of the SOAPEnvelope as a JAXP Sourceobject.
 
- getContentBorderInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getContentDescription() - Method in class javax.xml.soap.SOAPMessage
- 
Retrieves a description of this SOAPMessageobject's
 content.
 
- getContentEncoding() - Method in class java.net.URLConnection
- 
Returns the value of the content-encodingheader field.
 
- getContentHandler() - Method in class javax.xml.validation.ValidatorHandler
- 
Gets the  ContentHandler which receives the
 augmented validation result. 
- getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
- 
Return the current content handler. 
- getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Get the content event handler. 
- getContentHandler() - Method in interface org.xml.sax.XMLReader
- 
Return the current content handler. 
- getContentId() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the value of the MIME header whose name is "Content-ID". 
- getContentId() - Method in class javax.xml.soap.SOAPPart
- 
Retrieves the value of the MIME header whose name is "Content-Id". 
- getContentLength() - Method in class java.net.URLConnection
- 
Returns the value of the content-lengthheader field.
 
- getContentLengthLong() - Method in class java.net.URLConnection
- 
Returns the value of the content-lengthheader field as a
 long.
 
- getContentLocation() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the value of the MIME header whose name is "Content-Location". 
- getContentLocation() - Method in class javax.xml.soap.SOAPPart
- 
Retrieves the value of the MIME header whose name is "Content-Location". 
- getContentPane() - Method in class javax.swing.JApplet
- 
Returns the contentPane object for this applet. 
- getContentPane() - Method in class javax.swing.JDialog
- 
Returns the contentPaneobject for this dialog.
 
- getContentPane() - Method in class javax.swing.JFrame
- 
Returns the contentPaneobject for this frame.
 
- getContentPane() - Method in class javax.swing.JInternalFrame
- 
Returns the content pane for this internal frame. 
- getContentPane() - Method in class javax.swing.JRootPane
- 
Returns the content pane -- the container that holds the components
 parented by the root pane. 
- getContentPane() - Method in class javax.swing.JWindow
- 
Returns the Containerwhich is thecontentPanefor this window.
 
- getContentPane() - Method in interface javax.swing.RootPaneContainer
- 
Returns the contentPane. 
- getContents(Object) - Method in class java.awt.datatransfer.Clipboard
- 
Returns a transferable object representing the current contents
 of the clipboard. 
- getContents() - Method in class java.util.ListResourceBundle
- 
Returns an array in which each item is a pair of objects in an
 Objectarray.
 
- getContents() - Method in class javax.accessibility.AccessibleResourceBundle
- 
Deprecated. Returns the mapping between the programmatic keys and the
 localized display strings. 
- getContentType() - Method in class java.net.URLConnection
- 
Returns the value of the content-typeheader field.
 
- getContentType() - Method in class javax.activation.DataHandler
- 
Return the MIME type of this object as retrieved from
 the source object. 
- getContentType() - Method in interface javax.activation.DataSource
- 
This method returns the MIME type of the data in the form of a
 string. 
- getContentType() - Method in class javax.activation.FileDataSource
- 
This method returns the MIME type of the data in the form of a
 string. 
- getContentType(File) - Method in class javax.activation.FileTypeMap
- 
Return the type of the file object. 
- getContentType(String) - Method in class javax.activation.FileTypeMap
- 
Return the type of the file passed in. 
- getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
- 
Return the MIME type of the file object. 
- getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
- 
Return the MIME type based on the specified file name. 
- getContentType() - Method in class javax.activation.URLDataSource
- 
Returns the value of the URL content-type header field. 
- getContentType() - Method in class javax.swing.JEditorPane
- 
Gets the type of content that this editor
 is currently set to deal with. 
- getContentType() - Method in class javax.swing.text.DefaultEditorKit
- 
Gets the MIME type of the data that this
 kit represents support for. 
- getContentType() - Method in class javax.swing.text.EditorKit
- 
Gets the MIME type of the data that this
 kit represents support for. 
- getContentType() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Get the MIME type of the data that this
 kit represents support for. 
- getContentType() - Method in class javax.swing.text.rtf.RTFEditorKit
- 
Get the MIME type of the data that this
 kit represents support for. 
- getContentType() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the value of the MIME header whose name is "Content-Type". 
- getContentTypeFor(String) - Method in interface java.net.FileNameMap
- 
Gets the MIME type for the specified file name. 
- getContext() - Static method in class java.security.AccessController
- 
This method takes a "snapshot" of the current calling context, which
 includes the current Thread's inherited AccessControlContext,
 and places it in an AccessControlContext object. 
- getContext() - Method in class javax.script.AbstractScriptEngine
- 
Returns the value of the protected contextfield.
 
- getContext() - Method in interface javax.script.ScriptEngine
- 
Returns the default ScriptContextof theScriptEnginewhose Bindings, Reader
 and Writers are used for script executions when noScriptContextis specified.
 
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthButtonUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthColorChooserUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthComboBoxUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthDesktopIconUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthDesktopPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthEditorPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthInternalFrameUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthLabelUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthListUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthMenuBarUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthMenuItemUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthMenuUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthOptionPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthPanelUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthPopupMenuUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthProgressBarUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthRootPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthScrollBarUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthScrollPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthSeparatorUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthSpinnerUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthSplitPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTableHeaderUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTableUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTextAreaUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTextFieldUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthToolBarUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthToolTipUI
-  
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthTreeUI
-  
- getContext(JComponent) - Method in interface javax.swing.plaf.synth.SynthUI
- 
Returns the Context for the specified component. 
- getContext(JComponent) - Method in class javax.swing.plaf.synth.SynthViewportUI
-  
- getContext() - Method in interface javax.xml.ws.Response
- 
Gets the contained response context. 
- getContextClassLoader() - Method in class java.lang.Thread
- 
Returns the context ClassLoader for this Thread. 
- getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the context path of all the endpoints in an application. 
- getContextualShaper(int) - Static method in class java.awt.font.NumericShaper
- 
Returns a contextual shaper for the provided unicode range(s). 
- getContextualShaper(Set<NumericShaper.Range>) - Static method in class java.awt.font.NumericShaper
- 
Returns a contextual shaper for the provided Unicode
 range(s). 
- getContextualShaper(int, int) - Static method in class java.awt.font.NumericShaper
- 
Returns a contextual shaper for the provided unicode range(s). 
- getContextualShaper(Set<NumericShaper.Range>, NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
- 
Returns a contextual shaper for the provided Unicode range(s). 
- getContinuationContext(CannotProceedException) - Static method in class javax.naming.spi.NamingManager
- 
Creates a context in which to continue a context operation. 
- getContinuationDirContext(CannotProceedException) - Static method in class javax.naming.spi.DirectoryManager
- 
Creates a context in which to continue a DirContext operation. 
- getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
- 
Gets the policy on whether to continue executing existing
 periodic tasks even when this executor has been shutdown.
 
- getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
- 
Returns a  ResourceBundle.Control in which the  getFormats method returns the specified
  formats. 
- getControl(Control.Type) - Method in interface javax.sound.sampled.Line
- 
Obtains a control of the specified type,
 if there is any. 
- getControl() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control color of the current theme. 
- getControl() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control color. 
- getControlButtonsAreShown() - Method in class javax.swing.JFileChooser
- 
Returns the value of the controlButtonsAreShownproperty.
 
- getControlDarkShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control dark shadow color of the current theme. 
- getControlDarkShadow() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control dark shadow color. 
- getControlDisabled() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control disabled color of the current theme. 
- getControlDisabled() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control disabled color. 
- getControlFlag() - Method in class javax.security.auth.login.AppConfigurationEntry
- 
Return the controlFlag
 (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL)
 for this LoginModule.
 
- getControlHighlight() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control highlight color of the current theme. 
- getControlHighlight() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control highlight color. 
- getControlInfo() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control info color of the current theme. 
- getControlInfo() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control info color. 
- getControlInstance(Control) - Method in class javax.naming.ldap.ControlFactory
- 
Creates a control using this control factory. 
- getControlInstance(Control, Context, Hashtable<?, ?>) - Static method in class javax.naming.ldap.ControlFactory
- 
Creates a control using known control factories. 
- getController() - Method in class javax.imageio.IIOParam
- 
Returns whatever IIOParamControlleris currently
 installed.
 
- getController() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns whatever IIOMetadataControlleris currently
 installed.
 
- getController(int) - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current value of the specified controller. 
- getControlObject() - Method in interface java.awt.im.spi.InputMethod
- 
Returns a control object from this input method, or null. 
- getControls() - Method in interface javax.naming.ldap.HasControls
- 
Retrieves an array of Controls from the object that
 implements this interface. 
- getControls() - Method in interface javax.sound.sampled.Line
- 
Obtains the set of controls associated with this line. 
- getControlShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control shadow color of the current theme. 
- getControlShadow() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control shadow color. 
- getControlSize() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-  
- getControlTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control text color of the current theme. 
- getControlTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control text color. 
- getControlTextColor() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the control text color. 
- getControlTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the control text font. 
- getControlTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the control text font of the current theme. 
- getControlTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the control text font. 
- getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
- 
Returns the incompatible conversion. 
- getConversion() - Method in exception java.util.IllegalFormatConversionException
- 
Returns the inapplicable conversion. 
- getConversion() - Method in exception java.util.UnknownFormatConversionException
- 
Returns the unknown conversion. 
- getCookie() - Method in class javax.naming.ldap.PagedResultsResponseControl
- 
Retrieves the server-generated cookie. 
- getCookies() - Method in interface java.net.CookieStore
- 
Get all not-expired cookies in cookie store. 
- getCookieStore() - Method in class java.net.CookieManager
- 
To retrieve current cookie store. 
- getCopies() - Method in class java.awt.JobAttributes
- 
Returns the number of copies the application should render for jobs
 using these attributes. 
- getCopies() - Method in class java.awt.print.PrinterJob
- 
Gets the number of copies to be printed. 
- getCopyAction() - Static method in class javax.swing.TransferHandler
- 
Returns an Actionthat performs copy operations to the
 clipboard.
 
- getCorePoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the core number of threads. 
- getCorner(String) - Method in class javax.swing.JScrollPane
- 
Returns the component at the specified corner. 
- getCorner(String) - Method in class javax.swing.ScrollPaneLayout
- 
Returns the Componentat the specified corner.
 
- getCount() - Method in interface java.lang.management.BufferPoolMXBean
- 
Returns an estimate of the number of buffers in the pool. 
- getCount() - Method in class java.lang.management.MemoryNotificationInfo
- 
Returns the number of times that the memory usage has crossed
 a threshold when the notification was constructed. 
- getCount() - Method in class java.util.concurrent.CountDownLatch
- 
Returns the current count. 
- getCountLimit() - Method in class javax.naming.directory.SearchControls
- 
Retrieves the maximum number of entries that will be returned
 as a result of the search. 
- getCountry() - Method in class java.util.Locale
- 
Returns the country/region code for this locale, which should
 either be the empty string, an uppercase ISO 3166 2-letter code,
 or a UN M.49 3-digit code. 
- getCrc() - Method in class java.util.zip.ZipEntry
- 
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if
 not known. 
- getCreationDate(String) - Method in class java.security.KeyStore
- 
Returns the creation date of the entry identified by the given alias. 
- getCreationTime() - Method in interface javax.net.ssl.SSLSession
- 
Returns the time at which this Session representation was created,
 in milliseconds since midnight, January 1, 1970 UTC. 
- getCredDelegState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if credential delegation is enabled on
 this context. 
- getCredentialClass() - Method in class javax.security.auth.PrivateCredentialPermission
- 
Returns the Class name of the Credential associated with this
 PrivateCredentialPermission.
 
- getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
- 
Gets a Set of the OID strings for the extension(s) marked
 CRITICAL in the certificate/CRL managed by the object
 implementing this interface. 
- getCRLs(CRLSelector) - Method in class java.security.cert.CertStore
- 
Returns a CollectionofCRLs that
 match the specified selector.
 
- getCrossFeedResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- 
Returns this resolution attribute's cross feed direction resolution in
 the given units. 
- getCrossFeedResolutionDphi() - Method in class javax.print.attribute.ResolutionSyntax
- 
Returns this resolution attribute's cross feed direction resolution in
 units of dphi. 
- getCrossPlatformLookAndFeelClassName() - Static method in class javax.swing.UIManager
- 
Returns the name of the LookAndFeelclass that implements
 the default cross platform look and feel -- the Java
 Look and Feel (JLF).
 
- getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the foreign key columns in the given foreign key
 table that reference the primary key or the columns representing a unique constraint of the  parent table (could be the same or a different table). 
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the crtCoefficient. 
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the crtCoefficient. 
- getCrtCoefficient() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the crtCoefficient. 
- getCrtCoefficient() - Method in class java.security.spec.RSAOtherPrimeInfo
- 
Returns the prime's crtCoefficient. 
- getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the crtCoefficient. 
- getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
- 
Used to indicate whether the 'ctrl' key was depressed during the firing
 of the event. 
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the first control point. 
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the first control point. 
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the first control point. 
- getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the second control point. 
- getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the second control point. 
- getCtrlP2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the second control point. 
- getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the control point. 
- getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the control point. 
- getCtrlPt() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the control point. 
- getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the X coordinate of the control point in
 doubleprecision.
 
- getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the X coordinate of the control point in
 doubleprecision.
 
- getCtrlX() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the X coordinate of the control point in
 doubleprecision.
 
- getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the X coordinate of the first control point in double precision. 
- getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the X coordinate of the first control point in double precision. 
- getCtrlX1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the X coordinate of the first control point in double precision. 
- getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the X coordinate of the second control point
 in double precision. 
- getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the X coordinate of the second control point
 in double precision. 
- getCtrlX2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the X coordinate of the second control point
 in double precision. 
- getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the Y coordinate of the control point in
 doubleprecision.
 
- getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the Y coordinate of the control point in
 doubleprecision.
 
- getCtrlY() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the Y coordinate of the control point in
 doubleprecision.
 
- getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the Y coordinate of the first control point in double precision. 
- getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the Y coordinate of the first control point in double precision. 
- getCtrlY1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the Y coordinate of the first control point in double precision. 
- getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the Y coordinate of the second control point
 in double precision. 
- getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the Y coordinate of the second control point
 in double precision. 
- getCtrlY2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the Y coordinate of the second control point
 in double precision. 
- getCurrency() - Method in class java.text.DecimalFormat
- 
Gets the currency used by this decimal format when formatting
 currency values. 
- getCurrency() - Method in class java.text.DecimalFormatSymbols
- 
Gets the currency of these DecimalFormatSymbols. 
- getCurrency() - Method in class java.text.NumberFormat
- 
Gets the currency used by this number format when formatting
 currency values. 
- getCurrencyCode() - Method in class java.util.Currency
- 
Gets the ISO 4217 currency code of this currency. 
- getCurrencyInstance() - Static method in class java.text.NumberFormat
- 
Returns a currency format for the current default locale. 
- getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
- 
Returns a currency format for the specified locale. 
- getCurrencyInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
- 
Returns a new NumberFormatinstance which formats
 monetary values for the specified locale.
 
- getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
- 
Returns the currency symbol for the currency of these
 DecimalFormatSymbols in their locale. 
- getCurrent() - Method in class java.awt.CheckboxGroup
- 
Deprecated.
As of JDK version 1.1,
 replaced by getSelectedCheckbox().
 
 
- getCurrentAccessibleContext() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the AccessibleContext for the table cell renderer. 
- getCurrentAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the accessible value of this object. 
- getCurrentAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- 
Gets the value of this object as a Number.
 
- getCurrentAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the accessible value of this object. 
- getCurrentAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the accessible value of this object. 
- getCurrentAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the accessible value of this object. 
- getCurrentAccessibleValue() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Get the value of this object as a Number. 
- getCurrentAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Gets the accessible value of this object. 
- getCurrentComponent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the table cell renderer component. 
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetContext
- 
get the available DataFlavors of the
 Transferableoperand of this operation.
 
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns the current DataFlavors from theDropTargetContext.
 
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns the current DataFlavors. 
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetContext
- 
This method returns a the currently available DataFlavors
 of the Transferableoperand
 as ajava.util.List.
 
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns the current DataFlavors
 as ajava.util.List
 
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns the currently available
 DataFlavors as ajava.util.List.
 
- getCurrentDirectory() - Method in class javax.swing.JFileChooser
- 
Returns the current directory. 
- getCurrentEvent() - Static method in class java.awt.EventQueue
- 
Returns the the event currently being dispatched by the
 EventQueueassociated with the calling thread.
 
- getCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
- 
Returns the current focus cycle root, if the current focus cycle root is
 in the same context as the calling thread. 
- getCurrentKeyboardFocusManager() - Static method in class java.awt.KeyboardFocusManager
- 
Returns the current KeyboardFocusManager instance for the calling
 thread's context. 
- getCurrentLine() - Method in class javax.swing.text.html.parser.Parser
-  
- getCurrentLineLength() - Method in class javax.swing.text.AbstractWriter
- 
Returns the current line length. 
- getCurrentManager() - Static method in class javax.swing.FocusManager
- 
Returns the current KeyboardFocusManagerinstance
 for the calling thread's context.
 
- getCurrentPoint() - Method in class java.awt.geom.Path2D
- 
Returns the coordinates most recently added to the end of the path
 as a  Point2D object. 
- getCurrentPos() - Method in class javax.swing.text.html.parser.Parser
-  
- getCurrentServiceClasses() - Method in interface java.beans.beancontext.BeanContextServices
- 
Gets the currently available services for this context. 
- getCurrentServiceClasses() - Method in class java.beans.beancontext.BeanContextServicesSupport
-  
- getCurrentServiceSelectors() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- 
Gets the list of service dependent selectors. 
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface java.beans.beancontext.BeanContextServiceProvider
- 
Invoked by BeanContextServices, this method
 gets the current service selectors for the specified service.
 
- getCurrentServiceSelectors(Class) - Method in interface java.beans.beancontext.BeanContextServices
- 
Gets the list of service dependent service parameters
 (Service Selectors) for the specified service, by
 calling getCurrentServiceSelectors() on the
 underlying BeanContextServiceProvider. 
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-  
- getCurrentServiceSelectors(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
-  
- getCurrentTarget() - Method in interface org.w3c.dom.events.Event
- 
Used to indicate the EventTargetwhoseEventListenersare currently being processed.
 
- getCurrentTheme() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Return the theme currently being used by MetalLookAndFeel.
 
- getCurrentThreadCpuTime() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the total CPU time for the current thread in nanoseconds. 
- getCurrentThreadUserTime() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the CPU time that the current thread has executed
 in user mode in nanoseconds. 
- getCurrentWriter() - Method in class javax.swing.text.AbstractDocument
- 
Fetches the current writing thread if there is one. 
- getCursor() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the Cursorof this object.
 
- getCursor() - Method in class java.awt.Component
- 
Gets the cursor set in the component. 
- getCursor() - Method in class java.awt.dnd.DragSourceContext
- 
Returns the current drag Cursor.
 
- getCursor() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the Cursor of this object. 
- getCursor() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the Cursorof this object.
 
- getCursor() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the Cursor of this object. 
- getCursor() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getCursor() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the Cursorof this object.
 
- getCursor() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getCursor() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getCursorName() - Method in interface java.sql.ResultSet
- 
Retrieves the name of the SQL cursor used by this ResultSetobject.
 
- getCursorType() - Method in class java.awt.Frame
- 
Deprecated.
As of JDK version 1.1,
 replaced by Component.getCursor().
 
 
- getCurve() - Method in class java.security.spec.ECParameterSpec
- 
Returns the elliptic curve that this parameter defines. 
- getCustomEditor() - Method in interface java.beans.PropertyEditor
- 
A PropertyEditor may choose to make available a full custom Component
 that edits its property value. 
- getCustomEditor() - Method in class java.beans.PropertyEditorSupport
- 
A PropertyEditor may chose to make available a full custom Component
 that edits its property value. 
- getCustomizerClass() - Method in class java.beans.BeanDescriptor
- 
Gets the Class object for the bean's customizer. 
- getCutAction() - Static method in class javax.swing.TransferHandler
- 
Returns an Actionthat performs cut operations to the
 clipboard.
 
- getCycleMethod() - Method in class java.awt.MultipleGradientPaint
- 
Returns the enumerated type which specifies cycling behavior. 
- getDaemonThreadCount() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the current number of live daemon threads. 
- getDashArray() - Method in class java.awt.BasicStroke
- 
Returns the array representing the lengths of the dash segments. 
- getDashPhase() - Method in class java.awt.BasicStroke
- 
Returns the current dash phase. 
- getData() - Method in class java.awt.color.ICC_Profile
- 
Returns a byte array corresponding to the data of this ICC_Profile. 
- getData(int) - Method in class java.awt.color.ICC_Profile
- 
Returns a particular tagged data element from the profile as
 a byte array. 
- getData(DataFlavor) - Method in class java.awt.datatransfer.Clipboard
- 
Returns an object representing the current contents of this clipboard
 in the specified DataFlavor.
 
- getData() - Method in class java.awt.image.BufferedImage
- 
Returns the image as one large tile. 
- getData(Rectangle) - Method in class java.awt.image.BufferedImage
- 
Computes and returns an arbitrary region of the
 BufferedImage.
 
- getData() - Method in class java.awt.image.DataBufferByte
- 
Returns the default (first) byte data array. 
- getData(int) - Method in class java.awt.image.DataBufferByte
- 
Returns the data array for the specified bank. 
- getData() - Method in class java.awt.image.DataBufferDouble
- 
Returns the default (first) doubledata array.
 
- getData(int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the data array for the specified bank. 
- getData() - Method in class java.awt.image.DataBufferFloat
- 
Returns the default (first) floatdata array.
 
- getData(int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the data array for the specified bank. 
- getData() - Method in class java.awt.image.DataBufferInt
- 
Returns the default (first) int data array in DataBuffer.
 
- getData(int) - Method in class java.awt.image.DataBufferInt
- 
Returns the data array for the specified bank. 
- getData() - Method in class java.awt.image.DataBufferShort
- 
Returns the default (first) byte data array. 
- getData(int) - Method in class java.awt.image.DataBufferShort
- 
Returns the data array for the specified bank. 
- getData() - Method in class java.awt.image.DataBufferUShort
- 
Returns the default (first) unsigned-short data array. 
- getData(int) - Method in class java.awt.image.DataBufferUShort
- 
Returns the data array for the specified bank. 
- getData() - Method in interface java.awt.image.RenderedImage
- 
Returns the image as one large tile (for tile based
 images this will require fetching the whole image
 and copying the image data over). 
- getData(Rectangle) - Method in interface java.awt.image.RenderedImage
- 
Computes and returns an arbitrary region of the RenderedImage. 
- getData() - Method in class java.net.DatagramPacket
- 
Returns the data buffer. 
- getData() - Method in class java.rmi.activation.ActivationDesc
- 
Returns a "marshalled object" containing intialization/activation
 data for the object specified by this descriptor. 
- getData() - Method in class java.rmi.activation.ActivationGroupDesc
- 
Returns the group's initialization data. 
- getData() - Method in class javax.imageio.stream.IIOByteBuffer
- 
Returns a reference to the byte array. 
- getData() - Method in class javax.sound.midi.MetaMessage
- 
Obtains a copy of the data for the meta message. 
- getData() - Method in class javax.sound.midi.SoundbankResource
- 
Obtains the sampled audio that is stored in this SoundbankResource.
 
- getData() - Method in class javax.sound.midi.SysexMessage
- 
Obtains a copy of the data for the system exclusive message. 
- getData() - Method in class javax.swing.text.html.FormSubmitEvent
- 
Gets the form submission data. 
- getData() - Method in class javax.swing.text.html.parser.Entity
- 
Returns the data.
 
- getData() - Method in interface javax.xml.stream.events.Characters
- 
Get the character data of this event 
- getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
- 
The data section of the processing instruction 
- getData() - Method in interface org.w3c.dom.CharacterData
- 
The character data of the node that implements this interface. 
- getData() - Method in interface org.w3c.dom.ProcessingInstruction
- 
The content of this processing instruction. 
- getData1() - Method in class javax.sound.midi.ShortMessage
- 
Obtains the first data byte in the message. 
- getData2() - Method in class javax.sound.midi.ShortMessage
- 
Obtains the second data byte in the message. 
- getDatabaseMajorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the major version number of the underlying database. 
- getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the minor version number of the underlying database. 
- getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the name of this database product. 
- getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the version number of this database product. 
- getDataBitOffset() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the data bit offset in bits. 
- getDataBuffer() - Method in class java.awt.image.Raster
- 
Returns the DataBuffer associated with this Raster. 
- getDataClass() - Method in class javax.sound.midi.SoundbankResource
- 
Obtains the class used by this sample to represent its data. 
- getDataElement(int[], int) - Method in class java.awt.image.ColorModel
- 
Returns a pixel value represented as an intin thisColorModel, given an array of unnormalized color/alpha
 components.
 
- getDataElement(float[], int) - Method in class java.awt.image.ColorModel
- 
Returns a pixel value represented as an intin thisColorModel, given an array of normalized color/alpha
 components.
 
- getDataElement(int[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns a pixel value represented as an int in this ColorModel,
 given an array of unnormalized color/alpha components.
 
- getDataElement(float[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns a pixel value represented as an intin thisColorModel, given an array of normalized color/alpha
 components.
 
- getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
- 
Returns a pixel value represented as an intin thisColorModel, given an array of unnormalized color/alpha
 components.
 
- getDataElement(int[], int) - Method in class java.awt.image.IndexColorModel
- 
Returns a pixel value represented as an int in this
 ColorModelgiven an array of unnormalized
 color/alpha components.
 
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns data for a single pixel in a primitive array of type
 TransferType. 
- getDataElements(int, Object) - Method in class java.awt.image.ColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an integer pixel representation in
 the default RGB color model.
 
- getDataElements(int[], int, Object) - Method in class java.awt.image.ColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an array of unnormalized color/alpha
 components.
 
- getDataElements(float[], int, Object) - Method in class java.awt.image.ColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an array of normalized color/alpha
 components.
 
- getDataElements(int, Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an integer pixel representation
 in the default RGB color model.
 
- getDataElements(int[], int, Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an array of unnormalized color/alpha
 components.
 
- getDataElements(float[], int, Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an array of normalized color/alpha
 components.
 
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns data for a single pixel in a primitive array of type
 TransferType.
 
- getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an integer pixel representation in the
 default RGB color model.
 
- getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an array of unnormalized color/alpha
 components.
 
- getDataElements(int, Object) - Method in class java.awt.image.IndexColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModel, given an integer pixel representation in the
 default RGB color model. 
- getDataElements(int[], int, Object) - Method in class java.awt.image.IndexColorModel
- 
Returns a data element array representation of a pixel in this
 ColorModelgiven an array of unnormalized color/alpha
 components.
 
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns data for a single pixel in a primitive array of type
 TransferType. 
- getDataElements(int, int, Object) - Method in class java.awt.image.Raster
- 
Returns data for a single pixel in a primitive array of type
 TransferType. 
- getDataElements(int, int, int, int, Object) - Method in class java.awt.image.Raster
- 
Returns the pixel data for the specified rectangle of pixels in a
 primitive array of type TransferType. 
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns data for a single pixel in a primitive array of type
 TransferType. 
- getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the pixel data for the specified rectangle of pixels in a
 primitive array of type TransferType. 
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns data for a single pixel in a primitive array of type
 TransferType. 
- getDataFlavors() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the data flavors for this transfer. 
- getDataHandler() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the DataHandlerobject for thisAttachmentPartobject.
 
- getDataLength(int) - Method in class javax.sound.midi.ShortMessage
- 
Retrieves the number of data bytes associated with a particular
 status byte value. 
- getDatalink() - Method in class javax.sql.rowset.serial.SerialDatalink
- 
Returns a new URL that is a copy of this SerialDatalinkobject.
 
- getDataSize() - Method in exception java.sql.DataTruncation
- 
Gets the number of bytes of data that should have been transferred. 
- getDataSource() - Method in class javax.activation.DataHandler
- 
Return the DataSource associated with this instance
 of DataHandler. 
- getDataSourceLock() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns the current data source lock severity level active in this
 SyncProviderimplementation.
 
- getDataSourceName() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the logical name that when supplied to a naming service
 that uses the Java Naming and Directory Interface (JNDI) API, will
 retrieve a javax.sql.DataSourceobject.
 
- getDataSourceName() - Method in interface javax.sql.RowSet
- 
Retrieves the logical name that identifies the data source for this
 RowSetobject.
 
- getDataType() - Method in class java.awt.image.DataBuffer
- 
Returns the data type of this DataBuffer. 
- getDataType() - Method in class java.awt.image.SampleModel
- 
Returns the data type of the DataBuffer storing the pixel data. 
- getDataTypeSize(int) - Static method in class java.awt.image.DataBuffer
- 
Returns the size (in bits) of the data type, given a datatype tag. 
- getDataVector() - Method in class javax.swing.table.DefaultTableModel
- 
Returns the VectorofVectorsthat contains the table's
  data values.
 
- getDate() - Method in class java.net.URLConnection
- 
Returns the value of the dateheader field.
 
- getDate() - Method in class java.security.cert.PKIXParameters
- 
Returns the time for which the validity of the certification path
 should be determined. 
- getDate(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC DATEparameter as ajava.sql.Dateobject.
 
- getDate(int, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC DATEparameter as ajava.sql.Dateobject, using
 the givenCalendarobject
 to construct the date.
 
- getDate(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC DATEparameter as ajava.sql.Dateobject.
 
- getDate(String, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC DATEparameter as ajava.sql.Dateobject, using
 the givenCalendarobject
 to construct the date.
 
- getDate(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Dateobject in the Java programming language.
 
- getDate(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Dateobject in the Java programming language.
 
- getDate(int, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Dateobject
 in the Java programming language.
 
- getDate(String, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Dateobject
 in the Java programming language.
 
- getDate() - Method in class java.sql.Time
- 
Deprecated.  
- getDate() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.DAY_OF_MONTH).
 
 
- getDate(Integer) - Method in class javax.management.timer.Timer
- 
Gets a copy of the date associated to a timer notification. 
- getDate(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets a copy of the date associated to a timer notification. 
- getDate() - Method in class javax.swing.SpinnerDateModel
- 
Returns the current element in this sequence of Dates.
 
- getDateAndTime() - Method in class java.security.cert.X509CRLSelector
- 
Returns the dateAndTime criterion. 
- getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
- 
Gets a copy of the date and time format symbols of this date format. 
- getDateInstance() - Static method in class java.text.DateFormat
- 
Gets the date formatter with the default formatting style
 for the default locale. 
- getDateInstance(int) - Static method in class java.text.DateFormat
- 
Gets the date formatter with the given formatting style
 for the default locale. 
- getDateInstance(int, Locale) - Static method in class java.text.DateFormat
- 
Gets the date formatter with the given formatting style
 for the given locale. 
- getDateInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
- 
Returns a new DateFormatinstance which formats date
 with the given formatting style for the specified locale.
 
- getDateTimeInstance() - Static method in class java.text.DateFormat
- 
Gets the date/time formatter with the default formatting style
 for the default locale. 
- getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
- 
Gets the date/time formatter with the given date and time
 formatting styles for the default locale. 
- getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
- 
Gets the date/time formatter with the given formatting styles
 for the given locale. 
- getDateTimeInstance(int, int, Locale) - Method in class java.text.spi.DateFormatProvider
- 
Returns a new DateFormatinstance which formats date and time
 with the given formatting style for the specified locale.
 
- getDay() - Method in class java.sql.Time
- 
Deprecated.  
- getDay() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.DAY_OF_WEEK).
 
 
- getDay() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getDays() - Method in class javax.xml.datatype.Duration
- 
Obtains the value of the DAYS field as an integer value,
 or 0 if not present. 
- getDCHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- 
Returns a copy of the array of DC Huffman tables set on the
 most recent call to setDecodeTables, ornullif tables are not currently set.
 
- getDCHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- 
Returns a copy of the array of DC Huffman tables set on the
 most recent call to setEncodeTables, ornullif tables are not currently set.
 
- getDebugGraphicsOptions() - Method in class javax.swing.JComponent
- 
Returns the state of graphics debugging. 
- getDebugOptions() - Method in class javax.swing.DebugGraphics
- 
Returns the current debugging options for this DebugGraphics. 
- getDecayTime() - Method in class javax.sound.sampled.ReverbType
- 
Obtains the decay time, which is the amount of time over which the
 late reflections attenuate to effective zero. 
- getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
- 
Returns a copy of the decimal format symbols, which is generally not
 changed by the programmer or user. 
- getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for decimal sign. 
- getDeclaration(String) - Method in class javax.swing.text.html.StyleSheet
- 
Translates a CSS declaration to an AttributeSet that represents
 the CSS declaration. 
- getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
- 
Return the declaration of this entity. 
- getDeclaredAnnotations() - Method in class java.lang.Class
-  
- getDeclaredAnnotations() - Method in class java.lang.Package
-  
- getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
-  
- getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
- 
Returns all annotations that are directly present on this
 element. 
- getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
-  
- getDeclaredAnnotations() - Method in class java.lang.reflect.Field
-  
- getDeclaredAnnotations() - Method in class java.lang.reflect.Method
-  
- getDeclaredClasses() - Method in class java.lang.Class
- 
Returns an array of Classobjects reflecting all the
 classes and interfaces declared as members of the class represented by
 thisClassobject.
 
- getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
- 
Returns a Constructorobject that reflects the specified
 constructor of the class or interface represented by thisClassobject.
 
- getDeclaredConstructors() - Method in class java.lang.Class
- 
Returns an array of Constructorobjects reflecting all the
 constructors declared by the class represented by thisClassobject.
 
- getDeclaredField(String) - Method in class java.lang.Class
- 
Returns a Fieldobject that reflects the specified declared
 field of the class or interface represented by thisClassobject.
 
- getDeclaredFields() - Method in class java.lang.Class
- 
Returns an array of Fieldobjects reflecting all the fields
 declared by the class or interface represented by thisClassobject.
 
- getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
- 
Returns a Methodobject that reflects the specified
 declared method of the class or interface represented by thisClassobject.
 
- getDeclaredMethods() - Method in class java.lang.Class
- 
Returns an array of Methodobjects reflecting all the
 methods declared by the class or interface represented by thisClassobject.
 
- getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Return an enumeration of all prefixes declared in this context. 
- getDeclaredType(TypeElement, TypeMirror...) - Method in interface javax.lang.model.util.Types
- 
Returns the type corresponding to a type element and
 actual type arguments. 
- getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in interface javax.lang.model.util.Types
- 
Returns the type corresponding to a type element
 and actual type arguments, given a
  containing type
 of which it is a member. 
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
- 
Returns the Java binding of the xml element declaration's type attribute. 
- getDeclaringClass() - Method in class java.lang.Class
- 
If the class or interface represented by this Classobject
 is a member of another class, returns theClassobject
 representing the class in which it was declared.
 
- getDeclaringClass() - Method in class java.lang.Enum
- 
Returns the Class object corresponding to this enum constant's
 enum type. 
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
- 
Returns the Classobject representing the class that declares
 the constructor represented by thisConstructorobject.
 
- getDeclaringClass() - Method in class java.lang.reflect.Field
- 
Returns the Classobject representing the class or interface
 that declares the field represented by thisFieldobject.
 
- getDeclaringClass() - Method in interface java.lang.reflect.Member
- 
Returns the Class object representing the class or interface
 that declares the member or constructor represented by this Member. 
- getDeclaringClass() - Method in class java.lang.reflect.Method
- 
Returns the Classobject representing the class or interface
 that declares the method represented by thisMethodobject.
 
- getDecomposition() - Method in class java.text.Collator
- 
Get the decomposition mode of this Collator. 
- getDeepestComponentAt(Component, int, int) - Static method in class javax.swing.SwingUtilities
- 
Returns the deepest visible descendent Component of parentthat contains the locationx,y.
 
- getDefault() - Static method in class java.net.CookieHandler
- 
Gets the system-wide cookie handler. 
- getDefault() - Static method in class java.net.ProxySelector
- 
Gets the system-wide proxy selector. 
- getDefault() - Static method in class java.net.ResponseCache
- 
Gets the system-wide response cache. 
- getDefault() - Static method in class java.nio.file.FileSystems
- 
Returns the default FileSystem.
 
- getDefault() - Static method in class java.util.Locale
- 
Gets the current value of the default locale for this instance
 of the Java Virtual Machine. 
- getDefault(Locale.Category) - Static method in class java.util.Locale
- 
Gets the current value of the default locale for the specified Category
 for this instance of the Java Virtual Machine. 
- getDefault() - Static method in class java.util.TimeZone
- 
Gets the default TimeZonefor this host.
 
- getDefault() - Static method in class javax.net.ServerSocketFactory
- 
Returns a copy of the environment's default socket factory. 
- getDefault() - Static method in class javax.net.SocketFactory
- 
Returns a copy of the environment's default socket factory. 
- getDefault() - Static method in class javax.net.ssl.SSLContext
- 
Returns the default SSL context. 
- getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
- 
Returns the default SSL server socket factory. 
- getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
- 
Returns the default SSL socket factory. 
- getDefaultAction() - Method in interface javax.swing.text.Keymap
- 
Fetches the default action to fire if a
 key is typed (i.e. 
- getDefaultActions() - Method in class java.awt.dnd.DropTarget
- 
Gets an intrepresenting the
 current action(s) supported by thisDropTarget.
 
- getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
- 
Obtains the default KeyManagerFactory algorithm name. 
- getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
- 
Obtains the default TrustManagerFactory algorithm name. 
- getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
- 
Returns the default value of the allowUserInteractionfield.
 
- getDefaultAttributeValue(Class<? extends Attribute>) - Method in interface javax.print.PrintService
- 
Determines this print service's default printing attribute value in
 the given category. 
- getDefaultButton() - Method in class javax.swing.JRootPane
- 
Returns the value of the defaultButtonproperty.
 
- getDefaultButton(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getDefaultButton(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
- 
Returns default button for current LookAndFeel.
 
- getDefaultChoice() - Method in class javax.security.auth.callback.ChoiceCallback
- 
Get the defaultChoice. 
- getDefaultChooserPanels() - Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
-  
- getDefaultCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
- 
Returns the list of cipher suites which are enabled by default. 
- getDefaultCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
- 
Returns the list of cipher suites which are enabled by default. 
- getDefaultClassLoader() - Method in class javax.management.remote.rmi.RMIServerImpl
- 
Gets the default ClassLoaderused by this connector
 server.
 
- getDefaultClosedIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the default icon, for the current laf, that is used to
 represent non-leaf nodes that are not expanded. 
- getDefaultCloseOperation() - Method in class javax.swing.JDialog
- 
Returns the operation which occurs when the user
 initiates a "close" on this dialog. 
- getDefaultCloseOperation() - Method in class javax.swing.JFrame
- 
Returns the operation that occurs when the user
 initiates a "close" on this frame. 
- getDefaultCloseOperation() - Method in class javax.swing.JInternalFrame
- 
Returns the default operation that occurs when the user
 initiates a "close" on this internal frame. 
- getDefaultCommandMap() - Static method in class javax.activation.CommandMap
- 
Get the default CommandMap. 
- getDefaultComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns the default Component to focus. 
- getDefaultComponent(Container) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the default Component to focus. 
- getDefaultComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the default Component to focus. 
- getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
- 
Returns the default GraphicsConfigurationassociated with thisGraphicsDevice.
 
- getDefaultController() - Method in class javax.imageio.IIOParam
- 
Returns the default IIOParamController, if there
 is one, regardless of the currently installed controller.
 
- getDefaultController() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns the default IIOMetadataController, if there
 is one, regardless of the currently installed controller.
 
- getDefaultCursor() - Static method in class java.awt.Cursor
- 
Return the system default cursor. 
- getDefaultCursor() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Returns the default cursor. 
- getDefaultDirectory() - Method in class javax.swing.filechooser.FileSystemView
- 
Return the user's default starting directory for the file chooser. 
- getDefaultDomain() - Method in interface javax.management.MBeanServer
-  
- getDefaultDomain() - Method in interface javax.management.MBeanServerConnection
- 
Returns the default domain used for naming the MBean. 
- getDefaultDomain(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getDefaultDomain(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getDefaultDomain(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getDefaultDragSource() - Static method in class java.awt.dnd.DragSource
- 
Gets the DragSourceobject associated with
 the underlying platform.
 
- getDefaultEditor(Class<?>) - Method in class javax.swing.JTable
- 
Returns the editor to be used when no editor has been set in
 a TableColumn.
 
- getDefaultEventIndex() - Method in interface java.beans.BeanInfo
- 
A bean may have a "default" event that is the event that will
 mostly commonly be used by humans when using the bean. 
- getDefaultEventIndex() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge of a default event. 
- getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
- 
Return the default FileTypeMap for the system. 
- getDefaultFlavorMap() - Static method in class java.awt.datatransfer.SystemFlavorMap
- 
Returns the default FlavorMap for this thread's ClassLoader. 
- getDefaultFocusTraversalKeys(int) - Method in class java.awt.KeyboardFocusManager
- 
Returns a Set of default focus traversal keys for a given traversal
 operation. 
- getDefaultFocusTraversalPolicy() - Method in class java.awt.KeyboardFocusManager
- 
Returns the default FocusTraversalPolicy. 
- getDefaultFormatter() - Method in class javax.swing.text.DefaultFormatterFactory
- 
Returns the JFormattedTextField.AbstractFormatterto use
 as a last resort, eg in case a display, edit or nullJFormattedTextField.AbstractFormatterhas not been specified.
 
- getDefaultFractionDigits() - Method in class java.util.Currency
- 
Gets the default number of fraction digits used with this currency. 
- getDefaultHostnameVerifier() - Static method in class javax.net.ssl.HttpsURLConnection
- 
Gets the default HostnameVerifierthat is inherited
 by new instances of this class.
 
- getDefaultIcon() - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
- 
Returns the default icon. 
- getDefaultIcon(AbstractButton) - Method in class javax.swing.plaf.synth.SynthButtonUI
- 
Returns the default icon. 
- getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class javax.imageio.ImageWriter
- 
Returns an IIOMetadataobject containing default
 values for encoding an image of the given type.
 
- getDefaultInitCtx() - Method in class javax.naming.InitialContext
- 
Retrieves the initial context by calling
 NamingManager.getInitialContext()and cache it in defaultInitCtx.
 
- getDefaultInstance() - Static method in class javax.imageio.spi.IIORegistry
- 
Returns the default IIORegistryinstance used by
 the Image I/O API.
 
- getDefaultLeafIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the default icon, for the current laf, that is used to
 represent leaf nodes. 
- getDefaultLightWeightPopupEnabled() - Static method in class javax.swing.JPopupMenu
- 
Gets the defaultLightWeightPopupEnabledproperty,
  which by default istrue.
 
- getDefaultLocale() - Static method in class javax.swing.JComponent
- 
Returns the default locale used to initialize each JComponent's
 locale property upon creation. 
- getDefaultLocale() - Method in class javax.swing.UIDefaults
- 
Returns the default locale. 
- getDefaultName() - Method in class javax.security.auth.callback.NameCallback
- 
Get the default name. 
- getDefaultNamespacePrefix() - Method in class javax.xml.crypto.dom.DOMCryptoContext
-  
- getDefaultNamespacePrefix() - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the default namespace prefix. 
- getDefaultOpenIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the default icon, for the current laf, that is used to
 represent non-leaf nodes that are expanded. 
- getDefaultOption() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the default option. 
- getDefaultPort() - Method in class java.net.URL
- 
Gets the default port number of the protocol associated
 with this URL.
 
- getDefaultPort() - Method in class java.net.URLStreamHandler
- 
Returns the default port for a URL parsed by this handler. 
- getDefaultPrintService() - Method in class javax.print.PrintServiceLookup
- 
Not called directly by applications. 
- getDefaultPropertyIndex() - Method in interface java.beans.BeanInfo
- 
A bean may have a "default" property that is the property that will
 mostly commonly be initially chosen for update by human's who are
 customizing the bean. 
- getDefaultPropertyIndex() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge of a default property. 
- getDefaultProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
- 
Returns the canonical instance of the default provider
 for the service provider interface  RMIClassLoaderSpi. 
- getDefaultQueue() - Static method in class javax.swing.text.LayoutQueue
- 
Fetch the default layout queue. 
- getDefaultReadParam() - Method in class javax.imageio.ImageReader
- 
Returns a default ImageReadParamobject
 appropriate for this format.
 
- getDefaultRenderer(Class<?>) - Method in class javax.swing.JTable
- 
Returns the cell renderer to be used when no renderer has been set in
 a TableColumn.
 
- getDefaultRenderer() - Method in class javax.swing.table.JTableHeader
- 
Returns the default renderer used when no headerRendereris defined by aTableColumn.
 
- getDefaultRepresentationClass() - Method in class java.awt.datatransfer.DataFlavor
-  
- getDefaultRepresentationClassAsString() - Method in class java.awt.datatransfer.DataFlavor
-  
- getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
- 
Deprecated.
The instance specific getRequestProperty method
 should be used after an appropriate instance of URLConnection
 is obtained. 
 
- getDefaultRootElement() - Method in class javax.swing.text.AbstractDocument
- 
Returns the root element that views should be based upon
 unless some other mechanism for assigning views to element
 structures is provided. 
- getDefaultRootElement() - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets the default root element. 
- getDefaultRootElement() - Method in interface javax.swing.text.Document
- 
Returns the root element that views should be based upon,
 unless some other mechanism for assigning views to element
 structures is provided. 
- getDefaultRootElement() - Method in class javax.swing.text.PlainDocument
- 
Gets the default root element for the document model. 
- getDefaults() - Method in class javax.swing.LookAndFeel
- 
Returns the look and feel defaults. 
- getDefaults() - Method in class javax.swing.plaf.basic.BasicLookAndFeel
- 
Returns the look and feel defaults. 
- getDefaults() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the look and feel defaults. 
- getDefaults() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
- 
Creates, initializes, and returns
 the look and feel specific defaults. 
- getDefaults() - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
-  
- getDefaults() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Returns the defaults for this SynthLookAndFeel. 
- getDefaults() - Static method in class javax.swing.UIManager
- 
Returns the defaults. 
- getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
- 
Returns the default screen GraphicsDevice.
 
- getDefaultSelection() - Method in class java.awt.JobAttributes
- 
Specifies whether, for jobs using these attributes, the application
 should print all pages, the range specified by the return value of
 getPageRanges, or the current selection.
 
- getDefaultSize() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Return the default size of an empty display area of the combo box using
 the current renderer and font. 
- getDefaultSize() - Method in class javax.swing.plaf.synth.SynthComboBoxUI
- 
Returns the default size of an empty display area of the combo box using
 the current renderer and font. 
- getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
- 
Returns a reference to the default socket factory used
 by this RMI implementation. 
- getDefaultSoundbank() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains the default soundbank for the synthesizer, if one exists. 
- getDefaultSSLParameters() - Method in class javax.net.ssl.SSLContext
- 
Returns a copy of the SSLParameters indicating the default
 settings for this SSL context. 
- getDefaultSSLSocketFactory() - Static method in class javax.net.ssl.HttpsURLConnection
- 
Gets the default static SSLSocketFactorythat is
 inherited by new instances of this class.
 
- getDefaultStream() - Static method in class java.rmi.server.LogStream
- 
Deprecated.
no replacement 
 
- getDefaultStreamMetadata(ImageWriteParam) - Method in class javax.imageio.ImageWriter
- 
Returns an IIOMetadataobject containing default
 values for encoding a stream of images.
 
- getDefaultStyleContext() - Static method in class javax.swing.text.StyleContext
- 
Returns default AttributeContext shared by all documents that
 don't bother to define/supply their own context. 
- getDefaultText() - Method in class javax.security.auth.callback.TextInputCallback
- 
Get the default text. 
- getDefaultTextIconGap(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getDefaultToolkit() - Static method in class java.awt.Toolkit
- 
Gets the default toolkit. 
- getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves this database's default transaction isolation level. 
- getDefaultTransform() - Method in class java.awt.GraphicsConfiguration
- 
- getDefaultTreeModel() - Static method in class javax.swing.JTree
- 
Creates and returns a sample TreeModel.
 
- getDefaultType() - Static method in class java.security.cert.CertPathBuilder
- 
Returns the default CertPathBuildertype as specified in
 the Java security properties file, or the string "PKIX"
 if no such property exists.
 
- getDefaultType() - Static method in class java.security.cert.CertPathValidator
- 
Returns the default CertPathValidatortype as specified in
 the Java security properties file, or the string "PKIX"
 if no such property exists.
 
- getDefaultType() - Static method in class java.security.cert.CertStore
- 
Returns the default CertStoretype as specified in the
 Java security properties file, or the string "LDAP" if no
 such property exists.
 
- getDefaultType() - Static method in class java.security.KeyStore
- 
Returns the default keystore type as specified in the Java security
 properties file, or the string
 "jks" (acronym for "Java keystore")
 if no such property exists. 
- getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
- 
Returns the default handler invoked when a thread abruptly terminates
 due to an uncaught exception. 
- getDefaultUseCaches() - Method in class java.net.URLConnection
- 
Returns the default value of a URLConnection'suseCachesflag.
 
- getDefaultValue() - Method in class java.lang.reflect.Method
- 
Returns the default value for the annotation member represented by
 this Methodinstance.
 
- getDefaultValue() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the default value if this executable is an annotation
 type element. 
- getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- 
Returns the default value for the attribute described by this
 OpenMBeanAttributeInfoSupportinstance, if specified,
 ornullotherwise.
 
- getDefaultValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the default value for this parameter, if it has one, or
 null otherwise. 
- getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- 
Returns the default value for the parameter described by this
 OpenMBeanParameterInfoSupportinstance, if specified,
 ornullotherwise.
 
- getDefaultValue() - Method in class javax.swing.text.html.CSS.Attribute
- 
Fetch the default value for the attribute. 
- getDefaultWriteParam() - Method in class javax.imageio.ImageWriter
- 
Returns a new ImageWriteParamobject of the
 appropriate type for this file format containing default
 values, that is, those values that would be used
 if noImageWriteParamobject were specified.
 
- getDefinitionClass() - Method in class java.lang.instrument.ClassDefinition
- 
Returns the class. 
- getDefinitionClassFile() - Method in class java.lang.instrument.ClassDefinition
- 
Returns the array of bytes that contains the new class file. 
- getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
- 
Returns the remaining delay associated with this object, in the
 given time unit. 
- getDelay() - Method in class javax.swing.JMenu
- 
Returns the suggested delay, in milliseconds, before submenus
 are popped up or down. 
- getDelay() - Method in class javax.swing.Timer
- 
Returns the delay, in milliseconds,
 between firings of action events. 
- getDelegatedTask() - Method in class javax.net.ssl.SSLEngine
- 
Returns a delegated Runnabletask for
 thisSSLEngine.
 
- getDelegCred() - Method in interface org.ietf.jgss.GSSContext
- 
Obtains the credentials delegated by the context
 initiator to the context acceptor. 
- getDepth() - Method in interface java.security.cert.PolicyNode
- 
Returns the depth of this node in the valid policy tree. 
- getDepth(int) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-  
- getDepth() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the depth of the tree rooted at this node -- the longest
 distance from this node to a leaf. 
- getDER() - Method in class org.ietf.jgss.Oid
- 
Returns the full ASN.1 DER encoding for this oid object, which
 includes the tag and length. 
- getDereferencedData() - Method in interface javax.xml.crypto.dsig.Reference
- 
- getDerefLinkFlag() - Method in class javax.naming.directory.SearchControls
- 
Determines whether links will be dereferenced during the search. 
- getDerivedColor(String, float, float, float, int, boolean) - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Get a derived color, derived colors are shared instances and is color
 value will change when its parent UIDefault color changes. 
- getDerivedColor(Color, Color, float, boolean) - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Decodes and returns a color, which is derived from an offset between two
 other colors. 
- getDerivedColor(Color, Color, float) - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Decodes and returns a color, which is derived from a offset between two
 other colors. 
- getDerivedGauge(ObjectName) - Method in class javax.management.monitor.CounterMonitor
- 
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or nullotherwise.
 
- getDerivedGauge() - Method in class javax.management.monitor.CounterMonitor
- 
- getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
- getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the derived gauge for the specified MBean. 
- getDerivedGauge(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or nullotherwise.
 
- getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
- 
- getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
- getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the derived gauge for the specified MBean. 
- getDerivedGauge() - Method in class javax.management.monitor.MonitorNotification
- 
Gets the derived gauge of this monitor notification. 
- getDerivedGauge(ObjectName) - Method in class javax.management.monitor.StringMonitor
- 
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or nullotherwise.
 
- getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
- 
- getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
- 
- getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
- 
Gets the derived gauge for the specified MBean. 
- getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.CounterMonitor
- 
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
 0otherwise.
 
- getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
- 
- getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
- getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the derived gauge timestamp for the specified MBean. 
- getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
 0otherwise.
 
- getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
- 
- getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
- getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the derived gauge timestamp for the specified MBean. 
- getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.StringMonitor
- 
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
 0otherwise.
 
- getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
- 
- getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
- 
- getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
- 
Gets the derived gauge timestamp for the specified MBean. 
- getDescendantToggledPaths(TreePath) - Method in class javax.swing.JTree
- 
Returns an EnumerationofTreePathsthat have been expanded that
 are descendants ofparent.
 
- getDescent() - Method in class java.awt.font.GraphicAttribute
- 
Returns the descent of this GraphicAttribute.
 
- getDescent() - Method in class java.awt.font.ImageGraphicAttribute
- 
Returns the descent of this ImageGraphicAttribute.
 
- getDescent() - Method in class java.awt.font.LineMetrics
- 
Returns the descent of the text. 
- getDescent() - Method in class java.awt.font.ShapeGraphicAttribute
- 
Returns the descent of this ShapeGraphicAttribute.
 
- getDescent() - Method in class java.awt.font.TextLayout
- 
Returns the descent of this TextLayout.
 
- getDescent() - Method in class java.awt.FontMetrics
- 
Determines the font descent of the Fontdescribed by thisFontMetricsobject.
 
- getDescent(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-  
- getDescription() - Method in exception java.util.regex.PatternSyntaxException
- 
Retrieves the description of the error. 
- getDescription(Locale) - Method in class javax.imageio.spi.IIOServiceProvider
- 
Returns a brief, human-readable description of this service
 provider and its associated implementation. 
- getDescription() - Method in class javax.management.MBeanFeatureInfo
- 
Returns the human-readable description of the feature. 
- getDescription() - Method in class javax.management.MBeanInfo
- 
Returns a human readable description of the MBean. 
- getDescription() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a human readable description of the MBean. 
- getDescription(String) - Method in class javax.management.openmbean.CompositeType
- 
Returns the description of the item whose name is itemName,
 or nullif thisCompositeTypeinstance does not define any item
 whose name is itemName.
 
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- 
Returns a human readable description of the constructor
 described by this OpenMBeanConstructorInfo instance. 
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns a human readable description of the type of open MBean
 instances this OpenMBeanInfo describes. 
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns a human readable description of the operation
 described by this OpenMBeanOperationInfo instance. 
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns a human readable description of the parameter
 described by this OpenMBeanParameterInfo instance. 
- getDescription() - Method in class javax.management.openmbean.OpenType
- 
Returns the text description of this OpenTypeinstance.
 
- getDescription() - Method in class javax.management.relation.RoleInfo
- 
Returns description text for the role. 
- getDescription(MBeanInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used in the MBeanInfo returned by
 this MBean. 
- getDescription(MBeanFeatureInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used in the MBeanFeatureInfo
 returned by this MBean. 
- getDescription(MBeanAttributeInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used in the MBeanAttributeInfo
 returned by this MBean. 
- getDescription(MBeanConstructorInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used in the MBeanConstructorInfo
 returned by this MBean. 
- getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used for the  sequence
 MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean. 
- getDescription(MBeanOperationInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used in the MBeanOperationInfo
 returned by this MBean. 
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the description that will be used for the  sequence
 MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. 
- getDescription() - Method in class javax.sound.midi.MidiDevice.Info
- 
Obtains the description of the device. 
- getDescription() - Method in interface javax.sound.midi.Soundbank
- 
Obtains a textual description of the sound bank, suitable for display. 
- getDescription() - Method in class javax.sound.sampled.Mixer.Info
- 
Obtains the description of the mixer. 
- getDescription() - Method in class javax.swing.event.HyperlinkEvent
- 
Get the description of the link as a string. 
- getDescription() - Method in class javax.swing.filechooser.FileFilter
- 
The description of this filter. 
- getDescription() - Method in class javax.swing.filechooser.FileNameExtensionFilter
- 
The description of this filter. 
- getDescription(File) - Method in class javax.swing.filechooser.FileView
- 
A human readable description of the file. 
- getDescription() - Method in class javax.swing.ImageIcon
- 
Gets the description of the image. 
- getDescription(File) - Method in class javax.swing.JFileChooser
- 
Returns the file description. 
- getDescription() - Method in class javax.swing.LookAndFeel
- 
Return a one line description of this look and feel implementation,
 e.g. 
- getDescription() - Method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
-  
- getDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-  
- getDescription() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns a short description of this look and feel. 
- getDescription() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
- 
Returns a one-line description of this look and feel. 
- getDescription() - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Returns a textual description of this look and feel. 
- getDescription() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Returns a textual description of SynthLookAndFeel. 
- getDescriptor() - Method in interface javax.management.DescriptorRead
- 
Returns a copy of Descriptor. 
- getDescriptor() - Method in class javax.management.MBeanFeatureInfo
- 
Returns the descriptor for the feature. 
- getDescriptor() - Method in class javax.management.MBeanInfo
- 
Get the descriptor of this MBeanInfo. 
- getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
- 
Gets a copy of the associated Descriptor for the
 ModelMBeanAttributeInfo. 
- getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
- 
Returns a copy of the associated Descriptor. 
- getDescriptor(String, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a Descriptor requested by name and descriptorType. 
- getDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- 
Returns a Descriptor requested by name. 
- getDescriptor(String, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
- 
Returns a copy of the associated Descriptor for the
 ModelMBeanNotificationInfo. 
- getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
- 
Returns a copy of the associated Descriptor of the
 ModelMBeanOperationInfo. 
- getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a Descriptor array consisting of all
 Descriptors for the ModelMBeanInfo of type inDescriptorType. 
- getDescriptors(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getDesignAxisDefaults() - Method in interface java.awt.font.MultipleMaster
- 
Returns an array of default design values for each axis. 
- getDesignAxisNames() - Method in interface java.awt.font.MultipleMaster
- 
Returns the name for each design axis. 
- getDesignAxisRanges() - Method in interface java.awt.font.MultipleMaster
- 
Returns an array of design limits interleaved in the form [from->to]
 for each axis. 
- getDesktop() - Static method in class java.awt.Desktop
- 
Returns the Desktopinstance of the current
 browser context.
 
- getDesktopColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the desktop color of the current theme. 
- getDesktopColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the desktop color. 
- getDesktopColor() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the desktop color. 
- getDesktopIcon() - Method in class javax.swing.JInternalFrame
- 
Returns the JDesktopIconused when thisJInternalFrameis iconified.
 
- getDesktopIconBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
- 
Returns a border instance for a Desktop Icon 
- getDesktopManager() - Method in class javax.swing.JDesktopPane
- 
Returns the DesktopMangerthat handles
 desktop-specific UI actions.
 
- getDesktopManager() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- 
Returns the proper DesktopManager. 
- getDesktopPane() - Method in class javax.swing.JInternalFrame
- 
Convenience method that searches the ancestor hierarchy for a
 JDesktopinstance.
 
- getDesktopPane() - Method in class javax.swing.JInternalFrame.JDesktopIcon
- 
Convenience method to ask the icon for the Desktopobject it belongs to.
 
- getDesktopPaneForComponent(Component) - Static method in class javax.swing.JOptionPane
- 
Returns the specified component's desktop pane. 
- getDesktopProperty(String) - Method in class java.awt.Toolkit
- 
Obtains a value for the specified desktop property. 
- getDesktopPropertyValue(String, Object) - Static method in class javax.swing.LookAndFeel
- 
Returns the value of the specified system desktop property by
 invoking Toolkit.getDefaultToolkit().getDesktopProperty().
 
- getDestination() - Method in class java.awt.JobAttributes
- 
Specifies whether output will be to a printer or a file for jobs using
 these attributes. 
- getDestination(ImageReadParam, Iterator<ImageTypeSpecifier>, int, int) - Static method in class javax.imageio.ImageReader
- 
Returns the BufferedImageto which decoded pixel
 data should be written.
 
- getDestination() - Method in class javax.imageio.ImageReadParam
- 
Returns the BufferedImagecurrently set by thesetDestinationmethod, ornullif none is set.
 
- getDestinationBands() - Method in class javax.imageio.ImageReadParam
- 
Returns the set of band indices where data will be placed. 
- getDestinationOffset() - Method in class javax.imageio.IIOParam
- 
Returns the offset in the destination image at which pixels are
 to be placed. 
- getDestinationType() - Method in class javax.imageio.IIOParam
- 
Returns the type of image to be returned by the read, if one
 was set by a call to
 setDestination(ImageTypeSpecifier), as anImageTypeSpecifier.
 
- getDetail() - Method in interface javax.xml.soap.SOAPFault
- 
Returns the optional detail element for this SOAPFaultobject.
 
- getDetail() - Method in interface org.w3c.dom.events.UIEvent
- 
Specifies some detail information about the Event,
 depending on the type of event.
 
- getDetailEntries() - Method in interface javax.xml.soap.Detail
- 
Gets an Iterator over all of the DetailEntrys in thisDetailobject.
 
- getDeterminant() - Method in class java.awt.geom.AffineTransform
- 
Returns the determinant of the matrix representation of the transform. 
- getDevice() - Method in class java.awt.GraphicsConfiguration
- 
Returns the  GraphicsDevice associated with this
  GraphicsConfiguration. 
- getDevice() - Method in class java.awt.PointerInfo
- 
Returns the GraphicsDevicewhere the mouse pointer
 was at the moment thisPointerInfowas created.
 
- getDevice(MidiDevice.Info) - Method in class javax.sound.midi.spi.MidiDeviceProvider
- 
Obtains an instance of the device represented by the info object. 
- getDeviceConfiguration() - Method in class java.awt.Graphics2D
- 
Returns the device configuration associated with this
 Graphics2D.
 
- getDeviceInfo() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains information about the device, including its Java class and
 Stringscontaining its name, vendor, and description.
 
- getDeviceInfo() - Method in class javax.sound.midi.spi.MidiDeviceProvider
- 
Obtains the set of info objects representing the device
 or devices provided by this MidiDeviceProvider.
 
- getDiagnostics() - Method in class javax.tools.DiagnosticCollector
- 
Gets a list view of diagnostics collected by this object. 
- getDialog() - Method in class java.awt.JobAttributes
- 
Returns whether, for jobs using these attributes, the user should see
 a print dialog in which to modify the print settings, and which type of
 print dialog should be displayed. 
- getDialogTitle() - Method in class javax.swing.JFileChooser
- 
Gets the string that goes in the JFileChooser's titlebar.
 
- getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
- 
Returns the title of this dialog 
- getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-  
- getDialogTitle(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getDialogTitlemethod on each UI handled by this object.
 
- getDialogType() - Method in class javax.swing.JFileChooser
- 
Returns the type of this dialog. 
- getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
- 
Gets the difference mode flag value common to all observed MBeans. 
- getDifferenceMode() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the difference mode flag value. 
- getDifferenceMode() - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the difference mode flag value common to all observed MBeans. 
- getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the difference mode flag value. 
- getDigestAlgorithm() - Method in class java.security.spec.MGF1ParameterSpec
- 
Returns the algorithm name of the message digest used by the mask
 generation function. 
- getDigestAlgorithm() - Method in class java.security.spec.PSSParameterSpec
- 
Returns the message digest algorithm name. 
- getDigestAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
- 
Returns the message digest algorithm name. 
- getDigestInputStream() - Method in interface javax.xml.crypto.dsig.Reference
- 
- getDigestLength() - Method in class java.security.MessageDigest
- 
Returns the length of the digest in bytes, or 0 if this operation is
 not supported by the provider and the implementation is not cloneable. 
- getDigestMethod() - Method in interface javax.xml.crypto.dsig.Reference
- 
Returns the digest method of this Reference.
 
- getDigestValue() - Method in interface javax.xml.crypto.dsig.Reference
- 
Returns the digest value of this Reference.
 
- getDigit() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for a digit in a pattern. 
- getDimension() - Method in class javax.management.openmbean.ArrayType
- 
Returns the dimension of arrays described by this ArrayType instance. 
- getDimension(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis aDimensionreturn it,
 otherwise returnnull.
 
- getDimension(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis aDimensionreturn it, otherwise returnnull.
 
- getDimension(Object) - Static method in class javax.swing.UIManager
- 
Returns a dimension from the defaults. 
- getDimension(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a dimension from the defaults that is appropriate
 for the given locale. 
- getDirection() - Method in class javax.swing.plaf.basic.BasicArrowButton
- 
Returns the direction of the arrow. 
- getDirection() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the direction. 
- getDirectionality(char) - Static method in class java.lang.Character
- 
Returns the Unicode directionality property for the given
 character. 
- getDirectionality(int) - Static method in class java.lang.Character
- 
Returns the Unicode directionality property for the given
 character (Unicode code point). 
- getDirectories() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-  
- getDirectory() - Method in class java.awt.FileDialog
- 
Gets the directory of this file dialog. 
- getDirectory() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
- 
Property to remember the directory that is currently selected in the UI. 
- getDirectoryName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getDirectoryName() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getDirtyRegion(JComponent) - Method in class javax.swing.RepaintManager
- 
Return the current dirty region for a component. 
- getDisabledIcon() - Method in class javax.swing.AbstractButton
- 
Returns the icon used by the button when it's disabled. 
- getDisabledIcon() - Method in class javax.swing.JLabel
- 
Returns the icon used by the label when it's disabled. 
- getDisabledIcon(JComponent, Icon) - Method in class javax.swing.LookAndFeel
- 
Returns an Iconwith a disabled appearance.
 
- getDisabledIcon(JComponent, Icon) - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns an Iconwith a disabled appearance.
 
- getDisabledIcon(JComponent, Icon) - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
-  
- getDisabledIconAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab disabled icon at index.
 
- getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
- 
Gets all the ObjectNames disabled. 
- getDisabledSelectedIcon() - Method in class javax.swing.AbstractButton
- 
Returns the icon used by the button when it's disabled and selected. 
- getDisabledSelectedIcon(JComponent, Icon) - Method in class javax.swing.LookAndFeel
- 
Returns an Iconfor use by disabled
 components that are also selected.
 
- getDisabledSelectedIcon(JComponent, Icon) - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns an Iconfor use by disabled
 components that are also selected.
 
- getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
-  
- getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-  
- getDisabledTextColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-  
- getDisabledTextColor() - Method in class javax.swing.text.JTextComponent
- 
Fetches the current color used to render the
 disabled text. 
- getDiscard() - Method in class java.net.HttpCookie
- 
Return the discard attribute of the cookie 
- getDismissDelay() - Method in class javax.swing.ToolTipManager
- 
Returns the dismissal delay value. 
- getDisplayCountry() - Method in class java.util.Locale
- 
Returns a name for the locale's country that is appropriate for display to the
 user. 
- getDisplayCountry(Locale) - Method in class java.util.Locale
- 
Returns a name for the locale's country that is appropriate for display to the
 user. 
- getDisplayCountry(String, Locale) - Method in class java.util.spi.LocaleNameProvider
- 
Returns a localized name for the given  IETF BCP47 region code (either ISO 3166 country code or UN M.49 area
 codes) and the given locale that is appropriate for display to the user. 
- getDisplayedMnemonic() - Method in class javax.swing.JLabel
- 
Return the keycode that indicates a mnemonic key. 
- getDisplayedMnemonicIndex() - Method in class javax.swing.AbstractButton
- 
Returns the character, as an index, that the look and feel should
 provide decoration for as representing the mnemonic character. 
- getDisplayedMnemonicIndex() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Provides a hint to the look and feel as to the index of the character in
 getDisplayNamethat should be visually identified as the
 mnemonic.
 
- getDisplayedMnemonicIndex() - Method in class javax.swing.JLabel
- 
Returns the character, as an index, that the look and feel should
 provide decoration for as representing the mnemonic character. 
- getDisplayedMnemonicIndexAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the character, as an index, that the look and feel should
 provide decoration for as representing the mnemonic character. 
- getDisplayFormatter() - Method in class javax.swing.text.DefaultFormatterFactory
- 
Returns the JFormattedTextField.AbstractFormatterto use
 if theJFormattedTextFieldis not being edited and either
 the value is not-null, or the value is null and a null formatter has
 has not been specified.
 
- getDisplayLanguage() - Method in class java.util.Locale
- 
Returns a name for the locale's language that is appropriate for display to the
 user. 
- getDisplayLanguage(Locale) - Method in class java.util.Locale
- 
Returns a name for the locale's language that is appropriate for display to the
 user. 
- getDisplayLanguage(String, Locale) - Method in class java.util.spi.LocaleNameProvider
- 
Returns a localized name for the given  IETF BCP47 language code and the given locale that is appropriate for
 display to the user. 
- getDisplayMode() - Method in class java.awt.GraphicsDevice
- 
Returns the current display mode of this
 GraphicsDevice.
 
- getDisplayModes() - Method in class java.awt.GraphicsDevice
- 
Returns all display modes available for this
 GraphicsDevice.
 
- getDisplayName() - Method in class java.beans.FeatureDescriptor
- 
Gets the localized display name of this feature. 
- getDisplayName() - Method in class java.net.NetworkInterface
- 
Get the display name of this network interface. 
- getDisplayName(int, int, Locale) - Method in class java.util.Calendar
- 
Returns the string representation of the calendar
 fieldvalue in the givenstyleandlocale.
 
- getDisplayName() - Method in class java.util.Currency
- 
Gets the name that is suitable for displaying this currency for
 the default locale. 
- getDisplayName(Locale) - Method in class java.util.Currency
- 
Gets the name that is suitable for displaying this currency for
 the specified locale. 
- getDisplayName() - Method in class java.util.Locale
- 
Returns a name for the locale that is appropriate for display to the
 user. 
- getDisplayName(Locale) - Method in class java.util.Locale
- 
Returns a name for the locale that is appropriate for display
 to the user. 
- getDisplayName(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
- 
Returns a name for the currency that is appropriate for display to the
 user. 
- getDisplayName(String, boolean, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
- 
Returns a name for the given time zone ID that's suitable for
 presentation to the user in the specified locale. 
- getDisplayName() - Method in class java.util.TimeZone
- 
Returns a long standard time name of this TimeZonesuitable for
 presentation to the user in the default locale.
 
- getDisplayName(Locale) - Method in class java.util.TimeZone
- 
Returns a long standard time name of this TimeZonesuitable for
 presentation to the user in the specifiedlocale.
 
- getDisplayName(boolean, int) - Method in class java.util.TimeZone
- 
Returns a name in the specified styleof thisTimeZonesuitable for presentation to the user in the default locale.
 
- getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
- 
Returns a name in the specified styleof thisTimeZonesuitable for presentation to the user in the specifiedlocale.
 
- getDisplayName() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Returns a string containing the display name of the panel. 
- getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
- 
Returns a Mapcontaining all names of the calendarfieldin the givenstyleandlocaleand their corresponding field values.
 
- getDisplayScript() - Method in class java.util.Locale
- 
Returns a name for the the locale's script that is appropriate for display to
 the user. 
- getDisplayScript(Locale) - Method in class java.util.Locale
- 
Returns a name for the locale's script that is appropriate
 for display to the user. 
- getDisplayScript(String, Locale) - Method in class java.util.spi.LocaleNameProvider
- 
Returns a localized name for the given  IETF BCP47 script code and the given locale that is appropriate for
 display to the user. 
- getDisplaySize() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Returns the calculated size of the display area. 
- getDisplayVariant() - Method in class java.util.Locale
- 
Returns a name for the locale's variant code that is appropriate for display to the
 user. 
- getDisplayVariant(Locale) - Method in class java.util.Locale
- 
Returns a name for the locale's variant code that is appropriate for display to the
 user. 
- getDisplayVariant(String, Locale) - Method in class java.util.spi.LocaleNameProvider
- 
Returns a localized name for the given variant code and the given locale that
 is appropriate for display to the user. 
- getDivider() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the divider between the top Components. 
- getDividerBorderSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Deprecated.
As of Java 2 platform v1.3, instead set the border on the
 divider. 
 
- getDividerLocation() - Method in class javax.swing.JSplitPane
- 
Returns the last value passed to setDividerLocation.
 
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the location of the divider, which may differ from what
 the splitpane thinks the location of the divider is. 
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getDividerLocationmethod on each UI handled by this object.
 
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
- 
Returns the location of the divider. 
- getDividerSize() - Method in class javax.swing.JSplitPane
- 
Returns the size of the divider. 
- getDividerSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Returns the size of the divider, that is the width if the splitpane
 is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT. 
- getDivisionType() - Method in class javax.sound.midi.MidiFileFormat
- 
Obtains the timing division type for the MIDI file. 
- getDivisionType() - Method in class javax.sound.midi.Sequence
- 
Obtains the timing division type for this sequence. 
- getDoc() - Method in interface javax.print.MultiDoc
- 
Obtain the current doc object. 
- getDocComment(Element) - Method in interface javax.lang.model.util.Elements
- 
Returns the text of the documentation ("Javadoc")
 comment of an element. 
- getDocFlavor() - Method in interface javax.print.Doc
- 
Determines the doc flavor in which this doc object will supply its
 piece of print data. 
- getDocFlavor() - Method in class javax.print.SimpleDoc
- 
Determines the doc flavor in which this doc object will supply its
 piece of print data. 
- getDockingColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI
- 
Gets the color displayed when over a docking area 
- getDoctype() - Method in interface org.w3c.dom.Document
- 
The Document Type Declaration (see DocumentType)
 associated with this document.
 
- getDocument() - Method in interface javax.swing.event.DocumentEvent
- 
Gets the document that sourced the change event. 
- getDocument() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Retrieves the underlying model. 
- getDocument() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Gets the document that sourced the change event. 
- getDocument() - Method in class javax.swing.text.AbstractWriter
- 
Fetches the document. 
- getDocument() - Method in class javax.swing.text.DocumentFilter.FilterBypass
- 
Returns the Document the mutation is occuring on. 
- getDocument() - Method in interface javax.swing.text.Element
- 
Fetches the document associated with this element. 
- getDocument() - Method in class javax.swing.text.JTextComponent
- 
Fetches the model associated with the editor. 
- getDocument() - Method in class javax.swing.text.View
- 
Fetches the model associated with the view. 
- getDocumentBase() - Method in class java.applet.Applet
- 
Gets the URL of the document in which this applet is embedded. 
- getDocumentBase() - Method in interface java.applet.AppletStub
- 
Gets the URL of the document in which the applet is embedded. 
- getDocumentBase() - Method in class javax.management.loading.MLetContent
- 
Gets the MLet text file's base URL. 
- getDocumentElement() - Method in interface org.w3c.dom.Document
- 
This is a convenience attribute that allows direct access to the child
 node that is the document element of the document. 
- getDocumentFilter() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
- 
Subclass and override if you wish to provide a
 DocumentFilterto restrict what can be input.
 
- getDocumentFilter() - Method in class javax.swing.text.AbstractDocument
- 
Returns the DocumentFilterthat is responsible for
 filtering of insertion/removal.
 
- getDocumentFilter() - Method in class javax.swing.text.DefaultFormatter
- 
Returns the DocumentFilterused to restrict the characters
 that can be input into theJFormattedTextField.
 
- getDocumentListeners() - Method in class javax.swing.text.AbstractDocument
- 
Returns an array of all the document listeners
 registered on this document. 
- getDocumentProperties() - Method in class javax.swing.text.AbstractDocument
- 
Supports managing a set of properties. 
- getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
- 
Returns the entire Document Type Declaration as a string, including
 the internal DTD subset. 
- getDocumentURI() - Method in interface org.w3c.dom.Document
- 
The location of the document or nullif undefined or if
 theDocumentwas created usingDOMImplementation.createDocument.
 
- getDoInput() - Method in class java.net.URLConnection
- 
Returns the value of this URLConnection'sdoInputflag.
 
- getDomain() - Method in class java.net.HttpCookie
- 
Returns the domain name set for this cookie. 
- getDomain() - Method in class javax.management.ObjectName
- 
Returns the domain part. 
- getDomainCombiner() - Method in class java.security.AccessControlContext
- 
Get the DomainCombinerassociated with thisAccessControlContext.
 
- getDomains() - Method in interface javax.management.MBeanServer
-  
- getDomains() - Method in interface javax.management.MBeanServerConnection
- 
Returns the list of domains in which any MBean is currently
 registered. 
- getDomains(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getDomains(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getDomains(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getDomConfig() - Method in interface org.w3c.dom.Document
- 
The configuration used when Document.normalizeDocument()is invoked.
 
- getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
- 
The DOMConfigurationobject used when parsing an input
 source.
 
- getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
- 
The DOMConfigurationobject used by theLSSerializerwhen serializing a DOM node.
 
- getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
- 
- getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
- 
Return the first implementation that has the desired
 features, or nullif none is found.
 
- getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
- 
A method to request the first DOM implementation that supports the
 specified features. 
- getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
- 
Return a list of implementations that support the
 desired features. 
- getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
- 
A method to request a list of DOM implementations that support the
 specified features and versions, as specified in . 
- getDoOutput() - Method in class java.net.URLConnection
- 
Returns the value of this URLConnection'sdoOutputflag.
 
- getDot() - Method in class javax.swing.event.CaretEvent
- 
Fetches the location of the caret. 
- getDot() - Method in interface javax.swing.text.Caret
- 
Fetches the current position of the caret. 
- getDot() - Method in class javax.swing.text.DefaultCaret
- 
Fetches the current position of the caret. 
- getDotBias() - Method in class javax.swing.text.DefaultCaret
- 
Returns the bias of the caret position. 
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a double.
 
- getDouble(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 doubleor of another primitive type convertible to
 typedoublevia a widening conversion.
 
- getDouble() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading a double value. 
- getDouble(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading a double value. 
- getDouble(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC DOUBLEparameter as adoublein the Java programming language.
 
- getDouble(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC DOUBLEparameter as adoublein the Java programming language.
 
- getDouble(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 adoublein the Java programming language.
 
- getDouble(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 adoublein the Java programming language.
 
- getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
- 
- getDouble(String, double) - Method in class java.util.prefs.Preferences
- 
Returns the double value represented by the string associated with the
 specified key in this preference node. 
- getDoubleBufferMaximumSize() - Method in class javax.swing.RepaintManager
- 
Returns the maximum double buffer size. 
- getDoubleParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a double. 
- getDragAction() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns an intrepresenting the
 action selected by the user.
 
- getDragEnabled() - Method in class javax.swing.JColorChooser
- 
Gets the value of the dragEnabledproperty.
 
- getDragEnabled() - Method in class javax.swing.JFileChooser
- 
Gets the value of the dragEnabledproperty.
 
- getDragEnabled() - Method in class javax.swing.JList
- 
Returns whether or not automatic drag handling is enabled. 
- getDragEnabled() - Method in class javax.swing.JTable
- 
Returns whether or not automatic drag handling is enabled. 
- getDragEnabled() - Method in class javax.swing.JTree
- 
Returns whether or not automatic drag handling is enabled. 
- getDragEnabled() - Method in class javax.swing.text.JTextComponent
- 
Returns whether or not automatic drag handling is enabled. 
- getDraggedColumn() - Method in class javax.swing.table.JTableHeader
- 
Returns the the dragged column, if and only if, a drag is in
 process, otherwise returns null.
 
- getDraggedDistance() - Method in class javax.swing.table.JTableHeader
- 
Returns the column's horizontal distance from its original
 position, if and only if, a drag is in process. 
- getDragImage() - Method in class javax.swing.TransferHandler
- 
Returns the drag image. 
- getDragImageOffset() - Method in class javax.swing.TransferHandler
- 
Returns an anchor offset for the image to drag. 
- getDragMode() - Method in class javax.swing.JDesktopPane
- 
Gets the current "dragging style" used by the desktop pane. 
- getDragOrigin() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns a Pointin the coordinates
 of theComponentover which the drag originated.
 
- getDragSource() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns the DragSource.
 
- getDragSource() - Method in class java.awt.dnd.DragGestureRecognizer
- 
This method returns the DragSourcethisDragGestureRecognizerwill use in order to process the Drag and Drop
 operation.
 
- getDragSource() - Method in class java.awt.dnd.DragSourceContext
- 
Returns the DragSourcethat instantiated thisDragSourceContext.
 
- getDragSourceContext() - Method in class java.awt.dnd.DragSourceEvent
- 
This method returns the DragSourceContextthat
 originated the event.
 
- getDragSourceListeners() - Method in class java.awt.dnd.DragSource
- 
Gets all the DragSourceListeners
 registered with thisDragSource.
 
- getDragSourceMotionListeners() - Method in class java.awt.dnd.DragSource
- 
Gets all of the  DragSourceMotionListeners
 registered with thisDragSource.
 
- getDragThreshold() - Static method in class java.awt.dnd.DragSource
- 
Returns the drag gesture motion threshold. 
- getDrawGraphics() - Method in class java.awt.Component.BltBufferStrategy
-  
- getDrawGraphics() - Method in class java.awt.Component.FlipBufferStrategy
-  
- getDrawGraphics() - Method in class java.awt.image.BufferStrategy
- 
Creates a graphics context for the drawing buffer. 
- getDrawsLayeredHighlights() - Method in class javax.swing.text.DefaultHighlighter
-  
- getDriver(String) - Static method in class java.sql.DriverManager
- 
Attempts to locate a driver that understands the given URL. 
- getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves this JDBC driver's major version number. 
- getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves this JDBC driver's minor version number. 
- getDriverName() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the name of this JDBC driver. 
- getDrivers() - Static method in class java.sql.DriverManager
- 
Retrieves an Enumeration with all of the currently loaded JDBC drivers
 to which the current caller has access. 
- getDriverVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the version number of this JDBC driver as a String.
 
- getDropAction() - Method in class java.awt.dnd.DragSourceDragEvent
- 
This method returns the logical intersection of
 the target drop action and the set of drop actions supported by
 the drag source. 
- getDropAction() - Method in class java.awt.dnd.DragSourceDropEvent
- 
This method returns an intrepresenting
 the action performed by the target on the subject of the drop.
 
- getDropAction() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns the user drop action. 
- getDropAction() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns the user drop action. 
- getDropAction() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the action chosen for the drop, when this
 TransferSupportrepresents a drop.
 
- getDropLineRect(JTree.DropLocation) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns a ubounding box for the drop line. 
- getDropLocation() - Method in class javax.swing.JList
- 
Returns the location that this component should visually indicate
 as the drop location during a DnD operation over the component,
 or nullif no location is to currently be shown.
 
- getDropLocation() - Method in class javax.swing.JTable
- 
Returns the location that this component should visually indicate
 as the drop location during a DnD operation over the component,
 or nullif no location is to currently be shown.
 
- getDropLocation() - Method in class javax.swing.JTree
- 
Returns the location that this component should visually indicate
 as the drop location during a DnD operation over the component,
 or nullif no location is to currently be shown.
 
- getDropLocation() - Method in class javax.swing.text.JTextComponent
- 
Returns the location that this component should visually indicate
 as the drop location during a DnD operation over the component,
 or nullif no location is to currently be shown.
 
- getDropLocation() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the current (non-null) drop location for the component,
 when thisTransferSupportrepresents a drop.
 
- getDropMode() - Method in class javax.swing.JList
- 
Returns the drop mode for this component. 
- getDropMode() - Method in class javax.swing.JTable
- 
Returns the drop mode for this component. 
- getDropMode() - Method in class javax.swing.JTree
- 
Returns the drop mode for this component. 
- getDropMode() - Method in class javax.swing.text.JTextComponent
- 
Returns the drop mode for this component. 
- getDropPoint() - Method in class javax.swing.TransferHandler.DropLocation
- 
Returns the drop point, representing the mouse's
 current location within the component. 
- getDropSuccess() - Method in class java.awt.dnd.DragSourceDropEvent
- 
This method returns a booleanindicating
 if the drop was successful.
 
- getDropTarget() - Method in class java.awt.Component
- 
Gets the DropTargetassociated with thisComponent.
 
- getDropTarget() - Method in class java.awt.dnd.DropTargetContext
- 
This method returns the DropTargetassociated with thisDropTargetContext.
 
- getDropTargetContext() - Method in class java.awt.dnd.DropTarget
- 
Gets the DropTargetContextassociated
 with thisDropTarget.
 
- getDropTargetContext() - Method in class java.awt.dnd.DropTargetEvent
- 
This method returns the DropTargetContextassociated with thisDropTargetEvent.
 
- getDSTSavings() - Method in class java.util.SimpleTimeZone
- 
Returns the amount of time in milliseconds that the clock is
 advanced during daylight saving time. 
- getDSTSavings() - Method in class java.util.TimeZone
- 
Returns the amount of time to be added to local standard time
 to get local wall clock time. 
- getDTD(String) - Static method in class javax.swing.text.html.parser.DTD
- 
Returns a DTD with the specified name.
 
- getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
- 
Return the current DTD handler. 
- getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Get the current DTD event handler. 
- getDTDHandler() - Method in interface org.xml.sax.XMLReader
- 
Return the current DTD handler. 
- getDTDType() - Method in interface javax.xml.stream.events.Attribute
- 
Gets the type of this attribute, default is
 the String "CDATA" 
- getEarliestSequenceNumber() - Method in class javax.management.remote.NotificationResult
- 
Returns the sequence number of the earliest notification still
 in the buffer. 
- getEarlyReflectionDelay() - Method in class javax.sound.sampled.ReverbType
- 
Returns the early reflection delay time in microseconds. 
- getEarlyReflectionIntensity() - Method in class javax.sound.sampled.ReverbType
- 
Returns the early reflection intensity in decibels. 
- getEastPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getEchoChar() - Method in class java.awt.TextField
- 
Gets the character that is to be used for echoing. 
- getEchoChar() - Method in class javax.swing.JPasswordField
- 
Returns the character to be used for echoing. 
- getEdgeCondition() - Method in class java.awt.image.ConvolveOp
- 
Returns the edge condition. 
- getEdit() - Method in class javax.swing.event.UndoableEditEvent
- 
Returns the edit value. 
- getEditFormatter() - Method in class javax.swing.text.DefaultFormatterFactory
- 
Returns the JFormattedTextField.AbstractFormatterto use
 if theJFormattedTextFieldis being edited and either
 the value is not-null, or the value is null and a null formatter has
 has not been specified.
 
- getEditingColumn() - Method in class javax.swing.JTable
- 
Returns the index of the column that contains the cell currently
 being edited. 
- getEditingPath() - Method in class javax.swing.JTree
- 
Returns the path to the element that is currently being edited. 
- getEditingPath(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the path to the element that is being edited. 
- getEditingPath(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getEditingPathmethod on each UI handled by this object.
 
- getEditingPath(JTree) - Method in class javax.swing.plaf.TreeUI
- 
Returns the path to the element that is being edited. 
- getEditingRow() - Method in class javax.swing.JTable
- 
Returns the index of the row that contains the cell currently
 being edited. 
- getEditor() - Method in class javax.swing.JComboBox
- 
Returns the editor used to paint and edit the selected item in the
 JComboBoxfield.
 
- getEditor() - Method in class javax.swing.JSpinner
- 
Returns the component that displays and potentially
 changes the model's value. 
- getEditor(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- 
Gets the target editor for an action. 
- getEditorComponent() - Method in interface javax.swing.ComboBoxEditor
- 
Return the component that should be added to the tree hierarchy for
 this editor 
- getEditorComponent() - Method in class javax.swing.JTable
- 
Returns the component that is handling the editing session. 
- getEditorComponent() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-  
- getEditorKit() - Method in class javax.swing.JEditorPane
- 
Fetches the currently installed kit for handling content. 
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- 
Fetches the EditorKit for the UI. 
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Fetches the EditorKit for the UI. 
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getEditorKitmethod on each UI handled by this object.
 
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.TextUI
- 
Fetches the binding of services that set a policy
 for the type of document being edited. 
- getEditorKitClassNameForContentType(String) - Static method in class javax.swing.JEditorPane
- 
Returns the currently registered EditorKitclass name for the typetype.
 
- getEditorKitForContentType(String) - Method in class javax.swing.JEditorPane
- 
Fetches the editor kit to use for the given type
 of content. 
- getEditorSearchPath() - Static method in class java.beans.PropertyEditorManager
- 
Gets the package names that will be searched for property editors. 
- getEffectiveKeyBits() - Method in class javax.crypto.spec.RC2ParameterSpec
- 
Returns the effective key size in bits. 
- getElem(int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the first (default) bank
 as an integer. 
- getElem(int, int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the specified bank
 as an integer. 
- getElem(int) - Method in class java.awt.image.DataBufferByte
- 
Returns the requested data array element from the first (default) bank. 
- getElem(int, int) - Method in class java.awt.image.DataBufferByte
- 
Returns the requested data array element from the specified bank. 
- getElem(int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the first
 (default) bank as an int.
 
- getElem(int, int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the specified
 bank as an int.
 
- getElem(int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the first
 (default) bank as an int.
 
- getElem(int, int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the specified
 bank as an int.
 
- getElem(int) - Method in class java.awt.image.DataBufferInt
- 
Returns the requested data array element from the first (default) bank. 
- getElem(int, int) - Method in class java.awt.image.DataBufferInt
- 
Returns the requested data array element from the specified bank. 
- getElem(int) - Method in class java.awt.image.DataBufferShort
- 
Returns the requested data array element from the first (default) bank. 
- getElem(int, int) - Method in class java.awt.image.DataBufferShort
- 
Returns the requested data array element from the specified bank. 
- getElem(int) - Method in class java.awt.image.DataBufferUShort
- 
Returns the requested data array element from the first (default) bank. 
- getElem(int, int) - Method in class java.awt.image.DataBufferUShort
- 
Returns the requested data array element from the specified bank. 
- getElemDouble(int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the first (default) bank
 as a double. 
- getElemDouble(int, int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the specified bank as
 a double. 
- getElemDouble(int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the first
 (default) bank as a double.
 
- getElemDouble(int, int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the specified
 bank as a double.
 
- getElemDouble(int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the first
 (default) bank as a double.
 
- getElemDouble(int, int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the specified
 bank as a double.
 
- getElement() - Method in interface javax.swing.event.DocumentEvent.ElementChange
- 
Returns the element represented. 
- getElement(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets a child element. 
- getElement(int) - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets a child element. 
- getElement() - Method in class javax.swing.text.AbstractDocument.ElementEdit
- 
Returns the underlying element. 
- getElement(int) - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Gets a child element. 
- getElement(int) - Method in interface javax.swing.text.Element
- 
Fetches the child element at the given index. 
- getElement(String) - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the element that has the given id Attribute.
 
- getElement(Element, Object, Object) - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the child element of ethat contains the
 attribute,attributewith valuevalue, ornullif one isn't found.
 
- getElement(String) - Method in class javax.swing.text.html.parser.DTD
- 
Gets an element by name. 
- getElement(int) - Method in class javax.swing.text.html.parser.DTD
- 
Gets an element by index. 
- getElement() - Method in class javax.swing.text.html.parser.TagElement
-  
- getElement() - Method in class javax.swing.text.View
- 
Fetches the structural portion of the subject that this
 view is mapped to. 
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
- 
Once the portion is sent to the  Result. 
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
-  
- getElementAt(int) - Method in class javax.swing.DefaultComboBoxModel
-  
- getElementAt(int) - Method in class javax.swing.DefaultListModel
- 
Returns the component at the specified index. 
- getElementAt(int) - Method in interface javax.swing.ListModel
- 
Returns the value at the specified index. 
- getElementAt(int) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-  
- getElementAt(int) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-  
- getElementAt(int) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-  
- getElementById(String) - Method in class javax.xml.crypto.dom.DOMCryptoContext
- 
Returns the Elementwith the specified ID attribute value.
 
- getElementById(String) - Method in interface org.w3c.dom.Document
- 
Returns the Elementthat has an ID attribute with the
 given value.
 
- getElementCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the number of children for the element. 
- getElementCount() - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets the number of children for the element. 
- getElementCount() - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Returns the number of child elements. 
- getElementCount() - Method in interface javax.swing.text.Element
- 
Gets the number of child elements contained by this element. 
- getElementDescription(String, Locale) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns a Stringcontaining a description of the
 named element, ornull.
 
- getElementDescription(String, Locale) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Returns a Stringcontaining a description of the
 named element, ornull.
 
- getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the child element index closest to the given model offset. 
- getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets the child element index closest to the given model offset. 
- getElementIndex(int) - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Gets the child element index closest to the given model offset. 
- getElementIndex(int) - Method in interface javax.swing.text.Element
- 
Gets the child element index closest to the given offset. 
- getElementIterator() - Method in class javax.swing.text.AbstractWriter
- 
Fetches the ElementIterator. 
- getElementMaxChildren(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the maximum number of children of the named element
 with child policy CHILD_POLICY_REPEAT.
 
- getElementMaxChildren(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getElementMinChildren(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the minimum number of children of the named element
 with child policy CHILD_POLICY_REPEAT.
 
- getElementMinChildren(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
- 
Get xml element qname for jaxbElement.
 
- getElementName() - Method in interface javax.xml.soap.SOAPElement
- 
Returns the name of this SOAPElementobject.
 
- getElementOpenType() - Method in class javax.management.openmbean.ArrayType
- 
Returns the open type of element values contained in the arrays described by this ArrayType instance. 
- getElementQName() - Method in interface javax.xml.soap.SOAPElement
- 
Returns the qname of this SOAPElementobject.
 
- getElements() - Method in class javax.swing.ButtonGroup
- 
Returns all the buttons that are participating in
 this group. 
- getElements(Vector<Element>) - Method in class javax.swing.text.html.parser.ContentModel
- 
Update elemVec with the list of elements that are
 part of the this contentModel. 
- getElementsAnnotatedWith(TypeElement) - Method in interface javax.annotation.processing.RoundEnvironment
- 
Returns the elements annotated with the given annotation type. 
- getElementsAnnotatedWith(Class<? extends Annotation>) - Method in interface javax.annotation.processing.RoundEnvironment
- 
Returns the elements annotated with the given annotation type. 
- getElementsAt(HTMLDocument, int) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
- 
Returns an array of the Elements that contain offset.
 
- getElementsByTagName(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-  
- getElementsByTagName(String) - Method in interface org.w3c.dom.Document
- 
Returns a NodeListof all theElementsin
 document order with a given tag name and are contained in the
 document.
 
- getElementsByTagName(String) - Method in interface org.w3c.dom.Element
- 
Returns a NodeListof all descendantElementswith a given tag name, in document order.
 
- getElementsByTagNameNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to getElementsByTagName(localName).
 
- getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
- 
Returns a NodeListof all theElementswith a
 given local name and namespace URI in document order.
 
- getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
- 
Returns a NodeListof all the descendantElementswith a given local name and namespace URI in
 document order.
 
- getElementText() - Method in class javax.xml.stream.util.EventReaderDelegate
-  
- getElementText() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getElementText() - Method in interface javax.xml.stream.XMLEventReader
- 
Reads the content of a text-only element. 
- getElementText() - Method in interface javax.xml.stream.XMLStreamReader
- 
Reads the content of a text-only element, an exception is thrown if this is
 not a text-only element. 
- getElementTypeInfo() - Method in class javax.xml.validation.TypeInfoProvider
- 
Returns the immutable  TypeInfo object for the current
 element. 
- getElementUtils() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns an implementation of some utility methods for
 operating on elements 
- getElementValues() - Method in interface javax.lang.model.element.AnnotationMirror
- 
Returns the values of this annotation's elements. 
- getElementValuesWithDefaults(AnnotationMirror) - Method in interface javax.lang.model.util.Elements
- 
Returns the values of an annotation's elements, including defaults. 
- getElemFloat(int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the first (default) bank
 as a float. 
- getElemFloat(int, int) - Method in class java.awt.image.DataBuffer
- 
Returns the requested data array element from the specified bank
 as a float. 
- getElemFloat(int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the first
 (default) bank as a float.
 
- getElemFloat(int, int) - Method in class java.awt.image.DataBufferDouble
- 
Returns the requested data array element from the specified
 bank as a float.
 
- getElemFloat(int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the first
 (default) bank as a float.
 
- getElemFloat(int, int) - Method in class java.awt.image.DataBufferFloat
- 
Returns the requested data array element from the specified
 bank as a float.
 
- getEmptySet() - Method in interface javax.swing.text.AbstractDocument.AttributeContext
- 
Fetches an empty AttributeSet. 
- getEmptySet() - Method in class javax.swing.text.StyleContext
- 
Fetches an empty AttributeSet. 
- getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
- 
Gets all the enabled attribute names for this filter. 
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLEngine
- 
Returns the names of the SSL cipher suites which are currently
 enabled for use on this engine. 
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns the list of cipher suites which are currently enabled
 for use by newly accepted connections. 
- getEnabledCipherSuites() - Method in class javax.net.ssl.SSLSocket
- 
Returns the names of the SSL cipher suites which are currently
 enabled for use on this connection. 
- getEnabledCipherSuites() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
- 
Returns the names of the cipher suites enabled on SSL
 connections accepted by server sockets created by this factory,
 or nullif this factory uses the cipher suites
 that are enabled by default.
 
- getEnabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
- 
Gets all the ObjectNames enabled. 
- getEnabledProtocols() - Method in class javax.net.ssl.SSLEngine
- 
Returns the names of the protocol versions which are currently
 enabled for use with this SSLEngine.
 
- getEnabledProtocols() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns the names of the protocols which are currently
 enabled for use by the newly accepted connections. 
- getEnabledProtocols() - Method in class javax.net.ssl.SSLSocket
- 
Returns the names of the protocol versions which are currently
 enabled for use on this connection. 
- getEnabledProtocols() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
- 
Returns the names of the protocol versions enabled on SSL
 connections accepted by server sockets created by this factory,
 or nullif this factory uses the protocol versions
 that are enabled by default.
 
- getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
- 
Gets all the enabled notification types for this filter. 
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLEngine
- 
Returns true if new SSL sessions may be established by this engine. 
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns true if new SSL sessions may be established by the
 sockets which are created from this server socket. 
- getEnableSessionCreation() - Method in class javax.net.ssl.SSLSocket
- 
Returns true if new SSL sessions may be established by this socket. 
- getEnclosedElements() - Method in interface javax.lang.model.element.Element
- 
Returns the elements that are, loosely speaking, directly
 enclosed by this element. 
- getEnclosedElements() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the elements that are, loosely speaking, directly
 enclosed by this element. 
- getEnclosingClass() - Method in class java.lang.Class
- 
Returns the immediately enclosing class of the underlying
 class. 
- getEnclosingConstructor() - Method in class java.lang.Class
- 
If this  Class object represents a local or anonymous
 class within a constructor, returns a  Constructor object representing
 the immediately enclosing constructor of the underlying
 class. 
- getEnclosingElement() - Method in interface javax.lang.model.element.Element
- 
Returns the innermost element
 within which this element is, loosely speaking, enclosed. 
- getEnclosingElement() - Method in interface javax.lang.model.element.PackageElement
- 
Returns nullsince a package is not enclosed by another
 element.
 
- getEnclosingElement() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the package of a top-level type and returns the
 immediately lexically enclosing element for a  nested type. 
- getEnclosingElement() - Method in interface javax.lang.model.element.TypeParameterElement
- 
- getEnclosingMethod() - Method in class java.lang.Class
- 
If this  Class object represents a local or anonymous
 class within a method, returns a  Method object representing the
 immediately enclosing method of the underlying class. 
- getEnclosingType() - Method in interface javax.lang.model.type.DeclaredType
- 
Returns the type of the innermost enclosing instance or a
 NoTypeof kindNONEif there is no enclosing
 instance.
 
- getEncoded() - Method in class java.security.AlgorithmParameters
- 
Returns the parameters in their primary encoding format. 
- getEncoded(String) - Method in class java.security.AlgorithmParameters
- 
Returns the parameters encoded in the specified scheme. 
- getEncoded() - Method in class java.security.cert.Certificate
- 
Returns the encoded form of this certificate. 
- getEncoded() - Method in class java.security.cert.CertPath
- 
Returns the encoded form of this certification path, using the default
 encoding. 
- getEncoded(String) - Method in class java.security.cert.CertPath
- 
Returns the encoded form of this certification path, using the
 specified encoding. 
- getEncoded() - Method in class java.security.cert.PolicyQualifierInfo
- 
Returns the ASN.1 DER encoded form of this
 PolicyQualifierInfo.
 
- getEncoded() - Method in class java.security.cert.X509CRL
- 
Returns the ASN.1 DER-encoded form of this CRL. 
- getEncoded() - Method in class java.security.cert.X509CRLEntry
- 
Returns the ASN.1 DER-encoded form of this CRL Entry,
 that is the inner SEQUENCE. 
- getEncoded() - Method in interface java.security.Key
- 
Returns the key in its primary encoding format, or null
 if this key does not support encoding. 
- getEncoded() - Method in class java.security.spec.EncodedKeySpec
- 
Returns the encoded key. 
- getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
- 
Returns the key bytes, encoded according to the PKCS #8 standard. 
- getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
- 
Returns the key bytes, encoded according to the X.509 standard. 
- getEncoded() - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Returns the ASN.1 encoding of this object. 
- getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
- 
Returns the key material of this secret key. 
- getEncoded() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the key material of this secret key. 
- getEncoded() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns an ASN.1 encoding of the entire ticket. 
- getEncoded() - Method in class javax.security.auth.x500.X500Principal
- 
Returns the distinguished name in ASN.1 DER encoded form. 
- getEncoded() - Method in class javax.security.cert.Certificate
- 
Returns the encoded form of this certificate. 
- getEncodedValue() - Method in class javax.naming.ldap.BasicControl
- 
Retrieves the control's ASN.1 BER encoded value. 
- getEncodedValue() - Method in interface javax.naming.ldap.Control
- 
Retrieves the ASN.1 BER encoded value of the LDAP control. 
- getEncodedValue() - Method in interface javax.naming.ldap.ExtendedRequest
- 
Retrieves the ASN.1 BER encoded value of the LDAP extended operation
 request. 
- getEncodedValue() - Method in interface javax.naming.ldap.ExtendedResponse
- 
Retrieves the ASN.1 BER encoded value of the LDAP extended operation
 response. 
- getEncodedValue() - Method in class javax.naming.ldap.StartTlsRequest
- 
Retrieves the StartTLS request's ASN.1 BER encoded value. 
- getEncodedValue() - Method in class javax.naming.ldap.StartTlsResponse
- 
Retrieves the StartTLS response's ASN.1 BER encoded value. 
- getEncoding() - Method in class java.io.InputStreamReader
- 
Returns the name of the character encoding being used by this stream. 
- getEncoding() - Method in class java.io.OutputStreamWriter
- 
Returns the name of the character encoding being used by this stream. 
- getEncoding() - Method in class java.util.logging.Handler
- 
Return the character encoding for this Handler. 
- getEncoding() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the type of encoding for sounds in this format. 
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current output encoding. 
- getEncoding() - Method in interface javax.xml.crypto.dsig.XMLObject
- 
Returns the encoding URI of this XMLObject.
 
- getEncoding() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
- 
Return input encoding if known or null if unknown. 
- getEncoding() - Method in interface org.w3c.dom.ls.LSInput
- 
The character encoding, if known. 
- getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
- 
The character encoding to use for the output. 
- getEncoding() - Method in interface org.xml.sax.ext.Locator2
- 
Returns the name of the character encoding for the entity. 
- getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
- 
Returns the current value of the encoding property. 
- getEncoding() - Method in class org.xml.sax.InputSource
- 
Get the character encoding for a byte stream or URI. 
- getEncodings() - Method in class java.security.cert.CertPath
- 
Returns an iteration of the encodings supported by this certification
 path, with the default encoding first. 
- getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
- 
Returns the encoding style for this SOAPElementobject.
 
- getEncryptedData() - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Returns the encrypted data. 
- getEnd() - Method in class javax.swing.SpinnerDateModel
- 
Returns the last Datein the sequence.
 
- getEndCap() - Method in class java.awt.BasicStroke
- 
Returns the end cap style. 
- getEndIndex() - Method in interface java.text.CharacterIterator
- 
Returns the end index of the text. 
- getEndIndex() - Method in class java.text.FieldPosition
- 
Retrieves the index of the character following the last character in the
 requested field. 
- getEndIndex() - Method in class java.text.StringCharacterIterator
- 
Implements CharacterIterator.getEndIndex() for String. 
- getEndIndex() - Method in class javax.accessibility.AccessibleHyperlink
- 
Gets the index with the hypertext document at which this
 link ends 
- getEndIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- 
Get the index with the hypertext document at which this
 link ends 
- getEndIndex() - Method in class javax.swing.text.Segment
- 
Returns the end index of the text. 
- getEndOffset() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the ending offset in the model for the element. 
- getEndOffset() - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets the ending offset in the model for the element. 
- getEndOffset() - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Gets the ending offset in the model for the element. 
- getEndOffset() - Method in class javax.swing.text.AbstractWriter
- 
Returns the last offset to be output. 
- getEndOffset() - Method in interface javax.swing.text.Element
- 
Fetches the offset from the beginning of the document
 that this element ends at. 
- getEndOffset() - Method in class javax.swing.text.GlyphView
- 
Fetches the portion of the model that this view is responsible for. 
- getEndOffset() - Method in interface javax.swing.text.Highlighter.Highlight
- 
Gets the ending model offset for the highlight. 
- getEndOffset() - Method in class javax.swing.text.html.HTMLDocument.Iterator
- 
Returns the end of the range for which the current occurrence of
 the tag is defined and has the same attributes. 
- getEndOffset() - Method in class javax.swing.text.View
- 
Fetches the portion of the model for which this view is
 responsible. 
- getEndPoint() - Method in class java.awt.geom.Arc2D
- 
Returns the ending point of the arc. 
- getEndPoint() - Method in class java.awt.LinearGradientPaint
- 
Returns a copy of the end point of the gradient axis. 
- getEndpointIdentificationAlgorithm() - Method in class javax.net.ssl.SSLParameters
- 
Gets the endpoint identification algorithm. 
- getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
- 
Returns the EndpointReferenceassociated with
 thisBindingProviderinstance.
 
- getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
- 
Returns the EndpointReferenceassociated with
 thisBindingProviderinstance.
 
- getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
- 
Returns the EndpointReferenceassociated with
 thisEndpointinstance.
 
- getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
- 
Returns the EndpointReferenceassociated with
 thisEndpointinstance.
 
- getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
- 
Returns the EndpointReferencefor this
 endpoint.
 
- getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
- 
Returns the EndpointReferenceassociated with
 this endpoint.
 
- getEndpoints() - Method in class javax.xml.ws.EndpointContext
- 
This gives list of endpoints in an application. 
- getEndPosition() - Method in class javax.swing.text.AbstractDocument
- 
Returns a position that represents the end of the document. 
- getEndPosition() - Method in interface javax.swing.text.Document
- 
Returns a position that represents the end of the document. 
- getEndPosition() - Method in interface javax.tools.Diagnostic
- 
Gets the character offset from the beginning of the file
 associated with this diagnostic that indicates the end of the
 problem. 
- getEndTime() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the expiration time for this ticket's validity period. 
- getEngine() - Method in class javax.script.CompiledScript
- 
Returns the ScriptEnginewhosecompilemethod created thisCompiledScript.
 
- getEngineByExtension(String) - Method in class javax.script.ScriptEngineManager
- 
Look up and create a ScriptEnginefor a given extension.
 
- getEngineByMimeType(String) - Method in class javax.script.ScriptEngineManager
- 
Look up and create a ScriptEnginefor a given mime type.
 
- getEngineByName(String) - Method in class javax.script.ScriptEngineManager
- 
Looks up and creates a ScriptEnginefor a given  name.
 
- getEngineFactories() - Method in class javax.script.ScriptEngineManager
- 
Returns a list whose elements are instances of all the ScriptEngineFactoryclasses
 found by the discovery mechanism.
 
- getEngineName() - Method in interface javax.script.ScriptEngineFactory
- 
Returns the full  name of the ScriptEngine.
 
- getEngineVersion() - Method in interface javax.script.ScriptEngineFactory
- 
Returns the version of the ScriptEngine.
 
- getEntities() - Method in interface javax.xml.stream.events.DTD
- 
Return a List containing the general entities,
 both external and internal, declared in the DTD. 
- getEntities() - Method in interface org.w3c.dom.DocumentType
- 
A NamedNodeMapcontaining the general entities, both
 external and internal, declared in the DTD.
 
- getEntity(String) - Method in class javax.swing.text.html.parser.DTD
- 
Gets an entity by name. 
- getEntity(int) - Method in class javax.swing.text.html.parser.DTD
- 
Gets a character entity. 
- getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
- 
Return the current entity resolver. 
- getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Get the current entity resolver. 
- getEntityResolver() - Method in interface org.xml.sax.XMLReader
- 
Return the current entity resolver. 
- getEntries() - Method in class java.util.jar.Manifest
- 
Returns a Map of the entries contained in this Manifest. 
- getEntry(String, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
- 
Gets a keystore Entryfor the specified alias
 with the specified protection parameter.
 
- getEntry(String) - Method in class java.util.jar.JarFile
- 
Returns the ZipEntryfor the given entry name ornullif not found.
 
- getEntry(String) - Method in class java.util.zip.ZipFile
- 
Returns the zip file entry for the specified name, or null
 if not found. 
- getEntryName() - Method in class java.net.JarURLConnection
- 
Return the entry name for this connection. 
- getEnumConstants() - Method in class java.lang.Class
- 
Returns the elements of this enum class or null if this
 Class object does not represent an enum type. 
- getEnumValueTable() - Method in class javax.print.attribute.EnumSyntax
- 
Returns the enumeration value table for this enumeration value's
 enumeration class. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Chromaticity
- 
Returns the enumeration value table for class Chromaticity. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.ColorSupported
- 
Returns the enumeration value table for class ColorSupported. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Compression
- 
Returns the enumeration value table for class Compression. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.DialogTypeSelection
- 
Returns the enumeration value table for class DialogTypeSelection. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Fidelity
- 
Returns the enumeration value table for class Fidelity. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Finishings
- 
Returns the enumeration value table for class Finishings. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.JobSheets
- 
Returns the enumeration value table for class JobSheets. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.JobState
- 
Returns the enumeration value table for class JobState. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.JobStateReason
- 
Returns the enumeration value table for class JobStateReason. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.MediaName
- 
Returns the enumeration value table for class MediaTray. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.MediaSizeName
- 
Returns the enumeration value table for class MediaSizeName. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.MediaTray
- 
Returns the enumeration value table for class MediaTray. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.MultipleDocumentHandling
- 
Returns the enumeration value table for class MultipleDocumentHandling. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.OrientationRequested
- 
Returns the enumeration value table for class OrientationRequested. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PDLOverrideSupported
- 
Returns the enumeration value table for class PDLOverrideSupported. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PresentationDirection
- 
Returns the enumeration value table for class PresentationDirection. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
- 
Returns the enumeration value table for class PrinterIsAcceptingJobs. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PrinterState
- 
Returns the enumeration value table for class PrinterState. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PrinterStateReason
- 
Returns the enumeration value table for class PrinterStateReason. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.PrintQuality
- 
Returns the enumeration value table for class PrintQuality. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
- 
Returns the enumeration value table for class
 ReferenceUriSchemesSupported. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Severity
- 
Returns the enumeration value table for class Severity. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.SheetCollate
- 
Returns the enumeration value table for class SheetCollate. 
- getEnumValueTable() - Method in class javax.print.attribute.standard.Sides
- 
Returns the enumeration value table for class Sides. 
- getenv(String) - Static method in class java.lang.System
- 
Gets the value of the specified environment variable. 
- getenv() - Static method in class java.lang.System
- 
Returns an unmodifiable string map view of the current system environment. 
- getEnvelope() - Method in class javax.xml.soap.SOAPPart
- 
Gets the SOAPEnvelopeobject associated with thisSOAPPartobject.
 
- getEnvironment() - Method in exception javax.naming.CannotProceedException
- 
Retrieves the environment that was in effect when this exception
 was created. 
- getEnvironment() - Method in interface javax.naming.Context
- 
Retrieves the environment in effect for this context. 
- getEnvironment() - Method in class javax.naming.InitialContext
-  
- getEon() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Return high order component for XML Schema 1.0 dateTime datatype field for
 year.
 
- getEonAndYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Return XML Schema 1.0 dateTime datatype field for
 year.
 
- getEras() - Method in class java.text.DateFormatSymbols
- 
Gets era strings. 
- getErrorCode() - Method in exception java.sql.SQLException
- 
Retrieves the vendor-specific exception code
 for this SQLExceptionobject.
 
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
- 
Get the vendor specific error code 
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
- 
Get the vendor specific error code 
- getErrorHandler() - Method in class javax.xml.validation.SchemaFactory
- 
- getErrorHandler() - Method in class javax.xml.validation.Validator
- 
- getErrorHandler() - Method in class javax.xml.validation.ValidatorHandler
- 
- getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
- 
Return the current error handler. 
- getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Get the current error event handler. 
- getErrorHandler() - Method in interface org.xml.sax.XMLReader
- 
Return the current error handler. 
- getErrorIndex() - Method in class java.text.ParsePosition
- 
Retrieve the index at which an error occurred, or -1 if the
 error index has not been set. 
- getErrorIndex() - Method in exception java.util.IllformedLocaleException
- 
Returns the index where the error was found. 
- getErrorListener() - Method in class javax.xml.transform.Transformer
- 
Get the error event handler in effect for the transformation. 
- getErrorListener() - Method in class javax.xml.transform.TransformerFactory
- 
Get the error event handler for the TransformerFactory. 
- getErrorManager() - Method in class java.util.logging.Handler
- 
Retrieves the ErrorManager for this Handler. 
- getErrorOffset() - Method in exception java.text.ParseException
- 
Returns the position where the error was found. 
- getErrorsAny() - Method in class java.awt.MediaTracker
- 
Returns a list of all media that have encountered an error. 
- getErrorsID(int) - Method in class java.awt.MediaTracker
- 
Returns a list of media with the specified ID that
 have encountered an error. 
- getErrorStream() - Method in class java.lang.Process
- 
Returns the input stream connected to the error output of the
 subprocess. 
- getErrorStream() - Method in class java.net.HttpURLConnection
- 
Returns the error stream if the connection failed
 but the server sent useful data nonetheless. 
- getErrorWriter() - Method in interface javax.script.ScriptContext
- 
Returns the Writerused to display error output.
 
- getErrorWriter() - Method in class javax.script.SimpleScriptContext
- 
Returns the Writerused to display error output.
 
- getEscapeProcessing() - Method in class javax.sql.rowset.BaseRowSet
- 
Ascertains whether escape processing is enabled for this
 RowSetobject.
 
- getEscapeProcessing() - Method in interface javax.sql.RowSet
- 
Retrieves whether escape processing is enabled for this
 RowSetobject.
 
- getEstimatedMajorSpan() - Method in class javax.swing.text.AsyncBoxView
- 
Is the major span currently estimated? 
- getEtchedBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-  
- getEtchedInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
- 
Returns the amount of space taken up by a border drawn by
 drawEtchedRect()
 
- getEtchType() - Method in class javax.swing.border.EtchedBorder
- 
Returns which etch-type is set on the etched border. 
- getEventAllocator() - Method in class javax.xml.stream.XMLInputFactory
- 
Gets the allocator used by streams created with this factory 
- getEventContext() - Method in class javax.naming.event.NamingEvent
- 
Retrieves the event source that fired this event. 
- getEventContext() - Method in class javax.naming.event.NamingExceptionEvent
- 
Retrieves the EventContext that fired this event. 
- getEventHandler() - Method in class javax.xml.bind.Binder
- 
Return the current event handler or the default event handler if one
 hasn't been set. 
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-  
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Return the current event handler or the default event handler if one
 hasn't been set. 
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
- 
Return the current event handler or the default event handler if one
 hasn't been set. 
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
- 
Return the current event handler or the default event handler if one
 hasn't been set. 
- getEventHandler() - Method in interface javax.xml.bind.Validator
- 
Deprecated.
since JAXB2.0 
 
- getEventMask() - Method in class java.awt.event.AWTEventListenerProxy
- 
Returns the event mask associated with the listener. 
- getEventPhase() - Method in interface org.w3c.dom.events.Event
- 
Used to indicate which phase of event flow is currently being
 evaluated. 
- getEventPropertyName() - Method in class java.beans.EventHandler
- 
Returns the property of the event that should be
 used in the action applied to the target. 
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
- 
Return an array of ValidationEvent objects containing a copy of each of
 the collected errors and warnings. 
- getEventSetDescriptors() - Method in interface java.beans.BeanInfo
- 
Gets the beans EventSetDescriptors.
 
- getEventSetDescriptors() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge of event sets. 
- getEventType() - Method in class javax.swing.event.HyperlinkEvent
- 
Gets the type of event. 
- getEventType() - Method in interface javax.xml.stream.events.XMLEvent
- 
Returns an integer code for this event. 
- getEventType() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getEventType() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns an integer code that indicates the type
 of the event the cursor is pointing to. 
- getException() - Method in class java.awt.event.InvocationEvent
- 
Returns any Exception caught while executing the Runnable's run()
 method.
 
- getException() - Method in exception java.lang.ClassNotFoundException
- 
Returns the exception that was raised if an error occurred while
 attempting to load the class. 
- getException() - Method in error java.lang.ExceptionInInitializerError
- 
Returns the exception that occurred during a static initialization that
 caused this error to be created. 
- getException() - Method in exception java.security.PrivilegedActionException
- 
Returns the exception thrown by the privileged computation that
 resulted in this PrivilegedActionException.
 
- getException() - Method in class java.util.concurrent.ForkJoinTask
- 
Returns the exception thrown by the base computation, or a
 CancellationExceptionif cancelled, ornullif
 none or if the method has not yet completed.
 
- getException() - Method in class javax.naming.event.NamingExceptionEvent
- 
Retrieves the exception that was thrown. 
- getException() - Method in class javax.naming.ldap.SortResponseControl
- 
Retrieves the NamingException appropriate for the result code. 
- getException() - Method in interface javax.naming.ldap.UnsolicitedNotification
- 
Retrieves the exception as constructed using information
 sent by the server. 
- getException() - Method in error javax.xml.parsers.FactoryConfigurationError
- 
Return the actual exception (if any) that caused this exception to
 be raised. 
- getException() - Method in error javax.xml.stream.FactoryConfigurationError
- 
Return the nested exception (if any) 
- getException() - Method in exception javax.xml.transform.TransformerException
- 
This method retrieves an exception that this exception wraps. 
- getException() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
- 
Return the actual exception (if any) that caused this exception to
 be raised. 
- getException() - Method in exception org.xml.sax.SAXException
- 
Return the embedded exception, if any. 
- getExceptionListener() - Method in class java.beans.Encoder
- 
Gets the exception handler for this stream. 
- getExceptionListener() - Method in class java.beans.XMLDecoder
- 
Gets the exception handler for this stream. 
- getExceptionTypes() - Method in class java.lang.reflect.Constructor
- 
Returns an array of Classobjects that represent the types
 of exceptions declared to be thrown by the underlying constructor
 represented by thisConstructorobject.
 
- getExceptionTypes() - Method in class java.lang.reflect.Method
- 
Returns an array of Classobjects that represent
 the types of the exceptions declared to be thrown
 by the underlying method
 represented by thisMethodobject.
 
- getExclusiveOwnerThread() - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
- 
Returns the thread last set by
 setExclusiveOwnerThread, or null if never
 set. 
- getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire in exclusive mode. 
- getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire in exclusive mode. 
- getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
- 
Gets the policy on whether to execute existing delayed
 tasks even when this executor has been shutdown.
 
- getExecutor() - Method in class javax.xml.ws.Endpoint
- 
Returns the executor for this Endpointinstance.
 
- getExecutor() - Method in class javax.xml.ws.Service
- 
Returns the executor for this Serviceinstance.
 
- getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
- 
Returns the executor for this Serviceinstance.
 
- getExemptionMechanism() - Method in class javax.crypto.Cipher
- 
Returns the exemption mechanism object used with this cipher. 
- getExp() - Method in exception javax.management.BadBinaryOpValueExpException
- 
Returns the ValueExpthat originated the exception.
 
- getExpandedDescendants(TreePath) - Method in class javax.swing.JTree
- 
Returns an Enumerationof the descendants of the
 pathparentthat
 are currently expanded.
 
- getExpandedIcon() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getExpandedIcon() - Method in class javax.swing.plaf.synth.SynthTreeUI
-  
- getExpandedState(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns true if the path is expanded, and visible. 
- getExpandedState(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns true if the path is expanded, and visible. 
- getExpandedState(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns true if the path is expanded, and visible. 
- getExpandsSelectedPaths() - Method in class javax.swing.JTree
- 
Returns the expandsSelectedPathsproperty.
 
- getExpectedPolicies() - Method in interface java.security.cert.PolicyNode
- 
Returns the set of expected policies that would satisfy this
 node's valid policy in the next certificate to be processed. 
- getExpiration() - Method in class java.net.URLConnection
- 
Returns the value of the expiresheader field.
 
- getExplanation() - Method in exception javax.naming.NamingException
- 
Retrieves the explanation associated with this exception. 
- getExponent(float) - Static method in class java.lang.Math
- 
Returns the unbiased exponent used in the representation of a
 float.
 
- getExponent(double) - Static method in class java.lang.Math
- 
Returns the unbiased exponent used in the representation of a
 double.
 
- getExponent(float) - Static method in class java.lang.StrictMath
- 
Returns the unbiased exponent used in the representation of a
 float.
 
- getExponent(double) - Static method in class java.lang.StrictMath
- 
Returns the unbiased exponent used in the representation of a
 double.
 
- getExponent() - Method in class java.security.spec.RSAOtherPrimeInfo
- 
Returns the prime's exponent. 
- getExponentSeparator() - Method in class java.text.DecimalFormatSymbols
- 
Returns the string used to separate the mantissa from the exponent. 
- getExponentSize() - Method in class javax.crypto.spec.DHGenParameterSpec
- 
Returns the size in bits of the random exponent (private value). 
- getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the foreign key columns that reference the
 given table's primary key columns (the foreign keys exported by a
 table). 
- getExpression() - Method in class javax.xml.crypto.dsig.spec.XPathType
- 
Returns the XPath expression to be evaluated. 
- getExtendedCacheKeys(JComponent) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
- 
Get any extra attributes which the painter implementation would like
 to include in the image cache lookups. 
- getExtendedKeyCode() - Method in class java.awt.event.KeyEvent
- 
Returns an extended key code for the event. 
- getExtendedKeyCodeForChar(int) - Static method in class java.awt.event.KeyEvent
- 
Returns an extended key code for a unicode character. 
- getExtendedKeyUsage() - Method in class java.security.cert.X509Certificate
- 
Gets an unmodifiable list of Strings representing the OBJECT
 IDENTIFIERs of the ExtKeyUsageSyntaxfield of the
 extended key usage extension, (OID = 2.5.29.37).
 
- getExtendedKeyUsage() - Method in class java.security.cert.X509CertSelector
- 
Returns the extendedKeyUsage criterion. 
- getExtendedState() - Method in class java.awt.Frame
- 
Gets the state of this frame. 
- getExtendsBound() - Method in interface javax.lang.model.type.WildcardType
- 
Returns the upper bound of this wildcard. 
- getExtension(char) - Method in class java.util.Locale
- 
Returns the extension (or private use) value associated with
 the specified key, or null if there is no extension
 associated with the key. 
- getExtension() - Method in class javax.sound.sampled.AudioFileFormat.Type
- 
Obtains the common file name extension for this file type. 
- getExtensionKeys() - Method in class java.util.Locale
- 
Returns the set of extension keys associated with this locale, or the
 empty set if it has no extensions. 
- getExtensions() - Method in exception java.security.cert.CertificateRevokedException
- 
Returns a map of X.509 extensions containing additional information
 about the revoked certificate, such as the Invalidity Date
 Extension. 
- getExtensions() - Method in interface javax.script.ScriptEngineFactory
- 
Returns an immutable list of filename extensions, which generally identify scripts
 written in the language supported by this ScriptEngine.
 
- getExtensions() - Method in class javax.swing.filechooser.FileNameExtensionFilter
- 
Returns the set of file name extensions files are tested against. 
- getExtensionValue(String) - Method in interface java.security.cert.X509Extension
- 
Gets the DER-encoded OCTET string for the extension value
 (extnValue) identified by the passed-in oidString.
 
- getExtent() - Method in interface javax.swing.BoundedRangeModel
- 
Returns the model's extent, the length of the inner range that
 begins at the model's value. 
- getExtent() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns the model's extent. 
- getExtent() - Method in class javax.swing.JSlider
- 
Returns the "extent" from the BoundedRangeModel.
 
- getExtentSize() - Method in class javax.swing.JViewport
- 
Returns the size of the visible part of the view in view coordinates. 
- getExternalElements() - Method in interface javax.xml.crypto.dsig.keyinfo.PGPData
- 
- getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- 
Tells the parser that if no external subset has been declared
 in the document text, none should be used. 
- getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
- 
Allows applications to provide an external subset for documents
 that don't explicitly define one. 
- getExtra() - Method in class java.util.zip.ZipEntry
- 
Returns the extra field data for the entry, or null if none. 
- getExtraImageMetadataFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an array of Strings containing the names
 of additional document formats, other than the native and
 standard formats, recognized by thegetAsTreeandsetFromTreemethods on
 the image metadata objects produced or consumed by this
 plug-in.
 
- getExtraMetadataFormatNames() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an array of Strings containing the names
 of additional metadata formats, other than the native and standard
 formats, recognized by this plug-in'sgetAsTree,setFromTree, andmergeTreemethods.
 
- getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves all the "extra" characters that can be used in unquoted
 identifier names (those beyond a-z, A-Z, 0-9 and _). 
- getExtraStreamMetadataFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an array of Strings containing the names
 of additional document formats, other than the native and
 standard formats, recognized by thegetAsTreeandsetFromTreemethods on
 the stream metadata objects produced or consumed by this
 plug-in.
 
- getFactory() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns the factory used for constructing new workers. 
- getFactory() - Method in interface javax.script.ScriptEngine
- 
Returns a ScriptEngineFactoryfor the class to which thisScriptEnginebelongs.
 
- getFactoryClassLocation() - Method in class javax.naming.Reference
- 
Retrieves the location of the factory of the object
 to which this reference refers. 
- getFactoryClassName() - Method in class javax.naming.Reference
- 
Retrieves the class name of the factory of the object
 to which this reference refers. 
- getFailedProperties() - Method in exception java.sql.SQLClientInfoException
- 
Returns the list of client info properties that could not be set. 
- getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
- 
Returns the handler for socket creation failure set by the
 setFailureHandlermethod.
 
- getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
- 
Returns a Localeto be used as a fallback locale for
 further resource bundle searches by theResourceBundle.getBundlefactory method.
 
- getFamily() - Method in class java.awt.Font
- 
Returns the family name of this Font.
 
- getFamily(Locale) - Method in class java.awt.Font
- 
Returns the family name of this Font, localized for
 the specified locale.
 
- getFault() - Method in interface javax.xml.soap.SOAPBody
- 
Returns the SOAPFaultobject in thisSOAPBodyobject.
 
- getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
- 
Gets the embedded SOAPFaultinstance.
 
- getFaultActor() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the fault actor for this SOAPFaultobject.
 
- getFaultCode() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the fault code for this SOAPFaultobject.
 
- getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the mandatory SOAP 1.1 fault code for this
 SOAPFaultobject as a SAAJNameobject.
 
- getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the fault code for this
 SOAPFaultobject as aQNameobject.
 
- getFaultNode() - Method in interface javax.xml.soap.SOAPFault
- 
Returns the optional Node element value for this
 SOAPFaultobject.
 
- getFaultReasonLocales() - Method in interface javax.xml.soap.SOAPFault
- 
Returns an Iteratorover a distinct sequence ofLocales for which there are associated Reason Text items.
 
- getFaultReasonText(Locale) - Method in interface javax.xml.soap.SOAPFault
- 
Returns the Reason Text associated with the given Locale.
 
- getFaultReasonTexts() - Method in interface javax.xml.soap.SOAPFault
- 
Returns an Iteratorover a sequence ofStringobjects containing all of the Reason Text items for
 thisSOAPFault.
 
- getFaultRole() - Method in interface javax.xml.soap.SOAPFault
- 
Returns the optional Role element value for this
 SOAPFaultobject.
 
- getFaultString() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the fault string for this SOAPFaultobject.
 
- getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the locale of the fault string for this SOAPFaultobject.
 
- getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
- 
Gets the Subcodes for this SOAPFaultas an iterator overQNames.
 
- getFD() - Method in class java.io.FileInputStream
- 
Returns the FileDescriptorobject  that represents the connection to
 the actual file in the file system being
 used by thisFileInputStream.
 
- getFD() - Method in class java.io.FileOutputStream
- 
Returns the file descriptor associated with this stream. 
- getFD() - Method in class java.io.RandomAccessFile
- 
Returns the opaque file descriptor object associated with this
 stream. 
- getFeature(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
This DOM Level 3 method is not supported for IIOMetadataNodeand will throw aDOMException.
 
- getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
- 
Get the state of the named feature. 
- getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
- 
Returns the particular property requested for in the underlying
 implementation of org.xml.sax.XMLReader. 
- getFeature(String) - Method in class javax.xml.transform.TransformerFactory
- 
Look up the value of a feature. 
- getFeature(String) - Method in class javax.xml.validation.SchemaFactory
- 
Look up the value of a feature flag. 
- getFeature(String) - Method in class javax.xml.validation.Validator
- 
Look up the value of a feature flag. 
- getFeature(String) - Method in class javax.xml.validation.ValidatorHandler
- 
Look up the value of a feature flag. 
- getFeature(String) - Method in class javax.xml.xpath.XPathFactory
- 
Get the state of the named feature. 
- getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
- 
This method returns a specialized object which implements the
 specialized APIs of the specified feature and version, as specified
 in  DOM Features. 
- getFeature(String, String) - Method in interface org.w3c.dom.Node
- 
This method returns a specialized object which implements the
 specialized APIs of the specified feature and version, as specified
 in . 
- getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
- 
Check a parser feature flag. 
- getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Look up the value of a feature. 
- getFeature(String) - Method in interface org.xml.sax.XMLReader
- 
Look up the value of a feature flag. 
- getFeedResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- 
Returns this resolution attribute's feed direction resolution in the
 given units. 
- getFeedResolutionDphi() - Method in class javax.print.attribute.ResolutionSyntax
- 
Returns this resolution attribute's feed direction resolution in units
 of dphi. 
- getFetchDirection() - Method in interface java.sql.ResultSet
- 
Retrieves the fetch direction for this
 ResultSetobject.
 
- getFetchDirection() - Method in interface java.sql.Statement
- 
Retrieves the direction for fetching rows from
 database tables that is the default for result sets
 generated from this Statementobject.
 
- getFetchDirection() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves this RowSetobject's current setting for the
 fetch direction.
 
- getFetchSize() - Method in interface java.sql.ResultSet
- 
Retrieves the fetch size for this
 ResultSetobject.
 
- getFetchSize() - Method in interface java.sql.Statement
- 
Retrieves the number of result set rows that is the default
 fetch size for ResultSetobjects
 generated from thisStatementobject.
 
- getFetchSize() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the fetch size for this RowSetobject.
 
- getField(String) - Method in class java.io.ObjectStreamClass
- 
Get the field of this class by name. 
- getField(String) - Method in class java.lang.Class
- 
Returns a Fieldobject that reflects the specified public
 member field of the class or interface represented by thisClassobject.
 
- getField() - Method in class java.security.spec.EllipticCurve
- 
Returns the finite field fieldthat this
 elliptic curve is over.
 
- getField() - Method in class java.text.FieldPosition
- 
Retrieves the field identifier. 
- getField(DatatypeConstants.Field) - Method in class javax.xml.datatype.Duration
- 
Gets the value of a field. 
- getFieldAttribute() - Method in class java.text.FieldPosition
- 
Returns the field identifier as an attribute constant
 from one of the Fieldsubclasses.
 
- getFieldNames() - Method in interface javax.management.Descriptor
- 
Returns all the field names in the descriptor. 
- getFieldNames() - Method in class javax.management.ImmutableDescriptor
-  
- getFieldNames() - Method in class javax.management.modelmbean.DescriptorSupport
-  
- getFields() - Method in class java.io.ObjectStreamClass
- 
Return an array of the fields of this serializable class. 
- getFields() - Method in class java.lang.Class
- 
Returns an array containing Fieldobjects reflecting all
 the accessible public fields of the class or interface represented by
 thisClassobject.
 
- getFields() - Method in interface javax.management.Descriptor
- 
Returns all of the fields contained in this descriptor as a string array. 
- getFields() - Method in class javax.management.ImmutableDescriptor
-  
- getFields() - Method in class javax.management.modelmbean.DescriptorSupport
-  
- getFields() - Method in class javax.sql.rowset.serial.SerialJavaObject
- 
Returns an array of Fieldobjects that contains each
 field of the object that this helper class is serializing.
 
- getFields(int) - Method in class javax.swing.text.InternationalFormatter
- 
Returns the Format.Fieldconstants associated with
 the text atoffset.
 
- getFieldSize() - Method in interface java.security.spec.ECField
- 
Returns the field size in bits. 
- getFieldSize() - Method in class java.security.spec.ECFieldF2m
- 
Returns the field size in bits which is mfor this characteristic 2 finite field.
 
- getFieldSize() - Method in class java.security.spec.ECFieldFp
- 
Returns the field size in bits which is size of prime p
 for this prime finite field. 
- getFieldValue(String) - Method in interface javax.management.Descriptor
- 
Returns the value for a specific field name, or null if no value
 is present for that name. 
- getFieldValue(String) - Method in class javax.management.ImmutableDescriptor
-  
- getFieldValue(String) - Method in class javax.management.modelmbean.DescriptorSupport
-  
- getFieldValues(String...) - Method in interface javax.management.Descriptor
- 
Returns all the field values in the descriptor as an array of Objects. 
- getFieldValues(String...) - Method in class javax.management.ImmutableDescriptor
-  
- getFieldValues(String...) - Method in class javax.management.modelmbean.DescriptorSupport
-  
- getFile() - Method in class java.awt.FileDialog
- 
Gets the selected file of this file dialog. 
- getFile() - Method in class java.net.URL
- 
Gets the file name of this URL.
 
- getFile() - Method in exception java.nio.file.FileSystemException
- 
Returns the file used to create this exception. 
- getFile() - Method in class javax.activation.FileDataSource
- 
Return the File object that corresponds to this FileDataSource. 
- getFileAttributeView(Path, Class<V>, LinkOption...) - Static method in class java.nio.file.Files
- 
Returns a file attribute view of a given type. 
- getFileAttributeView(Class<V>) - Method in interface java.nio.file.SecureDirectoryStream
- 
Returns a new file attribute view to access the file attributes of this
 directory. 
- getFileAttributeView(T, Class<V>, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
- 
Returns a new file attribute view to access the file attributes of a file
 in this directory. 
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
- 
Returns a file attribute view of a given type. 
- getFileChooser() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getFileChooserDetailViewIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getFileChooserHomeFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getFileChooserListViewIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getFileChooserNewFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getFileChooserUpFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getFileDescriptor() - Method in class java.net.DatagramSocketImpl
- 
Gets the datagram socket file descriptor. 
- getFileDescriptor() - Method in class java.net.SocketImpl
- 
Returns the value of this socket's fdfield.
 
- getFileFilter() - Method in class javax.swing.JFileChooser
- 
Returns the currently selected file filter. 
- getFileForInput(JavaFileManager.Location, String, String) - Method in class javax.tools.ForwardingJavaFileManager
-  
- getFileForInput(JavaFileManager.Location, String, String) - Method in interface javax.tools.JavaFileManager
- 
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class javax.tools.ForwardingJavaFileManager
-  
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in interface javax.tools.JavaFileManager
- 
- getFileName() - Method in class java.awt.JobAttributes
- 
Specifies the file name for the output file for jobs using these
 attributes. 
- getFileName() - Method in class java.lang.StackTraceElement
- 
Returns the name of the source file containing the execution point
 represented by this stack trace element. 
- getFileName() - Method in interface java.nio.file.Path
- 
Returns the name of the file or directory denoted by this path as a
 Pathobject.
 
- getFileName() - Method in exception javax.script.ScriptException
- 
Get the source of the script causing the error. 
- getFileName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getFileName() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- getFilenameFilter() - Method in class java.awt.FileDialog
- 
Determines this file dialog's filename filter. 
- getFileNameMap() - Static method in class java.net.URLConnection
- 
Loads filename map (a mimetable) from a data file. 
- getFilePointer() - Method in class java.io.RandomAccessFile
- 
Returns the current offset in this file. 
- getFiler() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns the filer used to create new source, class, or auxiliary
 files. 
- getFiles() - Method in class java.awt.FileDialog
- 
Returns files that the user selects. 
- getFiles(File, boolean) - Method in class javax.swing.filechooser.FileSystemView
- 
Gets the list of shown (i.e. 
- getFiles() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-  
- getFileSelectionMode() - Method in class javax.swing.JFileChooser
- 
Returns the current file-selection mode. 
- getFileStore(Path) - Static method in class java.nio.file.Files
- 
Returns the  FileStore representing the file store where a file
 is located. 
- getFileStore(Path) - Method in class java.nio.file.spi.FileSystemProvider
- 
Returns the  FileStore representing the file store where a file
 is located. 
- getFileStoreAttributeView(Class<V>) - Method in class java.nio.file.FileStore
- 
Returns a FileStoreAttributeViewof the given type.
 
- getFileStores() - Method in class java.nio.file.FileSystem
- 
Returns an object to iterate over the underlying file stores. 
- getFileSuffixes() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an array of Strings containing a list of
 file suffixes associated with the formats that are generally
 usable by theImageReaderorImageWriterimplementation associated with this
 service provider.
 
- getFileSystem(URI) - Static method in class java.nio.file.FileSystems
- 
Returns a reference to an existing FileSystem.
 
- getFileSystem() - Method in interface java.nio.file.Path
- 
Returns the file system that created this object. 
- getFileSystem(URI) - Method in class java.nio.file.spi.FileSystemProvider
- 
Returns an existing FileSystemcreated by this provider.
 
- getFileSystemView() - Static method in class javax.swing.filechooser.FileSystemView
-  
- getFileSystemView() - Method in class javax.swing.JFileChooser
- 
Returns the file system view. 
- getFileView() - Method in class javax.swing.JFileChooser
- 
Returns the current file view. 
- getFileView(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getFileView(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-  
- getFileView(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getFileViewmethod on each UI handled by this object.
 
- getFillsViewportHeight() - Method in class javax.swing.JTable
- 
Returns whether or not this table is always made large enough
 to fill the height of an enclosing viewport. 
- getFilter() - Method in class java.util.logging.Handler
- 
Get the current Filter for this Handler. 
- getFilter() - Method in class java.util.logging.Logger
- 
Get the current filter for this Logger. 
- getFilter() - Method in interface javax.sql.rowset.FilteredRowSet
- 
Retrieves the active filter for this FilteredRowSetobject.
 
- getFilter() - Method in class javax.xml.crypto.dsig.spec.XPathType
- 
Returns the filter operation. 
- getFilter() - Method in interface org.w3c.dom.ls.LSParser
- 
When a filter is provided, the implementation will call out to the
 filter as it is constructing the DOM tree structure. 
- getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
- 
When the application provides a filter, the serializer will call out
 to the filter before serializing each Node. 
- getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
- 
Returns a unique instance of an ImageFilter object which will
 actually perform the filtering for the specified ImageConsumer. 
- getFirst() - Method in class java.util.ArrayDeque
-  
- getFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-  
- getFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- getFirst() - Method in interface java.util.Deque
- 
Retrieves, but does not remove, the first element of this deque. 
- getFirst() - Method in class java.util.LinkedList
- 
Returns the first element in this list. 
- getFirstChild() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the first child of this node, or nullif
 the node has no children.
 
- getFirstChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns this node's first child. 
- getFirstChild() - Method in interface org.w3c.dom.Node
- 
The first child of this node. 
- getFirstColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
- 
Returns the first column that changed. 
- getFirstColumn() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-  
- getFirstComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns the first Component in the traversal cycle. 
- getFirstComponent(Container) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the first Component in the traversal cycle. 
- getFirstComponent(Container) - Method in class javax.swing.DefaultFocusManager
-  
- getFirstComponent(Container) - Method in class javax.swing.LayoutFocusTraversalPolicy
- 
Returns the first Component in the traversal cycle. 
- getFirstComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the first Component in the traversal cycle. 
- getFirstDayOfWeek() - Method in class java.util.Calendar
- 
Gets what the first day of the week is; e.g., SUNDAYin the U.S.,MONDAYin France.
 
- getFirstIndex() - Method in class javax.swing.event.ListSelectionEvent
- 
Returns the index of the first row whose selection may have changed. 
- getFirstLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Finds and returns the first leaf that is a descendant of this node --
 either this node or its first child's first leaf. 
- getFirstLineIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the first line indent setting. 
- getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns the first (longest-waiting) thread in the queue, or
 nullif no threads are currently queued.
 
- getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns the first (longest-waiting) thread in the queue, or
 nullif no threads are currently queued.
 
- getFirstRow() - Method in interface javax.accessibility.AccessibleTableModelChange
- 
Returns the first row that changed. 
- getFirstRow() - Method in class javax.swing.event.TableModelEvent
- 
Returns the first row that changed. 
- getFirstRow() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-  
- getFirstVisibleIndex() - Method in class javax.swing.JList
- 
Returns the smallest list index that is currently visible. 
- getFixedCellHeight() - Method in class javax.swing.JList
- 
Returns the value of the fixedCellHeightproperty.
 
- getFixedCellWidth() - Method in class javax.swing.JList
- 
Returns the value of the fixedCellWidthproperty.
 
- getFixedRate(Integer) - Method in class javax.management.timer.Timer
- 
Gets a copy of the flag indicating whether a periodic notification is
 executed at fixed-delay or at fixed-rate. 
- getFixedRate(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets a copy of the flag indicating whether a periodic notification is
 executed at fixed-delay or at fixed-rate. 
- getFlags() - Method in exception java.util.DuplicateFormatFlagsException
- 
Returns the set of flags which contains a duplicate flag. 
- getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
- 
Returns the incompatible flag. 
- getFlags() - Method in exception java.util.IllegalFormatFlagsException
- 
Returns the set of flags which contains an illegal combination. 
- getFlags() - Method in exception java.util.UnknownFormatFlagsException
- 
Returns the set of flags which contains an unknown flag. 
- getFlags() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the flags associated with this ticket. 
- getFlatness(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
- 
Returns the flatness of the cubic curve specified
 by the indicated control points. 
- getFlatness(double[], int) - Static method in class java.awt.geom.CubicCurve2D
- 
Returns the flatness of the cubic curve specified
 by the control points stored in the indicated array at the
 indicated index. 
- getFlatness() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the flatness of this curve. 
- getFlatness() - Method in class java.awt.geom.FlatteningPathIterator
- 
Returns the flatness of this iterator. 
- getFlatness(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
- 
Returns the flatness, or maximum distance of a
 control point from the line connecting the end points, of the
 quadratic curve specified by the indicated control points. 
- getFlatness(double[], int) - Static method in class java.awt.geom.QuadCurve2D
- 
Returns the flatness, or maximum distance of a
 control point from the line connecting the end points, of the
 quadratic curve specified by the control points stored in the
 indicated array at the indicated index. 
- getFlatness() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the flatness, or maximum distance of a
 control point from the line connecting the end points, of this
 QuadCurve2D.
 
- getFlatnessSq(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
- 
Returns the square of the flatness of the cubic curve specified
 by the indicated control points. 
- getFlatnessSq(double[], int) - Static method in class java.awt.geom.CubicCurve2D
- 
Returns the square of the flatness of the cubic curve specified
 by the control points stored in the indicated array at the
 indicated index. 
- getFlatnessSq() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the square of the flatness of this curve. 
- getFlatnessSq(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
- 
Returns the square of the flatness, or maximum distance of a
 control point from the line connecting the end points, of the
 quadratic curve specified by the indicated control points. 
- getFlatnessSq(double[], int) - Static method in class java.awt.geom.QuadCurve2D
- 
Returns the square of the flatness, or maximum distance of a
 control point from the line connecting the end points, of the
 quadratic curve specified by the control points stored in the
 indicated array at the indicated index. 
- getFlatnessSq() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the square of the flatness, or maximum distance of a
 control point from the line connecting the end points, of this
 QuadCurve2D.
 
- getFlavorListeners() - Method in class java.awt.datatransfer.Clipboard
- 
Returns an array of all the FlavorListeners currently
 registered on thisClipboard.
 
- getFlavorMap() - Method in class java.awt.dnd.DragSource
- 
This method returns the
 FlavorMapfor thisDragSource.
 
- getFlavorMap() - Method in class java.awt.dnd.DropTarget
- 
Gets the FlavorMapassociated with thisDropTarget.
 
- getFlavorsForNative(String) - Method in interface java.awt.datatransfer.FlavorTable
- 
Returns a ListofDataFlavors to which the
 specifiedStringcorresponds.
 
- getFlavorsForNative(String) - Method in class java.awt.datatransfer.SystemFlavorMap
- 
Returns a ListofDataFlavors to which the
 specifiedStringnative can be translated by the data
 transfer subsystem.
 
- getFlavorsForNatives(String[]) - Method in interface java.awt.datatransfer.FlavorMap
- 
Returns a Mapof the specifiedStringnatives
 to their correspondingDataFlavor.
 
- getFlavorsForNatives(String[]) - Method in class java.awt.datatransfer.SystemFlavorMap
- 
Returns a Mapof the specifiedStringnatives
 to their most preferredDataFlavor.
 
- getFlipContents() - Method in class java.awt.BufferCapabilities
-  
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a float.
 
- getFloat(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 floator of another primitive type convertible to
 typefloatvia a widening conversion.
 
- getFloat() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading a float value. 
- getFloat(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading a float value. 
- getFloat(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC FLOATparameter
 as afloatin the Java programming language.
 
- getFloat(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC FLOATparameter as afloatin the Java programming language.
 
- getFloat(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 afloatin the Java programming language.
 
- getFloat(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 afloatin the Java programming language.
 
- getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
- 
- getFloat(String, float) - Method in class java.util.prefs.Preferences
- 
Returns the float value represented by the string associated with the
 specified key in this preference node. 
- getFloatingColor() - Method in class javax.swing.plaf.basic.BasicToolBarUI
- 
Gets the color displayed when over a floating area 
- getFloatParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a float. 
- getFlowAxis() - Method in class javax.swing.text.FlowView
- 
Fetches the axis along which views should be
 flowed. 
- getFlowSpan(int) - Method in class javax.swing.text.FlowView
- 
Fetch the constraining span to flow against for
 the given child index. 
- getFlowSpan(int) - Method in class javax.swing.text.ParagraphView
- 
Fetches the constraining span to flow against for
 the given child index. 
- getFlowStart(int) - Method in class javax.swing.text.FlowView
- 
Fetch the location along the flow axis that the
 flow span will start at. 
- getFlowStart(int) - Method in class javax.swing.text.ParagraphView
- 
Fetches the location along the flow axis that the
 flow span will start at. 
- getFlushedPosition() - Method in interface javax.imageio.stream.ImageInputStream
- 
Returns the earliest position in the stream to which seeking
 may be performed. 
- getFlushedPosition() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- getFocusableWindowState() - Method in class java.awt.Window
- 
Returns whether this Window can become the focused Window if it meets
 the other requirements outlined in isFocusableWindow.
 
- getFocusAccelerator() - Method in class javax.swing.text.JTextComponent
- 
Returns the key accelerator that will cause the receiving
 text component to get the focus. 
- getFocusColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getFocusColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
-  
- getFocusColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the focus color of the current theme. 
- getFocusColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-  
- getFocusColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the focus color. 
- getFocusColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-  
- getFocusCycleRootAncestor() - Method in class java.awt.Component
- 
Returns the Container which is the focus cycle root of this Component's
 focus traversal cycle. 
- getFocusCycleRootAncestor() - Method in class java.awt.Window
- 
Always returns nullbecause Windows have no ancestors; they
 represent the top of the Component hierarchy.
 
- getFocusCycleRootAncestor() - Method in class javax.swing.JInternalFrame
- 
Always returns nullbecauseJInternalFrames
 must always be roots of a focus
 traversal cycle.
 
- getFocusedComponent() - Method in class javax.swing.text.TextAction
- 
Fetches the text component that currently has focus. 
- getFocusedWindow() - Method in class java.awt.KeyboardFocusManager
- 
Returns the focused Window, if the focused Window is in the same context
 as the calling thread. 
- getFocusIndex() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the index of the tab that has focus. 
- getFocusListeners() - Method in class java.awt.Component
- 
Returns an array of all the focus listeners
 registered on this component. 
- getFocusLostBehavior() - Method in class javax.swing.JFormattedTextField
- 
Returns the behavior when focus is lost. 
- getFocusOwner() - Method in class java.awt.KeyboardFocusManager
- 
Returns the focus owner, if the focus owner is in the same context as
 the calling thread. 
- getFocusOwner() - Method in class java.awt.Window
- 
Returns the child Component of this Window that has focus if this Window
 is focused; returns null otherwise. 
- getFocusOwner() - Method in class javax.swing.JInternalFrame
- 
If this JInternalFrameis active,
 returns the child that has focus.
 
- getFocusPoint() - Method in class java.awt.RadialGradientPaint
- 
Returns a copy of the focus point of the radial gradient. 
- getFocusTraversalKeys(int) - Method in class java.awt.Component
- 
Returns the Set of focus traversal keys for a given traversal operation
 for this Component. 
- getFocusTraversalKeys(int) - Method in class java.awt.Container
- 
Returns the Set of focus traversal keys for a given traversal operation
 for this Container. 
- getFocusTraversalKeys(int) - Method in class java.awt.Window
- 
Gets a focus traversal key for this Window. 
- getFocusTraversalKeysEnabled() - Method in class java.awt.Component
- 
Returns whether focus traversal keys are enabled for this Component. 
- getFocusTraversalPolicy() - Method in class java.awt.Container
- 
Returns the focus traversal policy that will manage keyboard traversal
 of this Container's children, or null if this Container is not a focus
 cycle root. 
- getFollowRedirects() - Static method in class java.net.HttpURLConnection
- 
Returns a booleanindicating
 whether or not HTTP redirects (3xx) should
 be automatically followed.
 
- getFont() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the Fontof this object.
 
- getFont() - Method in class java.awt.Component
- 
Gets the font of this component. 
- getFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Static method in class java.awt.Font
- 
Returns a Fontappropriate to the attributes.
 
- getFont(String) - Static method in class java.awt.Font
- 
Returns a Fontobject from the system properties list.
 
- getFont(String, Font) - Static method in class java.awt.Font
- 
Gets the specified Fontfrom the system properties
 list.
 
- getFont() - Method in class java.awt.font.GlyphVector
- 
Returns the Fontassociated with thisGlyphVector.
 
- getFont() - Method in class java.awt.FontMetrics
- 
Gets the Fontdescribed by thisFontMetricsobject.
 
- getFont() - Method in class java.awt.Graphics
- 
Gets the current font. 
- getFont() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the Font of this object. 
- getFont() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the Fontof this object.
 
- getFont() - Method in class java.awt.MenuComponent
- 
Gets the font used for this menu component. 
- getFont() - Method in interface java.awt.MenuContainer
-  
- getFont() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the Font of this object. 
- getFont(Component) - Method in class javax.swing.border.TitledBorder
-  
- getFont() - Method in class javax.swing.DebugGraphics
- 
Returns the Font used for text drawing operations. 
- getFont() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getFont() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the Fontof this object.
 
- getFont() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getFont(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the Font for the specified state. 
- getFont() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getFont(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets the font from an attribute set. 
- getFont() - Method in class javax.swing.text.GlyphView
- 
Fetch the font that the glyphs should be based
 upon. 
- getFont(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches the font to use for the given set of attributes. 
- getFont() - Method in class javax.swing.text.LabelView
- 
Fetches the font that the glyphs should be based upon. 
- getFont(AttributeSet) - Method in class javax.swing.text.StyleContext
- 
Gets the font from an attribute set. 
- getFont(String, int, int) - Method in class javax.swing.text.StyleContext
- 
Gets a new font. 
- getFont(AttributeSet) - Method in interface javax.swing.text.StyledDocument
- 
Takes a set of attributes and turn it into a font
 specification. 
- getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-  
- getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Gets the font used for editing. 
- getFont() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Gets the font of this component. 
- getFont(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis aFontreturn it,
 otherwise returnnull.
 
- getFont(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis aFontreturn it, otherwise returnnull.
 
- getFont(Object) - Static method in class javax.swing.UIManager
- 
Returns a font from the defaults. 
- getFont(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a font from the defaults that is appropriate
 for the given locale. 
- getFontFamily(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the font family setting from the attribute list. 
- getFontForState(SynthContext) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-  
- getFontForState(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the font for the specified state. 
- getFontList() - Method in class java.awt.Toolkit
- 
- getFontMetrics(Font) - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the FontMetricsof this object.
 
- getFontMetrics(Font) - Method in class java.awt.Component
- 
Gets the font metrics for the specified font. 
- getFontMetrics() - Method in class java.awt.Graphics
- 
Gets the font metrics of the current font. 
- getFontMetrics(Font) - Method in class java.awt.Graphics
- 
Gets the font metrics for the specified font. 
- getFontMetrics(Font) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the FontMetrics of this object. 
- getFontMetrics(Font) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the FontMetricsof this object.
 
- getFontMetrics(Font) - Method in class java.awt.Toolkit
- 
Deprecated.
As of JDK version 1.2, replaced by the FontmethodgetLineMetrics.
 
 
- getFontMetrics(Font) - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the FontMetrics of this object. 
- getFontMetrics() - Method in class javax.swing.DebugGraphics
- 
Overrides Graphics.getFontMetrics.
 
- getFontMetrics(Font) - Method in class javax.swing.DebugGraphics
- 
Overrides Graphics.getFontMetrics.
 
- getFontMetrics(Font) - Method in class javax.swing.JComponent
- 
Gets the FontMetricsfor the specifiedFont.
 
- getFontMetrics(Font) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getFontMetrics(Font) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the FontMetricsof this object.
 
- getFontMetrics(Font) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getFontMetrics() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getFontMetrics() - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getFontMetrics(Font) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getFontMetrics() - Method in class javax.swing.text.FieldView
- 
Fetches the font metrics associated with the component hosting
 this view. 
- getFontMetrics() - Method in class javax.swing.text.LabelView
- 
Deprecated.
FontMetrics are not used for glyph rendering
  when running in the JDK. 
 
- getFontMetrics(Font) - Method in class javax.swing.text.StyleContext
- 
Returns font metrics for a font. 
- getFontName() - Method in class java.awt.Font
- 
Returns the font face name of this Font.
 
- getFontName(Locale) - Method in class java.awt.Font
- 
Returns the font face name of the Font, localized
 for the specified locale.
 
- getFontPeer(String, int) - Method in class java.awt.Toolkit
- 
Deprecated.
see java.awt.GraphicsEnvironment#getAllFonts 
 
- getFontRenderContext() - Method in class java.awt.font.GlyphVector
- 
- getFontRenderContext() - Method in class java.awt.FontMetrics
- 
Gets the FontRenderContextused by thisFontMetricsobject to measure text.
 
- getFontRenderContext() - Method in class java.awt.Graphics2D
- 
Get the rendering context of the Fontwithin thisGraphics2Dcontext.
 
- getFontSize(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the font size setting from the attribute list. 
- getFontTable(int) - Method in interface java.awt.font.OpenType
- 
Returns the table as an array of bytes for a specified tag. 
- getFontTable(String) - Method in interface java.awt.font.OpenType
- 
Returns the table as an array of bytes for a specified tag. 
- getFontTable(int, int, int) - Method in interface java.awt.font.OpenType
- 
Returns a subset of the table as an array of bytes
 for a specified tag. 
- getFontTable(String, int, int) - Method in interface java.awt.font.OpenType
- 
Returns a subset of the table as an array of bytes
 for a specified tag. 
- getFontTableSize(int) - Method in interface java.awt.font.OpenType
- 
Returns the size of the table for a specified tag. 
- getFontTableSize(String) - Method in interface java.awt.font.OpenType
- 
Returns the size of the table for a specified tag. 
- getForeground() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the foreground color of this object. 
- getForeground() - Method in class java.awt.Component
- 
Gets the foreground color of this component. 
- getForeground() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Get the foreground color of this object. 
- getForeground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the foreground color of this object. 
- getForeground() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the foreground color of this object. 
- getForeground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getForeground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the foreground color of this object. 
- getForeground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Get the foreground color of this object. 
- getForeground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getForeground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets the foreground color from an attribute set. 
- getForeground() - Method in class javax.swing.text.GlyphView
- 
Fetch the foreground color to use to render the
 glyphs. 
- getForeground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Takes a set of attributes and turn it into a foreground color
 specification. 
- getForeground() - Method in class javax.swing.text.LabelView
- 
Fetches the foreground color to use to render the glyphs. 
- getForeground(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the foreground color setting from the attribute list. 
- getForeground(AttributeSet) - Method in class javax.swing.text.StyleContext
- 
Takes a set of attributes and turn it into a foreground color
 specification. 
- getForeground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
- 
Takes a set of attributes and turn it into a foreground color
 specification. 
- getForegroundAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab foreground color at index.
 
- getForegroundPainter(SynthContext) - Method in class javax.swing.plaf.nimbus.NimbusStyle
- 
Gets the appropriate foreground Painter, if there is one, for the state
 specified in the given SynthContext. 
- getFormat() - Method in interface java.security.Certificate
- 
Deprecated. Returns the name of the coding format. 
- getFormat() - Method in interface java.security.Key
- 
Returns the name of the primary encoding format of this key,
 or null if this key does not support encoding. 
- getFormat() - Method in class java.security.spec.EncodedKeySpec
- 
Returns the name of the encoding format associated with this
 key specification. 
- getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
- 
Returns the name of the encoding format associated with this
 key specification. 
- getFormat() - Method in class java.security.spec.X509EncodedKeySpec
- 
Returns the name of the encoding format associated with this
 key specification. 
- getFormat() - Method in class javax.crypto.spec.SecretKeySpec
- 
Returns the name of the encoding format for this secret key. 
- getFormat() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the name of the encoding format for this secret key. 
- getFormat() - Method in class javax.sound.sampled.AudioFileFormat
- 
Obtains the format of the audio data contained in the audio file. 
- getFormat() - Method in class javax.sound.sampled.AudioInputStream
- 
Obtains the audio format of the sound data in this audio input stream. 
- getFormat() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the current format (encoding, sample rate, number of channels,
 etc.) of the data line's audio data. 
- getFormat() - Method in class javax.swing.JSpinner.DateEditor
- 
Returns the java.text.SimpleDateFormatobject theJFormattedTextFielduses to parse and format
 numbers.
 
- getFormat() - Method in class javax.swing.JSpinner.NumberEditor
- 
Returns the java.text.DecimalFormatobject theJFormattedTextFielduses to parse and format
 numbers.
 
- getFormat() - Method in class javax.swing.text.InternationalFormatter
- 
Returns the format that dictates the legal values that can be edited
 and displayed. 
- getFormatId() - Method in interface javax.transaction.xa.Xid
- 
Obtain the format identifier part of the XID. 
- getFormatName() - Method in class javax.imageio.ImageReader
- 
Returns a Stringidentifying the format of the
 input source.
 
- getFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an array of Strings containing
 human-readable names for the formats that are generally usable
 by theImageReaderorImageWriterimplementation associated with this service provider.
 
- getFormats() - Method in class java.text.ChoiceFormat
- 
Get the formats passed in the constructor. 
- getFormats() - Method in class java.text.MessageFormat
- 
Gets the formats used for the format elements in the
 previously set pattern string. 
- getFormats(String) - Method in class java.util.ResourceBundle.Control
- 
Returns a ListofStrings containing
 formats to be used to load resource bundles for the givenbaseName.
 
- getFormats() - Method in class javax.sound.sampled.DataLine.Info
- 
Obtains a set of audio formats supported by the data line. 
- getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
- 
Gets the formats used for the values passed into
 formatmethods or returned fromparsemethods.
 
- getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
- 
Returns the unmatched format specifier. 
- getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
- 
Returns the format specifier which does not have a width. 
- getFormattedTextField() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
- 
Returns the current JFormattedTextFieldtheAbstractFormatteris installed on.
 
- getFormatter() - Method in class java.util.logging.Handler
- 
Return the Formatter for this Handler. 
- getFormatter(JFormattedTextField) - Method in class javax.swing.JFormattedTextField.AbstractFormatterFactory
- 
Returns an AbstractFormatterthat can handle formatting
 of the passed inJFormattedTextField.
 
- getFormatter() - Method in class javax.swing.JFormattedTextField
- 
Returns the AbstractFormatterthat is used to format and
 parse the current value.
 
- getFormatter(JFormattedTextField) - Method in class javax.swing.text.DefaultFormatterFactory
- 
Returns either the default formatter, display formatter, editor
 formatter or null formatter based on the state of the
 JFormattedTextField. 
- getFormatterFactory() - Method in class javax.swing.JFormattedTextField
- 
Returns the current AbstractFormatterFactory.
 
- getFractionalMetricsHint() - Method in class java.awt.font.FontRenderContext
- 
Return the text fractional metrics rendering mode hint used in this
 FontRenderContext.
 
- getFractionalSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Return fractional seconds. 
- getFractions() - Method in class java.awt.MultipleGradientPaint
- 
Returns a copy of the array of floats used by this gradient
 to calculate color distribution. 
- getFragment() - Method in class java.net.URI
- 
Returns the decoded fragment component of this URI. 
- getFrame() - Method in class java.awt.geom.RectangularShape
- 
Returns the framing  Rectangle2D
 that defines the overall shape of this object. 
- getFrameCount() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Returns the number of frames for the complete animation loop
 used by an indeterminate JProgessBar. 
- getFrameForComponent(Component) - Static method in class javax.swing.JOptionPane
- 
Returns the specified component's Frame.
 
- getFrameIcon() - Method in class javax.swing.JInternalFrame
- 
Returns the image displayed in the title bar of this internal frame (usually
 in the top-left corner). 
- getFrameLength() - Method in class javax.sound.sampled.AudioFileFormat
- 
Obtains the length of the audio data contained in the file, expressed in sample frames. 
- getFrameLength() - Method in class javax.sound.sampled.AudioInputStream
- 
Obtains the length of the stream, expressed in sample frames rather than bytes. 
- getFrameLength() - Method in interface javax.sound.sampled.Clip
- 
Obtains the media length in sample frames. 
- getFramePosition() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the current position in the audio data, in sample frames. 
- getFramePosition() - Method in class javax.sound.sampled.LineEvent
- 
Obtains the position in the line's audio data when the event occurred, expressed in sample frames. 
- getFrameRate() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the frame rate in frames per second. 
- getFrames() - Static method in class java.awt.Frame
- 
Returns an array of all Frames created by this application.
 
- getFrameSize() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the frame size in bytes. 
- getFreeSpace() - Method in class java.io.File
- 
Returns the number of unallocated bytes in the partition  named by this abstract path name. 
- getFromIndex() - Method in class javax.swing.event.TableColumnModelEvent
- 
Returns the fromIndex. 
- getFromPage() - Method in class java.awt.JobAttributes
- 
Returns, for jobs using these attributes, the first page to be
 printed, if a range of pages is to be printed. 
- getFrontBufferCapabilities() - Method in class java.awt.BufferCapabilities
-  
- getFullScreenWindow() - Method in class java.awt.GraphicsDevice
- 
Returns the Windowobject representing the
 full-screen window if the device is in full-screen mode.
 
- getFunctionColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the given catalog's system or user
 function parameters and return type. 
- getFunctions(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the  system and user functions available
 in the given catalog. 
- getG() - Method in interface java.security.interfaces.DSAParams
- 
Returns the base, g.
 
- getG() - Method in class java.security.spec.DSAParameterSpec
- 
Returns the base g.
 
- getG() - Method in class java.security.spec.DSAPrivateKeySpec
- 
Returns the base g.
 
- getG() - Method in class java.security.spec.DSAPublicKeySpec
- 
Returns the base g.
 
- getG() - Method in class javax.crypto.spec.DHParameterSpec
- 
Returns the base generator g.
 
- getG() - Method in class javax.crypto.spec.DHPrivateKeySpec
- 
Returns the base generator g.
 
- getG() - Method in class javax.crypto.spec.DHPublicKeySpec
- 
Returns the base generator g.
 
- getGamma() - Method in class java.awt.color.ICC_ProfileGray
- 
Returns a gamma value representing the tone reproduction
 curve (TRC). 
- getGamma(int) - Method in class java.awt.color.ICC_ProfileRGB
- 
Returns a gamma value representing the tone reproduction curve
 (TRC) for a particular component. 
- getGarbageCollectorMXBeans() - Static method in class java.lang.management.ManagementFactory
- 
- getGeneratedKeys() - Method in interface java.sql.Statement
- 
Retrieves any auto-generated keys created as a result of executing this
 Statementobject.
 
- getGenerator() - Method in class java.security.spec.ECParameterSpec
- 
Returns the generator which is also known as the base point. 
- getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
- 
Returns a Typeobject representing the component type
 of this array.
 
- getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
- 
Returns the GenericDeclarationobject representing the
 generic declaration declared this type variable.
 
- getGenericElement() - Method in interface javax.lang.model.element.TypeParameterElement
- 
Returns the generic class, interface, method, or constructor that is
 parameterized by this type parameter. 
- getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
- 
Returns an array of Typeobjects that represent the
 exceptions declared to be thrown by thisConstructorobject.
 
- getGenericExceptionTypes() - Method in class java.lang.reflect.Method
- 
Returns an array of Typeobjects that represent the
 exceptions declared to be thrown by thisMethodobject.
 
- getGenericInterfaces() - Method in class java.lang.Class
- 
Returns the Types representing the interfaces
 directly implemented by the class or interface represented by
 this object.
 
- getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
- 
Returns an array of Typeobjects that represent the formal
 parameter types, in declaration order, of the method represented by
 thisConstructorobject.
 
- getGenericParameterTypes() - Method in class java.lang.reflect.Method
- 
Returns an array of Typeobjects that represent the formal
 parameter types, in declaration order, of the method represented by
 thisMethodobject.
 
- getGenericReturnType() - Method in class java.lang.reflect.Method
- 
Returns a Typeobject that represents the formal return
 type of the method represented by thisMethodobject.
 
- getGenericSuperclass() - Method in class java.lang.Class
- 
Returns the Typerepresenting the direct superclass of
 the entity (class, interface, primitive type or void) represented by
 thisClass.
 
- getGenericType() - Method in class java.lang.reflect.Field
- 
Returns a Typeobject that represents the declared type for
 the field represented by thisFieldobject.
 
- getGestureModifiers() - Method in class java.awt.dnd.DragSourceDragEvent
- 
This method returns an intrepresenting
 the current state of the input device modifiers
 associated with the user's gesture.
 
- getGestureModifiersEx() - Method in class java.awt.dnd.DragSourceDragEvent
- 
This method returns an intrepresenting
 the current state of the input device extended modifiers
 associated with the user's gesture.
 
- getGetListenerMethod() - Method in class java.beans.EventSetDescriptor
- 
Gets the method used to access the registered event listeners. 
- getGlassPane() - Method in class javax.swing.JApplet
- 
Returns the glassPane object for this applet. 
- getGlassPane() - Method in class javax.swing.JDialog
- 
Returns the glassPaneobject for this dialog.
 
- getGlassPane() - Method in class javax.swing.JFrame
- 
Returns the glassPaneobject for this frame.
 
- getGlassPane() - Method in class javax.swing.JInternalFrame
- 
Returns the glass pane for this internal frame. 
- getGlassPane() - Method in class javax.swing.JLayer
- 
Returns the JLayer's glassPane component ornull.
 
- getGlassPane() - Method in class javax.swing.JRootPane
- 
Returns the current glass pane for this JRootPane.
 
- getGlassPane() - Method in class javax.swing.JWindow
- 
Returns the glassPane Componentfor this window.
 
- getGlassPane() - Method in interface javax.swing.RootPaneContainer
- 
Returns the glassPane. 
- getGlobal() - Static method in class java.util.logging.Logger
- 
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME. 
- getGlobalActiveWindow() - Method in class java.awt.KeyboardFocusManager
- 
Returns the active Window, even if the calling thread is in a different
 context than the active Window. 
- getGlobalCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
- 
Returns the current focus cycle root, even if the calling thread is in a
 different context than the current focus cycle root. 
- getGlobalFocusedWindow() - Method in class java.awt.KeyboardFocusManager
- 
Returns the focused Window, even if the calling thread is in a different
 context than the focused Window. 
- getGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
- 
Returns the focus owner, even if the calling thread is in a different
 context than the focus owner. 
- getGlobalPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
- 
Returns the permanent focus owner, even if the calling thread is in a
 different context than the permanent focus owner. 
- getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
- 
Obtain the global transaction identifier part of XID as an array
 of bytes. 
- getGlyphCharIndex(int) - Method in class java.awt.font.GlyphVector
- 
Returns the character index of the specified glyph. 
- getGlyphCharIndices(int, int, int[]) - Method in class java.awt.font.GlyphVector
- 
Returns the character indices of the specified glyphs. 
- getGlyphCode(int) - Method in class java.awt.font.GlyphVector
- 
Returns the glyphcode of the specified glyph. 
- getGlyphCodes(int, int, int[]) - Method in class java.awt.font.GlyphVector
- 
Returns an array of glyphcodes for the specified glyphs. 
- getGlyphJustificationInfo(int) - Method in class java.awt.font.GlyphVector
- 
Returns the justification information for the glyph at
 the specified index into this GlyphVector.
 
- getGlyphLogicalBounds(int) - Method in class java.awt.font.GlyphVector
- 
Returns the logical bounds of the specified glyph within this
 GlyphVector.
 
- getGlyphMetrics(int) - Method in class java.awt.font.GlyphVector
- 
Returns the metrics of the glyph at the specified index into
 this GlyphVector.
 
- getGlyphOutline(int) - Method in class java.awt.font.GlyphVector
- 
Returns a Shapewhose interior corresponds to the
 visual representation of the specified glyph
 within thisGlyphVector.
 
- getGlyphOutline(int, float, float) - Method in class java.awt.font.GlyphVector
- 
Returns a Shapewhose interior corresponds to the
 visual representation of the specified glyph
 within thisGlyphVector, offset to x, y.
 
- getGlyphPainter() - Method in class javax.swing.text.GlyphView
- 
Fetch the currently installed glyph painter. 
- getGlyphPixelBounds(int, FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
- 
Returns the pixel bounds of the glyph at index when this
 GlyphVectoris rendered in aGraphicswith the
 givenFontRenderContextat the given location.
 
- getGlyphPosition(int) - Method in class java.awt.font.GlyphVector
- 
Returns the position of the specified glyph relative to the
 origin of this GlyphVector.
 
- getGlyphPositions(int, int, float[]) - Method in class java.awt.font.GlyphVector
- 
Returns an array of glyph positions for the specified glyphs. 
- getGlyphTransform(int) - Method in class java.awt.font.GlyphVector
- 
Returns the transform of the specified glyph within this
 GlyphVector.
 
- getGlyphVisualBounds(int) - Method in class java.awt.font.GlyphVector
- 
Returns the visual bounds of the specified glyph within the
 GlyphVector.
 
- getGoHomeAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getGranularityPeriod() - Method in class javax.management.monitor.Monitor
- 
Gets the granularity period (in milliseconds). 
- getGranularityPeriod() - Method in interface javax.management.monitor.MonitorMBean
- 
Gets the granularity period (in milliseconds). 
- getGraphics() - Method in class java.awt.Component
- 
Creates a graphics context for this component. 
- getGraphics() - Method in class java.awt.image.BufferedImage
- 
This method returns a  Graphics2D, but is here
 for backwards compatibility. 
- getGraphics() - Method in class java.awt.Image
- 
Creates a graphics context for drawing to an off-screen image. 
- getGraphics() - Method in class java.awt.image.VolatileImage
- 
This method returns a  Graphics2D, but is here
 for backwards compatibility. 
- getGraphics() - Method in class java.awt.PrintJob
- 
Gets a Graphics object that will draw to the next page. 
- getGraphics() - Method in class javax.swing.JApplet
- 
Creates a graphics context for this component. 
- getGraphics() - Method in class javax.swing.JComponent
- 
Returns this component's graphics context, which lets you draw
 on a component. 
- getGraphics() - Method in class javax.swing.JDialog
- 
Creates a graphics context for this component. 
- getGraphics() - Method in class javax.swing.JFrame
- 
Creates a graphics context for this component. 
- getGraphics() - Method in class javax.swing.JWindow
- 
Creates a graphics context for this component. 
- getGraphics() - Method in class javax.swing.text.View
- 
Fetch a Graphicsfor rendering.
 
- getGraphicsConfiguration() - Method in class java.awt.Component
- 
Gets the GraphicsConfigurationassociated with thisComponent.
 
- getGraphicsUtils(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the SynthGraphicUtilsfor the specified context.
 
- getGreatestMinimum(int) - Method in class java.util.Calendar
- 
Returns the highest minimum value for the given calendar field
 of this Calendarinstance.
 
- getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
- 
Returns the highest minimum value for the given calendar field
 of this GregorianCalendarinstance.
 
- getGreen() - Method in class java.awt.Color
- 
Returns the green component in the range 0-255 in the default sRGB
 space. 
- getGreen(int) - Method in class java.awt.image.ColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getGreen(Object) - Method in class java.awt.image.ColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getGreen(int) - Method in class java.awt.image.ComponentColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getGreen(Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getGreen(int) - Method in class java.awt.image.DirectColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getGreen(Object) - Method in class java.awt.image.DirectColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getGreen(int) - Method in class java.awt.image.IndexColorModel
- 
Returns the green color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getGreenMask() - Method in class java.awt.image.DirectColorModel
- 
Returns the mask indicating which bits in an intpixel
 representation contain the green color component.
 
- getGreens(byte[]) - Method in class java.awt.image.IndexColorModel
- 
Copies the array of green color components into the specified array. 
- getGregorianChange() - Method in class java.util.GregorianCalendar
- 
Gets the Gregorian Calendar change date. 
- getGridColor() - Method in class javax.swing.JTable
- 
Returns the color used to draw grid lines. 
- getGridColumn() - Method in class javax.swing.text.TableView.TableCell
- 
Deprecated. Gets the column of the grid location 
- getGridRow() - Method in class javax.swing.text.TableView.TableCell
- 
Deprecated. Gets the row of the grid location 
- getGrooveInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
- 
Returns the amount of space taken up by a border drawn by
 drawGroove()
 
- getGroup() - Method in class javax.swing.DefaultButtonModel
- 
Returns the group that the button belongs to. 
- getGroupID() - Method in class java.rmi.activation.ActivationDesc
- 
Returns the group identifier for the object specified by this
 descriptor. 
- getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for thousands separator. 
- getGroupingSize() - Method in class java.text.DecimalFormat
- 
Return the grouping size. 
- getGuarantor() - Method in interface java.security.Certificate
- 
Deprecated. Returns the guarantor of the certificate, that is, the principal
 guaranteeing that the public key associated with this certificate
 is that of the principal associated with this certificate. 
- getHAdjustable() - Method in class java.awt.ScrollPane
- 
Returns the ScrollPaneAdjustableobject which
 represents the state of the horizontal scrollbar.
 
- getHandler() - Method in class javax.xml.transform.sax.SAXResult
- 
- getHandlerChain() - Method in interface javax.xml.ws.Binding
- 
Gets a copy of the handler chain for a protocol binding instance. 
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
- 
Gets the handler chain for the specified port. 
- getHandlerResolver() - Method in class javax.xml.ws.Service
- 
Returns the configured handler resolver. 
- getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
- 
Returns the configured handler resolver. 
- getHandlers() - Method in class java.util.logging.Logger
- 
Get the Handlers associated with this logger. 
- getHandshakeSession() - Method in class javax.net.ssl.SSLEngine
- 
Returns the SSLSessionbeing constructed during a SSL/TLS
 handshake.
 
- getHandshakeSession() - Method in class javax.net.ssl.SSLSocket
- 
Returns the SSLSessionbeing constructed during a SSL/TLS
 handshake.
 
- getHandshakeStatus() - Method in class javax.net.ssl.SSLEngine
- 
Returns the current handshake status for this SSLEngine.
 
- getHandshakeStatus() - Method in class javax.net.ssl.SSLEngineResult
- 
Gets the handshake status of this SSLEngineoperation.
 
- getHardwareAddress() - Method in class java.net.NetworkInterface
- 
Returns the hardware address (usually MAC) of the interface if it
 has one and if it can be accessed given the current privileges. 
- getHashColor() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getHead(Handler) - Method in class java.util.logging.Formatter
- 
Return the header string for a set of formatted records. 
- getHead(Handler) - Method in class java.util.logging.XMLFormatter
- 
Return the header string for a set of XML formatted records. 
- getHeader(String) - Method in class javax.xml.soap.MimeHeaders
- 
Returns all of the values for the specified header as an array of
 Stringobjects.
 
- getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
- 
Returns the SOAPHeaderobject for
 thisSOAPEnvelopeobject.
 
- getHeaderField(int) - Method in class java.net.HttpURLConnection
- 
Returns the value for the nth header field.
 
- getHeaderField(String) - Method in class java.net.URLConnection
- 
Returns the value of the named header field. 
- getHeaderField(int) - Method in class java.net.URLConnection
- 
Returns the value for the nth header field.
 
- getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
-  
- getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
- 
Returns the value of the named field parsed as date. 
- getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
- 
Returns the value of the named field parsed as a number. 
- getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
- 
Returns the key for the nth header field.
 
- getHeaderFieldKey(int) - Method in class java.net.URLConnection
- 
Returns the key for the nth header field.
 
- getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
- 
Returns the value of the named field parsed as a number. 
- getHeaderFields() - Method in class java.net.URLConnection
- 
Returns an unmodifiable Map of the header fields. 
- getHeaderRect(int) - Method in class javax.swing.table.JTableHeader
- 
Returns the rectangle containing the header tile at column.
 
- getHeaderRenderer() - Method in class javax.swing.table.TableColumn
- 
Returns the TableCellRendererused to draw the header of theTableColumn.
 
- getHeaders() - Method in class java.net.CacheResponse
- 
Returns the response headers as a Map. 
- getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
- 
Gets the header blocks that can be processed by this Handler
  instance. 
- getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- 
Gets headers that have a particular qualified name from the message in the
  message context. 
- getHeaderValue() - Method in class javax.swing.table.TableColumn
- 
Returns the Objectused as the value for the header
 renderer.
 
- getHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
- 
Returns the current memory usage of the heap that
 is used for object allocation. 
- getHeight() - Method in class java.awt.Component
- 
Returns the current height of this component. 
- getHeight() - Method in class java.awt.Dimension
- 
Returns the height of this Dimensionin double
 precision.
 
- getHeight() - Method in class java.awt.DisplayMode
- 
Returns the height of the display, in pixels. 
- getHeight() - Method in class java.awt.font.LineMetrics
- 
Returns the height of the text. 
- getHeight() - Method in class java.awt.FontMetrics
- 
Gets the standard height of a line of text in this font. 
- getHeight() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.Dimension2D
- 
Returns the height of this Dimensionin double
 precision.
 
- getHeight() - Method in class java.awt.geom.Ellipse2D.Double
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.Ellipse2D.Float
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.Rectangle2D.Double
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.Rectangle2D.Float
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.RectangularShape
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Returns the height of the framing rectangle
 in doubleprecision.
 
- getHeight() - Method in class java.awt.image.BufferedImage
- 
Returns the height of the BufferedImage.
 
- getHeight(ImageObserver) - Method in class java.awt.image.BufferedImage
- 
Returns the height of the BufferedImage.
 
- getHeight(ImageObserver) - Method in class java.awt.Image
- 
Determines the height of the image. 
- getHeight() - Method in class java.awt.image.Kernel
- 
Returns the height of this Kernel.
 
- getHeight() - Method in class java.awt.image.PixelGrabber
- 
Get the height of the pixel buffer (after adjusting for image height). 
- getHeight() - Method in class java.awt.image.Raster
- 
Returns the height in pixels of the Raster. 
- getHeight() - Method in interface java.awt.image.renderable.RenderableImage
- 
Gets the height in user coordinate space. 
- getHeight() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Gets the height in user coordinate space. 
- getHeight() - Method in interface java.awt.image.RenderedImage
- 
Returns the height of the RenderedImage. 
- getHeight() - Method in class java.awt.image.SampleModel
- 
Returns the height in pixels. 
- getHeight() - Method in class java.awt.image.VolatileImage
- 
Returns the height of the VolatileImage.
 
- getHeight() - Method in class java.awt.print.PageFormat
- 
Returns the height, in 1/72nds of an inch, of the page. 
- getHeight() - Method in class java.awt.print.Paper
- 
Returns the height of the page in 1/72nds of an inch. 
- getHeight() - Method in class java.awt.Rectangle
- 
Returns the height of the bounding Rectangleindoubleprecision.
 
- getHeight(int) - Method in class javax.imageio.ImageReader
- 
Returns the height in pixels of the given image within the
 input source. 
- getHeight(int) - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the height of the printable area in the specified units. 
- getHeight() - Method in class javax.swing.JComponent
- 
Returns the current height of this component. 
- getHeight() - Method in class javax.swing.SpringLayout.Constraints
- 
Returns the value of the heightproperty.
 
- getHeight() - Method in class javax.swing.text.BoxView
- 
Returns the current height of the box. 
- getHeight(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-  
- getHeightOfHighValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getHeightOfLowValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getHeightOfTallestLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getHelpMenu() - Method in class java.awt.MenuBar
- 
Gets the help menu on the menu bar. 
- getHelpMenu() - Method in class javax.swing.JMenuBar
- 
Gets the help menu for the menu bar. 
- getHere() - Method in interface javax.xml.crypto.dom.DOMURIReference
- 
Returns the here node. 
- getHgap() - Method in class java.awt.BorderLayout
- 
Returns the horizontal gap between components. 
- getHgap() - Method in class java.awt.CardLayout
- 
Gets the horizontal gap between components. 
- getHgap() - Method in class java.awt.FlowLayout
- 
Gets the horizontal gap between components
 and between the components and the borders
 of the Container
 
- getHgap() - Method in class java.awt.GridLayout
- 
Gets the horizontal gap between components. 
- getHideActionText() - Method in class javax.swing.AbstractButton
- 
Returns the value of the hideActionTextproperty, which
 determines whether the button displays text from theAction.
 
- getHierarchyBoundsListeners() - Method in class java.awt.Component
- 
Returns an array of all the hierarchy bounds listeners
 registered on this component. 
- getHierarchyListeners() - Method in class java.awt.Component
- 
Returns an array of all the hierarchy listeners
 registered on this component. 
- getHighestValue() - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns the biggest value that has an entry in the label table. 
- getHighestValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns the label that corresponds to the lowest slider value in the label table. 
- getHighlightColor(Component) - Method in class javax.swing.border.EtchedBorder
- 
Returns the highlight color of the etched border
 when rendered on the specified component. 
- getHighlightColor() - Method in class javax.swing.border.EtchedBorder
- 
Returns the highlight color of the etched border. 
- getHighlightColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getHighlightedTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the highlighted text color of the current theme. 
- getHighlightedTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the highlighted text color. 
- getHighlighter() - Method in class javax.swing.text.JTextComponent
- 
Fetches the object responsible for making highlights. 
- getHighlightInnerColor(Component) - Method in class javax.swing.border.BevelBorder
- 
Returns the inner highlight color of the bevel border
 when rendered on the specified component. 
- getHighlightInnerColor() - Method in class javax.swing.border.BevelBorder
- 
Returns the inner highlight color of the bevel border. 
- getHighlightOuterColor(Component) - Method in class javax.swing.border.BevelBorder
- 
Returns the outer highlight color of the bevel border
 when rendered on the specified component. 
- getHighlightOuterColor() - Method in class javax.swing.border.BevelBorder
- 
Returns the outer highlight color of the bevel border. 
- getHighlights() - Method in class javax.swing.text.DefaultHighlighter
- 
Makes a copy of the highlights. 
- getHighlights() - Method in interface javax.swing.text.Highlighter
- 
Fetches the current list of highlights. 
- getHighThreshold() - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the high threshold value common to all observed MBeans. 
- getHighThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the high threshold value. 
- getHoldability() - Method in interface java.sql.Connection
- 
Retrieves the current holdability of ResultSetobjects
 created using thisConnectionobject.
 
- getHoldability() - Method in interface java.sql.ResultSet
- 
Retrieves the holdability of this ResultSetobject
 
- getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock
- 
Queries the number of holds on this lock by the current thread. 
- getHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
- 
Queries the number of holds on this write lock by the current
 thread. 
- getHomeDirectory() - Method in class javax.swing.filechooser.FileSystemView
-  
- getHonorsVisibility() - Method in class javax.swing.GroupLayout
- 
Returns whether component visiblity is considered when sizing and
 positioning components. 
- getHorizontalAlignment() - Method in class javax.swing.AbstractButton
- 
Returns the horizontal alignment of the icon and text. 
- getHorizontalAlignment() - Method in class javax.swing.JLabel
- 
Returns the alignment of the label's contents along the X axis. 
- getHorizontalAlignment() - Method in class javax.swing.JTextField
- 
Returns the horizontal alignment of the text. 
- getHorizontalLegBuffer() - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
The horizontal element of legs between nodes starts at the
 right of the left-hand side of the child node by default. 
- getHorizontalLegBuffer() - Method in class javax.swing.plaf.metal.MetalTreeUI
-  
- getHorizontalScrollBar() - Method in class javax.swing.JScrollPane
- 
Returns the horizontal scroll bar that controls the viewport's
 horizontal view position. 
- getHorizontalScrollBar() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the JScrollBarobject that handles horizontal scrolling.
 
- getHorizontalScrollBarPolicy() - Method in class javax.swing.JScrollPane
- 
Returns the horizontal scroll bar policy value. 
- getHorizontalScrollBarPolicy() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the horizontal scrollbar-display policy. 
- getHorizontalSliderThumbIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getHorizontalTextPosition() - Method in class javax.swing.AbstractButton
- 
Returns the horizontal position of the text relative to the icon. 
- getHorizontalTextPosition() - Method in class javax.swing.JLabel
- 
Returns the horizontal position of the label's text,
 relative to its image. 
- getHorizontalVisibility() - Method in class javax.swing.JTextField
- 
Gets the visibility of the text field. 
- getHost() - Method in class java.net.URI
- 
Returns the host component of this URI. 
- getHost() - Method in class java.net.URL
- 
Gets the host name of this URL, if applicable.
 
- getHost() - Method in class javax.management.remote.JMXServiceURL
- 
The host part of the Service URL. 
- getHostAddress() - Method in class java.net.Inet4Address
- 
Returns the IP address string in textual presentation form. 
- getHostAddress() - Method in class java.net.Inet6Address
- 
Returns the IP address string in textual presentation. 
- getHostAddress() - Method in class java.net.InetAddress
- 
Returns the IP address string in textual presentation. 
- getHostAddress(URL) - Method in class java.net.URLStreamHandler
- 
Get the IP address of our host. 
- getHostName() - Method in class java.net.InetAddress
- 
Gets the host name for this IP address. 
- getHostName() - Method in class java.net.InetSocketAddress
- 
Gets the hostname.
 
- getHostnameVerifier() - Method in class javax.net.ssl.HttpsURLConnection
- 
Gets the HostnameVerifierin place on this instance.
 
- getHostString() - Method in class java.net.InetSocketAddress
- 
Returns the hostname, or the String form of the address if it
 doesn't have a hostname (it was created using a literal). 
- getHour() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getHours() - Method in class java.sql.Date
- 
Deprecated.  
- getHours() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.HOUR_OF_DAY).
 
 
- getHours() - Method in class javax.xml.datatype.Duration
- 
Obtains the value of the HOURS field as an integer value,
 or 0 if not present. 
- getHSBColor(float, float, float) - Static method in class java.awt.Color
- 
Creates a Colorobject based on the specified values
 for the HSB color model.
 
- getHScrollbarHeight() - Method in class java.awt.ScrollPane
- 
Returns the height that would be occupied by a horizontal
 scrollbar, which is independent of whether it is currently
 displayed by the scroll pane or not. 
- getHTMLBaseline(View, int, int) - Static method in class javax.swing.plaf.basic.BasicHTML
- 
Returns the baseline for the html renderer. 
- getHTMLDocument(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-  
- getHTMLEditorKit(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-  
- getHTMLTag() - Method in class javax.swing.text.html.parser.TagElement
-  
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
- getHumanPresentableName() - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the human presentable name for the data format that this
 DataFlavorrepresents.
 
- getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
- 
Return the Human Presentable name. 
- getHyperlinkListeners() - Method in class javax.swing.JEditorPane
- 
Returns an array of all the HyperLinkListeners added
 to this JEditorPane with addHyperlinkListener().
 
- getICC_Profiles() - Method in class java.awt.image.ColorConvertOp
- 
Returns the array of ICC_Profiles used to construct this ColorConvertOp. 
- getIcon(int) - Method in interface java.beans.BeanInfo
- 
This method returns an image object that can be used to
 represent the bean in toolboxes, toolbars, etc. 
- getIcon(int) - Method in class java.beans.SimpleBeanInfo
- 
Claim there are no icons available. 
- getIcon() - Method in class javax.swing.AbstractButton
- 
Returns the default icon. 
- getIcon(File) - Method in class javax.swing.filechooser.FileView
- 
The icon that represents this file in the JFileChooser.
 
- getIcon(File) - Method in class javax.swing.JFileChooser
- 
Returns the icon for this file or type of file, depending
 on the system. 
- getIcon() - Method in class javax.swing.JLabel
- 
Returns the graphic image (glyph, icon) that the label displays. 
- getIcon() - Method in class javax.swing.JOptionPane
- 
Returns the icon this pane displays. 
- getIcon(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-  
- getIcon() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the icon from the JOptionPane the receiver is providing
 the look and feel for, or the default icon as returned from
 getDefaultIcon.
 
- getIcon(AbstractButton) - Method in class javax.swing.plaf.synth.SynthButtonUI
- 
Returns the Icon to use for painting the button. 
- getIcon(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Convenience method to get a specific style property whose value is
 an Icon. 
- getIcon(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the icon setting from the attribute list. 
- getIcon(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis anIconreturn it,
 otherwise returnnull.
 
- getIcon(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis anIconreturn it, otherwise returnnull.
 
- getIcon(Object) - Static method in class javax.swing.UIManager
- 
Returns an Iconfrom the defaults.
 
- getIcon(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns an Iconfrom the defaults that is appropriate
 for the given locale.
 
- getIconAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab icon at index.
 
- getIconForTab(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getIconForType(int) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the icon to use for the passed in type. 
- getIconHeight() - Method in interface javax.swing.Icon
- 
Returns the icon's height. 
- getIconHeight() - Method in class javax.swing.ImageIcon
- 
Gets the height of the icon. 
- getIconHeight() - Method in class javax.swing.plaf.IconUIResource
-  
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-  
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalComboBoxIcon
- 
Created a stub to satisfy the interface. 
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-  
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-  
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
-  
- getIconHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-  
- getIconImage() - Method in class java.awt.Frame
- 
Returns the image to be displayed as the icon for this frame. 
- getIconImages() - Method in class java.awt.Window
- 
Returns the sequence of images to be displayed as the icon for this window. 
- getIconTextGap() - Method in class javax.swing.AbstractButton
- 
Returns the amount of space between the text and the icon
 displayed in this button. 
- getIconTextGap() - Method in class javax.swing.JLabel
- 
Returns the amount of space between the text and the icon
 displayed in this label. 
- getIconWidth() - Method in interface javax.swing.Icon
- 
Returns the icon's width. 
- getIconWidth() - Method in class javax.swing.ImageIcon
- 
Gets the width of the icon. 
- getIconWidth() - Method in class javax.swing.plaf.IconUIResource
-  
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-  
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalComboBoxIcon
- 
Created a stub to satisfy the interface. 
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-  
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-  
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
-  
- getIconWidth() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-  
- getID() - Method in class java.awt.AWTEvent
- 
Returns the event type. 
- getId() - Method in class java.lang.Thread
- 
Returns the identifier of this Thread. 
- getID() - Method in class java.rmi.activation.Activatable
- 
Returns the object's activation identifier. 
- getId() - Method in interface java.security.cert.Extension
- 
Gets the extensions's object identifier. 
- getID() - Method in class java.util.TimeZone
- 
Gets the ID of this time zone. 
- getID() - Method in interface javax.naming.directory.Attribute
- 
Retrieves the id of this attribute. 
- getID() - Method in class javax.naming.directory.BasicAttribute
-  
- getID() - Method in class javax.naming.ldap.BasicControl
- 
Retrieves the control's object identifier string. 
- getID() - Method in interface javax.naming.ldap.Control
- 
Retrieves the object identifier assigned for the LDAP control. 
- getID() - Method in interface javax.naming.ldap.ExtendedRequest
- 
Retrieves the object identifier of the request. 
- getID() - Method in interface javax.naming.ldap.ExtendedResponse
- 
Retrieves the object identifier of the response. 
- getID() - Method in class javax.naming.ldap.StartTlsRequest
- 
Retrieves the StartTLS request's object identifier string. 
- getID() - Method in class javax.naming.ldap.StartTlsResponse
- 
Retrieves the StartTLS response's object identifier string. 
- getId() - Method in interface javax.net.ssl.SSLSession
- 
Returns the identifier assigned to this Session. 
- getID() - Method in class javax.swing.LookAndFeel
- 
Return a string that identifies this look and feel. 
- getID() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns an identifier for this look and feel. 
- getID() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
- 
Returns a string, suitable for use by applications/services,
 that identifies this look and feel. 
- getID() - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Return a string that identifies this look and feel. 
- getID() - Method in class javax.swing.plaf.synth.ColorType
- 
Returns a unique id, as an integer, for this ColorType. 
- getID() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Return a string that identifies this look and feel. 
- getId() - Method in interface javax.xml.crypto.dsig.keyinfo.KeyInfo
- 
Return the optional Id attribute of this KeyInfo, which
 may be useful for referencing thisKeyInfofrom other
 XML structures.
 
- getId() - Method in interface javax.xml.crypto.dsig.Manifest
- 
Returns the Id of this Manifest.
 
- getId() - Method in interface javax.xml.crypto.dsig.Reference
- 
Returns the optional Idattribute of thisReference, which permits this reference to be
 referenced from elsewhere.
 
- getId() - Method in interface javax.xml.crypto.dsig.SignatureProperties
- 
Returns the Id of this SignatureProperties.
 
- getId() - Method in interface javax.xml.crypto.dsig.SignatureProperty
- 
Returns the Id of this SignatureProperty.
 
- getId() - Method in interface javax.xml.crypto.dsig.SignedInfo
- 
Returns the optional Idattribute of thisSignedInfo.
 
- getId() - Method in interface javax.xml.crypto.dsig.XMLObject
- 
Returns the Id of this XMLObject.
 
- getId() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
Returns the optional Id of this XMLSignature.
 
- getId() - Method in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
- 
Returns the optional Idattribute of thisSignatureValue, which permits this element to be
 referenced from elsewhere.
 
- getId() - Method in class javax.xml.datatype.DatatypeConstants.Field
- 
Get id of this Field. 
- getID() - Method in class javax.xml.ws.RespectBindingFeature
- 
Get the unique identifier for this WebServiceFeature. 
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
- 
Get the unique identifier for this WebServiceFeature. 
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
- 
Get the unique identifier for this WebServiceFeature. 
- getID() - Method in class javax.xml.ws.WebServiceFeature
- 
Get the unique identifier for this WebServiceFeature. 
- getId() - Method in exception org.omg.CORBA.portable.ApplicationException
- 
Returns the CORBA repository ID of the exception
 without removing it from the exceptions input stream. 
- getIdentifier(int) - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the identifier for the specified row. 
- getIdentifier() - Method in class javax.swing.RowFilter.Entry
- 
Returns the identifer (in the model) of the entry. 
- getIdentifier() - Method in class javax.swing.table.TableColumn
- 
Returns the identifierobject for this column.
 
- getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the string used to quote SQL identifiers. 
- getIdentity(String) - Method in class java.security.IdentityScope
- 
Deprecated. Returns the identity in this scope with the specified name (if any). 
- getIdentity(Principal) - Method in class java.security.IdentityScope
- 
Deprecated. Retrieves the identity whose name is the same as that of the
 specified principal. 
- getIdentity(PublicKey) - Method in class java.security.IdentityScope
- 
Deprecated. Retrieves the identity with the specified public key. 
- getIdentityHashCode() - Method in class java.lang.management.LockInfo
- 
- getIDs() - Method in interface javax.naming.directory.Attributes
- 
Retrieves an enumeration of the ids of the attributes in the
 attribute set. 
- getIDs() - Method in class javax.naming.directory.BasicAttributes
-  
- getIds() - Method in interface javax.net.ssl.SSLSessionContext
- 
Returns an Enumeration of all session id's grouped under this
 SSLSessionContext.
 
- getIDstring() - Method in class java.awt.GraphicsDevice
- 
Returns the identification string associated with this
 GraphicsDevice.
 
- getIfModifiedSince() - Method in class java.net.URLConnection
- 
Returns the value of this object's ifModifiedSincefield.
 
- getIgnoreRepaint() - Method in class java.awt.Component
-  
- getImage(URL) - Method in class java.applet.Applet
- 
Returns an Imageobject that can then be painted on
 the screen.
 
- getImage(URL, String) - Method in class java.applet.Applet
- 
Returns an Imageobject that can then be painted on
 the screen.
 
- getImage(URL) - Method in interface java.applet.AppletContext
- 
Returns an Imageobject that can then be painted on
 the screen.
 
- getImage() - Method in class java.awt.TexturePaint
- 
Returns the BufferedImagetexture used to
 fill the shapes.
 
- getImage(String) - Method in class java.awt.Toolkit
- 
Returns an image which gets pixel data from the specified file,
 whose format can be either GIF, JPEG or PNG. 
- getImage(URL) - Method in class java.awt.Toolkit
- 
Returns an image which gets pixel data from the specified URL. 
- getImage() - Method in class java.awt.TrayIcon
- 
Returns the current image used for this TrayIcon.
 
- getImage() - Method in class javax.swing.ImageIcon
- 
Returns this icon's Image.
 
- getImage() - Method in class javax.swing.text.html.ImageView
- 
Returns the image to render. 
- getImageableHeight() - Method in class java.awt.print.PageFormat
- 
Return the height, in 1/72nds of an inch, of the imageable
 area of the page. 
- getImageableHeight() - Method in class java.awt.print.Paper
- 
Returns the height of this Paperobject's imageable
 area.
 
- getImageableWidth() - Method in class java.awt.print.PageFormat
- 
Returns the width, in 1/72nds of an inch, of the imageable
 area of the page. 
- getImageableWidth() - Method in class java.awt.print.Paper
- 
Returns the width of this Paperobject's imageable
 area.
 
- getImageableX() - Method in class java.awt.print.PageFormat
- 
Returns the x coordinate of the upper left point of the
 imageable area of the Paperobject
 associated with thisPageFormat.
 
- getImageableX() - Method in class java.awt.print.Paper
- 
Returns the x coordinate of the upper-left corner of this
 Paperobject's imageable area.
 
- getImageableY() - Method in class java.awt.print.PageFormat
- 
Returns the y coordinate of the upper left point of the
 imageable area of the Paperobject
 associated with thisPageFormat.
 
- getImageableY() - Method in class java.awt.print.Paper
- 
Returns the y coordinate of the upper-left corner of this
 Paperobject's imageable area.
 
- getImageCapabilities() - Method in class java.awt.GraphicsConfiguration
- 
Returns the image capabilities of this
 GraphicsConfiguration.
 
- getImageLoadStatus() - Method in class javax.swing.ImageIcon
- 
Returns the status of the image loading operation. 
- getImageMetadata(int) - Method in class javax.imageio.ImageReader
- 
Returns an IIOMetadataobject containing metadata
 associated with the given image, ornullif the
 reader does not support reading metadata, is set to ignore
 metadata, or if no metadata is available.
 
- getImageMetadata(int, String, Set<String>) - Method in class javax.imageio.ImageReader
- 
Returns an IIOMetadataobject representing the
 metadata associated with the given image, ornullif the reader does not support reading metadata or none
 is available.
 
- getImageMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an IIOMetadataFormatobject describing the
 given image metadata format, ornullif no
 description is available.
 
- getImageObserver() - Method in class javax.swing.ImageIcon
- 
Returns the image observer for the image. 
- getImageReader(ImageWriter) - Static method in class javax.imageio.ImageIO
- 
Returns an ImageReadercorresponding to the givenImageWriter, if there is one, ornullif the plug-in for thisImageWriterdoes not
 specify a correspondingImageReader, or if the
 givenImageWriteris not registered.
 
- getImageReaders(Object) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageReaders that claim to be able to
 decode the suppliedObject, typically anImageInputStream.
 
- getImageReadersByFormatName(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageReaders that claim to be able to
 decode the named format.
 
- getImageReadersByMIMEType(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageReaders that claim to be able to
 decode files with the given MIME type.
 
- getImageReadersBySuffix(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageReaders that claim to be able to
 decode files with the given suffix.
 
- getImageReaderSpiNames() - Method in class javax.imageio.spi.ImageWriterSpi
- 
Returns an array of Strings containing all the
 fully qualified names of all theImageReaderSpiclasses that can understand the internal metadata
 representation used by theImageWriterassociated
 with this service provider, ornullif there are
 no suchImageReadersspecified.
 
- getImageTranscoders(ImageReader, ImageWriter) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageTranscoders that claim to be
 able to transcode between the metadata of the givenImageReaderandImageWriter.
 
- getImageTypes(int) - Method in class javax.imageio.ImageReader
- 
Returns an Iteratorcontaining possible image
 types to which the given image may be decoded, in the form ofImageTypeSpecifierss.
 
- getImageURL() - Method in class java.awt.SplashScreen
- 
Returns the current splash screen image. 
- getImageURL() - Method in class javax.swing.text.html.ImageView
- 
Return a URL for the image source,
 or null if it could not be determined. 
- getImageWriter(ImageReader) - Static method in class javax.imageio.ImageIO
- 
Returns an ImageWritercorresponding to the givenImageReader, if there is one, ornullif the plug-in for thisImageReaderdoes not
 specify a correspondingImageWriter, or if the
 givenImageReaderis not registered.
 
- getImageWriters(ImageTypeSpecifier, String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageWriters that claim to be able to
 encode images of the given layout (specified using anImageTypeSpecifier) in the given format.
 
- getImageWritersByFormatName(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageWriters that claim to be able to
 encode the named format.
 
- getImageWritersByMIMEType(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageWriters that claim to be able to
 encode files with the given MIME type.
 
- getImageWritersBySuffix(String) - Static method in class javax.imageio.ImageIO
- 
Returns an Iteratorcontaining all currently
 registeredImageWriters that claim to be able to
 encode files with the given suffix.
 
- getImageWriterSpiNames() - Method in class javax.imageio.spi.ImageReaderSpi
- 
Returns an array of Strings containing the fully
 qualified names of all theImageWriterSpiclasses
 that can understand the internal metadata representation used
 by theImageReaderassociated with this service
 provider, ornullif there are no suchImageWriters specified.
 
- getImpact() - Method in class javax.management.MBeanOperationInfo
- 
Returns the impact of the method, one of
 INFO,ACTION,ACTION_INFO,UNKNOWN.
 
- getImpact() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns an int constant qualifying the impact of the
 operation described by this OpenMBeanOperationInfo
 instance. 
- getImpact(MBeanOperationInfo) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the impact flag of the operation that will be used in
 the MBeanOperationInfo returned by this MBean. 
- getImplementation() - Method in class javax.management.StandardMBean
- 
Get the implementation of this Standard MBean (or MXBean). 
- getImplementation() - Method in interface org.w3c.dom.Document
- 
The DOMImplementationobject that handles this document.
 
- getImplementationClass() - Method in class javax.management.StandardMBean
- 
Get the class of the implementation of this Standard MBean (or MXBean). 
- getImplementationName() - Method in class javax.management.MBeanServerDelegate
- 
Returns the JMX implementation name (the name of this product). 
- getImplementationName() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the JMX implementation name (the name of this product). 
- getImplementationTitle() - Method in class java.lang.Package
- 
Return the title of this package. 
- getImplementationVendor() - Method in class java.lang.Package
- 
Returns the name of the organization,
 vendor or company that provided this implementation. 
- getImplementationVendor() - Method in class javax.management.MBeanServerDelegate
- 
Returns the JMX implementation vendor (the vendor of this product). 
- getImplementationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the JMX implementation vendor (the vendor of this product). 
- getImplementationVersion() - Method in class java.lang.Package
- 
Return the version of this implementation. 
- getImplementationVersion() - Method in class javax.management.MBeanServerDelegate
- 
Returns the JMX implementation version (the version of this product). 
- getImplementationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the JMX implementation version (the version of this product). 
- getImplementor() - Method in class javax.xml.ws.Endpoint
- 
Returns the implementation object for this endpoint. 
- getImplicitDownCycleTraversal() - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns whether this ContainerOrderFocusTraversalPolicy transfers focus
 down-cycle implicitly. 
- getImplicitDownCycleTraversal() - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns whether this SortingFocusTraversalPolicy transfers focus down-
 cycle implicitly. 
- getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the primary key columns that are
 referenced by the given table's foreign key columns (the primary keys
 imported by a table). 
- getInactiveControlTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the inactive control text color of the current theme. 
- getInactiveControlTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the inactive control text color. 
- getInactiveControlTextColor() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the inactive control text color. 
- getInactiveSystemTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the inactive system text color of the current theme. 
- getInactiveSystemTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the inactive system text color. 
- getInCheck() - Method in class java.lang.SecurityManager
- 
Deprecated.
This type of security checking is not recommended.
  It is recommended that the checkPermissioncall be used instead.
 
 
- getIndentLevel() - Method in class javax.swing.text.AbstractWriter
- 
Returns the current indentation level. 
- getIndentSpace() - Method in class javax.swing.text.AbstractWriter
- 
Returns the amount of space to indent. 
- getIndex() - Method in class java.beans.IndexedPropertyChangeEvent
- 
Gets the index of the property that was changed. 
- getIndex() - Method in class java.net.NetworkInterface
- 
Returns the index of this network interface. 
- getIndex() - Method in exception java.net.URISyntaxException
- 
Returns an index into the input string of the position at which the
 parse error occurred, or -1 if this position is not known. 
- getIndex() - Method in exception java.nio.file.InvalidPathException
- 
Returns an index into the input string of the position at which the
 error occurred, or -1 if this position is not known. 
- getIndex() - Method in exception java.security.cert.CertPathValidatorException
- 
Returns the index of the certificate in the certification path
 that caused the exception to be thrown. 
- getIndex() - Method in exception java.sql.DataTruncation
- 
Retrieves the index of the column or parameter that was truncated. 
- getIndex() - Method in interface java.text.CharacterIterator
- 
Returns the current index. 
- getIndex() - Method in class java.text.ParsePosition
- 
Retrieve the current parse position. 
- getIndex() - Method in class java.text.StringCharacterIterator
- 
Implements CharacterIterator.getIndex() for String. 
- getIndex() - Method in exception java.util.regex.PatternSyntaxException
- 
Retrieves the error index. 
- getIndex() - Method in interface javax.swing.event.DocumentEvent.ElementChange
- 
Fetches the index within the element represented. 
- getIndex() - Method in class javax.swing.JList.DropLocation
- 
Returns the index where dropped data should be placed in the
 list. 
- getIndex(int) - Method in class javax.swing.SizeSequence
- 
Returns the index of the entry
 that corresponds to the specified position. 
- getIndex(TreeNode) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Returns the index of nodein the receivers children.
 
- getIndex() - Method in class javax.swing.text.AbstractDocument.ElementEdit
- 
Returns the index into the list of elements. 
- getIndex() - Method in class javax.swing.text.html.parser.Element
- 
Get index. 
- getIndex() - Method in class javax.swing.text.JTextComponent.DropLocation
- 
Returns the index where dropped data should be inserted into the
 associated component. 
- getIndex() - Method in class javax.swing.text.Segment
- 
Returns the current index. 
- getIndex(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the index of the specified child in this node's child array. 
- getIndex(TreeNode) - Method in interface javax.swing.tree.TreeNode
- 
Returns the index of nodein the receivers children.
 
- getIndex(String, String) - Method in interface org.xml.sax.Attributes
- 
Look up the index of an attribute by Namespace name. 
- getIndex(String) - Method in interface org.xml.sax.Attributes
- 
Look up the index of an attribute by XML qualified (prefixed) name. 
- getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's index by Namespace name. 
- getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's index by qualified (prefixed) name. 
- getIndex0() - Method in class javax.swing.event.ListDataEvent
- 
Returns the lower index of the range. 
- getIndex1() - Method in class javax.swing.event.ListDataEvent
- 
Returns the upper index of the range. 
- getIndexAtPoint(Point) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in interface javax.accessibility.AccessibleText
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexAtPoint(Point) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Given a point in local coordinates, return the zero-based index
 of the character under that Point. 
- getIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
- 
Returns the Java type info for the indexed property. 
- getIndexedReadMethod() - Method in class java.beans.IndexedPropertyDescriptor
- 
Gets the method that should be used to read an indexed
 property value. 
- getIndexedWriteMethod() - Method in class java.beans.IndexedPropertyDescriptor
- 
Gets the method that should be used to write an indexed property value. 
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the given table's indices and statistics. 
- getIndexNames() - Method in class javax.management.openmbean.TabularType
- 
Returns, in the same order as was given to this instance's
 constructor, an unmodifiable List of the names of the items the
 values of which are used to uniquely index each row element of
 tabular data values described by this TabularTypeinstance.
 
- getIndexOf(Object) - Method in class javax.swing.DefaultComboBoxModel
- 
Returns the index-position of the specified object in the list. 
- getIndexOf(Component) - Method in class javax.swing.JLayeredPane
- 
Returns the index of the specified Component. 
- getIndexOfChild(Object, Object) - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns the index of child in parent. 
- getIndexOfChild(Object, Object) - Method in interface javax.swing.tree.TreeModel
- 
Returns the index of child in parent. 
- getIndexOfSize(float) - Static method in class javax.swing.text.html.StyleSheet
-  
- getInetAddress() - Method in class java.net.DatagramSocket
- 
Returns the address to which this socket is connected. 
- getInetAddress() - Method in class java.net.ServerSocket
- 
Returns the local address of this server socket. 
- getInetAddress() - Method in class java.net.Socket
- 
Returns the address to which the socket is connected. 
- getInetAddress() - Method in class java.net.SocketImpl
- 
Returns the value of this socket's addressfield.
 
- getInetAddresses() - Method in class java.net.NetworkInterface
- 
Convenience method to return an Enumeration with all or a
 subset of the InetAddresses bound to this network interface. 
- getInfinity() - Method in class java.text.DecimalFormatSymbols
- 
Gets the string used to represent infinity. 
- getInfo() - Method in class java.security.Identity
- 
Deprecated. Returns general information previously specified for this identity. 
- getInfo() - Method in class java.security.Provider
- 
Returns a human-readable description of the provider and its
 services. 
- getInheritsPopupMenu() - Method in class javax.swing.JComponent
- 
Returns true if the JPopupMenu should be inherited from the parent. 
- getInit() - Method in class java.lang.management.MemoryUsage
- 
Returns the amount of memory in bytes that the Java virtual machine
 initially requests from the operating system for memory management. 
- getInitialComponent(Window) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the Component that should receive the focus when a Window is
 made visible for the first time. 
- getInitialComponent(JInternalFrame) - Method in class javax.swing.InternalFrameFocusTraversalPolicy
- 
Returns the Component that should receive the focus when a
 JInternalFrame is selected for the first time. 
- getInitialContext(Hashtable<?, ?>) - Method in interface javax.naming.spi.InitialContextFactory
- 
Creates an Initial Context for beginning name resolution. 
- getInitialContext(Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
- 
Creates an initial context using the specified environment
 properties. 
- getInitialDelay() - Method in class javax.swing.Timer
- 
Returns the Timer's initial delay.
 
- getInitialDelay() - Method in class javax.swing.ToolTipManager
- 
Returns the initial delay value. 
- getInitialLocation(Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the left inset, unless the Insets are null in which case
 0 is returned. 
- getInitialPolicies() - Method in class java.security.cert.PKIXParameters
- 
Returns an immutable Setof initial
 policy identifiers (OID strings), indicating that any one of these
 policies would be acceptable to the certificate user for the purposes of
 certification path processing.
 
- getInitialSelectionValue() - Method in class javax.swing.JOptionPane
- 
Returns the input value that is displayed as initially selected to the user. 
- getInitialValue() - Method in class javax.swing.JOptionPane
- 
Returns the initial value. 
- getInitialValueIndex() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the initial index into the buttons to select. 
- getInitiatedClasses(ClassLoader) - Method in interface java.lang.instrument.Instrumentation
- 
Returns an array of all classes for which loaderis an initiating loader.
 
- getInitiatorAddress() - Method in class org.ietf.jgss.ChannelBinding
- 
Get the initiator's address for this channel binding. 
- getInitThreshold() - Method in class javax.management.monitor.CounterMonitor
- 
Gets the initial threshold value common to all observed objects. 
- getInitThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the initial threshold value common to all observed objects. 
- getInput() - Method in exception java.net.URISyntaxException
- 
Returns the input string. 
- getInput() - Method in exception java.nio.file.InvalidPathException
- 
Returns the input string. 
- getInput() - Method in class javax.imageio.ImageReader
- 
Returns the ImageInputStreamor otherObjectpreviously set as the input source.
 
- getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
- 
The input source that was parsed. 
- getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
- 
The input source that is being parsed. 
- getInputArguments() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the input arguments passed to the Java virtual machine
 which does not include the arguments to the main method. 
- getInputAttributes() - Method in class javax.swing.JTextPane
- 
Gets the input attributes for the pane. 
- getInputAttributes() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Gets the input attributes used for the styled
 editing actions. 
- getInputAttributes() - Method in class javax.swing.text.StyledEditorKit
- 
Gets the input attributes for the pane. 
- getInputClass() - Method in class javax.imageio.spi.ImageInputStreamSpi
- 
Returns a Classobject representing the class or
 interface type that must be implemented by an input source in
 order to be "wrapped" in anImageInputStreamvia
 thecreateInputStreamInstancemethod.
 
- getInputContext() - Method in class java.awt.Component
- 
Gets the input context used by this component for handling
 the communication with input methods when text is entered
 in this component. 
- getInputContext() - Method in class java.awt.Window
- 
Gets the input context for this window. 
- getInputEncoding() - Method in interface org.w3c.dom.Document
- 
An attribute specifying the encoding used for this document at the time
 of the parsing. 
- getInputEncoding() - Method in interface org.w3c.dom.Entity
- 
An attribute specifying the encoding used for this entity at the time
 of parsing, when it is an external parsed entity. 
- getInputEvent() - Method in class javax.swing.event.HyperlinkEvent
- 
Returns the InputEventthat triggered the hyperlink event.
 
- getInputLength() - Method in exception java.nio.charset.MalformedInputException
-  
- getInputLength() - Method in exception java.nio.charset.UnmappableCharacterException
-  
- getInputMap(int) - Method in class javax.swing.JComponent
- 
Returns the InputMapthat is used duringcondition.
 
- getInputMap() - Method in class javax.swing.JComponent
- 
Returns the InputMapthat is used when the
 component has focus.
 
- getInputMethodControlObject() - Method in class java.awt.im.InputContext
- 
Returns a control object from the current input method, or null. 
- getInputMethodDisplayName(Locale, Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
- 
Returns the user-visible name of the corresponding
 input method for the given input locale in the language in which
 the name will be displayed. 
- getInputMethodIcon(Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
- 
Returns an icon for the corresponding input method. 
- getInputMethodListeners() - Method in class java.awt.Component
- 
Returns an array of all the input method listeners
 registered on this component. 
- getInputMethodRequests() - Method in class java.awt.Component
- 
Gets the input method request handler which supports
 requests from input methods for this component. 
- getInputMethodRequests() - Method in class java.awt.TextComponent
-  
- getInputMethodRequests() - Method in class javax.swing.text.JTextComponent
-  
- getInputSource() - Method in class javax.xml.transform.sax.SAXSource
- 
Get the SAX InputSource to be used for the Source. 
- getInputStream() - Method in class java.lang.Process
- 
Returns the input stream connected to the normal output of the
 subprocess. 
- getInputStream() - Method in class java.net.Socket
- 
Returns an input stream for this socket. 
- getInputStream() - Method in class java.net.SocketImpl
- 
Returns an input stream for this socket. 
- getInputStream() - Method in class java.net.URLConnection
- 
Returns an input stream that reads from this open connection. 
- getInputStream() - Method in interface java.rmi.server.RemoteCall
- 
Deprecated.
no replacement 
 
- getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
- 
Returns an input stream for reading the contents of the specified
 zip file entry. 
- getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
- 
Returns an input stream for reading the contents of the specified
 zip file entry. 
- getInputStream() - Method in class javax.activation.DataHandler
- 
Get the InputStream for this object. 
- getInputStream() - Method in interface javax.activation.DataSource
- 
This method returns an InputStreamrepresenting
 the data and throws the appropriate exception if it can
 not do so.
 
- getInputStream() - Method in class javax.activation.FileDataSource
- 
This method will return an InputStream representing the
 the data and will throw an IOException if it can
 not do so. 
- getInputStream() - Method in class javax.activation.URLDataSource
- 
The getInputStream method from the URL. 
- getInputStream() - Method in class javax.xml.transform.stream.StreamSource
- 
Get the byte stream that was set with setByteStream. 
- getInputStream() - Method in exception org.omg.CORBA.portable.ApplicationException
- 
Returns the input stream from which the exception data can be read as its parameters. 
- getInputTypes() - Method in class javax.imageio.spi.ImageReaderSpi
- 
Returns an array of Classobjects indicating what
 types of objects may be used as arguments to the reader'ssetInputmethod.
 
- getInputValue() - Method in class javax.swing.JOptionPane
- 
Returns the value the user has input, if wantsInputis true.
 
- getInputVerifier() - Method in class javax.swing.JComponent
- 
Returns the input verifier for this component. 
- getInsertionIndex() - Method in class java.awt.font.TextHitInfo
- 
Returns the insertion index. 
- getInsertPositionOffset() - Method in interface java.awt.im.InputMethodRequests
- 
Gets the offset of the insert position in the committed text contained
 in the text editing component. 
- getInset(int, View) - Method in class javax.swing.text.html.StyleSheet.BoxPainter
- 
Fetches the inset needed on a given side to
 account for the margin, border, and padding. 
- getInsets() - Method in class java.awt.Container
- 
Determines the insets of this container, which indicate the size
 of the container's border. 
- getInsets() - Method in class javax.swing.JComponent
- 
If a border has been set on this component, returns the
 border's insets; otherwise calls super.getInsets.
 
- getInsets(Insets) - Method in class javax.swing.JComponent
- 
Returns an Insetsobject containing this component's inset
 values.
 
- getInsets() - Method in class javax.swing.JViewport
- 
Returns the insets (border) dimensions as (0,0,0,0), since borders
 are not supported on a JViewport.
 
- getInsets(Insets) - Method in class javax.swing.JViewport
- 
Returns an Insetsobject containing thisJViewports inset values.
 
- getInsets() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Gets the insets from the JComboBox. 
- getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-  
- getInsets() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
If a border has been set on this component, returns the
 border's insets, else calls super.getInsets. 
- getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the insets. 
- getInsets() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-  
- getInsets(SynthContext, Insets) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-  
- getInsets(SynthContext, Insets) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the Insets that are used to calculate sizing information. 
- getInsets(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis anInsetsreturn it,
 otherwise returnnull.
 
- getInsets(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis anInsetsreturn it, otherwise returnnull.
 
- getInsets(Object) - Static method in class javax.swing.UIManager
- 
Returns an Insetsobject from the defaults.
 
- getInsets(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns an Insetsobject from the defaults that is
 appropriate for the given locale.
 
- getInsetSpan(int) - Method in class javax.swing.text.AsyncBoxView
- 
Fetch the span along an axis that is taken up by the insets. 
- getInsideAllocation(Shape) - Method in class javax.swing.text.CompositeView
- 
Translates the immutable allocation given to the view
 to a mutable allocation that represents the interior
 allocation (i.e. 
- getInsideBorder() - Method in class javax.swing.border.CompoundBorder
- 
Returns the inside border object. 
- getInstalledLookAndFeels() - Static method in class javax.swing.UIManager
- 
Returns an array of LookAndFeelInfos representing theLookAndFeelimplementations currently available.
 
- getInstance(int) - Static method in class java.awt.AlphaComposite
- 
Creates an AlphaCompositeobject with the specified rule.
 
- getInstance(int, float) - Static method in class java.awt.AlphaComposite
- 
Creates an AlphaCompositeobject with the specified rule and
 the constant alpha to multiply with the alpha of the source.
 
- getInstance(int) - Static method in class java.awt.color.ColorSpace
- 
Returns a ColorSpace representing one of the specific
 predefined color spaces. 
- getInstance(byte[]) - Static method in class java.awt.color.ICC_Profile
- 
Constructs an ICC_Profile object corresponding to the data in
 a byte array. 
- getInstance(int) - Static method in class java.awt.color.ICC_Profile
- 
Constructs an ICC_Profile corresponding to one of the specific color
 spaces defined by the ColorSpace class (for example CS_sRGB). 
- getInstance(String) - Static method in class java.awt.color.ICC_Profile
- 
Constructs an ICC_Profile corresponding to the data in a file. 
- getInstance(InputStream) - Static method in class java.awt.color.ICC_Profile
- 
Constructs an ICC_Profile corresponding to the data in an InputStream. 
- getInstance() - Static method in class java.awt.im.InputContext
- 
Returns a new InputContext instance. 
- getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
- 
Returns an AlgorithmParameterGenerator object for generating
 a set of parameters to be used with the specified algorithm. 
- getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
- 
Returns an AlgorithmParameterGenerator object for generating
 a set of parameters to be used with the specified algorithm. 
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
- 
Returns an AlgorithmParameterGenerator object for generating
 a set of parameters to be used with the specified algorithm. 
- getInstance(String) - Static method in class java.security.AlgorithmParameters
- 
Returns a parameter object for the specified algorithm. 
- getInstance(String, String) - Static method in class java.security.AlgorithmParameters
- 
Returns a parameter object for the specified algorithm. 
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
- 
Returns a parameter object for the specified algorithm. 
- getInstance(String) - Static method in class java.security.cert.CertificateFactory
- 
Returns a certificate factory object that implements the
 specified certificate type. 
- getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
- 
Returns a certificate factory object for the specified
 certificate type. 
- getInstance(String, Provider) - Static method in class java.security.cert.CertificateFactory
- 
Returns a certificate factory object for the specified
 certificate type. 
- getInstance(String) - Static method in class java.security.cert.CertPathBuilder
- 
Returns a CertPathBuilderobject that implements the
 specified algorithm.
 
- getInstance(String, String) - Static method in class java.security.cert.CertPathBuilder
- 
Returns a CertPathBuilderobject that implements the
 specified algorithm.
 
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathBuilder
- 
Returns a CertPathBuilderobject that implements the
 specified algorithm.
 
- getInstance(String) - Static method in class java.security.cert.CertPathValidator
- 
Returns a CertPathValidatorobject that implements the
 specified algorithm.
 
- getInstance(String, String) - Static method in class java.security.cert.CertPathValidator
- 
Returns a CertPathValidatorobject that implements the
 specified algorithm.
 
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathValidator
- 
Returns a CertPathValidatorobject that implements the
 specified algorithm.
 
- getInstance(String, CertStoreParameters) - Static method in class java.security.cert.CertStore
- 
Returns a CertStoreobject that implements the specifiedCertStoretype and is initialized with the specified
 parameters.
 
- getInstance(String, CertStoreParameters, String) - Static method in class java.security.cert.CertStore
- 
Returns a CertStoreobject that implements the specifiedCertStoretype.
 
- getInstance(String, CertStoreParameters, Provider) - Static method in class java.security.cert.CertStore
- 
Returns a CertStoreobject that implements the specifiedCertStoretype.
 
- getInstance(String) - Static method in class java.security.KeyFactory
- 
Returns a KeyFactory object that converts
 public/private keys of the specified algorithm. 
- getInstance(String, String) - Static method in class java.security.KeyFactory
- 
Returns a KeyFactory object that converts
 public/private keys of the specified algorithm. 
- getInstance(String, Provider) - Static method in class java.security.KeyFactory
- 
Returns a KeyFactory object that converts
 public/private keys of the specified algorithm. 
- getInstance(String) - Static method in class java.security.KeyPairGenerator
- 
Returns a KeyPairGenerator object that generates public/private
 key pairs for the specified algorithm. 
- getInstance(String, String) - Static method in class java.security.KeyPairGenerator
- 
Returns a KeyPairGenerator object that generates public/private
 key pairs for the specified algorithm. 
- getInstance(String, Provider) - Static method in class java.security.KeyPairGenerator
- 
Returns a KeyPairGenerator object that generates public/private
 key pairs for the specified algorithm. 
- getInstance(String) - Static method in class java.security.KeyStore
- 
Returns a keystore object of the specified type. 
- getInstance(String, String) - Static method in class java.security.KeyStore
- 
Returns a keystore object of the specified type. 
- getInstance(String, Provider) - Static method in class java.security.KeyStore
- 
Returns a keystore object of the specified type. 
- getInstance(String) - Static method in class java.security.MessageDigest
- 
Returns a MessageDigest object that implements the specified digest
 algorithm. 
- getInstance(String, String) - Static method in class java.security.MessageDigest
- 
Returns a MessageDigest object that implements the specified digest
 algorithm. 
- getInstance(String, Provider) - Static method in class java.security.MessageDigest
- 
Returns a MessageDigest object that implements the specified digest
 algorithm. 
- getInstance(String, Policy.Parameters) - Static method in class java.security.Policy
- 
Returns a Policy object of the specified type. 
- getInstance(String, Policy.Parameters, String) - Static method in class java.security.Policy
- 
Returns a Policy object of the specified type. 
- getInstance(String, Policy.Parameters, Provider) - Static method in class java.security.Policy
- 
Returns a Policy object of the specified type. 
- getInstance(String) - Static method in class java.security.SecureRandom
- 
Returns a SecureRandom object that implements the specified
 Random Number Generator (RNG) algorithm. 
- getInstance(String, String) - Static method in class java.security.SecureRandom
- 
Returns a SecureRandom object that implements the specified
 Random Number Generator (RNG) algorithm. 
- getInstance(String, Provider) - Static method in class java.security.SecureRandom
- 
Returns a SecureRandom object that implements the specified
 Random Number Generator (RNG) algorithm. 
- getInstance(String) - Static method in class java.security.Signature
- 
Returns a Signature object that implements the specified signature
 algorithm. 
- getInstance(String, String) - Static method in class java.security.Signature
- 
Returns a Signature object that implements the specified signature
 algorithm. 
- getInstance(String, Provider) - Static method in class java.security.Signature
- 
Returns a Signature object that implements the specified
 signature algorithm. 
- getInstance() - Static method in class java.text.Collator
- 
Gets the Collator for the current default locale. 
- getInstance(Locale) - Static method in class java.text.Collator
- 
Gets the Collator for the desired locale. 
- getInstance() - Static method in class java.text.DateFormat
- 
Get a default date/time formatter that uses the SHORT style for both the
 date and the time. 
- getInstance() - Static method in class java.text.DateFormatSymbols
- 
Gets the DateFormatSymbolsinstance for the default
 locale.
 
- getInstance(Locale) - Static method in class java.text.DateFormatSymbols
- 
Gets the DateFormatSymbolsinstance for the specified
 locale.
 
- getInstance() - Static method in class java.text.DecimalFormatSymbols
- 
Gets the DecimalFormatSymbolsinstance for the default
 locale.
 
- getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
- 
Gets the DecimalFormatSymbolsinstance for the specified
 locale.
 
- getInstance() - Static method in class java.text.NumberFormat
- 
Returns a general-purpose number format for the current default locale. 
- getInstance(Locale) - Static method in class java.text.NumberFormat
- 
Returns a general-purpose number format for the specified locale. 
- getInstance(Locale) - Method in class java.text.spi.CollatorProvider
- 
Returns a new Collatorinstance for the specified locale.
 
- getInstance(Locale) - Method in class java.text.spi.DateFormatSymbolsProvider
- 
Returns a new DateFormatSymbolsinstance for the
 specified locale.
 
- getInstance(Locale) - Method in class java.text.spi.DecimalFormatSymbolsProvider
- 
Returns a new DecimalFormatSymbolsinstance for the
 specified locale.
 
- getInstance() - Static method in class java.util.Calendar
- 
Gets a calendar using the default time zone and locale. 
- getInstance(TimeZone) - Static method in class java.util.Calendar
- 
Gets a calendar using the specified time zone and default locale. 
- getInstance(Locale) - Static method in class java.util.Calendar
- 
Gets a calendar using the default time zone and specified locale. 
- getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
- 
Gets a calendar with the specified time zone and locale. 
- getInstance(String) - Static method in class java.util.Currency
- 
Returns the Currencyinstance for the given currency code.
 
- getInstance(Locale) - Static method in class java.util.Currency
- 
Returns the Currencyinstance for the country of the
 given locale.
 
- getInstance(String) - Static method in class javax.crypto.Cipher
- 
Returns a Cipherobject that implements the specified
 transformation.
 
- getInstance(String, String) - Static method in class javax.crypto.Cipher
- 
Returns a Cipherobject that implements the specified
 transformation.
 
- getInstance(String, Provider) - Static method in class javax.crypto.Cipher
- 
Returns a Cipherobject that implements the specified
 transformation.
 
- getInstance(String) - Static method in class javax.crypto.ExemptionMechanism
- 
Returns an ExemptionMechanismobject that implements the
 specified exemption mechanism algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.ExemptionMechanism
- 
Returns an ExemptionMechanismobject that implements the
 specified exemption mechanism algorithm.
 
- getInstance(String, Provider) - Static method in class javax.crypto.ExemptionMechanism
- 
Returns an ExemptionMechanismobject that implements the
 specified exemption mechanism algorithm.
 
- getInstance(String) - Static method in class javax.crypto.KeyAgreement
- 
Returns a KeyAgreementobject that implements the
 specified key agreement algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.KeyAgreement
- 
Returns a KeyAgreementobject that implements the
 specified key agreement algorithm.
 
- getInstance(String, Provider) - Static method in class javax.crypto.KeyAgreement
- 
Returns a KeyAgreementobject that implements the
 specified key agreement algorithm.
 
- getInstance(String) - Static method in class javax.crypto.KeyGenerator
- 
Returns a KeyGeneratorobject that generates secret keys
 for the specified algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.KeyGenerator
- 
Returns a KeyGeneratorobject that generates secret keys
 for the specified algorithm.
 
- getInstance(String, Provider) - Static method in class javax.crypto.KeyGenerator
- 
Returns a KeyGeneratorobject that generates secret keys
 for the specified algorithm.
 
- getInstance(String) - Static method in class javax.crypto.Mac
- 
Returns a Macobject that implements the
 specified MAC algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.Mac
- 
Returns a Macobject that implements the
 specified MAC algorithm.
 
- getInstance(String, Provider) - Static method in class javax.crypto.Mac
- 
Returns a Macobject that implements the
 specified MAC algorithm.
 
- getInstance(String) - Static method in class javax.crypto.SecretKeyFactory
- 
Returns a SecretKeyFactoryobject that converts
 secret keys of the specified algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.SecretKeyFactory
- 
Returns a SecretKeyFactoryobject that converts
 secret keys of the specified algorithm.
 
- getInstance(String, Provider) - Static method in class javax.crypto.SecretKeyFactory
- 
Returns a SecretKeyFactoryobject that converts
 secret keys of the specified algorithm.
 
- getInstance(String) - Static method in class javax.management.ObjectName
- 
Return an instance of ObjectName that can be used anywhere
 an object obtained with  new
 ObjectName(name) can be used. 
- getInstance(String, String, String) - Static method in class javax.management.ObjectName
- 
- getInstance(String, Hashtable<String, String>) - Static method in class javax.management.ObjectName
- 
- getInstance(ObjectName) - Static method in class javax.management.ObjectName
- 
Return an instance of ObjectName that can be used anywhere
 the given object can be used. 
- getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
- 
Returns a KeyManagerFactoryobject that acts as a
 factory for key managers.
 
- getInstance(String, String) - Static method in class javax.net.ssl.KeyManagerFactory
- 
Returns a KeyManagerFactoryobject that acts as a
 factory for key managers.
 
- getInstance(String, Provider) - Static method in class javax.net.ssl.KeyManagerFactory
- 
Returns a KeyManagerFactoryobject that acts as a
 factory for key managers.
 
- getInstance(String) - Static method in class javax.net.ssl.SSLContext
- 
Returns a SSLContextobject that implements the
 specified secure socket protocol.
 
- getInstance(String, String) - Static method in class javax.net.ssl.SSLContext
- 
Returns a SSLContextobject that implements the
 specified secure socket protocol.
 
- getInstance(String, Provider) - Static method in class javax.net.ssl.SSLContext
- 
Returns a SSLContextobject that implements the
 specified secure socket protocol.
 
- getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
- 
Returns a TrustManagerFactoryobject that acts as a
 factory for trust managers.
 
- getInstance(String, String) - Static method in class javax.net.ssl.TrustManagerFactory
- 
Returns a TrustManagerFactoryobject that acts as a
 factory for trust managers.
 
- getInstance(String, Provider) - Static method in class javax.net.ssl.TrustManagerFactory
- 
Returns a TrustManagerFactoryobject that acts as a
 factory for trust managers.
 
- getInstance(File) - Static method in class javax.security.auth.kerberos.KeyTab
- 
Returns a KeyTabinstance from aFileobject.
 
- getInstance() - Static method in class javax.security.auth.kerberos.KeyTab
- 
Returns the default KeyTabinstance.
 
- getInstance(String, Configuration.Parameters) - Static method in class javax.security.auth.login.Configuration
- 
Returns a Configuration object of the specified type. 
- getInstance(String, Configuration.Parameters, String) - Static method in class javax.security.auth.login.Configuration
- 
Returns a Configuration object of the specified type. 
- getInstance(String, Configuration.Parameters, Provider) - Static method in class javax.security.auth.login.Configuration
- 
Returns a Configuration object of the specified type. 
- getInstance(InputStream) - Static method in class javax.security.cert.X509Certificate
- 
Instantiates an X509Certificate object, and initializes it with
 the data read from the input stream inStream.
 
- getInstance(byte[]) - Static method in class javax.security.cert.X509Certificate
- 
Instantiates an X509Certificate object, and initializes it with
 the specified byte array. 
- getInstance(String) - Static method in class javax.sql.rowset.spi.SyncFactory
- 
Returns the SyncProviderinstance identified by providerID.
 
- getInstance() - Static method in class javax.swing.LayoutStyle
- 
Returns the shared instance of LayoutStyle.
 
- getInstance(String) - Static method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns a KeyInfoFactorythat supports the
 specified XML processing mechanism and representation type (ex: "DOM").
 
- getInstance(String, Provider) - Static method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns a KeyInfoFactorythat supports the
 requested XML processing mechanism and representation type (ex: "DOM"),
 as supplied by the specified provider.
 
- getInstance(String, String) - Static method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns a KeyInfoFactorythat supports the
 requested XML processing mechanism and representation type (ex: "DOM"),
 as supplied by the specified provider.
 
- getInstance() - Static method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns a KeyInfoFactorythat supports the
 default XML processing mechanism and representation type ("DOM").
 
- getInstance(String, String) - Static method in class javax.xml.crypto.dsig.TransformService
- 
Returns a  TransformService that supports the specified
 algorithm URI (ex:  Transform.XPATH2) and mechanism type
 (ex: DOM). 
- getInstance(String, String, Provider) - Static method in class javax.xml.crypto.dsig.TransformService
- 
Returns a  TransformService that supports the specified
 algorithm URI (ex:  Transform.XPATH2) and mechanism type
 (ex: DOM) as supplied by the specified provider. 
- getInstance(String, String, String) - Static method in class javax.xml.crypto.dsig.TransformService
- 
Returns a  TransformService that supports the specified
 algorithm URI (ex:  Transform.XPATH2) and mechanism type
 (ex: DOM) as supplied by the specified provider. 
- getInstance(String) - Static method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns an XMLSignatureFactorythat supports the
 specified XML processing mechanism and representation type (ex: "DOM").
 
- getInstance(String, Provider) - Static method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns an XMLSignatureFactorythat supports the
 requested XML processing mechanism and representation type (ex: "DOM"),
 as supplied by the specified provider.
 
- getInstance(String, String) - Static method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns an XMLSignatureFactorythat supports the
 requested XML processing mechanism and representation type (ex: "DOM"),
 as supplied by the specified provider.
 
- getInstance() - Static method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns an XMLSignatureFactorythat supports the
 default XML processing mechanism and representation type ("DOM").
 
- getInstance() - Static method in class org.ietf.jgss.GSSManager
- 
Returns the default GSSManager implementation. 
- getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
- 
Returns the value of this HttpURLConnection'sinstanceFollowRedirectsfield.
 
- getInstanceOf(Object, Class<?>) - Static method in class java.beans.Beans
- 
From a given bean, obtain an object representing a specified
 type view of that source object. 
- getInstrument(Patch) - Method in interface javax.sound.midi.Soundbank
- 
Obtains an Instrumentfrom the givenPatch.
 
- getInstruments() - Method in interface javax.sound.midi.Soundbank
- 
Obtains a list of instruments contained in this sound bank. 
- getInt(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as an int.
 
- getInt(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 intor of another primitive type convertible to
 typeintvia a widening conversion.
 
- getInt() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading an int value. 
- getInt(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading an int value. 
- getInt(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC INTEGERparameter
 as anintin the Java programming language.
 
- getInt(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC INTEGERparameter as anintin the Java programming language.
 
- getInt(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 anintin the Java programming language.
 
- getInt(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 anintin the Java programming language.
 
- getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
- 
- getInt(String, int) - Method in class java.util.prefs.Preferences
- 
Returns the int value represented by the string associated with the
 specified key in this preference node. 
- getInt(SynthContext, Object, int) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Convenience method to get a specific style property whose value is
 a Number.
 
- getInt(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis anIntegerreturn its
 integer value, otherwise return 0.
 
- getInt(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis anIntegerreturn its integer value, otherwise return 0.
 
- getInt(Object) - Static method in class javax.swing.UIManager
- 
Returns an integer from the defaults. 
- getInt(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns an integer from the defaults that is appropriate
 for the given locale. 
- getInteger(String) - Static method in class java.lang.Integer
- 
Determines the integer value of the system property with the
 specified name. 
- getInteger(String, int) - Static method in class java.lang.Integer
- 
Determines the integer value of the system property with the
 specified name. 
- getInteger(String, Integer) - Static method in class java.lang.Integer
- 
Returns the integer value of the system property with the
 specified name. 
- getIntegerAttributeValue(AttributeSet, HTML.Attribute, int) - Static method in class javax.swing.text.html.HTML
- 
Fetches an integer attribute value. 
- getIntegerInstance() - Static method in class java.text.NumberFormat
- 
Returns an integer number format for the current default locale. 
- getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
- 
Returns an integer number format for the specified locale. 
- getIntegerInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
- 
Returns a new NumberFormatinstance which formats
 integer values for the specified locale.
 
- getIntegState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if data integrity is available
 over the context. 
- getIntercellSpacing() - Method in class javax.swing.JTable
- 
Returns the horizontal and vertical space between cells. 
- getInterface() - Method in class java.net.MulticastSocket
- 
Retrieve the address of the network interface used for
 multicast packets. 
- getInterface(Class<T>) - Method in interface javax.script.Invocable
- 
Returns an implementation of an interface using functions compiled in
 the interpreter. 
- getInterface(Object, Class<T>) - Method in interface javax.script.Invocable
- 
Returns an implementation of an interface using member functions of
 a scripting object compiled in the interpreter. 
- getInterfaceAddresses() - Method in class java.net.NetworkInterface
- 
Get a List of all or a subset of the InterfaceAddressesof this network interface.
 
- getInterfaces() - Method in class java.lang.Class
- 
Determines the interfaces implemented by the class or interface
 represented by this object. 
- getInterfaces() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the interface types directly implemented by this class
 or extended by this interface. 
- getInteriorRectangle(Component, int, int, int, int) - Method in class javax.swing.border.AbstractBorder
- 
This convenience method calls the static method. 
- getInteriorRectangle(Component, Border, int, int, int, int) - Static method in class javax.swing.border.AbstractBorder
- 
Returns a rectangle using the arguments minus the
 insets of the border. 
- getInternalFrame() - Method in class javax.swing.event.InternalFrameEvent
- 
Returns the originator of the event. 
- getInternalFrame() - Method in class javax.swing.JInternalFrame.JDesktopIcon
- 
Returns the JInternalFramethat thisDesktopIconis associated with.
 
- getInternalFrameAltMaximizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getInternalFrameBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getInternalFrameCloseIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getInternalFrameDefaultMenuIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getInternalFrameListeners() - Method in class javax.swing.JInternalFrame
- 
Returns an array of all the InternalFrameListeners added
 to thisJInternalFramewithaddInternalFrameListener.
 
- getInternalFrameMaximizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getInternalFrameMinimizeIcon(int) - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getInternalSubset() - Method in interface org.w3c.dom.DocumentType
- 
The internal subset as a string, or nullif there is none.
 
- getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
- 
Returns the ISO 4217 currency code of the currency of these
 DecimalFormatSymbols. 
- getInterpolationType() - Method in class java.awt.image.AffineTransformOp
- 
Returns the interpolation type used by this op. 
- getIntParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as an int. 
- getInvalidCharacters() - Method in class javax.swing.text.MaskFormatter
- 
Returns the characters that are not valid for input. 
- getInvalidityDate() - Method in exception java.security.cert.CertificateRevokedException
- 
Returns the invalidity date, as specifed in the Invalidity Date
 extension of this CertificateRevokedException.
 
- getInverted() - Method in class javax.swing.JSlider
- 
Returns true if the value-range shown for the slider is reversed, 
- getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
- 
Returns the invocation handler for the specified proxy instance. 
- getInvoker() - Method in class javax.swing.JPopupMenu
- 
Returns the component which is the 'invoker' of this
 popup menu. 
- getInvokesStopCellEditing() - Method in class javax.swing.JTree
- 
Returns the indicator that tells what happens when editing is
 interrupted. 
- getIOException() - Method in exception java.awt.print.PrinterIOException
- 
Returns the IOExceptionthat terminated
 the print job.
 
- getISO3Country() - Method in class java.util.Locale
- 
Returns a three-letter abbreviation for this locale's country. 
- getISO3Language() - Method in class java.util.Locale
- 
Returns a three-letter abbreviation of this locale's language. 
- getISOCountries() - Static method in class java.util.Locale
- 
Returns a list of all 2-letter country codes defined in ISO 3166. 
- getISOLanguages() - Static method in class java.util.Locale
- 
Returns a list of all 2-letter language codes defined in ISO 639. 
- getIssuer() - Method in class java.security.cert.X509CertSelector
- 
Returns the issuer criterion as an X500Principal.
 
- getIssuerAlternativeNames() - Method in class java.security.cert.X509Certificate
- 
Gets an immutable collection of issuer alternative names from the
 IssuerAltNameextension, (OID = 2.5.29.18).
 
- getIssuerAsBytes() - Method in class java.security.cert.X509CertSelector
- 
Returns the issuer criterion as a byte array. 
- getIssuerAsString() - Method in class java.security.cert.X509CertSelector
- 
- getIssuerDN() - Method in class java.security.cert.X509Certificate
- 
- getIssuerDN() - Method in class java.security.cert.X509CRL
- 
- getIssuerDN() - Method in class javax.security.cert.X509Certificate
- 
Gets the issuer(issuer distinguished name) value from
 the certificate.
 
- getIssuerName() - Method in interface javax.xml.crypto.dsig.keyinfo.X509IssuerSerial
- 
Returns the X.500 distinguished name of this
  X509IssuerSerial in
  RFC 2253 String format. 
- getIssuerNames() - Method in class java.security.cert.X509CRLSelector
- 
Returns a copy of the issuerNames criterion. 
- getIssuers() - Method in class java.security.cert.X509CRLSelector
- 
Returns the issuerNames criterion. 
- getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
- 
Gets the issuerUniqueIDvalue from the certificate.
 
- getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
- 
Returns the issuer (issuer distinguished name) value from the
 certificate as an X500Principal.
 
- getIssuerX500Principal() - Method in class java.security.cert.X509CRL
- 
Returns the issuer (issuer distinguished name) value from the
 CRL as an X500Principal.
 
- getItalicAngle() - Method in class java.awt.Font
- 
Returns the italic angle of this Font.
 
- getItem(int) - Method in class java.awt.Choice
- 
Gets the string at the specified index in this
 Choicemenu.
 
- getItem() - Method in class java.awt.event.ItemEvent
- 
Returns the item affected by the event. 
- getItem(int) - Method in class java.awt.List
- 
Gets the item associated with the specified index. 
- getItem(int) - Method in class java.awt.Menu
- 
Gets the item located at the specified index of this menu. 
- getItem() - Method in interface javax.swing.ComboBoxEditor
- 
Return the edited item 
- getItem(int) - Method in class javax.swing.JMenu
- 
Returns the JMenuItemat the specified position.
 
- getItem() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-  
- getItemAt(int) - Method in class javax.swing.JComboBox
- 
Returns the list item at the specified index. 
- getItemCount() - Method in class java.awt.Choice
- 
Returns the number of items in this Choicemenu.
 
- getItemCount() - Method in class java.awt.List
- 
Gets the number of items in the list. 
- getItemCount() - Method in class java.awt.Menu
- 
Get the number of items in this menu. 
- getItemCount() - Method in class javax.swing.JComboBox
- 
Returns the number of items in the list. 
- getItemCount() - Method in class javax.swing.JMenu
- 
Returns the number of items on the menu, including separators. 
- getItemListeners() - Method in class java.awt.Checkbox
- 
Returns an array of all the item listeners
 registered on this checkbox. 
- getItemListeners() - Method in class java.awt.CheckboxMenuItem
- 
Returns an array of all the item listeners
 registered on this checkbox menuitem. 
- getItemListeners() - Method in class java.awt.Choice
- 
Returns an array of all the item listeners
 registered on this choice. 
- getItemListeners() - Method in class java.awt.List
- 
Returns an array of all the item listeners
 registered on this list. 
- getItemListeners() - Method in class javax.swing.AbstractButton
- 
Returns an array of all the ItemListeners added
 to this AbstractButton with addItemListener().
 
- getItemListeners() - Method in class javax.swing.DefaultButtonModel
- 
Returns an array of all the item listeners
 registered on this DefaultButtonModel.
 
- getItemListeners() - Method in class javax.swing.JComboBox
- 
Returns an array of all the ItemListeners added
 to this JComboBox with addItemListener().
 
- getItems() - Method in class java.awt.List
- 
Gets the items in the list. 
- getItemSelectable() - Method in class java.awt.event.ItemEvent
- 
Returns the originator of the event. 
- getIterationCount() - Method in interface javax.crypto.interfaces.PBEKey
- 
Returns the iteration count or 0 if not specified. 
- getIterationCount() - Method in class javax.crypto.spec.PBEKeySpec
- 
Returns the iteration count or 0 if not specified. 
- getIterationCount() - Method in class javax.crypto.spec.PBEParameterSpec
- 
Returns the iteration count. 
- getIterator() - Method in class java.text.AttributedString
- 
Creates an AttributedCharacterIterator instance that provides access to the entire contents of
 this string. 
- getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
- 
Creates an AttributedCharacterIterator instance that provides access to
 selected contents of this string. 
- getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
- 
Creates an AttributedCharacterIterator instance that provides access to
 selected contents of this string. 
- getIterator(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument
- 
Fetches an iterator for the specified HTML tag. 
- getIV() - Method in class javax.crypto.Cipher
- 
Returns the initialization vector (IV) in a new buffer. 
- getIV() - Method in class javax.crypto.spec.GCMParameterSpec
- 
Returns the Initialization Vector (IV). 
- getIV() - Method in class javax.crypto.spec.IvParameterSpec
- 
Returns the initialization vector (IV). 
- getIV() - Method in class javax.crypto.spec.RC2ParameterSpec
- 
Returns the IV or null if this parameter set does not contain an IV. 
- getIV() - Method in class javax.crypto.spec.RC5ParameterSpec
- 
Returns the IV or null if this parameter set does not contain an IV. 
- getJarEntry() - Method in class java.net.JarURLConnection
- 
Return the JAR entry object for this connection, if any. 
- getJarEntry(String) - Method in class java.util.jar.JarFile
- 
Returns the JarEntryfor the given entry name ornullif not found.
 
- getJarFile() - Method in class java.net.JarURLConnection
- 
Return the JAR file for this connection. 
- getJarFiles() - Method in class javax.management.loading.MLetContent
- 
Gets the list of .jarfiles specified by theARCHIVEattribute of theMLETtag.
 
- getJarFileURL() - Method in class java.net.JarURLConnection
- 
Returns the URL for the Jar file for this connection. 
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
Gets the corresponding Java encoding name from an IANA name. 
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class javax.tools.ForwardingJavaFileManager
-  
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in interface javax.tools.JavaFileManager
- 
Gets a  file object for input
 representing the specified class of the specified kind in the
 given location. 
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class javax.tools.ForwardingJavaFileManager
-  
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in interface javax.tools.JavaFileManager
- 
Gets a  file object for output
 representing the specified class of the specified kind in the
 given location. 
- getJavaFileObjects(File...) - Method in interface javax.tools.StandardJavaFileManager
- 
Gets file objects representing the given files. 
- getJavaFileObjects(String...) - Method in interface javax.tools.StandardJavaFileManager
- 
Gets file objects representing the given file names. 
- getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in interface javax.tools.StandardJavaFileManager
- 
Gets file objects representing the given files. 
- getJavaFileObjectsFromStrings(Iterable<String>) - Method in interface javax.tools.StandardJavaFileManager
- 
Gets file objects representing the given file names. 
- getJavaInitializationString() - Method in interface java.beans.PropertyEditor
- 
Returns a fragment of Java code that can be used to set a property
 to match the editors current state. 
- getJavaInitializationString() - Method in class java.beans.PropertyEditorSupport
- 
This method is intended for use when generating Java code to set
 the value of the property. 
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
- 
Gets the JAXB object associated with the given XML element. 
- getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the major JDBC version number for this
 driver. 
- getJDBCMinorVersion() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the minor JDBC version number for this
 driver. 
- getJMenuBar() - Method in class javax.swing.JApplet
- 
Returns the menubar set on this applet. 
- getJMenuBar() - Method in class javax.swing.JDialog
- 
Returns the menubar set on this dialog. 
- getJMenuBar() - Method in class javax.swing.JFrame
- 
Returns the menubar set on this frame. 
- getJMenuBar() - Method in class javax.swing.JInternalFrame
- 
Returns the current JMenuBarfor thisJInternalFrame, ornullif no menu bar has been set.
 
- getJMenuBar() - Method in class javax.swing.JRootPane
- 
Returns the menu bar from the layered pane. 
- getJobName() - Method in class java.awt.print.PrinterJob
- 
Gets the name of the document to be printed. 
- getJoinType() - Method in interface javax.sql.rowset.JoinRowSet
- 
Returns a intdescribing the set SQLJOINtype
 governing this JoinRowSet instance.
 
- getJustificationInfo() - Method in class java.awt.font.GraphicAttribute
- 
Returns the justification information for this
 GraphicAttribute.
 
- getJustifiedLayout(float) - Method in class java.awt.font.TextLayout
- 
Creates a copy of this TextLayoutjustified to the
 specified width.
 
- getKeepAlive() - Method in class java.net.Socket
- 
Tests if SO_KEEPALIVE is enabled. 
- getKeepAliveTime(TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the thread keep-alive time, which is the amount of time
 that threads in excess of the core pool size may remain
 idle before being terminated. 
- getKernel() - Method in class java.awt.image.ConvolveOp
- 
Returns the Kernel. 
- getKernelData(float[]) - Method in class java.awt.image.Kernel
- 
Returns the kernel data in row major order. 
- getKey() - Method in class java.awt.MenuShortcut
- 
Returns the raw keycode of this MenuShortcut. 
- getKey(String, char[]) - Method in class java.security.KeyStore
- 
Returns the key associated with the given alias, using the given
 password to recover it. 
- getKey() - Method in class java.util.AbstractMap.SimpleEntry
- 
Returns the key corresponding to this entry. 
- getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
- 
Returns the key corresponding to this entry. 
- getKey() - Method in interface java.util.Map.Entry
- 
Returns the key corresponding to this entry. 
- getKey() - Method in exception java.util.MissingResourceException
- 
Gets parameter passed by constructor. 
- getKey() - Method in class java.util.prefs.PreferenceChangeEvent
- 
Returns the key of the preference that was changed. 
- getKey() - Method in class javax.accessibility.AccessibleRelation
- 
Returns the key for this relation 
- getKey() - Method in class javax.crypto.spec.DESedeKeySpec
- 
Returns the DES-EDE key. 
- getKey() - Method in class javax.crypto.spec.DESKeySpec
- 
Returns the DES key material. 
- getKey() - Method in interface javax.xml.crypto.KeySelectorResult
- 
Returns the selected key. 
- getKeyChar() - Method in class java.awt.AWTKeyStroke
- 
Returns the character for this AWTKeyStroke.
 
- getKeyChar() - Method in class java.awt.event.KeyEvent
- 
Returns the character associated with the key in this event. 
- getKeyCode() - Method in class java.awt.AWTKeyStroke
- 
Returns the numeric key code for this AWTKeyStroke.
 
- getKeyCode() - Method in class java.awt.event.KeyEvent
- 
Returns the integer keyCode associated with the key in this event. 
- getKeyColumns() - Method in interface javax.sql.rowset.CachedRowSet
- 
Returns an array containing one or more column numbers indicating the columns
 that form a key that uniquely
 identifies a row in this CachedRowSetobject.
 
- getKeyEventDispatchers() - Method in class java.awt.KeyboardFocusManager
- 
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List. 
- getKeyEventPostProcessors() - Method in class java.awt.KeyboardFocusManager
- 
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a
 List. 
- getKeyEventType() - Method in class java.awt.AWTKeyStroke
- 
Returns the type of KeyEventwhich corresponds to
 thisAWTKeyStroke.
 
- getKeyId() - Method in interface javax.xml.crypto.dsig.keyinfo.PGPData
- 
Returns the PGP public key identifier of this  PGPData as
 defined in  RFC 2440,
 section 11.2. 
- getKeyInfo() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
Returns the key info of this XMLSignature.
 
- getKeyInfoFactory() - Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns a KeyInfoFactorythat createsKeyInfoobjects.
 
- getKeyLength() - Method in class javax.crypto.spec.PBEKeySpec
- 
Returns the to-be-derived key length or 0 if not specified. 
- getKeyListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Implementation of ComboPopup.getKeyListener(). 
- getKeyListener() - Method in interface javax.swing.plaf.basic.ComboPopup
- 
Returns a key listener that will be added to the combo box or null. 
- getKeyListeners() - Method in class java.awt.Component
- 
Returns an array of all the key listeners
 registered on this component. 
- getKeyLocation() - Method in class java.awt.event.KeyEvent
- 
Returns the location of the key that originated this key event. 
- getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
- 
Returns one key manager for each type of key material. 
- getKeymap() - Method in class javax.swing.text.JTextComponent
- 
Fetches the keymap currently active in this text
 component. 
- getKeymap(String) - Static method in class javax.swing.text.JTextComponent
- 
Fetches a named keymap previously added to the document. 
- getKeymapName() - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Fetches the name of the keymap that will be installed/used
 by default for this UI. 
- getKeyModifiersText(int) - Static method in class java.awt.event.KeyEvent
- 
Returns a Stringdescribing the modifier key(s),
 such as "Shift", or "Ctrl+Shift".
 
- getKeyPacket() - Method in interface javax.xml.crypto.dsig.keyinfo.PGPData
- 
Returns the PGP key material packet of this  PGPData as
 defined in  RFC 2440,
 section 5.5. 
- getKeyProperty(String) - Method in class javax.management.ObjectName
- 
Obtains the value associated with a key in a key property. 
- getKeyPropertyList() - Method in class javax.management.ObjectName
- 
Returns the key properties as a Hashtable. 
- getKeyPropertyListString() - Method in class javax.management.ObjectName
- 
Returns a string representation of the list of key
 properties specified at creation time. 
- getKeys() - Method in class java.util.ListResourceBundle
- 
Returns an Enumerationof the keys contained in
 thisResourceBundleand its parent bundles.
 
- getKeys() - Method in class java.util.PropertyResourceBundle
- 
Returns an Enumerationof the keys contained in
 thisResourceBundleand its parent bundles.
 
- getKeys() - Method in class java.util.ResourceBundle
- 
Returns an enumeration of the keys. 
- getKeys(KerberosPrincipal) - Method in class javax.security.auth.kerberos.KeyTab
- 
Returns fresh keys for the given Kerberos principal. 
- getKeys() - Method in class javax.swing.AbstractAction
- 
Returns an array of Objects which are keys for
 which values have been set for thisAbstractAction,
 ornullif no keys have values set.
 
- getKeySelectionManager() - Method in class javax.swing.JComboBox
- 
Returns the list's key-selection manager. 
- getKeySelector() - Method in class javax.xml.crypto.dom.DOMCryptoContext
-  
- getKeySelector() - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the key selector for finding a key. 
- getKeySelectorResult() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
Returns the result of the  KeySelector, if specified, after
 this  XMLSignature has been signed or validated. 
- getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
- 
Returns the keysize. 
- getKeySpec(Key, Class<T>) - Method in class java.security.KeyFactory
- 
Returns a specification (key material) of the given key object. 
- getKeySpec(Cipher) - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Extract the enclosed PKCS8EncodedKeySpec object from the
 encrypted data and return it. 
- getKeySpec(Key) - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Extract the enclosed PKCS8EncodedKeySpec object from the
 encrypted data and return it. 
- getKeySpec(Key, String) - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Extract the enclosed PKCS8EncodedKeySpec object from the
 encrypted data and return it. 
- getKeySpec(Key, Provider) - Method in class javax.crypto.EncryptedPrivateKeyInfo
- 
Extract the enclosed PKCS8EncodedKeySpec object from the
 encrypted data and return it. 
- getKeySpec(SecretKey, Class) - Method in class javax.crypto.SecretKeyFactory
- 
Returns a specification (key material) of the given key object
 in the requested format. 
- getKeyStore() - Method in class java.security.KeyStore.Builder
- 
Returns the KeyStore described by this object. 
- getKeyStroke(char) - Static method in class javax.swing.KeyStroke
- 
Returns a shared instance of a KeyStrokethat represents aKEY_TYPEDevent for the
 specified character.
 
- getKeyStroke(char, boolean) - Static method in class javax.swing.KeyStroke
- 
Deprecated.
use getKeyStroke(char) 
 
- getKeyStroke(Character, int) - Static method in class javax.swing.KeyStroke
- 
Returns a shared instance of a KeyStrokethat represents aKEY_TYPEDevent for the
 specified Character object and a
 set of modifiers.
 
- getKeyStroke(int, int, boolean) - Static method in class javax.swing.KeyStroke
- 
Returns a shared instance of a KeyStroke, given a numeric key code and a
 set of modifiers, specifying whether the key is activated when it is
 pressed or released. 
- getKeyStroke(int, int) - Static method in class javax.swing.KeyStroke
- 
Returns a shared instance of a KeyStroke, given a numeric key code and a
 set of modifiers. 
- getKeyStroke(String) - Static method in class javax.swing.KeyStroke
- 
Parses a string and returns a KeyStroke.
 
- getKeyStrokeForEvent(KeyEvent) - Static method in class javax.swing.KeyStroke
- 
Returns a KeyStroke which represents the stroke which generated a given
 KeyEvent. 
- getKeyStrokesForAction(Action) - Method in interface javax.swing.text.Keymap
- 
Fetches the keystrokes that will result in
 the given action. 
- getKeyText(int) - Static method in class java.awt.event.KeyEvent
- 
Returns a String describing the keyCode, such as "HOME", "F1" or "A". 
- getKeyType() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the key type for this long-term key. 
- getKeyUsage() - Method in class java.security.cert.X509Certificate
- 
Gets a boolean array representing bits of
 the KeyUsageextension, (OID = 2.5.29.15).
 
- getKeyUsage() - Method in class java.security.cert.X509CertSelector
- 
Returns the keyUsage criterion. 
- getKind() - Method in interface javax.lang.model.element.Element
- 
Returns the kindof this element.
 
- getKind() - Method in interface javax.lang.model.type.TypeMirror
- 
Returns the kindof this type.
 
- getKind() - Method in interface javax.tools.Diagnostic
- 
Gets the kind of this diagnostic, for example, error or
 warning. 
- getKind() - Method in class javax.tools.ForwardingJavaFileObject
-  
- getKind() - Method in interface javax.tools.JavaFileObject
- 
Gets the kind of this file object. 
- getKind() - Method in class javax.tools.SimpleJavaFileObject
-  
- getL() - Method in class javax.crypto.spec.DHParameterSpec
- 
Returns the size in bits, l, of the random exponent
 (private value).
 
- getLabel() - Method in class java.awt.Button
- 
Gets the label of this button. 
- getLabel() - Method in class java.awt.Checkbox
- 
Gets the label of this check box. 
- getLabel() - Method in class java.awt.MenuItem
- 
Gets the label for this menu item. 
- getLabel() - Method in class javax.swing.AbstractButton
- 
Deprecated.
- Replaced by getText
 
 
- getLabel() - Method in class javax.swing.JPopupMenu
- 
Returns the popup menu's label 
- getLabel() - Method in class javax.swing.text.html.Option
- 
Fetch the label associated with the option. 
- getLabelFor() - Method in class javax.swing.JLabel
- 
Get the component this is labelling. 
- getLabelTable() - Method in class javax.swing.JSlider
- 
Returns the dictionary of what labels to draw at which values. 
- getLanguage() - Method in class java.util.Locale
- 
Returns the language code of this Locale. 
- getLanguageName() - Method in interface javax.script.ScriptEngineFactory
- 
Returns the name of the scripting langauge supported by this
 ScriptEngine.
 
- getLanguageVersion() - Method in interface javax.script.ScriptEngineFactory
- 
Returns the version of the scripting language supported by this
 ScriptEngine.
 
- getLargeDisplayIcon() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Returns the large display icon for the panel. 
- getLargestPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the largest number of threads that have ever
 simultaneously been in the pool. 
- getLast() - Method in class java.util.ArrayDeque
-  
- getLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-  
- getLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- getLast() - Method in interface java.util.Deque
- 
Retrieves, but does not remove, the last element of this deque. 
- getLast() - Method in class java.util.LinkedList
- 
Returns the last element in this list. 
- getLastAccessedTime() - Method in interface javax.net.ssl.SSLSession
- 
Returns the last time this Session representation was accessed by the
 session level infrastructure, in milliseconds since
 midnight, January 1, 1970 UTC. 
- getLastChild() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the last child of this node, or nullif
 the node has no children.
 
- getLastChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns this node's last child. 
- getLastChild() - Method in interface org.w3c.dom.Node
- 
The last child of this node. 
- getLastChildPath(TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns a path to the last child of parent.
 
- getLastColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
- 
Returns the last column that changed. 
- getLastColumn() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-  
- getLastComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
- 
Returns the last Component in the traversal cycle. 
- getLastComponent(Container) - Method in class java.awt.FocusTraversalPolicy
- 
Returns the last Component in the traversal cycle. 
- getLastComponent(Container) - Method in class javax.swing.DefaultFocusManager
-  
- getLastComponent(Container) - Method in class javax.swing.LayoutFocusTraversalPolicy
- 
Returns the last Component in the traversal cycle. 
- getLastComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
- 
Returns the last Component in the traversal cycle. 
- getLastCursor() - Method in class javax.swing.JInternalFrame
- 
Returns the last Cursorthat was set by thesetCursormethod that is not a resizableCursor.
 
- getLastDividerLocation() - Method in class javax.swing.JSplitPane
- 
Returns the last location the divider was at. 
- getLastDragLocation() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the last drag location of the JSplitPane. 
- getLastIndex() - Method in class javax.swing.event.ListSelectionEvent
- 
Returns the index of the last row whose selection may have changed. 
- getLastLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Finds and returns the last leaf that is a descendant of this node --
 either this node or its last child's last leaf. 
- getLastModified() - Method in class java.net.URLConnection
- 
Returns the value of the last-modifiedheader field.
 
- getLastModified() - Method in interface javax.tools.FileObject
- 
Gets the time this file object was last modified. 
- getLastModified() - Method in class javax.tools.ForwardingFileObject
-  
- getLastModified() - Method in class javax.tools.SimpleJavaFileObject
- 
This implementation returns 0L.
 
- getLastModifiedTime(Path, LinkOption...) - Static method in class java.nio.file.Files
- 
Returns a file's last modified time. 
- getLastPathComponent() - Method in class javax.swing.tree.TreePath
- 
Returns the last element of this path. 
- getLastRow() - Method in interface javax.accessibility.AccessibleTableModelChange
- 
Returns the last row that changed. 
- getLastRow() - Method in class javax.swing.event.TableModelEvent
- 
Returns the last row that changed. 
- getLastRow() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-  
- getLastSelectedPathComponent() - Method in class javax.swing.JTree
- 
Returns the last path component of the selected path. 
- getLastVisibleIndex() - Method in class javax.swing.JList
- 
Returns the largest list index that is currently visible. 
- getLatency() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains the processing latency incurred by this synthesizer, expressed in
 microseconds. 
- getLateReflectionDelay() - Method in class javax.sound.sampled.ReverbType
- 
Returns the late reflection delay time in microseconds. 
- getLateReflectionIntensity() - Method in class javax.sound.sampled.ReverbType
- 
Returns the late reflection intensity in decibels. 
- getLayer() - Method in class javax.swing.JInternalFrame
- 
Convenience method for getting the layer attribute of this component. 
- getLayer(JComponent) - Static method in class javax.swing.JLayeredPane
- 
Gets the layer property for a JComponent, it
 does not cause any side effects like setLayer(). 
- getLayer(Component) - Method in class javax.swing.JLayeredPane
- 
Returns the layer attribute for the specified Component. 
- getLayeredPane() - Method in class javax.swing.JApplet
- 
Returns the layeredPane object for this applet. 
- getLayeredPane() - Method in class javax.swing.JDialog
- 
Returns the layeredPaneobject for this dialog.
 
- getLayeredPane() - Method in class javax.swing.JFrame
- 
Returns the layeredPaneobject for this frame.
 
- getLayeredPane() - Method in class javax.swing.JInternalFrame
- 
Returns the layered pane for this internal frame. 
- getLayeredPane() - Method in class javax.swing.JRootPane
- 
Gets the layered pane used by the root pane. 
- getLayeredPane() - Method in class javax.swing.JWindow
- 
Returns the layeredPaneobject for this window.
 
- getLayeredPane() - Method in interface javax.swing.RootPaneContainer
- 
Returns the layeredPane. 
- getLayeredPaneAbove(Component) - Static method in class javax.swing.JLayeredPane
- 
Convenience method that returns the first JLayeredPane which
 contains the specified component. 
- getLayerEventMask() - Method in class javax.swing.JLayer
- 
Returns the bitmap of event mask to receive by this JLayerand itsLayerUI.
 
- getLayout() - Method in class java.awt.Container
- 
Gets the layout manager for this container. 
- getLayout(int, int) - Method in class java.awt.font.TextMeasurer
- 
Returns a TextLayouton the given character range.
 
- getLayoutAlignmentX(Container) - Method in class java.awt.BorderLayout
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in class java.awt.GridBagLayout
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in class javax.swing.BoxLayout
- 
Returns the alignment along the X axis for the container. 
- getLayoutAlignmentX(Container) - Method in class javax.swing.GroupLayout
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in class javax.swing.JRootPane.RootLayout
-  
- getLayoutAlignmentX(Container) - Method in class javax.swing.OverlayLayout
- 
Returns the alignment along the x axis for the container. 
- getLayoutAlignmentX(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the alignment along the x axis. 
- getLayoutAlignmentX(Container) - Method in class javax.swing.SpringLayout
- 
Returns 0.5f (centered). 
- getLayoutAlignmentY(Container) - Method in class java.awt.BorderLayout
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in class java.awt.GridBagLayout
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in class javax.swing.BoxLayout
- 
Returns the alignment along the Y axis for the container. 
- getLayoutAlignmentY(Container) - Method in class javax.swing.GroupLayout
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in class javax.swing.JRootPane.RootLayout
-  
- getLayoutAlignmentY(Container) - Method in class javax.swing.OverlayLayout
- 
Returns the alignment along the y axis for the container. 
- getLayoutAlignmentY(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the alignment along the y axis. 
- getLayoutAlignmentY(Container) - Method in class javax.swing.SpringLayout
- 
Returns 0.5f (centered). 
- getLayoutComponent(Object) - Method in class java.awt.BorderLayout
- 
Gets the component that was added using the given constraint 
- getLayoutComponent(Container, Object) - Method in class java.awt.BorderLayout
- 
Returns the component that corresponds to the given constraint location
 based on the target Container's component orientation.
 
- getLayoutDimensions() - Method in class java.awt.GridBagLayout
- 
Determines column widths and row heights for the layout grid. 
- getLayoutFlags() - Method in class java.awt.font.GlyphVector
- 
Returns flags describing the global state of the GlyphVector. 
- getLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
- 
Fills in an instance of GridBagLayoutInfofor the
 current set of managed children.
 
- 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. 
- getLayoutOrientation() - Method in class javax.swing.JList
- 
Returns the layout orientation property for the list: VERTICALif the layout is a single column of cells,VERTICAL_WRAPif the
 layout is "newspaper style" with the content flowing vertically then
 horizontally, orHORIZONTAL_WRAPif the layout is "newspaper
 style" with the content flowing horizontally then vertically.
 
- getLayoutOrigin() - Method in class java.awt.GridBagLayout
- 
Determines the origin of the layout area, in the graphics coordinate
 space of the target container. 
- getLayoutPath() - Method in class java.awt.font.TextLayout
- 
Return the LayoutPath, or null if the layout path is the
 default path (x maps to advance, y maps to offset). 
- getLayoutQueue() - Method in class javax.swing.text.AsyncBoxView
- 
Fetch the queue to use for layout. 
- getLayoutStyle() - Method in class javax.swing.GroupLayout
- 
Returns the LayoutStyleused for calculating the preferred
 gap between components.
 
- getLayoutStyle() - Method in class javax.swing.LookAndFeel
- 
Returns the LayoutStylefor this look
 and feel.
 
- getLayoutStyle() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
- getLayoutView(int) - Method in class javax.swing.text.ParagraphView
- 
Returns the view at a given index.
 
- getLayoutViewCount() - Method in class javax.swing.text.ParagraphView
- 
Returns the number of views that this view is
 responsible for. 
- getLayoutWeights() - Method in class java.awt.GridBagLayout
- 
Determines the weights of the layout grid's columns and rows. 
- getLeader() - Method in class javax.swing.text.TabStop
- 
Returns the leader of the tab. 
- getLeading() - Method in class java.awt.font.LineMetrics
- 
Returns the leading of the text. 
- getLeading() - Method in class java.awt.font.TextLayout
- 
Returns the leading of the TextLayout.
 
- getLeading() - Method in class java.awt.FontMetrics
- 
Determines the standard leading of the
 Fontdescribed by thisFontMetricsobject.
 
- getLeadSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
- 
Return the second index argument from the most recent call to
 setSelectionInterval(), addSelectionInterval() or removeSelectionInterval(). 
- getLeadSelectionIndex() - Method in class javax.swing.JList
- 
Returns the lead selection index. 
- getLeadSelectionIndex() - Method in interface javax.swing.ListSelectionModel
- 
Return the second index argument from the most recent call to
 setSelectionInterval(), addSelectionInterval() or removeSelectionInterval(). 
- getLeadSelectionPath() - Method in class javax.swing.JTree
- 
Returns the path identified as the lead. 
- getLeadSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the last path that was added. 
- getLeadSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the last path that was added. 
- getLeadSelectionRow() - Method in class javax.swing.JTree
- 
Returns the row index corresponding to the lead path. 
- getLeadSelectionRow() - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the lead row of the selection. 
- getLeadSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the lead selection index. 
- getLeadSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the lead selection index. 
- getLeafCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the total number of leaves that are descendants of this node. 
- getLeafIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the icon used to represent leaf nodes. 
- getLeastMaximum(int) - Method in class java.util.Calendar
- 
Returns the lowest maximum value for the given calendar field
 of this Calendarinstance.
 
- getLeastMaximum(int) - Method in class java.util.GregorianCalendar
- 
Returns the lowest maximum value for the given calendar field
 of this GregorianCalendarinstance.
 
- getLeastSignificantBits() - Method in class java.util.UUID
- 
Returns the least significant 64 bits of this UUID's 128 bit value. 
- getLeftChildIndent() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getLeftComponent() - Method in class javax.swing.JSplitPane
- 
Returns the component to the left (or above) the divider. 
- getLeftIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the left indent setting. 
- getLeftInset() - Method in class javax.swing.text.AsyncBoxView
- 
Get the left part of the margin around the view. 
- getLeftInset() - Method in class javax.swing.text.CompositeView
- 
Gets the left inset. 
- getLegalValues() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- 
Returns an unmodifiable Set of legal values for the attribute
 described by this OpenMBeanAttributeInfoSupportinstance, if specified, ornullotherwise.
 
- getLegalValues() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the set of legal values for this parameter, if it has
 one, or null otherwise. 
- getLegalValues() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- 
Returns an unmodifiable Set of legal values for the parameter
 described by this OpenMBeanParameterInfoSupportinstance, if specified, ornullotherwise.
 
- getLength(Object) - Static method in class java.lang.reflect.Array
- 
Returns the length of the specified array object, as an int.
 
- getLength() - Method in class java.net.DatagramPacket
- 
Returns the length of the data to be sent or the length of the
 data received. 
- getLength() - Method in class java.text.Bidi
- 
Return the length of text in the line. 
- getLength() - Method in class javax.imageio.metadata.IIOMetadataNode
-  
- getLength() - Method in class javax.imageio.stream.IIOByteBuffer
- 
Returns the length of the data of interest within the byte
 array returned by getData.
 
- getLength() - Method in class javax.sound.midi.MidiMessage
- 
Obtains the total length of the MIDI message in bytes. 
- getLength() - Method in interface javax.swing.event.DocumentEvent
- 
Returns the length of the change. 
- getLength() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Returns the length of the change. 
- getLength() - Method in class javax.swing.text.AbstractDocument
- 
Returns the length of the data. 
- getLength() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the length. 
- getLength() - Method in interface javax.swing.text.Document
- 
Returns number of characters of content currently
 in the document. 
- getLength() - Method in interface org.w3c.dom.CharacterData
- 
The number of 16-bit units that are available through dataand thesubstringDatamethod below.
 
- getLength() - Method in interface org.w3c.dom.DOMImplementationList
- 
The number of DOMImplementations in the list.
 
- getLength() - Method in interface org.w3c.dom.DOMStringList
- 
The number of DOMStrings in the list.
 
- getLength() - Method in interface org.w3c.dom.NamedNodeMap
- 
The number of nodes in this map. 
- getLength() - Method in interface org.w3c.dom.NameList
- 
The number of pairs (name and namespaceURI) in the list. 
- getLength() - Method in interface org.w3c.dom.NodeList
- 
The number of nodes in the list. 
- getLength() - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the number of attributes in this list. 
- getLength() - Method in interface org.xml.sax.Attributes
- 
Return the number of attributes in the list. 
- getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Return the number of attributes in the list. 
- getLength() - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return the number of attributes in the list. 
- getLengths() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- 
Returns an array of shorts containing the number of values
 for each length in the Huffman table.
 
- getLevel() - Method in class java.util.logging.Handler
- 
Get the log level specifying which messages will be
 logged by this Handler. 
- getLevel() - Method in class java.util.logging.Logger
- 
Get the log Level that has been specified for this Logger. 
- getLevel() - Method in class java.util.logging.LogRecord
- 
Get the logging message level, for example Level.SEVERE. 
- getLevel() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the current volume level for the line. 
- getLevel() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the number of levels above this node -- the distance from
 the root to this node. 
- getLevelAt(int) - Method in class java.text.Bidi
- 
Return the resolved level of the character at offset. 
- getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
- 
- getLibraryDirectory() - Method in class javax.management.loading.MLet
- 
Gets the current directory used by the library loader for
 storing native libraries before they are loaded into memory. 
- getLibraryDirectory() - Method in interface javax.management.loading.MLetMBean
- 
Gets the current directory used by the library loader for
 storing native libraries before they are loaded into memory. 
- getLibraryPath() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java library path. 
- getLifetime() - Method in interface org.ietf.jgss.GSSContext
- 
Determines what the remaining lifetime for this
 context is. 
- getLimit() - Method in class javax.swing.undo.UndoManager
- 
Returns the maximum number of edits this UndoManagerholds.
 
- getLimits() - Method in class java.text.ChoiceFormat
- 
Get the limits passed in the constructor. 
- getLine(Line.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a line that matches the description in the specified
 Line.Infoobject.
 
- getLine() - Method in class javax.sound.sampled.LineEvent
- 
Obtains the audio line that is the source of this event. 
- getLine(Line.Info) - Method in interface javax.sound.sampled.Mixer
- 
Obtains a line that is available for use and that matches the description
 in the specified Line.Infoobject.
 
- getLineBreakIndex(int, float) - Method in class java.awt.font.TextMeasurer
- 
Returns the index of the first character which will not fit on
 on a line beginning at startand possible
 measuring up tomaxAdvancein graphical width.
 
- getLineBuffer() - Method in class javax.swing.text.PlainView
- 
Gives access to a buffer that can be used to fetch
 text from the associated document. 
- getLineBuffer() - Method in class javax.swing.text.WrappedPlainView
- 
Gives access to a buffer that can be used to fetch
 text from the associated document. 
- getLineClass() - Method in class javax.sound.sampled.Line.Info
- 
Obtains the class of the line that this Line.Info object describes. 
- getLineColor() - Method in class javax.swing.border.LineBorder
- 
Returns the color of the border. 
- getLineCount() - Method in class javax.swing.JTextArea
- 
Determines the number of lines contained in the area. 
- getLineEndOffset(int) - Method in class javax.swing.JTextArea
- 
Determines the offset of the end of the given line. 
- getLineIncrement() - Method in class java.awt.Scrollbar
- 
Deprecated.
As of JDK version 1.1,
 replaced by getUnitIncrement().
 
 
- getLineInfo() - Method in interface javax.sound.sampled.Line
- 
Obtains the Line.Infoobject describing this
 line.
 
- getLineInstance() - Static method in class java.text.BreakIterator
- 
- getLineInstance(Locale) - Static method in class java.text.BreakIterator
- 
Returns a new  BreakIterator instance
 for  line breaks
 for the given locale. 
- getLineInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
- 
Returns a new  BreakIterator instance
 for  line breaks
 for the given locale. 
- getLineJoin() - Method in class java.awt.BasicStroke
- 
Returns the line join style. 
- getLineLength() - Method in class javax.swing.text.AbstractWriter
- 
Returns the maximum line length. 
- getLineMetrics(String, FontRenderContext) - Method in class java.awt.Font
- 
- getLineMetrics(String, int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns a LineMetricsobject created with the
 specified arguments.
 
- getLineMetrics(char[], int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns a LineMetricsobject created with the
 specified arguments.
 
- getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns a LineMetricsobject created with the
 specified arguments.
 
- getLineMetrics(String, Graphics) - Method in class java.awt.FontMetrics
- 
- getLineMetrics(String, int, int, Graphics) - Method in class java.awt.FontMetrics
- 
- getLineMetrics(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
- 
Returns the  LineMetrics object for the specified
 character array in the specified  Graphics context. 
- getLineMetrics(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
- 
- getLineNumber() - Method in class java.io.LineNumberInputStream
- 
Deprecated. Returns the current line number. 
- getLineNumber() - Method in class java.io.LineNumberReader
- 
Get the current line number. 
- getLineNumber() - Method in class java.lang.StackTraceElement
- 
Returns the line number of the source line containing the execution
 point represented by this stack trace element. 
- getLineNumber() - Method in exception javax.script.ScriptException
- 
Get the line number on which an error occurred. 
- getLineNumber() - Method in interface javax.tools.Diagnostic
- 
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return the line number if available 
- getLineNumber() - Method in interface javax.xml.stream.Location
- 
Return the line number where the current event ends,
 returns -1 if none is available. 
- getLineNumber() - Method in interface javax.xml.transform.SourceLocator
- 
Return the line number where the current document event ends. 
- getLineNumber() - Method in interface org.w3c.dom.DOMLocator
- 
The line number this locator is pointing to, or -1if
 there is no column number available.
 
- getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
- 
Return the saved line number (1-based). 
- getLineNumber() - Method in interface org.xml.sax.Locator
- 
Return the line number where the current document event ends. 
- getLineNumber() - Method in exception org.xml.sax.SAXParseException
- 
The line number of the end of the text where the exception occurred. 
- getLineOfOffset(int) - Method in class javax.swing.JTextArea
- 
Translates an offset into the components text to a
 line number. 
- getLineSeparator() - Method in class javax.swing.text.AbstractWriter
- 
Returns the string used to represent newlines. 
- getLineSpacing(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the line spacing setting. 
- getLineStartOffset(int) - Method in class javax.swing.JTextArea
- 
Determines the offset of the start of the given line. 
- getLineWidth() - Method in class java.awt.BasicStroke
- 
Returns the line width. 
- getLineWrap() - Method in class javax.swing.JTextArea
- 
Gets the line-wrapping policy of the text area. 
- getLink(int) - Method in interface javax.accessibility.AccessibleHypertext
- 
Returns the nth Link of this Hypertext document. 
- getLink(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- 
Returns the index into an array of hyperlinks that
 index. 
- getLinkCount() - Method in interface javax.accessibility.AccessibleHypertext
- 
Returns the number of links within this hypertext document. 
- getLinkCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- 
Returns the number of links within this hypertext doc. 
- getLinkCursor() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Returns the cursor to use over hyper links. 
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-  
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
- 
Get the linked exception 
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
- 
Get the linked exception 
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
- 
Retrieve the linked exception for this warning/error. 
- getLinkExplanation() - Method in exception javax.naming.LinkException
- 
Retrieves the explanation associated with the problem encounter
 when resolving a link. 
- getLinkIndex(int) - Method in interface javax.accessibility.AccessibleHypertext
- 
Returns the index into an array of hyperlinks that
 is associated with this character index, or -1 if there
 is no hyperlink associated with this index. 
- getLinkIndex(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- 
Returns the index into an array of hyperlinks that
 is associated with this character index, or -1 if there
 is no hyperlink associated with this index. 
- getLinkName() - Method in class javax.naming.LinkRef
- 
Retrieves the name of this link. 
- getLinkRemainingName() - Method in exception javax.naming.LinkException
- 
Retrieves the remaining unresolved portion of the link name. 
- getLinkResolvedName() - Method in exception javax.naming.LinkException
- 
Retrieves the leading portion of the link name that was resolved
 successfully. 
- getLinkResolvedObj() - Method in exception javax.naming.LinkException
- 
Retrieves the object to which resolution was successful. 
- getLinkText(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- 
Returns the contiguous text within the document that
 is associated with this hyperlink. 
- getList() - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Implementation of ComboPopup.getList(). 
- getList() - Method in interface javax.swing.plaf.basic.ComboPopup
- 
Returns the list that is being used to draw the items in the combo box. 
- getList() - Method in class javax.swing.SpinnerListModel
- 
Returns the Listthat defines the sequence for this model.
 
- getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class javax.swing.DefaultListCellRenderer
-  
- getListCellRendererComponent(JList<? extends E>, E, int, boolean, boolean) - Method in interface javax.swing.ListCellRenderer
- 
Return a component that has been configured to display the specified
 value. 
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-  
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
-  
- getListDataListeners() - Method in class javax.swing.AbstractListModel
- 
Returns an array of all the list data listeners
 registered on this AbstractListModel.
 
- getListener() - Method in class java.util.EventListenerProxy
- 
Returns the listener associated with the proxy. 
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-  
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-  
- getListener() - Method in interface javax.xml.bind.Marshaller
- 
- getListener() - Method in interface javax.xml.bind.Unmarshaller
- 
- getListenerCount() - Method in class javax.swing.event.EventListenerList
- 
Returns the total number of listeners for this listener list. 
- getListenerCount(Class<?>) - Method in class javax.swing.event.EventListenerList
- 
Returns the total number of listeners of the supplied type
 for this listener list. 
- getListenerID() - Method in class javax.management.remote.TargetedNotification
- 
The ID of the listener to which the notification is
    targeted. 
- getListenerList() - Method in class javax.swing.event.EventListenerList
- 
Passes back the event listener list as an array
 of ListenerType-listener pairs. 
- getListenerMethodDescriptors() - Method in class java.beans.EventSetDescriptor
- 
Gets the MethodDescriptors of the target listener interface.
 
- getListenerMethodName() - Method in class java.beans.EventHandler
- 
Returns the name of the method that will trigger the action. 
- getListenerMethods() - Method in class java.beans.EventSetDescriptor
- 
Gets the methods of the target listener interface. 
- getListeners(EventListener, Class<T>) - Static method in class java.awt.AWTEventMulticaster
- 
Returns an array of all the objects chained as
 FooListeners by the specifiedjava.util.EventListener.
 
- getListeners(Class<T>) - Method in class java.awt.Button
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisButton.
 
- getListeners(Class<T>) - Method in class java.awt.Checkbox
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisCheckbox.
 
- getListeners(Class<T>) - Method in class java.awt.CheckboxMenuItem
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisCheckboxMenuItem.
 
- getListeners(Class<T>) - Method in class java.awt.Choice
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisChoice.
 
- getListeners(Class<T>) - Method in class java.awt.Component
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisComponent.
 
- getListeners(Class<T>) - Method in class java.awt.Container
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisContainer.
 
- getListeners(Class<T>) - Method in class java.awt.dnd.DragSource
- 
Gets all the objects currently registered as
 FooListeners upon thisDragSource.
 
- getListeners(Class<T>) - Method in class java.awt.List
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisList.
 
- getListeners(Class<T>) - Method in class java.awt.MenuItem
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisMenuItem.
 
- getListeners(Class<T>) - Method in class java.awt.Scrollbar
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisScrollbar.
 
- getListeners(Class<T>) - Method in class java.awt.TextComponent
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisTextComponent.
 
- getListeners(Class<T>) - Method in class java.awt.TextField
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisTextField.
 
- getListeners(Class<T>) - Method in class java.awt.Window
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisWindow.
 
- getListeners(Class<T>) - Method in class javax.swing.AbstractListModel
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.AbstractSpinnerModel
- 
Return an array of all the listeners of the given type that
 were added to this model. 
- getListeners(Class<T>) - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.DefaultButtonModel
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.DefaultListSelectionModel
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.DefaultSingleSelectionModel
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.event.EventListenerList
- 
Return an array of all the listeners of the given type. 
- getListeners(Class<T>) - Method in class javax.swing.JComponent
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisJComponent.
 
- getListeners(Class<T>) - Method in class javax.swing.table.AbstractTableModel
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon thisAbstractTableModel.
 
- getListeners(Class<T>) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.text.AbstractDocument
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon this document.
 
- getListeners(Class<T>) - Method in class javax.swing.text.DefaultCaret
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon this caret.
 
- getListeners(Class<T>) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Return an array of all the listeners of the given type that
 were added to this model. 
- getListeners(Class<T>) - Method in class javax.swing.Timer
- 
Returns an array of all the objects currently registered as
 FooListeners
 upon thisTimer.
 
- getListeners(Class<T>) - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon this model.
 
- getListeners(Class<T>) - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns an array of all the objects currently registered
 as FooListeners
 upon this model.
 
- getListenerType() - Method in class java.beans.EventSetDescriptor
- 
Gets the Class object for the target interface. 
- getListPainter(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches the list formatter to use for the given set
 of CSS attributes. 
- getListSelectionListeners() - Method in class javax.swing.DefaultListSelectionModel
- 
Returns an array of all the list selection listeners
 registered on this DefaultListSelectionModel.
 
- getListSelectionListeners() - Method in class javax.swing.JList
- 
Returns an array of all the ListSelectionListeners added
 to thisJListby way ofaddListSelectionListener.
 
- getLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
- 
Returns the number of classes that are currently loaded in the
 Java virtual machine. 
- getLoadedInstruments() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains a list of the instruments that are currently loaded onto this
 Synthesizer.
 
- getLoadingImageIcon() - Method in class javax.swing.text.html.ImageView
- 
Returns the icon to use while in the process of loading the image. 
- getLoadsSynchronously() - Method in class javax.swing.text.html.ImageView
- 
Returns true if the image should be loaded when first asked for. 
- getLocalAddress() - Method in class java.net.DatagramSocket
- 
Gets the local address to which the socket is bound. 
- getLocalAddress() - Method in class java.net.Socket
- 
Gets the local address to which the socket is bound. 
- getLocalAddress() - Method in interface java.nio.channels.NetworkChannel
- 
Returns the socket address that this channel's socket is bound to, or
 nullif the socket is not bound.
 
- getLocalAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the unresolved local address on which the request was received. 
- getLocalBounds(Component) - Static method in class javax.swing.SwingUtilities
- 
Return the rectangle (0,0,bounds.width,bounds.height) for the component aComponent
 
- getLocalCertificateChain() - Method in class java.net.SecureCacheResponse
- 
Returns the certificate chain that were sent to the server during
 handshaking of the original connection that retrieved the
 network resource. 
- getLocalCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the certificate(s) that were sent to the peer during
 handshaking. 
- getLocalCertificates() - Method in class javax.net.ssl.HttpsURLConnection
- 
Returns the certificate(s) that were sent to the server during
 handshaking. 
- getLocalCertificates() - Method in interface javax.net.ssl.SSLSession
- 
Returns the certificate(s) that were sent to the peer during
 handshaking. 
- getLocale() - Method in class java.applet.Applet
- 
Gets the locale of the applet. 
- getLocale() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Returns the locale of this object. 
- getLocale() - Method in class java.awt.Component
- 
Gets the locale of this component. 
- getLocale() - Method in class java.awt.im.InputContext
- 
Returns the current locale of the current input method or keyboard
 layout. 
- getLocale() - Method in interface java.awt.im.spi.InputMethod
- 
Returns the current input locale. 
- getLocale() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Gets the locale of the component. 
- getLocale() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Returns the locale of this object. 
- getLocale() - Method in class java.awt.Window
- 
Gets the Localeobject that is associated
 with this window, if the locale has been set.
 
- getLocale() - Method in class java.beans.beancontext.BeanContextSupport
- 
Gets the locale for this BeanContext. 
- getLocale() - Method in class java.text.MessageFormat
- 
Gets the locale that's used when creating or comparing subformats. 
- getLocale() - Method in class java.util.ResourceBundle
- 
Returns the locale of this resource bundle. 
- getLocale() - Method in class javax.accessibility.AccessibleContext
- 
Gets the locale of the component. 
- getLocale() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns the current locale or nullif no locale is in
 effect.
 
- getLocale() - Method in class javax.imageio.ImageReader
- 
Returns the currently set Locale, ornullif none has been set.
 
- getLocale() - Method in class javax.imageio.ImageWriteParam
- 
Returns the currently set Locale, ornullif only a defaultLocaleis
 supported.
 
- getLocale() - Method in class javax.imageio.ImageWriter
- 
Returns the currently set Locale, ornullif none has been set.
 
- getLocale() - Method in class javax.print.attribute.TextSyntax
- 
Returns this text attribute's text string's natural language (locale). 
- getLocale() - Method in class javax.security.auth.callback.LanguageCallback
- 
Get the retrieved Locale.
 
- getLocale() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
- 
Returns the locale of this object. 
- getLocale() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getLocale() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the locale of the component. 
- getLocale() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Gets the locale of the component. 
- getLocale() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Gets the locale of the component. 
- getLocale() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
- 
Returns the local GraphicsEnvironment.
 
- getLocalHost() - Static method in class java.net.InetAddress
- 
Returns the address of the local host. 
- getLocalizedCompressionTypeName() - Method in class javax.imageio.ImageWriteParam
- 
Returns a localized version of the name of the current
 compression type, using the Localereturned bygetLocale.
 
- getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
- 
Deprecated.
As of JDK 1.1, the preferred way to translate a byte
 stream in the local encoding into a character stream in Unicode is via
 the InputStreamReaderandBufferedReaderclasses.
 
 
- getLocalizedMessage() - Method in class java.lang.Throwable
- 
Creates a localized description of this throwable. 
- getLocalizedName() - Method in class java.util.logging.Level
- 
Return the localized string name of the Level, for
 the current default locale. 
- getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
- 
Deprecated.
As of JDK 1.1, the preferred way to translate a
 Unicode character stream into a byte stream in the local encoding is via
 the OutputStreamWriter,BufferedWriter, andPrintWriterclasses.
 
 
- getLocalName() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to getNodeName.
 
- getLocalName() - Method in interface javax.xml.soap.Name
- 
Gets the local name part of the XML name that this Nameobject represents.
 
- getLocalName() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the (local) name of the current event. 
- getLocalName() - Method in interface org.w3c.dom.Node
- 
Returns the local part of the qualified name of this node. 
- getLocalName(int) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's local name by index. 
- getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return an attribute's local name. 
- getLocalPart() - Method in class javax.xml.namespace.QName
- 
Get the local part of this QName.
 
- getLocalPatternChars() - Method in class java.text.DateFormatSymbols
- 
Gets localized date-time pattern characters. 
- getLocalPort() - Method in class java.net.DatagramSocket
- 
Returns the port number on the local host to which this socket
 is bound. 
- getLocalPort() - Method in class java.net.DatagramSocketImpl
- 
Gets the local port. 
- getLocalPort() - Method in class java.net.ServerSocket
- 
Returns the port number on which this socket is listening. 
- getLocalPort() - Method in class java.net.Socket
- 
Returns the local port number to which this socket is bound. 
- getLocalPort() - Method in class java.net.SocketImpl
- 
Returns the value of this socket's localportfield.
 
- getLocalPrincipal() - Method in class java.net.SecureCacheResponse
- 
Returns the principal that was sent to the server during
 handshaking in the original connection that retrieved the
 network resource. 
- getLocalPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the principal that was sent to the peer during handshaking. 
- getLocalPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
- 
Returns the principal that was sent to the server during handshaking. 
- getLocalPrincipal() - Method in interface javax.net.ssl.SSLSession
- 
Returns the principal that was sent to the peer during handshaking. 
- getLocalSocketAddress() - Method in class java.net.DatagramSocket
- 
Returns the address of the endpoint this socket is bound to. 
- getLocalSocketAddress() - Method in class java.net.ServerSocket
- 
Returns the address of the endpoint this socket is bound to, or
 nullif it is not bound yet.
 
- getLocalSocketAddress() - Method in class java.net.Socket
- 
Returns the address of the endpoint this socket is bound to, or
 nullif it is not bound yet.
 
- getLocalSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
- 
Obtains an array of supported signature algorithms that the local side
 is willing to use. 
- getLocation() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Gets the location of the object relative to the parent in the form
 of a point specifying the object's top-left corner in the screen's
 coordinate space. 
- getLocation() - Method in class java.awt.Component
- 
Gets the location of this component in the form of a
 point specifying the component's top-left corner. 
- getLocation(Point) - Method in class java.awt.Component
- 
Stores the x,y origin of this component into "return value" rv
 and return rv. 
- getLocation() - Method in class java.awt.dnd.DragSourceEvent
- 
This method returns a Pointindicating the cursor
 location in screen coordinates at the moment this event occured, ornullif the cursor location is not specified for this
 event.
 
- getLocation() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns a Pointindicating theCursor's current
 location within theComponent's
 coordinates.
 
- getLocation() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns a Pointindicating theCursor's current
 location in theComponent's coordinates.
 
- getLocation() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Gets the location of the object relative to the parent in the
 form of a point specifying the object's top-left corner in the
 screen's coordinate space. 
- getLocation() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Gets the location of the object relative to the parent in the form
 of a point specifying the object's top-left corner in the screen's
 coordinate space. 
- getLocation() - Method in class java.awt.Point
- 
Returns the location of this point. 
- getLocation() - Method in class java.awt.PointerInfo
- 
Returns the Pointthat represents the coordinates
 of the pointer on the screen.
 
- getLocation() - Method in class java.awt.Rectangle
- 
Returns the location of this Rectangle.
 
- getLocation() - Method in exception java.net.HttpRetryException
- 
Returns the value of the Location header field if the
 error resulted from redirection. 
- getLocation() - Method in class java.rmi.activation.ActivationDesc
- 
Returns the code location for the object specified by
 this descriptor. 
- getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
- 
Returns the group's code location. 
- getLocation() - Method in class java.security.CodeSource
- 
Returns the location associated with this CodeSource. 
- getLocation() - Method in interface javax.accessibility.AccessibleComponent
- 
Gets the location of the object relative to the parent in the form
 of a point specifying the object's top-left corner in the screen's
 coordinate space. 
- getLocation(Point) - Method in class javax.swing.JComponent
- 
Stores the x,y origin of this component into "return value"
 rvand returnsrv.
 
- getLocation() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getLocation() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Gets the location of the object relative to the parent
 in the form of a point specifying the object's
 top-left corner in the screen's coordinate space. 
- getLocation() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getLocation() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getLocation(JavaFileManager.Location) - Method in interface javax.tools.StandardJavaFileManager
- 
Gets the path associated with the given location. 
- getLocation() - Method in interface javax.xml.stream.events.XMLEvent
- 
Return the location of this event. 
- getLocation() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getLocation() - Method in exception javax.xml.stream.XMLStreamException
- 
Gets the location of the exception 
- getLocation() - Method in interface javax.xml.stream.XMLStreamReader
- 
Return the current location of the processor. 
- getLocation() - Method in interface org.w3c.dom.DOMError
- 
The location of the error. 
- getLocationAsString() - Method in exception javax.xml.transform.TransformerException
- 
Get the location information as a string. 
- getLocationInJTree() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
- 
Gets the offset within the composed text for the specified absolute x
 and y coordinates on the screen. 
- getLocationOnScreen() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Returns the location of the object on the screen. 
- getLocationOnScreen() - Method in class java.awt.Component
- 
Gets the location of this component in the form of a point
 specifying the component's top-left corner in the screen's
 coordinate space. 
- getLocationOnScreen() - Method in class java.awt.event.MouseEvent
- 
Returns the absolute x, y position of the event. 
- getLocationOnScreen() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Returns the location of the object on the screen. 
- getLocationOnScreen() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Returns the location of the object on the screen. 
- getLocationOnScreen() - Method in interface javax.accessibility.AccessibleComponent
- 
Returns the location of the object on the screen. 
- getLocationOnScreen() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getLocationOnScreen() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Returns the location of the object on the screen. 
- getLocationOnScreen() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getLocationOnScreen() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-  
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
- 
Retrieve the locator for this warning/error. 
- getLocator() - Method in exception javax.xml.transform.TransformerException
- 
Method getLocator retrieves an instance of a SourceLocator
 object that specifies where an error occurred. 
- getLockedMonitors() - Method in class java.lang.management.ThreadInfo
- 
Returns an array of  MonitorInfo objects, each of which
 represents an object monitor currently locked by the thread
 associated with this  ThreadInfo. 
- getLockedStackDepth() - Method in class java.lang.management.MonitorInfo
- 
Returns the depth in the stack trace where the object monitor
 was locked. 
- getLockedStackFrame() - Method in class java.lang.management.MonitorInfo
- 
Returns the stack frame that locked the object monitor. 
- getLockedSynchronizers() - Method in class java.lang.management.ThreadInfo
- 
Returns an array of  LockInfo objects, each of which
 represents an  ownable
 synchronizer currently locked by the thread associated with
 this  ThreadInfo. 
- getLockInfo() - Method in class java.lang.management.ThreadInfo
- 
Returns the LockInfo of an object for which
 the thread associated with this ThreadInfo
 is blocked waiting. 
- getLockingKeyState(int) - Method in class java.awt.Toolkit
- 
Returns whether the given locking key on the keyboard is currently in
 its "on" state. 
- getLockName() - Method in class java.lang.management.ThreadInfo
- 
Returns the  string representation
 of an object for which the thread associated with this
  ThreadInfo is blocked waiting. 
- getLockOwnerId() - Method in class java.lang.management.ThreadInfo
- 
Returns the ID of the thread which owns the object
 for which the thread associated with this ThreadInfo
 is blocked waiting. 
- getLockOwnerName() - Method in class java.lang.management.ThreadInfo
- 
Returns the name of the thread which owns the object
 for which the thread associated with this ThreadInfo
 is blocked waiting. 
- getLog() - Static method in class java.rmi.server.RemoteServer
- 
Returns stream for the RMI call log. 
- getLogger(String) - Static method in class java.util.logging.Logger
- 
Find or create a logger for a named subsystem. 
- getLogger(String, String) - Static method in class java.util.logging.Logger
- 
Find or create a logger for a named subsystem. 
- getLogger(String) - Method in class java.util.logging.LogManager
- 
Method to find a named logger. 
- getLogger() - Static method in class javax.sql.rowset.spi.SyncFactory
- 
Returns the logging object for applications to retrieve
 synchronization events posted by SyncProvider implementations. 
- getLoggerLevel(String) - Method in interface java.lang.management.PlatformLoggingMXBean
- 
Gets the name of the log  level associated with the specified logger. 
- getLoggerLevel(String) - Method in interface java.util.logging.LoggingMXBean
- 
Gets the name of the log level associated with the specified logger. 
- getLoggerName() - Method in class java.util.logging.LogRecord
- 
Get the source Logger's name. 
- getLoggerNames() - Method in interface java.lang.management.PlatformLoggingMXBean
- 
Returns the list of the currently registered
  logger names. 
- getLoggerNames() - Method in interface java.util.logging.LoggingMXBean
- 
Returns the list of currently registered logger names. 
- getLoggerNames() - Method in class java.util.logging.LogManager
- 
Get an enumeration of known logger names. 
- getLoggingMXBean() - Static method in class java.util.logging.LogManager
- 
Returns LoggingMXBean for managing loggers. 
- getLogicalBounds() - Method in class java.awt.font.GlyphVector
- 
Returns the logical bounds of this GlyphVector.
 
- getLogicalHighlightShape(int, int, Rectangle2D) - Method in class java.awt.font.TextLayout
- 
Returns a Shapeenclosing the logical selection in the
 specified range, extended to the specifiedbounds.
 
- getLogicalHighlightShape(int, int) - Method in class java.awt.font.TextLayout
- 
Returns a Shapeenclosing the logical selection in the
 specified range, extended to the natural bounds of thisTextLayout.
 
- getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns the logical ranges of text corresponding to a visual selection. 
- getLogicalStyle() - Method in class javax.swing.JTextPane
- 
Fetches the logical style assigned to the paragraph represented
 by the current position of the caret, or null.
 
- getLogicalStyle(int) - Method in class javax.swing.text.DefaultStyledDocument
- 
Fetches the logical style assigned to the paragraph
 represented by the given position. 
- getLogicalStyle(int) - Method in interface javax.swing.text.StyledDocument
- 
Gets a logical style for a given position in a paragraph. 
- getLogicalView(FlowView) - Method in class javax.swing.text.FlowView.FlowStrategy
- 
This method gives flow strategies access to the logical
 view of the FlowView. 
- getLoginModuleName() - Method in class javax.security.auth.login.AppConfigurationEntry
- 
Get the class name of the configured LoginModule.
 
- getLoginTimeout() - Static method in class java.sql.DriverManager
- 
Gets the maximum time in seconds that a driver can wait
 when attempting to log in to a database. 
- getLoginTimeout() - Method in interface javax.sql.CommonDataSource
- 
Gets the maximum time in seconds that this data source can wait
 while attempting to connect to a database. 
- getLogManager() - Static method in class java.util.logging.LogManager
- 
Return the global LogManager object. 
- getLogStream() - Static method in class java.sql.DriverManager
- 
Deprecated.  
- getLogTimers() - Static method in class javax.swing.Timer
- 
Returns trueif logging is enabled.
 
- getLogWriter() - Static method in class java.sql.DriverManager
- 
Retrieves the log writer. 
- getLogWriter() - Method in interface javax.sql.CommonDataSource
- 
Retrieves the log writer for this DataSourceobject.
 
- getLong(String) - Static method in class java.lang.Long
- 
Determines the longvalue of the system property
 with the specified name.
 
- getLong(String, long) - Static method in class java.lang.Long
- 
Determines the longvalue of the system property
 with the specified name.
 
- getLong(String, Long) - Static method in class java.lang.Long
- 
Returns the longvalue of the system property with
 the specified name.
 
- getLong(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a long.
 
- getLong(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 longor of another primitive type convertible to
 typelongvia a widening conversion.
 
- getLong() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading a long value. 
- getLong(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading a long value. 
- getLong(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC BIGINTparameter
 as alongin the Java programming language.
 
- getLong(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC BIGINTparameter as alongin the Java programming language.
 
- getLong(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 alongin the Java programming language.
 
- getLong(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 alongin the Java programming language.
 
- getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
- 
- getLong(String, long) - Method in class java.util.prefs.Preferences
- 
Returns the long value represented by the string associated with the
 specified key in this preference node. 
- getLongFramePosition() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the current position in the audio data, in sample frames. 
- getLongParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a long. 
- getLookAndFeel() - Static method in class javax.swing.UIManager
- 
Returns the current look and feel or null.
 
- getLookAndFeelDefaults() - Static method in class javax.swing.UIManager
- 
Returns the UIDefaultsfrom the current look and feel,
 that were obtained at the time the look and feel was installed.
 
- getLoopbackAddress() - Static method in class java.net.InetAddress
- 
Returns the loopback address. 
- getLoopbackMode() - Method in class java.net.MulticastSocket
- 
Get the setting for local loopback of multicast datagrams. 
- getLoopCount() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the number of repetitions for
 playback. 
- getLoopEndPoint() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the end position of the loop,
 in MIDI ticks. 
- getLoopStartPoint() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the start position of the loop,
 in MIDI ticks. 
- getLowerBound() - Method in interface javax.lang.model.type.TypeVariable
- 
Returns the lower bound of this type variable. 
- getLowerBounds() - Method in interface java.lang.reflect.WildcardType
- 
Returns an array of Typeobjects representing the
 lower bound(s) of this type variable.
 
- getLoweredBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-  
- getLowestSetBit() - Method in class java.math.BigInteger
- 
Returns the index of the rightmost (lowest-order) one bit in this
 BigInteger (the number of zero bits to the right of the rightmost
 one bit). 
- getLowestValue() - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns the smallest value that has an entry in the label table. 
- getLowestValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Returns the label that corresponds to the highest slider value in the label table. 
- getLowThreshold() - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the low threshold value common to all observed MBeans. 
- getLowThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the low threshold value. 
- getLSB() - Method in class java.awt.font.GlyphMetrics
- 
Returns the left (top) side bearing of the glyph. 
- getM() - Method in class java.security.spec.ECFieldF2m
- 
Returns the value mof this characteristic
 2 finite field.
 
- getMacLength() - Method in class javax.crypto.Mac
- 
Returns the length of the MAC in bytes. 
- getMagicCaretPosition() - Method in interface javax.swing.text.Caret
- 
Gets the current caret visual location. 
- getMagicCaretPosition() - Method in class javax.swing.text.DefaultCaret
- 
Gets the saved caret position. 
- getMainAttributes() - Method in class java.net.JarURLConnection
- 
Returns the main Attributes for the JAR file for this
 connection. 
- getMainAttributes() - Method in class java.util.jar.Manifest
- 
Returns the main Attributes for the Manifest. 
- getMajor() - Method in exception org.ietf.jgss.GSSException
- 
Returns the GSS-API level major error code for the problem causing
 this exception to be thrown. 
- getMajorAxis() - Method in class javax.swing.text.AsyncBoxView
- 
Fetch the major axis (the axis the children
 are tiled along). 
- getMajorOffset() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
Get the offset along the major axis 
- getMajorSpan() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
What is the span along the major axis. 
- getMajorString() - Method in exception org.ietf.jgss.GSSException
- 
Returns a string explaining the GSS-API level major error code in
 this exception. 
- getMajorTickSpacing() - Method in class javax.swing.JSlider
- 
This method returns the major tick spacing. 
- getMajorVersion() - Method in class java.awt.color.ICC_Profile
- 
Returns profile major version. 
- getMajorVersion() - Method in interface java.sql.Driver
- 
Retrieves the driver's major version number. 
- getManagementSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the version of the specification for the management interface
 implemented by the running Java virtual machine. 
- getManifest() - Method in class java.net.JarURLConnection
- 
Returns the Manifest for this connection, or null if none. 
- getManifest() - Method in class java.util.jar.JarFile
- 
Returns the jar file manifest, or nullif none.
 
- getManifest() - Method in class java.util.jar.JarInputStream
- 
Returns the Manifestfor this JAR file, ornullif none.
 
- getMapSize() - Method in class java.awt.image.IndexColorModel
- 
Returns the size of the color/alpha component arrays in this
 IndexColorModel.
 
- getMargin() - Method in class javax.swing.AbstractButton
- 
Returns the margin between the button's border and
 the label. 
- getMargin() - Method in class javax.swing.JMenuBar
- 
Returns the margin between the menubar's border and
 its menus. 
- getMargin() - Method in class javax.swing.JPopupMenu
- 
Returns the margin, in pixels, between the popup menu's border and
 its containees. 
- getMargin() - Method in class javax.swing.JToolBar
- 
Returns the margin between the tool bar's border and
 its buttons. 
- getMargin() - Method in class javax.swing.text.JTextComponent
- 
Returns the margin between the text component's border and
 its text. 
- getMark() - Method in class javax.swing.event.CaretEvent
- 
Fetches the location of other end of a logical
 selection. 
- getMark() - Method in interface javax.swing.text.Caret
- 
Fetches the current position of the mark. 
- getMark() - Method in class javax.swing.text.DefaultCaret
- 
Fetches the current position of the mark. 
- getMarkBias() - Method in class javax.swing.text.DefaultCaret
- 
Returns the bias of the mark. 
- getMask(int) - Method in class java.awt.image.PackedColorModel
- 
Returns the mask indicating which bits in a pixel
 contain the specified color/alpha sample. 
- getMask() - Method in class javax.swing.text.MaskFormatter
- 
Returns the formatting mask. 
- getMaskForButton(int) - Static method in class java.awt.event.InputEvent
- 
A method to obtain a mask for any existing mouse button. 
- getMasks() - Method in class java.awt.image.PackedColorModel
- 
Returns a mask array indicating which bits in a pixel
 contain the color and alpha samples. 
- getMasterSyncMode() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current master synchronization mode for this sequencer. 
- getMasterSyncModes() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the set of master synchronization modes supported by this
 sequencer. 
- getMatchAllSubjectAltNames() - Method in class java.security.cert.X509CertSelector
- 
- getMatchColumnIndexes() - Method in interface javax.sql.rowset.Joinable
- 
Retrieves the indexes of the match columns that were set for this
 RowSetobject with the methodsetMatchColumn(int[] columnIdxes).
 
- getMatchColumnNames() - Method in interface javax.sql.rowset.Joinable
- 
Retrieves the names of the match columns that were set for this
 RowSetobject with the methodsetMatchColumn(String [] columnNames).
 
- getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
- 
Returns all the MimeHeaderobjects whose name matches
 a name in the given array of names.
 
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
- 
Retrieves all MimeHeaderobjects that match a name in
 the given array.
 
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
- 
Retrieves all MimeHeaderobjects that match a name in
 the given array.
 
- getMatchingRuleID() - Method in class javax.naming.ldap.SortKey
- 
Retrieves the matching rule ID used to order the attribute values. 
- getMatrix() - Method in class java.awt.color.ICC_ProfileRGB
- 
Returns a 3x3 floatmatrix constructed from the
 X, Y, and Z components of the profile'sredColorantTag,greenColorantTag, andblueColorantTag.
 
- getMatrix(double[]) - Method in class java.awt.geom.AffineTransform
- 
Retrieves the 6 specifiable values in the 3x3 affine transformation
 matrix and places them into an array of double precisions values. 
- getMatrix() - Method in class java.awt.image.BandCombineOp
- 
Returns a copy of the linear combination matrix. 
- getMatrix() - Method in class java.awt.print.PageFormat
- 
Returns a transformation matrix that translates user
 space rendering to the requested orientation
 of the page. 
- getMatteColor() - Method in class javax.swing.border.MatteBorder
- 
Returns the color used for tiling the border or null
 if a tile icon is being used. 
- getMax() - Method in class java.lang.management.MemoryUsage
- 
Returns the maximum amount of memory in bytes that can be
 used for memory management. 
- getMaxAdvance() - Method in class java.awt.FontMetrics
- 
Gets the maximum advance width of any character in this
 Font.
 
- getMaxAge() - Method in class java.net.HttpCookie
- 
Returns the maximum age of the cookie, specified in seconds. 
- getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
- 
Returns the maximum key length for the specified transformation
 according to the installed JCE jurisdiction policy files. 
- getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
- 
Returns an AlgorithmParameterSpec object which contains
 the maximum cipher parameter value according to the
 jurisdiction policy file. 
- getMaxAscent() - Method in class java.awt.FontMetrics
- 
Determines the maximum ascent of the Fontdescribed by thisFontMetricsobject.
 
- getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of hex characters this database allows in an
 inline binary literal. 
- getMaxBufferSize() - Method in class javax.sound.sampled.DataLine.Info
- 
Obtains the maximum buffer size supported by the data line. 
- getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 catalog name. 
- getMaxCharactersPerLineCount() - Method in class javax.swing.JOptionPane
- 
Returns the maximum number of characters to place on a line in a
 message. 
- getMaxCharactersPerLineCount() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the maximum number of characters to place on a line. 
- getMaxCharBounds(FontRenderContext) - Method in class java.awt.Font
- 
Returns the bounds for the character with the maximum
 bounds as defined in the specified FontRenderContext.
 
- getMaxCharBounds(Graphics) - Method in class java.awt.FontMetrics
- 
Returns the bounds for the character with the maximum bounds
 in the specified Graphicscontext.
 
- getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters this database allows
 for a character literal. 
- getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters this database allows
 for a column name. 
- getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in a
 GROUP BYclause.
 
- getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in an index. 
- getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in an
 ORDER BYclause.
 
- getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in a
 SELECTlist.
 
- getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in a table. 
- getMaxConnections() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of concurrent connections to this
 database that are possible. 
- getMaxCRL() - Method in class java.security.cert.X509CRLSelector
- 
Returns the maxCRLNumber criterion. 
- getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 cursor name. 
- getMaxDecent() - Method in class java.awt.FontMetrics
- 
Deprecated.
As of JDK version 1.1.1,
 replaced by getMaxDescent().
 
 
- getMaxDegree() - Method in class javax.management.relation.RoleInfo
- 
Returns maximum degree for corresponding role reference. 
- getMaxDescent() - Method in class java.awt.FontMetrics
- 
Determines the maximum descent of the Fontdescribed by thisFontMetricsobject.
 
- getMaxExpansion(int) - Method in class java.text.CollationElementIterator
- 
Return the maximum length of any expansion sequences that end
 with the specified comparison order. 
- getMaxFieldSize() - Method in interface java.sql.Statement
- 
Retrieves the maximum number of bytes that can be
 returned for character and binary column values in a ResultSetobject produced by thisStatementobject.
 
- getMaxFieldSize() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the maximum number of bytes that can be used for a column
 value in this RowSetobject.
 
- getMaxFieldSize() - Method in interface javax.sql.RowSet
- 
Retrieves the maximum number of bytes that may be returned
 for certain column values. 
- getMaximizedBounds() - Method in class java.awt.Frame
- 
Gets maximized bounds for this frame. 
- getMaximum() - Method in interface java.awt.Adjustable
- 
Gets the maximum value of the adjustable object. 
- getMaximum() - Method in class java.awt.Scrollbar
- 
Gets the maximum value of this scroll bar. 
- getMaximum() - Method in class java.awt.ScrollPaneAdjustable
-  
- getMaximum(int) - Method in class java.util.Calendar
- 
Returns the maximum value for the given calendar field of this
 Calendarinstance.
 
- getMaximum(int) - Method in class java.util.GregorianCalendar
- 
Returns the maximum value for the given calendar field of this
 GregorianCalendarinstance.
 
- getMaximum() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the maximum value permitted. 
- getMaximum() - Method in interface javax.swing.BoundedRangeModel
- 
Returns the model's maximum. 
- getMaximum() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns the model's maximum. 
- getMaximum() - Method in class javax.swing.JProgressBar
- 
Returns the progress bar's maximumvalue
 from theBoundedRangeModel.
 
- getMaximum() - Method in class javax.swing.JScrollBar
- 
The maximum value of the scrollbar is maximum - extent. 
- getMaximum() - Method in class javax.swing.JSlider
- 
Returns the maximum value supported by the slider
 from the BoundedRangeModel.
 
- getMaximum() - Method in class javax.swing.ProgressMonitor
- 
Returns the maximum value -- the higher end of the progress value. 
- getMaximum() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the last number in the sequence. 
- getMaximum() - Method in class javax.swing.text.InternationalFormatter
- 
Returns the maximum permissible value. 
- getMaximumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the maximum accessible value of this object. 
- getMaximumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- 
Gets the maximum value of this object as a Number.
 
- getMaximumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the maximum accessible value of this object. 
- getMaximumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the maximum accessible value of this object. 
- getMaximumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the maximum accessible value of this object. 
- getMaximumAccessibleValue() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Get the maximum value of this object as a Number. 
- getMaximumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Gets the maximum accessible value of this object. 
- getMaximumCharHeight(SynthContext) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
- 
Returns the maximum height of the the Font from the passed in
 SynthContext. 
- getMaximumCursorColors() - Method in class java.awt.Toolkit
- 
Returns the maximum number of colors the Toolkit supports in a custom cursor
 palette. 
- getMaximumDividerLocation() - Method in class javax.swing.JSplitPane
- 
Returns the maximum location of the divider from the look and feel
 implementation. 
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Gets the maximum location of the divider. 
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getMaximumDividerLocationmethod on each UI handled by this object.
 
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
- 
Returns the maximum possible location of the divider. 
- getMaximumFractionDigits() - Method in class java.text.DecimalFormat
- 
Gets the maximum number of digits allowed in the fraction portion of a
 number. 
- getMaximumFractionDigits() - Method in class java.text.NumberFormat
- 
Returns the maximum number of digits allowed in the fraction portion of a
 number. 
- getMaximumIntegerDigits() - Method in class java.text.DecimalFormat
- 
Gets the maximum number of digits allowed in the integer portion of a
 number. 
- getMaximumIntegerDigits() - Method in class java.text.NumberFormat
- 
Returns the maximum number of digits allowed in the integer portion of a
 number. 
- getMaximumPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the maximum allowed number of threads. 
- getMaximumRowCount() - Method in class javax.swing.JComboBox
- 
Returns the maximum number of items the combo box can display
 without a scrollbar 
- getMaximumSize() - Method in class java.awt.Component
- 
Gets the maximum size of this component. 
- getMaximumSize() - Method in class java.awt.Container
- 
Returns the maximum size of this container. 
- getMaximumSize() - Method in class javax.swing.JComponent
- 
If the maximum size has been set to a non-nullvalue
 just returns it.
 
- getMaximumSize() - Method in class javax.swing.JScrollBar
- 
The scrollbar is flexible along it's scrolling axis and
 rigid along the other axis. 
- getMaximumSize() - Method in class javax.swing.JToolBar.Separator
- 
Returns the maximum size for the separator. 
- getMaximumSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
- 
Returns the maximum size of the BasicArrowButton.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
- 
Desktop icons can not be resized. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the maximum size for the passed in component,
 This is passed off to the current layoutmanager. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
Return the maximum size of the header. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
- 
Return the maximum size of the table. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Gets the maximum size for the editor component. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the maximum size for this component, which will be the
 preferred size if the instance is currently in a JTree, or 0, 0. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the specified component's maximum size appropriate for
 the look and feel. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.LayerUI
- 
If the JLayer's view component is notnull,
 this returns the result of  the view'sgetMaximumSize()method.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
- 
Returns the maximum size of the JFileChooser.
 
- getMaximumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Invokes the getMaximumSizemethod on each UI handled by this object.
 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthButtonUI
-  
- getMaximumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
- 
Returns the maximum size needed to properly render an icon and text. 
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthLabelUI
-  
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthSeparatorUI
-  
- getMaximumSpan(int) - Method in class javax.swing.text.AsyncBoxView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.BoxView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.ComponentView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.html.BlockView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.html.FormView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.html.ParagraphView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.View
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumSpan(int) - Method in class javax.swing.text.WrappedPlainView
- 
Determines the maximum span for this view along an
 axis. 
- getMaximumStreamFormatVersion() - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
- 
Returns the maximum stream format version for
 RMI/IDL custom value types that is supported
 by this ValueHandler object. 
- getMaximumThumbSize() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
Returns the largest acceptable size for the thumb. 
- getMaximumValue() - Method in class javax.swing.Spring
- 
Returns the maximum value of this Spring.
 
- getMaximumWindowBounds() - Method in class java.awt.GraphicsEnvironment
- 
Returns the maximum bounds for centered Windows. 
- getMaximumZoneSize() - Method in class javax.swing.text.ZoneView
- 
Get the current maximum zone size. 
- getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of bytes this database allows for an
 index, including all of the parts of the index. 
- getMaxLabel() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the label for the maximum value, such as "Right" or "Full." 
- getMaxLines(Line.Info) - Method in interface javax.sound.sampled.Mixer
- 
Obtains the approximate maximum number of lines of the requested type that can be open
 simultaneously on the mixer. 
- getMaxPage() - Method in class java.awt.JobAttributes
- 
Specifies the maximum value the user can specify as the last page to
 be printed for jobs using these attributes. 
- getMaxPathLength() - Method in class java.security.cert.PKIXBuilderParameters
- 
Returns the value of the maximum number of intermediate non-self-issued
 certificates that may exist in a certification path. 
- getMaxPolyphony() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains the maximum number of notes that this synthesizer can sound simultaneously. 
- getMaxPriority() - Method in class java.lang.ThreadGroup
- 
Returns the maximum priority of this thread group. 
- getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 procedure name. 
- getMaxReceivers() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains the maximum number of MIDI IN connections available on this
 MIDI device for receiving MIDI data. 
- getMaxRows() - Method in interface java.sql.Statement
- 
Retrieves the maximum number of rows that a
 ResultSetobject produced by thisStatementobject can contain.
 
- getMaxRows() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the maximum number of rows that this RowSetobject may contain.
 
- getMaxRows() - Method in interface javax.sql.RowSet
- 
Retrieves the maximum number of rows that this RowSetobject can contain.
 
- getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of bytes this database allows in
 a single row. 
- getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 schema name. 
- getMaxSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
- 
Returns the last selected index or -1 if the selection is empty. 
- getMaxSelectionIndex() - Method in class javax.swing.JList
- 
Returns the largest selected cell index, or -1if the selection
 is empty.
 
- getMaxSelectionIndex() - Method in interface javax.swing.ListSelectionModel
- 
Returns the last selected index or -1 if the selection is empty. 
- getMaxSelectionRow() - Method in class javax.swing.JTree
- 
Returns the largest selected row. 
- getMaxSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the largest value obtained from the RowMapper for the
 current set of selected TreePaths. 
- getMaxSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the largest value obtained from the RowMapper for the
 current set of selected TreePaths. 
- getMaxSortKeys() - Method in class javax.swing.DefaultRowSorter
- 
Returns the maximum number of sort keys. 
- getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 an SQL statement. 
- getMaxStatements() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of active statements to this database
 that can be open at the same time. 
- getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 a table name. 
- getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of tables this database allows in a
 SELECTstatement.
 
- getMaxTransmitters() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains the maximum number of MIDI OUT connections available on this
 MIDI device for transmitting MIDI data. 
- getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 a user name. 
- getMaxValue(int) - Method in class java.awt.color.ColorSpace
- 
Returns the maximum normalized color component value for the
 specified component. 
- getMaxValue(int) - Method in class java.awt.color.ICC_ColorSpace
- 
Returns the maximum normalized color component value for the
 specified component. 
- getMaxValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- 
Returns the maximal value for the attribute described by this
 OpenMBeanAttributeInfoSupportinstance, if specified,
 ornullotherwise.
 
- getMaxValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the maximal value for this parameter, if it has one, or
 null otherwise. 
- getMaxValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- 
Returns the maximal value for the parameter described by this
 OpenMBeanParameterInfoSupportinstance, if specified,
 ornullotherwise.
 
- getMaxWidth() - Method in class javax.swing.table.TableColumn
- 
Returns the maximum width for the TableColumn.
 
- getMaxX() - Method in class java.awt.geom.RectangularShape
- 
Returns the largest X coordinate of the framing
 rectangle of the Shapeindoubleprecision.
 
- getMaxY() - Method in class java.awt.geom.RectangularShape
- 
Returns the largest Y coordinate of the framing
 rectangle of the Shapeindoubleprecision.
 
- getMaxZonesLoaded() - Method in class javax.swing.text.ZoneView
- 
Get the current setting of the number of zones
 allowed to be loaded at the same time. 
- getMBeanCount() - Method in interface javax.management.MBeanServer
- 
Returns the number of MBeans registered in the MBean server. 
- getMBeanCount() - Method in interface javax.management.MBeanServerConnection
- 
Returns the number of MBeans registered in the MBean server. 
- getMBeanCount(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getMBeanCount(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getMBeanCount(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the ModelMBean's descriptor which contains MBean wide
 policies. 
- getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getMBeanInfo() - Method in interface javax.management.DynamicMBean
- 
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object. 
- getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
-  
- getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServerConnection
- 
This method discovers the attributes and operations that an
 MBean exposes for management. 
- getMBeanInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Returns the attributes, operations, constructors and notifications
 that this RequiredModelMBean exposes for management. 
- getMBeanInfo(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getMBeanInfo(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getMBeanInfo(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getMBeanInfo() - Method in class javax.management.StandardMBean
- 
- getMBeanInterface() - Method in class javax.management.StandardMBean
- 
Get the Management Interface of this Standard MBean (or MXBean). 
- getMBeanName() - Method in class javax.management.MBeanServerNotification
- 
Returns the  object name of the MBean that caused the notification. 
- getMBeanServer() - Static method in class javax.management.QueryEval
- 
Return the MBean server that was most recently given to the
  setMBeanServer method by this thread. 
- getMBeanServer() - Method in class javax.management.remote.JMXConnectorServer
- 
Returns the MBean server that this connector server is
 attached to. 
- getMBeanServer() - Method in interface javax.management.remote.MBeanServerForwarder
- 
Returns the MBeanServer object to which requests will be forwarded. 
- getMBeanServer() - Method in class javax.management.remote.rmi.RMIServerImpl
- 
The MBeanServerto which this connector server
 is attached.
 
- getMBeanServerConnection() - Method in class javax.management.MBeanServerInvocationHandler
- 
The MBean server connection through which the methods of
 a proxy using this handler are forwarded. 
- getMBeanServerConnection() - Method in interface javax.management.remote.JMXConnector
- 
Returns an MBeanServerConnectionobject
 representing a remote MBean server.
 
- getMBeanServerConnection(Subject) - Method in interface javax.management.remote.JMXConnector
- 
Returns an MBeanServerConnectionobject representing
 a remote MBean server on which operations are performed on behalf of
 the supplied delegation subject.
 
- getMBeanServerConnection() - Method in class javax.management.remote.rmi.RMIConnector
-  
- getMBeanServerConnection(Subject) - Method in class javax.management.remote.rmi.RMIConnector
-  
- getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
- 
Returns the MBean server agent identity. 
- getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the MBean server agent identity. 
- getMBeansFromURL(URL) - Method in class javax.management.loading.MLet
- 
Loads a text file containing MLET tags that define the MBeans to
 be added to the MBean server. 
- getMBeansFromURL(String) - Method in class javax.management.loading.MLet
- 
Loads a text file containing MLET tags that define the MBeans to
 be added to the MBean server. 
- getMBeansFromURL(String) - Method in interface javax.management.loading.MLetMBean
- 
Loads a text file containing MLET tags that define the MBeans
 to be added to the MBean server. 
- getMBeansFromURL(URL) - Method in interface javax.management.loading.MLetMBean
- 
Loads a text file containing MLET tags that define the MBeans
 to be added to the MBean server. 
- getMBeansToUnregister() - Method in class javax.management.relation.RelationNotification
- 
Returns the list of ObjectNames of MBeans expected to be unregistered
 due to a relation removal (only for relation removal). 
- getMech() - Method in interface org.ietf.jgss.GSSContext
- 
Determines what mechanism is being used for this
 context. 
- getMechanismName() - Method in interface javax.security.sasl.SaslClient
- 
Returns the IANA-registered mechanism name of this SASL client. 
- getMechanismName() - Method in interface javax.security.sasl.SaslServer
- 
Returns the IANA-registered mechanism name of this SASL server. 
- getMechanismNames(Map<String, ?>) - Method in interface javax.security.sasl.SaslClientFactory
- 
Returns an array of names of mechanisms that match the specified
 mechanism selection policies. 
- getMechanismNames(Map<String, ?>) - Method in interface javax.security.sasl.SaslServerFactory
- 
Returns an array of names of mechanisms that match the specified
 mechanism selection policies. 
- getMechanismType() - Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns the type of the XML processing mechanism and representation
 supported by this KeyInfoFactory(ex: "DOM")
 
- getMechanismType() - Method in class javax.xml.crypto.dsig.TransformService
- 
Returns the mechanism type supported by this TransformService.
 
- getMechanismType() - Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns the type of the XML processing mechanism and representation
 supported by this XMLSignatureFactory(ex: "DOM").
 
- getMechs() - Method in interface org.ietf.jgss.GSSCredential
- 
Returns a list of mechanisms supported by this credential. 
- getMechs() - Method in class org.ietf.jgss.GSSManager
- 
Returns a list of mechanisms that are available to GSS-API callers
 through this GSSManager. 
- getMechsForName(Oid) - Method in class org.ietf.jgss.GSSManager
- 
Returns a list of mechanisms that support the indicated name type. 
- getMedia() - Method in class java.awt.PageAttributes
- 
Returns the paper size for pages using these attributes. 
- getMediaSizeForName(MediaSizeName) - Static method in class javax.print.attribute.standard.MediaSize
- 
Get the MediaSize for the specified named media. 
- getMediaSizeName() - Method in class javax.print.attribute.standard.MediaSize
- 
Get the media name, if any, for this size. 
- getMediaSubtype() - Method in class javax.print.DocFlavor
- 
Returns this doc flavor object's media subtype (from the MIME type). 
- getMediaType() - Method in class javax.print.DocFlavor
- 
Returns this doc flavor object's media type (from the MIME type). 
- getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileGray
- 
Returns a float array of length 3 containing the X, Y, and Z
 components of the mediaWhitePointTag in the ICC profile. 
- getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileRGB
- 
Returns an array that contains the components of the profile's
 mediaWhitePointTag.
 
- getMemberControls() - Method in class javax.sound.sampled.CompoundControl
- 
Returns the set of member controls that comprise the compound control. 
- getMembers() - Method in class javax.print.attribute.SetOfIntegerSyntax
- 
Obtain this set-of-integer attribute's members in canonical array form. 
- getMemoryManagerMXBeans() - Static method in class java.lang.management.ManagementFactory
- 
- getMemoryManagerNames() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the name of memory managers that manages this memory pool. 
- getMemoryMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the memory system of
 the Java virtual machine. 
- getMemoryPoolMXBeans() - Static method in class java.lang.management.ManagementFactory
- 
- getMemoryPoolNames() - Method in interface java.lang.management.MemoryManagerMXBean
- 
Returns the name of memory pools that this memory manager manages. 
- getMemoryUsed() - Method in interface java.lang.management.BufferPoolMXBean
- 
Returns an estimate of the memory that the Java virtual machine is using
 for this buffer pool. 
- getMenu(int) - Method in class java.awt.MenuBar
- 
Gets the specified menu. 
- getMenu(int) - Method in class javax.swing.JMenuBar
- 
Returns the menu at the specified position in the menu bar. 
- getMenuArrowIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getMenuArrowIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getMenuBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu background color of the current theme. 
- getMenuBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu background color. 
- getMenuBar() - Method in class java.awt.Frame
- 
Gets the menu bar for this frame. 
- getMenuBar() - Method in class javax.swing.JInternalFrame
- 
Deprecated.
As of Swing version 1.0.3,
 replaced by getJMenuBar().
 
 
- getMenuBar() - Method in class javax.swing.JRootPane
- 
Deprecated.
As of Swing version 1.0.3
  replaced by getJMenuBar().
 
 
- getMenuBarBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getMenuComponent(int) - Method in class javax.swing.JMenu
- 
Returns the component at position n.
 
- getMenuComponentCount() - Method in class javax.swing.JMenu
- 
Returns the number of components on the menu. 
- getMenuComponents() - Method in class javax.swing.JMenu
- 
Returns an array of Components of the menu's
 subcomponents.
 
- getMenuCount() - Method in class java.awt.MenuBar
- 
Gets the number of menus on the menu bar. 
- getMenuCount() - Method in class javax.swing.JMenuBar
- 
Returns the number of items in the menu bar. 
- getMenuDisabledForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu disabled foreground color of the current theme. 
- getMenuDisabledForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu disabled foreground color. 
- getMenuDisabledForeground() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the menu disabled foreground color. 
- getMenuDragMouseListeners() - Method in class javax.swing.JMenuItem
- 
Returns an array of all the MenuDragMouseListeners added
 to this JMenuItem with addMenuDragMouseListener().
 
- getMenuForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu foreground color of the current theme. 
- getMenuForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu foreground color. 
- getMenuItemArrowIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getMenuItemArrowIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getMenuItemCheckIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getMenuItemCheckIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
- 
Returns an icon to be used by JCheckBoxMenuItem.
 
- getMenuKeyListeners() - Method in class javax.swing.JMenuItem
- 
Returns an array of all the MenuKeyListeners added
 to this JMenuItem with addMenuKeyListener().
 
- getMenuKeyListeners() - Method in class javax.swing.JPopupMenu
- 
Returns an array of all the MenuKeyListeners added
 to this JPopupMenu with addMenuKeyListener().
 
- getMenuListeners() - Method in class javax.swing.JMenu
- 
Returns an array of all the MenuListeners added
 to this JMenu with addMenuListener().
 
- getMenuSelectedBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu selected background color of the current theme. 
- getMenuSelectedBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu selected background color. 
- getMenuSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu selected foreground color of the current theme. 
- getMenuSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu selected foreground color. 
- getMenuSelectionManager() - Method in class javax.swing.event.MenuDragMouseEvent
- 
Returns the current menu selection manager. 
- getMenuSelectionManager() - Method in class javax.swing.event.MenuKeyEvent
- 
Returns the current menu selection manager. 
- getMenuShortcutKeyMask() - Method in class java.awt.Toolkit
- 
Determines which modifier key is the appropriate accelerator
 key for menu shortcuts. 
- getMenuTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the menu text font. 
- getMenuTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the menu text font of the current theme. 
- getMenuTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the menu text font. 
- getMessage() - Method in exception java.awt.HeadlessException
-  
- getMessage() - Method in exception java.io.InvalidClassException
- 
Produce the message and include the classname, if present. 
- getMessage() - Method in exception java.io.WriteAbortedException
- 
Produce the message and include the message from the nested
 exception, if there is one. 
- getMessage() - Method in class java.lang.Throwable
- 
Returns the detail message string of this throwable. 
- getMessage() - Method in exception java.net.URISyntaxException
- 
Returns a string describing the parse error. 
- getMessage() - Method in exception java.nio.charset.MalformedInputException
-  
- getMessage() - Method in exception java.nio.charset.UnmappableCharacterException
-  
- getMessage() - Method in exception java.nio.file.FileSystemException
- 
Returns the detail message string. 
- getMessage() - Method in exception java.nio.file.InvalidPathException
- 
Returns a string describing the error. 
- getMessage() - Method in exception java.rmi.activation.ActivationException
- 
Returns the detail message, including the message from the cause, if
 any, of this exception. 
- getMessage() - Method in exception java.rmi.RemoteException
- 
Returns the detail message, including the message from the cause, if
 any, of this exception. 
- getMessage() - Method in exception java.rmi.server.ServerCloneException
- 
Returns the detail message, including the message from the cause, if
 any, of this exception. 
- getMessage() - Method in exception java.security.cert.CertificateRevokedException
-  
- getMessage() - Method in exception java.util.DuplicateFormatFlagsException
-  
- getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
-  
- getMessage() - Method in exception java.util.IllegalFormatCodePointException
-  
- getMessage() - Method in exception java.util.IllegalFormatConversionException
-  
- getMessage() - Method in exception java.util.IllegalFormatFlagsException
-  
- getMessage() - Method in exception java.util.IllegalFormatPrecisionException
-  
- getMessage() - Method in exception java.util.IllegalFormatWidthException
-  
- getMessage() - Method in class java.util.logging.LogRecord
- 
Get the "raw" log message, before localization or formatting. 
- getMessage() - Method in exception java.util.MissingFormatArgumentException
-  
- getMessage() - Method in exception java.util.MissingFormatWidthException
-  
- getMessage() - Method in exception java.util.regex.PatternSyntaxException
- 
Returns a multi-line string containing the description of the syntax
 error and its index, the erroneous regular-expression pattern, and a
 visual indication of the error index within the pattern. 
- getMessage() - Method in exception java.util.UnknownFormatConversionException
-  
- getMessage() - Method in exception java.util.UnknownFormatFlagsException
-  
- getMessage() - Method in interface javax.annotation.processing.Completion
- 
Returns an informative message about the completion. 
- getMessage() - Method in class javax.management.Notification
- 
Get the notification message. 
- getMessage() - Method in exception javax.script.ScriptException
- 
Returns a message containing the String passed to a constructor as well as
 line and column numbers and filename if any of these are known. 
- getMessage() - Method in class javax.security.auth.callback.TextOutputCallback
- 
Get the message to be displayed. 
- getMessage() - Method in class javax.sound.midi.MidiEvent
- 
Obtains the MIDI message contained in the event. 
- getMessage() - Method in class javax.sound.midi.MidiMessage
- 
Obtains the MIDI message data. 
- getMessage() - Method in class javax.swing.JOptionPane
- 
Returns the message-object this pane displays. 
- getMessage() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the message to display from the JOptionPane the receiver is
 providing the look and feel for. 
- getMessage(Locale) - Method in interface javax.tools.Diagnostic
- 
Gets a localized message for the given locale. 
- getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-  
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
- 
Retrieve the text message for this warning/error. 
- getMessage() - Method in error javax.xml.parsers.FactoryConfigurationError
- 
Return the message (if any) for this error . 
- getMessage() - Method in exception javax.xml.soap.SOAPException
- 
Returns the detail message for this SOAPExceptionobject.
 
- getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
- 
Report the message associated with this error 
- getMessage() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
- 
Return the message (if any) for this error . 
- getMessage() - Method in interface javax.xml.ws.handler.LogicalMessageContext
- 
Gets the message from this message context 
- getMessage() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- 
Gets the SOAPMessagefrom this message context.
 
- getMessage() - Method in exception org.ietf.jgss.GSSException
- 
Returns a textual representation of both the major and the minor
 status codes. 
- getMessage() - Method in interface org.w3c.dom.DOMError
- 
An implementation specific string describing the error that occurred. 
- getMessage() - Method in exception org.xml.sax.SAXException
- 
Return a detail message for this exception. 
- getMessageAndLocation() - Method in exception javax.xml.transform.TransformerException
- 
Get the error message with location information
 appended. 
- getMessageContext() - Method in interface javax.xml.ws.WebServiceContext
- 
Returns the MessageContextfor the request being served
 at the time this method is called.
 
- getMessageDigest() - Method in class java.security.DigestInputStream
- 
Returns the message digest associated with this stream. 
- getMessageDigest() - Method in class java.security.DigestOutputStream
- 
Returns the message digest associated with this stream. 
- getMessageFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
- 
Gets the SAAJ MessageFactoryinstance used by this SOAP binding.
 
- getMessager() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns the messager used to report errors, warnings, and other
 notices. 
- getMessageType() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the message type. 
- getMessageType() - Method in class javax.security.auth.callback.TextOutputCallback
- 
Get the message type. 
- getMessageType() - Method in class javax.swing.JOptionPane
- 
Returns the message type. 
- getMetaData() - Method in interface java.sql.Connection
- 
Retrieves a DatabaseMetaDataobject that contains
 metadata about the database to which thisConnectionobject represents a connection.
 
- getMetaData() - Method in interface java.sql.PreparedStatement
- 
Retrieves a ResultSetMetaDataobject that contains
 information about the columns of theResultSetobject
 that will be returned when thisPreparedStatementobject
 is executed.
 
- getMetaData() - Method in interface java.sql.ResultSet
- 
Retrieves the  number, types and properties of
 this ResultSetobject's columns.
 
- getMetadata() - Method in class javax.imageio.IIOImage
- 
Returns a reference to the current IIOMetadataobject, ornullis none is set.
 
- getMetadata() - Method in class javax.xml.ws.Endpoint
- 
Returns a list of metadata documents for the service. 
- getMetadataFormat(String) - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataFormatobject describing the
 given metadata format, ornullif no description
 is available.
 
- getMetadataFormatNames() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an array of Strings containing the names
 of all metadata formats, including the native and standard
 formats, recognized by this plug-in'sgetAsTree,setFromTree, andmergeTreemethods.
 
- getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
- 
Used to indicate whether the 'meta' key was depressed during the firing
 of the event. 
- getMethod() - Method in class java.beans.MethodDescriptor
- 
Gets the method that this MethodDescriptor encapsualtes. 
- getMethod(String, Class<?>...) - Method in class java.lang.Class
- 
Returns a Methodobject that reflects the specified public
 member method of the class or interface represented by thisClassobject.
 
- getMethod() - Method in class java.util.zip.ZipEntry
- 
Returns the compression method of the entry, or -1 if not specified. 
- getMethod() - Method in class javax.swing.text.html.FormSubmitEvent
- 
Gets the form method type. 
- getMethodCallSyntax(String, String, String...) - Method in interface javax.script.ScriptEngineFactory
- 
Returns a String which can be used to invoke a method of a  Java object using the syntax
 of the supported scripting language. 
- getMethodDescriptors() - Method in interface java.beans.BeanInfo
- 
Gets the beans MethodDescriptors.
 
- getMethodDescriptors() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge of methods. 
- getMethodName() - Method in class java.beans.Statement
- 
Returns the name of the method to invoke. 
- getMethodName() - Method in class java.lang.StackTraceElement
- 
Returns the name of the method containing the execution point
 represented by this stack trace element. 
- getMethods() - Method in class java.lang.Class
- 
Returns an array containing Methodobjects reflecting all
 the public member methods of the class or interface represented
 by thisClassobject, including those declared by the class
 or interface and those inherited from superclasses and
 superinterfaces.
 
- getMGFAlgorithm() - Method in class java.security.spec.PSSParameterSpec
- 
Returns the mask generation function algorithm name. 
- getMGFAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
- 
Returns the mask generation function algorithm name. 
- getMGFParameters() - Method in class java.security.spec.PSSParameterSpec
- 
Returns the parameters for the mask generation function. 
- getMGFParameters() - Method in class javax.crypto.spec.OAEPParameterSpec
- 
Returns the parameters for the mask generation function. 
- getMIC(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
- 
Returns a token containing a cryptographic Message Integrity Code
 (MIC) for the supplied message,  for transfer to the peer
 application. 
- getMIC(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
- 
Uses streams to produce a token containing a cryptographic MIC for
 the supplied message, for transfer to the peer application. 
- getMicrosecondLength() - Method in class javax.sound.midi.MidiFileFormat
- 
Obtains the length of the MIDI file, expressed in microseconds. 
- getMicrosecondLength() - Method in class javax.sound.midi.Sequence
- 
Obtains the duration of this sequence, expressed in microseconds. 
- getMicrosecondLength() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the length of the current sequence, expressed in microseconds,
 or 0 if no sequence is set. 
- getMicrosecondLength() - Method in interface javax.sound.sampled.Clip
- 
Obtains the media duration in microseconds 
- getMicrosecondPosition() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains the current time-stamp of the device, in microseconds. 
- getMicrosecondPosition() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current position in the sequence, expressed in
 microseconds. 
- getMicrosecondPosition() - Method in interface javax.sound.sampled.DataLine
- 
Obtains the current position in the audio data, in microseconds. 
- getMidiDevice() - Method in interface javax.sound.midi.MidiDeviceReceiver
- 
Obtains a MidiDevice object which is an owner of this Receiver. 
- getMidiDevice() - Method in interface javax.sound.midi.MidiDeviceTransmitter
- 
Obtains a MidiDevice object which is an owner of this Transmitter. 
- getMidiDevice(MidiDevice.Info) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the requested MIDI device. 
- getMidiDeviceInfo() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains an array of information objects representing
 the set of all MIDI devices available on the system. 
- getMidiFileFormat(InputStream) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the MIDI file format of the data in the specified input stream. 
- getMidiFileFormat(URL) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the MIDI file format of the data in the specified URL. 
- getMidiFileFormat(File) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the MIDI file format of the specified File.
 
- getMidiFileFormat(InputStream) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains the MIDI file format of the input stream provided. 
- getMidiFileFormat(URL) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains the MIDI file format of the URL provided. 
- getMidiFileFormat(File) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains the MIDI file format of the Fileprovided.
 
- getMidiFileTypes() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the set of MIDI file types for which file writing support is
 provided by the system. 
- getMidiFileTypes(Sequence) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the set of MIDI file types that the system can write from the
 sequence specified. 
- getMidiFileTypes() - Method in class javax.sound.midi.spi.MidiFileWriter
- 
Obtains the set of MIDI file types for which file writing support is
 provided by this file writer. 
- getMidiFileTypes(Sequence) - Method in class javax.sound.midi.spi.MidiFileWriter
- 
Obtains the file types that this file writer can write from the
 sequence specified. 
- getMidLabel() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the label for the mid-point value, such as "Center" or "Default." 
- getMidTermsOfReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
- 
Returns an integer array which contains the order of the
 middle term(s) of the reduction polynomial for polynomial
 basis or null for normal basis. 
- getMillis() - Method in class java.util.logging.LogRecord
- 
Get event time in milliseconds since 1970. 
- getMillisecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getMillisToDecideToPopup() - Method in class javax.swing.ProgressMonitor
- 
Returns the amount of time this object waits before deciding whether
 or not to popup a progress monitor. 
- getMillisToPopup() - Method in class javax.swing.ProgressMonitor
- 
Returns the amount of time it will take for the popup to appear. 
- getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
- 
Gets all the values of the header identified by the given
 String.
 
- getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
- 
Gets all the values of the MimeHeaderobject
 in thisSOAPPartobject that
 is identified by the givenString.
 
- getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
- 
Returns all the transport-specific MIME headers for this SOAPMessageobject in a transport-independent fashion.
 
- getMimeType() - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the MIME type string for this DataFlavor.
 
- getMimeType() - Method in class javax.activation.ActivationDataFlavor
- 
Return the MIME type for this DataFlavor. 
- getMimeType() - Method in class javax.print.DocFlavor
- 
Returns this doc flavor object's MIME type string based on the
 canonical form. 
- getMimeType() - Method in interface javax.xml.crypto.dsig.XMLObject
- 
Returns the mime type of this XMLObject.
 
- getMimeType() - Method in class javax.xml.crypto.OctetStreamData
- 
Returns the MIME type associated with the data object represented by this
 OctetStreamData.
 
- getMimeTypes() - Method in interface javax.accessibility.AccessibleStreamable
- 
Returns an array of DataFlavor objects for the MIME types
 this object supports. 
- getMimeTypes() - Method in class javax.activation.CommandMap
- 
Get all the MIME types known to this command map. 
- getMimeTypes() - Method in class javax.activation.MailcapCommandMap
- 
Get all the MIME types known to this command map. 
- getMIMETypes() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an array of Strings containing a list of
 MIME types associated with the formats that are generally
 usable by theImageReaderorImageWriterimplementation associated with this
 service provider.
 
- getMimeTypes() - Method in interface javax.script.ScriptEngineFactory
- 
Returns an immutable list of mimetypes, associated with scripts that
 can be executed by the engine. 
- getMinBufferSize() - Method in class javax.sound.sampled.DataLine.Info
- 
Obtains the minimum buffer size supported by the data line. 
- getMinCRL() - Method in class java.security.cert.X509CRLSelector
- 
Returns the minCRLNumber criterion. 
- getMinDegree() - Method in class javax.management.relation.RoleInfo
- 
Returns minimum degree for corresponding role reference. 
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
- 
Gets what the minimal days required in the first week of the year are;
 e.g., if the first week is defined as one that contains the first day
 of the first month of a year, this method returns 1. 
- getMinimum() - Method in interface java.awt.Adjustable
- 
Gets the minimum value of the adjustable object. 
- getMinimum() - Method in class java.awt.Scrollbar
- 
Gets the minimum value of this scroll bar. 
- getMinimum() - Method in class java.awt.ScrollPaneAdjustable
-  
- getMinimum(int) - Method in class java.util.Calendar
- 
Returns the minimum value for the given calendar field of this
 Calendarinstance.
 
- getMinimum(int) - Method in class java.util.GregorianCalendar
- 
Returns the minimum value for the given calendar field of this
 GregorianCalendarinstance.
 
- getMinimum() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the minimum value permitted. 
- getMinimum() - Method in interface javax.swing.BoundedRangeModel
- 
Returns the minimum acceptable value. 
- getMinimum() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns the model's minimum. 
- getMinimum() - Method in class javax.swing.JProgressBar
- 
Returns the progress bar's minimumvalue
 from theBoundedRangeModel.
 
- getMinimum() - Method in class javax.swing.JScrollBar
- 
Returns the minimum value supported by the scrollbar
 (usually zero). 
- getMinimum() - Method in class javax.swing.JSlider
- 
Returns the minimum value supported by the slider
 from the BoundedRangeModel.
 
- getMinimum() - Method in class javax.swing.ProgressMonitor
- 
Returns the minimum value -- the lower end of the progress value. 
- getMinimum() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the first number in this sequence. 
- getMinimum() - Method in class javax.swing.text.InternationalFormatter
- 
Returns the minimum permissible value. 
- getMinimumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
- 
Get the minimum accessible value of this object. 
- getMinimumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- 
Gets the minimum value of this object as a Number.
 
- getMinimumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
- 
Gets the minimum accessible value of this object. 
- getMinimumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
- 
Get the minimum accessible value of this object. 
- getMinimumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
- 
Get the minimum accessible value of this object. 
- getMinimumAccessibleValue() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Get the minimum value of this object as a Number. 
- getMinimumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
- 
Gets the minimum accessible value of this object. 
- getMinimumDividerLocation() - Method in class javax.swing.JSplitPane
- 
Returns the minimum location of the divider from the look and feel
 implementation. 
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Gets the minimum location of the divider. 
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getMinimumDividerLocationmethod on each UI handled by this object.
 
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
- 
Returns the minimum possible location of the divider. 
- getMinimumFractionDigits() - Method in class java.text.DecimalFormat
- 
Gets the minimum number of digits allowed in the fraction portion of a
 number. 
- getMinimumFractionDigits() - Method in class java.text.NumberFormat
- 
Returns the minimum number of digits allowed in the fraction portion of a
 number. 
- getMinimumHorizontalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getMinimumIntegerDigits() - Method in class java.text.DecimalFormat
- 
Gets the minimum number of digits allowed in the integer portion of a
 number. 
- getMinimumIntegerDigits() - Method in class java.text.NumberFormat
- 
Returns the minimum number of digits allowed in the integer portion of a
 number. 
- getMinimumOptionPaneSize() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns the minimum size the option pane should be. 
- getMinimumSize() - Method in class java.awt.Component
- 
Gets the mininimum size of this component. 
- getMinimumSize() - Method in class java.awt.Container
- 
Returns the minimum size of this container. 
- getMinimumSize(int) - Method in class java.awt.List
- 
Gets the minumum dimensions for a list with the specified
 number of rows. 
- getMinimumSize() - Method in class java.awt.List
- 
Determines the minimum size of this scrolling list. 
- getMinimumSize(int, int) - Method in class java.awt.TextArea
- 
Determines the minimum size of a text area with the specified
 number of rows and columns. 
- getMinimumSize() - Method in class java.awt.TextArea
- 
Determines the minimum size of this text area. 
- getMinimumSize(int) - Method in class java.awt.TextField
- 
Gets the minumum dimensions for a text field with
 the specified number of columns. 
- getMinimumSize() - Method in class java.awt.TextField
- 
Gets the minumum dimensions for this text field. 
- getMinimumSize(Component) - Method in class javax.swing.border.TitledBorder
- 
Returns the minimum dimensions this border requires
 in order to fully display the border and title. 
- getMinimumSize() - Method in class javax.swing.JComponent
- 
If the minimum size has been set to a non-nullvalue
 just returns it.
 
- getMinimumSize() - Method in class javax.swing.JScrollBar
- 
The scrollbar is flexible along it's scrolling axis and
 rigid along the other axis. 
- getMinimumSize() - Method in class javax.swing.JToolBar.Separator
- 
Returns the minimum size for the separator. 
- getMinimumSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
- 
Returns the minimum size of the BasicArrowButton.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
The minumum size is the size of the display area plus insets plus the button. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
The Minimum size for this component is 10. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getMinimumSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Returns dividerSize x dividerSize 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the minimum size for the passed in component,
 This is passed off to the current layoutmanager. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
Return the minimum size of the header. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
- 
Return the minimum size of the table. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextAreaUI
- 
The method is overridden to take into account caret width. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Gets the minimum size for the editor component. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the minimum size for this component. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the specified component's minimum size appropriate for
 the look and feel. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.LayerUI
- 
If the JLayer's view component is notnull,
 this returns the result of  the view'sgetMinimalSize()method.
 
- getMinimumSize() - Method in class javax.swing.plaf.metal.MetalComboBoxButton
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
- 
Returns the minimum size of the JFileChooser.
 
- getMinimumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Invokes the getMinimumSizemethod on each UI handled by this object.
 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthButtonUI
-  
- getMinimumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
- 
Returns the minimum size needed to properly render an icon and text. 
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthLabelUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthSeparatorUI
-  
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- getMinimumSpan(int) - Method in class javax.swing.text.AsyncBoxView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.BoxView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.ComponentView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.GlyphView
- 
Determines the minimum span for this view along an axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.html.BlockView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.html.ParagraphView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.View
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumSpan(int) - Method in class javax.swing.text.WrappedPlainView
- 
Determines the minimum span for this view along an
 axis. 
- getMinimumThumbSize() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
Returns the smallest acceptable size for the thumb. 
- getMinimumThumbSize() - Method in class javax.swing.plaf.metal.MetalScrollBarUI
-  
- getMinimumThumbSize() - Method in class javax.swing.plaf.synth.SynthScrollBarUI
-  
- getMinimumValue() - Method in class javax.swing.Spring
- 
Returns the minimum value of this Spring.
 
- getMinimumVerticalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getMinIndex() - Method in class javax.imageio.ImageReader
- 
Returns the lowest valid index for reading an image, thumbnail,
 or image metadata. 
- getMinLabel() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the label for the minimum value, such as "Left" or "Off." 
- getMinor() - Method in exception org.ietf.jgss.GSSException
- 
Returns the mechanism level error code for the problem causing this
 exception to be thrown. 
- getMinorAxis() - Method in class javax.swing.text.AsyncBoxView
- 
Fetch the minor axis (the axis orthoginal
 to the tiled axis). 
- getMinorOffset() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
What is the offset along the minor axis 
- getMinorSpan() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
What is the span along the minor axis. 
- getMinorStatus() - Method in class org.ietf.jgss.MessageProp
- 
Retrieves the minor status code that the underlying mechanism might
 have set for this per-message operation. 
- getMinorString() - Method in exception org.ietf.jgss.GSSException
- 
Returns a string explaining the mechanism specific error code. 
- getMinorString() - Method in class org.ietf.jgss.MessageProp
- 
Retrieves a string explaining the minor status code. 
- getMinorTickSpacing() - Method in class javax.swing.JSlider
- 
This method returns the minor tick spacing. 
- getMinorVersion() - Method in class java.awt.color.ICC_Profile
- 
Returns profile minor version. 
- getMinorVersion() - Method in interface java.sql.Driver
- 
Gets the driver's minor version number. 
- getMinPage() - Method in class java.awt.JobAttributes
- 
Specifies the minimum value the user can specify as the first page to
 be printed for jobs using these attributes. 
- getMinSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
- 
Returns the first selected index or -1 if the selection is empty. 
- getMinSelectionIndex() - Method in class javax.swing.JList
- 
Returns the smallest selected cell index, or -1if the selection
 is empty.
 
- getMinSelectionIndex() - Method in interface javax.swing.ListSelectionModel
- 
Returns the first selected index or -1 if the selection is empty. 
- getMinSelectionRow() - Method in class javax.swing.JTree
- 
Returns the smallest selected row. 
- getMinSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the smallest value obtained from the RowMapper for the
 current set of selected TreePaths. 
- getMinSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the smallest value obtained from the RowMapper for the
 current set of selected TreePaths. 
- getMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
- 
Figures out the minimum size of the
 master based on the information from getLayoutInfo.
 
- 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. 
- getMinTileX() - Method in class java.awt.image.BufferedImage
- 
Returns the minimum tile index in the x direction. 
- getMinTileX() - Method in interface java.awt.image.RenderedImage
- 
Returns the minimum tile index in the X direction. 
- getMinTileY() - Method in class java.awt.image.BufferedImage
- 
Returns the minimum tile index in the y direction. 
- getMinTileY() - Method in interface java.awt.image.RenderedImage
- 
Returns the minimum tile index in the Y direction. 
- getMinusSign() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used to represent minus sign. 
- getMinute() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getMinutes() - Method in class java.sql.Date
- 
Deprecated.  
- getMinutes() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.MINUTE).
 
 
- getMinutes() - Method in class javax.xml.datatype.Duration
- 
Obtains the value of the MINUTES field as an integer value,
 or 0 if not present. 
- getMinValue(int) - Method in class java.awt.color.ColorSpace
- 
Returns the minimum normalized color component value for the
 specified component. 
- getMinValue(int) - Method in class java.awt.color.ICC_ColorSpace
- 
Returns the minimum normalized color component value for the
 specified component. 
- getMinValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- 
Returns the minimal value for the attribute described by this
 OpenMBeanAttributeInfoSupportinstance, if specified,
 ornullotherwise.
 
- getMinValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the minimal value for this parameter, if it has one, or
 null otherwise. 
- getMinValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- 
Returns the minimal value for the parameter described by this
 OpenMBeanParameterInfoSupportinstance, if specified,
 ornullotherwise.
 
- getMinWidth() - Method in class javax.swing.table.TableColumn
- 
Returns the minimum width for the TableColumn.
 
- getMinX() - Method in class java.awt.geom.RectangularShape
- 
Returns the smallest X coordinate of the framing
 rectangle of the Shapeindoubleprecision.
 
- getMinX() - Method in class java.awt.image.BufferedImage
- 
Returns the minimum x coordinate of this
 BufferedImage.
 
- getMinX() - Method in class java.awt.image.Raster
- 
Returns the minimum valid X coordinate of the Raster. 
- getMinX() - Method in interface java.awt.image.renderable.RenderableImage
- 
Gets the minimum X coordinate of the rendering-independent image data. 
- getMinX() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Gets the minimum X coordinate of the rendering-independent image data. 
- getMinX() - Method in interface java.awt.image.RenderedImage
- 
Returns the minimum X coordinate (inclusive) of the RenderedImage. 
- getMinY() - Method in class java.awt.geom.RectangularShape
- 
Returns the smallest Y coordinate of the framing
 rectangle of the Shapeindoubleprecision.
 
- getMinY() - Method in class java.awt.image.BufferedImage
- 
Returns the minimum y coordinate of this
 BufferedImage.
 
- getMinY() - Method in class java.awt.image.Raster
- 
Returns the minimum valid Y coordinate of the Raster. 
- getMinY() - Method in interface java.awt.image.renderable.RenderableImage
- 
Gets the minimum Y coordinate of the rendering-independent image data. 
- getMinY() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Gets the minimum Y coordinate of the rendering-independent image data. 
- getMinY() - Method in interface java.awt.image.RenderedImage
- 
Returns the minimum Y coordinate (inclusive) of the RenderedImage. 
- getMissingGlyphCode() - Method in class java.awt.Font
- 
Returns the glyphCode which is used when this Fontdoes not have a glyph for a specified unicode code point.
 
- getMiterLimit() - Method in class java.awt.BasicStroke
- 
Returns the limit of miter joins. 
- getMixer(Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the requested audio mixer. 
- getMixer(Mixer.Info) - Method in class javax.sound.sampled.spi.MixerProvider
- 
Obtains an instance of the mixer represented by the info object. 
- getMixerInfo() - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains an array of mixer info objects that represents
 the set of audio mixers that are currently installed on the system. 
- getMixerInfo() - Method in interface javax.sound.sampled.Mixer
- 
Obtains information about this mixer, including the product's name,
 version, vendor, etc. 
- getMixerInfo() - Method in class javax.sound.sampled.spi.MixerProvider
- 
Obtains the set of info objects representing the mixer
 or mixers provided by this MixerProvider. 
- getMnemonic() - Method in class javax.swing.AbstractButton
- 
Returns the keyboard mnemonic from the the current model. 
- getMnemonic() - Method in interface javax.swing.ButtonModel
- 
Gets the keyboard mnemonic for the button. 
- getMnemonic() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Provides a hint to the look and feel as to the
 KeyEvent.VKconstant that can be used as a mnemonic to
 access the panel.
 
- getMnemonic() - Method in class javax.swing.DefaultButtonModel
- 
Gets the keyboard mnemonic for the button. 
- getMnemonicAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the keyboard mnemonic for accessing the specified tab. 
- getModalExclusionType() - Method in class java.awt.Window
- 
Returns the modal exclusion type of this window. 
- getModalityType() - Method in class java.awt.Dialog
- 
Returns the modality type of this dialog. 
- getMode() - Method in class java.awt.FileDialog
- 
Indicates whether this file dialog box is for loading from a file
 or for saving to a file. 
- getModel() - Method in class javax.swing.AbstractButton
- 
Returns the model that this button represents. 
- getModel() - Method in class javax.swing.DefaultRowSorter
- 
Returns the underlying model. 
- getModel() - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the underlying model that this Modelis
 wrapping.
 
- getModel() - Method in class javax.swing.JComboBox
- 
Returns the data model currently used by the JComboBox.
 
- getModel() - Method in class javax.swing.JList
- 
Returns the data model that holds the list of items displayed
 by the JListcomponent.
 
- getModel() - Method in class javax.swing.JProgressBar
- 
Returns the data model used by this progress bar. 
- getModel() - Method in class javax.swing.JScrollBar
- 
Returns data model that handles the scrollbar's four
 fundamental properties: minimum, maximum, value, extent. 
- getModel() - Method in class javax.swing.JSlider
- 
Returns the BoundedRangeModelthat handles the slider's three
 fundamental properties: minimum, maximum, value.
 
- getModel() - Method in class javax.swing.JSpinner.DateEditor
- 
Return our spinner ancestor's SpinnerDateModel.
 
- getModel() - Method in class javax.swing.JSpinner
- 
Returns the SpinnerModelthat defines
 this spinners sequence of values.
 
- getModel() - Method in class javax.swing.JSpinner.ListEditor
- 
Return our spinner ancestor's SpinnerNumberModel.
 
- getModel() - Method in class javax.swing.JSpinner.NumberEditor
- 
Return our spinner ancestor's SpinnerNumberModel.
 
- getModel() - Method in class javax.swing.JTabbedPane
- 
Returns the model associated with this tabbedpane. 
- getModel() - Method in class javax.swing.JTable
- 
Returns the TableModelthat provides the data displayed by thisJTable.
 
- getModel() - Method in class javax.swing.JTree
- 
Returns the TreeModelthat is providing the data.
 
- getModel() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getModel() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getModel() - Method in class javax.swing.RowFilter.Entry
- 
Returns the underlying model. 
- getModel() - Method in class javax.swing.RowSorter
- 
Returns the underlying model. 
- getModel() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the TreeModelthat is providing the data.
 
- getModelIndex() - Method in class javax.swing.table.TableColumn
- 
Returns the model index for this column. 
- getModelRowCount() - Method in class javax.swing.DefaultRowSorter
- 
Returns the number of rows in the underlying model. 
- getModelRowCount() - Method in class javax.swing.RowSorter
- 
Returns the number of rows in the underlying model. 
- getModelWrapper() - Method in class javax.swing.DefaultRowSorter
- 
Returns the model wrapper providing the data that is being sorted and
 filtered. 
- getModificationOp() - Method in class javax.naming.directory.ModificationItem
- 
Retrieves the modification code of this modification item. 
- getModifier() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getModifiers() - Method in class java.awt.AWTKeyStroke
- 
Returns the modifier keys for this AWTKeyStroke.
 
- getModifiers() - Method in class java.awt.event.ActionEvent
- 
Returns the modifier keys held down during this action event. 
- getModifiers() - Method in class java.awt.event.InputEvent
- 
Returns the modifier mask for this event. 
- getModifiers() - Method in class java.lang.Class
- 
Returns the Java language modifiers for this class or interface, encoded
 in an integer. 
- getModifiers() - Method in class java.lang.reflect.Constructor
- 
Returns the Java language modifiers for the constructor
 represented by this Constructorobject, as an integer.
 
- getModifiers() - Method in class java.lang.reflect.Field
- 
Returns the Java language modifiers for the field represented
 by this Fieldobject, as an integer.
 
- getModifiers() - Method in interface java.lang.reflect.Member
- 
Returns the Java language modifiers for the member or
 constructor represented by this Member, as an integer. 
- getModifiers() - Method in class java.lang.reflect.Method
- 
Returns the Java language modifiers for the method represented
 by this Methodobject, as an integer.
 
- getModifiers() - Method in interface javax.lang.model.element.Element
- 
Returns the modifiers of this element, excluding annotations. 
- getModifiersEx() - Method in class java.awt.event.InputEvent
- 
Returns the extended modifier mask for this event. 
- getModifiersEx() - Method in class java.awt.event.MouseEvent
- 
Returns the extended modifier mask for this event. 
- getModifiersExText(int) - Static method in class java.awt.event.InputEvent
- 
Returns a String describing the extended modifier keys and
 mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift". 
- getModulus() - Method in interface java.security.interfaces.RSAKey
- 
Returns the modulus. 
- getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
- 
Returns the modulus. 
- getModulus() - Method in class java.security.spec.RSAPublicKeySpec
- 
Returns the modulus. 
- getModulus() - Method in class javax.management.monitor.CounterMonitor
- 
Gets the modulus value common to all observed MBeans. 
- getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the modulus value. 
- getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
- 
Returns the monetary decimal separator. 
- getMono() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current mono/poly mode. 
- getMonth() - Method in class java.sql.Time
- 
Deprecated.  
- getMonth() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.MONTH).
 
 
- getMonth() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getMonths() - Method in class java.text.DateFormatSymbols
- 
Gets month strings. 
- getMonths() - Method in class javax.xml.datatype.Duration
- 
Obtains the value of the MONTHS field as an integer value,
 or 0 if not present. 
- getMoreResults() - Method in interface java.sql.Statement
- 
Moves to this Statementobject's next result, returnstrueif it is aResultSetobject, and
 implicitly closes any currentResultSetobject(s) obtained with the methodgetResultSet.
 
- getMoreResults(int) - Method in interface java.sql.Statement
- 
Moves to this Statementobject's next result, deals with
 any currentResultSetobject(s) according  to the instructions
 specified by the given flag, and returnstrueif the next result is aResultSetobject.
 
- getMostRecentEventTime() - Static method in class java.awt.EventQueue
- 
Returns the timestamp of the most recent event that had a timestamp, and
 that was dispatched from the EventQueueassociated with the
 calling thread.
 
- getMostRecentFocusOwner() - Method in class java.awt.Window
- 
Returns the child Component of this Window that will receive the focus
 when this Window is focused. 
- getMostRecentFocusOwner() - Method in class javax.swing.JInternalFrame
- 
Returns the child component of this JInternalFramethat will receive the
 focus when thisJInternalFrameis selected.
 
- getMostSignificantBits() - Method in class java.util.UUID
- 
Returns the most significant 64 bits of this UUID's 128 bit value. 
- getMouseInfoPeer() - Method in class java.awt.Toolkit
- 
Obtains this toolkit's implementation of helper class for
 MouseInfooperations.
 
- getMouseListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Implementation of ComboPopup.getMouseListener(). 
- getMouseListener() - Method in interface javax.swing.plaf.basic.ComboPopup
- 
Returns a mouse listener that will be added to the combo box or null. 
- getMouseListeners() - Method in class java.awt.Component
- 
Returns an array of all the mouse listeners
 registered on this component. 
- getMouseListeners() - Method in class java.awt.TrayIcon
- 
Returns an array of all the mouse listeners
 registered on this TrayIcon.
 
- getMouseModifiersText(int) - Static method in class java.awt.event.MouseEvent
- 
Returns a Stringinstance describing the modifier keys and
 mouse buttons that were down during the event, such as "Shift",
 or "Ctrl+Shift".
 
- getMouseMotionListener() - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Implementation of ComboPopup.getMouseMotionListener(). 
- getMouseMotionListener() - Method in interface javax.swing.plaf.basic.ComboPopup
- 
Returns a mouse motion listener that will be added to the combo box or null. 
- getMouseMotionListeners() - Method in class java.awt.Component
- 
Returns an array of all the mouse motion listeners
 registered on this component. 
- getMouseMotionListeners() - Method in class java.awt.TrayIcon
- 
Returns an array of all the mouse-motion listeners
 registered on this TrayIcon.
 
- getMousePosition() - Method in class java.awt.Component
- 
Returns the position of the mouse pointer in this Component's
 coordinate space if theComponentis directly under the mouse
 pointer, otherwise returnsnull.
 
- getMousePosition(boolean) - Method in class java.awt.Container
- 
Returns the position of the mouse pointer in this Container's
 coordinate space if theContaineris under the mouse pointer,
 otherwise returnsnull.
 
- getMouseWheelListeners() - Method in class java.awt.Component
- 
Returns an array of all the mouse wheel listeners
 registered on this component. 
- getMTU() - Method in class java.net.NetworkInterface
- 
Returns the Maximum Transmission Unit (MTU) of this interface. 
- getMultiClickThreshhold() - Method in class javax.swing.AbstractButton
- 
Gets the amount of time (in milliseconds) required between
 mouse press events for the button to generate the corresponding
 action events. 
- getMultiDocPrintServices(DocFlavor[], AttributeSet) - Method in class javax.print.PrintServiceLookup
- 
Not called directly by applications. 
- getMultipleDocumentHandling() - Method in class java.awt.JobAttributes
- 
Specifies the handling of multiple copies, including collation, for
 jobs using these attributes. 
- getMultiplier() - Method in class java.text.DecimalFormat
- 
Gets the multiplier for use in percent, per mille, and similar
 formats. 
- getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
- 
Returns the boolean value of the mustUnderstand attribute for this
 SOAPHeaderElement.
 
- getMute() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current mute state for this channel. 
- getMutualAuthState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if mutual authentication is enabled on
 this context. 
- getName(int) - Method in class java.awt.color.ColorSpace
- 
Returns the name of the component given the component index. 
- getName() - Method in class java.awt.Component
- 
Gets the name of the component. 
- getName() - Method in class java.awt.Cursor
- 
Returns the name of this cursor. 
- getName() - Method in class java.awt.datatransfer.Clipboard
- 
Returns the name of this clipboard object. 
- getName() - Method in class java.awt.Font
- 
Returns the logical name of this Font.
 
- getName() - Method in class java.awt.MenuComponent
- 
Gets the name of the menu component. 
- getName() - Method in class java.beans.FeatureDescriptor
- 
Gets the programmatic name of this feature. 
- getName() - Method in class java.io.File
- 
Returns the name of the file or directory denoted by this abstract
 pathname. 
- getName() - Method in class java.io.ObjectStreamClass
- 
Returns the name of the class described by this descriptor. 
- getName() - Method in class java.io.ObjectStreamField
- 
Get the name of this field. 
- getName(int) - Static method in class java.lang.Character
- 
Returns the Unicode name of the specified character
  codePoint, or null if the code point is
  unassigned. 
- getName() - Method in class java.lang.Class
- 
Returns the  name of the entity (class, interface, array class,
 primitive type, or void) represented by this Classobject,
 as aString.
 
- getName() - Method in interface java.lang.management.BufferPoolMXBean
- 
Returns the name representing this buffer pool. 
- getName() - Method in interface java.lang.management.CompilationMXBean
- 
Returns the name of the Just-in-time (JIT) compiler. 
- getName() - Method in interface java.lang.management.MemoryManagerMXBean
- 
Returns the name representing this memory manager. 
- getName() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the name representing this memory pool. 
- getName() - Method in interface java.lang.management.OperatingSystemMXBean
- 
Returns the operating system name. 
- getName() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the name representing the running Java virtual machine. 
- getName() - Method in class java.lang.Package
- 
Return the name of this package. 
- getName() - Method in class java.lang.reflect.Constructor
- 
Returns the name of this constructor, as a string. 
- getName() - Method in class java.lang.reflect.Field
- 
Returns the name of the field represented by this Fieldobject.
 
- getName() - Method in interface java.lang.reflect.Member
- 
Returns the simple name of the underlying member or constructor
 represented by this Member. 
- getName() - Method in class java.lang.reflect.Method
- 
Returns the name of the method represented by this Methodobject, as aString.
 
- getName() - Method in interface java.lang.reflect.TypeVariable
- 
Returns the name of this type variable, as it occurs in the source code. 
- getName() - Method in class java.lang.Thread
- 
Returns this thread's name. 
- getName() - Method in class java.lang.ThreadGroup
- 
Returns the name of this thread group. 
- getName() - Method in class java.net.HttpCookie
- 
Returns the name of the cookie. 
- getName() - Method in class java.net.NetworkInterface
- 
Get the name of this network interface. 
- getName() - Method in exception java.nio.file.attribute.UserPrincipalNotFoundException
- 
Returns the user principal name if this exception was created with the
 user principal name that was not found, otherwise null. 
- getName(int) - Method in interface java.nio.file.Path
- 
Returns a name element of this path as a Pathobject.
 
- getName() - Method in interface java.security.acl.Acl
- 
Returns the name of this ACL. 
- getName() - Method in class java.security.Identity
- 
Deprecated. Returns this identity's name. 
- getName() - Method in class java.security.Permission
- 
Returns the name of this Permission. 
- getName() - Method in interface java.security.Principal
- 
Returns the name of this principal. 
- getName() - Method in class java.security.Provider
- 
Returns the name of this provider. 
- getName() - Method in class java.security.spec.ECGenParameterSpec
- 
Returns the standard or predefined name of the
 to-be-generated EC domain parameters. 
- getName() - Method in class java.text.AttributedCharacterIterator.Attribute
- 
Returns the name of the attribute. 
- getName() - Method in class java.util.logging.Level
- 
Return the non-localized string name of the Level. 
- getName() - Method in class java.util.logging.Logger
- 
Get the name for this logger. 
- getName() - Method in class java.util.zip.ZipEntry
- 
Returns the name of the entry. 
- getName() - Method in class java.util.zip.ZipFile
- 
Returns the path name of the ZIP file. 
- getName() - Method in class javax.activation.DataHandler
- 
Return the name of the data object. 
- getName() - Method in interface javax.activation.DataSource
- 
Return the name of this object where the name of the object
 is dependant on the nature of the underlying objects. 
- getName() - Method in class javax.activation.FileDataSource
- 
Return the name of this object. 
- getName() - Method in class javax.activation.URLDataSource
- 
Calls the getFilemethod on the URL used to
 instantiate the object.
 
- getName() - Method in class javax.crypto.ExemptionMechanism
- 
Returns the exemption mechanism name of this
 ExemptionMechanismobject.
 
- getName(CharSequence) - Method in interface javax.lang.model.util.Elements
- 
Return a name with the same sequence of characters as the
 argument. 
- getName() - Method in class javax.management.Attribute
- 
Returns a String containing the  name of the attribute. 
- getName() - Method in class javax.management.loading.MLetContent
- 
Gets the value of the NAMEattribute of theMLETtag.
 
- getName() - Method in class javax.management.MBeanFeatureInfo
- 
Returns the name of the feature. 
- getName() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- 
Returns the name of the constructor
 described by this OpenMBeanConstructorInfo instance. 
- getName() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns the name of the operation
 described by this OpenMBeanOperationInfo instance. 
- getName() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the name of the parameter
 described by this OpenMBeanParameterInfo instance. 
- getName() - Method in class javax.management.relation.RoleInfo
- 
Returns the name of the role. 
- getName() - Method in class javax.management.remote.JMXPrincipal
- 
Returns the name of this principal. 
- getName() - Method in class javax.naming.NameClassPair
- 
Retrieves the name of this binding. 
- getName() - Method in class javax.net.ssl.SSLSessionBindingEvent
- 
Returns the name to which the object is being bound, or the name
 from which the object is being unbound. 
- getName() - Method in interface javax.print.attribute.Attribute
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Chromaticity
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.ColorSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Compression
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Copies
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.CopiesSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.DateTimeAtCompleted
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.DateTimeAtCreation
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.DateTimeAtProcessing
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Destination
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.DialogTypeSelection
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.DocumentName
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Fidelity
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Finishings
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobHoldUntil
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobImpressions
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobImpressionsCompleted
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobImpressionsSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobKOctets
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobKOctetsProcessed
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobKOctetsSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobMediaSheets
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobMediaSheetsCompleted
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobMediaSheetsSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobMessageFromOperator
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobName
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobOriginatingUserName
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobPriority
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobPrioritySupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobSheets
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobState
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobStateReason
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.JobStateReasons
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Media
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.MediaSize
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.MultipleDocumentHandling
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.NumberOfDocuments
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.NumberOfInterveningJobs
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.NumberUp
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.NumberUpSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.OrientationRequested
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.OutputDeviceAssigned
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PageRanges
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PagesPerMinute
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PagesPerMinuteColor
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PDLOverrideSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PresentationDirection
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterInfo
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterLocation
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterMakeAndModel
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterMessageFromOperator
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterMoreInfo
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterName
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterResolution
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterState
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterStateReason
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterStateReasons
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrinterURI
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.PrintQuality
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.QueuedJobCount
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.RequestingUserName
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Severity
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.SheetCollate
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in class javax.print.attribute.standard.Sides
- 
Get the name of the category of which this attribute value is an
 instance. 
- getName() - Method in interface javax.print.PrintService
- 
Returns a String name for this print service which may be used
 by applications to request a particular print service. 
- getName() - Method in class javax.security.auth.callback.NameCallback
- 
Get the retrieved name. 
- getName() - Method in class javax.security.auth.kerberos.KerberosPrincipal
- 
The returned string corresponds to the single-string
 representation of a Kerberos Principal name as specified in
 Section 2.1 of  RFC 1964. 
- getName() - Method in class javax.security.auth.x500.X500Principal
- 
Returns a string representation of the X.500 distinguished name using
 the format defined in RFC 2253. 
- getName(String) - Method in class javax.security.auth.x500.X500Principal
- 
Returns a string representation of the X.500 distinguished name
 using the specified format. 
- getName(String, Map<String, String>) - Method in class javax.security.auth.x500.X500Principal
- 
Returns a string representation of the X.500 distinguished name
 using the specified format. 
- getName() - Method in class javax.sound.midi.MidiDevice.Info
- 
Obtains the name of the device. 
- getName() - Method in interface javax.sound.midi.Soundbank
- 
Obtains the name of the sound bank. 
- getName() - Method in class javax.sound.midi.SoundbankResource
- 
Obtains the name of the resource. 
- getName() - Method in class javax.sound.sampled.Mixer.Info
- 
Obtains the name of the mixer. 
- getName() - Method in class javax.sound.sampled.Port.Info
- 
Obtains the name of the port. 
- getName() - Method in class javax.sound.sampled.ReverbType
- 
Obtains the name of this reverb type. 
- getName(File) - Method in class javax.swing.filechooser.FileView
- 
The name of the file. 
- getName(File) - Method in class javax.swing.JFileChooser
- 
Returns the filename. 
- getName() - Method in class javax.swing.LookAndFeel
- 
Return a short string that identifies this look and feel, e.g. 
- getName(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-  
- getName() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the name of this theme. 
- getName() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the name of this look and feel. 
- getName() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the name of this theme. 
- getName() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Return the name of this theme, "Ocean". 
- getName() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
- 
Returns a string, suitable for use in menus,
 that identifies this look and feel. 
- getName() - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Return a short string that identifies this look and feel. 
- getName() - Method in class javax.swing.plaf.synth.Region
- 
Returns the name of the region. 
- getName() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Return a short string that identifies this look and feel. 
- getName() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the name of the element. 
- getName() - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets the element name. 
- getName() - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Gets the element name. 
- getName() - Method in class javax.swing.text.DefaultStyledDocument.SectionElement
- 
Gets the name of the element. 
- getName() - Method in interface javax.swing.text.Element
- 
Fetches the name of the element. 
- getName() - Method in class javax.swing.text.html.HTMLDocument.BlockElement
- 
Gets the name of the element. 
- getName() - Method in class javax.swing.text.html.HTMLDocument.RunElement
- 
Gets the name of the element. 
- getName() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getName() - Method in class javax.swing.text.html.parser.DTD
- 
Gets the name of the DTD. 
- getName() - Method in class javax.swing.text.html.parser.Element
- 
Get the name of the element. 
- getName() - Method in class javax.swing.text.html.parser.Entity
- 
Gets the name of the entity. 
- getName() - Method in interface javax.swing.text.Keymap
- 
Fetches the name of the set of key-bindings. 
- getName() - Method in interface javax.swing.text.Style
- 
Fetches the name of the style. 
- getName() - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Fetches the name of the style. 
- getName() - Method in class javax.swing.UIManager.LookAndFeelInfo
- 
Returns the name of the look and feel in a form suitable
 for a menu or other presentation 
- getName() - Method in interface javax.tools.FileObject
- 
Gets a user-friendly name for this file object. 
- getName() - Method in class javax.tools.ForwardingFileObject
-  
- getName() - Method in interface javax.tools.JavaFileManager.Location
- 
Gets the name of this location. 
- getName() - Method in class javax.tools.SimpleJavaFileObject
-  
- getName() - Method in enum javax.tools.StandardLocation
-  
- getName() - Method in class javax.xml.bind.JAXBElement
- 
Returns the xml element tag name. 
- getName() - Method in interface javax.xml.crypto.dsig.keyinfo.KeyName
- 
Returns the name of this KeyName.
 
- getName() - Method in class javax.xml.soap.MimeHeader
- 
Returns the name of this MimeHeaderobject.
 
- getName() - Method in interface javax.xml.stream.events.Attribute
- 
Returns the QName for this attribute 
- getName() - Method in interface javax.xml.stream.events.EndElement
- 
Get the name of this event 
- getName() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
The entity's name 
- getName() - Method in interface javax.xml.stream.events.EntityReference
- 
The name of the entity 
- getName() - Method in interface javax.xml.stream.events.NotationDeclaration
- 
The notation name. 
- getName() - Method in interface javax.xml.stream.events.StartElement
- 
Get the name of this event 
- getName() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getName() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns a QName for the current START_ELEMENT or END_ELEMENT event 
- getName() - Method in interface org.ietf.jgss.GSSCredential
- 
Retrieves the name of the entity that the credential asserts. 
- getName(Oid) - Method in interface org.ietf.jgss.GSSCredential
- 
Retrieves a Mechanism Name of the entity that the credential
 asserts. 
- getName() - Method in interface org.w3c.dom.Attr
- 
Returns the name of this attribute. 
- getName() - Method in interface org.w3c.dom.DocumentType
- 
The name of DTD; i.e., the name immediately following the
 DOCTYPEkeyword.
 
- getName(int) - Method in interface org.w3c.dom.NameList
- 
Returns the indexth name item in the collection.
 
- getName(int) - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the name of an attribute in this list (by position). 
- getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Get the name of an attribute (by position). 
- getNameConstraints() - Method in class java.security.cert.TrustAnchor
- 
Returns the name constraints parameter. 
- getNameConstraints() - Method in class java.security.cert.X509CertSelector
- 
Returns the name constraints criterion. 
- getNameCount() - Method in interface java.nio.file.Path
- 
Returns the number of name elements in the path. 
- getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Retrieves a node specified by name. 
- getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Retrieves a node specified by local name and namespace URI. 
- getNameInNamespace() - Method in interface javax.naming.Context
- 
Retrieves the full name of this context within its own namespace. 
- getNameInNamespace() - Method in class javax.naming.InitialContext
-  
- getNameInNamespace() - Method in class javax.naming.NameClassPair
- 
Retrieves the full name of this binding. 
- getNameParser(Name) - Method in interface javax.naming.Context
- 
Retrieves the parser associated with the named context. 
- getNameParser(String) - Method in interface javax.naming.Context
- 
Retrieves the parser associated with the named context. 
- getNameParser(String) - Method in class javax.naming.InitialContext
-  
- getNameParser(Name) - Method in class javax.naming.InitialContext
-  
- getNames() - Method in class javax.activation.MimeTypeParameterList
- 
Retrieve an enumeration of all the names in this list. 
- getNames() - Method in interface javax.script.ScriptEngineFactory
- 
Returns an immutable list of  short names for the ScriptEngine, which may be used to
 identify theScriptEngineby theScriptEngineManager.
 
- getNamesForMech(Oid) - Method in class org.ietf.jgss.GSSManager
- 
Returns then name types supported by the indicated mechanism. 
- getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
- 
Gets a read-only namespace context. 
- getNamespaceContext() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
- 
Returns the current namespace context. 
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns a read only namespace context for the current
 position. 
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
- 
Returns the current namespace context. 
- getNamespaceContext() - Method in interface javax.xml.xpath.XPath
- 
Return the current namespace context. 
- getNamespaceCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT,
 this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE. 
- getNamespaceMap() - Method in class javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
- 
Returns a map of namespace prefixes. 
- getNamespaceMap() - Method in class javax.xml.crypto.dsig.spec.XPathType
- 
Returns a map of namespace prefixes. 
- getNamespacePrefix(String, String) - Method in class javax.xml.crypto.dom.DOMCryptoContext
- 
This implementation uses an internal  HashMap to get the prefix
 that the specified URI maps to. 
- getNamespacePrefix(String, String) - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the namespace prefix that the specified namespace URI is
 associated with. 
- getNamespacePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the prefix for the namespace declared at the
 index. 
- getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
- 
Returns an Iteratorover the namespace prefixStrings declared by this element.
 
- getNamespaces() - Method in interface javax.xml.stream.events.EndElement
- 
Returns an Iterator of namespaces that have gone out
 of scope. 
- getNamespaces() - Method in interface javax.xml.stream.events.StartElement
- 
Returns an Iterator of namespaces declared on this element. 
- getNamespaceURI() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns null, since namespaces are not supported.
 
- getNamespaceURI(String) - Method in interface javax.xml.namespace.NamespaceContext
- 
Get Namespace URI bound to a prefix in the current scope. 
- getNamespaceURI() - Method in class javax.xml.namespace.QName
- 
Get the Namespace URI of this QName.
 
- getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
- 
Returns the URI of the namespace that has the given prefix. 
- getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
- 
Gets the uri bound to the prefix of this namespace 
- getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
- 
Gets the value that the prefix is bound to in the
 context of this element. 
- getNamespaceURI(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespaceURI(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespaceURI() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
- 
Return the uri for the given prefix. 
- getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the uri for the namespace declared at the
 index. 
- getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
- 
If the current event is a START_ELEMENT or END_ELEMENT  this method
 returns the URI of the prefix or the default namespace. 
- getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
- 
Returns the indexth namespaceURI item in the collection.
 
- getNamespaceURI() - Method in interface org.w3c.dom.Node
- 
The namespace URI of this node, or nullif it is
 unspecified (see ).
 
- getNameType() - Method in class javax.security.auth.kerberos.KerberosPrincipal
- 
Returns the name type of the KerberosPrincipal. 
- getNaN() - Method in class java.text.DecimalFormatSymbols
- 
Gets the string used to represent "not a number". 
- getNanos() - Method in class java.sql.Timestamp
- 
Gets this Timestampobject'snanosvalue.
 
- getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
- 
Get the native commands for the given MIME type. 
- getNativeContainer(Component) - Static method in class java.awt.Toolkit
- 
Give native peers the ability to query the native container
 given a native component (eg the direct parent may be lightweight). 
- getNativeImageMetadataFormatName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns the name of the "native" image metadata format for
 this plug-in, which typically allows for lossless encoding and
 transmission of the image metadata stored in the format handled by
 this plug-in. 
- getNativeMetadataFormatName() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns the name of the "native" metadata format for this
 plug-in, which typically allows for lossless encoding and
 transmission of the metadata stored in the format handled by
 this plug-in. 
- getNativesForFlavor(DataFlavor) - Method in interface java.awt.datatransfer.FlavorTable
- 
Returns a ListofStringnatives to which the
 specifiedDataFlavorcorresponds.
 
- getNativesForFlavor(DataFlavor) - Method in class java.awt.datatransfer.SystemFlavorMap
- 
Returns a ListofStringnatives to which the
 specifiedDataFlavorcan be translated by the data transfer
 subsystem.
 
- getNativesForFlavors(DataFlavor[]) - Method in interface java.awt.datatransfer.FlavorMap
- 
Returns a Mapof the specifiedDataFlavors to
 their correspondingStringnative.
 
- getNativesForFlavors(DataFlavor[]) - Method in class java.awt.datatransfer.SystemFlavorMap
- 
Returns a Mapof the specifiedDataFlavors to
 their most preferredStringnative.
 
- getNativeStreamMetadataFormatName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns the name of the "native" stream metadata format for
 this plug-in, which typically allows for lossless encoding and
 transmission of the stream metadata stored in the format handled by
 this plug-in. 
- getNavigationFilter() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
- 
Subclass and override if you wish to provide a filter to restrict
 where the user can navigate to. 
- getNavigationFilter() - Method in class javax.swing.text.DefaultFormatter
- 
Returns the NavigationFilterused to restrict where the
 cursor can be placed.
 
- getNavigationFilter() - Method in class javax.swing.text.JTextComponent
- 
Returns the NavigationFilter.
 
- getNbNotifications() - Method in class javax.management.timer.Timer
- 
Gets the number of timer notifications registered into the list of notifications. 
- getNbNotifications() - Method in interface javax.management.timer.TimerMBean
- 
Gets the number of timer notifications registered into the list of notifications. 
- getNbOccurences(Integer) - Method in class javax.management.timer.Timer
- 
Gets a copy of the remaining number of occurrences associated to a timer notification. 
- getNbOccurences(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets a copy of the remaining number of occurrences associated to a timer notification. 
- getNCharacterStream(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getNCharacterStream(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getNCharacterStream(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getNCharacterStream(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getNClob(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language.
 
- getNClob(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language.
 
- getNClob(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aNClobobject
 in the Java programming language.
 
- getNClob(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aNClobobject
 in the Java programming language.
 
- getNeedClientAuth() - Method in class javax.net.ssl.SSLEngine
- 
Returns true if the engine will require client authentication. 
- getNeedClientAuth() - Method in class javax.net.ssl.SSLParameters
- 
Returns whether client authentication should be required. 
- getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns true if client authentication will be required on
 newly accepted server-modeSSLSockets.
 
- getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
- 
Returns true if the socket will require client authentication. 
- getNeedClientAuth() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
- 
Returns trueif client authentication is
 required on SSL connections accepted by server sockets created
 by this factory.
 
- getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- 
Returns the x argument, since this is used for horizontal
 splits. 
- getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
- 
Returns the y argument, since this is used for vertical
 splits. 
- getNegativePrefix() - Method in class java.text.DecimalFormat
- 
Get the negative prefix. 
- getNegativeSuffix() - Method in class java.text.DecimalFormat
- 
Get the negative suffix. 
- getNegotiatedProperty(String) - Method in interface javax.security.sasl.SaslClient
- 
Retrieves the negotiated property. 
- getNegotiatedProperty(String) - Method in interface javax.security.sasl.SaslServer
- 
Retrieves the negotiated property. 
- getNestedException() - Method in exception javax.xml.stream.XMLStreamException
- 
Gets the nested exception. 
- getNestingKind() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the nesting kind of this type element. 
- getNestingKind() - Method in class javax.tools.ForwardingJavaFileObject
-  
- getNestingKind() - Method in interface javax.tools.JavaFileObject
- 
Provides a hint about the nesting level of the class
 represented by this file object. 
- getNestingKind() - Method in class javax.tools.SimpleJavaFileObject
- 
This implementation returns null.
 
- getNetworkInterface() - Method in class java.net.MulticastSocket
- 
Get the multicast network interface set. 
- getNetworkInterfaces() - Static method in class java.net.NetworkInterface
- 
Returns all the interfaces on this machine. 
- getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
- 
Returns the network prefix length for this address. 
- getNetworkTimeout() - Method in interface java.sql.Connection
- 
Retrieves the number of milliseconds the driver will
 wait for a database request to complete. 
- getNewBinding() - Method in class javax.naming.event.NamingEvent
- 
Retrieves the binding of the object after the change. 
- getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
- 
The document that finished loading. 
- getNewFolderAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getNewLeadSelectionPath() - Method in class javax.swing.event.TreeSelectionEvent
- 
Returns the current lead path. 
- getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
- 
The end-of-line sequence of characters to be used in the XML being
 written out. 
- getNewRoleValue() - Method in class javax.management.relation.RelationNotification
- 
Returns new value of updated role (only for role update). 
- getNewState() - Method in class java.awt.event.WindowEvent
- 
For WINDOW_STATE_CHANGEDevents returns the
 new state of the window.
 
- getNewValue() - Method in class java.beans.PropertyChangeEvent
- 
Gets the new value for the property, expressed as an Object. 
- getNewValue() - Method in class java.util.prefs.PreferenceChangeEvent
- 
Returns the new value for the preference. 
- getNewValue() - Method in class javax.management.AttributeChangeNotification
- 
Gets the new value of the attribute which has changed. 
- getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
- 
newValueindicates the new value of theAttrnode in DOMAttrModified events, and of theCharacterDatanode in DOMCharacterDataModified events.
 
- getNext() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
- 
Returns the next visual position for the cursor, in either the
 east or west direction. 
- getNextEntry() - Method in class java.util.jar.JarInputStream
- 
Reads the next ZIP file entry and positions the stream at the
 beginning of the entry data. 
- getNextEntry() - Method in class java.util.zip.ZipInputStream
- 
Reads the next ZIP file entry and positions the stream at the
 beginning of the entry data. 
- getNextEvent() - Method in class java.awt.EventQueue
- 
Removes an event from the EventQueueand
 returns it.
 
- getNextException() - Method in exception java.sql.SQLException
- 
Retrieves the exception chained to this
 SQLExceptionobject by setNextException(SQLException ex).
 
- getNextFocusableComponent() - Method in class javax.swing.JComponent
- 
Deprecated.
As of 1.4, replaced by FocusTraversalPolicy.
 
 
- getNextJarEntry() - Method in class java.util.jar.JarInputStream
- 
Reads the next JAR file entry and positions the stream at the
 beginning of the entry data. 
- getNextLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the leaf after this node or null if this node is the
 last leaf in the tree. 
- getNextLeftHit(TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the left (top); if no such
 hit, returns null.
 
- getNextLeftHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the left (top); if no
 such hit, returns null.
 
- getNextLeftHit(int) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the left (top); if no
 such hit, returns null.
 
- getNextMatch(String, int, Position.Bias) - Method in class javax.swing.JList
- 
Returns the next list element whose toStringvalue
 starts with the given prefix.
 
- getNextMatch(String, int, Position.Bias) - Method in class javax.swing.JTree
- 
Returns the TreePath to the next tree element that
 begins with a prefix. 
- getNextNode() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the node that follows this node in a preorder traversal of this
 node's tree. 
- getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
- 
Returns the next visual position for the cursor, in either the
 north or south direction. 
- getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.ParagraphView
- 
Returns the next visual position for the cursor, in
 either the east or west direction. 
- getNextRightHit(TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the right (bottom); if there
 is no such hit, returns null.
 
- getNextRightHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the right (bottom); if no
 such hit, returns null.
 
- getNextRightHit(int) - Method in class java.awt.font.TextLayout
- 
Returns the hit for the next caret to the right (bottom); if no
 such hit, returns null.
 
- getNextSequenceNumber() - Method in class javax.management.remote.NotificationResult
- 
Returns the sequence number of the next notification available
 for querying. 
- getNextSibling() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the next sibling of this node, or nullif
 the node has no next sibling.
 
- getNextSibling() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the next sibling of this node in the parent's children array. 
- getNextSibling() - Method in class javax.xml.crypto.dsig.dom.DOMSignContext
- 
Returns the nextSibling node. 
- getNextSibling() - Method in class javax.xml.transform.dom.DOMResult
- 
Get the child node before which the result nodes will be inserted. 
- getNextSibling() - Method in interface org.w3c.dom.Node
- 
The node immediately following this node. 
- getNextTabIndex(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getNextTabIndexInRun(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getNextTabRun(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getNextUpdate() - Method in class java.security.cert.X509CRL
- 
Gets the nextUpdatedate from the CRL.
 
- getNextValue() - Method in class javax.swing.JSpinner
- 
Returns the object in the sequence that comes after the object returned
 by getValue().
 
- getNextValue() - Method in class javax.swing.SpinnerDateModel
- 
Returns the next Datein the sequence, ornullif
 the next date is afterend.
 
- getNextValue() - Method in class javax.swing.SpinnerListModel
- 
Returns the next legal value of the underlying sequence or
 nullif value is already the last element.
 
- getNextValue() - Method in interface javax.swing.SpinnerModel
- 
Return the object in the sequence that comes after the object returned
 by getValue().
 
- getNextValue() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the next number in the sequence. 
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getNextVisualPositionFrommethod on each UI handled by this object.
 
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.TextUI
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.AsyncBoxView
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.GlyphView
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(GlyphView, int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.GlyphView.GlyphPainter
- 
Provides a way to determine the next visually represented model
 location that one might place a caret. 
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.text.NavigationFilter
- 
Returns the next visual position to place the caret at from an
 existing position. 
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.View
- 
Provides a way to determine the next visually represented model
 location at which one might place a caret. 
- getNextWarning() - Method in exception java.sql.SQLWarning
- 
Retrieves the warning chained to this SQLWarningobject bysetNextWarning.
 
- getNextWarning() - Method in exception javax.sql.rowset.RowSetWarning
- 
Retrieves the warning chained to this RowSetWarningobject.
 
- getNextWord(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the start of the next word for the given location. 
- getNode() - Method in class java.util.prefs.PreferenceChangeEvent
- 
Returns the preference node that emitted the event. 
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
- 
Get a DOM tree view of the content tree(Optional). 
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return a reference to the DOM Node if available 
- getNode() - Method in class javax.xml.crypto.dom.DOMStructure
- 
Returns the node contained in this DOMStructure.
 
- getNode() - Method in class javax.xml.crypto.dsig.dom.DOMValidateContext
- 
Returns the node. 
- getNode() - Method in class javax.xml.transform.dom.DOMResult
- 
Get the node that will contain the result DOM tree. 
- getNode() - Method in class javax.xml.transform.dom.DOMSource
- 
Get the node that represents a Source DOM tree. 
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
- 
Responsible for getting the size of a particular node. 
- getNodeDimensions() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the object that renders nodes in the tree, and which is
 responsible for calculating the dimensions of individual nodes. 
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns, by reference in placeIn,
 the size needed to representvalue.
 
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache.NodeDimensions
- 
Returns, by reference in bounds, the size and x origin to
 place value at. 
- getNodeName() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the node name associated with this node. 
- getNodeName() - Method in interface org.w3c.dom.Node
- 
The name of this node, depending on its type; see the table above. 
- getNodeType() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the node type, which is always
 ELEMENT_NODE.
 
- getNodeType() - Method in interface org.w3c.dom.Node
- 
A code representing the type of the underlying object, as defined above. 
- getNodeValue() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the value associated with this node. 
- getNodeValue() - Method in interface org.w3c.dom.Node
- 
The value of this node, depending on its type; see the table above. 
- getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
- 
Returns a  ResourceBundle.Control in which the  getFormats method returns the specified
  formats and the  getFallbackLocale
 method returns  null. 
- getNoImageIcon() - Method in class javax.swing.text.html.ImageView
- 
Returns the icon to use if the image couldn't be found. 
- getNonContinuousLayoutDivider() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the divider to use when the splitPane is configured to
 not continuously layout. 
- getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
- 
Gets a Set of the OID strings for the extension(s) marked
 NON-CRITICAL in the certificate/CRL managed by the object
 implementing this interface. 
- getNonHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
- 
Returns the current memory usage of non-heap memory that
 is used by the Java virtual machine. 
- getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
- 
Returns all of the MimeHeaderobjects whose name does not
 match a name in the given array of names.
 
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
- 
Retrieves all MimeHeaderobjects whose name does
 not match a name in the given array.
 
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
- 
Retrieves all MimeHeaderobjects whose name does
 not match a name in the given array.
 
- getNonRolloverBorder(AbstractButton) - Method in class javax.swing.plaf.basic.BasicToolBarUI
- 
Returns a non-rollover border for the button. 
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current noNamespaceSchemaLocation. 
- getNormalBounds() - Method in class javax.swing.JInternalFrame
- 
If the JInternalFrameis not in maximized state, returnsgetBounds(); otherwise, returns the bounds that theJInternalFramewould be restored to.
 
- getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ColorModel
- 
Returns an array of all of the color/alpha components in normalized
 form, given an unnormalized component array. 
- getNormalizedComponents(Object, float[], int) - Method in class java.awt.image.ColorModel
- 
Returns an array of all of the color/alpha components in normalized
 form, given a pixel in this ColorModel.
 
- getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns an array of all of the color/alpha components in normalized
 form, given an unnormalized component array. 
- getNormalizedComponents(Object, float[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns an array of all of the color/alpha components in normalized
 form, given a pixel in this ColorModel.
 
- getNormalizingTransform() - Method in class java.awt.GraphicsConfiguration
- 
Returns a AffineTransformthat can be concatenated
 with the defaultAffineTransformof aGraphicsConfigurationso that 72 units in user
 space equals 1 inch in device space.
 
- getNorthPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getNotAfter() - Method in class java.security.cert.X509Certificate
- 
Gets the notAfterdate from the validity period of
 the certificate.
 
- getNotAfter() - Method in class javax.security.cert.X509Certificate
- 
Gets the notAfterdate from the validity period of
 the certificate.
 
- getNotationName() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
The name of the associated notation. 
- getNotationName() - Method in interface org.w3c.dom.Entity
- 
For unparsed entities, the name of the notation for the entity. 
- getNotations() - Method in interface javax.xml.stream.events.DTD
- 
Return a List containing the notations declared in the DTD. 
- getNotations() - Method in interface org.w3c.dom.DocumentType
- 
A NamedNodeMapcontaining the notations declared in the
 DTD.
 
- getNotBefore() - Method in class java.security.cert.X509Certificate
- 
Gets the notBeforedate from the validity period of
 the certificate.
 
- getNotBefore() - Method in class javax.security.cert.X509Certificate
- 
Gets the notBeforedate from the validity period of
 the certificate.
 
- getNote() - Method in class javax.swing.ProgressMonitor
- 
Specifies the additional note that is displayed along with the
 progress message. 
- getNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a ModelMBeanNotificationInfo requested by name. 
- getNotification(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getNotification() - Method in class javax.management.remote.TargetedNotification
- 
The emitted notification. 
- getNotification() - Method in class javax.naming.ldap.UnsolicitedNotificationEvent
- 
Returns the unsolicited notification. 
- getNotificationID() - Method in class javax.management.timer.TimerNotification
- 
Gets the identifier of this timer notification. 
- getNotificationIDs(String) - Method in class javax.management.timer.Timer
- 
Gets all the identifiers of timer notifications corresponding to the specified type. 
- getNotificationIDs(String) - Method in interface javax.management.timer.TimerMBean
- 
Gets all the identifiers of timer notifications corresponding to the specified type. 
- getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
-  
- getNotificationInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Returns the array of Notifications always generated by the
 RequiredModelMBean. 
- getNotificationInfo() - Method in class javax.management.monitor.CounterMonitor
- 
Returns a NotificationInfoobject containing the
 name of the Java class of the notification and the notification
 types sent by the counter monitor.
 
- getNotificationInfo() - Method in class javax.management.monitor.GaugeMonitor
- 
Returns a NotificationInfoobject containing the
 name of the Java class of the notification and the notification
 types sent by the gauge monitor.
 
- getNotificationInfo() - Method in class javax.management.monitor.StringMonitor
- 
Returns a NotificationInfoobject containing the name of
 the Java class of the notification and the notification types sent by
 the string monitor.
 
- getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
- 
Returns an array indicating, for each notification this
 MBean may send, the name of the Java class of the notification
 and the notification type. 
- getNotificationInfo() - Method in class javax.management.NotificationBroadcasterSupport
-  
- getNotificationInfo() - Method in class javax.management.relation.RelationService
- 
Returns a NotificationInfo object containing the name of the Java class
 of the notification and the notification types sent. 
- getNotificationInfo() - Method in class javax.management.remote.JMXConnectorServer
- 
Returns an array indicating the notifications that this MBean
 sends. 
- getNotificationInfo() - Method in class javax.management.StandardEmitterMBean
-  
- getNotificationInfo() - Method in class javax.management.timer.Timer
-  
- getNotificationMessage(Integer) - Method in class javax.management.timer.Timer
- 
Gets the timer notification detailed message corresponding to the specified identifier. 
- getNotificationMessage(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets the timer notification detailed message corresponding to the specified identifier. 
- getNotifications() - Method in class javax.management.MBeanInfo
- 
Returns the list of the notifications emitted by the MBean. 
- getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the list of the notifications emitted by the MBean. 
- getNotifications() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns an array of MBeanNotificationInfo instances
 describing each notification emitted by the open MBean
 described by this OpenMBeanInfo instance. 
- getNotificationType(Integer) - Method in class javax.management.timer.Timer
- 
Gets the timer notification type corresponding to the specified identifier. 
- getNotificationType(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets the timer notification type corresponding to the specified identifier. 
- getNotificationUserData(Integer) - Method in class javax.management.timer.Timer
- 
Gets the timer notification user data object corresponding to the specified identifier. 
- getNotificationUserData(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets the timer notification user data object corresponding to the specified identifier. 
- getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
- 
Returns the array of strings (in dot notation) containing the
 notification types that the MBean may emit. 
- getNotify() - Method in class javax.management.monitor.CounterMonitor
- 
Gets the notification's on/off switch value common to all
 observed MBeans. 
- getNotify() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the notification's on/off switch value. 
- getNotifyDiffer() - Method in class javax.management.monitor.StringMonitor
- 
Gets the differing notification's on/off switch value common to
 all observed MBeans. 
- getNotifyDiffer() - Method in interface javax.management.monitor.StringMonitorMBean
- 
Gets the differing notification's on/off switch value. 
- getNotifyHigh() - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the high notification's on/off switch value common to all
 observed MBeans. 
- getNotifyHigh() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the high notification's on/off switch value. 
- getNotifyLow() - Method in class javax.management.monitor.GaugeMonitor
- 
Gets the low notification's on/off switch value common to all
 observed MBeans. 
- getNotifyLow() - Method in interface javax.management.monitor.GaugeMonitorMBean
- 
Gets the low notification's on/off switch value. 
- getNotifyMatch() - Method in class javax.management.monitor.StringMonitor
- 
Gets the matching notification's on/off switch value common to
 all observed MBeans. 
- getNotifyMatch() - Method in interface javax.management.monitor.StringMonitorMBean
- 
Gets the matching notification's on/off switch value. 
- getNoType(TypeKind) - Method in interface javax.lang.model.util.Types
- 
Returns a pseudo-type used where no actual type is appropriate. 
- getNString(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated NCHAR,NVARCHARorLONGNVARCHARparameter as
 aStringin the Java programming language.
 
- getNString(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated NCHAR,NVARCHARorLONGNVARCHARparameter as
 aStringin the Java programming language.
 
- getNString(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getNString(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getNullFormatter() - Method in class javax.swing.text.DefaultFormatterFactory
- 
Returns the formatter to use if the value is null. 
- getNullType() - Method in interface javax.lang.model.util.Types
- 
Returns the null type. 
- getNumBands() - Method in class java.awt.image.Raster
- 
Returns the number of bands (samples per pixel) in this Raster. 
- getNumBands() - Method in class java.awt.image.SampleModel
- 
Returns the total number of bands of image data. 
- getNumBands() - Method in class javax.imageio.ImageTypeSpecifier
- 
Return the number of bands
 specified by this object. 
- getNumBanks() - Method in class java.awt.image.DataBuffer
- 
Returns the number of banks in this DataBuffer. 
- getNumber() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the value of the current element of the sequence. 
- getNumberFormat() - Method in class java.text.DateFormat
- 
Gets the number formatter which this date/time formatter uses to
 format and parse a time. 
- getNumberInstance() - Static method in class java.text.NumberFormat
- 
Returns a general-purpose number format for the current default locale. 
- getNumberInstance(Locale) - Static method in class java.text.NumberFormat
- 
Returns a general-purpose number format for the specified locale. 
- getNumberInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
- 
Returns a new general-purpose NumberFormatinstance for
 the specified locale.
 
- getNumberOfButtons() - Static method in class java.awt.MouseInfo
- 
Returns the number of buttons on the mouse. 
- getNumberOfPages() - Method in class java.awt.print.Book
- 
Returns the number of pages in this Book.
 
- getNumberOfPages() - Method in interface java.awt.print.Pageable
- 
Returns the number of pages in the set. 
- getNumberWaiting() - Method in class java.util.concurrent.CyclicBarrier
- 
Returns the number of parties currently waiting at the barrier. 
- getNumChars() - Method in class java.awt.font.LineMetrics
- 
Returns the number of characters (charvalues) in the text whose
 metrics are encapsulated by thisLineMetricsobject.
 
- getNumColorComponents() - Method in class java.awt.image.ColorModel
- 
Returns the number of color components in this
 ColorModel.
 
- getNumComponents() - Method in class java.awt.color.ColorSpace
- 
Returns the number of components of this ColorSpace. 
- getNumComponents() - Method in class java.awt.color.ICC_Profile
- 
Returns the number of color components in the "input" color
 space of this profile. 
- getNumComponents() - Method in class java.awt.image.ColorModel
- 
Returns the number of components, including alpha, in this
 ColorModel.
 
- getNumComponents() - Method in class java.awt.image.LookupTable
- 
Returns the number of components in the lookup table. 
- getNumComponents() - Method in class javax.imageio.ImageTypeSpecifier
- 
Return the number of color components
 specified by this object. 
- getNumDataElements() - Method in class java.awt.image.ComponentSampleModel
- 
- getNumDataElements() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
- getNumDataElements() - Method in class java.awt.image.Raster
- 
Returns the number of data elements needed to transfer one pixel
  via the getDataElements and setDataElements methods. 
- getNumDataElements() - Method in class java.awt.image.SampleModel
- 
Returns the number of data elements needed to transfer a pixel
  via the getDataElements and setDataElements methods. 
- getNumDataElements() - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the number of data elements needed to transfer one pixel
 via the getDataElements and setDataElements methods. 
- getNumDesignAxes() - Method in interface java.awt.font.MultipleMaster
- 
Returns the number of multiple master design controls. 
- getNumericCode() - Method in class java.util.Currency
- 
Returns the ISO 4217 numeric code of this currency. 
- getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a comma-separated list of math functions available with
 this database. 
- getNumericValue(char) - Static method in class java.lang.Character
- 
Returns the intvalue that the specified Unicode
 character represents.
 
- getNumericValue(int) - Static method in class java.lang.Character
- 
Returns the intvalue that the specified
 character (Unicode code point) represents.
 
- getNumFactors() - Method in class java.awt.image.RescaleOp
- 
Returns the number of scaling factors and offsets used in this
 RescaleOp. 
- getNumGlyphs() - Method in class java.awt.Font
- 
Returns the number of glyphs in this Font.
 
- getNumGlyphs() - Method in class java.awt.font.GlyphVector
- 
Returns the number of glyphs in this GlyphVector.
 
- getNumImages(boolean) - Method in class javax.imageio.ImageReader
- 
Returns the number of images, not including thumbnails, available
 from the current input source. 
- getNumParameters() - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns the number of parameters (not including source images). 
- getNumSources() - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns the number of source images. 
- getNumThumbnails() - Method in class javax.imageio.IIOImage
- 
Returns the number of thumbnails stored in this
 IIOImage.
 
- getNumThumbnails(int) - Method in class javax.imageio.ImageReader
- 
Returns the number of thumbnail preview images associated with
 the given image. 
- getNumThumbnailsSupported(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class javax.imageio.ImageWriter
- 
Returns the number of thumbnails suported by the format being
 written, given the image type and any additional write
 parameters and metadata objects that will be used during
 encoding. 
- getNumXTiles() - Method in class java.awt.image.BufferedImage
- 
Returns the number of tiles in the x direction. 
- getNumXTiles() - Method in interface java.awt.image.RenderedImage
- 
Returns the number of tiles in the X direction. 
- getNumYTiles() - Method in class java.awt.image.BufferedImage
- 
Returns the number of tiles in the y direction. 
- getNumYTiles() - Method in interface java.awt.image.RenderedImage
- 
Returns the number of tiles in the Y direction. 
- getObject() - Method in class java.security.GuardedObject
- 
Retrieves the guarded object, or throws an exception if access
 to the guarded object is denied by the guard. 
- getObject() - Method in class java.security.SignedObject
- 
Retrieves the encapsulated object. 
- getObject(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated parameter as an Objectin the Java programming language.
 
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterIndexand usesmapfor the custom
 mapping of the parameter value.
 
- getObject(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a parameter as an Objectin the Java
 programming language.
 
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterNameand usesmapfor the custom
 mapping of the parameter value.
 
- getObject(int, Class<T>) - Method in interface java.sql.CallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterIndexand will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
 
- getObject(String, Class<T>) - Method in interface java.sql.CallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterNameand will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
 
- getObject(Map<String, Class<?>>) - Method in interface java.sql.Ref
- 
Retrieves the referenced object and maps it to a Java type
 using the given type map. 
- getObject() - Method in interface java.sql.Ref
- 
Retrieves the SQL structured type instance referenced by
 this Refobject.
 
- getObject(int) - Method in interface java.sql.ResultSet
- 
Gets the value of the designated column in the current row
 of this ResultSetobject as
 anObjectin the Java programming language.
 
- getObject(String) - Method in interface java.sql.ResultSet
- 
Gets the value of the designated column in the current row
 of this ResultSetobject as
 anObjectin the Java programming language.
 
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as anObjectin the Java programming language.
 
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as anObjectin the Java programming language.
 
- getObject(int, Class<T>) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
 
- getObject(String, Class<T>) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
 
- getObject(String) - Method in class java.util.ResourceBundle
- 
Gets an object for the given key from this resource bundle or one of its parents. 
- getObject(Key) - Method in class javax.crypto.SealedObject
- 
Retrieves the original (encapsulated) object. 
- getObject(Cipher) - Method in class javax.crypto.SealedObject
- 
Retrieves the original (encapsulated) object. 
- getObject(Key, String) - Method in class javax.crypto.SealedObject
- 
Retrieves the original (encapsulated) object. 
- getObject() - Method in class javax.naming.Binding
- 
Retrieves the object bound to the name of this binding. 
- getObject() - Method in class javax.naming.spi.DirStateFactory.Result
- 
Retrieves the object to be bound. 
- getObject() - Method in class javax.sql.rowset.serial.SerialJavaObject
- 
Returns an Objectthat is a copy of thisSerialJavaObjectobject.
 
- getObject(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialRef
- 
Returns an Objectrepresenting the SQL structured type
 to which thisSerialRefobject refers.
 
- getObject() - Method in class javax.sql.rowset.serial.SerialRef
- 
Returns an Objectrepresenting the SQL structured type
 to which thisSerialRefobject refers.
 
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return a reference to the object in the Java content tree if available 
- getObjectArrayMaxLength(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the maximum number of array elements that may be used
 to define the Objectreference within the named
 element.
 
- getObjectArrayMaxLength(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectArrayMinLength(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the minimum number of array elements that may be used
 to define the Objectreference within the named
 element.
 
- getObjectArrayMinLength(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectClass(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the Classtype of theObjectreference stored within the element.
 
- getObjectClass(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectDefaultValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns an Objects containing the default
 value for theObjectreference within
 the named element.
 
- getObjectDefaultValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectEnumerations(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns an array of Objects containing the legal
 enumerated values for theObjectreference within
 the named element.
 
- getObjectEnumerations(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectForLayer(int) - Method in class javax.swing.JLayeredPane
- 
Returns the Integer object associated with a specified layer. 
- getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
-  
- getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServerConnection
- 
Gets the ObjectInstancefor a given MBean
 registered with the MBean server.
 
- getObjectInstance(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- getObjectInstance(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- getObjectInstance(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - Static method in class javax.naming.spi.DirectoryManager
- 
Creates an instance of an object for the specified object,
 attributes, and environment. 
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - Method in interface javax.naming.spi.DirObjectFactory
- 
Creates an object using the location or reference information, and attributes
 specified. 
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
- 
Creates an instance of an object for the specified object
 and environment. 
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in interface javax.naming.spi.ObjectFactory
- 
Creates an object using the location or reference information
 specified. 
- getObjectMaxValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the maximum legal value for the Objectreference within the named element.
 
- getObjectMaxValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectMinValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the minimum legal value for the Objectreference within the named element.
 
- getObjectMinValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObjectName() - Method in interface java.lang.management.PlatformManagedObject
- 
Returns an  ObjectName instance representing
 the object name of this platform managed object. 
- getObjectName() - Method in class javax.management.MBeanServerInvocationHandler
- 
The name of the MBean within the MBean server to which methods
 are forwarded. 
- getObjectName() - Method in class javax.management.ObjectInstance
- 
Returns the object name part. 
- getObjectName() - Method in class javax.management.relation.RelationNotification
- 
Returns the ObjectName of the
 created/removed/updated relation. 
- getObjectParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
Gets a parameter as an object. 
- getObjectPendingFinalizationCount() - Method in interface java.lang.management.MemoryMXBean
- 
Returns the approximate number of objects for which
 finalization is pending. 
- getObjects() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
- getObjectSize(Object) - Method in interface java.lang.instrument.Instrumentation
- 
Returns an implementation-specific approximation of the amount of storage consumed by
 the specified object. 
- getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
- 
Get the ObjectStreamClass that describes the fields in the stream. 
- getObjectValueType(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns one of the enumerated values starting with
 VALUE_, indicating the type of values
 (enumeration, range, or array) that are allowed for theObjectreference.
 
- getObjectValueType(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getObservedAttribute() - Method in class javax.management.monitor.Monitor
- 
Gets the attribute being observed. 
- getObservedAttribute() - Method in interface javax.management.monitor.MonitorMBean
- 
Gets the attribute being observed. 
- getObservedAttribute() - Method in class javax.management.monitor.MonitorNotification
- 
Gets the observed attribute of this monitor notification. 
- getObservedObject() - Method in class javax.management.monitor.Monitor
- 
- getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
- 
- getObservedObject() - Method in class javax.management.monitor.MonitorNotification
- 
Gets the observed object of this monitor notification. 
- getObservedObjects() - Method in class javax.management.monitor.Monitor
- 
Returns an array containing the objects being observed. 
- getObservedObjects() - Method in interface javax.management.monitor.MonitorMBean
- 
Returns an array containing the objects being observed. 
- getOctetStream() - Method in class javax.xml.crypto.OctetStreamData
- 
Returns the input stream of this OctetStreamData.
 
- getOffendingNode() - Method in exception javax.imageio.metadata.IIOInvalidTreeException
- 
Returns the Nodethat caused the error in parsing.
 
- getOffscreenBuffer(Component, int, int) - Method in class javax.swing.RepaintManager
- 
Return the offscreen buffer that should be used as a double buffer with
 the component c.
 
- getOffset(int, int) - Method in class java.awt.image.ComponentSampleModel
- 
Gets the offset for the first band of pixel (x,y). 
- getOffset(int, int, int) - Method in class java.awt.image.ComponentSampleModel
- 
Gets the offset for band b of pixel (x,y). 
- getOffset() - Method in class java.awt.image.DataBuffer
- 
Returns the offset of the default bank in array elements. 
- getOffset() - Method in class java.awt.image.LookupTable
- 
Returns the offset. 
- getOffset(int, int) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the offset of pixel (x, y) in data array elements. 
- getOffset(int, int) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the offset (in data array elements) of pixel (x,y). 
- getOffset() - Method in class java.io.ObjectStreamField
- 
Offset of field within instance data. 
- getOffset() - Method in class java.net.DatagramPacket
- 
Returns the offset of the data to be sent or the offset of the
 data received. 
- getOffset() - Method in class java.text.CollationElementIterator
- 
Returns the character offset in the original text corresponding to the next
 collation element. 
- getOffset(long) - Method in class java.util.SimpleTimeZone
- 
Returns the offset of this time zone from UTC at the given
 time. 
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
- 
Returns the difference in milliseconds between local time and
 UTC, taking into account both the raw offset and the effect of
 daylight saving, for the specified date and time. 
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
- 
Gets the time zone offset, for current date, modified in case of
 daylight savings. 
- getOffset(long) - Method in class java.util.TimeZone
- 
Returns the offset of this time zone from UTC at the specified
 date. 
- getOffset() - Method in class javax.imageio.stream.IIOByteBuffer
- 
Returns the offset within the byte array returned by
 getDataat which the data of interest start.
 
- getOffset() - Method in class javax.management.monitor.CounterMonitor
- 
Gets the offset value common to all observed MBeans. 
- getOffset() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the offset value. 
- getOffset() - Method in class javax.print.attribute.EnumSyntax
- 
Returns the lowest integer value used by this enumeration value's
 enumeration class. 
- getOffset() - Method in class javax.print.attribute.standard.Finishings
- 
Returns the lowest integer value used by class Finishings. 
- getOffset() - Method in class javax.print.attribute.standard.OrientationRequested
- 
Returns the lowest integer value used by class OrientationRequested. 
- getOffset() - Method in class javax.print.attribute.standard.PrintQuality
- 
Returns the lowest integer value used by class PrintQuality. 
- getOffset() - Method in interface javax.swing.event.DocumentEvent
- 
Returns the offset within the document of the start
 of the change. 
- getOffset() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-  
- getOffset() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Returns the offset within the document of the start of the change. 
- getOffset(int, int) - Method in class javax.swing.text.BoxView
- 
Fetches the offset of a particular child's current layout. 
- getOffset() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the starting offset. 
- getOffset() - Method in interface javax.swing.text.Position
- 
Fetches the current offset within the document. 
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return the byte offset if available 
- getOffsetHit(int) - Method in class java.awt.font.TextHitInfo
- 
Creates a TextHitInfowhose character index is offset
 bydeltafrom thecharIndexof thisTextHitInfo.
 
- getOffsets() - Method in class java.awt.image.DataBuffer
- 
Returns the offsets (in array elements) of all the banks. 
- getOffsets(float[]) - Method in class java.awt.image.RescaleOp
- 
Returns the offsets in the given array. 
- getOldBinding() - Method in class javax.naming.event.NamingEvent
- 
Retrieves the binding of the object before the change. 
- getOldLeadSelectionPath() - Method in class javax.swing.event.TreeSelectionEvent
- 
Returns the path that was previously the lead path. 
- getOldRoleValue() - Method in class javax.management.relation.RelationNotification
- 
Returns old value of updated role (only for role update). 
- getOldState() - Method in class java.awt.event.WindowEvent
- 
For WINDOW_STATE_CHANGEDevents returns the
 previous state of the window.
 
- getOldValue() - Method in class java.beans.PropertyChangeEvent
- 
Gets the old value for the property, expressed as an Object. 
- getOldValue() - Method in class javax.management.AttributeChangeNotification
- 
Gets the old value of the attribute which has changed. 
- getOmni() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current omni mode. 
- getOOBInline() - Method in class java.net.Socket
- 
Tests if OOBINLINE is enabled. 
- getOpacity() - Method in class java.awt.Window
- 
Returns the opacity of the window. 
- getOpenIcon() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the icon used to represent non-leaf nodes that are expanded. 
- getOpenType() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- 
Returns the open type for the values of the attribute described
 by this OpenMBeanAttributeInfoSupportinstance.
 
- getOpenType() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- 
Returns the open type of the values of the parameter
 described by this OpenMBeanParameterInfo instance. 
- getOpenType() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- 
Returns the open type for the values of the parameter described
 by this OpenMBeanParameterInfoSupportinstance.
 
- getOperatingSystemMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the operating system on which
 the Java virtual machine is running. 
- getOperation() - Method in class java.rmi.server.Operation
- 
Deprecated.
no replacement 
 
- getOperation(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns a ModelMBeanOperationInfo requested by name. 
- getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-  
- getOperations() - Method in interface java.rmi.server.Skeleton
- 
Deprecated.
no replacement 
 
- getOperations() - Method in class javax.management.MBeanInfo
- 
Returns the list of operations  of the MBean. 
- getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
- 
Returns the list of operations  of the MBean. 
- getOperations() - Method in interface javax.management.openmbean.OpenMBeanInfo
- 
Returns an array of OpenMBeanOperationInfo instances
 describing each operation in the open MBean described by this
 OpenMBeanInfo instance. 
- getOppositeComponent() - Method in class java.awt.event.FocusEvent
- 
Returns the other Component involved in this focus change. 
- getOppositeWindow() - Method in class java.awt.event.WindowEvent
- 
Returns the other Window involved in this focus or activation change. 
- getOptimizeHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- 
Returns the value passed into the most recent call
 to setOptimizeHuffmanTables, orfalseifsetOptimizeHuffmanTableshas never been called.
 
- getOption(int) - Method in interface java.net.SocketOptions
- 
Fetch the value of an option. 
- getOption(SocketOption<T>) - Method in interface java.nio.channels.NetworkChannel
- 
Returns the value of a socket option. 
- getOptions() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns the processor-specific options passed to the annotation
 processing tool. 
- getOptions() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the confirmation options. 
- getOptions() - Method in class javax.security.auth.login.AppConfigurationEntry
- 
Get the options configured for this LoginModule.
 
- getOptions() - Method in class javax.swing.JOptionPane
- 
Returns the choices the user can make. 
- getOptionType() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the option type. 
- getOptionType() - Method in class javax.swing.JOptionPane
- 
Returns the type of options that are displayed. 
- getOrder() - Method in class java.security.spec.ECParameterSpec
- 
Returns the order of the generator. 
- getOrientation() - Method in interface java.awt.Adjustable
- 
Gets the orientation of the adjustable object. 
- getOrientation(Locale) - Static method in class java.awt.ComponentOrientation
- 
Returns the orientation that is appropriate for the given locale. 
- getOrientation(ResourceBundle) - Static method in class java.awt.ComponentOrientation
- 
- getOrientation() - Method in class java.awt.print.PageFormat
- 
Returns the orientation of this PageFormat.
 
- getOrientation() - Method in class java.awt.Scrollbar
- 
Returns the orientation of this scroll bar. 
- getOrientation() - Method in class java.awt.ScrollPaneAdjustable
- 
Returns the orientation of this scrollbar. 
- getOrientation() - Method in class javax.swing.JProgressBar
- 
Returns SwingConstants.VERTICALorSwingConstants.HORIZONTAL, depending on the orientation
 of the progress bar.
 
- getOrientation() - Method in class javax.swing.JScrollBar
- 
Returns the component's orientation (horizontal or vertical). 
- getOrientation() - Method in class javax.swing.JSeparator
- 
Returns the orientation of this separator. 
- getOrientation() - Method in class javax.swing.JSlider
- 
Return this slider's vertical or horizontal orientation. 
- getOrientation() - Method in class javax.swing.JSplitPane
- 
Returns the orientation. 
- getOrientation() - Method in class javax.swing.JToolBar
- 
Returns the current orientation of the tool bar. 
- getOrientation() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the orientation for the JSplitPane. 
- getOrientation() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
- 
Returns the orientation of the toolbar window when the toolbar is
 floating. 
- getOrientationRequested() - Method in class java.awt.PageAttributes
- 
Returns the print orientation for pages using these attributes. 
- getOrigin() - Method in class java.awt.PageAttributes
- 
Returns whether drawing at (0, 0) to pages using these attributes
 draws at the upper-left corner of the physical page, or at the
 upper-left corner of the printable area. 
- getOriginal() - Method in interface javax.sql.rowset.CachedRowSet
- 
Returns a ResultSetobject containing the original value of thisCachedRowSetobject.
 
- getOriginal() - Method in interface javax.sql.RowSetInternal
- 
Retrieves a ResultSetobject containing the original
 value of thisRowSetobject.
 
- getOriginalRow() - Method in interface javax.sql.rowset.CachedRowSet
- 
Returns a ResultSetobject containing the original value for the
 current row only of thisCachedRowSetobject.
 
- getOriginalRow() - Method in interface javax.sql.RowSetInternal
- 
Retrieves a ResultSetobject containing the original value
 of the current row only.
 
- getOriginatingNode() - Method in interface javax.xml.transform.dom.DOMLocator
- 
Return the node where the event occurred. 
- getOriginatingProvider() - Method in class javax.imageio.ImageReader
- 
Returns the ImageReaderSpithat was passed in on
 the constructor.
 
- getOriginatingProvider() - Method in class javax.imageio.ImageWriter
- 
Returns the ImageWriterSpiobject that created
 thisImageWriter, ornullif this
 object was not created through theIIORegistry.
 
- getOtherFile() - Method in exception java.nio.file.FileSystemException
- 
Returns the other file used to create this exception. 
- getOtherHit() - Method in class java.awt.font.TextHitInfo
- 
Creates a TextHitInfoon the other side of the
 insertion point.
 
- getOtherPrimeInfo() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the otherPrimeInfo or null if there are only
 two prime factors (p and q). 
- getOtherPrimeInfo() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns a copy of the otherPrimeInfo or null if there are
 only two prime factors (p and q). 
- getOutline() - Method in class java.awt.font.GlyphVector
- 
Returns a Shapewhose interior corresponds to the
 visual representation of thisGlyphVector.
 
- getOutline(float, float) - Method in class java.awt.font.GlyphVector
- 
Returns a Shapewhose interior corresponds to the
 visual representation of thisGlyphVectorwhen
 rendered at x, y.
 
- getOutline(AffineTransform) - Method in class java.awt.font.GraphicAttribute
- 
Return a  Shape that represents the region that
 this  GraphicAttribute renders. 
- getOutline(AffineTransform) - Method in class java.awt.font.ShapeGraphicAttribute
- 
Return a  Shape that represents the region that
 this  ShapeGraphicAttribute renders. 
- getOutline(AffineTransform) - Method in class java.awt.font.TextLayout
- 
Returns a Shaperepresenting the outline of thisTextLayout.
 
- getOutput() - Method in class javax.imageio.ImageWriter
- 
Returns the ImageOutputStreamor otherObjectset by the most recent call to thesetOutputmethod.
 
- getOutputClass() - Method in class javax.imageio.spi.ImageOutputStreamSpi
- 
Returns a Classobject representing the class or
 interface type that must be implemented by an output
 destination in order to be "wrapped" in anImageOutputStreamvia thecreateOutputStreamInstancemethod.
 
- getOutputFormat() - Method in class javax.print.StreamPrintService
- 
Returns the document format emitted by this print service. 
- getOutputFormat() - Method in class javax.print.StreamPrintServiceFactory
- 
Queries the factory for the document format that is emitted
 by printers obtained from this factory. 
- getOutputLength() - Method in class javax.xml.crypto.dsig.spec.HMACParameterSpec
- 
Returns the truncation length. 
- getOutputProperties() - Method in interface javax.xml.transform.Templates
- 
Get the properties corresponding to the effective xsl:output element. 
- getOutputProperties() - Method in class javax.xml.transform.Transformer
- 
Get a copy of the output properties for the transformation. 
- getOutputProperty(String) - Method in class javax.xml.transform.Transformer
- 
Get an output property that is in effect for the transformer. 
- getOutputSize(int) - Method in class javax.crypto.Cipher
- 
Returns the length in bytes that an output buffer would need to be in
 order to hold the result of the next updateordoFinaloperation, given the input lengthinputLen(in bytes).
 
- getOutputSize(int) - Method in class javax.crypto.ExemptionMechanism
- 
Returns the length in bytes that an output buffer would need to be in
 order to hold the result of the next
  genExemptionBlob
 operation, given the input length  inputLen (in bytes). 
- getOutputStatement(String) - Method in interface javax.script.ScriptEngineFactory
- 
Returns a String that can be used as a statement to display the specified String  using
 the syntax of the supported scripting language. 
- getOutputStream() - Method in class java.lang.Process
- 
Returns the output stream connected to the normal input of the
 subprocess. 
- getOutputStream() - Method in class java.net.Socket
- 
Returns an output stream for this socket. 
- getOutputStream() - Method in class java.net.SocketImpl
- 
Returns an output stream for this socket. 
- getOutputStream() - Method in class java.net.URLConnection
- 
Returns an output stream that writes to this connection. 
- getOutputStream() - Method in class java.rmi.server.LogStream
- 
Deprecated.
no replacement 
 
- getOutputStream() - Method in interface java.rmi.server.RemoteCall
- 
Deprecated.
no replacement 
 
- getOutputStream() - Method in class javax.activation.DataHandler
- 
Get an OutputStream for this DataHandler to allow overwriting
 the underlying data. 
- getOutputStream() - Method in interface javax.activation.DataSource
- 
This method returns an OutputStreamwhere the
 data can be written and throws the appropriate exception if it can
 not do so.
 
- getOutputStream() - Method in class javax.activation.FileDataSource
- 
This method will return an OutputStream representing the
 the data and will throw an IOException if it can
 not do so. 
- getOutputStream() - Method in class javax.activation.URLDataSource
- 
The getOutputStream method from the URL. 
- getOutputStream() - Method in class javax.print.StreamPrintService
- 
Gets the output stream. 
- getOutputStream() - Method in class javax.xml.transform.stream.StreamResult
- 
Get the byte stream that was set with setOutputStream. 
- getOutputTypes() - Method in class javax.imageio.spi.ImageWriterSpi
- 
Returns an array of Classobjects indicating what
 types of objects may be used as arguments to the writer'ssetOutputmethod.
 
- getOutsideBorder() - Method in class javax.swing.border.CompoundBorder
- 
Returns the outside border object. 
- getOverwriteMode() - Method in class javax.swing.text.DefaultFormatter
- 
Returns the behavior when inserting characters. 
- getOwnedWindows() - Method in class java.awt.Window
- 
Return an array containing all the windows this
 window currently owns. 
- getOwner() - Method in class java.awt.Window
- 
Returns the owner of this window. 
- getOwner() - Method in class java.beans.XMLDecoder
- 
Gets the owner of this decoder. 
- getOwner() - Method in class java.beans.XMLEncoder
- 
Gets the owner of this encoder. 
- getOwner() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
- 
Read the file owner. 
- getOwner(Path, LinkOption...) - Static method in class java.nio.file.Files
- 
Returns the owner of a file. 
- getOwner() - Method in class java.util.concurrent.locks.ReentrantLock
- 
Returns the thread that currently owns this lock, or
 nullif not owned.
 
- getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns the thread that currently owns the write lock, or
 nullif not owned.
 
- getOwnerDocument() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns null, sinceIIOMetadataNodes
 do not belong to anyDocument.
 
- getOwnerDocument() - Method in interface org.w3c.dom.Node
- 
The Documentobject associated with this node.
 
- getOwnerElement() - Method in interface org.w3c.dom.Attr
- 
The Elementnode this attribute is attached to ornullif this attribute is not in use.
 
- getOwnerlessWindows() - Static method in class java.awt.Window
- 
Returns an array of all Windows created by this application
 that have no owner.
 
- getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
- 
Returns a Typeobject representing the type that this type
 is a member of.
 
- getP() - Method in interface java.security.interfaces.DSAParams
- 
Returns the prime, p.
 
- getP() - Method in class java.security.spec.DSAParameterSpec
- 
Returns the prime p.
 
- getP() - Method in class java.security.spec.DSAPrivateKeySpec
- 
Returns the prime p.
 
- getP() - Method in class java.security.spec.DSAPublicKeySpec
- 
Returns the prime p.
 
- getP() - Method in class java.security.spec.ECFieldFp
- 
Returns the prime pof this prime finite field.
 
- getP() - Method in class javax.crypto.spec.DHParameterSpec
- 
Returns the prime modulus p.
 
- getP() - Method in class javax.crypto.spec.DHPrivateKeySpec
- 
Returns the prime modulus p.
 
- getP() - Method in class javax.crypto.spec.DHPublicKeySpec
- 
Returns the prime modulus p.
 
- getP1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the start point. 
- getP1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the start point. 
- getP1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the start point. 
- getP1() - Method in class java.awt.geom.Line2D.Double
- 
Returns the start Point2Dof thisLine2D.
 
- getP1() - Method in class java.awt.geom.Line2D.Float
- 
Returns the start Point2Dof thisLine2D.
 
- getP1() - Method in class java.awt.geom.Line2D
- 
Returns the start Point2Dof thisLine2D.
 
- getP1() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the start point. 
- getP1() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the start point. 
- getP1() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the start point. 
- getP2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the end point. 
- getP2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the end point. 
- getP2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the end point. 
- getP2() - Method in class java.awt.geom.Line2D.Double
- 
Returns the end Point2Dof thisLine2D.
 
- getP2() - Method in class java.awt.geom.Line2D.Float
- 
Returns the end Point2Dof thisLine2D.
 
- getP2() - Method in class java.awt.geom.Line2D
- 
Returns the end Point2Dof thisLine2D.
 
- getP2() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the end point. 
- getP2() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the end point. 
- getP2() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the end point. 
- getPackage() - Method in class java.lang.Class
- 
Gets the package for this class. 
- getPackage(String) - Method in class java.lang.ClassLoader
- 
Returns a Package that has been defined by this class loader
 or any of its ancestors. 
- getPackage(String) - Static method in class java.lang.Package
- 
Find a package by name in the callers ClassLoaderinstance.
 
- getPackageElement(CharSequence) - Method in interface javax.lang.model.util.Elements
- 
Returns a package given its fully qualified name. 
- getPackageOf(Element) - Method in interface javax.lang.model.util.Elements
- 
Returns the package of an element. 
- getPackages() - Method in class java.lang.ClassLoader
- 
Returns all of the Packages defined by this class loader and
 its ancestors. 
- getPackages() - Static method in class java.lang.Package
- 
Get all the packages currently known for the caller's ClassLoaderinstance.
 
- getPacketBufferSize() - Method in interface javax.net.ssl.SSLSession
- 
Gets the current size of the largest SSL/TLS packet that is expected
 when using this session. 
- getPadding() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-  
- getPage() - Method in class javax.swing.JEditorPane
- 
Gets the current URL being displayed. 
- getPageDimension() - Method in class java.awt.PrintJob
- 
Returns the dimensions of the page in pixels. 
- getPageFormat(int) - Method in class java.awt.print.Book
- 
Returns the  PageFormat of the page specified by
  pageIndex. 
- getPageFormat(int) - Method in interface java.awt.print.Pageable
- 
Returns the PageFormatof the page specified bypageIndex.
 
- getPageFormat(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
- 
Calculates a PageFormatwith values consistent with those
 supported by the currentPrintServicefor this job
 (ie the value returned bygetPrintService()) and media,
 printable area and orientation contained inattributes.
 
- getPageIncrement() - Method in class java.awt.Scrollbar
- 
Deprecated.
As of JDK version 1.1,
 replaced by getBlockIncrement().
 
 
- getPageRanges() - Method in class java.awt.JobAttributes
- 
Specifies, for jobs using these attributes, the ranges of pages to be
 printed, if a range of pages is to be printed. 
- getPageResolution() - Method in class java.awt.PrintJob
- 
Returns the resolution of the page in pixels per inch. 
- getPageSize() - Method in interface javax.sql.rowset.CachedRowSet
- 
Returns the page-size for the CachedRowSetobject
 
- getPaint() - Method in class java.awt.Graphics2D
- 
Returns the current Paintof theGraphics2Dcontext.
 
- getPaint() - Method in class javax.swing.border.StrokeBorder
- 
Returns the  Paint object used to generate a color
 during the border rendering. 
- getPaintContext() - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
- 
Gets the PaintContext for this painting operation. 
- getPainter(SynthContext) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-  
- getPainter(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Returns the SynthPainterthat will be used for painting.
 
- getPainter(GlyphView, int, int) - Method in class javax.swing.text.GlyphView.GlyphPainter
- 
Create a painter to use for the given GlyphView. 
- getPainter() - Method in interface javax.swing.text.Highlighter.Highlight
- 
Gets the painter for the highlighter. 
- getPaintLabels() - Method in class javax.swing.JSlider
- 
Tells if labels are to be painted. 
- getPaintTicks() - Method in class javax.swing.JSlider
- 
Tells if tick marks are to be painted. 
- getPaintTrack() - Method in class javax.swing.JSlider
- 
Tells if the track (area the slider slides in) is to be painted. 
- getPaper() - Method in class java.awt.print.PageFormat
- 
Returns a copy of the  Paper object associated
 with this  PageFormat. 
- getParagraphAttributes() - Method in class javax.swing.JTextPane
- 
Fetches the current paragraph attributes in effect
 at the location of the caret, or nullif none.
 
- getParagraphElement(int) - Method in class javax.swing.text.AbstractDocument
- 
Get the paragraph element containing the given position. 
- getParagraphElement(int) - Method in class javax.swing.text.DefaultStyledDocument
- 
Gets the paragraph element at the offset pos.
 
- getParagraphElement(int) - Method in class javax.swing.text.PlainDocument
- 
Get the paragraph element containing the given position. 
- getParagraphElement(int) - Method in interface javax.swing.text.StyledDocument
- 
Gets the element that represents the paragraph that
 encloses the given offset within the document. 
- getParagraphElement(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the element to use for a paragraph/line. 
- getParallelism() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns the targeted parallelism level of this pool. 
- getParamClasses() - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns an array of Class objects describing the types
 of the parameters. 
- getParameter(String) - Method in class java.applet.Applet
- 
Returns the value of the named parameter in the HTML tag. 
- getParameter(String) - Method in interface java.applet.AppletStub
- 
Returns the value of the named parameter in the HTML tag. 
- getParameter(String) - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the human presentable name for this DataFlavorifparamNameequals "humanPresentableName".
 
- getParameter(String) - Method in class java.security.Signature
- 
Deprecated.  
- getParameter() - Method in exception java.sql.DataTruncation
- 
Indicates whether the value truncated was a parameter value or
 a column value. 
- getParameter(String) - Method in class javax.activation.MimeType
- 
Retrieve the value associated with the given name, or null if there
 is no current association. 
- getParameter(String) - Method in class javax.print.DocFlavor
- 
Returns a Stringrepresenting a MIME
 parameter.
 
- getParameter(String) - Method in interface javax.script.ScriptEngineFactory
- 
Returns the value of an attribute whose meaning may be implementation-specific. 
- getParameter(String) - Method in class javax.xml.transform.Transformer
- 
Get a parameter that was explicitly set with setParameter. 
- getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
- 
Return the value of a parameter if known. 
- getParameterAnnotations() - Method in class java.lang.reflect.Constructor
- 
Returns an array of arrays that represent the annotations on the formal
 parameters, in declaration order, of the method represented by
 this Constructorobject.
 
- getParameterAnnotations() - Method in class java.lang.reflect.Method
- 
Returns an array of arrays that represent the annotations on the formal
 parameters, in declaration order, of the method represented by
 this Methodobject.
 
- getParameterBlock() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Returns a reference to the current parameter block. 
- getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the fully-qualified name of the Java class whose instances
 should be passed to the method PreparedStatement.setObject.
 
- getParameterCount() - Method in interface java.sql.ParameterMetaData
- 
Retrieves the number of parameters in the PreparedStatementobject for which thisParameterMetaDataobject contains
 information.
 
- getParameterDescriptors() - Method in class java.beans.MethodDescriptor
- 
Gets the ParameterDescriptor for each of this MethodDescriptor's
 method's parameters. 
- getParameterInfo() - Method in class java.applet.Applet
- 
Returns information about the parameters that are understood by
 this applet. 
- getParameterMetaData() - Method in interface java.sql.PreparedStatement
- 
Retrieves the number, types and properties of this
 PreparedStatementobject's parameters.
 
- getParameterMode(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the designated parameter's mode. 
- getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the name that will be used for the sequence
 MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean. 
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
- 
Customization hook:
 Get the name that will be used for the sequence
 MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. 
- getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
- 
The list of the parameters supported by this
 DOMConfigurationobject and for which at least one value
 can be set by the application.
 
- getParameters() - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns the entire Vector of parameters. 
- getParameters() - Method in class java.security.Policy
- 
Return Policy parameters. 
- getParameters() - Method in class java.security.Signature
- 
Returns the parameters used with this signature object. 
- getParameters() - Method in class java.util.logging.LogRecord
- 
Get the parameters to the log message. 
- getParameters() - Method in class javax.activation.MimeType
- 
Retrieve this object's parameter list. 
- getParameters() - Method in class javax.crypto.Cipher
- 
Returns the parameters used with this cipher. 
- getParameters() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the formal parameters of this executable. 
- getParameters() - Method in class javax.net.ssl.CertPathTrustManagerParameters
- 
Return a clone of the CertPathParameters encapsulated by this class. 
- getParameters() - Method in class javax.net.ssl.KeyStoreBuilderParameters
- 
Return the unmodifiable List of the
  KeyStore.Builders
 encapsulated by this object. 
- getParameters() - Method in class javax.security.auth.login.Configuration
- 
Return Configuration parameters. 
- getParameterSpec(Class<T>) - Method in class java.security.AlgorithmParameters
- 
Returns a (transparent) specification of this parameter object. 
- getParameterSpec() - Method in interface javax.xml.crypto.AlgorithmMethod
- 
Returns the algorithm parameters of this AlgorithmMethod.
 
- getParameterSpec() - Method in interface javax.xml.crypto.dsig.CanonicalizationMethod
- 
Returns the algorithm-specific input parameters associated with this
 CanonicalizationMethod.
 
- getParameterSpec() - Method in interface javax.xml.crypto.dsig.DigestMethod
- 
Returns the algorithm-specific input parameters associated with this
 DigestMethod.
 
- getParameterSpec() - Method in interface javax.xml.crypto.dsig.SignatureMethod
- 
Returns the algorithm-specific input parameters of this
 SignatureMethod.
 
- getParameterSpec() - Method in interface javax.xml.crypto.dsig.Transform
- 
Returns the algorithm-specific input parameters associated with this
 Transform.
 
- getParameterType(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the designated parameter's SQL type. 
- getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the designated parameter's database-specific type name. 
- getParameterTypes() - Method in class java.lang.reflect.Constructor
- 
Returns an array of Classobjects that represent the formal
 parameter types, in declaration order, of the constructor
 represented by thisConstructorobject.
 
- getParameterTypes() - Method in class java.lang.reflect.Method
- 
Returns an array of Classobjects that represent the formal
 parameter types, in declaration order, of the method
 represented by thisMethodobject.
 
- getParameterTypes() - Method in interface javax.lang.model.type.ExecutableType
- 
Returns the types of this executable's formal parameters. 
- getParameterTypes() - Method in class javax.management.loading.MLetContent
- 
Gets the list of values of the TYPEattribute in
 each nested <PARAM> tag within theMLETtag.
 
- getParameterValues() - Method in class javax.management.loading.MLetContent
- 
Gets the list of values of the VALUEattribute in
 each nested <PARAM> tag within theMLETtag.
 
- getParams() - Method in interface java.security.interfaces.DSAKey
- 
Returns the DSA-specific key parameters. 
- getParams() - Method in interface java.security.interfaces.ECKey
- 
Returns the domain parameters associated
 with this key. 
- getParams() - Method in class java.security.spec.ECPrivateKeySpec
- 
Returns the associated elliptic curve domain
 parameters. 
- getParams() - Method in class java.security.spec.ECPublicKeySpec
- 
Returns the associated elliptic curve domain
 parameters. 
- getParams() - Method in interface javax.crypto.interfaces.DHKey
- 
Returns the key parameters. 
- getParams() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves an array containing the parameter values (both Objects and
 primitives) that have been set for this
 RowSetobject's command and throws anSQLExceptionobject
 if all parameters have not been set.
 
- getParams() - Method in interface javax.sql.RowSetInternal
- 
Retrieves the parameters that have been set for this
 RowSetobject's command.
 
- getParent() - Method in class java.awt.Component
- 
Gets the parent of this component. 
- getParent() - Method in class java.awt.image.Raster
- 
Returns the parent Raster (if any) of this Raster or null. 
- getParent() - Method in class java.awt.MenuComponent
- 
Returns the parent container for this menu component. 
- getParent() - Method in class java.awt.PopupMenu
- 
Returns the parent container for this menu component. 
- getParent() - Method in class java.io.File
- 
Returns the pathname string of this abstract pathname's parent, or
 nullif this pathname does not name a parent directory.
 
- getParent() - Method in class java.lang.ClassLoader
- 
Returns the parent class loader for delegation. 
- getParent() - Method in class java.lang.ThreadGroup
- 
Returns the parent of this thread group. 
- getParent() - Method in class java.net.NetworkInterface
- 
Returns the parent NetworkInterface of this interface if this is
 a subinterface, or nullif it is a physical
 (non virtual) interface or has no parent.
 
- getParent() - Method in interface java.nio.file.Path
- 
Returns the parent path, or nullif this path does not
 have a parent.
 
- getParent() - Method in interface java.security.cert.PolicyNode
- 
Returns the parent of this node, or nullif this is the
 root node.
 
- getParent() - Method in class java.util.concurrent.Phaser
- 
Returns the parent of this phaser, or nullif none.
 
- getParent() - Method in class java.util.logging.Logger
- 
Return the parent for this Logger. 
- getParent() - Method in class java.util.prefs.NodeChangeEvent
- 
Returns the parent of the node that was added or removed. 
- getParent() - Method in class javax.swing.ActionMap
- 
Returns this ActionMap's parent.
 
- getParent() - Method in class javax.swing.InputMap
- 
Gets this InputMap's parent.
 
- getParent() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Returns the parent TreeNodeof the receiver.
 
- getParent() - Method in class javax.swing.text.View
- 
Returns the parent of the view. 
- getParent() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns this node's parent or null if this node has no parent. 
- getParent() - Method in interface javax.swing.tree.TreeNode
- 
Returns the parent TreeNodeof the receiver.
 
- getParent() - Method in class javax.xml.crypto.dsig.dom.DOMSignContext
- 
Returns the parent node. 
- getParent() - Method in class javax.xml.stream.util.EventReaderDelegate
- 
Get the parent of this instance. 
- getParent() - Method in class javax.xml.stream.util.StreamReaderDelegate
- 
Get the parent of this instance. 
- getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Get the parent reader. 
- getParent() - Method in interface org.xml.sax.XMLFilter
- 
Get the parent reader. 
- getParentDirectory(File) - Method in class javax.swing.filechooser.FileSystemView
- 
Returns the parent directory of dir.
 
- getParentElement() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the parent of the element. 
- getParentElement() - Method in interface javax.swing.text.Element
- 
Fetches the parent element. 
- getParentElement() - Method in interface javax.xml.soap.Node
- 
Returns the parent element of this Nodeobject.
 
- getParentFile() - Method in class java.io.File
- 
Returns the abstract pathname of this abstract pathname's parent,
 or nullif this pathname does not name a parent
 directory.
 
- getParentLogger() - Method in interface java.sql.Driver
- 
Return the parent Logger of all the Loggers used by this driver. 
- getParentLogger() - Method in interface javax.sql.CommonDataSource
- 
Return the parent Logger of all the Loggers used by this data source. 
- getParentLoggerName(String) - Method in interface java.lang.management.PlatformLoggingMXBean
- 
Returns the name of the
  parent
 for the specified logger. 
- getParentLoggerName(String) - Method in interface java.util.logging.LoggingMXBean
- 
Returns the name of the parent for the specified logger. 
- getParentNode() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the parent of this node. 
- getParentNode() - Method in interface org.w3c.dom.Node
- 
The parent of this node. 
- getParentPath() - Method in class javax.swing.tree.TreePath
- 
Returns the TreePathof the parent.
 
- getParser() - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the parser that is used when inserting HTML into the existing
 document. 
- getParser() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Fetch the parser to use for reading HTML streams. 
- getParser() - Method in class javax.xml.parsers.SAXParser
- 
Returns the SAX parser that is encapsultated by the
 implementation of this class. 
- getPartialSize(int, int) - Method in class javax.swing.text.ParagraphView
- 
Returns the size used by the views between
 startOffsetandendOffset.
 
- getPartialSpan(int, int) - Method in class javax.swing.text.GlyphView
- 
Determines the span along the same axis as tab
 expansion for a portion of the view. 
- getPartialSpan(int, int) - Method in interface javax.swing.text.TabableView
- 
Determines the span along the same axis as tab
 expansion for a portion of the view. 
- getParties() - Method in class java.util.concurrent.CyclicBarrier
- 
Returns the number of parties required to trip this barrier. 
- getPassword() - Method in class java.net.PasswordAuthentication
- 
Returns the user password. 
- getPassword() - Method in class java.security.KeyStore.PasswordProtection
- 
Gets the password. 
- getPassword() - Method in interface javax.crypto.interfaces.PBEKey
- 
Returns the password. 
- getPassword() - Method in class javax.crypto.spec.PBEKeySpec
- 
Returns a copy of the password. 
- getPassword() - Method in class javax.security.auth.callback.PasswordCallback
- 
Get the retrieved password. 
- getPassword() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the password used to create a database connection for this
 RowSetobject.
 
- getPassword() - Method in interface javax.sql.RowSet
- 
Retrieves the password used to create a database connection. 
- getPassword() - Method in class javax.swing.JPasswordField
- 
Returns the text contained in this TextComponent.
 
- getPasswordAuthentication() - Method in class java.net.Authenticator
- 
Called when password authorization is needed. 
- getPasteAction() - Static method in class javax.swing.TransferHandler
- 
Returns an Actionthat performs paste operations from the
 clipboard.
 
- getPatch() - Method in class javax.sound.midi.Instrument
- 
Obtains the Patchobject that indicates the bank and program
 numbers where this instrument is to be stored in the synthesizer.
 
- getPatchList() - Method in class javax.sound.midi.Sequence
- 
Obtains a list of patches referenced in this sequence. 
- getPath() - Method in class java.io.File
- 
Converts this abstract pathname into a pathname string. 
- getPath() - Method in class java.net.HttpCookie
- 
Returns the path on the server
 to which the browser returns this cookie. 
- getPath() - Method in class java.net.URI
- 
Returns the decoded path component of this URI. 
- getPath() - Method in class java.net.URL
- 
Gets the path part of this URL.
 
- getPath(String, String...) - Method in class java.nio.file.FileSystem
- 
Converts a path string, or a sequence of strings that when joined form
 a path string, to a Path.
 
- getPath(URI) - Method in class java.nio.file.spi.FileSystemProvider
- 
Return a  Path object by converting the given  URI. 
- getPath() - Method in class javax.swing.event.MenuDragMouseEvent
- 
Returns the path to the selected menu item. 
- getPath() - Method in class javax.swing.event.MenuKeyEvent
- 
Returns the path to the menu item referenced by this event. 
- getPath() - Method in class javax.swing.event.TreeExpansionEvent
- 
Returns the path to the value that has been expanded/collapsed. 
- getPath() - Method in class javax.swing.event.TreeModelEvent
- 
Convenience method to get the array of objects from the TreePath
 instance that this event wraps. 
- getPath() - Method in class javax.swing.event.TreeSelectionEvent
- 
Returns the first path element. 
- getPath() - Method in class javax.swing.JTree.DropLocation
- 
Returns the path where dropped data should be placed in the
 tree. 
- getPath() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getPath() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the path from the root, to get to this node. 
- getPath() - Method in class javax.swing.tree.TreePath
- 
Returns an ordered array of the elements of this TreePath.
 
- getPath() - Method in class javax.xml.ws.spi.http.HttpContext
- 
Returns the path for this context. 
- getPathBetweenRows(int, int) - Method in class javax.swing.JTree
- 
Returns the paths (inclusive) between the specified rows. 
- getPathBounds(TreePath) - Method in class javax.swing.JTree
- 
Returns the Rectanglethat the specified node will be drawn
 into.
 
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the Rectangle enclosing the label portion that the
 last item in path will be drawn into. 
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getPathBoundsmethod on each UI handled by this object.
 
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
- 
Returns the Rectangle enclosing the label portion that the
 last item in path will be drawn into. 
- getPathClosestTo(int, int) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the path to the node that is closest to x,y. 
- getPathClosestTo(int, int) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns the path to the node that is closest to x,y. 
- getPathClosestTo(int, int) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the path to the node that is closest to x,y. 
- getPathComponent(int) - Method in class javax.swing.tree.TreePath
- 
Returns the path element at the specified index. 
- getPathCount() - Method in class javax.swing.tree.TreePath
- 
Returns the number of elements in the path. 
- getPathForLocation(int, int) - Method in class javax.swing.JTree
- 
Returns the path for the node at the specified location. 
- getPathForRow(int) - Method in class javax.swing.JTree
- 
Returns the path for the specified row. 
- getPathForRow(JTree, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the path for passed in row. 
- getPathForRow(JTree, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getPathForRowmethod on each UI handled by this object.
 
- getPathForRow(JTree, int) - Method in class javax.swing.plaf.TreeUI
- 
Returns the path for passed in row. 
- getPathForRow(int) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the path for passed in row. 
- getPathForRow(int) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns the path for passed in row. 
- getPathForRow(int) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the path for row.
 
- getPathInfo() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the extra path information that follows the web service
 path but precedes the query string in the request URI and will start
 with a "/" character. 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Arc2D
- 
Returns an iteration object that defines the boundary of the
 arc. 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Area
- 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Area
- 
Creates a PathIteratorfor the flattened outline of
 thisAreaobject.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.CubicCurve2D
- 
Returns an iteration object that defines the boundary of the
 shape. 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.CubicCurve2D
- 
Return an iteration object that defines the boundary of the
 flattened shape. 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Ellipse2D
- 
Returns an iteration object that defines the boundary of this
 Ellipse2D.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Line2D
- 
Returns an iteration object that defines the boundary of this
 Line2D.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Line2D
- 
Returns an iteration object that defines the boundary of this
 flattened Line2D.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Path2D.Double
- 
Returns an iterator object that iterates along the
 Shapeboundary and provides access to the geometry of theShapeoutline.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Path2D.Float
- 
Returns an iterator object that iterates along the
 Shapeboundary and provides access to the geometry of theShapeoutline.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Path2D
- 
Returns an iterator object that iterates along the Shapeboundary and provides access to a flattened view of theShapeoutline geometry.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.QuadCurve2D
- 
Returns an iteration object that defines the boundary of the
 shape of this QuadCurve2D.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.QuadCurve2D
- 
Returns an iteration object that defines the boundary of the
 flattened shape of this QuadCurve2D.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Rectangle2D
- 
Returns an iteration object that defines the boundary of this
 Rectangle2D.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Rectangle2D
- 
Returns an iteration object that defines the boundary of the
 flattened Rectangle2D.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.RectangularShape
- 
Returns an iterator object that iterates along the
 Shapeobject's boundary and provides access to a
 flattened view of the outline of theShapeobject's geometry.
 
- getPathIterator(AffineTransform) - Method in class java.awt.geom.RoundRectangle2D
- 
Returns an iteration object that defines the boundary of this
 RoundRectangle2D.
 
- getPathIterator(AffineTransform) - Method in class java.awt.Polygon
- 
Returns an iterator object that iterates along the boundary of this
 Polygonand provides access to the geometry
 of the outline of thisPolygon.
 
- getPathIterator(AffineTransform, double) - Method in class java.awt.Polygon
- 
Returns an iterator object that iterates along the boundary of
 the Shapeand provides access to the geometry of the
 outline of theShape.
 
- getPathIterator(AffineTransform) - Method in interface java.awt.Shape
- 
Returns an iterator object that iterates along the
 Shapeboundary and provides access to the geometry of theShapeoutline.
 
- getPathIterator(AffineTransform, double) - Method in interface java.awt.Shape
- 
Returns an iterator object that iterates along the Shapeboundary and provides access to a flattened view of theShapeoutline geometry.
 
- getPathMatcher(String) - Method in class java.nio.file.FileSystem
- 
Returns a  PathMatcher that performs match operations on the
  String representation of  Path objects by interpreting a
 given pattern. 
- getPaths() - Method in class javax.swing.event.TreeSelectionEvent
- 
Returns the paths that have been added or removed from the
 selection. 
- getPathToNames() - Method in class java.security.cert.X509CertSelector
- 
Returns a copy of the pathToNames criterion. 
- getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array. 
- getPathToRoot(TreeNode) - Method in class javax.swing.tree.DefaultTreeModel
- 
Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array. 
- getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultTreeModel
- 
Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array. 
- getPattern() - Method in exception java.util.regex.PatternSyntaxException
- 
Retrieves the erroneous regular-expression pattern. 
- getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used to separate positive and negative subpatterns
 in a pattern. 
- getPayload() - Method in interface javax.xml.ws.LogicalMessage
- 
Gets the message payload as an XML source, may be called
  multiple times on the same LogicalMessage instance, always
  returns a new Sourcethat may be used to retrieve the entire
  message payload.
 
- getPayload(JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
- 
Gets the message payload as a JAXB object. 
- getPCSType() - Method in class java.awt.color.ICC_Profile
- 
Returns the color space type of the Profile Connection Space (PCS). 
- getPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the peak live thread count since the Java virtual machine
 started or peak was reset. 
- getPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the peak memory usage of this memory pool since the
 Java virtual machine was started or since the peak was reset. 
- getPeer() - Method in class java.awt.Component
- 
Deprecated.
As of JDK version 1.1,
 programs should not directly manipulate peers;
 replaced by boolean isDisplayable().
 
 
- getPeer() - Method in class java.awt.Font
- 
Deprecated.
Font rendering is now platform independent. 
 
- getPeer() - Method in class java.awt.MenuComponent
- 
Deprecated.
As of JDK version 1.1,
 programs should not directly manipulate peers. 
 
- getPeerCertificateChain() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the identity of the peer which was identified as part
 of defining the session. 
- getPeerCertificateChain() - Method in interface javax.net.ssl.SSLSession
- 
Returns the identity of the peer which was identified as part
 of defining the session. 
- getPeerCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the identity of the peer which was established as part
 of defining the session. 
- getPeerCertificates() - Method in interface javax.net.ssl.SSLSession
- 
Returns the identity of the peer which was established as part
 of defining the session. 
- getPeerHost() - Method in class javax.net.ssl.SSLEngine
- 
Returns the host name of the peer. 
- getPeerHost() - Method in interface javax.net.ssl.SSLSession
- 
Returns the host name of the peer in this session. 
- getPeerPort() - Method in class javax.net.ssl.SSLEngine
- 
Returns the port number of the peer. 
- getPeerPort() - Method in interface javax.net.ssl.SSLSession
- 
Returns the port number of the peer in this session. 
- getPeerPrincipal() - Method in class java.net.SecureCacheResponse
- 
Returns the server's principal which was established as part of
 defining the session during the original connection that
 retrieved the network resource. 
- getPeerPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the identity of the peer which was established as part of
 defining the session. 
- getPeerPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
- 
Returns the server's principal which was established as part of
 defining the session. 
- getPeerPrincipal() - Method in interface javax.net.ssl.SSLSession
- 
Returns the identity of the peer which was established as part of
 defining the session. 
- getPeerSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
- 
Obtains an array of supported signature algorithms that the peer is
 able to use. 
- getPercent() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for percent sign. 
- getPercentComplete() - Method in class javax.swing.JProgressBar
- 
Returns the percent complete for the progress bar. 
- getPercentInstance() - Static method in class java.text.NumberFormat
- 
Returns a percentage format for the current default locale. 
- getPercentInstance(Locale) - Static method in class java.text.NumberFormat
- 
Returns a percentage format for the specified locale. 
- getPercentInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
- 
Returns a new NumberFormatinstance which formats
 percentage values for the specified locale.
 
- getPeriod(Integer) - Method in class javax.management.timer.Timer
- 
Gets a copy of the period (in milliseconds) associated to a timer notification. 
- getPeriod(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Gets a copy of the period (in milliseconds) associated to a timer notification. 
- getPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
- 
Returns the permanent focus owner, if the permanent focus owner is in
 the same context as the calling thread. 
- getPerMill() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for per mille sign. 
- getPermission() - Method in class java.net.HttpURLConnection
- 
Returns a  SocketPermission object representing the
 permission necessary to connect to the destination host and port. 
- getPermission() - Method in class java.net.URLConnection
- 
Returns a permission object representing the permission
 necessary to make the connection represented by this
 object. 
- getPermission() - Method in exception java.security.AccessControlException
- 
Gets the Permission object associated with this exeception, or
 null if there was no corresponding Permission object. 
- getPermissions(CodeSource) - Method in class java.net.URLClassLoader
- 
Returns the permissions for the given codesource object. 
- getPermissions(Principal) - Method in interface java.security.acl.Acl
- 
Returns an enumeration for the set of allowed permissions for the
 specified principal (representing an entity such as an individual or
 a group). 
- getPermissions(CodeSource) - Method in class java.security.Policy
- 
Return a PermissionCollection object containing the set of
 permissions granted to the specified CodeSource. 
- getPermissions(ProtectionDomain) - Method in class java.security.Policy
- 
Return a PermissionCollection object containing the set of
 permissions granted to the specified ProtectionDomain. 
- getPermissions() - Method in class java.security.ProtectionDomain
- 
Returns the static permissions granted to this domain. 
- getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
- 
Returns the permissions for the given CodeSource object. 
- getPermissions(Subject, CodeSource) - Method in class javax.security.auth.Policy
- 
Deprecated. Retrieve the Permissions granted to the Principals associated with
 the specified CodeSource.
 
- getPersistenceDelegate(Class<?>) - Method in class java.beans.Encoder
- 
Returns the persistence delegate for the given type. 
- getPhase() - Method in class java.util.concurrent.Phaser
- 
Returns the current phase number. 
- getPIData() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getPIData() - Method in interface javax.xml.stream.XMLStreamReader
- 
Get the data section of a processing instruction 
- getPITarget() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getPITarget() - Method in interface javax.xml.stream.XMLStreamReader
- 
Get the target of a processing instruction 
- getPitchBend() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the upward or downward pitch offset for this channel. 
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns all samples for the specified pixel in an int array. 
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns all samples for the specified pixel in an int array,
 one sample per array element. 
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the specified single band pixel in the first element
 of an intarray.
 
- getPixel(int, int, int[]) - Method in class java.awt.image.Raster
- 
Returns the samples in an array of int for the specified pixel. 
- getPixel(int, int, float[]) - Method in class java.awt.image.Raster
- 
Returns the samples in an array of float for the
 specified pixel. 
- getPixel(int, int, double[]) - Method in class java.awt.image.Raster
- 
Returns the samples in an array of double for the specified pixel. 
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for a specified pixel in an int array,
 one sample per array element. 
- getPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for the specified pixel in an array of float. 
- getPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for the specified pixel in an array of double. 
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns all samples in for the specified pixel in an int array. 
- getPixelBitStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the pixel bit stride in bits. 
- getPixelBounds(FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
- 
Returns the pixel bounds of this GlyphVectorwhen
 rendered in a graphics with the givenFontRenderContextat the given location.
 
- getPixelBounds(FontRenderContext, float, float) - Method in class java.awt.font.TextLayout
- 
Returns the pixel bounds of this TextLayoutwhen
 rendered in a graphics with the givenFontRenderContextat the given location.
 
- getPixelColor(int, int) - Method in class java.awt.Robot
- 
Returns the color of a pixel at the given screen coordinates. 
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns all samples for the specified rectangle of pixels in
 an int array, one sample per data array element. 
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns all samples for the specified rectangle of pixels in
 an int array, one sample per array element. 
- getPixels() - Method in class java.awt.image.PixelGrabber
- 
Get the pixel buffer. 
- getPixels(int, int, int, int, int[]) - Method in class java.awt.image.Raster
- 
Returns an int array containing all samples for a rectangle of pixels,
 one sample per array element. 
- getPixels(int, int, int, int, float[]) - Method in class java.awt.image.Raster
- 
Returns a float array containing all samples for a rectangle of pixels,
 one sample per array element. 
- getPixels(int, int, int, int, double[]) - Method in class java.awt.image.Raster
- 
Returns a double array containing all samples for a rectangle of pixels,
 one sample per array element. 
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns all samples for a rectangle of pixels in an
 int array, one sample per array element. 
- getPixels(int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns all samples for a rectangle of pixels in a float
 array, one sample per array element. 
- getPixels(int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns all samples for a rectangle of pixels in a double
 array, one sample per array element. 
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns all samples for the specified rectangle of pixels in
 an int array, one sample per array element. 
- getPixelSize() - Method in class java.awt.image.ColorModel
- 
Returns the number of bits per pixel described by this
 ColorModel.
 
- getPixelStride() - Method in class java.awt.image.ComponentSampleModel
- 
Returns the pixel stride of this ComponentSampleModel. 
- getPlaceholder() - Method in class javax.swing.text.MaskFormatter
- 
Returns the String to use if the value does not completely fill
 in the mask. 
- getPlaceholderCharacter() - Method in class javax.swing.text.MaskFormatter
- 
Returns the character to use in place of characters that are not present
 in the value, ie the user must fill them in. 
- getPlatformManagementInterfaces() - Static method in class java.lang.management.ManagementFactory
- 
Returns the set of  Class objects, subinterface of
  PlatformManagedObject, representing
 all management interfaces for
 monitoring and managing the Java platform. 
- getPlatformMBeanServer() - Static method in class java.lang.management.ManagementFactory
- 
- getPlatformMXBean(Class<T>) - Static method in class java.lang.management.ManagementFactory
- 
Returns the platform MXBean implementing
 the given mxbeanInterfacewhich is specified
 to have one single instance in the Java virtual machine.
 
- getPlatformMXBean(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
- 
Returns the platform MXBean proxy for
 mxbeanInterfacewhich is specified to have one single
 instance in a Java virtual machine and the proxy will
 forward the method calls through the givenMBeanServerConnection.
 
- getPlatformMXBeans(Class<T>) - Static method in class java.lang.management.ManagementFactory
- 
Returns the list of platform MXBeans implementing
 the given mxbeanInterfacein the Java
 virtual machine.
 
- getPlatformMXBeans(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
- 
Returns the list of the platform MXBean proxies for
 forwarding the method calls of the mxbeanInterfacethrough the givenMBeanServerConnection.
 
- getPluginClassName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns the fully-qualified class name of the
 ImageReaderorImageWriterplug-in
 associated with this service provider.
 
- getPoint() - Method in class java.awt.event.MouseEvent
- 
Returns the x,y position of the event relative to the source component. 
- getPoint1() - Method in class java.awt.GradientPaint
- 
Returns a copy of the point P1 that anchors the first color. 
- getPoint2() - Method in class java.awt.GradientPaint
- 
Returns a copy of the point P2 which anchors the second color. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.AffineTransformOp
- 
Returns the location of the corresponding destination point given a
 point in the source. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.BandCombineOp
- 
Returns the location of the corresponding destination point given a
 point in the source Raster.
 
- getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.BufferedImageOp
- 
Returns the location of the corresponding destination point given a
 point in the source image. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ColorConvertOp
- 
Returns the location of the destination point given a
 point in the source. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ConvolveOp
- 
Returns the location of the destination point given a
 point in the source. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.LookupOp
- 
Returns the location of the destination point given a
 point in the source. 
- getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.RasterOp
- 
Returns the location of the destination point given a
 point in the source Raster. 
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.RescaleOp
- 
Returns the location of the destination point given a
 point in the source. 
- getPointerInfo() - Static method in class java.awt.MouseInfo
- 
Returns a PointerInfoinstance that represents the current
 location of the mouse pointer.
 
- getPointSize(int) - Method in class javax.swing.text.html.StyleSheet
- 
Returns the point size, given a size index. 
- getPointSize(String) - Method in class javax.swing.text.html.StyleSheet
- 
Given a string such as "+2", "-2", or "2",
  returns a point size value. 
- getPolicy() - Method in class java.security.cert.X509CertSelector
- 
Returns the policy criterion. 
- getPolicy() - Static method in class java.security.Policy
- 
Returns the installed Policy object. 
- getPolicy() - Static method in class javax.security.auth.Policy
- 
Deprecated. Returns the installed Policy object. 
- getPolicyQualifier() - Method in class java.security.cert.PolicyQualifierInfo
- 
Returns the ASN.1 DER encoded form of the qualifierfield of thisPolicyQualifierInfo.
 
- getPolicyQualifierId() - Method in class java.security.cert.PolicyQualifierInfo
- 
Returns the policyQualifierIdfield of thisPolicyQualifierInfo.
 
- getPolicyQualifiers() - Method in interface java.security.cert.PolicyNode
- 
Returns the set of policy qualifiers associated with the
 valid policy represented by this node. 
- getPolicyQualifiersRejected() - Method in class java.security.cert.PKIXParameters
- 
Gets the PolicyQualifiersRejected flag. 
- getPolicyTree() - Method in class java.security.cert.PKIXCertPathValidatorResult
- 
Returns the root node of the valid policy tree resulting from the
 PKIX certification path validation algorithm. 
- getPolyPressure(int) - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the pressure with which the specified key is being depressed. 
- getPool() - Static method in class java.util.concurrent.ForkJoinTask
- 
Returns the pool hosting the current task execution, or null
 if this task is executing outside of any ForkJoinPool. 
- getPool() - Method in class java.util.concurrent.ForkJoinWorkerThread
- 
Returns the pool hosting this thread. 
- getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
- 
Attempts to establish a physical database connection that can
 be used as a pooled connection. 
- getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
- 
Attempts to establish a physical database connection that can
 be used as a pooled connection. 
- getPoolIndex() - Method in class java.util.concurrent.ForkJoinWorkerThread
- 
Returns the index number of this thread in its pool. 
- getPoolName() - Method in class java.lang.management.MemoryNotificationInfo
- 
Returns the name of the memory pool that triggers this notification. 
- getPoolSize() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns the number of worker threads that have started but not
 yet terminated. 
- getPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the current number of threads in the pool. 
- getPopup(JPopupMenu, int, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getPopupmethod on each UI handled by this object.
 
- getPopup(JPopupMenu, int, int) - Method in class javax.swing.plaf.PopupMenuUI
- 
Returns the Popupthat will be responsible for
 displaying theJPopupMenu.
 
- getPopup(Component, Component, int, int) - Method in class javax.swing.PopupFactory
- 
Creates a Popupfor the Componentownercontaining the Componentcontents.
 
- getPopupHeightForRowCount(int) - Method in class javax.swing.plaf.basic.BasicComboPopup
- 
Retrieves the height of the popup based on the current
 ListCellRenderer and the maximum row count. 
- getPopupLocation(MouseEvent) - Method in class javax.swing.JComponent
- 
Returns the preferred location to display the popup menu in this
 component's coordinate system. 
- getPopupMenu() - Method in class java.awt.TrayIcon
- 
Returns the popup menu associated with this TrayIcon.
 
- getPopupMenu() - Method in class javax.swing.JMenu
- 
Returns the popupmenu associated with this menu. 
- getPopupMenuListeners() - Method in class javax.swing.JComboBox
- 
Returns an array of all the PopupMenuListeners added
 to this JComboBox with addPopupMenuListener().
 
- getPopupMenuListeners() - Method in class javax.swing.JPopupMenu
- 
Returns an array of all the PopupMenuListeners added
 to this JMenuItem with addPopupMenuListener().
 
- getPopupMenuOrigin() - Method in class javax.swing.JMenu
- 
Computes the origin for the JMenu's popup menu.
 
- getPort() - Method in class java.net.DatagramPacket
- 
Returns the port number on the remote host to which this datagram is
 being sent or from which the datagram was received. 
- getPort() - Method in class java.net.DatagramSocket
- 
Returns the port number to which this socket is connected. 
- getPort() - Method in class java.net.InetSocketAddress
- 
Gets the port number. 
- getPort() - Method in class java.net.Socket
- 
Returns the remote port number to which this socket is connected. 
- getPort() - Method in class java.net.SocketImpl
- 
Returns the value of this socket's portfield.
 
- getPort() - Method in class java.net.URI
- 
Returns the port number of this URI. 
- getPort() - Method in class java.net.URL
- 
Gets the port number of this URL.
 
- getPort() - Method in class java.security.cert.LDAPCertStoreParameters
- 
Returns the port number of the LDAP server. 
- getPort() - Method in class javax.management.remote.JMXServiceURL
- 
The port of the Service URL. 
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
- 
The getPortmethod returns a proxy.
 
- getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
- 
The getPortmethod returns a proxy.
 
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
- 
The getPortmethod returns a proxy.
 
- getPort(Class<T>) - Method in class javax.xml.ws.Service
- 
The getPortmethod returns a proxy.
 
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
- 
The getPortmethod returns a proxy.
 
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
- 
The getPortmethod returns a proxy.
 
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
- 
The getPort method returns a proxy. 
- getPort(QName, Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
- 
The getPortmethod returns a proxy.
 
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
- 
The getPortmethod returns a proxy.
 
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
- 
The getPortmethod returns a proxy.
 
- getPort(Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
- 
The getPortmethod returns a proxy.
 
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
- 
The getPortmethod returns a proxy.
 
- getPortlist() - Method in class java.net.HttpCookie
- 
Return the port list attribute of the cookie 
- getPortName() - Method in interface javax.xml.ws.handler.PortInfo
- 
Gets the qualified name of the WSDL port being accessed. 
- getPorts() - Method in class javax.xml.ws.Service
- 
Returns an Iteratorfor the list ofQNames of service endpoints grouped by this
 service
 
- getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
- 
Returns an Iteratorfor the list ofQNames of service endpoints grouped by this
 service
 
- getPosition() - Method in class java.awt.font.LineBreakMeasurer
- 
Returns the current position of this LineBreakMeasurer.
 
- getPosition(Component) - Method in class javax.swing.JLayeredPane
- 
Get the relative position of the component within its layer. 
- getPosition(int) - Method in class javax.swing.SizeSequence
- 
Returns the start position for the specified entry. 
- getPosition() - Method in class javax.swing.text.TabStop
- 
Returns the position, as a float, of the tab. 
- getPosition() - Method in interface javax.tools.Diagnostic
- 
Gets a character offset from the beginning of the source object
 associated with this diagnostic that indicates the location of
 the problem. 
- getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
- 
The current position in the input source, including all external
 entities and other resources that have been read. 
- getPositionAbove(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
- 
Determines the position in the model that is closest to the given
 view location in the row above. 
- getPositionBelow(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
- 
Determines the position in the model that is closest to the given
 view location in the row below. 
- getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.GapContent
- 
Returns a Vector containing instances of UndoPosRef for the
 Positions in the range
 offsettooffset+length.
 
- getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.StringContent
- 
Returns a Vector containing instances of UndoPosRef for the
 Positions in the range
 offsettooffset+length.
 
- getPositivePrefix() - Method in class java.text.DecimalFormat
- 
Get the positive prefix. 
- getPositiveSuffix() - Method in class java.text.DecimalFormat
- 
Get the positive suffix. 
- getPosixFilePermissions(Path, LinkOption...) - Static method in class java.nio.file.Files
- 
Returns a file's POSIX file permissions. 
- getPreciseWheelRotation() - Method in class java.awt.event.MouseWheelEvent
- 
Returns the number of "clicks" the mouse wheel was rotated, as a double. 
- getPrecision() - Method in class java.math.MathContext
- 
Returns the precisionsetting.
 
- getPrecision(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the designated parameter's specified column size. 
- getPrecision(int) - Method in interface java.sql.ResultSetMetaData
- 
Get the designated column's specified column size. 
- getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
- 
Returns the precision 
- getPrecision() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the resolution or granularity of the control, in the units
 that the control measures. 
- getPrecision(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the total number of digits for values stored in
 the designated column. 
- getPredefinedCursor(int) - Static method in class java.awt.Cursor
- 
Returns a cursor object with the specified predefined type. 
- getPreferredButtonSize(AbstractButton, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
-  
- getPreferredCommands(String) - Method in class javax.activation.CommandMap
- 
Get the preferred command list from a MIME Type. 
- getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
- 
Get the preferred command list from a MIME Type. 
- getPreferredCommands() - Method in class javax.activation.DataHandler
- 
Return the preferred commands for this type of data. 
- getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
- 
Get the preferred command list for a MIME Type. 
- getPreferredGap(JComponent, JComponent, LayoutStyle.ComponentPlacement, int, Container) - Method in class javax.swing.LayoutStyle
- 
Returns the amount of space to use between two components. 
- getPreferredHeight() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the preferred height. 
- getPreferredHeight() - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the preferred height. 
- getPreferredHorizontalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getPreferredInnerHorizontal() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-  
- getPreferredInnerVertical() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-  
- getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class javax.swing.plaf.synth.SynthMenuItemUI
-  
- getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class javax.swing.plaf.synth.SynthMenuUI
-  
- getPreferredMinSize() - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the minimum preferred size. 
- getPreferredScrollableViewportSize() - Method in class javax.swing.JLayer
- 
Returns the preferred size of the viewport for a view component. 
- getPreferredScrollableViewportSize() - Method in class javax.swing.JList
- 
Computes the size of viewport needed to display visibleRowCountrows.
 
- getPreferredScrollableViewportSize() - Method in class javax.swing.JTable
- 
Returns the preferred size of the viewport for this table. 
- getPreferredScrollableViewportSize() - Method in class javax.swing.JTextArea
- 
Returns the preferred size of the viewport if this component
 is embedded in a JScrollPane. 
- getPreferredScrollableViewportSize() - Method in class javax.swing.JTree
- 
Returns the preferred display size of a JTree.
 
- getPreferredScrollableViewportSize() - Method in interface javax.swing.Scrollable
- 
Returns the preferred size of the viewport for a view component. 
- getPreferredScrollableViewportSize() - Method in class javax.swing.text.JTextComponent
- 
Returns the preferred size of the viewport for a view component. 
- getPreferredSize() - Method in class java.awt.Component
- 
Gets the preferred size of this component. 
- getPreferredSize() - Method in class java.awt.Container
- 
Returns the preferred size of this container. 
- getPreferredSize(int) - Method in class java.awt.List
- 
Gets the preferred dimensions for a list with the specified
 number of rows. 
- getPreferredSize() - Method in class java.awt.List
- 
Gets the preferred size of this scrolling list. 
- getPreferredSize(int, int) - Method in class java.awt.TextArea
- 
Determines the preferred size of a text area with the specified
 number of rows and columns. 
- getPreferredSize() - Method in class java.awt.TextArea
- 
Determines the preferred size of this text area. 
- getPreferredSize(int) - Method in class java.awt.TextField
- 
Gets the preferred size of this text field
 with the specified number of columns. 
- getPreferredSize() - Method in class java.awt.TextField
- 
Gets the preferred size of this text field. 
- getPreferredSize() - Method in class javax.swing.JComponent
- 
If the preferredSizehas been set to a
 non-nullvalue just returns it.
 
- getPreferredSize() - Method in class javax.swing.JEditorPane
- 
Returns the preferred size for the JEditorPane.
 
- getPreferredSize() - Method in class javax.swing.JTextArea
- 
Returns the preferred size of the TextArea. 
- getPreferredSize() - Method in class javax.swing.JTextField
- 
Returns the preferred size Dimensionsneeded for thisTextField.
 
- getPreferredSize() - Method in class javax.swing.JToolBar.Separator
- 
Returns the preferred size for the separator. 
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
- 
Returns the preferred size of the BasicArrowButton.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
- 
The preferredSize of the list depends upon the layout orientation. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
If cis theJOptionPanethe receiver
 is contained in, the preferred
 size that is returned is the maximum of the preferred size of
 theLayoutManagerfor theJOptionPane, andgetMinimumOptionPaneSize.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
- 
The preferred size of the radio button 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
A vertical scrollbar's preferred width is the maximum of
 preferred widths of the (non null)
 increment/decrement buttons,
 and the minimum width of the thumb.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Returns dividerSize x dividerSize 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the preferred size for the passed in component,
 This is passed off to the current layoutmanager. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
Return the preferred size of the header. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
- 
Return the preferred size of the table. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextAreaUI
- 
The method is overridden to take into account caret width. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Gets the preferred size for the editor component. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the preferred size to properly display the tree,
 this is a cover method for getPreferredSize(c, true). 
- getPreferredSize(JComponent, boolean) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the preferred size to represent the tree in
 c. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
- 
Returns the specified component's preferred size appropriate for
 the look and feel. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.LayerUI
- 
If the JLayer's view component is notnull,
 this returns the result of  the view'sgetPreferredSize()method.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
- 
Returns the preferred size of the specified
 JFileChooser.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalScrollBarUI
-  
- getPreferredSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalToolTipUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Invokes the getPreferredSizemethod on each UI handled by this object.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthButtonUI
-  
- getPreferredSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
- 
Returns the preferred size needed to properly render an icon and text. 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthLabelUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthProgressBarUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthScrollBarUI
- 
A vertical scrollbar's preferred width is the maximum of
 preferred widths of the (non null)
 increment/decrement buttons,
 and the minimum width of the thumb.
 
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthSeparatorUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.synth.SynthToolTipUI
-  
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
- 
Overrides JTextField.getPreferredSizeto
 return the preferred size based on current font, if set,
 or else use renderer's font.
 
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
- 
Returns the preferred size for the Container.
 
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Overrides JComponent.getPreferredSizeto
 return slightly wider preferred size value.
 
- getPreferredSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the width of the passed in Components preferred size. 
- getPreferredSpan(int) - Method in class javax.swing.text.AsyncBoxView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.BoxView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.ComponentView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.FieldView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.GlyphView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.html.BlockView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.html.ImageView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.html.ParagraphView
- 
Determines the preferred span for this view. 
- getPreferredSpan(int) - Method in class javax.swing.text.IconView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.PasswordView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.PlainView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.View
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredSpan(int) - Method in class javax.swing.text.WrappedPlainView
- 
Determines the preferred span for this view along an
 axis. 
- getPreferredThumbnailSizes(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class javax.imageio.ImageWriter
- 
Returns an array of Dimensions indicating the
 legal size ranges for thumbnail images as they will be encoded
 in the output file or stream.
 
- getPreferredTileSizes() - Method in class javax.imageio.ImageWriteParam
- 
Returns an array of Dimensions indicating the
 legal size ranges for tiles as they will be encoded in the
 output file or stream.
 
- getPreferredValue() - Method in class javax.swing.Spring
- 
Returns the preferred value of this Spring.
 
- getPreferredVerticalSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getPreferredWidth() - Method in class javax.swing.table.TableColumn
- 
Returns the preferred width of the TableColumn.
 
- getPreferredWidth(Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the preferred width for the passed in region. 
- getPreferredWidth(Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the preferred width and height for the region in
 visibleRegion.
 
- getPrefix() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns null, since namespaces are not supported.
 
- getPrefix(int) - Method in class javax.naming.CompositeName
- 
Creates a composite name whose components consist of a prefix of the
 components in this composite name. 
- getPrefix(int) - Method in class javax.naming.CompoundName
- 
Creates a compound name whose components consist of a prefix of the
 components in this compound name. 
- getPrefix(int) - Method in class javax.naming.ldap.LdapName
- 
Creates a name whose components consist of a prefix of the
 components of this LDAP name. 
- getPrefix(int) - Method in interface javax.naming.Name
- 
Creates a name whose components consist of a prefix of the
 components of this name. 
- getPrefix(String) - Method in interface javax.xml.namespace.NamespaceContext
- 
Get prefix bound to Namespace URI in the current scope. 
- getPrefix() - Method in class javax.xml.namespace.QName
- 
Get the prefix of this QName.
 
- getPrefix() - Method in interface javax.xml.soap.Name
- 
Returns the prefix that was specified when this Nameobject
 was initialized.
 
- getPrefix() - Method in interface javax.xml.stream.events.Namespace
- 
Gets the prefix, returns "" if this is a default
 namespace declaration. 
- getPrefix() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getPrefix(String) - Method in interface javax.xml.stream.XMLEventWriter
- 
Gets the prefix the uri is bound to 
- getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the prefix of the current event or null if the event does not have a prefix 
- getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
- 
Gets the prefix the uri is bound to 
- getPrefix() - Method in interface org.w3c.dom.Node
- 
The namespace prefix of this node, or nullif it is
 unspecified.
 
- getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Return one of the prefixes mapped to a Namespace URI. 
- getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
- 
Get all prefixes bound to a Namespace URI in the current
 scope. 
- getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Return an enumeration of all prefixes whose declarations are
 active in the current context. 
- getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Return an enumeration of all prefixes for a given URI whose
 declarations are active in the current context. 
- getPrefixList() - Method in class javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
- 
Returns the inclusive namespace prefix list. 
- getPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Provides a localized, human readable description of this edit
 suitable for use in, say, a change log. 
- getPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
- 
This default implementation returns "". 
- getPresentationName() - Method in class javax.swing.undo.CompoundEdit
- 
Returns getPresentationNamefrom the
 lastUndoableEditadded toedits.
 
- getPresentationName() - Method in class javax.swing.undo.StateEdit
- 
Gets the presentation name for this edit 
- getPresentationName() - Method in interface javax.swing.undo.UndoableEdit
- 
Returns a localized, human-readable description of this edit, suitable
 for use in a change log, for example. 
- getPreservesUnknownTags() - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the behavior the parser observes when encountering
 unknown tags. 
- getPressedIcon() - Method in class javax.swing.AbstractButton
- 
Returns the pressed icon for the button. 
- getPreviewPanel() - Static method in class javax.swing.colorchooser.ColorChooserComponentFactory
-  
- getPreviewPanel() - Method in class javax.swing.JColorChooser
- 
Returns the preview panel that shows a chosen color. 
- getPreviousBounds(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
- 
Gets the normal bounds of the component prior to the component
 being maximized. 
- getPreviousLeaf() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the leaf before this node or null if this node is the
 first leaf in the tree. 
- getPreviousNode() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the node that precedes this node in a preorder traversal of
 this node's tree. 
- getPreviousRowCount() - Method in class javax.swing.event.RowSorterEvent
- 
Returns the number of rows before the sort. 
- getPreviousSibling() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the previous sibling of this node, or nullif this node has no previous sibling.
 
- getPreviousSibling() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the previous sibling of this node in the parent's children
 array. 
- getPreviousSibling() - Method in interface org.w3c.dom.Node
- 
The node immediately preceding this node. 
- getPreviousTabIndex(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getPreviousTabIndexInRun(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getPreviousTabRun(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getPreviousValue() - Method in class javax.swing.JSpinner
- 
Returns the object in the sequence that comes
 before the object returned by getValue().
 
- getPreviousValue() - Method in class javax.swing.SpinnerDateModel
- 
Returns the previous Datein the sequence, ornullif the previous date is beforestart.
 
- getPreviousValue() - Method in class javax.swing.SpinnerListModel
- 
Returns the previous element of the underlying sequence or
 nullif value is already the first element.
 
- getPreviousValue() - Method in interface javax.swing.SpinnerModel
- 
Return the object in the sequence that comes before the object returned
 by getValue().
 
- getPreviousValue() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the previous number in the sequence. 
- getPreviousWord(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determine the start of the prev word for the given location. 
- getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
- 
prevValueindicates the previous value of theAttrnode in DOMAttrModified events, and of theCharacterDatanode in DOMCharacterDataModified events.
 
- getPrimary1() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the primary 1 color. 
- getPrimary1() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary 1 color. 
- getPrimary1() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the primary 1 color. 
- getPrimary2() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the primary 2 color. 
- getPrimary2() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary 2 color. 
- getPrimary2() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the primary 2 color. 
- getPrimary3() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the primary 3 color. 
- getPrimary3() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary 3 color. 
- getPrimary3() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the primary 3 color. 
- getPrimaryControl() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the primary control color of the current theme. 
- getPrimaryControl() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary control color. 
- getPrimaryControlDarkShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the primary control dark shadow color of the current
 theme. 
- getPrimaryControlDarkShadow() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary control dark shadow color. 
- getPrimaryControlHighlight() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the primary control highlight color of the current
 theme. 
- getPrimaryControlHighlight() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary control highlight color. 
- getPrimaryControlInfo() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the primary control info color of the current theme. 
- getPrimaryControlInfo() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary control info color. 
- getPrimaryControlShadow() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the primary control shadow color of the current theme. 
- getPrimaryControlShadow() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the primary control shadow color. 
- getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the given table's primary key columns. 
- getPrimaryType() - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the primary MIME type for this DataFlavor.
 
- getPrimaryType() - Method in class javax.activation.MimeType
- 
Retrieve the primary type of this object. 
- getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
- 
Returns the prime. 
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the primeExponentP. 
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the primeExponentP. 
- getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the primeExponentP. 
- getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the primeExponentP. 
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the primeExponentQ. 
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the primeExponentQ. 
- getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the primeExponentQ. 
- getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the primeExponentQ. 
- getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the primeP. 
- getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the primeP. 
- getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the primeP. 
- getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the primeP. 
- getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the primeQ. 
- getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the primeQ. 
- getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the primeQ. 
- getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the primeQ. 
- getPrimeSize() - Method in class javax.crypto.spec.DHGenParameterSpec
- 
Returns the size in bits of the prime modulus. 
- getPrimitiveArrayType(Class<T>) - Static method in class javax.management.openmbean.ArrayType
- 
Create an ArrayTypeinstance in a type-safe manner.
 
- getPrimitiveType(TypeKind) - Method in interface javax.lang.model.util.Types
- 
Returns a primitive type. 
- getPrincipal() - Method in interface java.security.acl.AclEntry
- 
Returns the principal for which permissions are granted or denied by
 this ACL entry. 
- getPrincipal() - Method in interface java.security.Certificate
- 
Deprecated. Returns the principal of the principal-key pair being guaranteed by
 the guarantor. 
- getPrincipal() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the principal that this key belongs to. 
- getPrincipals() - Method in class java.security.ProtectionDomain
- 
Returns an array of principals for this domain. 
- getPrincipals() - Method in class javax.security.auth.PrivateCredentialPermission
- 
Returns the Principalclasses and names
 associated with thisPrivateCredentialPermission.
 
- getPrincipals() - Method in class javax.security.auth.Subject
- 
Return the Setof Principals associated with thisSubject.
 
- getPrincipals(Class<T>) - Method in class javax.security.auth.Subject
- 
Return a Setof Principals associated with thisSubjectthat are instances or subclasses of the specifiedClass.
 
- getPrintable(int) - Method in class java.awt.print.Book
- 
Returns the  Printable instance responsible for rendering
 the page specified by  pageIndex. 
- getPrintable(int) - Method in interface java.awt.print.Pageable
- 
Returns the Printableinstance responsible for
 rendering the page specified bypageIndex.
 
- getPrintable(JTable.PrintMode, MessageFormat, MessageFormat) - Method in class javax.swing.JTable
- 
Return a Printablefor use in printing this JTable.
 
- getPrintable(MessageFormat, MessageFormat) - Method in class javax.swing.text.JTextComponent
- 
Returns a Printableto use for printing the content of thisJTextComponent.
 
- getPrintableArea(int) - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the printable area as an array of 4 values in the order
 x, y, w, h. 
- getPrintData() - Method in interface javax.print.Doc
- 
Obtains the print data representation object that contains this doc
 object's piece of print data in the format corresponding to the
 supported doc flavor. 
- getPrintData() - Method in class javax.print.SimpleDoc
-  
- getPrinter() - Method in class java.awt.JobAttributes
- 
Returns the destination printer for jobs using these attributes. 
- getPrinterJob() - Method in interface java.awt.print.PrinterGraphics
- 
Returns the PrinterJobthat is controlling the
 current rendering request.
 
- getPrinterJob() - Static method in class java.awt.print.PrinterJob
- 
Creates and returns a PrinterJobwhich is initially
 associated with the default printer.
 
- getPrinterResolution() - Method in class java.awt.PageAttributes
- 
Returns the print resolution for pages using these attributes. 
- getPrintEventType() - Method in class javax.print.event.PrintJobEvent
- 
Gets the reason for this event. 
- getPrintJob() - Method in interface java.awt.PrintGraphics
- 
Returns the PrintJob object from which this PrintGraphics
 object originated. 
- getPrintJob(Frame, String, Properties) - Method in class java.awt.Toolkit
- 
Gets a PrintJobobject which is the result of initiating
 a print operation on the toolkit's platform.
 
- getPrintJob(Frame, String, JobAttributes, PageAttributes) - Method in class java.awt.Toolkit
- 
Gets a PrintJobobject which is the result of initiating
 a print operation on the toolkit's platform.
 
- getPrintJob() - Method in class javax.print.event.PrintJobAttributeEvent
- 
Determine the Print Job to which this print job event pertains. 
- getPrintJob() - Method in class javax.print.event.PrintJobEvent
- 
Determines the DocPrintJobto which this print job
 event pertains.
 
- getPrintQuality() - Method in class java.awt.PageAttributes
- 
Returns the print quality for pages using these attributes. 
- getPrintService() - Method in class java.awt.print.PrinterJob
- 
Returns the service (printer) for this printer job. 
- getPrintService() - Method in interface javax.print.DocPrintJob
- 
Determines the  PrintService object to which this print job
 object is bound. 
- getPrintService() - Method in class javax.print.event.PrintServiceAttributeEvent
- 
Returns the print service. 
- getPrintService(OutputStream) - Method in class javax.print.StreamPrintServiceFactory
- 
Returns a StreamPrintServicethat can print to
 the specified output stream.
 
- getPrintServices(DocFlavor, AttributeSet) - Method in class javax.print.PrintServiceLookup
- 
Locates services that can be positively confirmed to support
 the combination of attributes and DocFlavors specified. 
- getPrintServices() - Method in class javax.print.PrintServiceLookup
- 
Not called directly by applications. 
- getPriority() - Method in class java.lang.Thread
- 
Returns this thread's priority. 
- getPrivacy() - Method in class org.ietf.jgss.MessageProp
- 
Retrieves the privacy state. 
- getPrivate() - Method in class java.security.KeyPair
- 
Returns a reference to the private key component of this key pair. 
- getPrivateCredentials() - Method in class javax.security.auth.Subject
- 
Return the Setof private credentials held by thisSubject.
 
- getPrivateCredentials(Class<T>) - Method in class javax.security.auth.Subject
- 
Return a Setof private credentials associated with thisSubjectthat are instances or subclasses of the specifiedClass.
 
- getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
- 
Returns the private exponent. 
- getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
- 
Returns the private exponent. 
- getPrivateKey() - Method in class java.security.KeyStore.PrivateKeyEntry
- 
Gets the PrivateKeyfrom this entry.
 
- getPrivateKey() - Method in class java.security.Signer
- 
Deprecated. Returns this signer's private key. 
- getPrivateKey(String) - Method in interface javax.net.ssl.X509KeyManager
- 
Returns the key associated with the given alias. 
- getPrivateKey() - Method in class javax.security.auth.x500.X500PrivateCredential
- 
Returns the PrivateKey. 
- getPrivateKeyValid() - Method in class java.security.cert.X509CertSelector
- 
Returns the privateKeyValid criterion. 
- getProblemType() - Method in class javax.management.relation.RoleUnresolved
- 
Retrieves problem type. 
- getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the given catalog's stored procedure parameter
 and result columns. 
- getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the stored procedures available in the given
 catalog. 
- getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the database vendor's preferred term for "procedure". 
- getProcessedDTD() - Method in interface javax.xml.stream.events.DTD
- 
Returns an implementation defined representation of the DTD. 
- getProfile() - Method in class java.awt.color.ICC_ColorSpace
- 
Returns the ICC_Profile for this ICC_ColorSpace. 
- getProfileClass() - Method in class java.awt.color.ICC_Profile
- 
Returns the profile class. 
- getProgram(String...) - Method in interface javax.script.ScriptEngineFactory
- 
Returns A valid scripting language executable progam with given statements. 
- getProgram() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current program number for this channel. 
- getProgram() - Method in class javax.sound.midi.Patch
- 
Returns the index, within
 a bank, of the instrument whose location this Patchspecifies.
 
- getProgress() - Method in class javax.swing.SwingWorker
- 
Returns the progressbound property.
 
- getProgressBarBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getProgressiveMode() - Method in class javax.imageio.ImageWriteParam
- 
Returns the current mode for writing the stream in a
 progressive manner. 
- getProgressMonitor() - Method in class javax.swing.ProgressMonitorInputStream
- 
Get the ProgressMonitor object being used by this stream. 
- getPrompt() - Method in class javax.security.auth.callback.ChoiceCallback
- 
Get the prompt. 
- getPrompt() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the prompt. 
- getPrompt() - Method in class javax.security.auth.callback.NameCallback
- 
Get the prompt. 
- getPrompt() - Method in class javax.security.auth.callback.PasswordCallback
- 
Get the prompt. 
- getPrompt() - Method in class javax.security.auth.callback.TextInputCallback
- 
Get the prompt. 
- getPropagatedFrom() - Method in class java.beans.beancontext.BeanContextEvent
- 
Gets the BeanContextfrom which this event was propagated.
 
- getPropagationId() - Method in class java.beans.PropertyChangeEvent
- 
The "propagationId" field is reserved for future use. 
- getProperties() - Static method in class java.lang.System
- 
Determines the current system properties. 
- getProperties() - Method in interface javax.xml.crypto.dsig.SignatureProperties
- 
- getProperties() - Method in class javax.xml.ws.Endpoint
- 
Returns the property bag for this Endpointinstance.
 
- getProperty(String, ImageObserver) - Method in class java.awt.image.BufferedImage
- 
Returns a property of the image by name. 
- getProperty(String) - Method in class java.awt.image.BufferedImage
- 
Returns a property of the image by name. 
- getProperty(String, ImageObserver) - Method in class java.awt.Image
- 
Gets a property of this image by name. 
- getProperty(ParameterBlock, String) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- 
Gets the appropriate instance of the property specified by the name
 parameter. 
- getProperty(String) - Method in interface java.awt.image.renderable.RenderableImage
- 
Gets a property from the property set of this image. 
- getProperty(String) - Method in class java.awt.image.renderable.RenderableImageOp
- 
Gets a property from the property set of this image. 
- getProperty(String) - Method in interface java.awt.image.RenderedImage
- 
Gets a property from the property set of this image. 
- getProperty(String, String) - Static method in class java.awt.Toolkit
- 
Gets a property with the specified key and default. 
- getProperty(String) - Static method in class java.lang.System
- 
Gets the system property indicated by the specified key. 
- getProperty(String, String) - Static method in class java.lang.System
- 
Gets the system property indicated by the specified key. 
- getProperty(String) - Method in class java.security.Provider
-  
- getProperty(String) - Static method in class java.security.Security
- 
Gets a security property value. 
- getProperty(String) - Method in class java.util.logging.LogManager
- 
Get the value of a logging property. 
- getProperty(String) - Method in class java.util.Properties
- 
Searches for the property with the specified key in this property list. 
- getProperty(String, String) - Method in class java.util.Properties
- 
Searches for the property with the specified key in this property list. 
- getProperty(String) - Method in class javax.sound.midi.MidiFileFormat
- 
Obtain the property value specified by the key. 
- getProperty(String) - Method in class javax.sound.sampled.AudioFileFormat
- 
Obtain the property value specified by the key. 
- getProperty(String) - Method in class javax.sound.sampled.AudioFormat
- 
Obtain the property value specified by the key. 
- getProperty(Object) - Method in class javax.swing.text.AbstractDocument
- 
A convenience method for looking up a property value. 
- getProperty(Object) - Method in interface javax.swing.text.Document
- 
Gets the properties associated with the document. 
- getProperty(String) - Method in class javax.xml.bind.Binder
- 
Get the particular property in the underlying implementation of
 Binder. 
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
Default implementation of the getProperty method handles
 the four defined properties in Marshaller. 
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Default implementation of the getProperty method always
 throws PropertyException since there are no required
 properties. 
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
- 
Get the particular property in the underlying implementation of
 Marshaller. 
- getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
- 
Get the particular property in the underlying implementation of
 Unmarshaller. 
- getProperty(String) - Method in interface javax.xml.bind.Validator
- 
Deprecated.
since JAXB2.0 
 
- getProperty(String) - Method in class javax.xml.crypto.dom.DOMCryptoContext
- 
This implementation uses an internal  HashMap to get the object
 that the specified name maps to. 
- getProperty(String) - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns the value of the specified property. 
- getProperty(String) - Method in class javax.xml.parsers.SAXParser
- 
Returns the particular property requested for in the underlying
 implementation of  XMLReader. 
- getProperty(String) - Method in class javax.xml.soap.SOAPMessage
- 
Retrieves value of the specified property. 
- getProperty(String) - Method in class javax.xml.stream.util.EventReaderDelegate
-  
- getProperty(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getProperty(String) - Method in interface javax.xml.stream.XMLEventReader
- 
Get the value of a feature/property from the underlying implementation 
- getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
- 
Get the value of a feature/property from the underlying implementation 
- getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
- 
Get a feature/property on the underlying implementation 
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
- 
Get the value of a feature/property from the underlying implementation 
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
- 
Get the value of a feature/property from the underlying implementation 
- getProperty(String) - Method in class javax.xml.validation.SchemaFactory
- 
Look up the value of a property. 
- getProperty(String) - Method in class javax.xml.validation.Validator
- 
Look up the value of a property. 
- getProperty(String) - Method in class javax.xml.validation.ValidatorHandler
- 
Look up the value of a property. 
- getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
- 
Get a parser property. 
- getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Look up the value of a property. 
- getProperty(String) - Method in interface org.xml.sax.XMLReader
- 
Look up the value of a property. 
- getPropertyChangeEvent() - Method in exception java.beans.PropertyVetoException
- 
Gets the vetoed PropertyChangeEvent.
 
- getPropertyChangeListeners() - Method in class java.awt.Component
- 
Returns an array of all the property change listeners
 registered on this component. 
- getPropertyChangeListeners(String) - Method in class java.awt.Component
- 
Returns an array of all the listeners which have been associated
 with the named property. 
- getPropertyChangeListeners() - Method in class java.awt.KeyboardFocusManager
- 
Returns an array of all the property change listeners
 registered on this keyboard focus manager. 
- getPropertyChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
- 
Returns an array of all the PropertyChangeListeners
 associated with the named property.
 
- getPropertyChangeListeners(String) - Method in class java.awt.SystemTray
- 
Returns an array of all the listeners that have been associated
 with the named property. 
- getPropertyChangeListeners() - Method in class java.awt.Toolkit
- 
Returns an array of all the property change listeners
 registered on this toolkit. 
- getPropertyChangeListeners(String) - Method in class java.awt.Toolkit
- 
Returns an array of all property change listeners
 associated with the specified name of a desktop property. 
- getPropertyChangeListeners() - Method in class java.beans.PropertyChangeSupport
- 
Returns an array of all the listeners that were added to the
 PropertyChangeSupport object with addPropertyChangeListener(). 
- getPropertyChangeListeners(String) - Method in class java.beans.PropertyChangeSupport
- 
Returns an array of all the listeners which have been associated
 with the named property. 
- getPropertyChangeListeners() - Method in class javax.swing.AbstractAction
- 
Returns an array of all the PropertyChangeListeners added
 to this AbstractAction with addPropertyChangeListener().
 
- getPropertyChangeListeners() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
- 
Returns an array of all the property change listeners
 registered on this component. 
- getPropertyChangeListeners() - Method in class javax.swing.plaf.LayerUI
- 
Returns an array of all the property change listeners
 registered on this component. 
- getPropertyChangeListeners(String) - Method in class javax.swing.plaf.LayerUI
- 
Returns an array of all the listeners which have been associated
 with the named property. 
- getPropertyChangeListeners() - Method in class javax.swing.table.TableColumn
- 
Returns an array of all the PropertyChangeListeners added
 to this TableColumn with addPropertyChangeListener().
 
- getPropertyChangeListeners() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns an array of all the property change listeners
 registered on this DefaultTreeSelectionModel.
 
- getPropertyChangeListeners() - Method in class javax.swing.UIDefaults
- 
Returns an array of all the PropertyChangeListeners added
 to this UIDefaults with addPropertyChangeListener().
 
- getPropertyChangeListeners() - Static method in class javax.swing.UIManager
- 
Returns an array of all the PropertyChangeListeners added
 to this UIManager with addPropertyChangeListener().
 
- getPropertyChangeSupport() - Method in class javax.swing.SwingWorker
- 
Returns the PropertyChangeSupportfor thisSwingWorker.
 
- getPropertyDescriptors() - Method in interface java.beans.BeanInfo
- 
Returns descriptors for all properties of the bean. 
- getPropertyDescriptors() - Method in class java.beans.SimpleBeanInfo
- 
Deny knowledge of properties. 
- getPropertyEditorClass() - Method in class java.beans.PropertyDescriptor
- 
Gets any explicit PropertyEditor Class that has been registered
 for this property. 
- getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
- 
Gets information about the possible properties for this driver. 
- getPropertyName() - Method in class java.beans.PropertyChangeEvent
- 
Gets the programmatic name of the property that was changed. 
- getPropertyName() - Method in class java.beans.PropertyChangeListenerProxy
- 
Returns the name of the named property associated with the listener. 
- getPropertyName() - Method in class java.beans.VetoableChangeListenerProxy
- 
Returns the name of the named property associated with the listener. 
- getPropertyNames() - Method in class java.awt.image.BufferedImage
- 
Returns an array of names recognized by
  getProperty(String)
 or  null, if no property names are recognized. 
- getPropertyNames() - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
- 
Returns a list of names recognized by getProperty. 
- getPropertyNames() - Method in interface java.awt.image.renderable.RenderableImage
- 
Returns a list of names recognized by getProperty. 
- getPropertyNames() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Return a list of names recognized by getProperty. 
- getPropertyNames() - Method in interface java.awt.image.RenderedImage
- 
Returns an array of names recognized by
  getProperty(String)
 or  null, if no property names are recognized. 
- getPropertyOverrides() - Method in class java.rmi.activation.ActivationGroupDesc
- 
Returns the group's property-override list. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicCheckBoxUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicFormattedTextFieldUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicMenuUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicPasswordFieldUI
- 
Fetches the name used as a key to look up properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextAreaUI
- 
Fetches the name used as a key to look up properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextFieldUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextPaneUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Gets the name used as a key to look up properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.metal.MetalCheckBoxUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthCheckBoxMenuItemUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthCheckBoxUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthFormattedTextFieldUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthPasswordFieldUI
- 
Fetches the name used as a key to look up properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthRadioButtonMenuItemUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthRadioButtonUI
-  
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthTextPaneUI
- 
Fetches the name used as a key to lookup properties through the
 UIManager. 
- getPropertyPrefix() - Method in class javax.swing.plaf.synth.SynthToggleButtonUI
-  
- getPropertyType() - Method in class java.beans.PropertyDescriptor
- 
Returns the Java type info for the property. 
- getProtectionDomain() - Method in class java.lang.Class
- 
Returns the ProtectionDomainof this class.
 
- getProtectionParameter(String) - Method in class java.security.KeyStore.Builder
- 
Returns the ProtectionParameters that should be used to obtain
 the  Entry with the given alias. 
- getProtectionParameter() - Method in interface java.security.KeyStore.LoadStoreParameter
- 
Gets the parameter used to protect keystore data. 
- getProtocol() - Method in class java.net.URL
- 
Gets the protocol name of this URL.
 
- getProtocol() - Method in class javax.management.remote.JMXServiceURL
- 
The protocol part of the Service URL. 
- getProtocol() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
-  
- getProtocol() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
-  
- getProtocol() - Method in class javax.management.remote.rmi.RMIServerImpl
- 
Returns the protocol string for this object. 
- getProtocol() - Method in class javax.net.ssl.SSLContext
- 
Returns the protocol name of this SSLContextobject.
 
- getProtocol() - Method in interface javax.net.ssl.SSLSession
- 
Returns the standard name of the protocol used for all
 connections in the session. 
- getProtocol() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the protocol string from the request in the form
 protocol/majorVersion.minorVersion. 
- getProtocols() - Method in class javax.net.ssl.SSLParameters
- 
Returns a copy of the array of protocols or null if none
 have been set. 
- getPrototypeCellValue() - Method in class javax.swing.JList
- 
Returns the "prototypical" cell value -- a value used to calculate a
 fixed width and height for cells. 
- getPrototypeDisplayValue() - Method in class javax.swing.JComboBox
- 
Returns the "prototypical display" value - an Object used
 for the calculation of the display height and width. 
- getProvider() - Method in class java.security.AlgorithmParameterGenerator
- 
Returns the provider of this algorithm parameter generator object. 
- getProvider() - Method in class java.security.AlgorithmParameters
- 
Returns the provider of this parameter object. 
- getProvider() - Method in class java.security.cert.CertificateFactory
- 
Returns the provider of this certificate factory. 
- getProvider() - Method in class java.security.cert.CertPathBuilder
- 
Returns the provider of this CertPathBuilder.
 
- getProvider() - Method in class java.security.cert.CertPathValidator
- 
Returns the Providerof thisCertPathValidator.
 
- getProvider() - Method in class java.security.cert.CertStore
- 
Returns the provider of this CertStore.
 
- getProvider() - Method in class java.security.KeyFactory
- 
Returns the provider of this key factory object. 
- getProvider() - Method in class java.security.KeyPairGenerator
- 
Returns the provider of this key pair generator object. 
- getProvider() - Method in class java.security.KeyStore
- 
Returns the provider of this keystore. 
- getProvider() - Method in class java.security.MessageDigest
- 
Returns the provider of this message digest object. 
- getProvider() - Method in class java.security.Policy
- 
Return the Provider of this Policy. 
- getProvider() - Method in class java.security.Provider.Service
- 
Return the Provider of this service. 
- getProvider() - Method in class java.security.SecureRandom
- 
Returns the provider of this SecureRandom object. 
- getProvider(String) - Static method in class java.security.Security
- 
Returns the provider installed with the specified name, if
 any. 
- getProvider() - Method in class java.security.Signature
- 
Returns the provider of this signature object. 
- getProvider() - Method in class javax.crypto.Cipher
- 
Returns the provider of this Cipherobject.
 
- getProvider() - Method in class javax.crypto.ExemptionMechanism
- 
Returns the provider of this ExemptionMechanismobject.
 
- getProvider() - Method in class javax.crypto.KeyAgreement
- 
Returns the provider of this KeyAgreementobject.
 
- getProvider() - Method in class javax.crypto.KeyGenerator
- 
Returns the provider of this KeyGeneratorobject.
 
- getProvider() - Method in class javax.crypto.Mac
- 
Returns the provider of this Macobject.
 
- getProvider() - Method in class javax.crypto.SecretKeyFactory
- 
Returns the provider of this SecretKeyFactoryobject.
 
- getProvider() - Method in class javax.net.ssl.KeyManagerFactory
- 
Returns the provider of this KeyManagerFactoryobject.
 
- getProvider() - Method in class javax.net.ssl.SSLContext
- 
Returns the provider of this SSLContextobject.
 
- getProvider() - Method in class javax.net.ssl.TrustManagerFactory
- 
Returns the provider of this TrustManagerFactoryobject.
 
- getProvider() - Method in class javax.security.auth.login.Configuration
- 
Return the Provider of this Configuration. 
- getProvider() - Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns the provider of this KeyInfoFactory.
 
- getProvider() - Method in class javax.xml.crypto.dsig.TransformService
- 
Returns the provider of this TransformService.
 
- getProvider() - Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns the provider of this XMLSignatureFactory.
 
- getProviderGrade() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns a constant indicating the
 grade of synchronization a RowSetobject can expect from
 thisSyncProviderobject.
 
- getProviderID() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns the unique identifier for this SyncProviderobject.
 
- getProviders() - Static method in class java.security.Security
- 
Returns an array containing all the installed providers. 
- getProviders(String) - Static method in class java.security.Security
- 
Returns an array containing all installed providers that satisfy the
 specified selection criterion, or null if no such providers have been
 installed. 
- getProviders(Map<String, String>) - Static method in class java.security.Security
- 
Returns an array containing all installed providers that satisfy the
 specified* selection criteria, or null if no such providers have been
 installed. 
- getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
- 
Returns the java.lang.Classobject for a proxy class
 given a class loader and an array of interfaces.
 
- getPseudoColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the pseudo or hidden columns available
 in a given table within the specified catalog and schema. 
- getPSName() - Method in class java.awt.Font
- 
Returns the postscript name of this Font.
 
- getPSource() - Method in class javax.crypto.spec.OAEPParameterSpec
- 
Returns the source of encoding input P. 
- getPublic() - Method in class java.security.KeyPair
- 
Returns a reference to the public key component of this key pair. 
- getPublicCredentials() - Method in class javax.security.auth.Subject
- 
Return the Setof public credentials held by thisSubject.
 
- getPublicCredentials(Class<T>) - Method in class javax.security.auth.Subject
- 
Return a Setof public credentials associated with thisSubjectthat are instances or subclasses of the specifiedClass.
 
- getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
- 
Returns the public exponent. 
- getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
- 
Returns the public exponent. 
- getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
- 
Returns the public exponent. 
- getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
- 
Returns the public-exponent value. 
- getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Returns the public exponent. 
- getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- 
Returns the public exponent. 
- getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
- 
Returns the public exponent. 
- getPublicId() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
The entity's public identifier, or null if none was given 
- getPublicId() - Method in interface javax.xml.stream.events.NotationDeclaration
- 
The notation's public identifier, or null if none was given. 
- getPublicId() - Method in interface javax.xml.stream.Location
- 
Returns the public ID of the XML 
- getPublicId() - Method in interface javax.xml.transform.SourceLocator
- 
Return the public identifier for the current document event. 
- getPublicId() - Method in class javax.xml.transform.stream.StreamSource
- 
Get the public identifier that was set with setPublicId. 
- getPublicId() - Method in interface org.w3c.dom.DocumentType
- 
The public identifier of the external subset. 
- getPublicId() - Method in interface org.w3c.dom.Entity
- 
The public identifier associated with the entity if specified, and
 nullotherwise.
 
- getPublicId() - Method in interface org.w3c.dom.ls.LSInput
- 
The public identifier for this input source. 
- getPublicId() - Method in interface org.w3c.dom.Notation
- 
The public identifier of this notation. 
- getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
- 
Return the saved public identifier. 
- getPublicId() - Method in class org.xml.sax.InputSource
- 
Get the public identifier for this input source. 
- getPublicId() - Method in interface org.xml.sax.Locator
- 
Return the public identifier for the current document event. 
- getPublicId() - Method in exception org.xml.sax.SAXParseException
- 
Get the public identifier of the entity where the exception occurred. 
- getPublicKey() - Method in class java.security.cert.Certificate
- 
Gets the public key from this certificate. 
- getPublicKey() - Method in class java.security.cert.PKIXCertPathValidatorResult
- 
Returns the public key of the subject (target) of the certification
 path, including any inherited public key parameters if applicable. 
- getPublicKey() - Method in interface java.security.Certificate
- 
Deprecated. Returns the key of the principal-key pair being guaranteed by
 the guarantor. 
- getPublicKey() - Method in class java.security.Identity
- 
Deprecated. Returns this identity's public key. 
- getPublicKey() - Method in class javax.security.cert.Certificate
- 
Gets the public key from this certificate. 
- getPublicKey() - Method in interface javax.xml.crypto.dsig.keyinfo.KeyValue
- 
Returns the public key of this KeyValue.
 
- getPurgeFlag() - Method in class javax.management.relation.RelationService
- 
Returns the flag to indicate if when a notification is received for the
 unregistration of an MBean referenced in a relation, if an immediate
 "purge" of the relations (look for the relations no longer valid)
 has to be performed , or if that will be performed only when the
 purgeRelations method will be explicitly called. 
- getPurgeFlag() - Method in interface javax.management.relation.RelationServiceMBean
- 
Returns the flag to indicate if when a notification is received for the
 unregistration of an MBean referenced in a relation, if an immediate
 "purge" of the relations (look for the relations no longer valid)
 has to be performed, or if that will be performed only when the
 purgeRelations method is explicitly called. 
- getPushLevel() - Method in class java.util.logging.MemoryHandler
- 
Get the pushLevel. 
- getQ() - Method in interface java.security.interfaces.DSAParams
- 
Returns the subprime, q.
 
- getQ() - Method in class java.security.spec.DSAParameterSpec
- 
Returns the sub-prime q.
 
- getQ() - Method in class java.security.spec.DSAPrivateKeySpec
- 
Returns the sub-prime q.
 
- getQ() - Method in class java.security.spec.DSAPublicKeySpec
- 
Returns the sub-prime q.
 
- getQName(int) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's XML qualified (prefixed) name by index. 
- getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return an attribute's qualified (prefixed) name. 
- getQOP() - Method in class org.ietf.jgss.MessageProp
- 
Retrieves the QOP value. 
- getQTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- 
Returns a copy of the array of quantization tables set on the
 most recent call to setDecodeTables, ornullif tables are not currently set.
 
- getQTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- 
Returns a copy of the array of quantization tables set on the
 most recent call to setEncodeTables, ornullif tables are not currently set.
 
- getQuadrantRotateInstance(int) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform that rotates coordinates by the specified
 number of quadrants. 
- getQuadrantRotateInstance(int, double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform that rotates coordinates by the specified
 number of quadrants around the specified anchor point. 
- getQualifiedName() - Method in interface javax.lang.model.element.PackageElement
- 
Returns the fully qualified name of this package. 
- getQualifiedName() - Method in interface javax.lang.model.element.QualifiedNameable
- 
Returns the fully qualified name of an element. 
- getQualifiedName() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the fully qualified name of this type element. 
- getQualifiedName() - Method in interface javax.xml.soap.Name
- 
Gets the namespace-qualified name of the XML name that this
 Nameobject represents.
 
- getQuery() - Method in class java.net.URI
- 
Returns the decoded query component of this URI. 
- getQuery() - Method in class java.net.URL
- 
Gets the query part of this URL.
 
- getQueryString() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the query string that is contained in the request URI
 after the path. 
- getQueryTimeout() - Method in interface java.sql.Statement
- 
Retrieves the number of seconds the driver will
 wait for a Statementobject to execute.
 
- getQueryTimeout() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the maximum number of seconds the driver will wait for a
 query to execute. 
- getQueryTimeout() - Method in interface javax.sql.RowSet
- 
Retrieves the maximum number of seconds the driver will wait for
 a statement to execute. 
- getQueue() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
- 
Returns the task queue used by this executor. 
- getQueue() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the task queue used by this executor. 
- getQueuedReaderThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns a collection containing threads that may be waiting to
 acquire the read lock. 
- getQueuedSubmissionCount() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns an estimate of the number of tasks submitted to this
 pool that have not yet begun executing. 
- getQueuedTaskCount() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns an estimate of the total number of tasks currently held
 in queues by worker threads (but not including tasks submitted
 to the pool that have not begun executing). 
- getQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
- 
Returns an estimate of the number of tasks that have been
 forked by the current worker thread but not yet executed. 
- getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire. 
- getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire. 
- getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
- 
Returns a collection containing threads that may be waiting to
 acquire this lock. 
- getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns a collection containing threads that may be waiting to
 acquire either the read or write lock. 
- getQueuedThreads() - Method in class java.util.concurrent.Semaphore
- 
Returns a collection containing threads that may be waiting to acquire. 
- getQueuedWriterThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns a collection containing threads that may be waiting to
 acquire the write lock. 
- getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns an estimate of the number of threads waiting to
 acquire. 
- getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns an estimate of the number of threads waiting to
 acquire. 
- getQueueLength() - Method in class java.util.concurrent.locks.ReentrantLock
- 
Returns an estimate of the number of threads waiting to
 acquire this lock. 
- getQueueLength() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns an estimate of the number of threads waiting to acquire
 either the read or write lock. 
- getQueueLength() - Method in class java.util.concurrent.Semaphore
- 
Returns an estimate of the number of threads waiting to acquire. 
- getRadioButtonBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getRadioButtonIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getRadioButtonIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getRadioButtonMenuItemIcon() - Static method in class javax.swing.plaf.basic.BasicIconFactory
-  
- getRadioButtonMenuItemIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getRadius() - Method in class java.awt.RadialGradientPaint
- 
Returns the radius of the circle defining the radial gradient. 
- getRaisedBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-  
- getRanges() - Method in class java.awt.font.NumericShaper
- 
Returns an intthat ORs together the values for
 all the ranges that will be shaped.
 
- getRangeSet() - Method in class java.awt.font.NumericShaper
- 
Returns a Setrepresenting all the Unicode ranges in
 thisNumericShaperthat will be shaped.
 
- getRaster() - Method in class java.awt.image.BufferedImage
- 
- getRaster(int, int, int, int) - Method in interface java.awt.PaintContext
- 
Returns a Rastercontaining the colors generated for
 the graphics operation.
 
- getRaster() - Method in class javax.imageio.IIOImage
- 
Returns the currently set Raster, ornullif only aRenderedImageis
 available.
 
- getRawAuthority() - Method in class java.net.URI
- 
Returns the raw authority component of this URI. 
- getRawContent() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the content of this AttachmentPartobject as an
 InputStream as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart.
 
- getRawContentBytes() - Method in class javax.xml.soap.AttachmentPart
- 
Gets the content of this AttachmentPartobject as a
 byte[] array as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart.
 
- getRawFragment() - Method in class java.net.URI
- 
Returns the raw fragment component of this URI. 
- getRawImageType(int) - Method in class javax.imageio.ImageReader
- 
Returns an ImageTypeSpecifierindicating theSampleModelandColorModelwhich most
 closely represents the "raw" internal format of the image.
 
- getRawOffset() - Method in class java.util.SimpleTimeZone
- 
Gets the GMT offset for this time zone. 
- getRawOffset() - Method in class java.util.TimeZone
- 
Returns the amount of time in milliseconds to add to UTC to get
 standard time in this time zone. 
- getRawPath() - Method in class java.net.URI
- 
Returns the raw path component of this URI. 
- getRawQuery() - Method in class java.net.URI
- 
Returns the raw query component of this URI. 
- getRawResult() - Method in class java.util.concurrent.ForkJoinTask
- 
Returns the result that would be returned by  ForkJoinTask.join(), even
 if this task completed abnormally, or  null if this task
 is not known to have been completed. 
- getRawResult() - Method in class java.util.concurrent.RecursiveAction
- 
Always returns null.
 
- getRawResult() - Method in class java.util.concurrent.RecursiveTask
-  
- getRawSchemeSpecificPart() - Method in class java.net.URI
- 
Returns the raw scheme-specific part of this URI. 
- getRawType() - Method in interface java.lang.reflect.ParameterizedType
- 
Returns the Typeobject representing the class or interface
 that declared this type.
 
- getRawUserInfo() - Method in class java.net.URI
- 
Returns the raw user-information component of this URI. 
- getRdn(int) - Method in class javax.naming.ldap.LdapName
- 
Retrieves an RDN of this LDAP name as an Rdn. 
- getRdns() - Method in class javax.naming.ldap.LdapName
- 
Retrieves the list of relative distinguished names. 
- getRead() - Method in exception java.sql.DataTruncation
- 
Indicates whether or not the value was truncated on a read. 
- getReader() - Method in interface javax.script.ScriptContext
- 
Returns a Readerto be used by the script to read
 input.
 
- getReader() - Method in class javax.script.SimpleScriptContext
- 
Returns a Readerto be used by the script to read
 input.
 
- getReader(int) - Method in class javax.swing.text.html.HTMLDocument
- 
Fetches the reader for the parser to use when loading the document
 with HTML. 
- getReader(int, int, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument
- 
Returns the reader for the parser to use to load the document
 with HTML. 
- getReader() - Method in class javax.xml.transform.stream.StreamSource
- 
Get the character stream that was set with setReader. 
- getReaderFileSuffixes() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 file suffixes associated with the formats understood
 by the current set of registered readers.
 
- getReaderFormatNames() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 informal format names understood by the current set of registered
 readers.
 
- getReaderForText(Transferable) - Method in class java.awt.datatransfer.DataFlavor
- 
Gets a Reader for a text flavor, decoded, if necessary, for the expected
 charset (encoding). 
- getReaderForText() - Method in interface javax.print.Doc
- 
Obtains a reader for extracting character print data from this doc. 
- getReaderForText() - Method in class javax.print.SimpleDoc
- 
Obtains a reader for extracting character print data from this doc. 
- getReaderMIMETypes() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 MIME types understood by the current set of registered
 readers.
 
- getReaderServiceProviderName() - Method in class javax.imageio.spi.ImageTranscoderSpi
- 
Returns the fully qualified class name of an
 ImageReaderSpiclass that generatesIIOMetadataobjects that may be used as input to
 this transcoder.
 
- getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Queries the number of reentrant read holds on this lock by the
 current thread. 
- getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Queries the number of read locks held for this lock. 
- getReadMethod() - Method in class java.beans.PropertyDescriptor
- 
Gets the method that should be used to read the property value. 
- getReadTimeout() - Method in class java.net.URLConnection
- 
Returns setting for read timeout. 
- getRealm() - Method in class javax.security.auth.kerberos.KerberosPrincipal
- 
Returns the realm component of this Kerberos principal. 
- getReason() - Method in exception java.net.HttpRetryException
- 
Returns a string explaining why the http request could
 not be retried. 
- getReason() - Method in exception java.net.URISyntaxException
- 
Returns a string explaining why the input string could not be parsed. 
- getReason() - Method in exception java.nio.file.FileSystemException
- 
Returns the string explaining why the file system operation failed. 
- getReason() - Method in exception java.nio.file.InvalidPathException
- 
Returns a string explaining why the input string was rejected. 
- getReason() - Method in exception java.security.cert.CertPathValidatorException
- 
Returns the reason that the validation failed. 
- getReason() - Method in interface javax.print.URIException
- 
Return the reason for the event. 
- getReceiveBufferSize() - Method in class java.net.DatagramSocket
- 
Get value of the SO_RCVBUF option for this DatagramSocket, that is the
 buffer size used by the platform for input on this DatagramSocket. 
- getReceiveBufferSize() - Method in class java.net.ServerSocket
- 
Gets the value of the SO_RCVBUF option for this ServerSocket,
 that is the proposed buffer size that will be used for Sockets accepted
 from this ServerSocket. 
- getReceiveBufferSize() - Method in class java.net.Socket
- 
Gets the value of the SO_RCVBUF option for this Socket,
 that is the buffer size used by the platform for
 input on this Socket. 
- getReceiver() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains a MIDI IN receiver through which the MIDI device may receive
 MIDI data. 
- getReceiver() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains a MIDI receiver from an external MIDI port
 or other default device. 
- getReceiver() - Method in interface javax.sound.midi.Transmitter
- 
Obtains the current receiver to which this transmitter will deliver MIDI messages. 
- getReceivers() - Method in interface javax.sound.midi.MidiDevice
- 
Returns all currently active, non-closed receivers
 connected with this MidiDevice. 
- getRecursionLimit() - Method in class java.awt.geom.FlatteningPathIterator
- 
Returns the recursion limit of this iterator. 
- getRed() - Method in class java.awt.Color
- 
Returns the red component in the range 0-255 in the default sRGB
 space. 
- getRed(int) - Method in class java.awt.image.ColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getRed(Object) - Method in class java.awt.image.ColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getRed(int) - Method in class java.awt.image.ComponentColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getRed(Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getRed(int) - Method in class java.awt.image.DirectColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getRed(Object) - Method in class java.awt.image.DirectColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB.
 
- getRed(int) - Method in class java.awt.image.IndexColorModel
- 
Returns the red color component for the specified pixel, scaled
 from 0 to 255 in the default RGB ColorSpace, sRGB. 
- getRedMask() - Method in class java.awt.image.DirectColorModel
- 
Returns the mask indicating which bits in an intpixel
 representation contain the red color component.
 
- getRedoPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Provides a localized, human readable description of the redoable
 form of this edit, e.g. 
- getRedoPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
- 
Retreives the value from the defaults table with key
 AbstractUndoableEdit.redoTextand returns
 that value followed by a space, followed bygetPresentationName.
 
- getRedoPresentationName() - Method in class javax.swing.undo.CompoundEdit
- 
Returns getRedoPresentationNamefrom the lastUndoableEditadded toedits.
 
- getRedoPresentationName() - Method in interface javax.swing.undo.UndoableEdit
- 
Returns a localized, human-readable description of the redoable form of
 this edit, suitable for use as a Redo menu item, for example. 
- getRedoPresentationName() - Method in class javax.swing.undo.UndoManager
- 
Returns a description of the redoable form of this edit. 
- getReds(byte[]) - Method in class java.awt.image.IndexColorModel
- 
Copies the array of red color components into the specified array. 
- getReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
- 
Returns a BigInteger whose i-th bit corresponds to the
 i-th coefficient of the reduction polynomial for polynomial
 basis or null for normal basis. 
- getRef() - Method in class java.net.URL
- 
Gets the anchor (also known as the "reference") of this
 URL.
 
- getRef() - Method in class java.rmi.server.RemoteObject
- 
Returns the remote reference for the remote object. 
- getRef(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC  REF(<structured-type>)
 parameter as a  Ref object in the Java programming language. 
- getRef(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC  REF(<structured-type>)
 parameter as a  Ref object in the Java programming language. 
- getRef(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aRefobject
 in the Java programming language.
 
- getRef(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aRefobject
 in the Java programming language.
 
- getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
- 
Returns the class name of the ref type to be serialized onto
 the stream 'out'. 
- getReference() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
- 
Returns the current value of the reference. 
- getReference() - Method in class java.util.concurrent.atomic.AtomicStampedReference
- 
Returns the current value of the reference. 
- getReference() - Method in interface javax.naming.Referenceable
- 
Retrieves the Reference of this object. 
- getReferencedMBeans() - Method in interface javax.management.relation.Relation
- 
Retrieves MBeans referenced in the various roles of the relation. 
- getReferencedMBeans(String) - Method in class javax.management.relation.RelationService
- 
Retrieves MBeans referenced in the various roles of the relation. 
- getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves MBeans referenced in the various roles of the relation. 
- getReferencedMBeans() - Method in class javax.management.relation.RelationSupport
- 
Retrieves MBeans referenced in the various roles of the relation. 
- getReferences() - Method in interface javax.xml.crypto.dsig.Manifest
- 
- getReferences() - Method in interface javax.xml.crypto.dsig.SignedInfo
- 
- getReferralContext() - Method in exception javax.naming.ldap.LdapReferralException
- 
Retrieves the context at which to continue the method using the
 context's environment and no controls. 
- getReferralContext(Hashtable<?, ?>) - Method in exception javax.naming.ldap.LdapReferralException
- 
Retrieves the context at which to continue the method using
 environment properties and no controls. 
- getReferralContext(Hashtable<?, ?>, Control[]) - Method in exception javax.naming.ldap.LdapReferralException
- 
Retrieves the context at which to continue the method using
 request controls and environment properties. 
- getReferralContext() - Method in exception javax.naming.ReferralException
- 
Retrieves the context at which to continue the method. 
- getReferralContext(Hashtable<?, ?>) - Method in exception javax.naming.ReferralException
- 
Retrieves the context at which to continue the method using
 environment properties. 
- getReferralInfo() - Method in exception javax.naming.ReferralException
- 
Retrieves information (such as URLs) related to this referral. 
- getReferrals() - Method in interface javax.naming.ldap.UnsolicitedNotification
- 
Retrieves the referral(s) sent by the server. 
- getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
- 
Returns name of type of MBean expected to be referenced in
 corresponding role. 
- getRefreshRate() - Method in class java.awt.DisplayMode
- 
Returns the refresh rate of the display, in hertz. 
- getRegion() - Method in class javax.swing.plaf.synth.SynthContext
- 
Returns the Region identifying this state. 
- getRegion(JComponent) - Static method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Returns the Region for the JComponent c.
 
- getRegisteredKeyStrokes() - Method in class javax.swing.JComponent
- 
Returns the KeyStrokesthat will initiate
 registered actions.
 
- getRegisteredParties() - Method in class java.util.concurrent.Phaser
- 
Returns the number of parties registered at this phaser. 
- getRegisteredProviders() - Static method in class javax.sql.rowset.spi.SyncFactory
- 
Returns an Enumeration of currently registered synchronization
 providers. 
- getRegistry() - Static method in class java.rmi.registry.LocateRegistry
- 
Returns a reference to the the remote object Registryfor
 the local host on the default registry port of 1099.
 
- getRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
- 
Returns a reference to the the remote object Registryfor
 the local host on the specifiedport.
 
- getRegistry(String) - Static method in class java.rmi.registry.LocateRegistry
- 
Returns a reference to the remote object Registryon the
 specifiedhoston the default registry port of 1099.
 
- getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
- 
Returns a reference to the remote object Registryon the
 specifiedhostandport.
 
- getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
- 
Returns a locally created remote reference to the remote object
 Registryon the specifiedhostandport.
 
- getRejectedExecutionHandler() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the current handler for unexecutable tasks. 
- getRelatedData() - Method in interface org.w3c.dom.DOMError
- 
The related DOMError.typedependent data if any.
 
- getRelatedException() - Method in interface org.w3c.dom.DOMError
- 
The related platform dependent exception if any. 
- getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
- 
The node this locator is pointing to, or nullif no node
 is available.
 
- getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
- 
relatedNodeis used to identify a secondary node related
 to a mutation event.
 
- getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
- 
Used to identify a secondary EventTargetrelated to a UI
 event.
 
- getRelationId() - Method in interface javax.management.relation.Relation
- 
Returns relation identifier (used to uniquely identify the relation
 inside the Relation Service). 
- getRelationId() - Method in class javax.management.relation.RelationNotification
- 
Returns the relation identifier of created/removed/updated relation. 
- getRelationId() - Method in class javax.management.relation.RelationSupport
- 
Returns relation identifier (used to uniquely identify the relation
 inside the Relation Service). 
- getRelationServiceName() - Method in interface javax.management.relation.Relation
- 
Returns ObjectName of the Relation Service handling the relation. 
- getRelationServiceName() - Method in class javax.management.relation.RelationSupport
- 
Returns ObjectName of the Relation Service handling the relation. 
- getRelationTypeName() - Method in interface javax.management.relation.Relation
- 
Returns name of associated relation type. 
- getRelationTypeName() - Method in class javax.management.relation.RelationNotification
- 
Returns the relation type name of created/removed/updated relation. 
- getRelationTypeName(String) - Method in class javax.management.relation.RelationService
- 
Returns name of associated relation type for given relation. 
- getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Returns name of associated relation type for given relation. 
- getRelationTypeName() - Method in class javax.management.relation.RelationSupport
- 
Returns name of associated relation type. 
- getRelationTypeName() - Method in interface javax.management.relation.RelationType
- 
Returns the relation type name. 
- getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
- 
Returns the relation type name. 
- getRelay() - Method in interface javax.xml.soap.SOAPHeaderElement
- 
Returns the boolean value of the relay attribute for this
 SOAPHeaderElement
 
- getRemaining() - Method in class java.util.zip.Inflater
- 
Returns the total number of bytes remaining in the input buffer. 
- getRemainingAcceptLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
- 
Returns the lifetime in seconds for the credential to remain capable
 of accepting security contexts using the specified mechanism. 
- getRemainingInitLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
- 
Returns the lifetime in seconds for the credential to remain capable
 of initiating security contexts using the specified mechanism. 
- getRemainingLifetime() - Method in interface org.ietf.jgss.GSSCredential
- 
Returns the remaining lifetime in seconds for a credential. 
- getRemainingName() - Method in exception javax.naming.NamingException
- 
Retrieves the remaining unresolved portion of the name. 
- getRemainingName() - Method in class javax.naming.spi.ResolveResult
- 
Retrieves the remaining unresolved portion of the name. 
- getRemainingNewName() - Method in exception javax.naming.CannotProceedException
- 
Retrieves the "remaining new name" field of this exception, which is
 used when this exception is thrown during a rename() operation. 
- getRemoteAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
- 
Returns the remote address to which this channel's socket is connected. 
- getRemoteAddress() - Method in class java.nio.channels.DatagramChannel
- 
Returns the remote address to which this channel's socket is connected. 
- getRemoteAddress() - Method in class java.nio.channels.SocketChannel
- 
Returns the remote address to which this channel's socket is connected. 
- getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the unresolved address of the remote entity invoking
 this request. 
- getRemoteSocketAddress() - Method in class java.net.DatagramSocket
- 
Returns the address of the endpoint this socket is connected to, or
 nullif it is unconnected.
 
- getRemoteSocketAddress() - Method in class java.net.Socket
- 
Returns the address of the endpoint this socket is connected to, or
 nullif it is unconnected.
 
- getRemoveListenerMethod() - Method in class java.beans.EventSetDescriptor
- 
Gets the method used to remove event listeners. 
- getRemoveOnCancelPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
- 
Gets the policy on whether cancelled tasks should be immediately
 removed from the work queue at time of cancellation. 
- getRenderableSource(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns a source as a RenderableImage. 
- getRenderedImage() - Method in class javax.imageio.IIOImage
- 
Returns the currently set RenderedImage, ornullif only aRasteris available.
 
- getRenderedSource(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns a source as a RenderedImage.
 
- getRenderer() - Method in class javax.swing.JComboBox
- 
Returns the renderer used to display the selected item in the
 JComboBoxfield.
 
- getRenderingHint(RenderingHints.Key) - Method in class java.awt.Graphics2D
- 
Returns the value of a single preference for the rendering algorithms. 
- getRenderingHints() - Method in class java.awt.Graphics2D
- 
Gets the preferences for the rendering algorithms. 
- getRenderingHints() - Method in class java.awt.image.AffineTransformOp
- 
Returns the rendering hints used by this transform operation. 
- getRenderingHints() - Method in class java.awt.image.BandCombineOp
- 
Returns the rendering hints for this operation. 
- getRenderingHints() - Method in interface java.awt.image.BufferedImageOp
- 
Returns the rendering hints for this operation. 
- getRenderingHints() - Method in class java.awt.image.ColorConvertOp
- 
Returns the rendering hints used by this op. 
- getRenderingHints() - Method in class java.awt.image.ConvolveOp
- 
Returns the rendering hints for this op. 
- getRenderingHints() - Method in class java.awt.image.LookupOp
- 
Returns the rendering hints for this op. 
- getRenderingHints() - Method in interface java.awt.image.RasterOp
- 
Returns the rendering hints for this RasterOp. 
- getRenderingHints() - Method in class java.awt.image.renderable.RenderContext
- 
Gets the rendering hints of this RenderContext.
 
- getRenderingHints() - Method in class java.awt.image.RescaleOp
- 
Returns the rendering hints for this op. 
- getRenewTill() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the latest expiration time for this ticket, including all
 renewals. 
- getReorderingAllowed() - Method in class javax.swing.table.JTableHeader
- 
Returns true if the user is allowed to rearrange columns by
 dragging their headers, false otherwise. 
- getReplacementText() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
The replacement text of the entity. 
- getReplayDetState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if replay detection is enabled for the
 per-message security services from this context. 
- getRepresentationClass() - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the Classwhich objects supporting thisDataFlavorwill return when thisDataFlavoris requested.
 
- getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
- 
Return the representation class. 
- getRepresentationClassName() - Method in class javax.print.DocFlavor
- 
Returns the name of this doc flavor object's representation class. 
- getRequestBody() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns a stream from which the request body can be read. 
- getRequestContext() - Method in interface javax.xml.ws.BindingProvider
- 
Get the context that is used to initialize the message context
 for request messages. 
- getRequestControls() - Method in class javax.naming.ldap.InitialLdapContext
-  
- getRequestControls() - Method in interface javax.naming.ldap.LdapContext
- 
Retrieves the request controls in effect for this context. 
- getRequestHeader(String) - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the value of the specified request header. 
- getRequestHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns an immutable Map containing the HTTP headers that were
 included with this request. 
- getRequestingHost() - Method in class java.net.Authenticator
- 
Gets the hostnameof the
 site or proxy requesting authentication, ornullif not available.
 
- getRequestingPort() - Method in class java.net.Authenticator
- 
Gets the port number for the requested connection. 
- getRequestingPrompt() - Method in class java.net.Authenticator
- 
Gets the prompt string given by the requestor. 
- getRequestingProtocol() - Method in class java.net.Authenticator
- 
Give the protocol that's requesting the connection. 
- getRequestingScheme() - Method in class java.net.Authenticator
- 
Gets the scheme of the requestor (the HTTP scheme
 for an HTTP firewall, for example). 
- getRequestingSite() - Method in class java.net.Authenticator
- 
Gets the InetAddressof the
 site requesting authorization, ornullif not available.
 
- getRequestingURL() - Method in class java.net.Authenticator
- 
Returns the URL that resulted in this
 request for authentication. 
- getRequestMethod() - Method in class java.net.HttpURLConnection
- 
Get the request method. 
- getRequestMethod() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Get the HTTP request method 
- getRequestorType() - Method in class java.net.Authenticator
- 
Returns whether the requestor is a Proxy or a Server. 
- getRequestProperties() - Method in class java.net.URLConnection
- 
Returns an unmodifiable Map of general request
 properties for this connection. 
- getRequestProperty(String) - Method in class java.net.URLConnection
- 
Returns the value of the named general request property for this
 connection. 
- getRequestURI() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the part of the request's URI from the protocol
 name up to the query string in the first line of the HTTP request. 
- getReshowDelay() - Method in class javax.swing.ToolTipManager
- 
Returns the reshow delay property. 
- getResizable() - Method in class javax.swing.table.TableColumn
- 
Returns true if the user is allowed to resize the
 TableColumn's
 width, false otherwise.
 
- getResizeWeight() - Method in class javax.swing.JSplitPane
- 
Returns the number that determines how extra space is distributed. 
- getResizeWeight(int) - Method in class javax.swing.text.BoxView
- 
Gets the resize weight. 
- getResizeWeight(int) - Method in class javax.swing.text.FieldView
- 
Determines the resizability of the view along the
 given axis. 
- getResizeWeight(int) - Method in class javax.swing.text.html.BlockView
- 
Gets the resize weight. 
- getResizeWeight(int) - Method in class javax.swing.text.TableView.TableRow
- 
Determines the resizability of the view along the
 given axis. 
- getResizeWeight(int) - Method in class javax.swing.text.View
- 
Determines the resizability of the view along the
 given axis. 
- getResizingAllowed() - Method in class javax.swing.table.JTableHeader
- 
Returns true if the user is allowed to resize columns by dragging
 between their headers, false otherwise. 
- getResizingColumn() - Method in class javax.swing.table.JTableHeader
- 
Returns the resizing column. 
- getResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- 
Get this resolution attribute's resolution values in the given units. 
- getResolution() - Method in class javax.sound.midi.MidiFileFormat
- 
Obtains the timing resolution for the MIDI file. 
- getResolution() - Method in class javax.sound.midi.Sequence
- 
Obtains the timing resolution for this sequence. 
- getResolvedName() - Method in exception javax.naming.NamingException
- 
Retrieves the leading portion of the name that was resolved
 successfully. 
- getResolvedObj() - Method in exception javax.naming.NamingException
- 
Retrieves the object to which resolution was successful. 
- getResolvedObj() - Method in class javax.naming.spi.ResolveResult
- 
Retrieves the Object to which resolution was successful. 
- getResolveParent() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the resolving parent. 
- getResolveParent() - Method in interface javax.swing.text.AttributeSet
- 
Gets the resolving parent. 
- getResolveParent() - Method in class javax.swing.text.html.HTMLDocument.BlockElement
- 
Gets the resolving parent. 
- getResolveParent() - Method in class javax.swing.text.html.HTMLDocument.RunElement
- 
Gets the resolving parent. 
- getResolveParent() - Method in interface javax.swing.text.Keymap
- 
Fetches the parent keymap used to resolve key-bindings. 
- getResolveParent() - Method in class javax.swing.text.SimpleAttributeSet
- 
Gets the resolving parent. 
- getResolveParent() - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Gets attributes from the parent. 
- getResolveParent() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
- 
If not overriden, the resolving parent defaults to
 the parent element. 
- getResource(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
- 
Analagous to java.lang.ClassLoader.getResource(), this
 method allows aBeanContextimplementation to interpose
 behavior between the childComponentand underlyingClassLoader.
 
- getResource(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
-  
- getResource(String) - Method in class java.lang.Class
- 
Finds a resource with a given name. 
- getResource(String) - Method in class java.lang.ClassLoader
- 
Finds the resource with the given name. 
- getResource(JavaFileManager.Location, CharSequence, CharSequence) - Method in interface javax.annotation.processing.Filer
- 
Returns an object for reading an existing resource. 
- getResource(String) - Method in interface javax.management.loading.MLetMBean
- 
Finds the resource with the given name. 
- getResourceAsStream(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
- 
Analagous to java.lang.ClassLoader.getResourceAsStream(),
 this method allows aBeanContextimplementation
 to interpose behavior between the childComponentand underlyingClassLoader.
 
- getResourceAsStream(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
-  
- getResourceAsStream(String) - Method in class java.lang.Class
- 
Finds a resource with a given name. 
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
- 
Returns an input stream for reading the specified resource. 
- getResourceAsStream(String) - Method in class java.net.URLClassLoader
- 
Returns an input stream for reading the specified resource. 
- getResourceAsStream(String) - Method in interface javax.management.loading.MLetMBean
- 
Returns an input stream for reading the specified resource. 
- getResourceBaseName() - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Returns the currently set base name for locating
 ResourceBundles.
 
- getResourceBundle() - Method in class java.util.logging.Logger
- 
Retrieve the localization resource bundle for this
 logger for the current default locale. 
- getResourceBundle() - Method in class java.util.logging.LogRecord
- 
Get the localization resource bundle 
- getResourceBundleName() - Method in class java.util.logging.Level
- 
Return the level's localization resource bundle name, or
 null if no localization bundle is defined. 
- getResourceBundleName() - Method in class java.util.logging.Logger
- 
Retrieve the localization resource bundle name for this
 logger. 
- getResourceBundleName() - Method in class java.util.logging.LogRecord
- 
Get the localization resource bundle name 
- getResourceResolver() - Method in class javax.xml.validation.SchemaFactory
- 
- getResourceResolver() - Method in class javax.xml.validation.Validator
- 
- getResourceResolver() - Method in class javax.xml.validation.ValidatorHandler
- 
- getResources(String) - Method in class java.lang.ClassLoader
- 
Finds all the resources with the given name. 
- getResources(String) - Method in interface javax.management.loading.MLetMBean
- 
Finds all the resources with the given name. 
- getResources() - Method in interface javax.sound.midi.Soundbank
- 
Extracts a list of non-Instrument resources contained in the sound bank. 
- getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns a stream to which the response body must be
 written. 
- getResponseCode() - Method in class java.net.HttpURLConnection
- 
Gets the status code from an HTTP response message. 
- getResponseContext() - Method in interface javax.xml.ws.BindingProvider
- 
Get the context that resulted from processing a response message. 
- getResponseControls() - Method in class javax.naming.ldap.InitialLdapContext
-  
- getResponseControls() - Method in interface javax.naming.ldap.LdapContext
- 
Retrieves the response controls produced as a result of the last
 method invoked on this context. 
- getResponseHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns a mutable Map into which the HTTP response headers can be stored
 and which will be transmitted as part of this response. 
- getResponseMessage() - Method in class java.net.HttpURLConnection
- 
Gets the HTTP response message, if any, returned along with the
 response code from a server. 
- getResponses() - Method in class javax.xml.ws.soap.AddressingFeature
- 
If addressing is enabled, this property determines whether endpoint
 requires the use of anonymous responses, or non-anonymous responses,
 or all responses. 
- getRestartMode() - Method in class java.rmi.activation.ActivationDesc
- 
Returns the "restart" mode of the object associated with
 this activation descriptor. 
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
- 
Obtains the unmarshalled result. 
- getResult() - Method in class javax.xml.bind.util.JAXBResult
- 
Gets the unmarshalled object created by the transformation. 
- getResult() - Method in class javax.xml.soap.SAAJResult
-  
- getResultCode() - Method in class javax.naming.ldap.SortResponseControl
- 
Retrieves the LDAP result code of the sort operation. 
- getResultSet() - Method in interface java.sql.Array
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue
 designated by thisArrayobject.
 
- getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue designated by thisArrayobject.
 
- getResultSet(long, int) - Method in interface java.sql.Array
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet() - Method in interface java.sql.Statement
- 
Retrieves the current result as a ResultSetobject.
 
- getResultSet(long, int) - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves a ResultSetobject holding the elements of
 the subarray that starts at
 index index and contains up to count successive elements.
 
- getResultSet(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves a ResultSetobject that contains all of
 the elements of the SQLARRAYvalue represented by thisSerialArrayobject.
 
- getResultSet() - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves a ResultSetobject that contains all of
 the elements in theARRAYvalue that thisSerialArrayobject represents.
 
- getResultSet(long, int, Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialArray
- 
Retrieves a result set holding the elements of the subarray that starts at
 Retrieves a ResultSetobject that contains a subarray of the
 elements in thisSerialArrayobject, starting at
 index index and containing up to count successive
 elements.
 
- getResultSetConcurrency() - Method in interface java.sql.Statement
- 
Retrieves the result set concurrency for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves this database's default holdability for ResultSetobjects.
 
- getResultSetHoldability() - Method in interface java.sql.Statement
- 
Retrieves the result set holdability for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetType() - Method in interface java.sql.Statement
- 
Retrieves the result set type for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSize() - Method in class javax.naming.ldap.PagedResultsResponseControl
- 
Retrieves (an estimate of) the number of entries in the search result. 
- getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
- 
Deprecated.
no replacement 
 
- getReturningAttributes() - Method in class javax.naming.directory.SearchControls
- 
Retrieves the attributes that will be returned as part of the search. 
- getReturningObjFlag() - Method in class javax.naming.directory.SearchControls
- 
Determines whether objects will be returned as part of the result. 
- getReturnOpenType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns the open type of the values returned by the
 operation described by this OpenMBeanOperationInfo
 instance. 
- getReturnOpenType() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- 
Returns the open type of the values returned by the
 operation described by this OpenMBeanOperationInfoinstance.
 
- getReturnType() - Method in class java.lang.reflect.Method
- 
Returns a Classobject that represents the formal return type
 of the method represented by thisMethodobject.
 
- getReturnType() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the return type of this executable. 
- getReturnType() - Method in interface javax.lang.model.type.ExecutableType
- 
Returns the return type of this executable. 
- getReturnType() - Method in class javax.management.MBeanOperationInfo
- 
Returns the type of the method's return value. 
- getReturnType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns the fully qualified Java class name of the values
 returned by the operation described by this
 OpenMBeanOperationInfo instance. 
- getReuseAddress() - Method in class java.net.DatagramSocket
- 
Tests if SO_REUSEADDR is enabled. 
- getReuseAddress() - Method in class java.net.ServerSocket
- 
Tests if SO_REUSEADDR is enabled. 
- getReuseAddress() - Method in class java.net.Socket
- 
Tests if SO_REUSEADDR is enabled. 
- getRevocationDate() - Method in exception java.security.cert.CertificateRevokedException
- 
Returns the date on which the certificate was revoked. 
- getRevocationDate() - Method in class java.security.cert.X509CRLEntry
- 
Gets the revocation date from this X509CRLEntry,
 the revocationDate. 
- getRevocationReason() - Method in exception java.security.cert.CertificateRevokedException
- 
Returns the reason the certificate was revoked. 
- getRevocationReason() - Method in class java.security.cert.X509CRLEntry
- 
Returns the reason the certificate has been revoked, as specified
 in the Reason Code extension of this CRL entry. 
- getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
- 
Gets the CRL entry, if any, with the given certificate serialNumber. 
- getRevokedCertificate(X509Certificate) - Method in class java.security.cert.X509CRL
- 
Get the CRL entry, if any, for the given certificate. 
- getRevokedCertificates() - Method in class java.security.cert.X509CRL
- 
Gets all the entries from this CRL. 
- getRGB() - Method in class java.awt.Color
- 
Returns the RGB value representing the color in the default sRGB
  ColorModel. 
- getRGB(int, int) - Method in class java.awt.image.BufferedImage
- 
Returns an integer pixel in the default RGB color model
 (TYPE_INT_ARGB) and default sRGB colorspace. 
- getRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
- 
Returns an array of integer pixels in the default RGB color model
 (TYPE_INT_ARGB) and default sRGB color space,
 from a portion of the image data. 
- getRGB(int) - Method in class java.awt.image.ColorModel
- 
Returns the color/alpha components of the pixel in the default
 RGB color model format. 
- getRGB(Object) - Method in class java.awt.image.ColorModel
- 
Returns the color/alpha components for the specified pixel in the
 default RGB color model format. 
- getRGB(int) - Method in class java.awt.image.ComponentColorModel
- 
Returns the color/alpha components of the pixel in the default
 RGB color model format. 
- getRGB(Object) - Method in class java.awt.image.ComponentColorModel
- 
Returns the color/alpha components for the specified pixel in the
 default RGB color model format. 
- getRGB(int) - Method in class java.awt.image.DirectColorModel
- 
Returns the color/alpha components of the pixel in the default
 RGB color model format. 
- getRGB(Object) - Method in class java.awt.image.DirectColorModel
- 
Returns the color/alpha components for the specified pixel in the
 default RGB color model format. 
- getRGB(int) - Method in class java.awt.image.IndexColorModel
- 
Returns the color/alpha components of the pixel in the default
 RGB color model format. 
- getRGBColorComponents(float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing only the color
 components of theColor, in the default sRGB color
 space.
 
- getRGBComponents(float[]) - Method in class java.awt.Color
- 
Returns a floatarray containing the color and alpha
 components of theColor, as represented in the default
 sRGB color space.
 
- getRGBdefault() - Static method in class java.awt.image.ColorModel
- 
Returns a DirectColorModelthat describes the default
 format for integer RGB values used in many of the methods in the
 AWT image interfaces for the convenience of the programmer.
 
- getRGBs(int[]) - Method in class java.awt.image.IndexColorModel
- 
Converts data for each index from the color and alpha component
 arrays to an int in the default RGB ColorModel format and copies
 the resulting 32-bit ARGB values into the specified array. 
- getRightChildIndent() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getRightComponent() - Method in class javax.swing.JSplitPane
- 
Returns the component to the right (or below) the divider. 
- getRightIndent(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the right indent setting. 
- getRightInset() - Method in class javax.swing.text.AsyncBoxView
- 
Get the right part of the margin around the view. 
- getRightInset() - Method in class javax.swing.text.CompositeView
- 
Gets the right inset. 
- getRMIRepositoryID(Class) - Method in interface javax.rmi.CORBA.ValueHandler
- 
Returns the CORBA RepositoryId for the given Java class. 
- getRole(String) - Method in interface javax.management.relation.Relation
- 
Retrieves role value for given role name. 
- getRole(String, String) - Method in class javax.management.relation.RelationService
- 
Retrieves role value for given role name in given relation. 
- getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves role value for given role name in given relation. 
- getRole(String) - Method in class javax.management.relation.RelationSupport
- 
Retrieves role value for given role name. 
- getRole() - Method in interface javax.xml.soap.SOAPHeaderElement
- 
Returns the value of the Role attribute of this
 SOAPHeaderElement.
 
- getRoleCardinality(String) - Method in interface javax.management.relation.Relation
- 
Returns the number of MBeans currently referenced in the given role. 
- getRoleCardinality(String, String) - Method in class javax.management.relation.RelationService
- 
Retrieves the number of MBeans currently referenced in the given role. 
- getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves the number of MBeans currently referenced in the
 given role. 
- getRoleCardinality(String) - Method in class javax.management.relation.RelationSupport
- 
Returns the number of MBeans currently referenced in the given role. 
- getRoleInfo(String, String) - Method in class javax.management.relation.RelationService
- 
Retrieves role info for given role name of a given relation type. 
- getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves role info for given role of a given relation type. 
- getRoleInfo(String) - Method in interface javax.management.relation.RelationType
- 
Returns the role info (RoleInfo object) for the given role info name
 (null if not found). 
- getRoleInfo(String) - Method in class javax.management.relation.RelationTypeSupport
- 
Returns the role info (RoleInfo object) for the given role info name
 (null if not found). 
- getRoleInfos(String) - Method in class javax.management.relation.RelationService
- 
Retrieves list of role infos (RoleInfo objects) of a given relation
 type. 
- getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves list of role infos (RoleInfo objects) of a given relation
 type. 
- getRoleInfos() - Method in interface javax.management.relation.RelationType
- 
Returns the list of role definitions (ArrayList of RoleInfo objects). 
- getRoleInfos() - Method in class javax.management.relation.RelationTypeSupport
- 
Returns the list of role definitions (ArrayList of RoleInfo objects). 
- getRoleName() - Method in class javax.management.relation.RelationNotification
- 
Returns name of updated role of updated relation (only for role update). 
- getRoleName() - Method in class javax.management.relation.Role
- 
Retrieves role name. 
- getRoleName() - Method in class javax.management.relation.RoleUnresolved
- 
Retrieves role name. 
- getRoles(String[]) - Method in interface javax.management.relation.Relation
- 
Retrieves values of roles with given names. 
- getRoles(String, String[]) - Method in class javax.management.relation.RelationService
- 
Retrieves values of roles with given names in given relation. 
- getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
- 
Retrieves values of roles with given names in given relation. 
- getRoles(String[]) - Method in class javax.management.relation.RelationSupport
- 
Retrieves values of roles with given names. 
- getRoles() - Method in class javax.management.relation.RoleResult
- 
Retrieves list of roles successfully accessed. 
- getRoles() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- 
Gets the SOAP actor roles associated with an execution
  of the handler chain. 
- getRoles() - Method in interface javax.xml.ws.soap.SOAPBinding
- 
Gets the roles played by the SOAP binding instance. 
- getRolesUnresolved() - Method in class javax.management.relation.RoleResult
- 
Retrieves list of roles unsuccessfully accessed. 
- getRoleValue() - Method in class javax.management.relation.Role
- 
Retrieves role value. 
- getRoleValue() - Method in class javax.management.relation.RoleUnresolved
- 
Retrieves role value. 
- getRolloverBorder(AbstractButton) - Method in class javax.swing.plaf.basic.BasicToolBarUI
- 
Returns a rollover border for the button. 
- getRolloverColumn() - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
Returns the index of the column header over which the mouse
 currently is. 
- getRolloverIcon() - Method in class javax.swing.AbstractButton
- 
Returns the rollover icon for the button. 
- getRolloverSelectedIcon() - Method in class javax.swing.AbstractButton
- 
Returns the rollover selection icon for the button. 
- getRolloverTab() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the tab the mouse is currently over, or -1if the mouse is no
 longer over any tab.
 
- getRoot() - Method in interface java.nio.file.Path
- 
Returns the root component of this path as a Pathobject,
 ornullif this path does not have a root component.
 
- getRoot() - Method in class java.util.concurrent.Phaser
- 
Returns the root ancestor of this phaser, which is the same as
 this phaser if it has no parent. 
- getRoot(Component) - Static method in class javax.swing.SwingUtilities
- 
Returns the root component for the current component tree. 
- getRoot() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the root of the tree that contains this node. 
- getRoot() - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns the root of the tree. 
- getRoot() - Method in interface javax.swing.tree.TreeModel
- 
Returns the root of the tree. 
- getRootCause() - Method in exception javax.naming.NamingException
- 
Retrieves the root cause of this NamingException, if any. 
- getRootDirectories() - Method in class java.nio.file.FileSystem
- 
Returns an object to iterate over the paths of the root directories. 
- getRootElement() - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- 
Gets the root element. 
- getRootElements() - Method in interface javax.annotation.processing.RoundEnvironment
- 
Returns the root elements for annotation processing generated
 by the prior round. 
- getRootElements() - Method in class javax.swing.text.AbstractDocument
- 
Gets all root elements defined. 
- getRootElements() - Method in interface javax.swing.text.Document
- 
Returns all of the root elements that are defined. 
- getRootFrame() - Static method in class javax.swing.JOptionPane
- 
Returns the Frameto use for the class methods in
 which a frame is not provided.
 
- getRootName() - Method in interface javax.imageio.metadata.IIOMetadataFormat
- 
Returns the name of the root element of the format. 
- getRootName() - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-  
- getRootPane() - Method in class javax.swing.JApplet
- 
Returns the rootPane object for this applet. 
- getRootPane() - Method in class javax.swing.JComponent
- 
Returns the JRootPaneancestor for this component.
 
- getRootPane() - Method in class javax.swing.JDialog
- 
Returns the rootPaneobject for this dialog.
 
- getRootPane() - Method in class javax.swing.JFrame
- 
Returns the rootPaneobject for this frame.
 
- getRootPane() - Method in class javax.swing.JInternalFrame
- 
Returns the rootPaneobject for this internal frame.
 
- getRootPane() - Method in class javax.swing.JWindow
- 
Returns the rootPaneobject for this window.
 
- getRootPane() - Method in interface javax.swing.RootPaneContainer
- 
Return this component's single JRootPane child. 
- getRootPane(Component) - Static method in class javax.swing.SwingUtilities
- 
If c is a JRootPane descendant return its JRootPane ancestor. 
- getRoots() - Method in class javax.swing.filechooser.FileSystemView
- 
Returns all root partitions on this system. 
- getRootView(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Fetches a View with the allocation of the associated
 text component (i.e. 
- getRootView(JTextComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getRootViewmethod on each UI handled by this object.
 
- getRootView(JTextComponent) - Method in class javax.swing.plaf.TextUI
- 
Fetches a View with the allocation of the associated
 text component (i.e. 
- getRotateInstance(double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform representing a rotation transformation. 
- getRotateInstance(double, double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform that rotates coordinates around an anchor point. 
- getRotateInstance(double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform that rotates coordinates according to
 a rotation vector. 
- getRotateInstance(double, double, double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform that rotates coordinates around an anchor
 point accordinate to a rotation vector. 
- getRoundedCorners() - Method in class javax.swing.border.LineBorder
- 
Returns whether this border will be drawn with rounded corners. 
- getRoundingMode() - Method in class java.math.MathContext
- 
Returns the roundingMode setting. 
- getRoundingMode() - Method in class java.text.DecimalFormat
- 
- getRoundingMode() - Method in class java.text.NumberFormat
- 
- getRounds() - Method in class javax.crypto.spec.RC5ParameterSpec
- 
Returns the number of rounds. 
- getRow() - Method in interface java.sql.ResultSet
- 
Retrieves the current row number. 
- getRow() - Method in class javax.swing.JTable.DropLocation
- 
Returns the row index where a dropped item should be placed in the
 table. 
- getRowBounds(int) - Method in class javax.swing.JTree
- 
Returns the Rectanglethat the node at the specified row is
 drawn in.
 
- getRowCount() - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the number of rows in the model. 
- getRowCount() - Method in class javax.swing.JTable
- 
Returns the number of rows that can be shown in the
 JTable, given unlimited space.
 
- getRowCount() - Method in class javax.swing.JTree
- 
Returns the number of viewable nodes. 
- getRowCount(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the number of rows that are being displayed. 
- getRowCount(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getRowCountmethod on each UI handled by this object.
 
- getRowCount(JTree) - Method in class javax.swing.plaf.TreeUI
- 
Returns the number of rows that are being displayed. 
- getRowCount() - Method in class javax.swing.table.DefaultTableModel
- 
Returns the number of rows in this data table. 
- getRowCount() - Method in interface javax.swing.table.TableModel
- 
Returns the number of rows in the model. 
- getRowCount() - Method in class javax.swing.text.TableView.TableCell
- 
Deprecated. Gets the number of rows this cell spans (that is, the
 grid height). 
- getRowCount() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Number of rows being displayed. 
- getRowCount() - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns the number of visible rows. 
- getRowCount() - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the number of visible rows. 
- getRowEnd(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the ending row model position of the row that contains
 the specified model position. 
- getRowFilter() - Method in class javax.swing.DefaultRowSorter
- 
Returns the filter that determines which rows, if any, should
 be hidden from view. 
- getRowForLocation(int, int) - Method in class javax.swing.JTree
- 
Returns the row for the specified location. 
- getRowForPath(TreePath) - Method in class javax.swing.JTree
- 
Returns the row that displays the node identified by the specified
 path. 
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the row that the last item identified in path is visible
 at. 
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Invokes the getRowForPathmethod on each UI handled by this object.
 
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
- 
Returns the row that the last item identified in path is visible
 at. 
- getRowForPath(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the row that the last item identified in path is visible
 at. 
- getRowForPath(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns the row that the last item identified in path is visible
 at. 
- getRowForPath(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the row where the last item identified in path is visible. 
- getRowHeader() - Method in class javax.swing.JScrollPane
- 
Returns the row header. 
- getRowHeader() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the JViewportobject that is the row header.
 
- getRowHeight() - Method in class javax.swing.JTable
- 
Returns the height of a table row, in pixels. 
- getRowHeight(int) - Method in class javax.swing.JTable
- 
Returns the height, in pixels, of the cells in row.
 
- getRowHeight() - Method in class javax.swing.JTextArea
- 
Defines the meaning of the height of a row. 
- getRowHeight() - Method in class javax.swing.JTree
- 
Returns the height of each row. 
- getRowHeight(int) - Method in class javax.swing.plaf.basic.BasicListUI
- 
Returns the height of the specified row based on the current layout. 
- getRowHeight() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getRowHeight() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the height of each row. 
- getRowId(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject.
 
- getRowId(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject.
 
- getRowId(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row of this
 ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language.
 
- getRowId(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row of this
 ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language.
 
- getRowIdLifetime() - Method in interface java.sql.DatabaseMetaData
- 
Indicates whether or not this data source supports the SQL ROWIDtype,
 and if so  the lifetime for which aRowIdobject remains valid.
 
- getRowMapper() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the RowMapper instance that is able to map a TreePath to a
 row. 
- getRowMapper() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the RowMapper instance that is able to map a TreePath to a
 row. 
- getRowMargin() - Method in class javax.swing.JTable
- 
Gets the amount of empty space, in pixels, between cells. 
- getRows() - Method in class java.awt.GridLayout
- 
Gets the number of rows in this layout. 
- getRows() - Method in class java.awt.List
- 
Gets the number of visible lines in this list. 
- getRows() - Method in class java.awt.TextArea
- 
Returns the number of rows in the text area. 
- getRows() - Method in class javax.swing.JTextArea
- 
Returns the number of rows in the TextArea. 
- getRowSelectionAllowed() - Method in class javax.swing.JTable
- 
Returns true if rows can be selected. 
- getRowSetNames() - Method in interface javax.sql.rowset.JoinRowSet
- 
Returns a Stringarray containing the names of theRowSetobjects added to thisJoinRowSetobject.
 
- getRowSetReader() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns a javax.sql.RowSetReaderobject, which can be used to
 populate aRowSetobject with data.
 
- getRowSets() - Method in interface javax.sql.rowset.JoinRowSet
- 
Returns a Collectionobject containing theRowSetobjects that have been added to thisJoinRowSetobject.
 
- getRowSetWarnings() - Method in interface javax.sql.rowset.CachedRowSet
- 
Retrieves the first warning reported by calls on this RowSetobject.
 
- getRowSetWarnings() - Method in interface javax.sql.rowset.JdbcRowSet
- 
Retrieves the first warning reported by calls on this JdbcRowSetobject.
 
- getRowSetWriter() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns a javax.sql.RowSetWriterobject, which can be
 used to write aRowSetobject's data back to the
 underlying data source.
 
- getRowsForPaths(TreePath[]) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the rows that the TreePathinstances inpathare being displayed at.
 
- getRowsForPaths(TreePath[]) - Method in interface javax.swing.tree.RowMapper
- 
Returns the rows that the TreePath instances in pathare being displayed at.
 
- getRowSorter() - Method in class javax.swing.JTable
- 
Returns the object responsible for sorting. 
- getRowStart(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the starting row model position of the row that contains
 the specified model position. 
- getRowType() - Method in class javax.management.openmbean.TabularType
- 
Returns the type of the row elements of tabular data values
 described by this TabularTypeinstance.
 
- getRowX(int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
Returns the location, along the x-axis, to render a particular row
 at. 
- getRowX(int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
-  
- getRowX(int, int) - Method in class javax.swing.plaf.synth.SynthTreeUI
-  
- getRSB() - Method in class java.awt.font.GlyphMetrics
- 
Returns the right (bottom) side bearing of the glyph. 
- getRule() - Method in class java.awt.AlphaComposite
- 
Returns the compositing rule of this AlphaComposite.
 
- getRule(HTML.Tag, Element) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches the style to use to render the given type
 of HTML tag. 
- getRule(String) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches the rule that best matches the selector given
 in string form. 
- getRules() - Method in class java.text.RuleBasedCollator
- 
Gets the table-based rules for the collation object. 
- getRunCount() - Method in class java.text.Bidi
- 
Return the number of level runs. 
- getRunForTab(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getRunLevel(int) - Method in class java.text.Bidi
- 
Return the level of the nth logical run in this line. 
- getRunLimit() - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character following the run
 with respect to all attributes containing the current character. 
- getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character following the run
 with respect to the given attributecontaining the current character.
 
- getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character following the run
 with respect to the given attributescontaining the current character.
 
- getRunLimit(int) - Method in class java.text.Bidi
- 
Return the index of the character past the end of the nth logical run in this line, as
 an offset from the start of the line. 
- getRunningThreadCount() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns an estimate of the number of worker threads that are
 not blocked waiting to join tasks or for other managed
 synchronization. 
- getRunStart() - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character of the run
 with respect to all attributes containing the current character. 
- getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character of the run
 with respect to the given attributecontaining the current character.
 
- getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
- 
Returns the index of the first character of the run
 with respect to the given attributescontaining the current character.
 
- getRunStart(int) - Method in class java.text.Bidi
- 
Return the index of the character at the start of the nth logical run in this line, as
 an offset from the start of the line. 
- getRuntime() - Static method in class java.lang.Runtime
- 
Returns the runtime object associated with the current Java application. 
- getRunTimeCodeBase() - Method in interface javax.rmi.CORBA.ValueHandler
- 
Returns the CodeBase for this ValueHandler. 
- getRuntimeMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the runtime system of
 the Java virtual machine. 
- getS() - Method in interface java.security.interfaces.ECPrivateKey
- 
Returns the private value S. 
- getS() - Method in class java.security.spec.ECPrivateKeySpec
- 
Returns the private value S. 
- getSalt() - Method in interface javax.crypto.interfaces.PBEKey
- 
Returns the salt or null if not specified. 
- getSalt() - Method in class javax.crypto.spec.PBEKeySpec
- 
Returns a copy of the salt or null if not specified. 
- getSalt() - Method in class javax.crypto.spec.PBEParameterSpec
- 
Returns the salt. 
- getSaltLength() - Method in class java.security.spec.PSSParameterSpec
- 
Returns the salt length in bits. 
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns as int the sample in a specified band for the pixel
 located at (x,y). 
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns as int the sample in a specified band for the pixel
 located at (x,y). 
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns as intthe sample in a specified band for the
 pixel located at (x, y).
 
- getSample(int, int, int) - Method in class java.awt.image.Raster
- 
Returns the sample in a specified band for the pixel located
 at (x,y) as an int. 
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the sample in a specified band for the pixel located
 at (x,y) as an int. 
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns as int the sample in a specified band for the pixel
 located at (x,y). 
- getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns the sample in a specified band
 for a pixel located at (x,y) as a double. 
- getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns the sample in a specified band
 for a pixel located at (x,y) as a double. 
- getSampleDouble(int, int, int) - Method in class java.awt.image.Raster
- 
Returns the sample in a specified band
 for a pixel located at (x,y) as a double. 
- getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the sample in a specified band
 for a pixel located at (x,y) as a double. 
- getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns the sample in a specified band
 for the pixel located at (x,y) as a float. 
- getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns the sample in a specified band
 for the pixel located at (x,y) as a float. 
- getSampleFloat(int, int, int) - Method in class java.awt.image.Raster
- 
Returns the sample in a specified band
 for the pixel located at (x,y) as a float. 
- getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the sample in a specified band
 for the pixel located at (x,y) as a float. 
- getSampleModel() - Method in class java.awt.image.BufferedImage
- 
Returns the SampleModelassociated with thisBufferedImage.
 
- getSampleModel() - Method in class java.awt.image.Raster
- 
Returns the SampleModel that describes the layout of the image data. 
- getSampleModel() - Method in interface java.awt.image.RenderedImage
- 
Returns the SampleModel associated with this image. 
- getSampleModel() - Method in class javax.imageio.ImageTypeSpecifier
- 
Returns a SampleModelbased on the settings
 encapsulated within this object.
 
- getSampleModel(int, int) - Method in class javax.imageio.ImageTypeSpecifier
- 
Returns a SampleModelbased on the settings
 encapsulated within this object.
 
- getSampleModelTranslateX() - Method in class java.awt.image.Raster
- 
Returns the X translation from the coordinate system of the
 SampleModel to that of the Raster. 
- getSampleModelTranslateY() - Method in class java.awt.image.Raster
- 
Returns the Y translation from the coordinate system of the
 SampleModel to that of the Raster. 
- getSampleRate() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the sample rate. 
- getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
- 
Returns the samples in a specified band for the specified rectangle
 of pixels in an int array, one sample per data array element. 
- getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
- 
Returns the samples in a specified band for the specified rectangle
 of pixels in an int array, one sample per data array element. 
- getSamples(int, int, int, int, int, int[]) - Method in class java.awt.image.Raster
- 
Returns the samples for a specified band for the specified rectangle
 of pixels in an int array, one sample per array element. 
- getSamples(int, int, int, int, int, float[]) - Method in class java.awt.image.Raster
- 
Returns the samples for a specified band for the specified rectangle
 of pixels in a float array, one sample per array element. 
- getSamples(int, int, int, int, int, double[]) - Method in class java.awt.image.Raster
- 
Returns the samples for a specified band for a specified rectangle
 of pixels in a double array, one sample per array element. 
- getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for a specified band for the specified rectangle
 of pixels in an int array, one sample per array element. 
- getSamples(int, int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for a specified band for the specified rectangle
 of pixels in a float array, one sample per array element. 
- getSamples(int, int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
- 
Returns the samples for a specified band for a specified rectangle
 of pixels in a double array, one sample per array element. 
- getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the samples for a specified band for the specified rectangle
 of pixels in an int array, one sample per array element. 
- getSampleSize() - Method in class java.awt.image.ComponentSampleModel
- 
Returns the number of bits per sample for all bands. 
- getSampleSize(int) - Method in class java.awt.image.ComponentSampleModel
- 
Returns the number of bits per sample for the specified band. 
- getSampleSize() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the number of bits per sample for all bands. 
- getSampleSize(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the number of bits per sample for the specified band. 
- getSampleSize() - Method in class java.awt.image.SampleModel
- 
Returns the size in bits of samples for all bands. 
- getSampleSize(int) - Method in class java.awt.image.SampleModel
- 
Returns the size in bits of samples for the specified band. 
- getSampleSize() - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the number of bits per sample for all bands. 
- getSampleSize(int) - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the number of bits per sample for the specified band. 
- getSampleSizeInBits() - Method in class javax.sound.sampled.AudioFormat
- 
Obtains the size of a sample. 
- getSaslClientFactories() - Static method in class javax.security.sasl.Sasl
- 
Gets an enumeration of known factories for producing SaslClient. 
- getSaslServerFactories() - Static method in class javax.security.sasl.Sasl
- 
Gets an enumeration of known factories for producing SaslServer. 
- getSavepointId() - Method in interface java.sql.Savepoint
- 
Retrieves the generated ID for the savepoint that this
 Savepointobject represents.
 
- getSavepointName() - Method in interface java.sql.Savepoint
- 
Retrieves the name of the savepoint that this Savepointobject represents.
 
- getScale(int) - Method in interface java.sql.ParameterMetaData
- 
Retrieves the designated parameter's number of digits to right of the decimal point. 
- getScale(int) - Method in interface java.sql.ResultSetMetaData
- 
Gets the designated column's number of digits to right of the decimal point. 
- getScale(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the number of digits to the right of the decimal point
 for values stored in the designated column. 
- getScaledInstance(int, int, int) - Method in class java.awt.Image
- 
Creates a scaled version of this image. 
- getScaledInstance(float, boolean) - Method in class javax.imageio.plugins.jpeg.JPEGQTable
- 
Returns a new quantization table where the values are multiplied
 by scaleFactorand then clamped to the range 1..32767
 (or to 1..255 ifforceBaselineis true).
 
- getScaleFactors(float[]) - Method in class java.awt.image.RescaleOp
- 
Returns the scale factors in the given array. 
- getScaleInstance(double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform representing a scaling transformation. 
- getScaleX() - Method in class java.awt.geom.AffineTransform
- 
Returns the X coordinate scaling element (m00) of the 3x3
 affine transformation matrix. 
- getScaleY() - Method in class java.awt.geom.AffineTransform
- 
Returns the Y coordinate scaling element (m11) of the 3x3
 affine transformation matrix. 
- getScanlineStride() - Method in class java.awt.image.ComponentSampleModel
- 
Returns the scanline stride of this ComponentSampleModel. 
- getScanlineStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the scanline stride. 
- getScanlineStride() - Method in class java.awt.image.SinglePixelPackedSampleModel
- 
Returns the scanline stride of this SinglePixelPackedSampleModel. 
- getSchema() - Method in interface java.sql.Connection
- 
Retrieves this Connectionobject's current schema name.
 
- getSchema(Name) - Method in interface javax.naming.directory.DirContext
- 
Retrieves the schema associated with the named object. 
- getSchema(String) - Method in interface javax.naming.directory.DirContext
- 
Retrieves the schema associated with the named object. 
- getSchema(String) - Method in class javax.naming.directory.InitialDirContext
-  
- getSchema(Name) - Method in class javax.naming.directory.InitialDirContext
-  
- getSchema() - Method in class javax.xml.bind.Binder
- 
- getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-  
- getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-  
- getSchema() - Method in interface javax.xml.bind.Marshaller
- 
Get the JAXP 1.3  Schema object
 being used to perform marshal-time validation. 
- getSchema() - Method in interface javax.xml.bind.Unmarshaller
- 
Get the JAXP 1.3  Schema object
 being used to perform unmarshal-time validation. 
- getSchema() - Method in class javax.xml.parsers.DocumentBuilder
- 
Get a reference to the the  Schema being used by
 the XML processor. 
- getSchema() - Method in class javax.xml.parsers.DocumentBuilderFactory
- 
- getSchema() - Method in class javax.xml.parsers.SAXParser
- 
Get a reference to the the  Schema being used by
 the XML processor. 
- getSchema() - Method in class javax.xml.parsers.SAXParserFactory
- 
- getSchemaClassDefinition(Name) - Method in interface javax.naming.directory.DirContext
- 
Retrieves a context containing the schema objects of the
 named object's class definitions. 
- getSchemaClassDefinition(String) - Method in interface javax.naming.directory.DirContext
- 
Retrieves a context containing the schema objects of the
 named object's class definitions. 
- getSchemaClassDefinition(String) - Method in class javax.naming.directory.InitialDirContext
-  
- getSchemaClassDefinition(Name) - Method in class javax.naming.directory.InitialDirContext
-  
- getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current schemaLocation. 
- getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
- 
Get the designated column's table's schema. 
- getSchemaName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the schema name of the table from which the value
 in the designated column was derived. 
- getSchemas() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the schema names available in this database. 
- getSchemas(String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the schema names available in this database. 
- getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the database vendor's preferred term for "schema". 
- getSchemaType() - Method in interface javax.xml.stream.events.XMLEvent
- 
This method is provided for implementations to provide
 optional type information about the associated event. 
- getSchemaTypeInfo() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
This DOM Level 3 method is not supported for IIOMetadataNodeand will throw aDOMException.
 
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
- 
The type information associated with this attribute. 
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
- 
The type information associated with this element. 
- getScheme() - Method in class java.net.URI
- 
Returns the scheme component of this URI. 
- getScheme() - Method in class java.nio.file.spi.FileSystemProvider
- 
Returns the URI scheme that identifies this provider. 
- getScheme() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the name of the scheme used to make this request,
 for example: http, or https. 
- getSchemeSpecificPart() - Method in class java.net.URI
- 
Returns the decoded scheme-specific part of this URI. 
- getScope() - Method in class java.security.Identity
- 
Deprecated. Returns this identity's scope. 
- getScope() - Method in class javax.xml.bind.JAXBElement
- 
Returns scope of xml element declaration. 
- getScope(String) - Method in interface javax.xml.ws.handler.MessageContext
- 
Gets the scope of a property. 
- getScopedInterface() - Method in class java.net.Inet6Address
- 
Returns the scoped interface, if this instance was created with
 with a scoped interface. 
- getScopeId() - Method in class java.net.Inet6Address
- 
Returns the numeric scopeId, if this instance is associated with
 an interface. 
- getScopes() - Method in interface javax.script.ScriptContext
- 
Returns immutable Listof all the valid values for
 scope in the ScriptContext.
 
- getScopes() - Method in class javax.script.SimpleScriptContext
- 
Returns immutable Listof all the valid values for
 scope in the ScriptContext.
 
- getScreenDevices() - Method in class java.awt.GraphicsEnvironment
- 
Returns an array of all of the screen GraphicsDeviceobjects.
 
- getScreenInsets(GraphicsConfiguration) - Method in class java.awt.Toolkit
- 
Gets the insets of the screen. 
- getScreenResolution() - Method in class java.awt.Toolkit
- 
Returns the screen resolution in dots-per-inch. 
- getScreenSize() - Method in class java.awt.Toolkit
- 
Gets the size of the screen. 
- getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
- 
The horizontal coordinate at which the event occurred relative to the
 origin of the screen coordinate system. 
- getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
- 
The vertical coordinate at which the event occurred relative to the
 origin of the screen coordinate system. 
- getScript() - Method in class java.util.Locale
- 
Returns the script for this locale, which should
 either be the empty string or an ISO 15924 4-letter script
 code. 
- getScriptContext(Bindings) - Method in class javax.script.AbstractScriptEngine
- 
Returns a SimpleScriptContext.
 
- getScriptEngine() - Method in interface javax.script.ScriptEngineFactory
- 
Returns an instance of the ScriptEngineassociated with thisScriptEngineFactory.
 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JLayer
- 
Returns a scroll increment, which is required for components
 that display logical rows or columns in order to completely expose
 one block of rows or columns, depending on the value of orientation. 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JList
- 
Returns the distance to scroll to expose the next or previous block. 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
- 
Returns visibleRect.heightorvisibleRect.width,
 depending on this table's orientation.
 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
- 
Returns the amount for a block increment, which is the height or
 width of visibleRect, based onorientation.
 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
- 
Components that display logical rows or columns should compute
 the scroll increment that will completely expose one block
 of rows or columns, depending on the value of orientation. 
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
- 
Components that display logical rows or columns should compute
 the scroll increment that will completely expose one block
 of rows or columns, depending on the value of orientation. 
- getScrollableTracksViewportHeight() - Method in class javax.swing.JEditorPane
- 
Returns true if a viewport should always force the height of this
 Scrollableto match the height of the viewport.
 
- getScrollableTracksViewportHeight() - Method in class javax.swing.JLayer
- 
Returns falseto indicate that the height of the viewport does not
 determine the height of the layer, unless the preferred height
 of the layer is smaller than the height of the viewport.
 
- getScrollableTracksViewportHeight() - Method in class javax.swing.JList
- 
Returns trueif thisJListis displayed in aJViewportand the viewport is taller than the list's
 preferred height, or if the layout orientation isVERTICAL_WRAPandvisibleRowCount <= 0; otherwise returnsfalse.
 
- getScrollableTracksViewportHeight() - Method in class javax.swing.JTable
- 
Returns falseto indicate that the height of the viewport does
 not determine the height of the table, unlessgetFillsViewportHeightistrueand the preferred height
 of the table is smaller than the viewport's height.
 
- getScrollableTracksViewportHeight() - Method in class javax.swing.JTree
- 
Returns false to indicate that the height of the viewport does not
 determine the height of the table, unless the preferred height
 of the tree is smaller than the viewports height. 
- getScrollableTracksViewportHeight() - Method in interface javax.swing.Scrollable
- 
Return true if a viewport should always force the height of this
 Scrollable to match the height of the viewport. 
- getScrollableTracksViewportHeight() - Method in class javax.swing.text.JTextComponent
- 
Returns true if a viewport should always force the height of this
 Scrollableto match the height of the viewport.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JEditorPane
- 
Returns true if a viewport should always force the width of this
 Scrollableto match the width of the viewport.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JLayer
- 
Returns falseto indicate that the width of the viewport does not
 determine the width of the layer, unless the preferred width
 of the layer is smaller than the width of the viewport.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JList
- 
Returns trueif thisJListis displayed in aJViewportand the viewport is wider than the list's
 preferred width, or if the layout orientation isHORIZONTAL_WRAPandvisibleRowCount <= 0; otherwise returnsfalse.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JTable
- 
Returns false if autoResizeModeis set toAUTO_RESIZE_OFF, which indicates that the
 width of the viewport does not determine the width
 of the table.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JTextArea
- 
Returns true if a viewport should always force the width of this
 Scrollable to match the width of the viewport. 
- getScrollableTracksViewportWidth() - Method in class javax.swing.JTree
- 
Returns false to indicate that the width of the viewport does not
 determine the width of the table, unless the preferred width of
 the tree is smaller than the viewports width. 
- getScrollableTracksViewportWidth() - Method in interface javax.swing.Scrollable
- 
Return true if a viewport should always force the width of this
 Scrollableto match the width of the viewport.
 
- getScrollableTracksViewportWidth() - Method in class javax.swing.text.JTextComponent
- 
Returns true if a viewport should always force the width of this
 Scrollableto match the width of the viewport.
 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JLayer
- 
Returns a scroll increment, which is required for components
 that display logical rows or columns in order to completely expose
 one new row or column, depending on the value of orientation. 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JList
- 
Returns the distance to scroll to expose the next or previous
 row (for vertical scrolling) or column (for horizontal scrolling). 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
- 
Returns the scroll increment (in pixels) that completely exposes one new
 row or column (depending on the orientation). 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTextArea
- 
Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation. 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
- 
Returns the amount to increment when scrolling. 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
- 
Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation. 
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
- 
Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation. 
- getScrollAmount() - Method in class java.awt.event.MouseWheelEvent
- 
Returns the number of units that should be scrolled per
 click of mouse wheel rotation. 
- getScrollbarDisplayPolicy() - Method in class java.awt.ScrollPane
- 
Returns the display policy for the scrollbars. 
- getScrollbarVisibility() - Method in class java.awt.TextArea
- 
Returns an enumerated value that indicates which scroll bars
 the text area uses. 
- getScrollMode() - Method in class javax.swing.JViewport
- 
Returns the current scrolling mode. 
- getScrollOffset() - Method in class javax.swing.JTextField
- 
Gets the scroll offset, in pixels. 
- getScrollPane() - Method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
- 
Returns the JScrollPane housing the JTree, or null if one isn't
 found. 
- getScrollPosition() - Method in class java.awt.ScrollPane
- 
Returns the current x,y position within the child which is displayed
 at the 0,0 location of the scrolled panel's view port. 
- getScrollsOnExpand() - Method in class javax.swing.JTree
- 
Returns the value of the scrollsOnExpandproperty.
 
- getScrollType() - Method in class java.awt.event.MouseWheelEvent
- 
Returns the type of scrolling that should take place in response to this
 event. 
- getSearchScope() - Method in class javax.naming.directory.SearchControls
- 
Retrieves the search scope of these SearchControls. 
- getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the string that can be used to escape wildcard characters. 
- getSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getSecondary1() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the secondary 1 color. 
- getSecondary1() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the secondary 1 color. 
- getSecondary1() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the secondary 1 color. 
- getSecondary2() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the secondary 2 color. 
- getSecondary2() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the secondary 2 color. 
- getSecondary2() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the secondary 2 color. 
- getSecondary3() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the secondary 3 color. 
- getSecondary3() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the secondary 3 color. 
- getSecondary3() - Method in class javax.swing.plaf.metal.OceanTheme
- 
Returns the secondary 3 color. 
- getSeconds() - Method in class java.sql.Date
- 
Deprecated.  
- getSeconds() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.SECOND).
 
 
- getSeconds() - Method in class javax.xml.datatype.Duration
- 
Obtains the value of the SECONDS field as an integer value,
 or 0 if not present. 
- getSecretKey() - Method in class java.security.KeyStore.SecretKeyEntry
- 
Gets the SecretKeyfrom this entry.
 
- getSecure() - Method in class java.net.HttpCookie
- 
Returns trueif sending this cookie should be
 restricted to a secure protocol, orfalseif the
 it can be sent using any protocol.
 
- getSecurityContext() - Method in class java.lang.SecurityManager
- 
Creates an object that encapsulates the current execution
 environment. 
- getSecurityContext(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
- 
Deprecated.
no replacement 
 
- getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
- 
Deprecated.
no replacement.  As of the Java 2 platform v1.2, RMI no
 longer uses this method to obtain a class loader's security context. 
 
- getSecurityManager() - Static method in class java.lang.System
- 
Gets the system security interface. 
- getSeed(int) - Static 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. 
- getSeed() - Method in class java.security.spec.EllipticCurve
- 
Returns the seeding bytes seedused
 during curve generation.
 
- getSelectColor() - Method in class javax.swing.plaf.metal.MetalButtonUI
-  
- getSelectColor() - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-  
- getSelectColor() - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-  
- getSelectedAccessibleColumns() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the selected columns in a table. 
- getSelectedAccessibleColumns() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the selected columns in a table. 
- getSelectedAccessibleRows() - Method in interface javax.accessibility.AccessibleTable
- 
Returns the selected rows in a table. 
- getSelectedAccessibleRows() - Method in class javax.swing.JTable.AccessibleJTable
- 
Returns the selected rows in a table. 
- getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
- 
Gets the current choice from this check box group. 
- getSelectedColor() - Method in interface javax.swing.colorchooser.ColorSelectionModel
- 
Returns the selected Colorwhich should be
 non-null.
 
- getSelectedColor() - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
- 
Returns the selected Colorwhich should be
 non-null.
 
- getSelectedColumn() - Method in class javax.swing.JTable
- 
Returns the index of the first selected column,
 -1 if no column is selected. 
- getSelectedColumnCount() - Method in class javax.swing.JTable
- 
Returns the number of selected columns. 
- getSelectedColumnCount() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the number of columns selected. 
- getSelectedColumnCount() - Method in interface javax.swing.table.TableColumnModel
- 
Returns the number of selected columns. 
- getSelectedColumns() - Method in class javax.swing.JTable
- 
Returns the indices of all selected columns. 
- getSelectedColumns() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns an array of selected columns. 
- getSelectedColumns() - Method in interface javax.swing.table.TableColumnModel
- 
Returns an array of indicies of all selected columns. 
- getSelectedComponent() - Method in class javax.swing.JTabbedPane
- 
Returns the currently selected component for this tabbedpane. 
- getSelectedFile() - Method in class javax.swing.JFileChooser
- 
Returns the selected file. 
- getSelectedFiles() - Method in class javax.swing.JFileChooser
- 
Returns a list of selected files if the file chooser is
 set to allow multiple selection. 
- getSelectedFrame() - Method in class javax.swing.JDesktopPane
- 
Returns the currently active JInternalFramein thisJDesktopPane, ornullif noJInternalFrameis currently active.
 
- getSelectedIcon() - Method in class javax.swing.AbstractButton
- 
Returns the selected icon for the button. 
- getSelectedIndex() - Method in class java.awt.Choice
- 
Returns the index of the currently selected item. 
- getSelectedIndex() - Method in class java.awt.List
- 
Gets the index of the selected item on the list, 
- getSelectedIndex() - Method in class javax.security.auth.callback.ConfirmationCallback
- 
Get the selected confirmation option. 
- getSelectedIndex() - Method in class javax.swing.DefaultSingleSelectionModel
-  
- getSelectedIndex() - Method in class javax.swing.JComboBox
- 
Returns the first item in the list that matches the given item. 
- getSelectedIndex() - Method in class javax.swing.JList
- 
Returns the smallest selected cell index; the selection when only
 a single item is selected in the list. 
- getSelectedIndex() - Method in class javax.swing.JTabbedPane
- 
Returns the currently selected index for this tabbedpane. 
- getSelectedIndex() - Method in interface javax.swing.SingleSelectionModel
- 
Returns the model's selection. 
- getSelectedIndexes() - Method in class java.awt.List
- 
Gets the selected indexes on the list. 
- getSelectedIndexes() - Method in class javax.security.auth.callback.ChoiceCallback
- 
Get the selected choices. 
- getSelectedIndices() - Method in class javax.swing.JList
- 
Returns an array of all of the selected indices, in increasing
 order. 
- getSelectedItem() - Method in class java.awt.Choice
- 
Gets a representation of the current choice as a string. 
- getSelectedItem() - Method in class java.awt.List
- 
Gets the selected item on this scrolling list. 
- getSelectedItem() - Method in interface javax.swing.ComboBoxModel
- 
Returns the selected item 
- getSelectedItem() - Method in class javax.swing.DefaultComboBoxModel
-  
- getSelectedItem() - Method in class javax.swing.JComboBox
- 
Returns the current selected item. 
- getSelectedItem() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-  
- getSelectedItem() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-  
- getSelectedItems() - Method in class java.awt.List
- 
Gets the selected items on this scrolling list. 
- getSelectedObjects() - Method in class java.awt.Checkbox
- 
Returns an array (length 1) containing the checkbox
 label or null if the checkbox is not selected. 
- getSelectedObjects() - Method in class java.awt.CheckboxMenuItem
- 
Returns the an array (length 1) containing the checkbox menu item
 label or null if the checkbox is not selected. 
- getSelectedObjects() - Method in class java.awt.Choice
- 
Returns an array (length 1) containing the currently selected
 item. 
- getSelectedObjects() - Method in interface java.awt.ItemSelectable
- 
Returns the selected items or nullif no
 items are selected.
 
- getSelectedObjects() - Method in class java.awt.List
- 
Gets the selected items on this scrolling list in an array of Objects. 
- getSelectedObjects() - Method in class javax.swing.AbstractButton
- 
Returns an array (length 1) containing the label or
 nullif the button is not selected.
 
- getSelectedObjects() - Method in class javax.swing.DefaultButtonModel
- 
Overridden to return null.
 
- getSelectedObjects() - Method in class javax.swing.JCheckBoxMenuItem
- 
Returns an array (length 1) containing the check box menu item
 label or null if the check box is not selected. 
- getSelectedObjects() - Method in class javax.swing.JComboBox
- 
Returns an array containing the selected item. 
- getSelectedPath() - Method in class javax.swing.MenuSelectionManager
- 
Returns the path to the currently selected menu item 
- getSelectedRow() - Method in class javax.swing.JTable
- 
Returns the index of the first selected row, -1 if no row is selected. 
- getSelectedRowCount() - Method in class javax.swing.JTable
- 
Returns the number of selected rows. 
- getSelectedRows() - Method in class javax.swing.JTable
- 
Returns the indices of all selected rows. 
- getSelectedTabPadInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
- 
Gets the currently selected text from the text editing component. 
- getSelectedText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class java.awt.TextComponent
- 
Returns the selected text from the text that is
 presented by this text component. 
- getSelectedText() - Method in interface javax.accessibility.AccessibleText
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the portion of the text that is selected. 
- getSelectedText() - Method in class javax.swing.text.JTextComponent
- 
Returns the selected text contained in this
 TextComponent.
 
- getSelectedTextColor() - Method in class javax.swing.text.JTextComponent
- 
Fetches the current color used to render the
 selected text. 
- getSelectedValue() - Method in class javax.swing.JList
- 
Returns the value for the smallest selected cell index;
 the selected value when only a single item is selected in the
 list. 
- getSelectedValues() - Method in class javax.swing.JList
- 
- getSelectedValuesList() - Method in class javax.swing.JList
- 
Returns a list of all the selected items, in increasing order based
 on their indices in the list. 
- getSelection() - Method in class javax.swing.ButtonGroup
- 
Returns the model of the selected button. 
- getSelectionBackground() - Method in class javax.swing.JList
- 
Returns the color used to draw the background of selected items. 
- getSelectionBackground() - Method in class javax.swing.JTable
- 
Returns the background color for selected cells. 
- getSelectionBackground() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
The "selectionBackground" is the color of the text when it is painted
 over an unfilled area of the progress bar. 
- getSelectionColor() - Method in class javax.swing.text.JTextComponent
- 
Fetches the current color used to render the
 selection. 
- getSelectionCount() - Method in class javax.swing.JTree
- 
Returns the number of nodes selected. 
- getSelectionCount() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the number of paths that are selected. 
- getSelectionCount() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the number of paths that are selected. 
- getSelectionEnd() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class java.awt.TextComponent
- 
Gets the end position of the selected text in
 this text component. 
- getSelectionEnd() - Method in interface javax.accessibility.AccessibleText
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the end offset within the selected text. 
- getSelectionEnd() - Method in class javax.swing.text.JTextComponent
- 
Returns the selected text's end position. 
- getSelectionForeground() - Method in class javax.swing.JList
- 
Returns the color used to draw the foreground of selected items. 
- getSelectionForeground() - Method in class javax.swing.JTable
- 
Returns the foreground color for selected cells. 
- getSelectionForeground() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
The "selectionForeground" is the color of the text when it is painted
 over a filled area of the progress bar. 
- getSelectionMode() - Method in class javax.swing.DefaultListSelectionModel
- 
Returns the current selection mode. 
- getSelectionMode() - Method in class javax.swing.JList
- 
Returns the current selection mode for the list. 
- getSelectionMode() - Method in interface javax.swing.ListSelectionModel
- 
Returns the current selection mode. 
- getSelectionMode() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the selection mode, one of SINGLE_TREE_SELECTION,DISCONTIGUOUS_TREE_SELECTIONorCONTIGUOUS_TREE_SELECTION.
 
- getSelectionMode() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the current selection mode, one of
 SINGLE_TREE_SELECTION,CONTIGUOUS_TREE_SELECTIONorDISCONTIGUOUS_TREE_SELECTION.
 
- getSelectionModel() - Method in class javax.swing.JColorChooser
- 
Returns the data model that handles color selections. 
- getSelectionModel() - Method in class javax.swing.JList
- 
Returns the current selection model. 
- getSelectionModel() - Method in class javax.swing.JMenuBar
- 
Returns the model object that handles single selections. 
- getSelectionModel() - Method in class javax.swing.JPopupMenu
- 
Returns the model object that handles single selections. 
- getSelectionModel() - Method in class javax.swing.JTable
- 
Returns the ListSelectionModelthat is used to maintain row
 selection state.
 
- getSelectionModel() - Method in class javax.swing.JTree
- 
Returns the model for selections. 
- getSelectionModel() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getSelectionModel() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the ListSelectionModelthat is used to
 maintain column selection state.
 
- getSelectionModel() - Method in interface javax.swing.table.TableColumnModel
- 
Returns the current selection model. 
- getSelectionModel() - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the model used to maintain the selection. 
- getSelectionPainter() - Method in class javax.swing.text.DefaultCaret
- 
Gets the painter for the Highlighter. 
- getSelectionPath() - Method in class javax.swing.JTree
- 
Returns the path to the first selected node. 
- getSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the first path in the selection. 
- getSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the first path in the selection. 
- getSelectionPaths() - Method in class javax.swing.JTree
- 
Returns the paths of all selected values. 
- getSelectionPaths() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the selection. 
- getSelectionPaths() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns the paths in the selection. 
- getSelectionRows() - Method in class javax.swing.JTree
- 
Returns all of the currently selected rows. 
- getSelectionRows() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns the selection in terms of rows. 
- getSelectionRows() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Returns all of the currently selected rows. 
- getSelectionStart() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class java.awt.TextComponent
- 
Gets the start position of the selected text in
 this text component. 
- getSelectionStart() - Method in interface javax.accessibility.AccessibleText
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the start offset within the selected text. 
- getSelectionStart() - Method in class javax.swing.text.JTextComponent
- 
Returns the selected text's start position. 
- getSelectionValues() - Method in class javax.swing.JOptionPane
- 
Returns the input selection values. 
- getSendBufferSize() - Method in class java.net.DatagramSocket
- 
Get value of the SO_SNDBUF option for this DatagramSocket, that is the
 buffer size used by the platform for output on this DatagramSocket. 
- getSendBufferSize() - Method in class java.net.Socket
- 
Get value of the SO_SNDBUF option for this Socket,
 that is the buffer size used by the platform
 for output on this Socket. 
- getSendPastNotifications() - Method in class javax.management.timer.Timer
- 
Gets the flag indicating whether or not the timer sends past notifications. 
- getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
- 
Gets the flag indicating whether or not the timer sends past notifications. 
- getSentenceInstance() - Static method in class java.text.BreakIterator
- 
- getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
- 
Returns a new  BreakIterator instance
 for  sentence breaks
 for the given locale. 
- getSentenceInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
- 
Returns a new  BreakIterator instance
 for  sentence breaks
 for the given locale. 
- getSeparator() - Method in class java.nio.file.FileSystem
- 
Returns the name separator, represented as a string. 
- getSeparatorBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the separator background color of the current theme. 
- getSeparatorBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the separator background color. 
- getSeparatorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the separator foreground color of the current theme. 
- getSeparatorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the separator foreground color. 
- getSeparatorSize() - Method in class javax.swing.JToolBar.Separator
- 
Returns the size of the separator 
- getSequence(InputStream) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains a MIDI sequence from the specified input stream. 
- getSequence(URL) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains a MIDI sequence from the specified URL. 
- getSequence(File) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains a MIDI sequence from the specified File.
 
- getSequence() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the sequence on which the Sequencer is currently operating. 
- getSequence(InputStream) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains a MIDI sequence from the input stream provided. 
- getSequence(URL) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains a MIDI sequence from the URL provided. 
- getSequence(File) - Method in class javax.sound.midi.spi.MidiFileReader
- 
Obtains a MIDI sequence from the Fileprovided.
 
- getSequenceDetState() - Method in interface org.ietf.jgss.GSSContext
- 
Determines if sequence checking is enabled for the
 per-message security services from this context. 
- getSequenceNumber() - Method in class java.util.logging.LogRecord
- 
Get the sequence number. 
- getSequenceNumber() - Method in class javax.management.Notification
- 
Get the notification sequence number. 
- getSequencer() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the default Sequencer, connected to
 a default device.
 
- getSequencer(boolean) - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the default Sequencer, optionally
 connected to a default device.
 
- getSerializedObject() - Method in class javax.management.loading.MLetContent
- 
Gets the value of the OBJECTattribute of theMLETtag.
 
- getSerialNumber() - Method in class java.security.cert.X509Certificate
- 
Gets the serialNumbervalue from the certificate.
 
- getSerialNumber() - Method in class java.security.cert.X509CertSelector
- 
Returns the serialNumber criterion. 
- getSerialNumber() - Method in class java.security.cert.X509CRLEntry
- 
Gets the serial number from this X509CRLEntry,
 the userCertificate. 
- getSerialNumber() - Method in class javax.security.cert.X509Certificate
- 
Gets the serialNumbervalue from the certificate.
 
- getSerialNumber() - Method in interface javax.xml.crypto.dsig.keyinfo.X509IssuerSerial
- 
Returns the serial number of this X509IssuerSerial.
 
- getSerialVersionUID() - Method in class java.io.ObjectStreamClass
- 
Return the serialVersionUID for this class. 
- getServer() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the service principal associated with this ticket. 
- getServerAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
- 
Get the matching aliases for authenticating the server side of a secure
 socket given the public key type and the list of
 certificate issuer authorities recognized by the peer (if any). 
- getServerCertificateChain() - Method in class java.net.SecureCacheResponse
- 
Returns the server's certificate chain, which was established as
 part of defining the session in the original connection that
 retrieved the network resource, from cache. 
- getServerCertificates() - Method in class javax.net.ssl.HttpsURLConnection
- 
Returns the server's certificate chain which was established
 as part of defining the session. 
- getServerName() - Method in class java.security.cert.LDAPCertStoreParameters
- 
Returns the DNS name of the LDAP server. 
- getServerSessionContext() - Method in class javax.net.ssl.SSLContext
- 
Returns the server session context, which represents the set of
 SSL sessions available for use during the handshake phase of
 server-side SSL sockets. 
- getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
- 
Returns a ServerSocketFactoryobject for
 this context.
 
- getService(BeanContextServices, Object, Class, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
- 
Invoked by BeanContextServices, this method
 requests an instance of a
 service from thisBeanContextServiceProvider.
 
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface java.beans.beancontext.BeanContextServices
- 
A BeanContextChild, or any arbitrary object
 associated with aBeanContextChild, may obtain
 a reference to a currently registered service from its
 nestingBeanContextServicesvia invocation of this method.
 
- getService(BeanContextServices, Object, Class, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-  
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
obtain a service which may be delegated 
- getService(String, String) - Method in class java.security.Provider
- 
Get the service describing this Provider's implementation of the
 specified type of this algorithm or alias. 
- getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- 
Gets the service class that is the subject of this notification. 
- getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- 
Gets the service class that is the subject of this notification 
- getServiceName() - Method in interface javax.xml.ws.handler.PortInfo
- 
Gets the qualified name of the WSDL service name containing
  the port being accessed. 
- getServiceName() - Method in class javax.xml.ws.Service
- 
Gets the name of this service. 
- getServiceName() - Method in class javax.xml.ws.spi.ServiceDelegate
- 
Gets the name of this service. 
- getServiceProvider() - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-  
- getServiceProviderByClass(Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
- 
Returns the currently registered service provider object that
 is of the given class type. 
- getServiceProviders(Class<T>, boolean) - Method in class javax.imageio.spi.ServiceRegistry
- 
Returns an Iteratorcontaining all registered
 service providers in the given category.
 
- getServiceProviders(Class<T>, ServiceRegistry.Filter, boolean) - Method in class javax.imageio.spi.ServiceRegistry
- 
Returns an Iteratorcontaining service provider
 objects within a given category that satisfy a criterion
 imposed by the suppliedServiceRegistry.Filterobject'sfiltermethod.
 
- getServices() - Method in class java.security.Provider
- 
Get an unmodifiable Set of all services supported by
 this Provider. 
- getServicesBeanInfo() - Method in interface java.beans.beancontext.BeanContextServiceProviderBeanInfo
- 
Gets a BeanInfoarray, one for each
 service class or interface statically available
 from this ServiceProvider.
 
- getServiceUIFactory() - Method in interface javax.print.PrintService
- 
Returns a factory for UI components which allow users to interact
 with the service in various roles. 
- getSession() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the session that triggered this event. 
- getSession() - Method in class javax.net.ssl.SSLEngine
- 
Returns the SSLSessionin use in thisSSLEngine.
 
- getSession() - Method in class javax.net.ssl.SSLSessionBindingEvent
- 
Returns the SSLSession into which the listener is being bound or
 from which the listener is being unbound. 
- getSession(byte[]) - Method in interface javax.net.ssl.SSLSessionContext
- 
Returns the SSLSessionbound to the specified session id.
 
- getSession() - Method in class javax.net.ssl.SSLSocket
- 
Returns the SSL Session in use by this connection. 
- getSessionCacheSize() - Method in interface javax.net.ssl.SSLSessionContext
- 
Returns the size of the cache used for storing
 SSLSessionobjects grouped under thisSSLSessionContext.
 
- getSessionContext() - Method in interface javax.net.ssl.SSLSession
- 
Returns the context in which this session is bound. 
- getSessionKey() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the session key associated with this ticket. 
- getSessionKeyType() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the key type of the session key associated with this
 ticket as defined by the Kerberos Protocol Specification. 
- getSessionTimeout() - Method in interface javax.net.ssl.SSLSessionContext
- 
Returns the timeout limit of SSLSessionobjects grouped
 under thisSSLSessionContext.
 
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-  
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
- 
Retrieve the severity code for this warning/error. 
- getSeverity() - Method in interface org.w3c.dom.DOMError
- 
The severity of the error, either SEVERITY_WARNING,SEVERITY_ERROR, orSEVERITY_FATAL_ERROR.
 
- getShadowColor(Component) - Method in class javax.swing.border.EtchedBorder
- 
Returns the shadow color of the etched border
 when rendered on the specified component. 
- getShadowColor() - Method in class javax.swing.border.EtchedBorder
- 
Returns the shadow color of the etched border. 
- getShadowColor() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getShadowInnerColor(Component) - Method in class javax.swing.border.BevelBorder
- 
Returns the inner shadow color of the bevel border
 when rendered on the specified component. 
- getShadowInnerColor() - Method in class javax.swing.border.BevelBorder
- 
Returns the inner shadow color of the bevel border. 
- getShadowOuterColor(Component) - Method in class javax.swing.border.BevelBorder
- 
Returns the outer shadow color of the bevel border
 when rendered on the specified component. 
- getShadowOuterColor() - Method in class javax.swing.border.BevelBorder
- 
Returns the outer shadow color of the bevel border. 
- getShape() - Method in class java.awt.Window
- 
Returns the shape of the window. 
- getShaper(int) - Static method in class java.awt.font.NumericShaper
- 
Returns a shaper for the provided unicode range. 
- getShaper(NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
- 
Returns a shaper for the provided Unicode
 range. 
- getSharedAncestor(DefaultMutableTreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the nearest common ancestor to this node and aNode.
 
- getSharedInstance() - Static method in class javax.swing.PopupFactory
- 
Returns the shared PopupFactorywhich can be used
 to obtainPopups.
 
- getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire in shared mode. 
- getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns a collection containing threads that may be waiting to
 acquire in shared mode. 
- getShearInstance(double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform representing a shearing transformation. 
- getShearX() - Method in class java.awt.geom.AffineTransform
- 
Returns the X coordinate shearing element (m01) of the 3x3
 affine transformation matrix. 
- getShearY() - Method in class java.awt.geom.AffineTransform
- 
Returns the Y coordinate shearing element (m10) of the 3x3
 affine transformation matrix. 
- getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-  
- getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-  
- getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
-  
- getShift() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
-  
- getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
- 
Used to indicate whether the 'shift' key was depressed during the
 firing of the event. 
- getShort(Object, int) - Static method in class java.lang.reflect.Array
- 
Returns the value of the indexed component in the specified
 array object, as a short.
 
- getShort(Object) - Method in class java.lang.reflect.Field
- 
Gets the value of a static or instance field of type
 shortor of another primitive type convertible to
 typeshortvia a widening conversion.
 
- getShort() - Method in class java.nio.ByteBuffer
- 
Relative get method for reading a short value. 
- getShort(int) - Method in class java.nio.ByteBuffer
- 
Absolute get method for reading a short value. 
- getShort(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC SMALLINTparameter
 as ashortin the Java programming language.
 
- getShort(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC SMALLINTparameter as ashortin the Java programming language.
 
- getShort(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ashortin the Java programming language.
 
- getShort(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ashortin the Java programming language.
 
- getShortcut() - Method in class java.awt.MenuItem
- 
Get the MenuShortcutobject associated with this
 menu item,
 
- getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuBar
- 
Gets the instance of MenuItemassociated
 with the specifiedMenuShortcutobject,
 ornullif none of the menu items being managed
 by this menu bar is associated with the specified menu
 shortcut.
 
- getShortDescription() - Method in class java.beans.FeatureDescriptor
- 
Gets the short description of this feature. 
- getShortMonths() - Method in class java.text.DateFormatSymbols
- 
Gets short month strings. 
- getShortParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
A convenience method to return a parameter as a short. 
- getShortWeekdays() - Method in class java.text.DateFormatSymbols
- 
Gets short weekday strings. 
- getShowDeleted() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves a booleanindicating whether rows marked
 for deletion appear in the set of current rows.
 
- getShowDeleted() - Method in interface javax.sql.rowset.CachedRowSet
- 
Retrieves a booleanindicating whether rows marked
 for deletion appear in the set of current rows.
 
- getShowDeleted() - Method in interface javax.sql.rowset.JdbcRowSet
- 
Retrieves a booleanindicating whether rows marked
 for deletion appear in the set of current rows.
 
- getShowHorizontalLines() - Method in class javax.swing.JTable
- 
Returns true if the table draws horizontal lines between cells, false if it
 doesn't. 
- getShowsRootHandles() - Method in class javax.swing.JTree
- 
Returns the value of the showsRootHandlesproperty.
 
- getShowsRootHandles() - Method in class javax.swing.plaf.basic.BasicTreeUI
-  
- getShowVerticalLines() - Method in class javax.swing.JTable
- 
Returns true if the table draws vertical lines between cells, false if it
 doesn't. 
- getSiblingCount() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the number of siblings of this node. 
- getSides() - Method in class java.awt.JobAttributes
- 
Returns how consecutive pages should be imposed upon the sides of the
 print medium for jobs using these attributes. 
- getSigAlgName() - Method in class java.security.cert.X509Certificate
- 
Gets the signature algorithm name for the certificate
 signature algorithm. 
- getSigAlgName() - Method in class java.security.cert.X509CRL
- 
Gets the signature algorithm name for the CRL
 signature algorithm. 
- getSigAlgName() - Method in class javax.security.cert.X509Certificate
- 
Gets the signature algorithm name for the certificate
 signature algorithm. 
- getSigAlgOID() - Method in class java.security.cert.X509Certificate
- 
Gets the signature algorithm OID string from the certificate. 
- getSigAlgOID() - Method in class java.security.cert.X509CRL
- 
Gets the signature algorithm OID string from the CRL. 
- getSigAlgOID() - Method in class javax.security.cert.X509Certificate
- 
Gets the signature algorithm OID string from the certificate. 
- getSigAlgParams() - Method in class java.security.cert.X509Certificate
- 
Gets the DER-encoded signature algorithm parameters from this
 certificate's signature algorithm. 
- getSigAlgParams() - Method in class java.security.cert.X509CRL
- 
Gets the DER-encoded signature algorithm parameters from this
 CRL's signature algorithm. 
- getSigAlgParams() - Method in class javax.security.cert.X509Certificate
- 
Gets the DER-encoded signature algorithm parameters from this
 certificate's signature algorithm. 
- getSign() - Method in class javax.xml.datatype.Duration
- 
Returns the sign of this duration in -1,0, or 1. 
- getSignature() - Method in class java.security.cert.X509Certificate
- 
Gets the signaturevalue (the raw signature bits) from
 the certificate.
 
- getSignature() - Method in class java.security.cert.X509CRL
- 
Gets the signaturevalue (the raw signature bits) from
 the CRL.
 
- getSignature() - Method in class java.security.SignedObject
- 
Retrieves the signature on the signed object, in the form of a
 byte array. 
- getSignature() - Method in class javax.management.MBeanConstructorInfo
- 
Returns the list of parameters for this constructor. 
- getSignature() - Method in class javax.management.MBeanOperationInfo
- 
Returns the list of parameters for this operation. 
- getSignature() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- 
Returns an array of OpenMBeanParameterInfo instances
 describing each parameter in the signature of the constructor
 described by this OpenMBeanConstructorInfo instance. 
- getSignature() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- 
Returns an array of OpenMBeanParameterInfo instances
 describing each parameter in the signature of the operation
 described by this OpenMBeanOperationInfo instance. 
- getSignatureMethod() - Method in interface javax.xml.crypto.dsig.SignedInfo
- 
Returns the signature method of this SignedInfo.
 
- getSignatureValue() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
Returns the signature value of this XMLSignature.
 
- getSignedInfo() - Method in interface javax.xml.crypto.dsig.XMLSignature
- 
Returns the signed info of this XMLSignature.
 
- getSignerCertPath() - Method in class java.security.CodeSigner
- 
Returns the signer's certificate path. 
- getSignerCertPath() - Method in class java.security.Timestamp
- 
Returns the certificate path for the Timestamping Authority. 
- getSigners() - Method in class java.lang.Class
- 
Gets the signers of this class. 
- getSigProvider() - Method in class java.security.cert.PKIXParameters
- 
Returns the signature provider's name, or nullif not set.
 
- getSimpleName() - Method in class java.lang.Class
- 
Returns the simple name of the underlying class as given in the
 source code. 
- getSimpleName() - Method in interface javax.lang.model.element.Element
- 
Returns the simple (unqualified) name of this element. 
- getSimpleName() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the simple name of a constructor, method, or
 initializer. 
- getSimpleName() - Method in interface javax.lang.model.element.PackageElement
- 
Returns the simple name of this package. 
- getSimpleName() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the simple name of this type element. 
- getSize() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Returns the size of this object in the form of a
 Dimensionobject.
 
- getSize() - Method in class java.awt.Component
- 
Returns the size of this component in the form of a
 Dimensionobject.
 
- getSize(Dimension) - Method in class java.awt.Component
- 
Stores the width/height of this component into "return value" rv
 and return rv. 
- getSize() - Method in class java.awt.Dimension
- 
Gets the size of this Dimensionobject.
 
- getSize() - Method in class java.awt.Font
- 
Returns the point size of this Font, rounded to
 an integer.
 
- getSize() - Method in class java.awt.image.DataBuffer
- 
Returns the size (in array elements) of all banks. 
- getSize() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Returns the size of this object in the form of a Dimension
 object. 
- getSize() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Returns the size of this object in the form of a
 Dimensionobject.
 
- getSize() - Method in class java.awt.Rectangle
- 
Gets the size of this Rectangle, represented by
 the returnedDimension.
 
- getSize() - Method in class java.awt.SplashScreen
- 
Returns the size of the splash screen window as a  Dimension. 
- getSize() - Method in class java.awt.TrayIcon
- 
Returns the size, in pixels, of the space that the tray icon
 occupies in the system tray. 
- getSize() - Method in class java.util.zip.ZipEntry
- 
Returns the uncompressed size of the entry data, or -1 if not known. 
- getSize() - Method in interface javax.accessibility.AccessibleComponent
- 
Returns the size of this object in the form of a Dimension object. 
- getSize(int) - Method in class javax.print.attribute.Size2DSyntax
- 
Get this two-dimensional size attribute's dimensions in the given units
 as floating-point values. 
- getSize() - Method in class javax.swing.DefaultComboBoxModel
-  
- getSize() - Method in class javax.swing.DefaultListModel
- 
Returns the number of components in this list. 
- getSize(Dimension) - Method in class javax.swing.JComponent
- 
Stores the width/height of this component into "return value"
 rvand returnsrv.
 
- getSize() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- getSize() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-  
- getSize() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- getSize() - Method in interface javax.swing.ListModel
- 
Returns the length of the list. 
- getSize() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-  
- getSize() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-  
- getSize() - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-  
- getSize(int) - Method in class javax.swing.SizeSequence
- 
Returns the size of the specified entry. 
- getSize() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- getSize() - Method in class javax.xml.soap.AttachmentPart
- 
Returns the number of bytes in this AttachmentPartobject.
 
- getSize2D() - Method in class java.awt.Font
- 
Returns the point size of this Fontinfloatvalue.
 
- getSizeButtonsToSameWidth() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Returns true, basic L&F wants all the buttons to have the same
 width. 
- getSizeButtonsToSameWidth() - Method in class javax.swing.plaf.synth.SynthOptionPaneUI
-  
- getSizeForComponent(Component) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Returns the size a component would have if used as a cell renderer. 
- getSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the width of the passed in component. 
- getSizes() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Returns the sizes of the components. 
- getSizes() - Method in class javax.swing.SizeSequence
- 
Returns the size of all entries. 
- getSizingIcon(AbstractButton) - Method in class javax.swing.plaf.synth.SynthButtonUI
- 
Returns the Icon used in calculating the
 preferred/minimum/maximum size. 
- getSizingIcon(AbstractButton) - Method in class javax.swing.plaf.synth.SynthRadioButtonUI
- 
Returns the Icon used in calculating the
 preferred/minimum/maximum size. 
- getSlaveSyncMode() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current slave synchronization mode for this sequencer. 
- getSlaveSyncModes() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the set of slave synchronization modes supported by the sequencer. 
- getSmallDisplayIcon() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- 
Returns the small display icon for the panel. 
- getSnapshot() - Method in class java.awt.image.VolatileImage
- 
Returns a static snapshot image of this object. 
- getSnapToTicks() - Method in class javax.swing.JSlider
- 
Returns true if the knob (and the data value it represents)
 resolve to the closest tick mark next to where the user
 positioned the knob. 
- getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
- 
Gets the SOAP Body contained in this SOAPMessageobject.
 
- getSOAPFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
- 
Gets the SAAJ SOAPFactoryinstance used by this SOAP binding.
 
- getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
- 
Gets the SOAP Header contained in this SOAPMessageobject.
 
- getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
- 
Gets the SOAP part of this SOAPMessageobject.
 
- getSocket() - Method in class javax.net.ssl.HandshakeCompletedEvent
- 
Returns the socket which is the source of this event. 
- getSocketAddress() - Method in class java.net.DatagramPacket
- 
Gets the SocketAddress (usually IP address + port number) of the remote
 host that this packet is being sent to or is coming from. 
- getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
- 
Returns the socket factory set by the setSocketFactorymethod.
 
- getSocketFactory() - Method in class javax.net.ssl.SSLContext
- 
Returns a SocketFactoryobject for this
 context.
 
- getSoLinger() - Method in class java.net.Socket
- 
Returns setting for SO_LINGER. 
- getSolo() - Method in interface javax.sound.midi.MidiChannel
- 
Obtains the current solo state for this channel. 
- getSortKeys() - Method in class javax.swing.DefaultRowSorter
- 
Returns the current sort keys. 
- getSortKeys() - Method in class javax.swing.RowSorter
- 
Returns the current sort keys. 
- getSortOrder() - Method in class javax.swing.RowSorter.SortKey
- 
Returns the sort order of the column. 
- getSortsOnUpdates() - Method in class javax.swing.DefaultRowSorter
- 
Returns true if  a sort should happen when the underlying
 model is updated; otherwise, returns false. 
- getSoTimeout() - Method in class java.net.DatagramSocket
- 
Retrieve setting for SO_TIMEOUT. 
- getSoTimeout() - Method in class java.net.ServerSocket
- 
Retrieve setting for SO_TIMEOUT. 
- getSoTimeout() - Method in class java.net.Socket
- 
Returns setting for SO_TIMEOUT. 
- getSoundbank(InputStream) - Static method in class javax.sound.midi.MidiSystem
- 
Constructs a MIDI sound bank by reading it from the specified stream. 
- getSoundbank(URL) - Static method in class javax.sound.midi.MidiSystem
- 
Constructs a Soundbankby reading it from the specified URL.
 
- getSoundbank(File) - Static method in class javax.sound.midi.MidiSystem
- 
Constructs a Soundbankby reading it from the specifiedFile.
 
- getSoundbank() - Method in class javax.sound.midi.SoundbankResource
- 
Obtains the sound bank that contains this SoundbankResource.
 
- getSoundbank(URL) - Method in class javax.sound.midi.spi.SoundbankReader
- 
Obtains a soundbank object from the URL provided. 
- getSoundbank(InputStream) - Method in class javax.sound.midi.spi.SoundbankReader
- 
Obtains a soundbank object from the InputStreamprovided.
 
- getSoundbank(File) - Method in class javax.sound.midi.spi.SoundbankReader
- 
Obtains a soundbank object from the Fileprovided.
 
- getSource() - Method in class java.awt.image.BufferedImage
- 
Returns the object that produces the pixels for the image. 
- getSource() - Method in class java.awt.Image
- 
Gets the object that produces the pixels for the image. 
- getSource(int) - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns a source as a general Object. 
- getSource() - Method in class java.awt.image.VolatileImage
- 
This returns an ImageProducer for this VolatileImage. 
- getSource() - Method in class java.beans.PropertyEditorSupport
- 
Returns the bean that is used as the
 source of events. 
- getSource(Class<T>) - Method in interface java.sql.SQLXML
- 
Returns a Source for reading the XML value designated by this SQLXML instance. 
- getSource() - Method in class java.util.EventObject
- 
The object on which the Event initially occurred. 
- getSource() - Method in class javax.swing.event.RowSorterEvent
- 
Returns the source of the event as a RowSorter.
 
- getSource() - Method in interface javax.tools.Diagnostic
- 
Gets the source object associated with this diagnostic. 
- getSourceActions() - Method in class java.awt.dnd.DragGestureRecognizer
- 
This method returns an int representing the
 type of action(s) this Drag and Drop
 operation will support. 
- getSourceActions() - Method in class java.awt.dnd.DragSourceContext
- 
Returns a bitwise mask of DnDConstantsthat
 represent the set of drop actions supported by the drag source for the
 drag operation associated with thisDragSourceContext.
 
- getSourceActions() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns the source drop actions. 
- getSourceActions() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns the source drop actions. 
- getSourceActions(JComponent) - Method in class javax.swing.TransferHandler
- 
Returns the type of transfer actions supported by the source;
 any bitwise-OR combination of COPY,MOVEandLINK.
 
- getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
- 
Gets the source as a reference of type BeanContextServices.
 
- getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
- 
Gets the source as a reference of type BeanContextServices
 
- getSourceAsDragGestureRecognizer() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns the source as a DragGestureRecognizer.
 
- getSourceBands() - Method in class javax.imageio.IIOParam
- 
Returns the set of of source bands to be used. 
- getSourceClassName() - Method in class java.util.logging.LogRecord
- 
Get the  name of the class that (allegedly) issued the logging request. 
- getSourceDataLine(AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a source data line that can be used for playing back
 audio data in the format specified by the
 AudioFormatobject.
 
- getSourceDataLine(AudioFormat, Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a source data line that can be used for playing back
 audio data in the format specified by the
 AudioFormatobject, provided by the mixer
 specified by theMixer.Infoobject.
 
- getSourceDropActions() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the drag source's supported drop actions, when this
 TransferSupportrepresents a drop.
 
- getSourceElement() - Method in class javax.swing.event.HyperlinkEvent
- 
Returns the Elementthat corresponds to the source of the
 event.
 
- getSourceEncodings() - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains the set of source format encodings from which format
 conversion services are provided by this provider. 
- getSourceLineInfo(Line.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains information about all source lines of a particular type that are supported
 by the installed mixers. 
- getSourceLineInfo() - Method in interface javax.sound.sampled.Mixer
- 
Obtains information about the set of source lines supported
 by this mixer. 
- getSourceLineInfo(Line.Info) - Method in interface javax.sound.sampled.Mixer
- 
Obtains information about source lines of a particular type supported
 by the mixer. 
- getSourceLines() - Method in interface javax.sound.sampled.Mixer
- 
Obtains the set of all source lines currently open to this mixer. 
- getSourceMaxProgressivePass() - Method in class javax.imageio.ImageReadParam
- 
If getSourceNumProgressivePassesis equal toInteger.MAX_VALUE, returnsInteger.MAX_VALUE.
 
- getSourceMethodName() - Method in class java.util.logging.LogRecord
- 
Get the  name of the method that (allegedly) issued the logging request. 
- getSourceMinProgressivePass() - Method in class javax.imageio.ImageReadParam
- 
Returns the index of the first progressive pass that will be
 decoded. 
- getSourceNumProgressivePasses() - Method in class javax.imageio.ImageReadParam
- 
Returns the number of the progressive passes that will be
 decoded. 
- getSourceRegion() - Method in class javax.imageio.IIOParam
- 
Returns the source region to be used. 
- getSourceRegion(ImageReadParam, int, int) - Static method in class javax.imageio.ImageReader
- 
A utility method that may be used by readers to compute the
 region of the source image that should be read, taking into
 account any source region and subsampling offset settings in
 the supplied ImageReadParam.
 
- getSourceRenderSize() - Method in class javax.imageio.ImageReadParam
- 
Returns the width and height of the source image as it
 will be rendered during decoding, if they have been set via the
 setSourceRenderSizemethod.
 
- getSources() - Method in class java.awt.image.BufferedImage
- 
Returns a  Vector of  RenderedImage objects that are
 the immediate sources, not the sources of these immediate sources,
 of image data for this  BufferedImage. 
- getSources() - Method in class java.awt.image.renderable.ParameterBlock
- 
Returns the entire Vector of sources. 
- getSources() - Method in interface java.awt.image.renderable.RenderableImage
- 
Returns a vector of RenderableImages that are the sources of
 image data for this RenderableImage. 
- getSources() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Returns a vector of RenderableImages that are the sources of
 image data for this RenderableImage. 
- getSources() - Method in interface java.awt.image.RenderedImage
- 
Returns a vector of RenderedImages that are the immediate sources of
 image data for this RenderedImage. 
- getSourceString() - Method in class java.text.CollationKey
- 
Returns the String that this CollationKey represents. 
- getSourceVersion() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns the source version that any generated  source and  class files should conform to. 
- getSourceVersions() - Method in interface javax.tools.Tool
- 
Gets the source versions of the Java™ programming language
 supported by this tool. 
- getSourceXSubsampling() - Method in class javax.imageio.IIOParam
- 
Returns the number of source columns to advance for each pixel. 
- getSourceYSubsampling() - Method in class javax.imageio.IIOParam
- 
Returns the number of rows to advance for each pixel. 
- getSouthPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getSpaceAbove(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the space above setting. 
- getSpaceBelow(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the space below setting. 
- getSpan(int, int) - Method in class javax.swing.text.BoxView
- 
Fetches the span of a particular childs current layout. 
- getSpan(GlyphView, int, int, TabExpander, float) - Method in class javax.swing.text.GlyphView.GlyphPainter
- 
Determine the span the glyphs given a start location
 (for tab expansion). 
- getSpecificationName() - Method in class javax.management.MBeanServerDelegate
- 
Returns the full name of the JMX specification implemented
 by this product. 
- getSpecificationName() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the full name of the JMX specification implemented
 by this product. 
- getSpecificationTitle() - Method in class java.lang.Package
- 
Return the title of the specification that this package implements. 
- getSpecificationVendor() - Method in class java.lang.Package
- 
Return the name of the organization, vendor,
 or company that owns and maintains the specification
 of the classes that implement this package. 
- getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
- 
Returns the vendor of the JMX specification implemented
 by this product. 
- getSpecificationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the vendor of the JMX specification implemented
 by this product. 
- getSpecificationVersion() - Method in class java.lang.Package
- 
Returns the version number of the specification
 that this package implements. 
- getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
- 
Returns the version of the JMX specification implemented
 by this product. 
- getSpecificationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
- 
Returns the version of the JMX specification implemented
 by this product. 
- getSpecified() - Method in interface org.w3c.dom.Attr
- 
Trueif this attribute was explicitly given a value in
 the instance document,falseotherwise.
 
- getSpecName() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine specification name. 
- getSpecVendor() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine specification vendor. 
- getSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine specification version. 
- getSpi(String) - Method in class java.util.prefs.AbstractPreferences
- 
Return the value associated with the specified key at this preference
 node, or null if there is no association for this key, or the
 association cannot be determined at this time. 
- getSpinner() - Method in class javax.swing.JSpinner.DefaultEditor
- 
Returns the JSpinnerancestor of this editor ornullif none of the ancestors are aJSpinner.
 
- getSplashScreen() - Static method in class java.awt.SplashScreen
- 
Returns the SplashScreenobject used for
 Java startup splash screen control on systems that support display.
 
- getSplitPane() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Returns the splitpane this instance is currently contained
 in. 
- getSplitPaneBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getSplitPaneDividerBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
- 
Returns a border instance for a JSplitPane divider 
- getSQLException() - Method in class javax.sql.ConnectionEvent
- 
Retrieves the SQLExceptionfor thisConnectionEventobject.
 
- getSQLException() - Method in class javax.sql.StatementEvent
- 
Returns the SQLExceptionthe driver is about to throw
 
- getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a comma-separated list of all of this database's SQL keywords
 that are NOT also SQL:2003 keywords. 
- getSQLState() - Method in exception java.sql.SQLException
- 
Retrieves the SQLState for this SQLExceptionobject.
 
- getSQLStateType() - Method in interface java.sql.DatabaseMetaData
- 
Indicates whether the SQLSTATE returned by SQLException.getSQLStateis X/Open (now known as Open Group) SQL CLI or SQL:2003.
 
- getSQLTypeName() - Method in interface java.sql.SQLData
- 
Returns the fully-qualified
 name of the SQL user-defined type that this object represents. 
- getSQLTypeName() - Method in interface java.sql.Struct
- 
Retrieves the SQL type name of the SQL structured type
 that this Structobject represents.
 
- getSQLTypeName() - Method in class javax.sql.rowset.serial.SerialStruct
- 
Retrieves the SQL type name for this SerialStructobject.
 
- getSQLXML(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated SQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated SQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in  the current row of
  this ResultSetas ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in  the current row of
  this ResultSetas ajava.sql.SQLXMLobject in the Java programming language.
 
- getSrcName() - Method in interface org.ietf.jgss.GSSContext
- 
Returns the name of the context initiator. 
- getSSLParameters() - Method in class javax.net.ssl.SSLEngine
- 
Returns the SSLParameters in effect for this SSLEngine. 
- getSSLParameters() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns the SSLParameters in effect for newly accepted connections. 
- getSSLParameters() - Method in class javax.net.ssl.SSLSocket
- 
Returns the SSLParameters in effect for this SSLSocket. 
- getSSLSocketFactory() - Method in class javax.net.ssl.HttpsURLConnection
- 
Gets the SSL socket factory to be used when creating sockets
 for secure https URL connections. 
- getStackTrace() - Method in class java.lang.management.ThreadInfo
- 
Returns the stack trace of the thread
 associated with this ThreadInfo. 
- getStackTrace() - Method in class java.lang.Thread
- 
Returns an array of stack trace elements representing the stack dump
 of this thread. 
- getStackTrace() - Method in class java.lang.Throwable
- 
- getStamp() - Method in class java.util.concurrent.atomic.AtomicStampedReference
- 
Returns the current value of the stamp. 
- getStandardChromaNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the chroma
 information of the standardjavax_imageio_1.0metadata format, ornullif no such information is
 available.
 
- getStandardCompressionNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the
 compression information of the standardjavax_imageio_1.0metadata format, ornullif no such information is available.
 
- getStandardDataNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the data
 format information of the standardjavax_imageio_1.0metadata format, ornullif no such information is available.
 
- getStandardDimensionNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the
 dimension information of the standardjavax_imageio_1.0metadata format, ornullif no such information is available.
 
- getStandardDocumentNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the document
 information of the standardjavax_imageio_1.0metadata format, ornullif no such information is
 available.
 
- getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - Method in interface javax.tools.JavaCompiler
- 
Gets a new instance of the standard file manager implementation
 for this tool. 
- getStandardFormatInstance() - Static method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Returns an IIOMetadataFormatobject describing the
 standard, plug-in neutraljavax.imageio_1.0metadata document format described in the comment of thejavax.imageio.metadatapackage.
 
- getStandardTextNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the textual
 information of the standardjavax_imageio_1.0metadata format, ornullif no such information is
 available.
 
- getStandardTileNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the tiling
 information of the standardjavax_imageio_1.0metadata format, ornullif no such information is
 available.
 
- getStandardTransparencyNode() - Method in class javax.imageio.metadata.IIOMetadata
- 
Returns an IIOMetadataNoderepresenting the
 transparency information of the standardjavax_imageio_1.0metadata format, ornullif no such information is available.
 
- getStandardTree() - Method in class javax.imageio.metadata.IIOMetadata
- 
A utility method to return a tree of
 IIOMetadataNodes representing the metadata
 contained within this object according to the conventions of
 the standardjavax_imageio_1.0metadata format.
 
- getStart() - Method in class javax.swing.SpinnerDateModel
- 
Returns the first Datein the sequence.
 
- getStartIndex() - Method in class javax.accessibility.AccessibleHyperlink
- 
Gets the index with the hypertext document at which this
 link begins 
- getStartIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
- 
Get the index with the hypertext document at which this
 link begins 
- getStartOffset() - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Gets the starting offset in the model for the element. 
- getStartOffset() - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Gets the starting offset in the model for the element. 
- getStartOffset() - Method in class javax.swing.text.AbstractDocument.LeafElement
- 
Gets the starting offset in the model for the element. 
- getStartOffset() - Method in class javax.swing.text.AbstractWriter
- 
Returns the first offset to be output. 
- getStartOffset() - Method in interface javax.swing.text.Element
- 
Fetches the offset from the beginning of the document
 that this element begins at. 
- getStartOffset() - Method in class javax.swing.text.GlyphView
- 
Fetches the portion of the model that this view is responsible for. 
- getStartOffset() - Method in interface javax.swing.text.Highlighter.Highlight
- 
Gets the starting model offset for the highlight. 
- getStartOffset() - Method in class javax.swing.text.html.HTMLDocument.Iterator
- 
Returns the start of the range for which the current occurrence of
 the tag is defined and has the same attributes. 
- getStartOffset() - Method in class javax.swing.text.View
- 
Fetches the portion of the model for which this view is
 responsible. 
- getStartPoint() - Method in class java.awt.geom.Arc2D
- 
Returns the starting point of the arc. 
- getStartPoint() - Method in class java.awt.LinearGradientPaint
- 
Returns a copy of the start point of the gradient axis. 
- getStartPosition() - Method in class javax.swing.text.AbstractDocument
- 
Returns a position that represents the start of the document. 
- getStartPosition() - Method in interface javax.swing.text.Document
- 
Returns a position that represents the start of the document. 
- getStartPosition() - Method in interface javax.tools.Diagnostic
- 
Gets the character offset from the beginning of the file
 associated with this diagnostic that indicates the start of the
 problem. 
- getStartTime() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the start time of the Java virtual machine in milliseconds. 
- getStartTime() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Returns the start time for this ticket's validity period. 
- getState() - Method in class java.awt.Checkbox
- 
Determines whether this check box is in the "on" or "off" state. 
- getState() - Method in class java.awt.CheckboxMenuItem
- 
Determines whether the state of this check box menu item
 is "on" or "off." 
- getState() - Method in class java.awt.Frame
- 
Gets the state of this frame (obsolete). 
- getState() - Method in class java.awt.im.InputMethodHighlight
- 
Returns the conversion state of the text range. 
- getState() - Method in class java.lang.Thread
- 
Returns the state of this thread. 
- getState() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns the current value of synchronization state. 
- getState() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns the current value of synchronization state. 
- getState() - Method in class javax.swing.JCheckBoxMenuItem
- 
Returns the selected-state of the item. 
- getState() - Method in class javax.swing.SwingWorker
- 
Returns the SwingWorkerstate bound property.
 
- getStateChange() - Method in class java.awt.event.ItemEvent
- 
Returns the type of state change (selected or deselected). 
- getStateLabel(boolean) - Method in class javax.sound.sampled.BooleanControl
- 
Obtains the label for the specified state. 
- getStatement() - Method in interface java.sql.ResultSet
- 
Retrieves the Statementobject that produced thisResultSetobject.
 
- getStatement() - Method in class javax.sql.StatementEvent
- 
Returns the PreparedStatementthat is being closed or is invalid
 
- getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - Static method in class javax.naming.spi.DirectoryManager
- 
Retrieves the state of an object for binding when given the original
 object and its attributes. 
- getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - Method in interface javax.naming.spi.DirStateFactory
- 
Retrieves the state of an object for binding given the object and attributes
 to be transformed. 
- getStateToBind(Object, Name, Context, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
- 
Retrieves the state of an object for binding. 
- getStateToBind(Object, Name, Context, Hashtable<?, ?>) - Method in interface javax.naming.spi.StateFactory
- 
Retrieves the state of an object for binding. 
- getStaticAttribute(Object) - Static method in class javax.swing.text.StyleContext
- 
Returns the object previously registered with
 registerStaticAttributeKey.
 
- getStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
- 
Returns the String that keywill be registered with
 
- getStatus() - Method in class java.awt.image.PixelGrabber
- 
Return the status of the pixels. 
- getStatus() - Method in class javax.net.ssl.SSLEngineResult
- 
Gets the return value of this SSLEngineoperation.
 
- getStatus() - Method in class javax.sound.midi.MidiMessage
- 
Obtains the status byte for the MIDI message. 
- getStatus() - Method in interface javax.sql.rowset.spi.SyncResolver
- 
Retrieves the conflict status of the current row of this SyncResolver,
 which indicates the operation
 theRowSetobject was attempting when the conflict occurred.
 
- getStatusCode() - Method in exception javax.xml.ws.http.HTTPException
- 
Gets the HTTP status code. 
- getStealCount() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns an estimate of the total number of tasks stolen from
 one thread's work queue by another. 
- getStepSize() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the size of the value change computed by the
 getNextValueandgetPreviousValuemethods.
 
- getStream(String) - Method in interface java.applet.AppletContext
- 
Returns the stream to which specified key is associated within this
 applet context. 
- getStream(DataFlavor) - Method in interface javax.accessibility.AccessibleStreamable
- 
Returns an InputStream for a DataFlavor 
- getStream(URL) - Method in class javax.swing.JEditorPane
- 
Fetches a stream for the given URL, which is about to
 be loaded by the setPagemethod.
 
- getStreamForBytes() - Method in interface javax.print.Doc
- 
Obtains an input stream for extracting byte print data from this
 doc. 
- getStreamForBytes() - Method in class javax.print.SimpleDoc
- 
Obtains an input stream for extracting byte print data from
 this doc. 
- getStreamKeys() - Method in interface java.applet.AppletContext
- 
Finds all the keys of the streams in this applet context. 
- getStreamMetadata() - Method in class javax.imageio.ImageReader
- 
Returns an IIOMetadataobject representing the
 metadata associated with the input source as a whole (i.e., not
 associated with any particular image), ornullif
 the reader does not support reading metadata, is set to ignore
 metadata, or if no metadata is available.
 
- getStreamMetadata(String, Set<String>) - Method in class javax.imageio.ImageReader
- 
Returns an IIOMetadataobject representing the
 metadata associated with the input source as a whole (i.e.,
 not associated with any particular image).
 
- getStreamMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
- 
Returns an IIOMetadataFormatobject describing the
 given stream metadata format, ornullif no
 description is available.
 
- getStreamPosition() - Method in interface javax.imageio.stream.ImageInputStream
- 
Returns the current byte position of the stream. 
- getStreamPosition() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- getStrength() - Method in class java.text.Collator
- 
Returns this Collator's strength property. 
- getStrictErrorChecking() - Method in interface org.w3c.dom.Document
- 
An attribute specifying whether error checking is enforced or not. 
- getStrikethroughOffset() - Method in class java.awt.font.LineMetrics
- 
Returns the position of the strike-through line
 relative to the baseline. 
- getStrikethroughThickness() - Method in class java.awt.font.LineMetrics
- 
Returns the thickness of the strike-through line. 
- getString(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC CHAR,VARCHAR, orLONGVARCHARparameter as aStringin the Java programming language.
 
- getString(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC CHAR,VARCHAR,
 orLONGVARCHARparameter as aStringin
 the Java programming language.
 
- getString(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getString(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getString() - Method in interface java.sql.SQLXML
- 
Returns a string representation of the XML value designated by this SQLXML instance. 
- getString(String) - Method in class java.util.ResourceBundle
- 
Gets a string for the given key from this resource bundle or one of its parents. 
- getString() - Method in class javax.swing.JProgressBar
- 
Returns a Stringrepresentation of the current progress.
 
- getString(SynthContext, Object, String) - Method in class javax.swing.plaf.synth.SynthStyle
- 
Convenience method to get a specific style property whose value is
 a String. 
- getString(int, int) - Method in interface javax.swing.text.AbstractDocument.Content
- 
Fetches a string of characters contained in the sequence. 
- getString(int, int) - Method in class javax.swing.text.GapContent
- 
Retrieves a portion of the content. 
- getString() - Method in class javax.swing.text.html.parser.Entity
- 
Returns the data as a String.
 
- getString(int, int) - Method in class javax.swing.text.StringContent
- 
Retrieves a portion of the content. 
- getString(Object) - Method in class javax.swing.UIDefaults
- 
If the value of keyis aStringreturn it,
 otherwise returnnull.
 
- getString(Object, Locale) - Method in class javax.swing.UIDefaults
- 
If the value of keyfor the givenLocaleis aStringreturn it, otherwise returnnull.
 
- getString(Object) - Static method in class javax.swing.UIManager
- 
Returns a string from the defaults. 
- getString(Object, Locale) - Static method in class javax.swing.UIManager
- 
Returns a string from the defaults that is appropriate for the
 given locale. 
- getStringArray(String) - Method in class java.util.ResourceBundle
- 
Gets a string array for the given key from this resource bundle or one of its parents. 
- getStringBounds(String, FontRenderContext) - Method in class java.awt.Font
- 
Returns the logical bounds of the specified Stringin
 the specifiedFontRenderContext.
 
- getStringBounds(String, int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns the logical bounds of the specified Stringin
 the specifiedFontRenderContext.
 
- getStringBounds(char[], int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns the logical bounds of the specified array of characters
 in the specified FontRenderContext.
 
- getStringBounds(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
- 
Returns the logical bounds of the characters indexed in the
 specified  CharacterIterator in the
 specified  FontRenderContext. 
- getStringBounds(String, Graphics) - Method in class java.awt.FontMetrics
- 
Returns the bounds of the specified Stringin the
 specifiedGraphicscontext.
 
- getStringBounds(String, int, int, Graphics) - Method in class java.awt.FontMetrics
- 
Returns the bounds of the specified Stringin the
 specifiedGraphicscontext.
 
- getStringBounds(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
- 
Returns the bounds of the specified array of characters
 in the specified Graphicscontext.
 
- getStringBounds(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
- 
Returns the bounds of the characters indexed in the specified
 CharacterIteratorin the
 specifiedGraphicscontext.
 
- getStringConverter() - Method in class javax.swing.table.TableRowSorter
- 
Returns the object responsible for converting values from the
 model to strings. 
- getStringData() - Method in interface org.w3c.dom.ls.LSInput
- 
String data to parse. 
- getStringFunctions() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a comma-separated list of string functions available with
 this database. 
- getStringNameType() - Method in interface org.ietf.jgss.GSSName
- 
Returns the name type of the printable
 representation of this name that can be obtained from the 
 toStringmethod.
 
- getStringPlacement(Graphics, String, int, int, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
- 
Designate the place where the progress string will be painted. 
- getStringTable() - Method in class javax.print.attribute.EnumSyntax
- 
Returns the string table for this enumeration value's enumeration class. 
- getStringTable() - Method in class javax.print.attribute.standard.Chromaticity
- 
Returns the string table for class Chromaticity. 
- getStringTable() - Method in class javax.print.attribute.standard.ColorSupported
- 
Returns the string table for class ColorSupported. 
- getStringTable() - Method in class javax.print.attribute.standard.Compression
- 
Returns the string table for class Compression. 
- getStringTable() - Method in class javax.print.attribute.standard.DialogTypeSelection
- 
Returns the string table for class DialogTypeSelection. 
- getStringTable() - Method in class javax.print.attribute.standard.Fidelity
- 
Returns the string table for class Fidelity. 
- getStringTable() - Method in class javax.print.attribute.standard.Finishings
- 
Returns the string table for class Finishings. 
- getStringTable() - Method in class javax.print.attribute.standard.JobSheets
- 
Returns the string table for class JobSheets. 
- getStringTable() - Method in class javax.print.attribute.standard.JobState
- 
Returns the string table for class JobState. 
- getStringTable() - Method in class javax.print.attribute.standard.JobStateReason
- 
Returns the string table for class JobStateReason. 
- getStringTable() - Method in class javax.print.attribute.standard.MediaName
- 
Returns the string table for class MediaTray. 
- getStringTable() - Method in class javax.print.attribute.standard.MediaSizeName
- 
Returns the string table for class MediaSizeName. 
- getStringTable() - Method in class javax.print.attribute.standard.MediaTray
- 
Returns the string table for class MediaTray. 
- getStringTable() - Method in class javax.print.attribute.standard.MultipleDocumentHandling
- 
Returns the string table for class MultipleDocumentHandling. 
- getStringTable() - Method in class javax.print.attribute.standard.OrientationRequested
- 
Returns the string table for class OrientationRequested. 
- getStringTable() - Method in class javax.print.attribute.standard.PDLOverrideSupported
- 
Returns the string table for class PDLOverrideSupported. 
- getStringTable() - Method in class javax.print.attribute.standard.PresentationDirection
- 
Returns the string table for class PresentationDirection. 
- getStringTable() - Method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
- 
Returns the string table for class PrinterIsAcceptingJobs. 
- getStringTable() - Method in class javax.print.attribute.standard.PrinterState
- 
Returns the string table for class PrinterState. 
- getStringTable() - Method in class javax.print.attribute.standard.PrinterStateReason
- 
Returns the string table for class PrinterStateReason. 
- getStringTable() - Method in class javax.print.attribute.standard.PrintQuality
- 
Returns the string table for class PrintQuality. 
- getStringTable() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
- 
Returns the string table for class ReferenceUriSchemesSupported. 
- getStringTable() - Method in class javax.print.attribute.standard.Severity
- 
Returns the string table for class Severity. 
- getStringTable() - Method in class javax.print.attribute.standard.SheetCollate
- 
Returns the string table for class SheetCollate. 
- getStringTable() - Method in class javax.print.attribute.standard.Sides
- 
Returns the string table for class Sides. 
- getStringToCompare() - Method in class javax.management.monitor.StringMonitor
- 
Gets the string to compare with the observed attribute common
 to all observed MBeans. 
- getStringToCompare() - Method in interface javax.management.monitor.StringMonitorMBean
- 
Gets the string to compare with the observed attribute. 
- getStringValue(int) - Method in class javax.swing.RowFilter.Entry
- 
Returns the string value at the specified index. 
- getStringValueAt(int, int) - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the value as a Stringat the specified
 index.
 
- getStroke() - Method in class java.awt.Graphics2D
- 
Returns the current Strokein theGraphics2Dcontext.
 
- getStroke() - Method in class javax.swing.border.StrokeBorder
- 
Returns the  BasicStroke object used to stroke a shape
 during the border rendering. 
- getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) - Method in class java.awt.font.TextLayout.CaretPolicy
- 
Chooses one of the specified TextHitInfoinstances as
 a strong caret in the specifiedTextLayout.
 
- getStyle() - Method in class java.awt.Font
- 
Returns the style of this Font.
 
- getStyle() - Method in class java.awt.im.InputMethodHighlight
- 
Returns the rendering style attributes for the text range, or null. 
- getStyle(String) - Method in class javax.swing.JTextPane
- 
Fetches a named non-nullstyle previously added.
 
- getStyle(JComponent, Region) - Static method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Gets the style associated with the given component and region. 
- getStyle() - Method in class javax.swing.plaf.synth.SynthContext
- 
Returns the style associated with this Region. 
- getStyle(JComponent, Region) - Static method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Gets a SynthStyle for the specified region of the specified component. 
- getStyle(JComponent, Region) - Method in class javax.swing.plaf.synth.SynthStyleFactory
- 
Returns the style for the specified Component. 
- getStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
- 
Fetches a named style previously added. 
- getStyle(String) - Method in class javax.swing.text.StyleContext
- 
Fetches a named style previously added to the document 
- getStyle(String) - Method in interface javax.swing.text.StyledDocument
- 
Fetches a named style previously added. 
- getStyledDocument() - Method in class javax.swing.JTextPane
- 
Fetches the model associated with the editor. 
- getStyledDocument(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- 
Gets the document associated with an editor pane. 
- getStyledEditorKit() - Method in class javax.swing.JTextPane
- 
Gets the editor kit. 
- getStyledEditorKit(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
- 
Gets the editor kit associated with an editor pane. 
- getStyleFactory() - Static method in class javax.swing.plaf.synth.SynthLookAndFeel
- 
Returns the current SynthStyleFactory. 
- getStyleNames() - Method in class javax.swing.text.DefaultStyledDocument
- 
Fetches the list of of style names. 
- getStyleNames() - Method in class javax.swing.text.StyleContext
- 
Fetches the names of the styles defined. 
- getStyleSheet() - Method in class javax.swing.text.html.BlockView
-  
- getStyleSheet() - Method in class javax.swing.text.html.HTMLDocument
- 
Fetches the StyleSheetwith the document-specific display
 rules (CSS) that were specified in the HTML document itself.
 
- getStyleSheet() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Get the set of styles currently being used to render the
 HTML elements. 
- getStyleSheet() - Method in class javax.swing.text.html.ImageView
- 
Convenience method to get the StyleSheet. 
- getStyleSheet() - Method in class javax.swing.text.html.InlineView
-  
- getStyleSheet() - Method in class javax.swing.text.html.ParagraphView
-  
- getStylesheet() - Method in class javax.xml.crypto.dsig.spec.XSLTTransformParameterSpec
- 
Returns the stylesheet. 
- getStyleSheets() - Method in class javax.swing.text.html.StyleSheet
- 
Returns an array of the linked StyleSheets. 
- getSubElements() - Method in class javax.swing.JMenu
- 
Returns an array of MenuElements containing the submenu
 for this menu component.
 
- getSubElements() - Method in class javax.swing.JMenuBar
- 
Implemented to be a MenuElement-- returns the
 menus in this menu bar.
 
- getSubElements() - Method in class javax.swing.JMenuItem
- 
This method returns an array containing the sub-menu
 components for this menu component. 
- getSubElements() - Method in class javax.swing.JPopupMenu
- 
Returns an array of MenuElements containing the submenu
 for this menu component.
 
- getSubElements() - Method in interface javax.swing.MenuElement
- 
This method should return an array containing the sub-elements for the receiving menu element 
- getSubimage(int, int, int, int) - Method in class java.awt.image.BufferedImage
- 
Returns a subimage defined by a specified rectangular region. 
- getSubInterfaces() - Method in class java.net.NetworkInterface
- 
Get an Enumeration with all the subinterfaces (also known as virtual
 interfaces) attached to this network interface. 
- getSubject() - Method in class java.security.cert.X509CertSelector
- 
Returns the subject criterion as an X500Principal.
 
- getSubject() - Method in class javax.security.auth.login.LoginContext
- 
Return the authenticated Subject. 
- getSubject(AccessControlContext) - Static method in class javax.security.auth.Subject
- 
Get the Subjectassociated with the providedAccessControlContext.
 
- getSubject() - Method in class javax.security.auth.SubjectDomainCombiner
- 
Get the Subjectassociated with thisSubjectDomainCombiner.
 
- getSubjectAlternativeNames() - Method in class java.security.cert.X509Certificate
- 
Gets an immutable collection of subject alternative names from the
 SubjectAltNameextension, (OID = 2.5.29.17).
 
- getSubjectAlternativeNames() - Method in class java.security.cert.X509CertSelector
- 
Returns a copy of the subjectAlternativeNames criterion. 
- getSubjectAsBytes() - Method in class java.security.cert.X509CertSelector
- 
Returns the subject criterion as a byte array. 
- getSubjectAsString() - Method in class java.security.cert.X509CertSelector
- 
- getSubjectDN() - Method in class java.security.cert.X509Certificate
- 
- getSubjectDN() - Method in class javax.security.cert.X509Certificate
- 
Gets the subject(subject distinguished name) value
 from the certificate.
 
- getSubjectKeyIdentifier() - Method in class java.security.cert.X509CertSelector
- 
Returns the subjectKeyIdentifier criterion. 
- getSubjectPublicKey() - Method in class java.security.cert.X509CertSelector
- 
Returns the subjectPublicKey criterion. 
- getSubjectPublicKeyAlgID() - Method in class java.security.cert.X509CertSelector
- 
Returns the subjectPublicKeyAlgID criterion. 
- getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
- 
Gets the subjectUniqueIDvalue from the certificate.
 
- getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
- 
Returns the subject (subject distinguished name) value from the
 certificate as an X500Principal.
 
- getSubsamplingXOffset() - Method in class javax.imageio.IIOParam
- 
Returns the horizontal offset of the subsampling grid. 
- getSubsamplingYOffset() - Method in class javax.imageio.IIOParam
- 
Returns the vertical offset of the subsampling grid. 
- getSubString(long, int) - Method in interface java.sql.Clob
- 
Retrieves a copy of the specified substring
 in the CLOBvalue
 designated by thisClobobject.
 
- getSubString(long, int) - Method in class javax.sql.rowset.serial.SerialClob
- 
Returns a copy of the substring contained in this
 SerialClobobject, starting at the given position
 and continuing for the specified number or characters.
 
- getSubTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the sub-text font. 
- getSubTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the sub-text font of the current theme. 
- getSubTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the sub-text font. 
- getSubType() - Method in class java.awt.datatransfer.DataFlavor
- 
Returns the sub MIME type of this DataFlavor.
 
- getSubType() - Method in class javax.activation.MimeType
- 
Retrieve the subtype of this object. 
- getSuffix(int) - Method in class javax.naming.CompositeName
- 
Creates a composite name whose components consist of a suffix of the
 components in this composite name. 
- getSuffix(int) - Method in class javax.naming.CompoundName
- 
Creates a compound name whose components consist of a suffix of the
 components in this compound name. 
- getSuffix(int) - Method in class javax.naming.ldap.LdapName
- 
Creates a name whose components consist of a suffix of the
 components in this LDAP name. 
- getSuffix(int) - Method in interface javax.naming.Name
- 
Creates a name whose components consist of a suffix of the
 components in this name. 
- getSuperBound() - Method in interface javax.lang.model.type.WildcardType
- 
Returns the lower bound of this wildcard. 
- getSuperclass() - Method in class java.lang.Class
- 
Returns the Classrepresenting the superclass of the entity
 (class, interface, primitive type or void) represented by thisClass.
 
- getSuperclass() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the direct superclass of this type element. 
- getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the table hierarchies defined in a particular
 schema in this database. 
- getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
 particular schema in this database. 
- getSupportedAnnotationTypes() - Method in class javax.annotation.processing.AbstractProcessor
- 
If the processor class is annotated with  SupportedAnnotationTypes, return an unmodifiable set with the
 same set of strings as the annotation. 
- getSupportedAnnotationTypes() - Method in interface javax.annotation.processing.Processor
- 
Returns the names of the annotation types supported by this
 processor. 
- getSupportedAttributeCategories() - Method in interface javax.print.PrintService
- 
Determines the printing attribute categories a client can specify
 when setting up a job for this print service. 
- getSupportedAttributeValues(Class<? extends Attribute>, DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
- 
Determines the printing attribute values a client can specify in
 the given category when setting up a job for this print service. 
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLEngine
- 
Returns the names of the cipher suites which could be enabled for use
 on this engine. 
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns the names of the cipher suites which could be enabled for use
 on an SSL connection. 
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
- 
Returns the names of the cipher suites which could be enabled for use
 on an SSL connection created by this factory. 
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocket
- 
Returns the names of the cipher suites which could be enabled for use
 on this connection. 
- getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
- 
Returns the names of the cipher suites which could be enabled for use
 on an SSL connection. 
- getSupportedDocFlavors() - Method in interface javax.print.PrintService
- 
Determines the print data formats a client can specify when setting
 up a job for this PrintService.
 
- getSupportedDocFlavors() - Method in class javax.print.StreamPrintServiceFactory
- 
Queries the factory for the document flavors that can be accepted
 by printers obtained from this factory. 
- getSupportedExtensions() - Method in class java.security.cert.PKIXCertPathChecker
- 
Returns an immutable Setof X.509 certificate extensions
 that thisPKIXCertPathCheckersupports (i.e.
 
- getSupportedOptions() - Method in class javax.annotation.processing.AbstractProcessor
- 
If the processor class is annotated with  SupportedOptions, return an unmodifiable set with the same set
 of strings as the annotation. 
- getSupportedOptions() - Method in interface javax.annotation.processing.Processor
- 
Returns the options recognized by this processor. 
- getSupportedProtocols() - Method in class javax.net.ssl.SSLEngine
- 
Returns the names of the protocols which could be enabled for use
 with this SSLEngine.
 
- getSupportedProtocols() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns the names of the protocols which could be enabled for use. 
- getSupportedProtocols() - Method in class javax.net.ssl.SSLSocket
- 
Returns the names of the protocols which could be enabled for use
 on an SSL connection. 
- getSupportedSourceVersion() - Method in class javax.annotation.processing.AbstractProcessor
- 
- getSupportedSourceVersion() - Method in interface javax.annotation.processing.Processor
- 
Returns the latest source version supported by this annotation
 processor. 
- getSupportedSSLParameters() - Method in class javax.net.ssl.SSLContext
- 
Returns a copy of the SSLParameters indicating the supported
 settings for this SSL context. 
- getSupportsAbsolutePositioning() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
Indicates whether the user can absolutely position the thumb with
 a mouse gesture (usually the middle mouse button). 
- getSupportsAbsolutePositioning() - Method in class javax.swing.plaf.synth.SynthScrollBarUI
-  
- getSupportsWindowDecorations() - Method in class javax.swing.LookAndFeel
- 
Returns trueif theLookAndFeelreturnedRootPaneUIinstances support providingWindowdecorations in aJRootPane.
 
- getSupportsWindowDecorations() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns true; metal can provideWindowdecorations.
 
- getSuppressed() - Method in class java.lang.Throwable
- 
Returns an array containing all of the exceptions that were
 suppressed, typically by the try-with-resources
 statement, in order to deliver this exception.
 
- getSurplusQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
- 
Returns an estimate of how many more locally queued tasks are
 held by the current worker thread than there are other worker
 threads that might steal them. 
- getSurrendersFocusOnKeystroke() - Method in class javax.swing.JTable
- 
Returns true if the editor should get the focus
 when keystrokes cause the editor to be activated 
- getSymbol() - Method in class java.util.Currency
- 
Gets the symbol of this currency for the default locale. 
- getSymbol(Locale) - Method in class java.util.Currency
- 
Gets the symbol of this currency for the specified locale. 
- getSymbol(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
- 
Gets the symbol of the given currency code for the specified locale. 
- getSyncAllWidths() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-  
- getSyncFactory() - Static method in class javax.sql.rowset.spi.SyncFactory
- 
Returns the SyncFactorysingleton.
 
- getSyncProvider() - Method in interface javax.sql.rowset.CachedRowSet
- 
Retrieves the SyncProviderimplementation for thisCachedRowSetobject.
 
- getSyncResolver() - Method in exception javax.sql.rowset.spi.SyncProviderException
- 
Retrieves the SyncResolverobject that has been set for
 thisSyncProviderExceptionobject, or
 if none has been set, an instance of the defaultSyncResolverimplementation included in the reference implementation.
 
- getSynthesizer() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains the default synthesizer. 
- getSystem() - Static method in class java.rmi.activation.ActivationGroup
- 
Returns the activation system for the VM. 
- getSystem() - Method in class java.rmi.activation.ActivationGroupID
- 
Returns the group's activation system. 
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
- 
Returns the system class loader for delegation. 
- getSystemClipboard() - Method in class java.awt.Toolkit
- 
Gets the singleton instance of the system Clipboard which interfaces
 with clipboard facilities provided by the native platform. 
- getSystemCustomCursor(String) - Static method in class java.awt.Cursor
- 
Returns a system-specific custom cursor object matching the
 specified name. 
- getSystemDisplayName(File) - Method in class javax.swing.filechooser.FileSystemView
- 
Name of a file, directory, or folder as it would be displayed in
 a system file browser. 
- getSystemEventQueue() - Method in class java.awt.Toolkit
- 
Get the application's or applet's EventQueue instance. 
- getSystemEventQueueImpl() - Method in class java.awt.Toolkit
- 
Gets the application's or applet's EventQueueinstance, without checking access.
 
- getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a comma-separated list of system functions available with
 this database. 
- getSystemIcon(File) - Method in class javax.swing.filechooser.FileSystemView
- 
Icon for a file, directory, or folder as it would be displayed in
 a system file browser. 
- getSystemId() - Method in interface javax.xml.stream.events.EntityDeclaration
- 
The entity's system identifier. 
- getSystemId() - Method in interface javax.xml.stream.events.NotationDeclaration
- 
The notation's system identifier, or null if none was given. 
- getSystemId() - Method in interface javax.xml.stream.events.StartDocument
- 
Returns the system ID of the XML data 
- getSystemId() - Method in interface javax.xml.stream.Location
- 
Returns the system ID of the XML 
- getSystemId() - Method in class javax.xml.transform.dom.DOMResult
- 
Get the System Identifier. 
- getSystemId() - Method in class javax.xml.transform.dom.DOMSource
- 
Get the base ID (URL or system ID) from where URLs
 will be resolved. 
- getSystemId() - Method in interface javax.xml.transform.Result
- 
Get the system identifier that was set with setSystemId. 
- getSystemId() - Method in class javax.xml.transform.sax.SAXResult
- 
Get the system identifier that was set with setSystemId. 
- getSystemId() - Method in class javax.xml.transform.sax.SAXSource
- 
Get the base ID (URI or system ID) from where URIs
 will be resolved. 
- getSystemId() - Method in interface javax.xml.transform.sax.TemplatesHandler
- 
Get the base ID (URI or system ID) from where relative
 URLs will be resolved. 
- getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
- 
Get the base ID (URI or system ID) from where relative
 URLs will be resolved. 
- getSystemId() - Method in interface javax.xml.transform.Source
- 
Get the system identifier that was set with setSystemId. 
- getSystemId() - Method in interface javax.xml.transform.SourceLocator
- 
Return the system identifier for the current document event. 
- getSystemId() - Method in class javax.xml.transform.stax.StAXResult
- 
The returned system identifier is always null.
 
- getSystemId() - Method in class javax.xml.transform.stax.StAXSource
- 
Get the system identifier used by this
 StAXSource.
 
- getSystemId() - Method in class javax.xml.transform.stream.StreamResult
- 
Get the system identifier that was set with setSystemId. 
- getSystemId() - Method in class javax.xml.transform.stream.StreamSource
- 
Get the system identifier that was set with setSystemId. 
- getSystemId() - Method in interface org.w3c.dom.DocumentType
- 
The system identifier of the external subset. 
- getSystemId() - Method in interface org.w3c.dom.Entity
- 
The system identifier associated with the entity if specified, and
 nullotherwise.
 
- getSystemId() - Method in interface org.w3c.dom.ls.LSInput
- 
The system identifier, a URI reference [ IETF RFC 2396], for this
 input source. 
- getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
- 
The system identifier, a URI reference [ IETF RFC 2396], for this
 output destination. 
- getSystemId() - Method in interface org.w3c.dom.Notation
- 
The system identifier of this notation. 
- getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
- 
Return the saved system identifier. 
- getSystemId() - Method in class org.xml.sax.InputSource
- 
Get the system identifier for this input source. 
- getSystemId() - Method in interface org.xml.sax.Locator
- 
Return the system identifier for the current document event. 
- getSystemId() - Method in exception org.xml.sax.SAXParseException
- 
Get the system identifier of the entity where the exception occurred. 
- getSystemJavaCompiler() - Static method in class javax.tools.ToolProvider
- 
Gets the Java™ programming language compiler provided
 with this platform. 
- getSystemLoadAverage() - Method in interface java.lang.management.OperatingSystemMXBean
- 
Returns the system load average for the last minute. 
- getSystemLookAndFeelClassName() - Static method in class javax.swing.UIManager
- 
Returns the name of the LookAndFeelclass that implements
 the native system look and feel if there is one, otherwise
 the name of the default cross platformLookAndFeelclass.
 
- getSystemProperties() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns a map of names and values of all system properties. 
- getSystemResource(String) - Static method in class java.lang.ClassLoader
- 
Find a resource of the specified name from the search path used to load
 classes. 
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
- 
Open for reading, a resource of the specified name from the search path
 used to load classes. 
- getSystemResources(String) - Static method in class java.lang.ClassLoader
- 
Finds all resources of the specified name from the search path used to
 load classes. 
- getSystemScope() - Static method in class java.security.IdentityScope
- 
Deprecated. Returns the system's identity scope. 
- getSystemSelection() - Method in class java.awt.Toolkit
- 
Gets the singleton instance of the system selection as a
 Clipboardobject.
 
- getSystemTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the system text color of the current theme. 
- getSystemTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the system text color. 
- getSystemTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the system text font. 
- getSystemTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the sytem text font of the current theme. 
- getSystemTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the system text font. 
- getSystemToolClassLoader() - Static method in class javax.tools.ToolProvider
- 
Returns the class loader for tools provided with this platform. 
- getSystemTray() - Static method in class java.awt.SystemTray
- 
Gets the SystemTrayinstance that represents the
 desktop's tray area.
 
- getSystemTypeDescription(File) - Method in class javax.swing.filechooser.FileSystemView
- 
Type description for a file, directory, or folder as it would be displayed in
 a system file browser. 
- getTab(int) - Method in class javax.swing.text.TabSet
- 
Returns the TabStop at index index.
 
- getTabAfter(float) - Method in class javax.swing.text.TabSet
- 
Returns the Tab instance after location.
 
- getTabAreaInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabBase() - Method in class javax.swing.text.ParagraphView
- 
Returns where the tabs are calculated from. 
- getTabbedSpan(float, TabExpander) - Method in class javax.swing.text.GlyphView
- 
Determines the desired span when using the given
 tab expansion implementation. 
- getTabbedSpan(float, TabExpander) - Method in interface javax.swing.text.TabableView
- 
Determines the desired span when using the given
 tab expansion implementation. 
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
- 
Determines the relative offset into the given text that
 best represents the given span in the view coordinate
 system. 
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean) - Static method in class javax.swing.text.Utilities
-  
- getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
- 
Determines the width of the given segment of text taking tabs
 into consideration. 
- getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the bounds of the specified tab index. 
- getTabBounds(int, Rectangle) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the bounds of the specified tab in the coordinate space
 of the JTabbedPane component. 
- getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getTabBoundsmethod on each UI handled by this object.
 
- getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.TabbedPaneUI
-  
- getTabComponentAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab component at index.
 
- getTabCount() - Method in class javax.swing.JTabbedPane
- 
Returns the number of tabs in this tabbedpane.
 
- getTabCount() - Method in class javax.swing.text.TabSet
- 
Returns the number of Tab instances the receiver contains. 
- getTabExpander() - Method in class javax.swing.text.GlyphView
- 
Fetch the TabExpander to use if tabs are present in this view. 
- getTabIndex(TabStop) - Method in class javax.swing.text.TabSet
-  
- getTabIndexAfter(float) - Method in class javax.swing.text.TabSet
- 
Returns the index of the Tab to be used after location.
 
- getTabInsets(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabInsets(int, int) - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getTabLabelShiftX(int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabLabelShiftX(int, int, boolean) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
- 
Overridden to do nothing for the Java L&F. 
- getTabLabelShiftX(int, int, boolean) - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getTabLabelShiftY(int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabLabelShiftY(int, int, boolean) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
- 
Overridden to do nothing for the Java L&F. 
- getTabLabelShiftY(int, int, boolean) - Method in class javax.swing.plaf.synth.SynthTabbedPaneUI
-  
- getTabLayoutPolicy() - Method in class javax.swing.JTabbedPane
- 
Returns the policy used by the tabbedpane to layout the tabs when all the
 tabs will not fit within a single run. 
- getTable() - Method in class java.awt.image.ByteLookupTable
- 
Returns the lookup table data by reference. 
- getTable() - Method in class java.awt.image.LookupOp
- 
Returns the LookupTable.
 
- getTable() - Method in class java.awt.image.ShortLookupTable
- 
Returns the lookup table data by reference. 
- getTable() - Method in class javax.imageio.plugins.jpeg.JPEGQTable
- 
Returns a copy of the current quantization table as an array
 of ints in natural (not zig-zag) order.
 
- getTable() - Method in class javax.swing.table.JTableHeader
- 
Returns the table associated with this header. 
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class javax.swing.DefaultCellEditor
- 
Implements the TableCellEditorinterface.
 
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in interface javax.swing.table.TableCellEditor
- 
Sets an initial valuefor the editor.
 
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class javax.swing.table.DefaultTableCellRenderer
- 
Returns the default table cell renderer. 
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in interface javax.swing.table.TableCellRenderer
- 
Returns the component used for drawing the cell. 
- getTableHeader() - Method in class javax.swing.JTable
- 
Returns the tableHeaderused by thisJTable.
 
- getTableModelListeners() - Method in class javax.swing.table.AbstractTableModel
- 
Returns an array of all the table model listeners
 registered on this model. 
- getTableName(int) - Method in interface java.sql.ResultSetMetaData
- 
Gets the designated column's table name. 
- getTableName() - Method in interface javax.sql.rowset.CachedRowSet
- 
Returns an identifier for the object (table) that was used to
 create this CachedRowSetobject.
 
- getTableName(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
- 
Retrieves the name of the table from which the value
 in the designated column was derived. 
- getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the access rights for each table available
 in a catalog. 
- getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the tables available in the given catalog. 
- getTableTypes() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the table types available in this database. 
- getTabPlacement() - Method in class javax.swing.JTabbedPane
- 
Returns the placement of the tabs for this tabbedpane. 
- getTabRunCount() - Method in class javax.swing.JTabbedPane
- 
Returns the number of tab runs currently used to display
 the tabs. 
- getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Invokes the getTabRunCountmethod on each UI handled by this object.
 
- getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.TabbedPaneUI
-  
- getTabRunIndent(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabRunOffset(int, int, int, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabRunOverlay(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getTabRunOverlay(int) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-  
- getTabSet() - Method in class javax.swing.text.ParagraphView
- 
Gets the Tabsetto be used in calculating tabs.
 
- getTabSet(AttributeSet) - Static method in class javax.swing.text.StyleConstants
- 
Gets the TabSet. 
- getTabSize() - Method in class javax.swing.JTextArea
- 
Gets the number of characters used to expand tabs. 
- getTabSize() - Method in class javax.swing.text.PlainView
- 
Returns the tab size set for the document, defaulting to 8. 
- getTabSize() - Method in class javax.swing.text.WrappedPlainView
- 
Returns the tab size set for the document, defaulting to 8. 
- getTabularType() - Method in interface javax.management.openmbean.TabularData
- 
Returns the tabular type describing this
 TabularData instance. 
- getTabularType() - Method in class javax.management.openmbean.TabularDataSupport
- 
Returns the tabular type describing this TabularData instance. 
- getTag(String) - Static method in class javax.swing.text.html.HTML
- 
Fetches a tag constant for a well-known tag name (i.e. 
- getTag() - Method in class javax.swing.text.html.HTMLDocument.Iterator
- 
Type of tag this iterator represents. 
- getTagName() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to getNodeName.
 
- getTagName() - Method in interface org.w3c.dom.Element
- 
The name of the element. 
- getTags() - Method in interface java.beans.PropertyEditor
- 
If the property value must be one of a set of known tagged values,
 then this method should return an array of the tags. 
- getTags() - Method in class java.beans.PropertyEditorSupport
- 
If the property value must be one of a set of known tagged values,
 then this method should return an array of the tag values. 
- getTail(Handler) - Method in class java.util.logging.Formatter
- 
Return the tail string for a set of formatted records. 
- getTail(Handler) - Method in class java.util.logging.XMLFormatter
- 
Return the tail string for a set of XML formatted records. 
- getTarget() - Method in class java.beans.EventHandler
- 
Returns the object to which this event handler will send a message. 
- getTarget() - Method in class java.beans.Statement
- 
Returns the target object of this statement. 
- getTarget() - Method in class java.lang.invoke.CallSite
- 
Returns the target method of the call site, according to the
 behavior defined by this call site's specific class. 
- getTarget() - Method in class java.lang.invoke.ConstantCallSite
- 
Returns the target method of the call site, which behaves
 like a finalfield of theConstantCallSite.
 
- getTarget() - Method in class java.lang.invoke.MutableCallSite
- 
Returns the target method of the call site, which behaves
 like a normal field of the MutableCallSite.
 
- getTarget() - Method in class java.lang.invoke.VolatileCallSite
- 
Returns the target method of the call site, which behaves
 like a volatilefield of theVolatileCallSite.
 
- getTarget() - Method in class javax.accessibility.AccessibleRelation
- 
Returns the target objects for this relation 
- getTarget() - Method in interface javax.rmi.CORBA.Tie
- 
Returns the target for this tie. 
- getTarget() - Method in class javax.swing.BoxLayout
- 
Returns the container that uses this layout manager. 
- getTarget() - Method in class javax.swing.OverlayLayout
- 
Returns the container that uses this layout manager. 
- getTarget() - Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
- 
returns the target for the link. 
- getTarget() - Method in interface javax.xml.crypto.dsig.SignatureProperty
- 
Returns the target URI of this SignatureProperty.
 
- getTarget() - Method in interface javax.xml.stream.events.ProcessingInstruction
- 
The target section of the processing instruction 
- getTarget() - Method in interface org.w3c.dom.events.Event
- 
Used to indicate the EventTargetto which the event was
 originally dispatched.
 
- getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
- 
The target of this processing instruction. 
- getTargetActions() - Method in class java.awt.dnd.DragSourceDragEvent
- 
This method returns the target drop action. 
- getTargetActions() - Method in class java.awt.dnd.DropTargetContext
- 
This method returns an intrepresenting the
 current actions thisDropTargetwill accept.
 
- getTargetCertConstraints() - Method in class java.security.cert.PKIXParameters
- 
Returns the required constraints on the target certificate. 
- getTargetDataLine(AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a target data line that can be used for recording
 audio data in the format specified by the
 AudioFormatobject.
 
- getTargetDataLine(AudioFormat, Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains a target data line that can be used for recording
 audio data in the format specified by the
 AudioFormatobject, provided by the mixer
 specified by theMixer.Infoobject.
 
- getTargetedNotifications() - Method in class javax.management.remote.NotificationResult
- 
Returns the notifications resulting from the query, and the
 listeners they correspond to. 
- getTargetEncodings(AudioFormat.Encoding) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the encodings that the system can obtain from an
 audio input stream with the specified encoding using the set
 of installed format converters. 
- getTargetEncodings(AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the encodings that the system can obtain from an
 audio input stream with the specified format using the set
 of installed format converters. 
- getTargetEncodings() - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains the set of target format encodings to which format
 conversion services are provided by this provider. 
- getTargetEncodings(AudioFormat) - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains the set of target format encodings supported by the format converter
 given a particular source format. 
- getTargetError() - Method in exception javax.management.RuntimeErrorException
- 
Returns the actual  Error thrown. 
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
- 
Get the thrown target exception. 
- getTargetException() - Method in exception javax.management.MBeanException
- 
- getTargetException() - Method in exception javax.management.ReflectionException
- 
- getTargetException() - Method in exception javax.management.RuntimeMBeanException
- 
- getTargetException() - Method in exception javax.management.RuntimeOperationsException
- 
- getTargetFormats(AudioFormat.Encoding, AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains the formats that have a particular encoding and that the system can
 obtain from a stream of the specified format using the set of
 installed format converters. 
- getTargetFormats(AudioFormat.Encoding, AudioFormat) - Method in class javax.sound.sampled.spi.FormatConversionProvider
- 
Obtains the set of target formats with the encoding specified
 supported by the format converter
 If no target formats with the specified encoding are supported
 for this source format, an array of length 0 is returned. 
- getTargetLineInfo(Line.Info) - Static method in class javax.sound.sampled.AudioSystem
- 
Obtains information about all target lines of a particular type that are supported
 by the installed mixers. 
- getTargetLineInfo() - Method in interface javax.sound.sampled.Mixer
- 
Obtains information about the set of target lines supported
 by this mixer. 
- getTargetLineInfo(Line.Info) - Method in interface javax.sound.sampled.Mixer
- 
Obtains information about target lines of a particular type supported
 by the mixer. 
- getTargetLines() - Method in interface javax.sound.sampled.Mixer
- 
Obtains the set of all target lines currently open from this mixer. 
- getTargName() - Method in interface org.ietf.jgss.GSSContext
- 
Returns the name of the context acceptor. 
- getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Method in interface javax.tools.JavaCompiler
- 
Creates a future for a compilation task with the given
 components and arguments. 
- getTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the approximate total number of tasks that have ever been
 scheduled for execution. 
- getTBSCertificate() - Method in class java.security.cert.X509Certificate
- 
Gets the DER-encoded certificate information, the
 tbsCertificatefrom this certificate.
 
- getTBSCertList() - Method in class java.security.cert.X509CRL
- 
Gets the DER-encoded CRL information, the
 tbsCertListfrom this CRL.
 
- getTcpNoDelay() - Method in class java.net.Socket
- 
Tests if TCP_NODELAY is enabled. 
- getTemplates() - Method in interface javax.xml.transform.sax.TemplatesHandler
- 
When a TemplatesHandler object is used as a ContentHandler
 for the parsing of transformation instructions, it creates a Templates object,
 which the caller can get once the SAX events have been completed. 
- getTempoFactor() - Method in interface javax.sound.midi.Sequencer
- 
Returns the current tempo factor for the sequencer. 
- getTempoInBPM() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current tempo, expressed in beats per minute. 
- getTempoInMPQ() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current tempo, expressed in microseconds per quarter
 note. 
- getText() - Method in class java.awt.event.InputMethodEvent
- 
Gets the combined committed and composed text. 
- getText() - Method in class java.awt.Label
- 
Gets the text of this label. 
- getText() - Method in class java.awt.TextComponent
- 
Returns the text that is presented by this text component. 
- getText() - Method in class java.text.BreakIterator
- 
Get the text being scanned 
- getText() - Method in class javax.security.auth.callback.TextInputCallback
- 
Get the retrieved text. 
- getText() - Method in class javax.swing.AbstractButton
- 
Returns the button's text. 
- getText() - Method in class javax.swing.JEditorPane
- 
Returns the text contained in this TextComponentin terms of the
 content type of this editor.
 
- getText() - Method in class javax.swing.JLabel
- 
Returns the text string that the label displays. 
- getText() - Method in class javax.swing.JPasswordField
- 
Deprecated.
As of Java 2 platform v1.2,
 replaced by getPassword.
 
 
- getText(int, int) - Method in class javax.swing.JPasswordField
- 
Deprecated.
As of Java 2 platform v1.2,
 replaced by getPassword.
 
 
- getText(int, int) - Method in class javax.swing.text.AbstractDocument
- 
Gets a sequence of text from the document. 
- getText(int, int, Segment) - Method in class javax.swing.text.AbstractDocument
- 
Fetches the text contained within the given portion
 of the document. 
- getText(Element) - Method in class javax.swing.text.AbstractWriter
- 
Returns the text associated with the element. 
- getText(int, int) - Method in interface javax.swing.text.Document
- 
Fetches the text contained within the given portion
 of the document. 
- getText(int, int, Segment) - Method in interface javax.swing.text.Document
- 
Fetches the text contained within the given portion
 of the document. 
- getText(int, int) - Method in class javax.swing.text.GlyphView
- 
Fetch a reference to the text that occupies
 the given range. 
- getText(int, int) - Method in class javax.swing.text.JTextComponent
- 
Fetches a portion of the text represented by the
 component. 
- getText() - Method in class javax.swing.text.JTextComponent
- 
Returns the text contained in this TextComponent.
 
- getText() - Method in interface javax.xml.stream.events.Comment
- 
Return the string data of the comment, returns empty string if it
 does not exist 
- getText() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getText() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the current value of the parse event as a string,
 this returns the string value of a CHARACTERS event,
 returns the value of a COMMENT, the replacement value
 for an ENTITY_REFERENCE, the string value of a CDATA section,
 the string value for a SPACE event,
 or the String value of the internal subset of the DTD. 
- getTextBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
- 
Returns a border instance for a text component 
- getTextBounds(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- 
Returns the bounding rectangle of the text between two indices. 
- getTextBounds(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the Rectangleenclosing the text between
 two indicies.
 
- getTextCharacters(int, char[], int, int) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getTextCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns an array which contains the characters from this event. 
- getTextCharacters(int, char[], int, int) - Method in interface javax.xml.stream.XMLStreamReader
- 
Gets the the text associated with a CHARACTERS, SPACE or CDATA event. 
- getTextComponent(ActionEvent) - Method in class javax.swing.text.TextAction
- 
Determines the component to use for the action. 
- getTextContent() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
This DOM Level 3 method is not supported for IIOMetadataNodeand will throw aDOMException.
 
- getTextContent() - Method in interface org.w3c.dom.Node
- 
This attribute returns the text content of this node and its
 descendants. 
- getTextField() - Method in class javax.swing.JSpinner.DefaultEditor
- 
Returns the JFormattedTextFieldchild of this
 editor.
 
- getTextFieldBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getTextFieldBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
- 
Returns a border instance for a JTextField 
- getTextHighlightColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the text highlight color of the current theme. 
- getTextHighlightColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the text highlight color. 
- getTextLength() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getTextLength() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the length of the sequence of characters for this
 Text event within the text character array. 
- getTextListeners() - Method in class java.awt.TextComponent
- 
Returns an array of all the text listeners
 registered on this text component. 
- getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
- 
Gets the location of a specified offset in the current composed text,
 or of the selection in committed text. 
- getTextNonSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the color the text is drawn with when the node isn't selected. 
- getTextPlainUnicodeFlavor() - Static method in class java.awt.datatransfer.DataFlavor
- 
Returns a DataFlavorrepresenting plain text with Unicode
 encoding, where:
 
- getTextRange(int, int) - Method in interface javax.accessibility.AccessibleEditableText
- 
Returns the text string between two indices. 
- getTextRange(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- 
Returns the text between two indices 
- getTextRange(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the text between two indices.
 
- getTextRange(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Returns the text string between two indices. 
- getTextRange(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the text string between two indices. 
- getTextSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Returns the color the text is drawn with when the node is selected. 
- getTextSequenceAfter(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- 
Returns the AccessibleTextSequenceafter a given index.
 
- getTextSequenceAfter(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the AccessibleTextSequenceafter a givenindex.
 
- getTextSequenceAfter(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the AccessibleTextSequenceafter a givenindex.
 
- getTextSequenceAt(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- 
Returns the AccessibleTextSequenceat a given index.
 
- getTextSequenceAt(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the AccessibleTextSequenceat a givenindex.
 
- getTextSequenceAt(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the AccessibleTextSequenceat a givenindex.
 
- getTextSequenceBefore(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- 
Returns the AccessibleTextSequencebefore a given index.
 
- getTextSequenceBefore(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
- 
Returns the AccessibleTextSequencebefore a givenindex.
 
- getTextSequenceBefore(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Returns the AccessibleTextSequencebefore a givenindex.
 
- getTextShiftOffset() - Method in class javax.swing.plaf.basic.BasicButtonUI
-  
- getTextShiftOffset() - Method in class javax.swing.plaf.basic.BasicToggleButtonUI
- 
Overriden so that the text will not be rendered as shifted for
 Toggle buttons and subclasses. 
- getTextStart() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getTextStart() - Method in interface javax.xml.stream.XMLStreamReader
- 
Returns the offset into the text character array where the first
 character (of this text event) is stored. 
- getTextViewForTab(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Returns the text View object required to render stylized text (HTML) for
 the specified tab or null if no specialized text rendering is needed
 for this tab. 
- getThickness() - Method in class javax.swing.border.LineBorder
- 
Returns the thickness of the border. 
- getThisUpdate() - Method in class java.security.cert.X509CRL
- 
Gets the thisUpdatedate from the CRL.
 
- getThreadCount() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the current number of live threads including both
 daemon and non-daemon threads. 
- getThreadCpuTime(long) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the total CPU time for a thread of the specified ID in nanoseconds. 
- getThreadFactory() - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Returns the thread factory used to create new threads. 
- getThreadGroup() - Method in class java.lang.SecurityManager
- 
Returns the thread group into which to instantiate any new
 thread being created at the time this is being called. 
- getThreadGroup() - Method in class java.lang.Thread
- 
Returns the thread group to which this thread belongs. 
- getThreadId() - Method in class java.lang.management.ThreadInfo
- 
Returns the ID of the thread associated with this ThreadInfo. 
- getThreadID() - Method in class java.util.logging.LogRecord
- 
Get an identifier for the thread where the message originated. 
- getThreadInfo(long) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the thread info for a thread of the specified
 id with no stack trace. 
- getThreadInfo(long[]) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the thread info for each thread
 whose ID is in the input array ids with no stack trace. 
- getThreadInfo(long, int) - Method in interface java.lang.management.ThreadMXBean
- 
Returns a thread info for a thread of the specified id,
 with stack trace of a specified number of stack trace elements. 
- getThreadInfo(long[], int) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the thread info for each thread
 whose ID is in the input array ids,
 with stack trace of a specified number of stack trace elements. 
- getThreadInfo(long[], boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the thread info for each thread
 whose ID is in the input array ids, with stack trace
 and synchronization information. 
- getThreadMXBean() - Static method in class java.lang.management.ManagementFactory
- 
Returns the managed bean for the thread system of
 the Java virtual machine. 
- getThreadName() - Method in class java.lang.management.ThreadInfo
- 
Returns the name of the thread associated with this ThreadInfo. 
- getThreadState() - Method in class java.lang.management.ThreadInfo
- 
Returns the state of the thread associated with this ThreadInfo. 
- getThreadUserTime(long) - Method in interface java.lang.management.ThreadMXBean
- 
Returns the CPU time that a thread of the specified ID
 has executed in user mode in nanoseconds. 
- getThreshold(ObjectName) - Method in class javax.management.monitor.CounterMonitor
- 
Gets the current threshold value of the specified object, if
 this object is contained in the set of observed MBeans, or
 nullotherwise.
 
- getThreshold() - Method in class javax.management.monitor.CounterMonitor
- 
- getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
- 
- getThreshold(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
- 
Gets the threshold value for the specified MBean. 
- getThreshold() - Method in class javax.xml.ws.soap.MTOMFeature
- 
Gets the threshold value used to determine when binary data
 should be sent as an attachment. 
- getThrowable() - Method in class java.awt.event.InvocationEvent
- 
Returns any Throwable caught while executing the Runnable's run()
 method.
 
- getThrown() - Method in class java.util.logging.LogRecord
- 
Get any throwable associated with the log record. 
- getThrownTypes() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the exceptions and other throwables listed in this
 method or constructor's throwsclause in declaration
 order.
 
- getThrownTypes() - Method in interface javax.lang.model.type.ExecutableType
- 
Returns the exceptions and other throwables listed in this
 executable's throwsclause.
 
- getThumbBounds() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
Return the current size/location of the thumb. 
- getThumbnail(int) - Method in class javax.imageio.IIOImage
- 
Returns a thumbnail associated with the main image. 
- getThumbnailHeight(int, int) - Method in class javax.imageio.ImageReader
- 
Returns the height of the thumbnail preview image indexed by
 thumbnailIndex, associated with the image indexed
 byImageIndex.
 
- getThumbnails() - Method in class javax.imageio.IIOImage
- 
Returns the current Listof thumbnailBufferedImages, ornullif none is
 set.
 
- getThumbnailWidth(int, int) - Method in class javax.imageio.ImageReader
- 
Returns the width of the thumbnail preview image indexed by
 thumbnailIndex, associated with the image indexed
 byImageIndex.
 
- getThumbOverhang() - Method in class javax.swing.plaf.metal.MetalSliderUI
- 
Returns the amount that the thumb goes past the slide bar. 
- getThumbSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getThumbSize() - Method in class javax.swing.plaf.metal.MetalSliderUI
-  
- getThumbSize() - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- getTick() - Method in class javax.sound.midi.MidiEvent
- 
Obtains the time-stamp for the event, in MIDI ticks 
- getTickLength() - Method in class javax.sound.midi.Sequence
- 
Obtains the duration of this sequence, expressed in MIDI ticks. 
- getTickLength() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the length of the current sequence, expressed in MIDI ticks,
 or 0 if no sequence is set. 
- getTickLength() - Method in class javax.swing.plaf.basic.BasicSliderUI
- 
Gets the height of the tick area for horizontal sliders and the width of the
 tick area for vertical sliders. 
- getTickLength() - Method in class javax.swing.plaf.metal.MetalSliderUI
- 
Gets the height of the tick area for horizontal sliders and the width of the
 tick area for vertical sliders. 
- getTickPosition() - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current position in the sequence, expressed in MIDI
 ticks. 
- getTie(Remote) - Static method in class javax.rmi.CORBA.Util
- 
Returns the tie (if any) for a given target object. 
- getTie(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
- 
- getTile(int, int) - Method in class java.awt.image.BufferedImage
- 
Returns tile (tileX,tileY).
 
- getTile(int, int) - Method in interface java.awt.image.RenderedImage
- 
Returns tile (tileX, tileY). 
- getTiledSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
- 
Determines the total space necessary to
 place a set of components end-to-end. 
- getTileGridXOffset() - Method in class java.awt.image.BufferedImage
- 
Returns the x offset of the tile grid relative to the origin,
 For example, the x coordinate of the location of tile
 (0, 0). 
- getTileGridXOffset() - Method in interface java.awt.image.RenderedImage
- 
Returns the X offset of the tile grid relative to the origin,
 i.e., the X coordinate of the upper-left pixel of tile (0, 0). 
- getTileGridXOffset(int) - Method in class javax.imageio.ImageReader
- 
Returns the X coordinate of the upper-left corner of tile (0,
 0) in the given image. 
- getTileGridXOffset() - Method in class javax.imageio.ImageWriteParam
- 
Returns the horizontal tile grid offset of an image as it will
 be written to the output stream. 
- getTileGridYOffset() - Method in class java.awt.image.BufferedImage
- 
Returns the y offset of the tile grid relative to the origin,
 For example, the y coordinate of the location of tile
 (0, 0). 
- getTileGridYOffset() - Method in interface java.awt.image.RenderedImage
- 
Returns the Y offset of the tile grid relative to the origin,
 i.e., the Y coordinate of the upper-left pixel of tile (0, 0). 
- getTileGridYOffset(int) - Method in class javax.imageio.ImageReader
- 
Returns the Y coordinate of the upper-left corner of tile (0,
 0) in the given image. 
- getTileGridYOffset() - Method in class javax.imageio.ImageWriteParam
- 
Returns the vertical tile grid offset of an image as it will
 be written to the output stream. 
- getTileHeight() - Method in class java.awt.image.BufferedImage
- 
Returns the tile height in pixels. 
- getTileHeight() - Method in interface java.awt.image.RenderedImage
- 
Returns the tile height in pixels. 
- getTileHeight(int) - Method in class javax.imageio.ImageReader
- 
Returns the height of a tile in the given image. 
- getTileHeight() - Method in class javax.imageio.ImageWriteParam
- 
Returns the height of each tile in an image as it will be written to
 the output stream. 
- getTileIcon() - Method in class javax.swing.border.MatteBorder
- 
Returns the icon used for tiling the border or null
 if a solid color is being used. 
- getTileWidth() - Method in class java.awt.image.BufferedImage
- 
Returns the tile width in pixels. 
- getTileWidth() - Method in interface java.awt.image.RenderedImage
- 
Returns the tile width in pixels. 
- getTileWidth(int) - Method in class javax.imageio.ImageReader
- 
Returns the width of a tile in the given image. 
- getTileWidth() - Method in class javax.imageio.ImageWriteParam
- 
Returns the width of each tile in an image as it will be
 written to the output stream. 
- getTilingMode() - Method in class javax.imageio.ImageWriteParam
- 
Returns the current tiling mode, if tiling is supported. 
- getTime(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject.
 
- getTime(int, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time.
 
- getTime(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject.
 
- getTime(String, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time.
 
- getTime(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Timeobject in the Java programming language.
 
- getTime(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Timeobject in the Java programming language.
 
- getTime(int, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timeobject
 in the Java programming language.
 
- getTime(String, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timeobject
 in the Java programming language.
 
- getTime() - Method in class java.sql.Timestamp
- 
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
 represented by this Timestampobject.
 
- getTime() - Method in class java.util.Calendar
- 
Returns a  Date object representing this
  Calendar's time value (millisecond offset from the  Epoch"). 
- getTime() - Method in class java.util.Date
- 
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
 represented by this Date object. 
- getTime() - Method in class java.util.zip.ZipEntry
- 
Returns the modification time of the entry, or -1 if not specified. 
- getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a comma-separated list of the time and date functions available
 with this database. 
- getTimeInMillis() - Method in class java.util.Calendar
- 
Returns this Calendar's time value in milliseconds. 
- getTimeInMillis(Calendar) - Method in class javax.xml.datatype.Duration
- 
Returns the length of the duration in milli-seconds. 
- getTimeInMillis(Date) - Method in class javax.xml.datatype.Duration
- 
Returns the length of the duration in milli-seconds. 
- getTimeInstance() - Static method in class java.text.DateFormat
- 
Gets the time formatter with the default formatting style
 for the default locale. 
- getTimeInstance(int) - Static method in class java.text.DateFormat
- 
Gets the time formatter with the given formatting style
 for the default locale. 
- getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
- 
Gets the time formatter with the given formatting style
 for the given locale. 
- getTimeInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
- 
Returns a new DateFormatinstance which formats time
 with the given formatting style for the specified locale.
 
- getTimeLimit() - Method in class javax.naming.directory.SearchControls
- 
Retrieves the time limit of these SearchControls in milliseconds. 
- getTimestamp() - Method in class java.security.CodeSigner
- 
Returns the signature timestamp. 
- getTimestamp() - Method in class java.security.Timestamp
- 
Returns the date and time when the timestamp was generated. 
- getTimestamp(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC TIMESTAMPparameter as ajava.sql.Timestampobject.
 
- getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC TIMESTAMPparameter as ajava.sql.Timestampobject, using
 the givenCalendarobject to construct
 theTimestampobject.
 
- getTimestamp(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC TIMESTAMPparameter as ajava.sql.Timestampobject.
 
- getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC TIMESTAMPparameter as ajava.sql.Timestampobject, using
 the givenCalendarobject to construct
 theTimestampobject.
 
- getTimestamp(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Timestampobject in the Java programming language.
 
- getTimestamp(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Timestampobject in the Java programming language.
 
- getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timestampobject
 in the Java programming language.
 
- getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timestampobject
 in the Java programming language.
 
- getTimeStamp() - Method in class javax.management.Notification
- 
Get the notification timestamp. 
- getTimeStamp() - Method in interface org.w3c.dom.events.Event
- 
Used to specify the time (in milliseconds relative to the epoch) at
 which the event was created. 
- getTimeToLive() - Method in class java.net.DatagramSocketImpl
- 
Retrieve the TTL (time-to-live) option. 
- getTimeToLive() - Method in class java.net.MulticastSocket
- 
Get the default time-to-live for multicast packets sent out on
 the socket. 
- getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
- 
Returns the time-to-live (TTL) value for resource bundles that
 are loaded under this
 ResourceBundle.Control.
 
- getTimeZone() - Method in class java.text.DateFormat
- 
Gets the time zone. 
- getTimeZone() - Method in class java.util.Calendar
- 
Gets the time zone. 
- getTimeZone() - Method in class java.util.GregorianCalendar
-  
- getTimeZone(String) - Static method in class java.util.TimeZone
- 
Gets the TimeZonefor the given ID.
 
- getTimezone() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getTimeZone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Returns a java.util.TimeZonefor this class.
 
- getTimezoneOffset() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by -(Calendar.get(Calendar.ZONE_OFFSET) +
 Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
 
 
- getTipText() - Method in class javax.swing.JToolTip
- 
Returns the text that is shown when the tool tip is displayed. 
- getTitle() - Method in class java.awt.Dialog
- 
Gets the title of the dialog. 
- getTitle() - Method in class java.awt.Frame
- 
Gets the title of the frame. 
- getTitle() - Method in class javax.swing.border.TitledBorder
- 
Returns the title of the titled border. 
- getTitle() - Method in class javax.swing.JInternalFrame
- 
Returns the title of the JInternalFrame.
 
- getTitle(String, FontMetrics, int) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-  
- getTitleAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab title at index.
 
- getTitleColor() - Method in class javax.swing.border.TitledBorder
- 
Returns the title-color of the titled border. 
- getTitledBorderText() - Method in interface javax.accessibility.AccessibleExtendedComponent
- 
Returns the titled border text 
- getTitledBorderText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the titled border text 
- getTitledBorderText() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Returns the titled border text 
- getTitledBorderText() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the titled border text 
- getTitleFont() - Method in class javax.swing.border.TitledBorder
- 
Returns the title-font of the titled border. 
- getTitleJustification() - Method in class javax.swing.border.TitledBorder
- 
Returns the title-justification of the titled border. 
- getTitlePosition() - Method in class javax.swing.border.TitledBorder
- 
Returns the title-position of the titled border. 
- getTLen() - Method in class javax.crypto.spec.GCMParameterSpec
- 
Returns the authentication tag length. 
- getToggleButtonBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-  
- getToggleButtonBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
- 
Returns a border instance for a JToggleButton 
- getToggleClickCount() - Method in class javax.swing.JTree
- 
Returns the number of mouse clicks needed to expand or close a node. 
- getToIndex() - Method in class javax.swing.event.TableColumnModelEvent
- 
Returns the toIndex. 
- getTokenThreshold() - Method in class javax.swing.text.html.HTMLDocument
- 
Gets the number of tokens to buffer before trying to update
 the documents element structure. 
- getToolkit() - Method in class java.awt.Component
- 
Gets the toolkit of this component. 
- getToolkit() - Method in class java.awt.Window
- 
Returns the toolkit of this frame. 
- getToolTip() - Method in class java.awt.TrayIcon
- 
Returns the tooltip string associated with this
 TrayIcon.
 
- getToolTipLocation(MouseEvent) - Method in class javax.swing.JComponent
- 
Returns the tooltip location in this component's coordinate system. 
- getToolTipText() - Method in interface javax.accessibility.AccessibleExtendedComponent
- 
Returns the tool tip text 
- getToolTipText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
- 
Returns the tool tip text 
- getToolTipText() - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Returns the tool tip text 
- getToolTipText() - Method in class javax.swing.JComponent
- 
Returns the tooltip string that has been set with
 setToolTipText.
 
- getToolTipText(MouseEvent) - Method in class javax.swing.JComponent
- 
Returns the string to be used as the tooltip for event. 
- getToolTipText() - Method in class javax.swing.JLabel.AccessibleJLabel
- 
Returns the tool tip text 
- getToolTipText(MouseEvent) - Method in class javax.swing.JList
- 
Returns the tooltip text to be used for the given event. 
- getToolTipText(MouseEvent) - Method in class javax.swing.JTabbedPane
- 
Returns the tooltip text for the component determined by the
 mouse event location. 
- getToolTipText(MouseEvent) - Method in class javax.swing.JTable
- 
Overrides JComponent'sgetToolTipTextmethod in order to allow the renderer's tips to be used
 if it has text set.
 
- getToolTipText(MouseEvent) - Method in class javax.swing.JTree
- 
Overrides JComponent'sgetToolTipTextmethod in order to allow
 renderer's tips to be used if it has text set.
 
- getToolTipText(JTextComponent, Point) - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Returns the string to be used as the tooltip at the passed in location. 
- getToolTipText(JTextComponent, Point) - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Invokes the getToolTipTextmethod on each UI handled by this object.
 
- getToolTipText(JTextComponent, Point) - Method in class javax.swing.plaf.TextUI
- 
Returns the string to be used as the tooltip at the passed in location. 
- getToolTipText(MouseEvent) - Method in class javax.swing.table.JTableHeader
- 
Allows the renderer's tips to be used if there is text set. 
- getToolTipText(float, float, Shape) - Method in class javax.swing.text.html.ImageView
- 
For images the tooltip text comes from text specified with the
 ALTattribute.
 
- getToolTipText(MouseEvent) - Method in class javax.swing.text.JTextComponent
- 
Returns the string to be used as the tooltip for event.
 
- getToolTipText(float, float, Shape) - Method in class javax.swing.text.View
- 
Returns the tooltip text at the specified location. 
- getToolTipTextAt(int) - Method in class javax.swing.JTabbedPane
- 
Returns the tab tooltip text at index.
 
- getToPage() - Method in class java.awt.JobAttributes
- 
Returns, for jobs using these attributes, the last page (inclusive)
 to be printed, if a range of pages is to be printed. 
- getTopComponent() - Method in class javax.swing.JSplitPane
- 
Returns the component above, or to the left of the divider. 
- getTopInset() - Method in class javax.swing.text.AsyncBoxView
- 
Get the top part of the margin around the view. 
- getTopInset() - Method in class javax.swing.text.CompositeView
- 
Gets the top inset. 
- getTopLevelAncestor() - Method in class javax.swing.JComponent
- 
Returns the top-level ancestor of this component (either the
 containing WindoworApplet),
 ornullif this component has not
 been added to any container.
 
- getTotalCapacity() - Method in interface java.lang.management.BufferPoolMXBean
- 
Returns an estimate of the total capacity of the buffers in this pool. 
- getTotalColumnWidth() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Returns the total combined width of all columns. 
- getTotalColumnWidth() - Method in interface javax.swing.table.TableColumnModel
- 
Returns the total width of all the columns. 
- getTotalCompilationTime() - Method in interface java.lang.management.CompilationMXBean
- 
Returns the approximate accumlated elapsed time (in milliseconds)
 spent in compilation. 
- getTotalIn() - Method in class java.util.zip.Deflater
- 
Returns the total number of uncompressed bytes input so far. 
- getTotalIn() - Method in class java.util.zip.Inflater
- 
Returns the total number of compressed bytes input so far. 
- getTotalLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
- 
Returns the total number of classes that have been loaded since
 the Java virtual machine has started execution. 
- getTotalOut() - Method in class java.util.zip.Deflater
- 
Returns the total number of compressed bytes output so far. 
- getTotalOut() - Method in class java.util.zip.Inflater
- 
Returns the total number of uncompressed bytes output so far. 
- getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
- 
The total size of the document including all external resources, this
 number might change as a document is being parsed if references to
 more external resources are seen. 
- getTotalSpace() - Method in class java.io.File
- 
Returns the size of the partition  named by this
 abstract pathname. 
- getTotalSpace() - Method in class java.nio.file.FileStore
- 
Returns the size, in bytes, of the file store. 
- getTotalStartedThreadCount() - Method in interface java.lang.management.ThreadMXBean
- 
Returns the total number of threads created and also started
 since the Java virtual machine started. 
- getTrackBounds() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
- 
Returns the current bounds of the track, i.e. 
- getTrackLength() - Method in class javax.swing.plaf.metal.MetalSliderUI
- 
Returns the longer dimension of the slide bar. 
- getTrackMute(int) - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current mute state for a track. 
- getTracks() - Method in class javax.sound.midi.Sequence
- 
Obtains an array containing all the tracks in this sequence. 
- getTrackSolo(int) - Method in interface javax.sound.midi.Sequencer
- 
Obtains the current solo state for a track. 
- getTrackWidth() - Method in class javax.swing.plaf.metal.MetalSliderUI
- 
Returns the shorter dimension of the track. 
- getTrafficClass() - Method in class java.net.DatagramSocket
- 
Gets traffic class or type-of-service in the IP datagram
 header for packets sent from this DatagramSocket. 
- getTrafficClass() - Method in class java.net.Socket
- 
Gets traffic class or type-of-service in the IP header
 for packets sent from this Socket 
- getTrailerField() - Method in class java.security.spec.PSSParameterSpec
- 
Returns the value for the trailer field, i.e. 
- getTransactionIsolation() - Method in interface java.sql.Connection
- 
Retrieves this Connectionobject's current
 transaction isolation level.
 
- getTransactionIsolation() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the transaction isolation property for this
 RowSetobject's connection.
 
- getTransactionIsolation() - Method in interface javax.sql.RowSet
- 
Retrieves the transaction isolation level set for this
 RowSetobject.
 
- getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
- 
Obtains the current transaction timeout value set for this
 XAResource instance. 
- getTransferable() - Method in class java.awt.dnd.DragSourceContext
- 
Returns the Transferableassociated with
 thisDragSourceContext.
 
- getTransferable() - Method in class java.awt.dnd.DropTargetContext
- 
get the Transferable (proxy) operand of this operation 
- getTransferable() - Method in class java.awt.dnd.DropTargetDragEvent
- 
This method returns the Transferable object that represents
 the data associated with the current drag operation. 
- getTransferable() - Method in class java.awt.dnd.DropTargetDropEvent
- 
This method returns the Transferableobject
 associated with the drop.
 
- getTransferable() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the Transferableassociated with this transfer.
 
- getTransferData(DataFlavor) - Method in class java.awt.datatransfer.StringSelection
- 
Returns the Transferable's data in the requestedDataFlavorif possible.
 
- getTransferData(DataFlavor) - Method in interface java.awt.datatransfer.Transferable
- 
Returns an object which represents the data to be transferred. 
- getTransferData(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- 
Returns an object which represents the data provided by
 the encapsulated transferable for the requested data flavor. 
- getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
- 
Returns an object which represents the data to be transferred. 
- getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
- 
Returns an object that represents the data to be
 transferred. 
- getTransferDataFlavors() - Method in class java.awt.datatransfer.StringSelection
- 
Returns an array of flavors in which this Transferablecan provide the data.
 
- getTransferDataFlavors() - Method in interface java.awt.datatransfer.Transferable
- 
Returns an array of DataFlavor objects indicating the flavors the data
 can be provided in. 
- getTransferDataFlavors() - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- 
Returns an array of DataFlavor objects indicating the flavors
 the data can be provided in by the encapsulated transferable. 
- getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
- 
Returns an array of DataFlavor objects indicating the flavors the
 data can be provided in. 
- getTransferDataFlavors() - Method in class javax.activation.DataHandler
- 
Return the DataFlavors in which this data is available. 
- getTransferHandler() - Method in class javax.swing.JApplet
- 
Gets the transferHandlerproperty.
 
- getTransferHandler() - Method in class javax.swing.JComponent
- 
Gets the transferHandlerproperty.
 
- getTransferHandler() - Method in class javax.swing.JDialog
- 
Gets the transferHandlerproperty.
 
- getTransferHandler() - Method in class javax.swing.JFrame
- 
Gets the transferHandlerproperty.
 
- getTransferHandler() - Method in class javax.swing.JWindow
- 
Gets the transferHandlerproperty.
 
- getTransferSize() - Method in exception java.sql.DataTruncation
- 
Gets the number of bytes of data actually transferred. 
- getTransferType() - Method in class java.awt.image.ColorModel
- 
Returns the transfer type of this ColorModel.
 
- getTransferType() - Method in class java.awt.image.MultiPixelPackedSampleModel
- 
Returns the TransferType used to transfer pixels by way of the
  getDataElementsandsetDataElementsmethods.
 
- getTransferType() - Method in class java.awt.image.Raster
- 
Returns the TransferType used to transfer pixels via the
  getDataElements and setDataElements methods. 
- getTransferType() - Method in class java.awt.image.SampleModel
- 
Returns the TransferType used to transfer pixels via the
  getDataElements and setDataElements methods. 
- getTransform() - Method in class java.awt.font.FontRenderContext
- 
Gets the transform that is used to scale typographical points
   to pixels in this FontRenderContext.
 
- getTransform() - Method in class java.awt.Font
- 
Returns a copy of the transform associated with this
 Font.
 
- getTransform() - Method in class java.awt.font.TransformAttribute
- 
Returns a copy of the wrapped transform. 
- getTransform() - Method in class java.awt.Graphics2D
- 
Returns a copy of the current Transformin theGraphics2Dcontext.
 
- getTransform() - Method in class java.awt.image.AffineTransformOp
- 
Returns the affine transform used by this transform operation. 
- getTransform() - Method in class java.awt.image.renderable.RenderContext
- 
Gets the current user-to-device AffineTransform. 
- getTransform() - Method in class java.awt.MultipleGradientPaint
- 
Returns a copy of the transform applied to the gradient. 
- getTransformer() - Method in interface javax.xml.transform.sax.TransformerHandler
- 
Get the Transformerassociated with this handler, which
 is needed in order to set parameters and output properties.
 
- getTransforms() - Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
- 
- getTransforms() - Method in interface javax.xml.crypto.dsig.Reference
- 
- getTransformType() - Method in class java.awt.font.FontRenderContext
- 
- getTranslateInstance(double, double) - Static method in class java.awt.geom.AffineTransform
- 
Returns a transform representing a translation transformation. 
- getTranslateX() - Method in class java.awt.geom.AffineTransform
- 
Returns the X coordinate of the translation element (m02) of the
 3x3 affine transformation matrix. 
- getTranslateY() - Method in class java.awt.geom.AffineTransform
- 
Returns the Y coordinate of the translation element (m12) of the
 3x3 affine transformation matrix. 
- getTransmitter() - Method in interface javax.sound.midi.MidiDevice
- 
Obtains a MIDI OUT connection from which the MIDI device will transmit
 MIDI data  The returned transmitter must be closed when the application
 has finished using it. 
- getTransmitter() - Static method in class javax.sound.midi.MidiSystem
- 
Obtains a MIDI transmitter from an external MIDI port
 or other default source. 
- getTransmitters() - Method in interface javax.sound.midi.MidiDevice
- 
Returns all currently active, non-closed transmitters
 connected with this MidiDevice. 
- getTransparency() - Method in class java.awt.Color
- 
Returns the transparency mode for this Color.
 
- getTransparency() - Method in class java.awt.GradientPaint
- 
Returns the transparency mode for this GradientPaint.
 
- getTransparency() - Method in class java.awt.image.BufferedImage
- 
Returns the transparency. 
- getTransparency() - Method in class java.awt.image.ColorModel
- 
Returns the transparency. 
- getTransparency() - Method in class java.awt.image.IndexColorModel
- 
Returns the transparency. 
- getTransparency() - Method in class java.awt.image.VolatileImage
- 
Returns the transparency. 
- getTransparency() - Method in class java.awt.MultipleGradientPaint
- 
Returns the transparency mode for this Paintobject.
 
- getTransparency() - Method in class java.awt.TexturePaint
- 
Returns the transparency mode for this TexturePaint.
 
- getTransparency() - Method in interface java.awt.Transparency
- 
Returns the type of this Transparency.
 
- getTransparentPixel() - Method in class java.awt.image.IndexColorModel
- 
Returns the index of a transparent pixel in this
 IndexColorModelor -1 if there is no pixel
 with an alpha value of 0.
 
- getTrayIcons() - Method in class java.awt.SystemTray
- 
Returns an array of all icons added to the tray by this
 application. 
- getTrayIconSize() - Method in class java.awt.SystemTray
- 
Returns the size, in pixels, of the space that a tray icon will
 occupy in the system tray. 
- getTRC() - Method in class java.awt.color.ICC_ProfileGray
- 
Returns the TRC as an array of shorts. 
- getTRC(int) - Method in class java.awt.color.ICC_ProfileRGB
- 
Returns the TRC for a particular component as an array. 
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.DefaultCellEditor
- 
Implements the TreeCellEditorinterface.
 
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Configures the editor. 
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in interface javax.swing.tree.TreeCellEditor
- 
Sets an initial value for the editor. 
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Configures the renderer based on the passed in components. 
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in interface javax.swing.tree.TreeCellRenderer
- 
Sets the value of the current tree cell to value.
 
- getTreeComputerIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeControlIcon(boolean) - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeExpansionListeners() - Method in class javax.swing.JTree
- 
Returns an array of all the TreeExpansionListeners added
 to this JTree with addTreeExpansionListener().
 
- getTreeFloppyDriveIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeHardDriveIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeLeafIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getTreeLock() - Method in class java.awt.Component
- 
Gets this component's locking object (the object that owns the thread
 synchronization monitor) for AWT component-tree and layout
 operations. 
- getTreeLock() - Method in class java.awt.MenuComponent
- 
Gets this component's locking object (the object that owns the thread
 sychronization monitor) for AWT component-tree and layout
 operations. 
- getTreeModelListeners() - Method in class javax.swing.tree.DefaultTreeModel
- 
Returns an array of all the tree model listeners
 registered on this model. 
- getTreePath() - Method in class javax.swing.event.TreeModelEvent
- 
For all events, except treeStructureChanged,
 returns the parent of the changed nodes. 
- getTreeSelectionListeners() - Method in class javax.swing.JTree
- 
Returns an array of all the TreeSelectionListeners added
 to this JTree with addTreeSelectionListener().
 
- getTreeSelectionListeners() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Returns an array of all the tree selection listeners
 registered on this model. 
- getTreeWillExpandListeners() - Method in class javax.swing.JTree
- 
Returns an array of all the TreeWillExpandListeners added
 to this JTree with addTreeWillExpandListener().
 
- getTrigger() - Method in class java.awt.dnd.DragSourceContext
- 
Returns the DragGestureEventthat initially triggered the drag.
 
- getTrigger() - Method in class javax.management.monitor.MonitorNotification
- 
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification. 
- getTriggerEvent() - Method in class java.awt.dnd.DragGestureEvent
- 
Returns the initial event that triggered the gesture. 
- getTriggerEvent() - Method in class java.awt.dnd.DragGestureRecognizer
- 
This method returns the first event in the
 series of events that initiated
 the Drag and Drop operation. 
- getTrustAnchor() - Method in class java.security.cert.PKIXCertPathValidatorResult
- 
Returns the TrustAnchordescribing the CA that served
 as a trust anchor for the certification path.
 
- getTrustAnchors() - Method in class java.security.cert.PKIXParameters
- 
Returns an immutable Setof the most-trusted
 CAs.
 
- getTrustedCert() - Method in class java.security.cert.TrustAnchor
- 
Returns the most-trusted CA certificate. 
- getTrustedCertificate() - Method in class java.security.KeyStore.TrustedCertificateEntry
- 
Gets the trusted Certficatefrom this entry.
 
- getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
- 
Returns one trust manager for each type of trust material. 
- getTTL() - Method in class java.net.DatagramSocketImpl
- 
Deprecated.
use getTimeToLive instead. 
 
- getTTL() - Method in class java.net.MulticastSocket
- 
Deprecated.
use the getTimeToLive method instead, which returns
 an int instead of a byte. 
 
- getType() - Method in class java.awt.color.ColorSpace
- 
Returns the color space type of this ColorSpace (for example
 TYPE_RGB, TYPE_XYZ, ...). 
- getType() - Method in class java.awt.Cursor
- 
Returns the type for this cursor. 
- getType() - Method in class java.awt.font.GlyphMetrics
- 
Returns the raw glyph type code. 
- getType() - Method in class java.awt.geom.AffineTransform
- 
Retrieves the flag bits describing the conversion properties of
 this transform. 
- getType() - Method in class java.awt.GraphicsDevice
- 
Returns the type of this GraphicsDevice.
 
- getType() - Method in class java.awt.image.BufferedImage
- 
Returns the image type. 
- getType() - Method in class java.awt.Window
- 
Returns the type of the window. 
- getType() - Method in class java.io.ObjectStreamField
- 
Get the type of the field. 
- getType(char) - Static method in class java.lang.Character
- 
Returns a value indicating a character's general category. 
- getType(int) - Static method in class java.lang.Character
- 
Returns a value indicating a character's general category. 
- getType() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the type of this memory pool. 
- getType() - Method in class java.lang.reflect.Field
- 
Returns a Classobject that identifies the
 declared type for the field represented by thisFieldobject.
 
- getType() - Method in class java.security.cert.Certificate
- 
Returns the type of this certificate. 
- getType() - Method in class java.security.cert.CertificateFactory
- 
Returns the name of the certificate type associated with this
 certificate factory. 
- getType() - Method in class java.security.cert.CertPath
- 
Returns the type of Certificates in this certification
 path.
 
- getType() - Method in class java.security.cert.CertStore
- 
Returns the type of this CertStore.
 
- getType() - Method in class java.security.cert.CRL
- 
Returns the type of this CRL. 
- getType() - Method in class java.security.KeyStore
- 
Returns the type of this keystore. 
- getType() - Method in class java.security.Policy
- 
Return the type of this Policy. 
- getType() - Method in class java.security.Provider.Service
- 
Get the type of this service. 
- getType() - Method in interface java.sql.ResultSet
- 
Retrieves the type of this ResultSetobject.
 
- getType() - Method in interface javax.accessibility.AccessibleTableModelChange
- 
Returns the type of event 
- getType() - Method in class javax.management.MBeanAttributeInfo
- 
Returns the class name of the attribute. 
- getType() - Method in class javax.management.MBeanParameterInfo
- 
Returns the type or class name of the data. 
- getType() - Method in class javax.management.Notification
- 
Get the notification type. 
- getType(String) - Method in class javax.management.openmbean.CompositeType
- 
Returns the open type of the item whose name is itemName,
 or nullif thisCompositeTypeinstance does not define any item
 whose name is itemName.
 
- getType() - Method in class javax.naming.event.NamingEvent
- 
Returns the type of this event. 
- getType() - Method in class javax.naming.ldap.Rdn
- 
Retrieves one of this Rdn's type. 
- getType() - Method in class javax.naming.RefAddr
- 
Retrieves the address type of this address. 
- getType() - Method in class javax.security.auth.login.Configuration
- 
Return the type of this Configuration. 
- getType() - Method in class javax.sound.midi.MetaMessage
- 
Obtains the type of the MetaMessage.
 
- getType() - Method in class javax.sound.midi.MidiFileFormat
- 
Obtains the MIDI file type. 
- getType() - Method in class javax.sound.sampled.AudioFileFormat
- 
Obtains the audio file type, such as WAVEorAU.
 
- getType() - Method in class javax.sound.sampled.Control
- 
Obtains the control's type. 
- getType() - Method in class javax.sound.sampled.LineEvent
- 
Obtains the event's type. 
- getType() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the type of this RowSetobject.
 
- getType() - Method in interface javax.swing.event.DocumentEvent
- 
Gets the type of event. 
- getType() - Method in class javax.swing.event.ListDataEvent
- 
Returns the event type. 
- getType() - Method in class javax.swing.event.RowSorterEvent
- 
Returns the type of event. 
- getType() - Method in class javax.swing.event.TableModelEvent
- 
Returns the type of event - one of: INSERT, UPDATE and DELETE. 
- getType() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-  
- getType() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Returns the type of event. 
- getType() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
- 
Gets the element type. 
- getType() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getType() - Method in class javax.swing.text.html.parser.Element
- 
Get type. 
- getType() - Method in class javax.swing.text.html.parser.Entity
- 
Gets the type of the entity. 
- getType() - Method in interface javax.xml.crypto.URIReference
- 
Returns the type of data referenced by this URI. 
- getType() - Method in interface org.w3c.dom.DOMError
- 
A DOMStringindicating which related data is expected inrelatedData.
 
- getType() - Method in interface org.w3c.dom.events.Event
- 
The name of the event (case-insensitive). 
- getType(int) - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the type of an attribute in the list (by position). 
- getType(String) - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the type of an attribute in the list (by name). 
- getType(int) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's type by index. 
- getType(String, String) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's type by Namespace name. 
- getType(String) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's type by XML qualified (prefixed) name. 
- getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Get the type of an attribute (by position). 
- getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Get the type of an attribute (by name). 
- getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return an attribute's type by index. 
- getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's type by Namespace-qualified name. 
- getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's type by qualified (prefixed) name. 
- getTypeArguments() - Method in interface javax.lang.model.type.DeclaredType
- 
Returns the actual type arguments of this type. 
- getTypeCode() - Method in class java.io.ObjectStreamField
- 
Returns character encoding of field type. 
- getTypeDescription(File) - Method in class javax.swing.filechooser.FileView
- 
A human readable description of the type of the file. 
- getTypeDescription(File) - Method in class javax.swing.JFileChooser
- 
Returns the file type. 
- getTypeDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-  
- getTypeElement(CharSequence) - Method in interface javax.lang.model.util.Elements
- 
Returns a type element given its canonical name. 
- getTypeInfo() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of all the data types supported by
 this database. 
- getTypeInfoProvider() - Method in class javax.xml.validation.ValidatorHandler
- 
- getTypeMap() - Method in interface java.sql.Connection
- 
Retrieves the Mapobject associated with thisConnectionobject.
 
- getTypeMap() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the type map associated with the Connectionobject for thisRowSetobject.
 
- getTypeMap() - Method in interface javax.sql.RowSet
- 
Retrieves the Mapobject associated with thisRowSetobject, which specifies the custom mapping
 of SQL user-defined types, if any.
 
- getTypeMirror() - Method in exception javax.lang.model.type.MirroredTypeException
- 
Returns the type mirror corresponding to the type being accessed. 
- getTypeMirrors() - Method in exception javax.lang.model.type.MirroredTypesException
- 
Returns the type mirrors corresponding to the types being accessed. 
- getTypeName() - Method in class javax.management.openmbean.OpenType
- 
Returns the name of this OpenTypeinstance.
 
- getTypeName() - Method in interface org.w3c.dom.TypeInfo
- 
The name of a type declared for the associated element or attribute,
 or nullif unknown.
 
- getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
- 
The namespace of the type declared for the associated element or
 attribute or nullif the element does not have
 declaration or if no namespace information is available.
 
- getTypeParameters() - Method in class java.lang.Class
- 
Returns an array of TypeVariableobjects that represent the
 type variables declared by the generic declaration represented by thisGenericDeclarationobject, in declaration order.
 
- getTypeParameters() - Method in class java.lang.reflect.Constructor
- 
Returns an array of TypeVariableobjects that represent the
 type variables declared by the generic declaration represented by thisGenericDeclarationobject, in declaration order.
 
- getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
- 
Returns an array of TypeVariableobjects that
 represent the type variables declared by the generic
 declaration represented by thisGenericDeclarationobject, in declaration order.
 
- getTypeParameters() - Method in class java.lang.reflect.Method
- 
Returns an array of TypeVariableobjects that represent the
 type variables declared by the generic declaration represented by thisGenericDeclarationobject, in declaration order.
 
- getTypeParameters() - Method in interface javax.lang.model.element.ExecutableElement
- 
Returns the formal type parameters of this executable
 in declaration order. 
- getTypeParameters() - Method in interface javax.lang.model.element.Parameterizable
- 
Returns the formal type parameters of the type element in
 declaration order. 
- getTypeParameters() - Method in interface javax.lang.model.element.TypeElement
- 
Returns the formal type parameters of this type element
 in declaration order. 
- getTypeString() - Method in class java.io.ObjectStreamField
- 
Return the JVM type signature. 
- getTypeUtils() - Method in interface javax.annotation.processing.ProcessingEnvironment
- 
Returns an implementation of some utility methods for
 operating on types. 
- getTypeVariables() - Method in interface javax.lang.model.type.ExecutableType
- 
Returns the type variables declared by the formal type parameters
 of this executable. 
- getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of the user-defined types (UDTs) defined
 in a particular schema. 
- getUI(int, String) - Method in class javax.print.ServiceUIFactory
- 
Get a UI object which may be cast to the requested UI type
 by the application and used in its user interface. 
- getUI() - Method in class javax.swing.AbstractButton
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JColorChooser
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JComboBox
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JDesktopPane
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JFileChooser
- 
Gets the UI object which implements the L&F for this component. 
- getUI() - Method in class javax.swing.JInternalFrame
- 
Returns the look-and-feel object that renders this component. 
- getUI() - Method in class javax.swing.JInternalFrame.JDesktopIcon
- 
Returns the look-and-feel object that renders this component. 
- getUI() - Method in class javax.swing.JLabel
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JLayer
- 
Returns the  LayerUI for this  JLayer. 
- getUI() - Method in class javax.swing.JList
- 
Returns the ListUI, the look and feel object that
 renders this component.
 
- getUI() - Method in class javax.swing.JMenuBar
- 
Returns the menubar's current UI. 
- getUI() - Method in class javax.swing.JOptionPane
- 
Returns the UI object which implements the L&F for this component. 
- getUI() - Method in class javax.swing.JPanel
- 
Returns the look and feel (L&F) object that renders this component. 
- getUI() - Method in class javax.swing.JPopupMenu
- 
Returns the look and feel (L&F) object that renders this component. 
- getUI() - Method in class javax.swing.JProgressBar
- 
Returns the look-and-feel object that renders this component. 
- getUI() - Method in class javax.swing.JRootPane
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JScrollBar
- 
Returns the delegate that implements the look and feel for
 this component. 
- getUI() - Method in class javax.swing.JScrollPane
- 
Returns the look and feel (L&F) object that renders this component. 
- getUI() - Method in class javax.swing.JSeparator
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JSlider
- 
Gets the UI object which implements the L&F for this component. 
- getUI() - Method in class javax.swing.JSpinner
- 
Returns the look and feel (L&F) object that renders this component. 
- getUI() - Method in class javax.swing.JSplitPane
- 
Returns the SplitPaneUIthat is providing the
 current look and feel.
 
- getUI() - Method in class javax.swing.JTabbedPane
- 
Returns the UI object which implements the L&F for this component. 
- getUI() - Method in class javax.swing.JTable
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JToolBar
- 
Returns the tool bar's current UI. 
- getUI() - Method in class javax.swing.JToolTip
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JTree
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.JViewport
- 
Returns the L&F object that renders this component. 
- getUI() - Method in class javax.swing.table.JTableHeader
- 
Returns the look and feel (L&F) object that renders this component. 
- getUI() - Method in class javax.swing.text.JTextComponent
- 
Fetches the user-interface factory for this text-oriented editor. 
- getUI(JComponent) - Method in class javax.swing.UIDefaults
- 
Creates an ComponentUIimplementation for the
 specified component.
 
- getUI(JComponent) - Static method in class javax.swing.UIManager
- 
Returns the appropriate ComponentUIimplementation fortarget.
 
- getUIActionMap(JComponent) - Static method in class javax.swing.SwingUtilities
- 
Returns the ActionMap provided by the UI
 in component component.
 
- getUIClass(String, ClassLoader) - Method in class javax.swing.UIDefaults
- 
The value of get(uidClassID)must be theStringname of a
 class that implements the correspondingComponentUIclass.
 
- getUIClass(String) - Method in class javax.swing.UIDefaults
- 
Returns the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JButton
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JCheckBox
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JCheckBoxMenuItem
- 
Returns the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JColorChooser
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JComboBox
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JComponent
- 
Returns the UIDefaultskey used to
 look up the name of theswing.plaf.ComponentUIclass that defines the look and feel
 for this component.
 
- getUIClassID() - Method in class javax.swing.JDesktopPane
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JEditorPane
- 
Gets the class ID for the UI. 
- getUIClassID() - Method in class javax.swing.JFileChooser
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JFormattedTextField
- 
Gets the class ID for a UI. 
- getUIClassID() - Method in class javax.swing.JInternalFrame
- 
Returns the name of the look-and-feel
 class that renders this component. 
- getUIClassID() - Method in class javax.swing.JInternalFrame.JDesktopIcon
- 
Returns the name of the look-and-feel
 class that renders this component. 
- getUIClassID() - Method in class javax.swing.JLabel
- 
Returns a string that specifies the name of the l&f class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JList
- 
Returns "ListUI", theUIDefaultskey used to look
 up the name of thejavax.swing.plaf.ListUIclass that defines
 the look and feel for this component.
 
- getUIClassID() - Method in class javax.swing.JMenu
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JMenuBar
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JMenuItem
- 
Returns the suffix used to construct the name of the L&F class used to
 render this component. 
- getUIClassID() - Method in class javax.swing.JOptionPane
- 
Returns the name of the UI class that implements the
 L&F for this component. 
- getUIClassID() - Method in class javax.swing.JPanel
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JPasswordField
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JPopupMenu
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JPopupMenu.Separator
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JProgressBar
- 
Returns the name of the look-and-feel class that renders this component. 
- getUIClassID() - Method in class javax.swing.JRadioButton
- 
Returns the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JRadioButtonMenuItem
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JRootPane
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JScrollBar
- 
Returns the name of the LookAndFeel class for this component. 
- getUIClassID() - Method in class javax.swing.JScrollPane
- 
Returns the suffix used to construct the name of the L&F class used to
 render this component. 
- getUIClassID() - Method in class javax.swing.JSeparator
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JSlider
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JSpinner
- 
Returns the suffix used to construct the name of the look and feel
 (L&F) class used to render this component. 
- getUIClassID() - Method in class javax.swing.JSplitPane
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JTabbedPane
- 
Returns the name of the UI class that implements the
 L&F for this component. 
- getUIClassID() - Method in class javax.swing.JTable
- 
Returns the suffix used to construct the name of the L&F class used to
 render this component. 
- getUIClassID() - Method in class javax.swing.JTextArea
- 
Returns the class ID for the UI. 
- getUIClassID() - Method in class javax.swing.JTextField
- 
Gets the class ID for a UI. 
- getUIClassID() - Method in class javax.swing.JTextPane
- 
Returns the class ID for the UI. 
- getUIClassID() - Method in class javax.swing.JToggleButton
- 
Returns a string that specifies the name of the l&f class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.JToolBar
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JToolBar.Separator
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JToolTip
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JTree
- 
Returns the name of the L&F class that renders this component. 
- getUIClassID() - Method in class javax.swing.JViewport
- 
Returns a string that specifies the name of the L&F class
 that renders this component. 
- getUIClassID() - Method in class javax.swing.table.JTableHeader
- 
Returns the suffix used to construct the name of the look and feel
 (L&F) class used to render this component. 
- getUIClassNamesForRole(int) - Method in class javax.print.ServiceUIFactory
- 
Given a UI role obtained from this factory obtain the UI
 types available from this factory which implement this role. 
- getUIError(String) - Method in class javax.swing.UIDefaults
- 
If getUI()fails for any reason,
 it calls this method before returningnull.
 
- getUIInputMap(JComponent, int) - Static method in class javax.swing.SwingUtilities
- 
Returns the InputMap provided by the UI for condition
 conditionin componentcomponent.
 
- getUIs() - Method in class javax.swing.plaf.multi.MultiButtonUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiColorChooserUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiComboBoxUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiLabelUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiListUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiMenuBarUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiMenuItemUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiPanelUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiProgressBarUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiRootPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiScrollBarUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiSeparatorUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiSliderUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiSpinnerUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiTableUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiTextUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiToolBarUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiToolTipUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiTreeUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUIs() - Method in class javax.swing.plaf.multi.MultiViewportUI
- 
Returns the list of UIs associated with this multiplexing UI. 
- getUnallocatedSpace() - Method in class java.nio.file.FileStore
- 
Returns the number of unallocated bytes in the file store. 
- getUnarrivedParties() - Method in class java.util.concurrent.Phaser
- 
Returns the number of registered parties that have not yet
 arrived at the current phase of this phaser. 
- getUncaughtExceptionHandler() - Method in class java.lang.Thread
- 
Returns the handler invoked when this thread abruptly terminates
 due to an uncaught exception. 
- getUncaughtExceptionHandler() - Method in class java.util.concurrent.ForkJoinPool
- 
Returns the handler for internal worker threads that terminate
 due to unrecoverable errors encountered while executing tasks. 
- getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
- 
Returns the Throwableinstance wrapped in thisUndeclaredThrowableException, which may benull.
 
- getUnderlineOffset() - Method in class java.awt.font.LineMetrics
- 
Returns the position of the underline relative to
 the baseline. 
- getUnderlineThickness() - Method in class java.awt.font.LineMetrics
- 
Returns the thickness of the underline. 
- getUndoableEditListeners() - Method in class javax.swing.text.AbstractDocument
- 
Returns an array of all the undoable edit listeners
 registered on this document. 
- getUndoableEditListeners() - Method in class javax.swing.undo.UndoableEditSupport
- 
Returns an array of all the UndoableEditListeners added
 to this UndoableEditSupport with addUndoableEditListener().
 
- getUndoOrRedoPresentationName() - Method in class javax.swing.undo.UndoManager
- 
Convenience method that returns either
 getUndoPresentationNameorgetRedoPresentationName.
 
- getUndoPresentationName() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Provides a localized, human readable description of the undoable
 form of this edit, e.g. 
- getUndoPresentationName() - Method in class javax.swing.undo.AbstractUndoableEdit
- 
Retreives the value from the defaults table with key
 AbstractUndoableEdit.undoTextand returns
 that value followed by a space, followed bygetPresentationName.
 
- getUndoPresentationName() - Method in class javax.swing.undo.CompoundEdit
- 
Returns getUndoPresentationNamefrom the lastUndoableEditadded toedits.
 
- getUndoPresentationName() - Method in interface javax.swing.undo.UndoableEdit
- 
Returns a localized, human-readable description of the undoable form of
 this edit, suitable for use as an Undo menu item, for example. 
- getUndoPresentationName() - Method in class javax.swing.undo.UndoManager
- 
Returns a description of the undoable form of this edit. 
- getUnexecutedModifications() - Method in exception javax.naming.directory.AttributeModificationException
- 
Retrieves the unexecuted modification list. 
- getUnicodeLocaleAttributes() - Method in class java.util.Locale
- 
Returns the set of unicode locale attributes associated with
 this locale, or the empty set if it has no attributes. 
- getUnicodeLocaleKeys() - Method in class java.util.Locale
- 
Returns the set of Unicode locale keys defined by this locale, or the empty set if
 this locale has none. 
- getUnicodeLocaleType(String) - Method in class java.util.Locale
- 
Returns the Unicode locale type associated with the specified Unicode locale key
 for this locale. 
- getUnicodeStream(int) - Method in interface java.sql.ResultSet
- 
Deprecated.
use getCharacterStreamin place ofgetUnicodeStream
 
 
- getUnicodeStream(String) - Method in interface java.sql.ResultSet
- 
Deprecated.
use getCharacterStreaminstead
 
 
- getUnitIncrement() - Method in interface java.awt.Adjustable
- 
Gets the unit value increment for the adjustable object. 
- getUnitIncrement() - Method in class java.awt.Scrollbar
- 
Gets the unit increment for this scrollbar. 
- getUnitIncrement() - Method in class java.awt.ScrollPaneAdjustable
-  
- getUnitIncrement(int) - Method in class javax.swing.JScrollBar
- 
Returns the amount to change the scrollbar's value by,
 given a unit up/down request. 
- getUnitIncrement() - Method in class javax.swing.JScrollBar
- 
For backwards compatibility with java.awt.Scrollbar. 
- getUnitIncrement(int) - Method in class javax.swing.JScrollPane.ScrollBar
- 
Computes the unit increment for scrolling if the viewport's
 view is a Scrollableobject.
 
- getUnits() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the label for the units in which the control's values are expressed,
 such as "dB" or "frames per second." 
- getUnitsToScroll() - Method in class java.awt.event.MouseWheelEvent
- 
This is a convenience method to aid in the implementation of
 the common-case MouseWheelListener - to scroll a ScrollPane or
 JScrollPane by an amount which conforms to the platform settings. 
- getUnknownAnnotationValue() - Method in exception javax.lang.model.element.UnknownAnnotationValueException
- 
Returns the unknown annotation value. 
- getUnknownElement() - Method in exception javax.lang.model.element.UnknownElementException
- 
Returns the unknown element. 
- getUnknownType() - Method in exception javax.lang.model.type.UnknownTypeException
- 
Returns the unknown type. 
- getUnloadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
- 
Returns the total number of classes unloaded since the Java virtual machine
 has started execution. 
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
- 
Get an unmarshaller handler object that can be used as a component in
 an XML pipeline. 
- getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ColorModel
- 
Returns an array of all of the color/alpha components in unnormalized
 form, given a normalized component array. 
- getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ComponentColorModel
- 
Returns an array of all of the color/alpha components in unnormalized
 form, given a normalized component array. 
- getUnresolvedActions() - Method in class java.security.UnresolvedPermission
- 
Get the actions for the underlying permission that
 has not been resolved. 
- getUnresolvedCerts() - Method in class java.security.UnresolvedPermission
- 
Get the signer certificates (without any supporting chain)
 for the underlying permission that has not been resolved. 
- getUnresolvedName() - Method in class java.security.UnresolvedPermission
- 
Get the target name of the underlying permission that
 has not been resolved. 
- getUnresolvedType() - Method in class java.security.UnresolvedPermission
- 
Get the type (class name) of the underlying permission that
 has not been resolved. 
- getUnsupportedAttributes() - Method in interface javax.print.AttributeException
- 
Returns the array of printing attribute classes for which the Print
 Service instance does not support the attribute at all, or null if
 there are no such attributes. 
- getUnsupportedAttributes(DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
- 
Identifies the attributes that are unsupported for a print request
 in the context of a particular DocFlavor. 
- getUnsupportedFlavors() - Method in interface javax.print.FlavorException
- 
Returns the unsupported flavors. 
- getUnsupportedURI() - Method in interface javax.print.URIException
- 
Return the URI. 
- getUnsupportedValues() - Method in interface javax.print.AttributeException
- 
Returns the array of printing attributes for which the Print Service
 instance supports the attribute but does not support that particular
 value of the attribute, or null if there are no such attribute values. 
- getUnwrappedParent(Component) - Static method in class javax.swing.SwingUtilities
- 
Returns the first ancestor of the  component
 which is not an instance of  JLayer. 
- getUnwrappedView(JViewport) - Static method in class javax.swing.SwingUtilities
- 
Returns the first JViewport's descendant
 which is not an instance ofJLayer.
 
- getUpdateAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- getUpdateCount() - Method in interface java.sql.Statement
- 
Retrieves the current result as an update count;
  if the result is a ResultSetobject or there are no more results, -1
  is returned.
 
- getUpdateCounts() - Method in exception java.sql.BatchUpdateException
- 
Retrieves the update count for each update statement in the batch
 update that executed successfully before this exception occurred. 
- getUpdateLevel() - Method in class javax.swing.undo.UndoableEditSupport
- 
Returns the update level value. 
- getUpdatePeriod() - Method in class javax.sound.sampled.FloatControl
- 
Obtains the smallest time interval, in microseconds, over which the control's value can
 change during a shift. 
- getUpdatePolicy() - Method in class javax.swing.text.DefaultCaret
- 
Gets the caret movement policy on document updates. 
- getUpdateRect() - Method in class java.awt.event.PaintEvent
- 
Returns the rectangle representing the area which needs to be
 repainted in response to this event. 
- getUpdateSelectionOnSort() - Method in class javax.swing.JTable
- 
Returns true if the selection should be updated after sorting. 
- getUpdateTableInRealTime() - Method in class javax.swing.table.JTableHeader
- 
Obsolete as of Java 2 platform v1.3. 
- getUpperBound() - Method in interface javax.lang.model.type.TypeVariable
- 
Returns the upper bound of this type variable. 
- getUpperBounds() - Method in interface java.lang.reflect.WildcardType
- 
Returns an array of Typeobjects representing the  upper
 bound(s) of this type variable.
 
- getUptime() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the uptime of the Java virtual machine in milliseconds. 
- getURI() - Method in class java.security.URIParameter
- 
Returns the URI. 
- getURI() - Method in class javax.print.attribute.URISyntax
- 
Returns this URI attribute's URI value. 
- getURI() - Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
- 
Returns the URI of the referenced KeyInfoinformation.
 
- getURI() - Method in class javax.xml.crypto.OctetStreamData
- 
Returns the URI String identifying the data object represented by this
 OctetStreamData.
 
- getURI() - Method in interface javax.xml.crypto.URIReference
- 
Returns the URI of the referenced data object. 
- getURI() - Method in interface javax.xml.soap.Name
- 
Returns the URI of the namespace for the XML
 name that this Nameobject represents.
 
- getUri() - Method in interface org.w3c.dom.DOMLocator
- 
The URI this locator is pointing to, or nullif no URI is
 available.
 
- getURI(int) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's Namespace URI by index. 
- getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return an attribute's Namespace URI. 
- getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Look up a prefix and get the currently-mapped Namespace URI. 
- getURIDereferencer() - Method in class javax.xml.crypto.dom.DOMCryptoContext
-  
- getURIDereferencer() - Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- 
Returns a reference to the  URIDereferencer that is used by
 default to dereference URIs in  RetrievalMethod objects. 
- getURIDereferencer() - Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- 
Returns a reference to the  URIDereferencer that is used by
 default to dereference URIs in  Reference objects. 
- getURIDereferencer() - Method in interface javax.xml.crypto.XMLCryptoContext
- 
Returns a  URIDereferencer that is used to dereference
  URIReferences. 
- getURIReference() - Method in exception javax.xml.crypto.URIReferenceException
- 
Returns the URIReferencethat was being dereferenced
 when the exception was thrown.
 
- getURIResolver() - Method in class javax.xml.transform.Transformer
- 
Get an object that will be used to resolve URIs used in
 document(). 
- getURIResolver() - Method in class javax.xml.transform.TransformerFactory
- 
Get the object that is used by default during the transformation
 to resolve URIs used in document(), xsl:import, or xsl:include. 
- getURIs() - Method in interface java.net.CookieStore
- 
Get all URIs which identify the cookies in this cookie store. 
- getURL() - Method in class java.net.URLConnection
- 
Returns the value of this URLConnection'sURLfield.
 
- getURL(int) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of the designated JDBC DATALINKparameter as ajava.net.URLobject.
 
- getURL(String) - Method in interface java.sql.CallableStatement
- 
Retrieves the value of a JDBC DATALINKparameter as ajava.net.URLobject.
 
- getURL() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the URL for this DBMS. 
- getURL(int) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.net.URLobject in the Java programming language.
 
- getURL(String) - Method in interface java.sql.ResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.net.URLobject in the Java programming language.
 
- getURL() - Method in class javax.activation.URLDataSource
- 
Return the URL used to create this DataSource. 
- getUrl() - Method in class javax.sql.rowset.BaseRowSet
- 
Retrieves the JDBC URL that this RowSetobject'sjavax.sql.Readerobject uses to make a connection
 with a relational database using a JDBC technology-enabled driver.
 
- getUrl() - Method in interface javax.sql.RowSet
- 
Retrieves the url property this RowSetobject will use to
 create a connection if it uses theDriverManagerinstead of aDataSourceobject to establish the connection.
 
- getURL() - Method in class javax.swing.event.HyperlinkEvent
- 
Gets the URL that the link refers to. 
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-  
- getURL() - Method in interface javax.xml.bind.ValidationEventLocator
- 
Return the name of the XML source as a URL if available 
- getURLContext(String, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
- 
Creates a context for the given URL scheme id. 
- getURLOrDefaultInitCtx(String) - Method in class javax.naming.InitialContext
- 
Retrieves a context for resolving the string name name.
 
- getURLOrDefaultInitCtx(Name) - Method in class javax.naming.InitialContext
- 
Retrieves a context for resolving name.
 
- getURLPath() - Method in class javax.management.remote.JMXServiceURL
- 
The URL Path part of the Service URL. 
- getURLs() - Method in class java.net.URLClassLoader
- 
Returns the search path of URLs for loading classes and resources. 
- getURLs() - Method in class javax.management.loading.MLet
- 
Returns the search path of URLs for loading classes and resources. 
- getURLs() - Method in interface javax.management.loading.MLetMBean
- 
Returns the search path of URLs for loading classes and resources. 
- getUsableSpace() - Method in class java.io.File
- 
Returns the number of bytes available to this virtual machine on the
 partition  named by this abstract pathname. 
- getUsableSpace() - Method in class java.nio.file.FileStore
- 
Returns the number of bytes available to this Java virtual machine on the
 file store. 
- getUsage() - Method in class java.lang.management.MemoryNotificationInfo
- 
Returns the memory usage of the memory pool
 when this notification was constructed. 
- getUsage() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns an estimate of the memory usage of this memory pool. 
- getUsage() - Method in interface org.ietf.jgss.GSSCredential
- 
Returns the credential usage mode. 
- getUsage(Oid) - Method in interface org.ietf.jgss.GSSCredential
- 
Returns the credential usage mode for a specific mechanism. 
- getUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the usage threshold value of this memory pool in bytes. 
- getUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Returns the number of times that the memory usage has crossed
 the usage threshold. 
- getUseCache() - Static method in class javax.imageio.ImageIO
- 
Returns the current value set by setUseCache, ortrueif no explicit setting has been made.
 
- getUseCaches() - Method in class java.net.URLConnection
- 
Returns the value of this URLConnection'suseCachesfield.
 
- getUseClientMode() - Method in class javax.net.ssl.SSLEngine
- 
Returns true if the engine is set to use client mode when
 handshaking. 
- getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns true if accepted connections will be in SSL client mode. 
- getUseClientMode() - Method in class javax.net.ssl.SSLSocket
- 
Returns true if the socket is set to use client mode when
 handshaking. 
- getUsed() - Method in class java.lang.management.MemoryUsage
- 
Returns the amount of used memory in bytes. 
- getUseParentHandlers() - Method in class java.util.logging.Logger
- 
Discover whether or not this logger is sending its output
 to its parent logger. 
- getUserAction() - Method in class java.awt.dnd.DragSourceDragEvent
- 
This method returns the user drop action. 
- getUserData(String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
This DOM Level 3 method is not supported for IIOMetadataNodeand will throw aDOMException.
 
- getUserData() - Method in class javax.management.Notification
- 
Get the user data. 
- getUserData(String) - Method in interface org.w3c.dom.Node
- 
Retrieves the object associated to a key on a this node. 
- getUserDropAction() - Method in class javax.swing.TransferHandler.TransferSupport
- 
Returns the user drop action for the drop, when this
 TransferSupportrepresents a drop.
 
- getUserInfo() - Method in class java.net.URI
- 
Returns the decoded user-information component of this URI. 
- getUserInfo() - Method in class java.net.URL
- 
Gets the userInfo part of this URL.
 
- getUserName() - Method in class java.awt.print.PrinterJob
- 
Gets the name of the printing user. 
- getUserName() - Method in class java.net.PasswordAuthentication
- 
Returns the user name. 
- getUserName() - Method in interface java.sql.DatabaseMetaData
- 
Retrieves the user name as known to this database. 
- getUsername() - Method in class javax.sql.rowset.BaseRowSet
- 
Returns the user name used to create a database connection. 
- getUsername() - Method in interface javax.sql.RowSet
- 
Retrieves the username used to create a database connection for this
 RowSetobject.
 
- getUserObject() - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Returns the Objectvalue associated with this node.
 
- getUserObject() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns this node's user object. 
- getUserObjectPath() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Returns the user object path, from the root, to get to this node. 
- getUserPrincipal() - Method in class javax.xml.ws.spi.http.HttpExchange
- 
Returns the  Principal that represents the authenticated
 user for this  HttpExchange. 
- getUserPrincipal() - Method in interface javax.xml.ws.WebServiceContext
- 
Returns the Principal that identifies the sender
 of the request currently being serviced. 
- getUserPrincipalLookupService() - Method in class java.nio.file.FileSystem
- 
Returns the UserPrincipalLookupServicefor this file system
 (optional operation).
 
- getUserTextColor() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the user text color of the current theme. 
- getUserTextColor() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the user text color. 
- getUserTextFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the user text font. 
- getUserTextFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the user text font of the current theme. 
- getUserTextFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the user text font. 
- getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
- 
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or
 -1if there is no UTF-16 offset available.
 
- getVAdjustable() - Method in class java.awt.ScrollPane
- 
Returns the ScrollPaneAdjustableobject which
 represents the state of the vertical scrollbar.
 
- getValidCharacters() - Method in class javax.swing.text.MaskFormatter
- 
Returns the valid characters that can be input. 
- getValidPixels() - Method in class java.awt.image.IndexColorModel
- 
Returns a BigIntegerthat indicates the valid/invalid
 pixels in the colormap.
 
- getValidPolicy() - Method in interface java.security.cert.PolicyNode
- 
Returns the valid policy represented by this node. 
- getValue() - Method in interface java.awt.Adjustable
- 
Gets the current value of the adjustable object. 
- getValue() - Method in class java.awt.event.AdjustmentEvent
- 
Returns the current value in the adjustment event. 
- getValue() - Method in class java.awt.Scrollbar
- 
Gets the current value of this scroll bar. 
- getValue() - Method in class java.awt.ScrollPaneAdjustable
-  
- getValue() - Method in class java.beans.Expression
- 
If the value property of this instance is not already set,
 this method dynamically finds the method with the specified
 methodName on this target with these arguments and calls it. 
- getValue(String) - Method in class java.beans.FeatureDescriptor
- 
Retrieve a named attribute with this feature. 
- getValue() - Method in interface java.beans.PropertyEditor
- 
Gets the property value. 
- getValue() - Method in class java.beans.PropertyEditorSupport
- 
Gets the value of the property. 
- getValue() - Method in class java.net.HttpCookie
- 
Returns the value of the cookie. 
- getValue() - Method in class java.rmi.dgc.Lease
- 
Returns the lease duration. 
- getValue() - Method in interface java.security.cert.Extension
- 
Gets the extensions's DER-encoded value. 
- getValue() - Method in class java.text.Annotation
- 
Returns the value of the attribute, which may be null. 
- getValue() - Method in class java.util.AbstractMap.SimpleEntry
- 
Returns the value corresponding to this entry. 
- getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
- 
Returns the value corresponding to this entry. 
- getValue(String) - Method in class java.util.jar.Attributes
- 
Returns the value of the specified attribute name, specified as
 a string, or null if the attribute was not found. 
- getValue(Attributes.Name) - Method in class java.util.jar.Attributes
- 
Returns the value of the specified Attributes.Name, or null if the
 attribute was not found. 
- getValue() - Method in interface java.util.Map.Entry
- 
Returns the value corresponding to this entry. 
- getValue() - Method in class java.util.zip.Adler32
- 
Returns the checksum value. 
- getValue() - Method in interface java.util.zip.Checksum
- 
Returns the current checksum value. 
- getValue() - Method in class java.util.zip.CRC32
- 
Returns CRC-32 value. 
- getValue() - Method in interface javax.annotation.processing.Completion
- 
Returns the text of the suggested completion. 
- getValue() - Method in class javax.crypto.spec.PSource.PSpecified
- 
Returns the value of encoding input P. 
- getValue() - Method in interface javax.lang.model.element.AnnotationValue
- 
Returns the value. 
- getValue() - Method in class javax.management.Attribute
- 
Returns an Object that is the value of this attribute. 
- getValue() - Method in class javax.management.StringValueExp
- 
Returns the string represented by the
 StringValueExpinstance.
 
- getValue() - Method in class javax.naming.ldap.Rdn
- 
Retrieves one of this Rdn's value. 
- getValue(String) - Method in interface javax.net.ssl.SSLSession
- 
Returns the object bound to the given name in the session's
 application layer data. 
- getValue() - Method in class javax.print.attribute.DateTimeSyntax
- 
Returns this date-time attribute's java.util.Datevalue.
 
- getValue() - Method in class javax.print.attribute.EnumSyntax
- 
Returns this enumeration value's integer value. 
- getValue() - Method in class javax.print.attribute.IntegerSyntax
- 
Returns this integer attribute's integer value. 
- getValue() - Method in class javax.print.attribute.TextSyntax
- 
Returns this text attribute's text string. 
- getValue() - Method in class javax.sound.sampled.BooleanControl
- 
Obtains this control's current value. 
- getValue() - Method in class javax.sound.sampled.EnumControl
- 
Obtains this control's current value. 
- getValue() - Method in class javax.sound.sampled.FloatControl
- 
Obtains this control's current value. 
- getValue(String) - Method in class javax.swing.AbstractAction
- 
Gets the Objectassociated with the specified key.
 
- getValue(String) - Method in interface javax.swing.Action
- 
Gets one of this object's properties
 using the associated key. 
- getValue() - Method in interface javax.swing.BoundedRangeModel
- 
Returns the model's current value. 
- getValue() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns the model's current value. 
- getValue() - Method in class javax.swing.JFormattedTextField
- 
Returns the last valid value. 
- getValue() - Method in class javax.swing.JOptionPane
- 
Returns the value the user has selected. 
- getValue() - Method in class javax.swing.JProgressBar
- 
Returns the progress bar's current valuefrom theBoundedRangeModel.
 
- getValue() - Method in class javax.swing.JScrollBar
- 
Returns the scrollbar's value. 
- getValue() - Method in class javax.swing.JSlider
- 
Returns the slider's current value
 from the BoundedRangeModel.
 
- getValue() - Method in class javax.swing.JSpinner
- 
Returns the current value of the model, typically
 this value is displayed by the editor.
 
- getValue(int) - Method in class javax.swing.RowFilter.Entry
- 
Returns the value at the specified index. 
- getValue() - Method in class javax.swing.SpinnerDateModel
- 
Returns the current element in this sequence of Dates.
 
- getValue() - Method in class javax.swing.SpinnerListModel
- 
Returns the current element of the sequence. 
- getValue() - Method in interface javax.swing.SpinnerModel
- 
The current element of the sequence. 
- getValue() - Method in class javax.swing.SpinnerNumberModel
- 
Returns the value of the current element of the sequence. 
- getValue() - Method in class javax.swing.Spring
- 
Returns the current value of this Spring.
 
- getValue() - Method in class javax.swing.text.html.Option
- 
Convenience method to return the string associated
 with the valueattribute.
 
- getValue() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getValue() - Method in class javax.xml.bind.JAXBElement
- 
Return the content model and attribute values for this element. 
- getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
- 
Get the element value of a JAXB element. 
- getValue() - Method in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
- 
Returns the signature value of this SignatureValue.
 
- getValue() - Method in class javax.xml.soap.MimeHeader
- 
Returns the value of this MimeHeaderobject.
 
- getValue() - Method in interface javax.xml.soap.Node
- 
Returns the value of this node if this is a Textnode or the
 value of the immediate child of this node otherwise.
 
- getValue() - Method in interface javax.xml.stream.events.Attribute
- 
Gets the normalized value of this attribute 
- getValue() - Method in interface org.w3c.dom.Attr
- 
On retrieval, the value of the attribute is returned as a string. 
- getValue(int) - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the value of an attribute in the list (by position). 
- getValue(String) - Method in interface org.xml.sax.AttributeList
- 
Deprecated. Return the value of an attribute in the list (by name). 
- getValue(int) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's value by index. 
- getValue(String, String) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's value by Namespace name. 
- getValue(String) - Method in interface org.xml.sax.Attributes
- 
Look up an attribute's value by XML qualified (prefixed) name. 
- getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Get the value of an attribute (by position). 
- getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Get the value of an attribute (by name). 
- getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Return an attribute's value by index. 
- getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's value by Namespace-qualified name. 
- getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Look up an attribute's value by qualified (prefixed) name. 
- getValueAt(int, int) - Method in class javax.swing.DefaultRowSorter.ModelWrapper
- 
Returns the value at the specified index. 
- getValueAt(int, int) - Method in class javax.swing.JTable
- 
Returns the cell value at rowandcolumn.
 
- getValueAt(int, int) - Method in class javax.swing.table.DefaultTableModel
- 
Returns an attribute value for the cell at rowandcolumn.
 
- getValueAt(int, int) - Method in interface javax.swing.table.TableModel
- 
Returns the value for the cell at columnIndexandrowIndex.
 
- getValueClass() - Method in class javax.swing.text.DefaultFormatter
- 
Returns that class that is used to create new Objects. 
- getValueContainsLiteralCharacters() - Method in class javax.swing.text.MaskFormatter
- 
Returns true if stringToValueshould return literal
 characters in the mask.
 
- getValueCount() - Method in class javax.swing.RowFilter.Entry
- 
Returns the number of values in the entry. 
- getValueIsAdjusting() - Method in class java.awt.event.AdjustmentEvent
- 
Returns trueif this is one of multiple
 adjustment events.
 
- getValueIsAdjusting() - Method in class java.awt.Scrollbar
- 
Returns true if the value is in the process of changing as a
 result of actions being taken by the user. 
- getValueIsAdjusting() - Method in class java.awt.ScrollPaneAdjustable
- 
Returns true if the value is in the process of changing as a
 result of actions being taken by the user. 
- getValueIsAdjusting() - Method in interface javax.swing.BoundedRangeModel
- 
Returns true if the current changes to the value property are part
 of a series of changes. 
- getValueIsAdjusting() - Method in class javax.swing.DefaultBoundedRangeModel
- 
Returns true if the value is in the process of changing
 as a result of actions being taken by the user. 
- getValueIsAdjusting() - Method in class javax.swing.DefaultListSelectionModel
- 
Returns trueif the selection is undergoing a series of changes.
 
- getValueIsAdjusting() - Method in class javax.swing.event.ListSelectionEvent
- 
Returns whether or not this is one in a series of multiple events,
 where changes are still being made. 
- getValueIsAdjusting() - Method in class javax.swing.JList
- 
Returns the value of the selection model's isAdjustingproperty.
 
- getValueIsAdjusting() - Method in class javax.swing.JScrollBar
- 
True if the scrollbar knob is being dragged. 
- getValueIsAdjusting() - Method in class javax.swing.JSlider
- 
Returns the valueIsAdjustingproperty from the model.
 
- getValueIsAdjusting() - Method in interface javax.swing.ListSelectionModel
- 
Returns trueif the selection is undergoing a series of changes.
 
- getValueNames() - Method in interface javax.net.ssl.SSLSession
- 
Returns an array of the names of all the application layer
 data objects bound into the Session. 
- getValues() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- 
Returns an array of shorts containing the values arranged
 by increasing length of their corresponding codes.
 
- getValues() - Method in class javax.sound.sampled.EnumControl
- 
Returns the set of possible values for this control. 
- getValues() - Method in class javax.swing.text.html.parser.AttributeList
-  
- getVariant() - Method in class java.util.Locale
- 
Returns the variant code for this locale. 
- getVariation() - Method in class java.awt.im.InputMethodHighlight
- 
Returns the variation of the text range. 
- getVendor() - Method in class javax.sound.midi.MidiDevice.Info
- 
Obtains the name of the company who supplies the device. 
- getVendor() - Method in interface javax.sound.midi.Soundbank
- 
Obtains a stringnaming the company that provides the
 sound bank
 
- getVendor() - Method in class javax.sound.sampled.Mixer.Info
- 
Obtains the vendor of the mixer. 
- getVendor() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns the vendor name of this SyncProviderinstance
 
- getVendorName() - Method in class javax.imageio.spi.IIOServiceProvider
- 
Returns the name of the vendor responsible for creating this
 service provider and its associated implementation. 
- getVerifyInputWhenFocusTarget() - Method in class javax.swing.JComponent
- 
Returns the value that indicates whether the input verifier for the
 current focus owner will be called before this component requests
 focus. 
- getVersion() - Method in interface java.awt.font.OpenType
- 
Returns the version of the OpenTypefont.
 
- getVersion() - Method in interface java.lang.management.OperatingSystemMXBean
- 
Returns the operating system version. 
- getVersion() - Method in class java.net.HttpCookie
- 
Returns the version of the protocol this cookie complies
 with. 
- getVersion() - Method in class java.security.cert.X509Certificate
- 
Gets the version(version number) value from the
 certificate.
 
- getVersion() - Method in class java.security.cert.X509CRL
- 
Gets the version(version number) value from the CRL.
 
- getVersion() - Method in class java.security.Provider
- 
Returns the version number for this provider. 
- getVersion() - Method in class javax.crypto.spec.RC5ParameterSpec
- 
Returns the version. 
- getVersion() - Method in class javax.imageio.spi.IIOServiceProvider
- 
Returns a string describing the version
 number of this service provider and its associated
 implementation. 
- getVersion() - Method in class javax.management.loading.MLetContent
- 
Gets the value of the VERSIONattribute of theMLETtag.
 
- getVersion() - Method in interface javax.management.remote.rmi.RMIServer
- 
The version of the RMI Connector Protocol understood by this
 connector server. 
- getVersion() - Method in class javax.management.remote.rmi.RMIServerImpl
-  
- getVersion() - Method in class javax.management.remote.rmi.RMIServerImpl_Stub
-  
- getVersion() - Method in class javax.security.cert.X509Certificate
- 
Gets the version(version number) value from the
 certificate.
 
- getVersion() - Method in class javax.sound.midi.MidiDevice.Info
- 
Obtains the version of the device. 
- getVersion() - Method in interface javax.sound.midi.Soundbank
- 
Obtains the version string for the sound bank. 
- getVersion() - Method in class javax.sound.sampled.Mixer.Info
- 
Obtains the version of the mixer. 
- getVersion() - Method in class javax.sql.rowset.spi.SyncProvider
- 
Returns the release version of this SyncProviderinstance.
 
- getVersion() - Method in interface javax.xml.stream.events.StartDocument
- 
Returns the version of XML of this XML stream 
- getVersion() - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- getVersion() - Method in interface javax.xml.stream.XMLStreamReader
- 
Get the xml version declared on the xml declaration
 Returns null if none was declared 
- getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
- 
Retrieves a description of a table's columns that are automatically
 updated when any value in a row is updated. 
- getVersionNumber() - Method in class javax.security.auth.kerberos.KerberosKey
- 
Returns the key version number. 
- getVerticalAlignment() - Method in class javax.swing.AbstractButton
- 
Returns the vertical alignment of the text and icon. 
- getVerticalAlignment() - Method in class javax.swing.JLabel
- 
Returns the alignment of the label's contents along the Y axis. 
- getVerticalLegBuffer() - Method in class javax.swing.plaf.basic.BasicTreeUI
- 
The vertical element of legs between nodes starts at the bottom of the
 parent node by default. 
- getVerticalScrollBar() - Method in class javax.swing.JScrollPane
- 
Returns the vertical scroll bar that controls the viewports
 vertical view position. 
- getVerticalScrollBar() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the JScrollBarobject that handles vertical scrolling.
 
- getVerticalScrollBarPolicy() - Method in class javax.swing.JScrollPane
- 
Returns the vertical scroll bar policy value. 
- getVerticalScrollBarPolicy() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the vertical scrollbar-display policy. 
- getVerticalSliderThumbIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-  
- getVerticalTextPosition() - Method in class javax.swing.AbstractButton
- 
Returns the vertical position of the text relative to the icon. 
- getVerticalTextPosition() - Method in class javax.swing.JLabel
- 
Returns the vertical position of the label's text,
 relative to its image. 
- getVetoableChangeListeners() - Method in class java.awt.KeyboardFocusManager
- 
Returns an array of all the vetoable change listeners
 registered on this keyboard focus manager. 
- getVetoableChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
- 
Returns an array of all the VetoableChangeListeners
 associated with the named property.
 
- getVetoableChangeListeners() - Method in class java.beans.VetoableChangeSupport
- 
Returns an array of all the listeners that were added to the
 VetoableChangeSupport object with addVetoableChangeListener(). 
- getVetoableChangeListeners(String) - Method in class java.beans.VetoableChangeSupport
- 
Returns an array of all the listeners which have been associated
 with the named property. 
- getVetoableChangeListeners() - Method in class javax.swing.JComponent
- 
Returns an array of all the vetoable change listeners
 registered on this component. 
- getVgap() - Method in class java.awt.BorderLayout
- 
Returns the vertical gap between components. 
- getVgap() - Method in class java.awt.CardLayout
- 
Gets the vertical gap between components. 
- getVgap() - Method in class java.awt.FlowLayout
- 
Gets the vertical gap between components and
 between the components and the borders of the
 Container.
 
- getVgap() - Method in class java.awt.GridLayout
- 
Gets the vertical gap between components. 
- getView() - Method in class javax.swing.JLayer
- 
Returns the JLayer's view component ornull.
 
- getView() - Method in class javax.swing.JViewport
- 
Returns the JViewport's one child ornull.
 
- getView(int) - Method in class javax.swing.text.AsyncBoxView
- 
Gets the nth child view. 
- getView(int) - Method in class javax.swing.text.CompositeView
- 
Returns the n-th view in this container. 
- getView(int) - Method in class javax.swing.text.View
- 
Gets the nth child view. 
- getView() - Method in interface org.w3c.dom.events.UIEvent
- 
The viewattribute identifies theAbstractViewfrom which the event was generated.
 
- getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.BoxView
- 
Fetches the child view at the given coordinates. 
- getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.CompositeView
- 
Fetches the child view at the given coordinates. 
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.CompositeView
- 
Fetches the child view that represents the given position in
 the model. 
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView
- 
Fetches the child view that represents the given position in
 the model. 
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView.TableRow
- 
Fetches the child view that represents the given position in
 the model. 
- getViewAttributes(View) - Method in class javax.swing.text.html.StyleSheet
- 
Fetches a set of attributes to use in the view for
 displaying. 
- getViewCount() - Method in class javax.swing.text.AsyncBoxView
- 
Returns the number of views in this view. 
- getViewCount() - Method in class javax.swing.text.CompositeView
- 
Returns the number of child views of this view. 
- getViewCount() - Method in class javax.swing.text.View
- 
Returns the number of views in this view. 
- getViewFactory() - Method in class javax.swing.text.DefaultEditorKit
- 
Fetches a factory that is suitable for producing
 views of any models that are produced by this
 kit. 
- getViewFactory() - Method in class javax.swing.text.EditorKit
- 
Fetches a factory that is suitable for producing
 views of any models that are produced by this
 kit. 
- getViewFactory() - Method in class javax.swing.text.html.HTMLEditorKit
- 
Fetch a factory that is suitable for producing
 views of any models that are produced by this
 kit. 
- getViewFactory() - Method in class javax.swing.text.StyledEditorKit
- 
Fetches a factory that is suitable for producing
 views of any models that are produced by this
 kit. 
- getViewFactory() - Method in class javax.swing.text.View
- 
Fetches the ViewFactoryimplementation that is feeding
 the view hierarchy.
 
- getViewIndex(int, Position.Bias) - Method in class javax.swing.text.AsyncBoxView
- 
Returns the child view index representing the given position in
 the model. 
- getViewIndex(int, Position.Bias) - Method in class javax.swing.text.CompositeView
- 
Returns the child view index representing the given
 position in the model. 
- getViewIndex(int, Position.Bias) - Method in class javax.swing.text.View
- 
Returns the child view index representing the given position in
 the model. 
- getViewIndex(float, float, Shape) - Method in class javax.swing.text.View
- 
Returns the child view index representing the given position in
 the view. 
- getViewIndexAtPoint(float, float, Shape) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
- 
Fetches the child view index at the given point. 
- getViewIndexAtPosition(int, Position.Bias) - Method in class javax.swing.text.AsyncBoxView
- 
Fetches the child view index representing the given position in
 the model. 
- getViewIndexAtPosition(int) - Method in class javax.swing.text.CompositeView
- 
Fetches the child view index representing the given position in
 the model. 
- getViewIndexAtPosition(int) - Method in class javax.swing.text.FlowView
- 
Fetches the child view index representing the given position in
 the model. 
- getViewIndexAtPosition(int) - Method in class javax.swing.text.ZoneView
- 
Returns the child view index representing the given position in
 the model. 
- getViewIndexAtVisualOffset(float) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
- 
Locate the view responsible for an offset into the box
 along the major axis. 
- getViewport() - Method in class javax.swing.JScrollPane
- 
Returns the current JViewport.
 
- getViewport() - Method in class javax.swing.ScrollPaneLayout
- 
Returns the JViewportobject that displays the
 scrollable contents.
 
- getViewportBorder() - Method in class javax.swing.JScrollPane
- 
Returns the Borderobject that surrounds the viewport.
 
- getViewportBorderBounds() - Method in class javax.swing.JScrollPane
- 
Returns the bounds of the viewport's border. 
- getViewportBorderBounds(JScrollPane) - Method in class javax.swing.ScrollPaneLayout
- 
Deprecated.
As of JDK version Swing1.1
    replaced by JScrollPane.getViewportBorderBounds().
 
 
- getViewportSize() - Method in class java.awt.ScrollPane
- 
Returns the current size of the scroll pane's view port. 
- getViewPosition() - Method in class javax.swing.JViewport
- 
Returns the view coordinates that appear in the upper left
 hand corner of the viewport, or 0,0 if there's no view. 
- getViewRect() - Method in class javax.swing.JViewport
- 
Returns a rectangle whose origin is getViewPositionand size isgetExtentSize.
 
- getViewRowCount() - Method in class javax.swing.DefaultRowSorter
- 
Returns the number of rows in the view. 
- getViewRowCount() - Method in class javax.swing.RowSorter
- 
Returns the number of rows in the view. 
- getViewSize() - Method in class javax.swing.JViewport
- 
If the view's size hasn't been explicitly set, return the
 preferred size, otherwise return the view's current size. 
- getVisible() - Method in class java.awt.Scrollbar
- 
Deprecated.
As of JDK version 1.1,
 replaced by getVisibleAmount().
 
 
- getVisibleAdvance() - Method in class java.awt.font.TextLayout
- 
Returns the advance of this TextLayout, minus trailing
 whitespace.
 
- getVisibleAmount() - Method in interface java.awt.Adjustable
- 
Gets the length of the proportional indicator. 
- getVisibleAmount() - Method in class java.awt.Scrollbar
- 
Gets the visible amount of this scroll bar. 
- getVisibleAmount() - Method in class java.awt.ScrollPaneAdjustable
-  
- getVisibleAmount() - Method in class javax.swing.JScrollBar
- 
Returns the scrollbar's extent, aka its "visibleAmount". 
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns the number of visible children for row. 
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns the number of visible children for row. 
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns the number of visible children for path.
 
- getVisibleComponent() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- getVisibleEditorRect() - Method in class javax.swing.plaf.basic.BasicTextUI
- 
Gets the allocation to give the root View. 
- getVisibleIndex() - Method in class java.awt.List
- 
Gets the index of the item that was last made visible by
 the method makeVisible.
 
- getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
- 
Returns an Iteratorover the namespace prefixStrings visible to this element.
 
- getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
- 
Returns an Enumeratorthat increments over the visible
 paths starting at the passed in location.
 
- getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
- 
Returns an Enumerator that increments over the visible paths
 starting at the passed in location. 
- getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
- 
Returns an Enumeratorthat increments over the visible paths
 starting at the passed in location.
 
- getVisiblePosition() - Method in class java.awt.event.InputMethodEvent
- 
Gets the position that's most important to be visible. 
- getVisibleRect() - Method in class javax.swing.JComponent
- 
Returns the Component's "visible rectangle" -  the
 intersection of this component's visible rectangle,new Rectangle(0, 0, getWidth(), getHeight()),
 and all of its ancestors' visible rectangles.
 
- getVisibleRowCount() - Method in class javax.swing.JList
- 
Returns the value of the visibleRowCountproperty.
 
- getVisibleRowCount() - Method in class javax.swing.JTree
- 
Returns the number of rows that are displayed in the display area. 
- getVisualBounds() - Method in class java.awt.font.GlyphVector
- 
Returns the visual bounds of this GlyphVectorThe visual bounds is the bounding box of the outline of thisGlyphVector.
 
- getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
- 
Returns a path enclosing the visual selection in the specified range,
 extended to bounds.
 
- getVisualHighlightShape(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns a Shapeenclosing the visual selection in the
 specified range, extended to the bounds.
 
- getVisualOtherHit(TextHitInfo) - Method in class java.awt.font.TextLayout
- 
Returns the hit on the opposite side of the specified hit's caret. 
- getVisualRepresentation(Transferable) - Method in class javax.swing.TransferHandler
- 
Returns an object that establishes the look of a transfer. 
- getVMID() - Method in class java.rmi.dgc.Lease
- 
Returns the client VMID associated with the lease. 
- getVmName() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine implementation name. 
- getVmVendor() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine implementation vendor. 
- getVmVersion() - Method in interface java.lang.management.RuntimeMXBean
- 
Returns the Java virtual machine implementation version. 
- getVoiceStatus() - Method in interface javax.sound.midi.Synthesizer
- 
Obtains the current status of the voices produced by this synthesizer. 
- getVolatileOffscreenBuffer(Component, int, int) - Method in class javax.swing.RepaintManager
- 
Return a volatile offscreen buffer that should be used as a
 double buffer with the specified component c.
 
- getVScrollbarWidth() - Method in class java.awt.ScrollPane
- 
Returns the width that would be occupied by a vertical
 scrollbar, which is independent of whether it is currently
 displayed by the scroll pane or not. 
- getW() - Method in interface java.security.interfaces.ECPublicKey
- 
Returns the public point W. 
- getW() - Method in class java.security.spec.ECPublicKeySpec
- 
Returns the public point W. 
- getWaitedCount() - Method in class java.lang.management.ThreadInfo
- 
Returns the total number of times that
 the thread associated with this ThreadInfo
 waited for notification. 
- getWaitedTime() - Method in class java.lang.management.ThreadInfo
- 
Returns the approximate accumulated elapsed time (in milliseconds)
 that the thread associated with this ThreadInfo
 has waited for notification
 since thread contention monitoring is enabled. 
- getWaitingConsumerCount() - Method in class java.util.concurrent.LinkedTransferQueue
-  
- getWaitingConsumerCount() - Method in interface java.util.concurrent.TransferQueue
- 
- getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
- 
Returns a collection containing those threads that may be
 waiting on this Condition. 
- getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns a collection containing those threads that may be
 waiting on the given condition associated with this
 synchronizer. 
- getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
- 
Returns a collection containing those threads that may be
 waiting on this Condition. 
- getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns a collection containing those threads that may be
 waiting on the given condition associated with this
 synchronizer. 
- getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
- 
Returns a collection containing those threads that may be
 waiting on the given condition associated with this lock. 
- getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns a collection containing those threads that may be
 waiting on the given condition associated with the write lock. 
- getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
- 
Returns an estimate of the number of threads waiting on
 this condition. 
- getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Returns an estimate of the number of threads waiting on the
 given condition associated with this synchronizer. 
- getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
- 
Returns an estimate of the number of threads waiting on
 this condition. 
- getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Returns an estimate of the number of threads waiting on the
 given condition associated with this synchronizer. 
- getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
- 
Returns an estimate of the number of threads waiting on the
 given condition associated with this lock. 
- getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Returns an estimate of the number of threads waiting on the
 given condition associated with the write lock. 
- getWantClientAuth() - Method in class javax.net.ssl.SSLEngine
- 
Returns true if the engine will request client authentication. 
- getWantClientAuth() - Method in class javax.net.ssl.SSLParameters
- 
Returns whether client authentication should be requested. 
- getWantClientAuth() - Method in class javax.net.ssl.SSLServerSocket
- 
Returns true if client authentication will be requested on
 newly accepted server-mode connections. 
- getWantClientAuth() - Method in class javax.net.ssl.SSLSocket
- 
Returns true if the socket will request client authentication. 
- getWantsInput() - Method in class javax.swing.JOptionPane
- 
Returns the value of the wantsInputproperty.
 
- getWarnings() - Method in interface java.sql.Connection
- 
Retrieves the first warning reported by calls on this
 Connectionobject.
 
- getWarnings() - Method in interface java.sql.ResultSet
- 
Retrieves the first warning reported by calls on this
 ResultSetobject.
 
- getWarnings() - Method in interface java.sql.Statement
- 
Retrieves the first warning reported by calls on this Statementobject.
 
- getWarningString() - Method in class java.awt.Window
- 
Gets the warning string that is displayed with this window. 
- getWarningString() - Method in class javax.swing.JInternalFrame
- 
Gets the warning string that is displayed with this internal frame. 
- getWeekdays() - Method in class java.text.DateFormatSymbols
- 
Gets weekday strings. 
- getWeeksInWeekYear() - Method in class java.util.Calendar
- 
Returns the number of weeks in the week year represented by this
 Calendar.
 
- getWeeksInWeekYear() - Method in class java.util.GregorianCalendar
- 
Returns the number of weeks in the  week year
 represented by this  GregorianCalendar. 
- getWeekYear() - Method in class java.util.Calendar
- 
Returns the week year represented by this Calendar.
 
- getWeekYear() - Method in class java.util.GregorianCalendar
- 
Returns the  week year represented by this
  GregorianCalendar. 
- getWestPane() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
- 
Tells the LSParserwhat types of nodes to show to the
 methodLSParserFilter.acceptNode.
 
- getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
- 
Tells the LSSerializerwhat types of nodes to show to the
 filter.
 
- getWheelRotation() - Method in class java.awt.event.MouseWheelEvent
- 
Returns the number of "clicks" the mouse wheel was rotated, as an integer. 
- getWhen() - Method in class java.awt.event.ActionEvent
- 
Returns the timestamp of when this event occurred. 
- getWhen() - Method in class java.awt.event.InputEvent
- 
Returns the difference in milliseconds between the timestamp of when this event occurred and
 midnight, January 1, 1970 UTC. 
- getWhen() - Method in class java.awt.event.InputMethodEvent
- 
Returns the time stamp of when this event occurred. 
- getWhen() - Method in class java.awt.event.InvocationEvent
- 
Returns the timestamp of when this event occurred. 
- getWhereClause() - Method in interface javax.sql.rowset.JoinRowSet
- 
Return a SQL-like description of the WHERE clause being used
 in a JoinRowSet object. 
- getWhite() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the white color of the current theme. 
- getWhite() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the white color. 
- getWholeText() - Method in interface org.w3c.dom.Text
- 
Returns all text of Textnodes logically-adjacent text
 nodes to this node, concatenated in document order.
 
- getWidth() - Method in class java.awt.Component
- 
Returns the current width of this component. 
- getWidth() - Method in class java.awt.Dimension
- 
Returns the width of this Dimensionin double
 precision.
 
- getWidth() - Method in class java.awt.DisplayMode
- 
Returns the width of the display, in pixels. 
- getWidth() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.Dimension2D
- 
Returns the width of this Dimensionin double
 precision.
 
- getWidth() - Method in class java.awt.geom.Ellipse2D.Double
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.Ellipse2D.Float
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.Rectangle2D.Double
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.Rectangle2D.Float
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.RectangularShape
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Returns the width of the framing rectangle in
 doubleprecision.
 
- getWidth() - Method in class java.awt.image.BufferedImage
- 
Returns the width of the BufferedImage.
 
- getWidth(ImageObserver) - Method in class java.awt.image.BufferedImage
- 
Returns the width of the BufferedImage.
 
- getWidth(ImageObserver) - Method in class java.awt.Image
- 
Determines the width of the image. 
- getWidth() - Method in class java.awt.image.Kernel
- 
Returns the width of this Kernel.
 
- getWidth() - Method in class java.awt.image.PixelGrabber
- 
Get the width of the pixel buffer (after adjusting for image width). 
- getWidth() - Method in class java.awt.image.Raster
- 
Returns the width in pixels of the Raster. 
- getWidth() - Method in interface java.awt.image.renderable.RenderableImage
- 
Gets the width in user coordinate space. 
- getWidth() - Method in class java.awt.image.renderable.RenderableImageOp
- 
Gets the width in user coordinate space. 
- getWidth() - Method in interface java.awt.image.RenderedImage
- 
Returns the width of the RenderedImage. 
- getWidth() - Method in class java.awt.image.SampleModel
- 
Returns the width in pixels. 
- getWidth() - Method in class java.awt.image.VolatileImage
- 
Returns the width of the VolatileImage.
 
- getWidth() - Method in class java.awt.print.PageFormat
- 
Returns the width, in 1/72nds of an inch, of the page. 
- getWidth() - Method in class java.awt.print.Paper
- 
Returns the width of the page in 1/72nds
 of an inch. 
- getWidth() - Method in class java.awt.Rectangle
- 
Returns the width of the bounding Rectangleindoubleprecision.
 
- getWidth() - Method in exception java.util.IllegalFormatWidthException
- 
Returns the width 
- getWidth(int) - Method in class javax.imageio.ImageReader
- 
Returns the width in pixels of the given image within the input
 source. 
- getWidth(int) - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the width of the printable area in the specified units. 
- getWidth() - Method in class javax.swing.JComponent
- 
Returns the current width of this component. 
- getWidth() - Method in class javax.swing.SpringLayout.Constraints
- 
Returns the value of the widthproperty.
 
- getWidth() - Method in class javax.swing.table.TableColumn
- 
Returns the width of the TableColumn.
 
- getWidth() - Method in class javax.swing.text.BoxView
- 
Returns the current width of the box. 
- getWidthOfHighValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getWidthOfLowValueLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getWidthOfWidestLabel() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- getWidths() - Method in class java.awt.FontMetrics
- 
Gets the advance widths of the first 256 characters in the
 Font.
 
- getWildcardType(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
- 
Returns a new wildcard type argument. 
- getWindingRule() - Method in class java.awt.geom.FlatteningPathIterator
- 
Returns the winding rule for determining the interior of the
 path. 
- getWindingRule() - Method in class java.awt.geom.Path2D
- 
Returns the fill style winding rule. 
- getWindingRule() - Method in interface java.awt.geom.PathIterator
- 
Returns the winding rule for determining the interior of the
 path. 
- getWindow() - Method in class java.awt.event.WindowEvent
- 
Returns the originator of the event. 
- getWindowAncestor(Component) - Static method in class javax.swing.SwingUtilities
- 
Returns the first Window ancestor ofc, ornullifcis not contained inside aWindow.
 
- getWindowBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window background color of the current theme. 
- getWindowBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window background color. 
- getWindowDecorationStyle() - Method in class javax.swing.JRootPane
- 
Returns a constant identifying the type of Window decorations the
 JRootPaneis providing.
 
- getWindowFocusListeners() - Method in class java.awt.Window
- 
Returns an array of all the window focus listeners
 registered on this window. 
- getWindowListeners() - Method in class java.awt.Window
- 
Returns an array of all the window listeners
 registered on this window. 
- getWindows() - Static method in class java.awt.Window
- 
Returns an array of all Windows, both owned and ownerless,
 created by this application.
 
- getWindowStateListeners() - Method in class java.awt.Window
- 
Returns an array of all the window state listeners
 registered on this window. 
- getWindowTitleBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window title background color of the current
 theme. 
- getWindowTitleBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window title background color. 
- getWindowTitleFont() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
- 
Returns the window title font. 
- getWindowTitleFont() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window title font of the current theme. 
- getWindowTitleFont() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window title font. 
- getWindowTitleForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window title foreground color of the current
 theme. 
- getWindowTitleForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window title foreground color. 
- getWindowTitleInactiveBackground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window title inactive background color of the current
 theme. 
- getWindowTitleInactiveBackground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window title inactive background color. 
- getWindowTitleInactiveForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
- 
Returns the window title inactive foreground color of the current
 theme. 
- getWindowTitleInactiveForeground() - Method in class javax.swing.plaf.metal.MetalTheme
- 
Returns the window title inactive foreground color. 
- getWordEnd(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the end of a word for the given location. 
- getWordInstance() - Static method in class java.text.BreakIterator
- 
- getWordInstance(Locale) - Static method in class java.text.BreakIterator
- 
Returns a new  BreakIterator instance
 for  word breaks
 for the given locale. 
- getWordInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
- 
Returns a new  BreakIterator instance
 for  word breaks
 for the given locale. 
- getWordSize() - Method in class javax.crypto.spec.RC5ParameterSpec
- 
Returns the word size in bits. 
- getWordStart(JTextComponent, int) - Static method in class javax.swing.text.Utilities
- 
Determines the start of a word for the given model location. 
- getWrapSizeLimit(int, boolean, int) - Method in interface org.ietf.jgss.GSSContext
- 
Used to determine limits on the size of the message
 that can be passed to wrap.
 
- getWrapStyleWord() - Method in class javax.swing.JTextArea
- 
Gets the style of wrapping used if the text area is wrapping
 lines. 
- getWritableParent() - Method in class java.awt.image.WritableRaster
- 
Returns the parent WritableRaster (if any) of this WritableRaster,
  or else null. 
- getWritableTile(int, int) - Method in class java.awt.image.BufferedImage
- 
Checks out a tile for writing. 
- getWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
- 
Checks out a tile for writing. 
- getWritableTileIndices() - Method in class java.awt.image.BufferedImage
- 
Returns an array of  Point objects indicating which tiles
 are checked out for writing. 
- getWritableTileIndices() - Method in interface java.awt.image.WritableRenderedImage
- 
Returns an array of Point objects indicating which tiles
 are checked out for writing. 
- getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Queries the number of reentrant write holds on this lock by the
 current thread. 
- getWriteMethod() - Method in class java.beans.PropertyDescriptor
- 
Gets the method that should be used to write the property value. 
- getWriter() - Method in interface javax.script.ScriptContext
- 
Returns the Writerfor scripts to use when displaying output.
 
- getWriter() - Method in class javax.script.SimpleScriptContext
- 
Returns the Writerfor scripts to use when displaying output.
 
- getWriter() - Method in class javax.swing.text.AbstractWriter
- 
Returns the Writer that is used to output the content. 
- getWriter() - Method in class javax.xml.transform.stream.StreamResult
- 
Get the character stream that was set with setWriter. 
- getWriterFileSuffixes() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 file suffixes associated with the formats understood
 by the current set of registered writers.
 
- getWriterFormatNames() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 informal format names understood by the current set of registered
 writers.
 
- getWriterMIMETypes() - Static method in class javax.imageio.ImageIO
- 
Returns an array of Strings listing all of the
 MIME types understood by the current set of registered
 writers.
 
- getWriterServiceProviderName() - Method in class javax.imageio.spi.ImageTranscoderSpi
- 
Returns the fully qualified class name of an
 ImageWriterSpiclass that generatesIIOMetadataobjects that may be used as input to
 this transcoder.
 
- getWSDLDocumentLocation() - Method in class javax.xml.ws.Service
- 
Gets the location of the WSDL document for this Service. 
- getWSDLDocumentLocation() - Method in class javax.xml.ws.spi.ServiceDelegate
- 
Gets the location of the WSDL document for this Service. 
- getX() - Method in class java.awt.Component
- 
Returns the current x coordinate of the components origin. 
- getX() - Method in class java.awt.dnd.DragSourceEvent
- 
This method returns the horizontal coordinate of the cursor location in
 screen coordinates at the moment this event occured, or zero if the
 cursor location is not specified for this event. 
- getX() - Method in class java.awt.event.MouseEvent
- 
Returns the horizontal x position of the event relative to the
 source component. 
- getX() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.Ellipse2D.Double
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.Ellipse2D.Float
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.Point2D.Double
- 
Returns the X coordinate of this Point2Dindoubleprecision.
 
- getX() - Method in class java.awt.geom.Point2D.Float
- 
Returns the X coordinate of this Point2Dindoubleprecision.
 
- getX() - Method in class java.awt.geom.Point2D
- 
Returns the X coordinate of this Point2Dindoubleprecision.
 
- getX() - Method in class java.awt.geom.Rectangle2D.Double
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.Rectangle2D.Float
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.RectangularShape
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Returns the X coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getX() - Method in class java.awt.Point
- 
Returns the X coordinate of this Point2Dindoubleprecision.
 
- getX() - Method in class java.awt.Rectangle
- 
Returns the X coordinate of the bounding Rectangleindoubleprecision.
 
- getX() - Method in interface java.security.interfaces.DSAPrivateKey
- 
Returns the value of the private key, x.
 
- getX() - Method in class java.security.spec.DSAPrivateKeySpec
- 
Returns the private key x.
 
- getX() - Method in interface javax.crypto.interfaces.DHPrivateKey
- 
Returns the private value, x.
 
- getX() - Method in class javax.crypto.spec.DHPrivateKeySpec
- 
Returns the private value x.
 
- getX(int) - Method in class javax.print.attribute.Size2DSyntax
- 
Returns this two-dimensional size attribute's X dimension in the given
 units as a floating-point value. 
- getX(int) - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the x location of the origin of the printable area in the
 specified units. 
- getX() - Method in class javax.swing.JComponent
- 
Returns the current x coordinate of the component's origin. 
- getX() - Method in class javax.swing.SpringLayout.Constraints
- 
Returns the value of the xproperty.
 
- getX1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.Line2D.Double
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.Line2D.Float
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.Line2D
- 
Returns the X coordinate of the start point in double precision. 
- getX1() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the X coordinate of the start point in
 doublein precision.
 
- getX1() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the X coordinate of the start point in
 doublein precision.
 
- getX1() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the X coordinate of the start point in
 doublein precision.
 
- getX2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.Line2D.Double
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.Line2D.Float
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.Line2D
- 
Returns the X coordinate of the end point in double precision. 
- getX2() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the X coordinate of the end point in
 doubleprecision.
 
- getX2() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the X coordinate of the end point in
 doubleprecision.
 
- getX2() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the X coordinate of the end point in
 doubleprecision.
 
- getXAConnection() - Method in interface javax.sql.XADataSource
- 
Attempts to establish a physical database connection that can be
 used in a distributed transaction. 
- getXAConnection(String, String) - Method in interface javax.sql.XADataSource
- 
Attempts to establish a physical database connection, using the given
 user name and password. 
- getXAResource() - Method in interface javax.sql.XAConnection
- 
Retrieves an XAResourceobject that
 the transaction manager will use
 to manage thisXAConnectionobject's participation in a
 distributed transaction.
 
- getXMicrometers() - Method in class javax.print.attribute.Size2DSyntax
- 
Returns this two-dimensional size attribute's X dimension in units of
 micrometers (µm). 
- getXmlEncoding() - Method in interface org.w3c.dom.Document
- 
An attribute specifying, as part of the  XML declaration, the encoding of this document. 
- getXmlEncoding() - Method in interface org.w3c.dom.Entity
- 
An attribute specifying, as part of the text declaration, the encoding
 of this entity, when it is an external parsed entity. 
- getXMLEventReader() - Method in class javax.xml.transform.stax.StAXSource
- 
Get the XMLEventReaderused by thisStAXSource.
 
- getXMLEventWriter() - Method in class javax.xml.transform.stax.StAXResult
- 
Get the XMLEventWriterused by thisStAXResult.
 
- getXMLNode(Object) - Method in class javax.xml.bind.Binder
- 
Gets the XML element associated with the given JAXB object. 
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Obtains a configured XMLReader. 
- getXMLReader() - Method in class javax.xml.parsers.SAXParser
- 
Returns the  XMLReader that is encapsulated by the
 implementation of this class. 
- getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
- 
Get the XMLReader to be used for the Source. 
- getXMLReporter() - Method in class javax.xml.stream.XMLInputFactory
- 
The reporter that will be set on any XMLStreamReader or XMLEventReader created
 by this factory instance. 
- getXMLResolver() - Method in class javax.xml.stream.XMLInputFactory
- 
The resolver that will be set on any XMLStreamReader or XMLEventReader created
 by this factory instance. 
- getXMLSchemaType() - Method in class javax.xml.datatype.Duration
- 
Return the name of the XML Schema date/time type that this instance
 maps to. 
- getXMLSchemaType() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Return the name of the XML Schema date/time type that this instance
 maps to. 
- getXmlStandalone() - Method in interface org.w3c.dom.Document
- 
An attribute specifying, as part of the  XML declaration, whether this document is standalone. 
- getXMLStreamReader() - Method in class javax.xml.transform.stax.StAXSource
- 
Get the XMLStreamReaderused by thisStAXSource.
 
- getXMLStreamWriter() - Method in class javax.xml.transform.stax.StAXResult
- 
Get the XMLStreamWriterused by thisStAXResult.
 
- getXmlVersion() - Method in interface org.w3c.dom.Document
- 
An attribute specifying, as part of the  XML declaration, the version number of this document. 
- getXmlVersion() - Method in interface org.w3c.dom.Entity
- 
An attribute specifying, as part of the text declaration, the version
 number of this entity, when it is an external parsed entity. 
- getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
- 
Returns the version of XML used for the entity. 
- getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
- 
Returns the current value of the version property. 
- getXOnScreen() - Method in class java.awt.event.MouseEvent
- 
Returns the absolute horizontal x position of the event. 
- getXOrigin() - Method in class java.awt.image.Kernel
- 
Returns the X origin of this Kernel.
 
- getXPath() - Method in class javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
- 
Returns the XPath expression to be evaluated. 
- getXPathFunctionResolver() - Method in interface javax.xml.xpath.XPath
- 
Return the current function resolver. 
- getXPathList() - Method in class javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
- 
Returns a list of one or more  XPathType objects. 
- getXPathVariableResolver() - Method in interface javax.xml.xpath.XPath
- 
Return the current variable resolver. 
- getY() - Method in class java.awt.Component
- 
Returns the current y coordinate of the components origin. 
- getY() - Method in class java.awt.dnd.DragSourceEvent
- 
This method returns the vertical coordinate of the cursor location in
 screen coordinates at the moment this event occured, or zero if the
 cursor location is not specified for this event. 
- getY() - Method in class java.awt.event.MouseEvent
- 
Returns the vertical y position of the event relative to the
 source component. 
- getY() - Method in class java.awt.geom.Arc2D.Double
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.Arc2D.Float
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.Ellipse2D.Double
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.Ellipse2D.Float
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.Point2D.Double
- 
Returns the Y coordinate of this Point2Dindoubleprecision.
 
- getY() - Method in class java.awt.geom.Point2D.Float
- 
Returns the Y coordinate of this Point2Dindoubleprecision.
 
- getY() - Method in class java.awt.geom.Point2D
- 
Returns the Y coordinate of this Point2Dindoubleprecision.
 
- getY() - Method in class java.awt.geom.Rectangle2D.Double
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.Rectangle2D.Float
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.RectangularShape
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.RoundRectangle2D.Double
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.geom.RoundRectangle2D.Float
- 
Returns the Y coordinate of the upper-left corner of
 the framing rectangle in doubleprecision.
 
- getY() - Method in class java.awt.Point
- 
Returns the Y coordinate of this Point2Dindoubleprecision.
 
- getY() - Method in class java.awt.Rectangle
- 
Returns the Y coordinate of the bounding Rectangleindoubleprecision.
 
- getY() - Method in interface java.security.interfaces.DSAPublicKey
- 
Returns the value of the public key, y.
 
- getY() - Method in class java.security.spec.DSAPublicKeySpec
- 
Returns the public key y.
 
- getY() - Method in interface javax.crypto.interfaces.DHPublicKey
- 
Returns the public value, y.
 
- getY() - Method in class javax.crypto.spec.DHPublicKeySpec
- 
Returns the public value y.
 
- getY(int) - Method in class javax.print.attribute.Size2DSyntax
- 
Returns this two-dimensional size attribute's Y dimension in the given
 units as a floating-point value. 
- getY(int) - Method in class javax.print.attribute.standard.MediaPrintableArea
- 
Get the y location of the origin of the printable area in the
 specified units. 
- getY() - Method in class javax.swing.JComponent
- 
Returns the current y coordinate of the component's origin. 
- getY() - Method in class javax.swing.SpringLayout.Constraints
- 
Returns the value of the yproperty.
 
- getY1() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.Line2D.Double
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.Line2D.Float
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.Line2D
- 
Returns the Y coordinate of the start point in double precision. 
- getY1() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the Y coordinate of the start point in
 doubleprecision.
 
- getY1() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the Y coordinate of the start point in
 doubleprecision.
 
- getY1() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the Y coordinate of the start point in
 doubleprecision.
 
- getY2() - Method in class java.awt.geom.CubicCurve2D.Double
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.CubicCurve2D.Float
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.CubicCurve2D
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.Line2D.Double
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.Line2D.Float
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.Line2D
- 
Returns the Y coordinate of the end point in double precision. 
- getY2() - Method in class java.awt.geom.QuadCurve2D.Double
- 
Returns the Y coordinate of the end point in
 doubleprecision.
 
- getY2() - Method in class java.awt.geom.QuadCurve2D.Float
- 
Returns the Y coordinate of the end point in
 doubleprecision.
 
- getY2() - Method in class java.awt.geom.QuadCurve2D
- 
Returns the Y coordinate of the end point in
 doubleprecision.
 
- getYear() - Method in class java.sql.Time
- 
Deprecated.  
- getYear() - Method in class java.util.Date
- 
Deprecated.
As of JDK version 1.1,
 replaced by Calendar.get(Calendar.YEAR) - 1900.
 
 
- getYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
- getYears() - Method in class javax.xml.datatype.Duration
- 
Get the years value of this Durationas anintor0if not present.
 
- getYMicrometers() - Method in class javax.print.attribute.Size2DSyntax
- 
Returns this two-dimensional size attribute's Y dimension in units of
 micrometers (µm). 
- getYOnScreen() - Method in class java.awt.event.MouseEvent
- 
Returns the absolute vertical y position of the event. 
- getYOrigin() - Method in class java.awt.image.Kernel
- 
Returns the Y origin of this Kernel.
 
- getZeroDigit() - Method in class java.text.DecimalFormatSymbols
- 
Gets the character used for zero. 
- getZoneStrings() - Method in class java.text.DateFormatSymbols
- 
Gets time zone strings. 
- 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".
 
- GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Glagolitic" Unicode character block. 
- 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. 
- glassPane - Variable in class javax.swing.JRootPane
- 
The glass pane that overlays the menu bar and content pane,
  so it can intercept mouse movements and such. 
- glassPaneDispatcher - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-  
- global - Static variable in class java.util.logging.Logger
- 
Deprecated.
Initialization of this field is prone to deadlocks.
 The field must be initialized by the Logger class initialization
 which may cause deadlocks with the LogManager class initialization.
 In such cases two class initialization wait for each other to complete.
 The preferred way to get the global logger object is via the call
 Logger.getGlobal().
 For compatibility with old JDK versions where theLogger.getGlobal()is not available use the callLogger.getLogger(Logger.GLOBAL_LOGGER_NAME)orLogger.getLogger("global").
 
 
- GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
- 
GLOBAL_LOGGER_NAME is a name for the global logger. 
- GLOBAL_SCOPE - Static variable in interface javax.script.ScriptContext
- 
GlobalScope attributes are visible to all engines created by same ScriptEngineFactory. 
- globalHierarchyLock - Static variable in interface java.beans.beancontext.BeanContext
- 
This global lock is used by both BeanContextandBeanContextServicesimplementors
 to serialize changes in aBeanContexthierarchy and any service requests etc.
 
- globalScope - Variable in class javax.script.SimpleScriptContext
- 
This is the global scope bindings. 
- GlyphJustificationInfo - Class in java.awt.font
- 
The GlyphJustificationInfoclass 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 in java.awt.font
- 
The GlyphMetricsclass represents infomation for a
 single glyph.
 
- GlyphMetrics(float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
- 
Constructs a GlyphMetricsobject.
 
- GlyphMetrics(boolean, float, float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
- 
Constructs a GlyphMetricsobject.
 
- GlyphVector - Class in java.awt.font
- 
A GlyphVectorobject 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 theGlyphVectoris ultimately
 displayed.
 
- GlyphVector() - Constructor for class java.awt.font.GlyphVector
-  
- GlyphView - Class in javax.swing.text
- 
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 in javax.swing.text
- 
A class to perform rendering of the glyphs. 
- GlyphView.GlyphPainter() - Constructor for class javax.swing.text.GlyphView.GlyphPainter
-  
- GMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Fully qualified name for W3C XML Schema 1.0 datatype gMonth.
 
- GMONTHDAY - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.
 
- GoodBreakWeight - Static variable in class javax.swing.text.View
- 
The weight to indicate a view supports breaking,
 but better opportunities probably exist. 
- 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. 
- gotDefault - Variable in class javax.naming.InitialContext
- 
Field indicating whether the initial context has been obtained
 by calling NamingManager.getInitialContext(). 
- gotFocus(Event, Object) - Method in class java.awt.Component
- 
Deprecated.
As of JDK version 1.1,
 replaced by processFocusEvent(FocusEvent). 
 
- GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Gothic" Unicode character block. 
- grabFocus() - Method in class javax.swing.JComponent
- 
Requests that this Component get the input focus, and that this
 Component's top-level ancestor become the focused Window. 
- grabPixels() - Method in class java.awt.image.PixelGrabber
- 
Request the Image or ImageProducer to start delivering pixels and
 wait for all of the pixels in the rectangle of interest to be
 delivered. 
- grabPixels(long) - Method in class java.awt.image.PixelGrabber
- 
Request the Image or ImageProducer to start delivering pixels and
 wait for all of the pixels in the rectangle of interest to be
 delivered or until the specified timeout has elapsed. 
- GRADE_CHECK_ALL_AT_COMMIT - Static variable in class javax.sql.rowset.spi.SyncProvider
- 
Indicates a high level optimistic synchronization grade with
 respect to the originating data source. 
- GRADE_CHECK_MODIFIED_AT_COMMIT - Static variable in class javax.sql.rowset.spi.SyncProvider
- 
Indicates a low level optimistic synchronization grade with
 respect to the originating data source. 
- GRADE_LOCK_WHEN_LOADED - Static variable in class javax.sql.rowset.spi.SyncProvider
- 
Indicates the most pessimistic synchronization grade with
 respect to the originating
 data source. 
- GRADE_LOCK_WHEN_MODIFIED - Static variable in class javax.sql.rowset.spi.SyncProvider
- 
Indicates a pessimistic synchronization grade with
 respect to the originating data source. 
- GRADE_NONE - Static variable in class javax.sql.rowset.spi.SyncProvider
- 
Indicates that no synchronization with the originating data source is
 provided. 
- GradientPaint - Class in java.awt
- 
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 GradientPaintobject.
 
- GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
- 
Constructs a simple acyclic GradientPaintobject.
 
- GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
- 
Constructs either a cyclic or acyclic GradientPaintobject depending on thebooleanparameter.
 
- GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
- 
Constructs either a cyclic or acyclic GradientPaintobject depending on thebooleanparameter.
 
- GraphicAttribute - Class in java.awt.font
- 
This class is used with the CHAR_REPLACEMENT attribute. 
- GraphicAttribute(int) - Constructor for class java.awt.font.GraphicAttribute
- 
Constructs a GraphicAttribute.
 
- Graphics - Class in java.awt
- 
The Graphicsclass 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 Graphicsobject.
 
- Graphics2D - Class in java.awt
- 
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 Graphics2Dobject.
 
- GraphicsConfigTemplate - Class in java.awt
- 
- GraphicsConfigTemplate() - Constructor for class java.awt.GraphicsConfigTemplate
- 
This class is an abstract class so only subclasses can be
 instantiated. 
- GraphicsConfiguration - Class in java.awt
- 
The GraphicsConfigurationclass 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 in java.awt
- 
The GraphicsDeviceclass 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. 
- GraphicsDevice.WindowTranslucency - Enum in java.awt
- 
Kinds of translucency supported by the underlying system. 
- GraphicsEnvironment - Class in java.awt
- 
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. 
- gray - Static variable in class java.awt.Color
- 
The color gray. 
- GRAY - Static variable in class java.awt.Color
- 
The color gray. 
- GrayFilter - Class in javax.swing
- 
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. 
- GREATER - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Comparison result. 
- GREEK - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Greek and Coptic" Unicode character block. 
- GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Greek Extended" Unicode character block. 
- green - Static variable in class java.awt.Color
- 
The color green. 
- 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. 
- GregorianCalendar - Class in java.util
- 
GregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar system
 used by most of the world.
 
- GregorianCalendar() - Constructor for class java.util.GregorianCalendar
- 
Constructs a default GregorianCalendarusing the current time
 in the default time zone with the default locale.
 
- GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
- 
Constructs a GregorianCalendarbased on the current time
 in the given time zone with the default locale.
 
- GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
- 
Constructs a GregorianCalendarbased on the current time
 in the default time zone with the given locale.
 
- GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
- 
Constructs a GregorianCalendarbased 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 GregorianCalendarwith 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 GregorianCalendarwith 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 in java.awt
- 
The GridBagConstraintsclass specifies constraints
 for components that are laid out using theGridBagLayoutclass.
 
- GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
- 
Creates a GridBagConstraintobject 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 GridBagConstraintsobject with
 all of its fields set to the passed-in arguments.
 
- GridBagLayout - Class in java.awt
- 
The GridBagLayoutclass is a flexible layout
 manager that aligns components vertically, horizontally or along their
 baseline without requiring that the components be of the same size.
 
- GridBagLayout() - Constructor for class java.awt.GridBagLayout
- 
Creates a grid bag layout manager. 
- GridBagLayoutInfo - Class in java.awt
- 
The GridBagLayoutInfois an utility class forGridBagLayoutlayout manager.
 
- gridColor - Variable in class javax.swing.JTable
- 
The color of the grid. 
- gridheight - Variable in class java.awt.GridBagConstraints
- 
Specifies the number of cells in a column for the component's
 display area. 
- GridLayout - Class in java.awt
- 
The GridLayoutclass 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. 
- gridwidth - Variable in class java.awt.GridBagConstraints
- 
Specifies the number of cells in a row for the component's
 display area. 
- gridx - Variable in class java.awt.GridBagConstraints
- 
Specifies the cell containing the leading edge of the component's
 display area, where the first cell in a row has gridx=0.
 
- gridy - Variable in class java.awt.GridBagConstraints
- 
Specifies the cell at the top of the component's display area,
 where the topmost cell has gridy=0.
 
- group() - Method in class java.nio.channels.MembershipKey
- 
Returns the multicast group for which this membership key was created. 
- group() - Method in interface java.nio.file.attribute.PosixFileAttributes
- 
Returns the group owner of the file. 
- Group - Interface in java.security.acl
- 
This interface is used to represent a group of principals. 
- group() - Method in class java.util.regex.Matcher
- 
Returns the input subsequence matched by the previous match. 
- group(int) - Method in class java.util.regex.Matcher
- 
Returns the input subsequence captured by the given group during the
 previous match operation. 
- group(String) - Method in class java.util.regex.Matcher
- 
Returns the input subsequence captured by the given
  named-capturing group during the previous
 match operation. 
- group() - Method in interface java.util.regex.MatchResult
- 
Returns the input subsequence matched by the previous match. 
- group(int) - Method in interface java.util.regex.MatchResult
- 
Returns the input subsequence captured by the given group during the
 previous match operation. 
- group - Variable in class javax.swing.DefaultButtonModel
- 
The button group that the button belongs to. 
- 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. 
- groupCount() - Method in class java.util.regex.Matcher
- 
Returns the number of capturing groups in this matcher's pattern. 
- groupCount() - Method in interface java.util.regex.MatchResult
- 
Returns the number of capturing groups in this match result's pattern. 
- GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
- 
Constant identifying the grouping separator field. 
- GroupLayout - Class in javax.swing
- 
GroupLayoutis aLayoutManagerthat hierarchically
 groups components in order to position them in aContainer.
 
- GroupLayout(Container) - Constructor for class javax.swing.GroupLayout
- 
Creates a GroupLayoutfor the specifiedContainer.
 
- GroupLayout.Alignment - Enum in javax.swing
- 
Enumeration of the possible ways ParallelGroupcan align
 its children.
 
- GroupLayout.Group - Class in javax.swing
- 
Group provides the basis for the two types of
 operations supported by  GroupLayout: laying out
 components one after another ( SequentialGroup)
 or aligned ( ParallelGroup). 
- GroupLayout.ParallelGroup - Class in javax.swing
- 
A Groupthat aligns and sizes it's children.
 
- GroupLayout.SequentialGroup - Class in javax.swing
- 
A Groupthat positions and sizes its elements
 sequentially, one after another.
 
- GroupPrincipal - Interface in java.nio.file.attribute
- 
A UserPrincipalrepresenting a group identity, used to
 determine access rights to objects in a file system.
 
- grow(int, int) - Method in class java.awt.Rectangle
- 
Resizes the Rectangleboth horizontally and vertically.
 
- growAbsorb - Variable in class java.awt.font.GlyphJustificationInfo
- 
If true, this glyph absorbs all extra
 space at this and lower priority levels when it grows.
 
- growLeftLimit - Variable in class java.awt.font.GlyphJustificationInfo
- 
The maximum amount by which the left side of this glyph can grow. 
- growPriority - Variable in class java.awt.font.GlyphJustificationInfo
- 
The priority level of this glyph as it is growing. 
- growRightLimit - Variable in class java.awt.font.GlyphJustificationInfo
- 
The maximum amount by which the right side of this glyph can grow. 
- GSSContext - Interface in org.ietf.jgss
- 
This interface encapsulates the GSS-API security context and provides
 the security services that are available over the context. 
- GSSCredential - Interface in org.ietf.jgss
- 
This interface encapsulates the GSS-API credentials for an entity. 
- GSSException - Exception in org.ietf.jgss
- 
This exception is thrown whenever a GSS-API error occurs, including
 any mechanism specific error. 
- GSSException(int) - Constructor for exception org.ietf.jgss.GSSException
- 
Creates a GSSException object with a specified major code. 
- GSSException(int, int, String) - Constructor for exception org.ietf.jgss.GSSException
- 
Creates a GSSException object with the specified major code, minor
 code, and minor code textual explanation. 
- GSSManager - Class in org.ietf.jgss
- 
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 in org.ietf.jgss
- 
This interface encapsulates a single GSS-API principal entity. 
- GT - Static variable in class javax.management.Query
- 
- gt(ValueExp, ValueExp) - Static method in class javax.management.Query
- 
Returns a query expression that represents a "greater than" constraint on
 two values. 
- Guard - Interface in java.security
- 
 This interface represents a guard, which is an object that is used
 to protect access to another object. 
- GuardedObject - Class in java.security
- 
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. 
- guardWithTest(MethodHandle, MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
- 
Makes a method handle which adapts a target method handle,
 by guarding it with a test, a boolean-valued method handle. 
- guardWithTest(MethodHandle, MethodHandle) - Method in class java.lang.invoke.SwitchPoint
- 
Returns a method handle which always delegates either to the target or the fallback. 
- guessContentTypeFromName(String) - Static method in class java.net.URLConnection
- 
Tries to determine the content type of an object, based
 on the specified "file" component of a URL. 
- guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
- 
Tries to determine the type of an input stream based on the
 characters at the beginning of the input stream. 
- 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 "Gujarati" Unicode character block. 
- 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 "Gurmukhi" Unicode character block. 
- GYEAR - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Fully qualified name for W3C XML Schema 1.0 datatype gYear.
 
- GYEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
- 
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.
 
- GZIP - Static variable in class javax.print.attribute.standard.Compression
- 
GNU zip compression technology described in
  RFC 1952. 
- GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
- 
GZIP header magic number. 
- GZIPInputStream - Class in java.util.zip
- 
This class implements a stream filter for reading compressed data in
 the GZIP file 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 in java.util.zip
- 
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, int, boolean) - Constructor for class java.util.zip.GZIPOutputStream
- 
Creates a new output stream with the specified buffer size and
 flush mode. 
- GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
- 
Creates a new output stream with a default buffer size. 
- GZIPOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.GZIPOutputStream
- 
Creates a new output stream with a default buffer size and
 the specified flush mode.