JavaTM 2 Platform
Standard Ed. 5.0
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).
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
A code representing the Query.geq(javax.management.ValueExp, javax.management.ValueExp) 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 GeneralPath object.
GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - Exception 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.
generateKey() - Method in class javax.crypto.KeyGenerator
Generates a secret key.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSecret() - Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset inclusive.
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
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.
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.
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() - 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, 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() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.LongBuffer
Relative get method.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk get method.
get(long[]) - Method in class java.nio.LongBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex(inclusive) to toIndex(exclusive).
get(int) - Method in class java.util.Calendar
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
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Get the current value held in the field by the given object.
get() - Method in class java.util.concurrent.atomic.AtomicLong
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Get the current value held in the field by the given object.
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
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Get the current value held in the field by the given object.
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 in this table.
get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the element at the specified position in this list.
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 this map maps the specified key, or null if this map contains no mapping for the specified key.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.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 this map maps the specified key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(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 this map maps the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(String) - Method in class javax.accessibility.AccessibleRelationSet
Returns the relation that matches the specified key.
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(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.synth.SynthStyle
Getter for a region specific style property.
get(Object) - Method in class javax.swing.UIDefaults
Returns the value for key.
get(Object, Locale) - Method in class javax.swing.UIDefaults
Returns the value for key associated with the given locale.
get(Object) - Static method in class javax.swing.UIManager
Returns an object from the defaults table.
get(Object, Locale) - Static method in class javax.swing.UIManager
Returns an object from the defaults table that is appropriate for the given locale.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
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
 
getAcceleratorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
 
getAcceleratorSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
 
getAcceleratorString() - Method in class javax.swing.plaf.metal.MetalToolTipUI
 
getAcceptAllFileFilter() - Method in class javax.swing.JFileChooser
Returns the AcceptAll file filter.
getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.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.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 an AccessibleIcon
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.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.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
 
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.
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 javax.swing.AbstractButton
Returns the action command for this button.
getActionCommand() - Method in interface javax.swing.ButtonModel
Returns the action command for this button.
getActionCommand() - Method in class javax.swing.DefaultButtonModel
Returns the action command for this button.
getActionCommand() - Method in class javax.swing.JComboBox
Returns the action command that is included in the event sent to action listeners.
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 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.
getActiveWindow() - Method in class java.awt.KeyboardFocusManager
Returns the active Window, if the active Window is in the same context as the calling thread.
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.
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 interface javax.management.remote.JMXConnectorServerMBean
The address of this connector server.
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.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.
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 Java 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.
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.
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.
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.
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.
getAllLoadedClasses() - Method in interface java.lang.instrument.Instrumentation
Returns an array of all classes currently loaded by the JVM.
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.
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
 
getAnchorSelectionIndex() - Method in class javax.swing.JList
Returns the first index argument from the most recent addSelectionModel or setSelectionInterval call.
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 add the given value to current value.
getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically add the given value to element at index i.
getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically add the given value to current value.
getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically add the given value to current value.
getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically add the given value to element at index i.
getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically add the given value to current value.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrement by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrement by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrement by one the current value.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrement by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrement by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrement by one the current value.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically increment by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically increment by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increment by one the current value.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically increment by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically increment by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increment by one the current value.
getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Sets to the given value and returns the previous value.
getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Set to the give value and return the old value.
getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Set the element at position i to the given value and return the old value.
getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Set to the given value and return the old value.
getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Set to the give value and return the old value.
getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Set the element at position i to the given value and return the old value.
getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Set to the given value and return the old value.
getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
Set to the given value and return the old value.
getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Set the element at position i to the given value and return the old value.
getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Set to the given value and return 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
Returns this element's annotation for the specified type if such an annotation is present, else null.
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
 
getAnnotations() - Method in class java.lang.Class
Returns all annotations present on this element.
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.
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.
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
Gets a handler to 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 size of the largest application buffer that may occur 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
Returns the height of the arc that rounds off the corners.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns 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: OPEN, CHORD, or PIE.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the width of the arc that rounds off the corners.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns 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.
getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getArguments() - Method in class java.beans.Statement
Returns the arguments of this statement.
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.
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.
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.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.
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
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
 
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
Gets the value of a specific attribute of a named MBean.
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
Handles the method MBeanServerConnection.getAttribute(ObjectName, String).
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(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 interface org.w3c.dom.Element
Retrieves an attribute value by 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 contained 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.
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
 
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.
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 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.
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.
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 structurec 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 structurec 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
 
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Get the values of several attributes of the Dynamic MBean.
getAttributes() - Method in class javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
Gets the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServerConnection
Enables 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
Handles the method MBeanServerConnection.getAttributes(ObjectName, String[]).
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 org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
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.
getAttributeTypeInfo(int) - Method in class javax.xml.validation.TypeInfoProvider
Returns the immutable TypeInfo object for the specified attribute of the current element.
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.
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.
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.
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.
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.
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.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 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 indicates in the eventMask argument.
getAWTKeyStroke(char) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
getAWTKeyStroke(Character, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a Character object and a set of modifiers.
getAWTKeyStroke(int, int, boolean) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getAWTKeyStroke(int, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers.
getAWTKeyStroke(String) - Static method in class java.awt.AWTKeyStroke
Parses a string and returns an AWTKeyStroke.
getAWTKeyStrokeForEvent(KeyEvent) - Static method in class java.awt.AWTKeyStroke
Returns an AWTKeyStroke which represents the stroke which generated a given KeyEvent.
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 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.
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.
getBaseLevel() - Method in class java.text.Bidi
Return the base level (0 if left-to-right, 1 if right-to-left).
getBaseline() - Method in class java.awt.font.TextLayout
Returns the baseline for this TextLayout.
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.
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.
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.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
 
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.
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.
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 S