Java™ Platform
Standard Ed. 7
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

G

GAP_TOKEN - Static variable in 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
The domain name and the type key property in the ObjectName for a GarbageCollectorMXBean.
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) and abs(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 GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java.awt.geom.GeneralPath
Constructs a new 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 GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - Exception in java.security
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for 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 GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with 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 CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
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 at offset inclusive.
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
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
GenericArrayType represents 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 Object with an optional trailing Object[] 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 output buffer.
genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer, starting at outputOffset inclusive.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
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 oldInstance in the environment created by this stream.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(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 null if 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 BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (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 null if 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 null if 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 null if 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 null if 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 null if 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 null if 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 null if 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 null if this map contains no mapping for the key.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(Object) - Method in class java.util.TreeMap
Returns the value to which the specified key is mapped, or null if 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 null if 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_SCOPE of the protected context field.
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 parent ActionMap if the binding is not locally defined.
get(int) - Method in class javax.swing.DefaultListModel
Returns the element at the specified position in this list.
get(KeyStroke) - Method in class javax.swing.InputMap
Returns the binding for keyStroke, messaging the parent InputMap if the binding is not locally defined.
get(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.Any contained in this DynAny object.
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 boolean contained in this DynAny object.
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 char contained in this DynAny object.
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 Context object.
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 DomainManagers of 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 double contained in this DynAny object.
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.TaggedComponent with 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 float contained in this DynAny object.
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 int contained in this DynAny object.
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 long contained in this DynAny object.
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 Request instance 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 byte contained in this DynAny object.
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 Policy object of the specified type which applies to this object.
get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
Retrieves the TypeCode object that represents the given primitive IDL type.
get_reference() - Method in interface org.omg.CORBA.DynAny
Deprecated.
Retrieves the org.omg.CORBA.Other contained in this DynAny object.
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_deferred method.
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 short contained in this DynAny object.
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.Current that 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 String contained in this DynAny object.
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.TypeCode contained in this DynAny object.
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 int contained in this DynAny object.
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 long contained in this DynAny object.
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 short contained in this DynAny object.
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.Serializable object contained in this DynAny object.
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 DynFixed object.
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 NamedValue objects whose name field matches the given name or name pattern.
get_wchar() - Method in interface org.omg.CORBA.DynAny
Deprecated.
Retrieves the char contained in this DynAny object.
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 String contained in this DynAny object.
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 a of 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 KeyStroke which 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 AcceptAll file 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 getAcceptAllFileFilter method on each UI handled by this object.
getAcceptedIssuers() - Method in interface javax.net.ssl.X509TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAcceptorAddress() - Method in class org.ietf.jgss.ChannelBinding
Get the acceptor's address for this channel binding.
getAccessibleAction() - Method in class java.awt.Button.AccessibleAWTButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Choice.AccessibleAWTChoice
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
Gets the AccessibleAction associated with this object that supports one or more actions.
getAccessibleAction() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAction() - Method in class javax.swing.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 AccessibleAction associated with this object if one exists.
getAccessibleAction() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAction() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
 
getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
Returns an object that represents the link anchor, as appropriate for that link.
getAccessibleActionAnchor(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Return an object that represents the link anchor, as appropriate for that link.
getAccessibleActionCount() - Method in class java.awt.Button.AccessibleAWTButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Choice.AccessibleAWTChoice
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in interface javax.accessibility.AccessibleAction
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class javax.accessibility.AccessibleHyperlink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Returns the number of accessible actions available in this Link If there are more than one, the first one is NOT considered the "default" action of this LINK object (e.g.
getAccessibleActionCount() - Method in class javax.swing.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 Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in interface javax.accessibility.AccessibleComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - Method in interface javax.accessibility.AccessibleTable
Returns the Accessible at a specified row and column in the table.
getAccessibleAt(Point) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
 
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleCaption() - Method in interface javax.accessibility.AccessibleTable
Returns the caption for the table.
getAccessibleCaption() - Method in class javax.swing.JTable.AccessibleJTable
Returns the caption for the table.
getAccessibleChild(int) - Method in class java.awt.Component.AccessibleAWTComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
Returns the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.ImageIcon.AccessibleImageIcon
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JComponent.AccessibleJComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
Returns the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JMenu.AccessibleJMenu
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.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 Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree
Return the nth Accessible child of the object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
Returns the ith Accessible child of the object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
Invokes the getAccessibleChild method on each UI handled by this object.
getAccessibleChild(int) - Method in class javax.swing.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 getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Invokes the getAccessibleChildrenCount method 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 Accessible at 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 AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the AccessibleComponent associated 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 AccessibleComponent associated 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 AccessibleContext associated with this Button.
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 AccessibleContext associated with this Choice.
getAccessibleContext() - Method in class java.awt.Component
Gets the AccessibleContext associated with this Component.
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 AccessibleContext associated with this List.
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 AccessibleContext associated with this MenuComponent.
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 AccessibleContext associated with this PopupMenu.
getAccessibleContext() - Method in class java.awt.Scrollbar
Gets the AccessibleContext associated with this Scrollbar.
getAccessibleContext() - Method in class java.awt.ScrollPane
Gets the AccessibleContext associated with this ScrollPane.
getAccessibleContext() - Method in class java.awt.TextArea
Returns the AccessibleContext associated with this TextArea.
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 AccessibleContext associated with this JButton.
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 AccessibleContext associated with this JComponent.
getAccessibleContext() - Method in class javax.swing.JDesktopPane
Gets the AccessibleContext associated with this JDesktopPane.
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 AccessibleContext associated with this JInternalFrame.
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 AccessibleContext associated with this JList.
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 AccessibleContext associated with this JMenuItem.
getAccessibleContext() - Method in class javax.swing.JOptionPane
Returns the AccessibleContext associated 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 AccessibleContext associated with this JPasswordField.
getAccessibleContext() - Method in class javax.swing.JPopupMenu
Gets the AccessibleContext associated with this JPopupMenu.
getAccessibleContext() - Method in class javax.swing.JProgressBar
Gets the AccessibleContext associated with this JProgressBar.
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 AccessibleContext associated with this JRootPane.
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 AccessibleContext for the JSpinner
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 AccessibleContext associated 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 AccessibleContext associated with this JTextField.
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 AccessibleContext for the ProgressMonitor
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 AccessibleContext associated with this JTextComponent.
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 a null array 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 null if 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 Accessible parent of this object.
getAccessibleParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Accessible parent 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 Accessible parent 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 Accessible at 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 AccessibleSelection associated with this object which allows its Accessible children to be selected.
getAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns an Accessible representing 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 AccessibleSelection associated with this object.
getAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
 
getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Gets the AccessibleSelection associated 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 Accessible representing 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 Accessible children 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 Accessible children 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 AccessibleTable associated 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 AccessibleText for the JPasswordField.
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 AccessibleText associated 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 AccessibleValue associated 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 AccessibleValue associated 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 AccessibleValue associated 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, or null if tables are not currently set.
getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Returns a copy of the array of AC Huffman tables set on the most recent call to setEncodeTables, or null if tables are not currently set.
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 Action for this ActionEvent source, or null if no Action is set.
getAction() - Method in class javax.swing.JComboBox
Returns the currently set Action for this ActionEvent source, or null if no Action is set.
getAction() - Method in class javax.swing.JTextField
Returns the currently set Action for this ActionEvent source, or null if no Action is 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 ActionMap used to determine what Action to fire for particular KeyStroke binding.
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 getSupportsIncrement returns 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
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
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
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
Returns an array of Type objects 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 InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for 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 Adjustable object 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 start and including characters up to limit.
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 String after a given index.
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 Cipher object.
getAlgorithm() - Method in class javax.crypto.KeyAgreement
Returns the algorithm name of this KeyAgreement object.
getAlgorithm() - Method in class javax.crypto.KeyGenerator
Returns the algorithm name of this KeyGenerator object.
getAlgorithm() - Method in class javax.crypto.Mac
Returns the algorithm name of this Mac object.
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 SecretKeyFactory object.
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 KeyManagerFactory object.
getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
Returns the algorithm name of this TrustManagerFactory object.
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 AlgorithmParameters and KeyFactory engine 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.getAlignmentX to 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.getAlignmentY to 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 Iterator over all of the attribute Name objects in this SOAPElement object.
getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all of the attributes in this SOAPElement as QName objects.
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 JInternalFrames currently displayed in the desktop.
getAllFramesInLayer(int) - Method in class javax.swing.JDesktopPane
Returns all JInternalFrames currently displayed in the specified layer of the desktop.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeaders in this MimeHeaders object.
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 AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
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 allowUserInteraction field 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 int pixel representation contain the alpha component.
getAlphaRaster() - Method in class java.awt.image.BufferedImage
Returns a WritableRaster representing the alpha channel for BufferedImage objects with ColorModel objects that support a separate spatial alpha channel, such as ComponentColorModel and DirectColorModel.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster, provided that pixel values of this ColorModel represent color and alpha information as separate spatial bands (e.g.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster.
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 altName field of this exception.
getAltNameCtx() - Method in exception javax.naming.CannotProceedException
Retrieves the altNameCtx field 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 comp in the component hierarchy and returns the first object of name it finds.
getAncestorOfClass(Class<?>, Component) - Static method in class javax.swing.SwingUtilities
Convenience method for searching above comp in the component hierarchy and returns the first object of class c it 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 i to 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 i to 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 i to 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 ApproveButton in the FileChooserUI.
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 getApproveButtonText method 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
Returns the arc closure type of the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE.
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 ARRAY value designated by this Array object 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 ARRAY value designated by this Array object.
getArray(long, int) - Method in interface java.sql.Array
Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
Retreives a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive 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 ResultSet object as an Array object 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 ResultSet object as an Array object in the Java programming language.
getArray() - Method in class javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of this SerialArray object.
getArray(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialArray
Returns a new array that is a copy of this SerialArray object, 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 SerialArray object, 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 SerialArray object, 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 ArrayType instance 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 Font described by this FontMetrics object.
getAscent(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
 
getAsciiStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object 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 ResultSet object 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 ResultSet object as a stream of ASCII characters.
getAsciiStream() - Method in class javax.sql.rowset.serial.SerialClob
Retrieves the CLOB value designated by this SerialClob object 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
Get the stylesheet specification(s) associated with the XML Source document via the xml-stylesheet processing instruction that match the given criteria.
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 Node object 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
true if the LSParser is asynchronous, false if 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 true if 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 String at a given index.
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 AttachmentPart object that is associated with an attachment that is referenced by this SOAPElement or null if 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 AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects 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
attrChange indicates 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 attribute for 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.Attribute object.
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, or null if 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 String containing a description of the named attribute, or null.
getAttributeDescription(String, String, Locale) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
Returns a String containing a description of the named attribute, or null.
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 Attr node 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 Struct object 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 Struct object 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 Manifest Attributes for this entry, or null if 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 NamedNodeMap containing 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 MLET tag.
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 Object values containing the attributes of the SQL structured type that this SerialStruct object represents.
getAttributes(Map<String, Class<?>>) - Method in class javax.sql.rowset.serial.SerialStruct
Retrieves the attributes for the SQL structured type that this SerialStruct represents as an array of Object values, 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 NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
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
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAudioActionMap() - Method in class javax.swing.plaf.basic.BasicLookAndFeel
Returns an ActionMap containing the audio actions for this look and feel.
getAudioClip(URL) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL, String) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
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 File provided.
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 File provided.
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 Connection object.
getAutoCommit() - Method in interface javax.sql.rowset.JdbcRowSet
Each JdbcRowSet contains a Connection object from the original ResultSet or 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 true if gaps between the container and components that border the container are automatically created.
getAutoCreateGaps() - Method in class javax.swing.GroupLayout
Returns true if gaps between components are automatically created.
getAutoCreateRowSorter() - Method in class javax.swing.JTable
Returns true if whenever the model changes, a new RowSorter should be created and installed as the table's sorter; otherwise, returns false.
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 Insets describing the autoscrolling region or border relative to the geometry of the implementing Component.
getAutoscrolls() - Method in class javax.swing.JComponent
Gets the autoscrolls property.
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 GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families in this GraphicsEnvironment localized 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*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.Collator
Returns an array of all locales for which the getInstance methods 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*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DateFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
Returns an array of all locales for which the getInstance methods 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*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.util.Calendar
Returns an array of all locales for which the getInstance methods 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 the eventMask argument.
getAWTKeyStroke(char) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
getAWTKeyStroke(Character, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event 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 AWTKeyStroke which represents the stroke which generated a given KeyEvent.
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 b of 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 Patch specifies.
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 InputStream which can be used to obtain the content of AttachmentPart as 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 not null, this calls the view's getBaseline() 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 not null, this returns the result of the view's getBaselineResizeBehavior() method.
getBaseType() - Method in interface java.sql.Array
Retrieves the JDBC type of the elements in the array designated by this Array object.
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 SerialArray object.
getBaseTypeName() - Method in interface java.sql.Array
Retrieves the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Ref
Retrieves the fully-qualified SQL name of the SQL structured type that this Ref object references.
getBaseTypeName() - Method in class javax.sql.rowset.serial.SerialArray
Retrieves the DBMS-specific type name for the elements in this SerialArray object.
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 IIOMetadataNode and will throw a DOMException.
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 null if 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 BasicConstraints extension, (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 SplitPaneUI the 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 BeanContext associated with this BeanContextChild.
getBeanContext() - Method in class java.beans.beancontext.BeanContextChildSupport
Gets the nesting BeanContext for this BeanContextChildSupport.
getBeanContext() - Method in class java.beans.beancontext.BeanContextEvent
Gets the BeanContext associated 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 stopClass point subject to some control flags.
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 String before a given index.
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
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
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) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object 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 NUMERIC parameter as a java.math.BigDecimal object 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 ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with 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 BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in interface java.sql.Blob
Returns an InputStream object that contains a partial Blob value, 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 ResultSet object 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 ResultSet object as a stream of uninterpreted bytes.
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 SerialBlob object as an input stream.
getBinaryStream(long, long) - Method in class javax.sql.rowset.serial.SerialBlob
Returns an InputStream object that contains a partial Blob value, 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 Bindings with the specified scope value in the protected context field.
getBindings(int) - Method in interface javax.script.ScriptContext
Gets the Bindings associated with the given scope in this ScriptContext.
getBindings(int) - Method in interface javax.script.ScriptEngine
Returns a scope of named values.
getBindings() - Method in class javax.script.ScriptEngineManager
getBindings returns the value of the globalScope field.
getBindings(int) - Method in class javax.script.SimpleScriptContext
Returns the value of the engineScope field if specified scope is ENGINE_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 float indicating 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 ResultSet object as a Blob object 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 ResultSet object as a Blob object 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 Scrollable object.
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 int pixel 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 SOAPBody object associated with this SOAPEnvelope object.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if 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 boolean field.
getBoolean(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in 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 ResultSet object as a boolean in 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 ResultSet object as a boolean in the Java programming language.
getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Implements the getBoolean method as per the specification in Preferences.getBoolean(String,boolean).
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 key is boolean, return the boolean value, otherwise return false.
getBoolean(Object, Locale) - Method in class javax.swing.UIDefaults
If the value of key for the given Locale is 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 null if 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.getBorder to returns the current border.
getBorder(Object) - Method in class javax.swing.UIDefaults
If the value of key is a Border return it, otherwise return null.
getBorder(Object, Locale) - Method in class javax.swing.UIDefaults
If the value of key for the given Locale is a Border return it, otherwise return null.
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
This default implementation returns a new Insets object that is initialized by the AbstractBorder.getBorderInsets(Component,Insets) method.
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 insets parameter 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 Rectangle object.
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 GraphicsConfiguration in 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 Rectangle object.
getBounds() - Method in class java.awt.Polygon
Gets the bounding box of this Polygon.
getBounds() - Method in class java.awt.Rectangle
Gets the bounding Rectangle of this Rectangle.
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 Type objects 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" rv and returns rv.
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 Rectangle enclosing the label portion into which the item identified by path will 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 Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Line2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Line2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Path2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Path2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
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 Shape than the getBounds method.
getBounds2D() - Method in class java.awt.Rectangle
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in interface java.awt.Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
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 r and returns r.
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 InetAddress for 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 BufferStrategy used by this component.
getBufferStrategy() - Method in class java.awt.Window
Returns the BufferStrategy used 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
true if the LSParser is currently busy loading a document, otherwise false.
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, button is 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
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
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 InetAddress object 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 byte field.
getByte(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in 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 ResultSet object as a byte in 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 ResultSet object as a byte in the Java programming language.
getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Implements the getByteArray method as per the specification in Preferences.getByteArray(String,byte[]).
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 -1 if 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.ByteOrder enumeration.
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 String into 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 String into 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 BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values 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 ResultSet object as a byte array 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 ResultSet object as a byte array in the Java programming language.
getBytes() - Method in interface java.sql.RowId
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
getBytes(long, int) - Method in class javax.sql.rowset.serial.SerialBlob
Copies the specified number of bytes, starting at the given position, from this SerialBlob object 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, or null if 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 Reference after 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 Calendar field associated with this attribute.
getCalendarField() - Method in class javax.swing.SpinnerDateModel
Returns the Calendar field that is added to or subtracted from by the nextValue and previousValue methods.
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 String format.
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 List of Locales as candidate locales for baseName and locale.
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 BufferCapabilities for this BufferStrategy.
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 Shape representing the caret at the specified hit inside the natural bounds of this TextLayout.
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 Connection object'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 String that 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 Iterator of Class objects 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 IOException that 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 Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if 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
Return the actual Exception thrown.
getCause() - Method in exception javax.management.ReflectionException
Returns the actual Exception thrown.
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
Returns the actual RuntimeException thrown.
getCause() - Method in exception javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
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 TransformException or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.xml.crypto.dsig.XMLSignatureException
Returns the cause of this XMLSignatureException or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.xml.crypto.KeySelectorException
Returns the cause of this KeySelectorException or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.xml.crypto.MarshalException
Returns the cause of this MarshalException or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.xml.crypto.NoSuchMechanismException
Returns the cause of this NoSuchMechanismException or null if the cause is nonexistent or unknown.
getCause() - Method in exception javax.xml.crypto.URIReferenceException
Returns the cause of this URIReferenceException or null if 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 Throwable object embedded in this SOAPException if 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 null if 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 getCellBounds method on each UI handled by this object.
getCellEditor() - Method in class javax.swing.JTable
Returns the active cell editor, which is null if the table is not currently editing.
getCellEditor(int, int) - Method in class javax.swing.JTable
Returns an appropriate editor for the cell specified by row and column.
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 TableCellEditor used by the JTable to 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 CellEditor to the delegate.
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 row and column.
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 TreeCellRenderer that 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 TableCellRenderer used by the JTable to 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 Shape in double precision.
getCenterY() - Method in class java.awt.geom.RectangularShape
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
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 Certificate from 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 Certificate chain 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 Collection of Certificates 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 Certificate objects for this entry, or null if 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 List of certification path checkers.
getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
Returns an iteration of the CertPath encodings 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 List of CertStores 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 this DefaultColorSelectionModel with addChangeListener.
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 with addChangeListener.
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 this JTabbedPane with addChangeListener.
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
Returns the unique ServerSocketChannel object associated with this socket, if any.
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 char or of another primitive type convertible to type char via 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
Returns a new BreakIterator instance for character breaks for the default locale.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for character breaks for the given locale.
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.Reader object in the Java programming language.
getCharacterStream(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(long, long) - Method in interface java.sql.Clob
Returns a Reader object that contains a partial Clob value, 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 ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
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 SerialClob object'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
This implementation always throws UnsupportedOperationException.
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 parent at index index in 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 TreeNode at index childIndex.
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 TreeNode at index childIndex.
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 NodeList that contains all children of this node.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that 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 getPath at the locations specified by getChildIndices.
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
Provides the implementation for RMIClassLoader.getClassAnnotation(Class).
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 Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
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
Provides the implementation for RMIClassLoader.getClassLoader(String).
getClassLoader() - Method in class java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassLoader(ObjectName) - Method in interface javax.management.MBeanServer
Return the named ClassLoader.
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 CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object 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 ResultSet object as a Clob object 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 ResultSet object as a Clob object 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 getClosestPathForLocation method 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 CODE attribute of the MLET tag.
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
Returns the illegal code point as defined by Character.isValidCodePoint(int).
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 CodeSigner objects for this entry, or null if 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 Collection from which Certificates and CRLs 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 key is a Color return it, otherwise return null.
getColor(Object, Locale) - Method in class javax.swing.UIDefaults
If the value of key for the given Locale is a Color return it, otherwise return null.
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 float array containing only the color components of the Color, in the ColorSpace of the Color.
getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color in the ColorSpace specified by the cspace parameter.
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 ColorModel used 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 ColorModel associated with this GraphicsConfiguration that 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 ColorModel of 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 ColorModel specified 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 ColorSpace of this Color.
getColorSpace() - Method in class java.awt.image.ColorModel
Returns the ColorSpace associated with this ColorModel.
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 TableColumn object for the column in the table whose identifier is equal to identifier, when compared using equals.
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 TableColumn object for the column at columnIndex.
getColumn(int) - Method in interface javax.swing.table.TableColumnModel
Returns the TableColumn object for the column at columnIndex.
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.class regardless of columnIndex.
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.getObject is 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 ResultSet object.
getColumnCount() - Method in class javax.sql.rowset.RowSetMetaDataImpl
Retrieves the number of columns in the RowSet object for which this RowSetMetaDataImpl object 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 tableColumns array.
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 JViewport object that is the column header.
getColumnIndex(Object) - Method in class javax.swing.table.DefaultTableColumnModel
Returns the index of the first column in the tableColumns array whose identifier is equal to identifier, when compared using equals.
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 using equals.
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 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 TableColumnModel that contains all column information of this table.
getColumnModel() - Method in class javax.swing.table.JTableHeader
Returns the TableColumnModel that 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
Gets the column number of the character offset returned by Diagnostic.getPosition().
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 -1 if 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 Enumeration of all the columns in the model.
getColumns() - Method in interface javax.swing.table.TableColumnModel
Returns an Enumeration of 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.Types constants) 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 cmdName for 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 RowSet object.
getCommand() - Method in interface javax.sql.RowSet
Retrieves this RowSet object'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 null if 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 null if 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 Comparator for 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 Comparator for 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 Component associated with this DragGestureEvent.
getComponent() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the Component that is to be "observed" by the DragGestureRecognizer for drag initiating gestures.
getComponent() - Method in class java.awt.dnd.DragSourceContext
Returns the Component associated with this DragSourceContext.
getComponent() - Method in class java.awt.dnd.DropTarget
Gets the Component associated with this DropTarget.
getComponent() - Method in class java.awt.dnd.DropTargetContext
This method returns the Component associated with this DropTargetContext.
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.Component associated with this BeanContextChild.
getComponent() - Method in class javax.swing.ComponentInputMap
Returns the component the InputMap was 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.Component used to paint this MenuElement.
getComponent() - Method in class javax.swing.JMenuBar
Implemented to be a MenuElement.
getComponent() - Method in class javax.swing.JMenuItem
Returns the java.awt.Component used to paint this object.
getComponent()