Alphabetical Index: G

< ? _ 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 field in class org.ietf.jgss.GSSException
An expected per-message token was not received.
GapContent - class javax.swing.text.GapContent
This implementation of AbstractDocument.Content uses a gapped buffer.
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 a specified initial size.
GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - static field in class java.lang.management.ManagementFactory
The domain for the garbage collecting beans.
GarbageCollectorMXBean - interface java.lang.management.GarbageCollectorMXBean
Provides access to information about the garbage collectors of the virtual machine.
GatheringByteChannel - interface java.nio.channels.GatheringByteChannel
gc() - method in class java.lang.management.MemoryMXBean
Instigates a garbage collection cycle.
gc() - method in class java.lang.Runtime
Run the garbage collector.
gc() - static method in class java.lang.System
Calls the garbage collector.
gcd(java.math.BigInteger) - method in class java.math.BigInteger
GDAY - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gDay data type.
GE - static field in class javax.management.Query
A code representing the
GENERAL - static field in class javax.swing.text.html.parser.DTDConstants
The GENERAL constant, specifies theat the entity is valid in the whole HTML document scope.
GENERAL_PUNCTUATION - static field in class java.lang.Character.UnicodeBlock
General Punctuation.
GeneralPath - class java.awt.geom.GeneralPath
A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
GeneralPath() - constructor for class java.awt.geom.GeneralPath
Constructs a GeneralPath with the default (NON_ZERO) winding rule and initial capacity (20).
GeneralPath(int) - constructor for class java.awt.geom.GeneralPath
Constructs a GeneralPath with a specific winding rule and the default initial capacity (20).
GeneralPath(int,int) - constructor for class java.awt.geom.GeneralPath
Constructs a GeneralPath with a specific winding rule and the initial capacity.
GeneralPath(java.awt.Shape) - constructor for class java.awt.geom.GeneralPath
Constructs a GeneralPath from an arbitrary shape object.
This class is the common superclass of all security exceptions.
GeneralSecurityException() - constructor for class java.security.GeneralSecurityException
Create a new instance with no descriptive error message.
Create a new instance with a descriptive error message.
Create a new instance with a descriptive error message and a cause.
Create a new instance with a cause.
Generates a Certificate from the encoded data read from an InputStream.
generateCertPath(Certificate>) - method in class java.security.cert.CertificateFactory
Generate a CertPath and initialize it with the certificates in the List argument.
generateCertPath(java.io.InputStream) - method in class java.security.cert.CertificateFactory
Generate a CertPath and initialize it with data parsed from the input stream.
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
generateCRL(java.io.InputStream) - method in class java.security.cert.CertificateFactory
Generates a CRL based on the encoded data read from the InputStream.
generateKey() - method in class javax.crypto.KeyGenerator
Generate a key.
generateKeyPair() - method in class java.security.KeyPairGenerator
Generates a new "DSA" KeyPair from the "GNU" security provider.
generateKeyPair() - method in class java.security.KeyPairGeneratorSpi
Generates a KeyPair according the rules for the algorithm.
generateParameters() - method in class java.security.AlgorithmParameterGenerator
Generates a private key from the provided key specification.
Generates a public key from the provided key specification.
generateSecret() - method in class javax.crypto.KeyAgreement
Generate the shared secret in a new byte array.
generateSecret(byte[],int) - method in class javax.crypto.KeyAgreement
Generate the shared secret and store it into the supplied array.
generateSecret(java.lang.String) - method in class javax.crypto.KeyAgreement
Generate the shared secret and return it as an appropriate SecretKey.
Generate a secret key from a key specification, if possible.
generateSeed(int) - method in class java.security.SecureRandom
Returns the specified number of seed bytes.
GENERIC_FAILURE - static field in class java.util.logging.ErrorManager
Indicates that there was a failure that does not readily fall into any of the other categories.
GenericArrayType - interface java.lang.reflect.GenericArrayType
Represents the type of an array's components, which may be either a parameterized type or a type variable.
GenericDeclaration - interface java.lang.reflect.GenericDeclaration
Represents an entity that declares one or more type parameters.
Thrown on encountering a syntactically malformed signature in a reflective method.
GenericSignatureFormatError() - constructor for class java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError.
genExemptionBlob() - method in class javax.crypto.ExemptionMechanism
genExemptionBlob(byte[]) - method in class javax.crypto.ExemptionMechanism
genExemptionBlob(byte[],int) - method in class javax.crypto.ExemptionMechanism
genKeyPair() - method in class java.security.KeyPairGenerator
Generates a new "DSA" KeyPair from the "GNU" security provider.
GEOMETRIC_SHAPES - static field in class java.lang.Character.UnicodeBlock
Geometric Shapes.
GEORGIAN - static field in class java.lang.Character.UnicodeBlock
Georgian.
geq(javax.management.ValueExp,javax.management.ValueExp) - static method in class javax.management.Query
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is greater than or equal to v2.
GERMAN - static field in class java.util.Locale
Locale which represents the German language.
GERMANY - static field in class java.util.Locale
Locale which represents Germany.
GET - static field in class javax.swing.text.html.FormSubmitEvent.MethodType
Indicates a form submit with HTTP method GET.
get() - method in class javax.naming.directory.Attribute
get() - method in class javax.naming.directory.BasicAttribute
get() - method in class java.nio.ByteBuffer
Reads the byte at this buffer's current position, and then increments the position.
get() - method in class java.nio.CharBuffer
Reads the char at this buffer's current position, and then increments the position.
get() - method in class java.nio.DoubleBuffer
Reads the double at this buffer's current position, and then increments the position.
get() - method in class java.nio.FloatBuffer
Reads the float at this buffer's current position, and then increments the position.
get() - method in class java.nio.IntBuffer
Reads the int at this buffer's current position, and then increments the position.
get() - method in class java.nio.LongBuffer
Reads the long at this buffer's current position, and then increments the position.
get() - method in class java.rmi.MarshalledObject
Constructs and returns a copy of the internal serialized object.
get() - method in class java.lang.ref.PhantomReference<T>
Returns the object, this reference refers to.
get() - method in class java.lang.ref.Reference<T>
Returns the object, this reference refers to.
get() - method in class java.nio.ShortBuffer
Reads the short at this buffer's current position, and then increments the position.
get() - method in class java.lang.ref.SoftReference<T>
Returns the object, this reference refers to.
get() - method in class java.lang.ThreadLocal<T>
Gets the value associated with the ThreadLocal object for the currently executing Thread.
get(byte[]) - method in class java.nio.ByteBuffer
This method transfers bytes from this buffer into the given destination array.
get(byte[],int,int) - method in class java.nio.ByteBuffer
This method transfers bytes from this buffer into the given destination array.
get(char[]) - method in class java.nio.CharBuffer
This method transfers chars from this buffer into the given destination array.
get(char[],int,int) - method in class java.nio.CharBuffer
This method transfers chars from this buffer into the given destination array.
get(Class) - method in class javax.print.attribute.AttributeSet
Returns the attribute object contained in this set for the given attribute category.
get(Class) - method in class javax.print.attribute.HashAttributeSet
Returns the attribute object contained in this set for the given attribute category.
get(double[]) - method in class java.nio.DoubleBuffer
This method transfers doubles from this buffer into the given destination array.
get(double[],int,int) - method in class java.nio.DoubleBuffer
This method transfers doubles from this buffer into the given destination array.
get(float[]) - method in class java.nio.FloatBuffer
This method transfers floats from this buffer into the given destination array.
get(float[],int,int) - method in class java.nio.FloatBuffer
This method transfers floats from this buffer into the given destination array.
get(int) - method in class java.util.AbstractList<E>
Returns the elements at the specified position in the list.
get(int) - method in class java.util.AbstractSequentialList<E>
Get the element at a given index in this list.
get(int) - method in class java.util.ArrayList<E>
Retrieves the element at the user-supplied index.
get(int) - method in class javax.naming.directory.Attribute
get(int) - method in class javax.naming.directory.BasicAttribute
get(int) - method in class java.util.BitSet
Returns true if the integer bitIndex is in this bit set, otherwise false.
get(int) - method in class java.nio.ByteBuffer
Absolute get method.
get(int) - method in class java.util.Calendar
Gets the value of the specified field.
get(int) - method in class java.nio.CharBuffer
Absolute get method.
get(int) - method in class javax.naming.CompositeName
get(int) - method in class javax.naming.CompoundName
get(int) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Retrieves the element at the user-supplied index.
get(int) - method in class javax.swing.DefaultListModel
Gets the list element at a particular index.
get(int) - method in class java.nio.DoubleBuffer
Absolute get method.
get(int) - method in class java.nio.FloatBuffer
Absolute get method.
get(int) - method in class java.nio.IntBuffer
Absolute get method.
get(int) - method in class java.util.LinkedList<T>
Return the element at index.
get(int) - method in class java.util.List<E>
Get the element at a given index in this list.
get(int) - method in class java.nio.LongBuffer
Absolute get method.
get(int) - method in class javax.naming.Name
Gets the component at the given index.
get(int) - method in class javax.naming.Reference
Get the address of this object at the given position.
get(int) - method in class java.nio.ShortBuffer
Absolute get method.
get(int) - method in class javax.sound.midi.Track
Get an event idetified by its order index
get(int) - method in class java.util.Vector<T>
Returns the element at position index.
get(int,int) - method in class java.util.BitSet
Returns a new BitSet composed of a range of bits from this one.
get(int[]) - method in class java.nio.IntBuffer
This method transfers ints from this buffer into the given destination array.
get(int[],int,int) - method in class java.nio.IntBuffer
This method transfers ints from this buffer into the given destination array.
get(java.lang.Object) - method in class java.util.AbstractMap<K,V>
Returns the value mapped by the given key.
get(java.lang.Object) - method in class javax.swing.ActionMap
Returns an action associated with an object.
get(java.lang.Object) - method in class java.util.jar.Attributes
Gets the value of a specified attribute name.
get(java.lang.Object) - method in class java.util.Dictionary<K,V>
Returns the value associated with the supplied key, or null if no such value exists.
get(java.lang.Object) - method in class java.beans.Encoder
Returns the replacement object which has been created by the encoder during the instantiation sequence or null if the object has not been processed yet.
get(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field.
get(java.lang.Object) - method in class java.util.HashMap<K,V>
Return the value in this HashMap associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class java.util.Hashtable<K,V>
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class java.util.IdentityHashMap<K,V>
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class java.util.LinkedHashMap<K,V>
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class java.util.Map<K,V>
Returns the value mapped by the given key.
get(java.lang.Object) - method in class java.security.Provider
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class java.awt.RenderingHints
Returns the value associated with the specified key, or null if there is no value defined for the key.
get(java.lang.Object) - method in class javax.management.openmbean.TabularDataSupport
Retrieves the value for the specified key by simply calling get((Object[]) key).
get(java.lang.Object) - method in class java.util.TreeMap<K,V>
Return the value in this TreeMap associated with the supplied key, or null if the key maps to nothing.
get(java.lang.Object) - method in class javax.swing.UIDefaults
Returns the entry for the specified key in the default locale.
get(java.lang.Object) - static method in class javax.swing.UIManager
Returns an object from the UIDefaults table for the current LookAndFeel.
get(java.lang.Object) - method in class java.util.WeakHashMap<K,V>
Gets the value the key is mapped to.
get(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of an array.
Returns the entry for the specified key in the Locale loc.
get(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns an object from the UIDefaults table for the current LookAndFeel.
get(java.lang.Object[]) - method in class javax.management.openmbean.TabularData
Retrieves the CompositeData value for the specified key, or null if no such mapping exists.
get(java.lang.Object[]) - method in class javax.management.openmbean.TabularDataSupport
Retrieves the CompositeData value for the specified key, or null if no such mapping exists.
get(java.lang.String) - method in class javax.accessibility.AccessibleRelationSet
Get the relation that matches the key.
get(java.lang.String) - method in class javax.naming.directory.Attributes
get(java.lang.String) - method in class javax.naming.directory.BasicAttributes
get(java.lang.String) - method in class javax.management.openmbean.CompositeData
Retrieves the value for the specified key.
get(java.lang.String) - method in class javax.management.openmbean.CompositeDataSupport
Retrieves the value for the specified key.
get(java.lang.String) - method in class javax.naming.Reference
Get the given type of address for this object.
Returns the value associated with the key in this preferences node.
get(java.lang.String,java.lang.String) - method in class java.util.prefs.Preferences
Returns the value associated with the key in this preferences node.
get(javax.swing.KeyStroke) - method in class javax.swing.InputMap
Returns the binding for the specified keystroke, if there is one.
get(long[]) - method in class java.nio.LongBuffer
This method transfers longs from this buffer into the given destination array.
get(long[],int,int) - method in class java.nio.LongBuffer
This method transfers longs from this buffer into the given destination array.
get(short[]) - method in class java.nio.ShortBuffer
This method transfers shorts from this buffer into the given destination array.
get(short[],int,int) - method in class java.nio.ShortBuffer
This method transfers shorts from this buffer into the given destination array.
get2DigitYearStart() - method in class java.text.SimpleDateFormat
Returns the start of the century used for two digit years.
get_any() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_any() - method in class org.omg.CORBA.DynAny
Retrieves the Any, stored inside this DynAny.
get_any() - method in class org.omg.DynamicAny.DynAnyOperations
This method is used when the wrapped Any contains an instance of another Any itself.
get_as_string() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
get_as_string() - method in class org.omg.DynamicAny.DynEnumOperations
Get the current enumeration value, as string.
get_as_ulong() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
get_as_ulong() - method in class org.omg.DynamicAny.DynEnumOperations
Get the current enumeration value, as int.
get_boolean() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_boolean() - method in class org.omg.CORBA.DynAny
Extract the boolean value that is expected to be stored in this DynAny.
get_boolean() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the boolean value that is expected to be stored in this DynAny.
get_boxed_value() - method in class org.omg.DynamicAny.DynValueBoxOperations
Get the return the content of the "box" as the Any.
get_boxed_value_as_dyn_any() - method in class org.omg.DynamicAny.DynValueBoxOperations
Get the return the content of the "box" as the DynAny.
get_char() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_char() - method in class org.omg.CORBA.DynAny
Extract the char value that is expected to be stored in this DynAny.
get_char() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the char value that is expected to be stored in this DynAny.
get_codebase(org.omg.CORBA.Object) - method in class org.omg.CORBA_2_3.portable.Delegate
Returns the codebase for the provided object reference.
get_compact_typecode() - method in class org.omg.CORBA.TypeCode
Returns a version of this instance without the optional memeber and member name fields.
get_current() - method in class org.omg.CORBA.ORB
This should return the information, related to the current thread.
get_default_context() - method in class org.omg.CORBA.ORB
Get the default context of this ORB.
get_discriminator() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_discriminator() - method in class org.omg.DynamicAny.DynUnionOperations
Get the value of discriminator, defining which content variant (member) is active.
get_domain_managers(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
Retrieve the domain managers for this object.
get_domain_policy(int) - method in class org.omg.CORBA.DomainManagerOperations
Get the policy of the specified type for the objects, belonging to this domain.
get_double() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_double() - method in class org.omg.CORBA.DynAny
Extract the double value that is expected to be stored in this DynAny.
get_double() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the double value that is expected to be stored in this DynAny.
get_dyn_any() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_dyn_any() - method in class org.omg.DynamicAny.DynAnyOperations
Return DynAny, wrapping the second (enclosed any) that is stored in the wrapped Any.
get_effective_component(int) - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the given component of the invocation target profile.
get_effective_components(int) - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the given components of the invocation target profile.
get_effective_policy(int) - method in class org.omg.PortableInterceptor.IORInfoOperations
Get the server side policy for an IOR being constructed.
get_elements() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynArray methods is not possible.
get_elements() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_elements() - method in class org.omg.CORBA.DynArray
Get the elements of the enclosed array.
get_elements() - method in class org.omg.DynamicAny.DynArrayOperations
Returns the array.
get_elements() - method in class org.omg.CORBA.DynSequence
Get the elements of the enclosed sequence.
get_elements() - method in class org.omg.DynamicAny.DynSequenceOperations
Returns the array, containing the sequence elements.
get_elements_as_dyn_any() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynArray methods is not possible.
get_elements_as_dyn_any() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_elements_as_dyn_any() - method in class org.omg.DynamicAny.DynArrayOperations
Returns the array.
get_elements_as_dyn_any() - method in class org.omg.DynamicAny.DynSequenceOperations
Returns the array, containing the sequence elements.
get_float() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_float() - method in class org.omg.CORBA.DynAny
Extract the float value that is expected to be stored in this DynAny.
get_float() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the float value that is expected to be stored in this DynAny.
get_id() - method in class org.omg.CORBA.portable.BoxedValueHelper
Get the repository id of this value type.
get_id() - method in class org.omg.CORBA.StringValueHelper
Returns the String Value repository Id.
get_id() - method in class org.omg.CORBA.WStringValueHelper
Returns the String Value repository Id.
get_interface_def(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
get_interface_def(org.omg.PortableServer.Servant) - method in class org.omg.PortableServer.portable.Delegate
Get the interface repository defintion InterfaceDef for this Object.
get_length() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_length() - method in class org.omg.DynamicAny.DynSequenceOperations
Get the length of the sequence.
get_long() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_long() - method in class org.omg.CORBA.DynAny
Extract the int (CORBA long) value that is expected to be stored in this DynAny.
get_long() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the int (CORBA long) value that is expected to be stored in this DynAny.
get_longlong() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_longlong() - method in class org.omg.CORBA.DynAny
Extract the long (CORBA long long) value that is expected to be stored in this DynAny.
get_longlong() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the long (CORBA long long) value that is expected to be stored in this DynAny.
get_members() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_members() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_members() - method in class org.omg.CORBA.DynStruct
Get all fields of the structure in the array of the named values, holding name, repository id and value of the associated field.
get_members() - method in class org.omg.DynamicAny.DynStructOperations
Return array, describing describing the name and the value of each member in the structure.
get_members() - method in class org.omg.CORBA.DynValue
Get all members of the enclosed value type object.
get_members() - method in class org.omg.DynamicAny.DynValueOperations
Get all members as an array of the named Any's.
get_members_as_dyn_any() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_members_as_dyn_any() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_members_as_dyn_any() - method in class org.omg.DynamicAny.DynStructOperations
Return array, describing describing the name and the value of each member in the structure.
get_members_as_dyn_any() - method in class org.omg.DynamicAny.DynValueOperations
Get all members as an array of the named DynAny's.
get_next_response() - method in class org.omg.CORBA.ORB
Get the next instance with a response being received.
get_object_id() - method in class org.omg.PortableServer.CurrentOperations
Returns the Id of the object currently being served.
get_octet() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_octet() - method in class org.omg.CORBA.DynAny
Extract the byte (CORBA octet) value that is expected to be stored in this DynAny.
get_octet() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the byte (CORBA octet) value that is expected to be stored in this DynAny.
get_POA() - method in class org.omg.PortableServer.CurrentOperations
Returns POA to that the object currently being served is connected.
get_policy(org.omg.CORBA.Object,int) - method in class org.omg.CORBA.portable.Delegate
Returns the Policy, applying to this object.
get_primitive_tc(org.omg.CORBA.TCKind) - method in class org.omg.CORBA.ORB
Return thg typecode, representing the given primitive object type.
get_reference() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_reference() - method in class org.omg.CORBA.DynAny
Extract the CORBA object reference that is expected to be stored in this DynAny.
get_reference() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the CORBA object reference that is expected to be stored in this DynAny.
get_reply_service_context(int) - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the service context with the given ctx_name that is associated with the reply.
get_request_policy(int) - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
This should return the policy of the given type that applies to this operation, but it is not implemented up till JDK 1.5 inclusive.
get_request_service_context(int) - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the service context with the given ctx_name that is associated with the request.
get_response() - method in class org.omg.CORBA.Request
Allow to access the response that has been previously sent using send_deferred().
get_servant() - method in class org.omg.PortableServer.POAOperations
Returns a default servant for this POA.
get_servant_manager() - method in class org.omg.PortableServer.POAOperations
Get the servant manager, associated with this POA.
get_server_policy(int) - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Return the policy of the given type that applies to this operation.
This should return the information about the CORBA facilities and services, available from this ORB.
get_short() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_short() - method in class org.omg.CORBA.DynAny
Extract the short value that is expected to be stored in this DynAny.
get_short() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the short value that is expected to be stored in this DynAny.
get_slot(int) - method in class org.omg.PortableInterceptor.CurrentOperations
Get data from the slot with the given slot_id.
get_slot(int) - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the data from the given slot of the PortableInterceptor.Current that is in the scope of the request.
get_state() - method in class org.omg.PortableServer.POAManagerOperations
Get the state of the POA manager.
get_string() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_string() - method in class org.omg.CORBA.DynAny
Extract the string value that is expected to be stored in this DynAny.
get_string() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the string value that is expected to be stored in this DynAny.
get_typecode() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_typecode() - method in class org.omg.CORBA.DynAny
Extract the TypeCode value that is expected to be stored in this DynAny.
get_typecode() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the TypeCode value that is expected to be stored in this DynAny.
get_ulong() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_ulong() - method in class org.omg.CORBA.DynAny
Extract the unsigned int (CORBA ulong) value that is expected to be stored in this DynAny.
get_ulong() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the unsigned int (CORBA ulong) value that is expected to be stored in this DynAny.
get_ulonglong() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_ulonglong() - method in class org.omg.CORBA.DynAny
Extract the unsingel long (CORBA unsigned long long )value that is expected to be stored in this DynAny.
get_ulonglong() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the unsingel long (CORBA unsigned long long )value that is expected to be stored in this DynAny.
get_ushort() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_ushort() - method in class org.omg.CORBA.DynAny
Extract the unsigned short value that is expected to be stored in this DynAny.
get_ushort() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the unsigned short value that is expected to be stored in this DynAny.
get_val() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_val() - method in class org.omg.CORBA.DynAny
Extract the value that is expected to be stored in this DynAny.
get_val() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the value that is expected to be stored in this DynAny.
get_value() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_value() - method in class org.omg.CORBA.DynFixed
Get the value of this DynFixed in the binary form.
get_value() - method in class org.omg.DynamicAny.DynFixedOperations
Get the value of the enclosed DynFixed, as string.
get_value_def(java.lang.String) - method in class org.omg.CORBA_2_3.ORB
Should return a defintion of the value type as described in the interface repository.
Search the values.
get_wchar() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_wchar() - method in class org.omg.CORBA.DynAny
Extract the wide (usually UTF-16) character value that is expected to be stored in this DynAny.
get_wchar() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the wide (usually UTF-16) character value that is expected to be stored in this DynAny.
get_wstring() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
get_wstring() - method in class org.omg.CORBA.DynAny
Extract the wide (usually UFT-16) string that is expected to be stored in this DynAny.
get_wstring() - method in class org.omg.DynamicAny.DynAnyOperations
Extract the wide (usually UFT-16) string that is expected to be stored in this DynAny.
getAbbr() - method in class org.w3c.dom.html2.HTMLTableCellElement
Abbreviation for header cells.
getAbsoluteFile() - method in class java.io.File
This method returns a File object representing the absolute path of this object.
getAbsolutePath() - method in class java.io.File
This method returns the path of this file as an absolute path name.
getAccelerationPriority() - method in class java.awt.Image
Returns the acceleration priority of the image.
getAccelerator() - method in class javax.swing.JMenuItem
Return accelerator for this menu item.
getAcceleratorForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the accelerator foreground color from the installed theme.
getAcceleratorForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the accelerator foreground color.
getAcceleratorSelectedForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the accelerator selected foreground color from the installed theme.
getAcceleratorSelectedForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the accelerator selected foreground color.
getAcceleratorString() - method in class javax.swing.plaf.metal.MetalToolTipUI
Returns a string representing the accelerator key (if there is one) for the component that the tool tip belongs to.
getAccept() - method in class org.w3c.dom.html2.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptAllFileFilter() - method in class javax.swing.JFileChooser
Returns the 'accept all' file filter from the UI delegate.
Returns the "accept all" file filter.
Returns a FileFilter that accepts every file.
Calls the FileChooserUI.getAcceptAllFileFilter(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the filter for the UI delegate from the primary look and feel.
getAcceptCharset() - method in class org.w3c.dom.html2.HTMLFormElement
List of character sets supported by the server.
getAcceptedIssuers() - method in class javax.net.ssl.X509TrustManager
Returns the list of trusted issuer certificates currently in use.
getAcceptorAddress() - method in class org.ietf.jgss.ChannelBinding
Returns the acceptor's address for this channel binding.
Returns the accessible action associated with this object.
getAccessibleAction() - method in class javax.accessibility.AccessibleContext
Get any supported accessible actions.
Get any supported accessible actions.
Returns an implementation of the AccessibleAction interface for this accessible object.
Returns an implementation of the AccessibleAction interface for this accessible object.
Returns the accessible action associated to this accessible object.
Get any supported accessible actions.
Get the AccessibleAction associated with this object.
getAccessibleActionAnchor(int) - method in class javax.accessibility.AccessibleHyperlink
Get the anchor appropriate for the link, or null if the index is out of bounds.
Returns an object that represents the link anchor.
Returns the number of accessible actions that are supported by this object.
getAccessibleActionCount() - method in class javax.accessibility.AccessibleAction
Get the number possible actions for this object, with the zeroth representing the default action.
getAccessibleActionCount() - method in class javax.accessibility.AccessibleHyperlink
Get the number possible actions for this object, starting from 0.
Returns the number of actions associated with this accessible object.
Returns the number of actions associated with this accessible object.
Returns the number of accessible actions that can be performed by this object.
Returns the number of AccessibleActions in this link object.
Returns the number of actions for this object.
Returns the number of accessible actions available in this tree node.
Returns a description for the action with the specified index or null if such action does not exist.
getAccessibleActionDescription(int) - method in class javax.accessibility.AccessibleAction
Get a description for the specified action.
getAccessibleActionDescription(int) - method in class javax.accessibility.AccessibleHyperlink
Get the anchor text of the link, or null if the index is out of bounds.
Returns a description of the action with the supplied id.
Returns a description of the action with the supplied id.
Returns the description of the specified action.
Returns the description of the action at action index i.
Returns the description of the i-th action.
Return a description of the specified action of the tree node.
getAccessibleActionObject(int) - method in class javax.accessibility.AccessibleHyperlink
Get the link location, or null if the index is out of bounds.
Returns an URL object, that represents the action at action index i.
getAccessibleAt(int,int) - method in class javax.accessibility.AccessibleTable
Return the cell at the specified row and column, or null if out of bounds.
Returns the accessible child (table cell) at the specified row and column.
Returns the Accessible child of the specified component which appears at the supplied Point.
getAccessibleAt(java.awt.Point) - method in class javax.accessibility.AccessibleComponent
If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
Returns the Accessible child at a point relative to the coordinate system of this component, if one exists, or null.
Return the accessible child located at point (in the parent's coordinates), if one exists.
Returns the accessible child at the visual location p (relative to the upper left corner of the JList).
Returns null because list children do not have children themselves
Returns the accessible child component at the specified coordinates.
Table cells have no children, so we return null here.
If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
Returns the Accessible child, if one exists, contained at the local coordinate Point.
Returns the Accessible child, if one exists, contained at the local coordinate Point.
Returns the Accessible child of this component present at the specified point.
getAccessibleCaption() - method in class javax.accessibility.AccessibleTable
Return the caption for the table, or null if unknown.
getAccessibleCaption() - method in class javax.swing.JTable.AccessibleJTable
Returns the caption of the table.
getAccessibleChild(int) - method in class javax.accessibility.AccessibleContext
Returns the specified accessible chile.
Returns the ith accessible child.
Return the nth accessible child of the containing accessible object.
Returns the accessible child at index i, which is null in this case because an ImageIcon has no children.
Returns the number of accessible children of this object.
Returns the accessible child component at index i.
getAccessibleChild(int) - method in class javax.swing.JList.AccessibleJList
Returns the n-th accessible child of this JList.
Returns null since list children don't have children themselves.
getAccessibleChild(int) - method in class javax.swing.JMenu.AccessibleJMenu
Returns the accessible child with the specified index.
Returns the accessible child component at the specified index.
getAccessibleChild(int) - method in class javax.swing.JTable.AccessibleJTable
Returns the accessible child at the given index.
Returns the accessible child at index i.
Returns the accessible child component at index i.
Returns null as the header entry has no accessible children.
getAccessibleChild(int) - method in class javax.swing.JTree.AccessibleJTree
Return the nth Accessible child of the object.
Return the specified Accessible child of the object.
Returns the specified accessible chile.
Returns the Accessible child at the supplied index within the list of children of this component.
getAccessibleChild(java.awt.Component,int) - static method in class javax.swing.SwingUtilities
Returns the Accessible child of the specified component that has the supplied index within the parent component.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the accessible child with the specified index.
Returns the specified accessible child of the component.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiButtonUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiColorChooserUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiComboBoxUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiDesktopIconUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiFileChooserUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiInternalFrameUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiLabelUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiListUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiMenuBarUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiMenuBarUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiMenuItemUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiMenuItemUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiOptionPaneUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiPanelUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiPopupMenuUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiProgressBarUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiRootPaneUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiRootPaneUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiScrollBarUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiScrollBarUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiScrollPaneUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiSeparatorUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiSeparatorUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiSliderUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiSpinnerUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiSpinnerUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiSplitPaneUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the child for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiTableHeaderUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiTableUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiTextUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiToolBarUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiToolBarUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiToolTipUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiToolTipUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiTreeUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChild(javax.swing.JComponent,int) - method in class javax.swing.plaf.multi.MultiViewportUI
Calls the ComponentUI.getAccessibleChild(JComponent,int) method for all the UI delegates managed by this MultiViewportUI, returning the child for the UI delegate from the primary look and feel.
getAccessibleChildrenCount() - method in class javax.accessibility.AccessibleContext
Returns the number of accessible children of this object.
Returns the number of children of this component which implement Accessible.
Return the number of accessible children of the containing accessible object (at most the total number of its children).
Returns the number of accessible children of this component, which is 0, because an ImageIcon has no children.
Returns the number of accessible children of this object.
Returns the number of accessible children of this object.
Returns the number of accessible children in the JList.
Returns 0 since list children don't have children themselves.
Returns the number of accessible children of this object.
Returns the number of accessible child components of the JTabbedPane.
Returns the number of children of this object.
Returns the number of accessible children of this object.
Returns the number of accessible children, zero in this case.
Returns the number of top-level children nodes of this JTree.
Returns the number of accessible children in the object.
Returns the number of accessible children of this object.
Returns the number of children of this component which implement the Accessible interface.
Returns the number of Accessible children within the supplied component.
Returns the number of accessible children of the combobox.
Counts the number of accessible children in the component.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiButtonUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiColorChooserUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiComboBoxUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiDesktopIconUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiFileChooserUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiInternalFrameUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiLabelUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiListUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiMenuBarUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiMenuItemUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiOptionPaneUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiPanelUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiPopupMenuUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiProgressBarUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiRootPaneUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiScrollBarUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiScrollPaneUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiSeparatorUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiSliderUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiSpinnerUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiSplitPaneUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiTableHeaderUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiTableUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiTextUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiToolBarUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiToolTipUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleChildrenCount(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiTreeUI, returning the count for the UI delegate from the primary look and feel.
Calls the ComponentUI.getAccessibleChildrenCount(JComponent) method for all the UI delegates managed by this MultiViewportUI, returning the count for the UI delegate from the primary look and feel.
getAccessibleColumn(int) - method in class javax.accessibility.AccessibleExtendedTable
Returns the column number of an index in the table.
Returns the column number of an accessible child (cell) with the specified index.
Returns the accessible column at the specified index.
getAccessibleColumnCount() - method in class javax.accessibility.AccessibleTable
Return the number of columns in the table.
Returns the number of columns in the table.
getAccessibleColumnDescription(int) - method in class javax.accessibility.AccessibleTable
Return the description of a column, or null if there is none or the index is out of bounds.
Returns the accessible description for the column with the specified index, or null if no description has been set.
getAccessibleColumnExtentAt(int,int) - method in class javax.accessibility.AccessibleTable
Returns the number of merged columns occupied at the specified row and column, or 0 if out of bounds.
Returns the number of columns that the specified cell occupies.
getAccessibleColumnHeader() - method in class javax.accessibility.AccessibleTable
Return the column headers as a table.
Returns the column header.
getAccessibleComponent() - method in class javax.accessibility.AccessibleContext
Get any supported accessible component.
Returns this, since it is an accessible component.
Returns the accessible component for this header entry.
Get the AccessibleComponent associated with this object.
Retrieves the AccessibleComponent associated with this accessible context and its component.
getAccessibleContext() - method in class javax.accessibility.Accessible
If a component supports the Accessibility API then this method should not return null.
getAccessibleContext() - method in class java.applet.Applet
Gets the AccessibleContext associated with this applet, creating one if necessary.
getAccessibleContext() - method in class javax.swing.Box
If a component supports the Accessibility API then this method should not return null.
getAccessibleContext() - method in class javax.swing.Box.Filler
If a component supports the Accessibility API then this method should not return null.
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 javax.swing.CellRendererPane
getAccessibleContext TODO
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
Returns the accessibility framework context of this class.
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 javax.swing.text.html.HTMLEditorKit
Gets the AccessibleContext associated with this.
getAccessibleContext() - method in class javax.swing.ImageIcon
Returns the object that provides accessibility features for this ImageIcon instance.
getAccessibleContext() - method in class javax.swing.JApplet
getAccessibleContext() - method in class javax.swing.JButton
Returns the object that provides accessibility features for this JButton component.
getAccessibleContext() - method in class javax.swing.JCheckBox
Returns the accessible context for this JCheckBox.
getAccessibleContext() - method in class javax.swing.JCheckBoxMenuItem
Returns the object that provides accessibility features for this JCheckBoxMenuItem component.
getAccessibleContext() - method in class javax.swing.JColorChooser
getAccessibleContext
getAccessibleContext() - method in class javax.swing.JComboBox
Returns the object that provides accessibility features for this JComboBox component.
getAccessibleContext() - method in class javax.swing.JComponent
Get the value of the accessibleContext property for this component.
getAccessibleContext() - method in class javax.swing.JDesktopPane
Returns the object that provides accessibility features for this JDesktopPane component.
getAccessibleContext() - method in class javax.swing.JDialog
DOCUMENT ME!
getAccessibleContext() - method in class javax.swing.JEditorPane
Returns the accessible context associated with this editor pane.
getAccessibleContext() - method in class javax.swing.JFileChooser
Returns the object that provides accessibility features for this JFileChooser component.
getAccessibleContext() - method in class javax.swing.JFrame
Returns the object that provides accessibility features for this JFrame.
getAccessibleContext() - method in class javax.swing.JInternalFrame
Returns the object that provides accessibility features for this JInternalFrame component.
Returns the object that provides accessibility features for this JDesktopIcon component.
getAccessibleContext() - method in class javax.swing.JLabel
Returns the object that provides accessibility features for this JLabel component.
getAccessibleContext() - method in class javax.swing.JLayeredPane
Returns the accessible context for this JLayeredPane.
getAccessibleContext() - method in class javax.swing.JList
If a component supports the Accessibility API then this method should not return null.
Returns the accessible context of this object.
getAccessibleContext() - method in class javax.swing.JMenu
If a component supports the Accessibility API then this method should not return null.
getAccessibleContext() - method in class javax.swing.JMenuBar
Get the value of the accessibleContext property for this component.
getAccessibleContext() - method in class javax.swing.JMenuItem
Returns the object that provides accessibility features for this JMenuItem component.
getAccessibleContext() - method in class javax.swing.JOptionPane
Returns the object that provides accessibility features for this JOptionPane component.
getAccessibleContext() - method in class javax.swing.JPanel
Returns the object that provides accessibility features for this JPanel component.
getAccessibleContext() - method in class javax.swing.JPasswordField
getAccessibleContext
getAccessibleContext() - method in class javax.swing.JPopupMenu
DOCUMENT ME!
getAccessibleContext() - method in class javax.swing.JProgressBar
Returns the object that provides accessibility features for this JProgressBar component.
getAccessibleContext() - method in class javax.swing.JRadioButton
Returns the accessible context for this JRadioButton, in the form of an instance of AccessibleJRadioButton.
getAccessibleContext() - method in class javax.swing.JRadioButtonMenuItem
Returns the object that provides accessibility features for this JRadioButtonMenuItem component.
getAccessibleContext() - method in class javax.swing.JRootPane
Returns the accessible context for this JRootPane.
getAccessibleContext() - method in class javax.swing.JScrollBar
Returns the object that provides accessibility features for this JScrollBar component.
getAccessibleContext() - method in class javax.swing.JScrollPane
Returns the accessible context associated with this JScrollPane.
getAccessibleContext() - method in class javax.swing.JSeparator
Returns the object that provides accessibility features for this JSeparator component.
getAccessibleContext() - method in class javax.swing.JSlider
Returns the object that provides accessibility features for this JSlider component.
getAccessibleContext() - method in class javax.swing.JSplitPane
Returns the object that provides accessibility features for this JSplitPane component.
getAccessibleContext() - method in class javax.swing.JTabbedPane
Returns the object that provides accessibility features for this JTabbedPane component.
getAccessibleContext() - method in class javax.swing.JTable
Get the value of the JComponent.accessibleContext property.
Returns the accessible context of this table cell.
getAccessibleContext() - method in class javax.swing.table.JTableHeader
Get the value of the JComponent.accessibleContext property.
Returns the accessible context for this header entry.
getAccessibleContext() - method in class javax.swing.JTextArea
Returns the accessible context associated with the JTextArea.
getAccessibleContext() - method in class javax.swing.text.JTextComponent
Get the AccessibleContext of this object.
getAccessibleContext() - method in class javax.swing.JTextField
Returns the accessible context associated with the JTextField.
getAccessibleContext() - method in class javax.swing.JToggleButton
Gets the AccessibleContext associated with this JToggleButton.
getAccessibleContext() - method in class javax.swing.JToolBar
Returns the object that provides accessibility features for this JToolBar component.
getAccessibleContext() - method in class javax.swing.JToolTip
Returns the object that provides accessibility features for this JToolTip component.
getAccessibleContext() - method in class javax.swing.JTree
Gets the AccessibleContext associated with this JTree.
Get the AccessibleContext associated with this tree node.
getAccessibleContext() - method in class javax.swing.JViewport
Returns the accessible context for this JViewport.
getAccessibleContext() - method in class javax.swing.JWindow
If a component supports the Accessibility API then this method should not return null.
getAccessibleContext() - method in class java.awt.Label
Gets the AccessibleContext associated with this Label.
getAccessibleContext() - method in class java.awt.List
Gets the AccessibleContext associated with this List.
If a component supports the Accessibility API then this method should not return null.
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, creating one if necessary.
getAccessibleContext() - method in class java.awt.PopupMenu
Gets the AccessibleContext associated with this PopupMenu.
getAccessibleContext() - method in class javax.swing.ProgressMonitor
Gets the accessible context.
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
Gets 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 TextComponent.
getAccessibleContext() - method in class java.awt.Window
Gets the AccessibleContext associated with this Window.
getAccessibleDescription() - method in class javax.accessibility.AccessibleContext
Get the localized description of the object.
Returns a brief description of this accessible context.
Returns the localized description of this object.
Returns a description of this AccessibleJEditorPane.
Returns the accessible description.
Returns a description for the accessible component.
Get the accessible description of this object.
Returns the accessible name for this menu component.
getAccessibleEditableText() - method in class javax.accessibility.AccessibleContext
Get any supported accessible editable text.
Retrieve an AccessibleEditableText object that controls this text component.
Returns the accessible icons of this object.
getAccessibleIcon() - method in class javax.accessibility.AccessibleContext
Get all supported accessible icons.
getAccessibleIconDescription() - method in class javax.accessibility.AccessibleIcon
Returns a textual description of the icon and its purpose.
Returns the accessible icon description.
getAccessibleIconHeight() - method in class javax.accessibility.AccessibleIcon
Get the icon height.
Returns the icon height.
getAccessibleIconWidth() - method in class javax.accessibility.AccessibleIcon
Get the icon width.
Returns the icon width.
getAccessibleIndex(int,int) - method in class javax.accessibility.AccessibleExtendedTable
Returns the cell number for a row-major address from (0,0).
Returns the index of the accessible child at the specified row and column.
Returns the accessible child index at the specified column and row.
getAccessibleIndexInParent() - method in class javax.accessibility.AccessibleContext
Gets the index of this object within its accessible parent.
Returns the index of this component in its accessible parent.
Returns the index of this object in its accessible parent.
Returns the index of this list child within it's parent list.
Returns the index of this cell in the parent object.
Returns the index of this header entry.
Get the index of this object in its accessible parent.
Get the index of this object in its accessible parent.
Returns the index of this component in its accessible parent.
Retrieves the index of this component within its parent.
Returns the zero-based index of the specified component within its parent.
getAccessibleKeyBinding() - method in class javax.accessibility.AccessibleExtendedComponent
Returns the accessible key bindings for this component.
Returns the keybindings associated with this accessible component or null if the component does not support key bindings.
getAccessibleKeyBinding(int) - method in class javax.accessibility.AccessibleKeyBinding
Return the numbered key binding, which can then be cast in an implementation dependent way to the appropriate object type.
getAccessibleKeyBindingCount() - method in class javax.accessibility.AccessibleKeyBinding
Returns the count of key bindings for this object.
Returns the accessible name for the button.
getAccessibleName() - method in class javax.accessibility.AccessibleContext
Get the localized name of the object.
Returns the accessible name of this component.
Returns the accessible name of this component.
Returns the localized name for this object.
Returns the frame title.
getAccessibleName() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the accessible name.
Returns the accessible name.
Get the accessible name of this object.
Returns the accessible name for the label.
Returns the accessible name of this component.
getAccessibleParent() - method in class javax.accessibility.AccessibleContext
Return the accessible parent of this object.
Returns the parent of this component, if it is accessible.
Returns the accessible parent of this object.
Get the Accessible parent of this object.
Returns the Accessible parent of this component.
Returns the accessible relations of this AccessibleAbstractButton.
getAccessibleRelationSet() - method in class javax.accessibility.AccessibleContext
Get any supported accessible relation set.
getAccessibleRole() - method in class javax.accessibility.AccessibleContext
Gets the role of this object.
getAccessibleRole() - method in class java.applet.Applet.AccessibleApplet
Get the role of this accessible object, a frame.
getAccessibleRole() - method in class javax.swing.Box.AccessibleBox
Gets the role of this object.
Gets the role of this object.
Returns the role of this component.
Returns the accessible role for the canvas.
getAccessibleRole
Returns the role of this accessible object.
Returns the role of this accessible object.
Returns the role of this component.
Gets the role of this object.
Gets the role of this object.
Returns the accessible role for the ImageIcon.
getAccessibleRole() - method in class javax.swing.JButton.AccessibleJButton
Returns the accessible role that this component represents.
Returns the accessble role of JCheckBox, AccessibleRole.CHECK_BOX.
Returns the accessible role for the JCheckBoxMenuItem component.
getAccessibleRole
Returns the accessible role for the JComboBox component.
Returns the accessible role of this component.
Returns the accessible role for the JSlider component.
Returns the accessible role for the JFileChooser component.
Returns the accessible role for the JInternalFrame component.
Returns the accessible role for the JDesktopIcon component.
getAccessibleRole() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the accessible role for the JLabel component.
Returns the accessble role of JLayeredPane, AccessibleRole.LAYERED_PANE.
getAccessibleRole() - method in class javax.swing.JList.AccessibleJList
Returns the accessible role for JList, AccessibleRole.LIST.
Returns the accessible role of this list item, which is AccessibleRole.LABEL.
getAccessibleRole() - method in class javax.swing.JMenu.AccessibleJMenu
Returns the accessible role of this object, which is AccessibleRole.MENU for the AccessibleJMenu.
getAccessibleRole() - method in class javax.swing.JMenuBar.AccessibleJMenuBar
Returns the accessible role of JMenuBar, which is AccessibleRole.MENU_BAR.
Returns the accessible role for the JMenuItem component.
Returns the accessible role of this object, which is always AccessibleRole.OPTION_PANE.
getAccessibleRole() - method in class javax.swing.JPanel.AccessibleJPanel
Returns the accessible role for JPanel, which is AccessibleRole.PANEL.
getAccessibleRole
Returns the accessible role of this component.
Returns the accessible role for the JProgressBar component.
Returns the accessible role for the toggle button.
Returns the accessible role for the JRadioButtonMenuItem component.
DOCUMENT ME!
Returns the accessible role for the JScrollBar component.
Returns the accessible role for the JSeparator component.
getAccessibleRole() - method in class javax.swing.JSlider.AccessibleJSlider
Returns the accessible role for the JSlider component.
Returns the accessible role for the JSplitPane component.
Returns the accessible role of the JTabbedPane, which is AccessibleRole.PAGE_TAB_LIST.
getAccessibleRole() - method in class javax.swing.JTable.AccessibleJTable
Returns the accessible role for the JTable component.
Returns the accessible row for the table cell.
getAccessibleRole() - method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
Returns the accessible role of this component.
Returns the accessible role for the header entry.
Retrieve the accessible role of this component.
Returns the accessible role for the toggle button.
getAccessibleRole() - method in class javax.swing.JToolBar.AccessibleJToolBar
Returns the accessible role for the JToolBar component.
getAccessibleRole() - method in class javax.swing.JToolTip.AccessibleJToolTip
Returns the accessible role for the JToolTip component.
getAccessibleRole() - method in class javax.swing.JTree.AccessibleJTree
Get the role of this object.
Get the role of this object.
Returns the accessible role of JViewport, which is AccessibleRole.VIEWPORT.
Returns the accessible role for the label.
getAccessibleRole() - method in class java.awt.List.AccessibleAWTList
Gets the role of this object.
Returns the role of this component.
getAccessibleRole() - method in class java.awt.Menu.AccessibleAWTMenu
Returns the accessible role relating to the menu bar.
Returns the accessible role of this component.
Get the role of this accessible object, a panel.
Returns the role of this accessible object.
Gets the role of this object.
Gets the role of this object.
getAccessibleRow(int) - method in class 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 accessible child (cell) with the specified index.
Returns the accessible row at the specified index.
getAccessibleRowCount() - method in class javax.accessibility.AccessibleTable
Return the number of rows in the table.
getAccessibleRowCount() - method in class javax.swing.JTable.AccessibleJTable
Returns the number of rows in the table.
getAccessibleRowDescription(int) - method in class javax.accessibility.AccessibleTable
Return the description of a row, or null if there is none or the index is out of bounds.
Returns the accessible description for the row with the specified index, or null if no description has been set.
getAccessibleRowExtentAt(int,int) - method in class javax.accessibility.AccessibleTable
Returns the number of merged rows occupied at the specified row and column, or 0 if out of bounds.
Returns the number of rows that the specified cell occupies.
getAccessibleRowHeader() - method in class javax.accessibility.AccessibleTable
Return the row headers as a table.
Returns the accessible row header.
getAccessibleSelection() - method in class javax.accessibility.AccessibleContext
Get any supported accessible selection.
Returns the AccessibleSelection object associated with this object.
getAccessibleSelection() - method in class javax.swing.JMenu.AccessibleJMenu
Returns the accessible selection of this object.
Returns the AccessibleSelection for this object.
Returns the current selection state of the JTabbedPane as AccessibleSelection object.
Get any supported accessible selection.
getAccessibleSelection() - method in class javax.swing.JTree.AccessibleJTree
Get the AccessibleSelection associated with this object.
Get the AccessibleSelection associated with this object if one exists.
Get any supported accessible selection.
Retrieves the AccessibleSelection associated with this accessible context and its component.
getAccessibleSelection(int) - method in class javax.accessibility.AccessibleSelection
Returns the i-th selected child (not necessarily the overall i-th child) of this Accessible object.
Returns the accessible selection from this AccssibleJComboBox.
Returns the n-th selected accessible child.
Returns the selected accessible child with the specified index.
Returns the selected with index i menu, or null if the specified menu is not selected.
Returns the selected tab, or null if there is no selection.
Returns the selected accessible object with the specified index i.
Returns an Accessible representing the specified selected item in the object.
Returns an Accessible representing the specified selected item in the object.
Retrieves the Accessible selected child at the specified index.
getAccessibleSelectionCount() - method in class javax.accessibility.AccessibleSelection
Returns the number of currently selected Accessible children, which may be 0 if nothing is selected.
Returns the number of selected accessible children of this object.
Returns the number of selected accessible children.
Returns the number of selected accessible children.
Returns the number of selected items in the menu bar.
Returns the number of selected child components of the JTabbedPane.
Returns the number of selected items in this table.
Returns the number of items currently selected.
Returns the number of items currently selected.
Returns a count of the number of Accessible children of this component which are currently selected.
Returns the accessible state set of this object.
getAccessibleStateSet() - method in class javax.accessibility.AccessibleContext
Gets the state set of this object.
getAccessibleStateSet() - method in class java.applet.Applet.AccessibleApplet
Get the state set of this accessible object.
Returns the state set of this accessible object.
Returns a state set describing this component's state.
Gets the state set of this object.
Gets the state set of this object.
Returns the accessible state for the ImageIcon.
Returns the accessible state set of this component.
Returns the accessible state of this AccessibleJEditorPane.
getAccessibleStateSet() - method in class javax.swing.JList.AccessibleJList
Return the state set of the JList.
Returns the accessible state set of this list item.
Returns the state of this AccessibleJMenuBar.
Returns a set containing the current state of the JProgressBar component.
Returns a set containing the current state of the JScrollBar component.
Returns a set containing the current state of the JSlider component.
Returns a set containing the current state of the JSplitPane component.
Returns the accessible state set of this accessible table cell.
Gets the state set of this object.
Returns the accessible state of this AccessibleJTextArea.
Retreive the accessible state set of this component.
Returns the accessible state of this AccessibleJTextField.
Returns a set containing the current state of the JToolBar component.
Get the state set of this object.
Gets the state set of this object.
Returns a state set describing this component's state.
Retrieves the current state of this component in an accessible form.
Returns the state set of this accessible object.
Gets the state set of this object.
Returns a state set describing this component's state.
Gets the state set of this object.
getAccessibleStateSet(java.awt.Component) - static method in class javax.swing.SwingUtilities
Returns a set of AccessibleStates, which represent the state of the supplied component.
getAccessibleSummary() - method in class javax.accessibility.AccessibleTable
Return the summary description of the table, or null if unknown.
getAccessibleSummary() - method in class javax.swing.JTable.AccessibleJTable
Returns the summary for the table.
getAccessibleTable() - method in class javax.accessibility.AccessibleContext
Get any supported accessible table.
getAccessibleTable() - method in class javax.swing.JTable.AccessibleJTable
Returns the accessible table.
Returns the accessible text for this AccessibleAbstractButton.
getAccessibleText() - method in class javax.accessibility.AccessibleContext
Get any supported accessible text.
Returns the accessible text of the JEditorPane.
Get any supported accessible text.
Retrieve an AccessibleText object that controls this text component.
Get the AccessibleText associated with this object if one exists.
Returns the accessible value of this AccessibleAbstractButton, which is always this.
getAccessibleValue() - method in class javax.accessibility.AccessibleContext
Get any supported accessible value.
Get any supported accessible value.
Returns an implementation of the AccessibleValue interface for this accessible object.
Returns an object that provides access to the current, minimum and maximum values for the JInternalFrame.
Returns an object that provides access to the current, minimum and maximum values for the JInternalFrame.JDesktopIcon.
Returns an object that provides access to the current, minimum and maximum values.
Returns an object that provides access to the current, minimum and maximum values.
getAccessibleValue() - method in class javax.swing.JSlider.AccessibleJSlider
Returns an object that provides access to the current, minimum and maximum values for the JSlider.
Returns an object that provides access to the current, minimum and maximum values for the JSplitPane.
Get any supported accessible value.
Get the AccessibleValue associated with this object if one exists.
Returns an implementation of the AccessibleValue interface for this accessible object.
getAccessKey() - method in class org.w3c.dom.html2.HTMLAnchorElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLAreaElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLButtonElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLInputElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLLabelElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLLegendElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLTextAreaElement
A single character access key to give access to the form control.
getAccessory() - method in class javax.swing.JFileChooser
Returns the accessory component for the file chooser.
getAccessoryPanel() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the optional accessory panel.
getACHuffmanTables() - method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
Retrieve the AC Huffman tables.
getACHuffmanTables() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Retrieve the AC Huffman tables.
getAction() - method in class javax.swing.AbstractButton
Get the value of the "action" property.
getAction() - method in class java.beans.EventHandler
Returns the action method name.
getAction() - method in class org.w3c.dom.html2.HTMLFormElement
Server-side form handler.
getAction() - method in class javax.swing.JComboBox
This method returns Action that is invoked when selected item is changed in the JComboBox.
getAction() - method in class javax.swing.JTextField
getAction(javax.swing.KeyStroke) - method in class javax.swing.text.Keymap
getActionCommand() - method in class javax.swing.AbstractButton
Returns the action command string for this button's model.

If the action command was set to null, the button's text (label) is returned instead.

getActionCommand() - method in class java.awt.event.ActionEvent
Returns the command string associated with this action.
getActionCommand() - method in class java.awt.Button
Returns the action command name for this button.
getActionCommand() - method in class javax.swing.ButtonModel
Returns the action command of the button.
getActionCommand() - method in class javax.swing.DefaultButtonModel
Returns the current value of the model's "actionCommand" property.
getActionCommand() - method in class javax.swing.JComboBox
Returns actionCommand associated with the ActionEvent fired by the JComboBox to its registered ActionListeners.
getActionCommand() - method in class java.awt.MenuItem
Returns the name of the action command in the action events generated by this menu item.
Get the ActionListener (typically an Action object) which is associated with a particular keystroke.
getActionListeners() - method in class javax.swing.AbstractButton
Returns all added ActionListener objects.
getActionListeners() - method in class java.awt.Button
Returns all added ActionListener objects.
getActionListeners() - method in class javax.swing.DefaultButtonModel
Returns all registered ActionListener objects.
getActionListeners() - method in class javax.swing.JComboBox
This method returns array of ActionListeners that are registered with this JComboBox.
getActionListeners() - method in class javax.swing.JFileChooser
Returns the action listeners registered with this file chooser.
getActionListeners() - method in class javax.swing.JTextField
Returns all registered ActionListener objects.
getActionListeners() - method in class java.awt.List
Returns all action listeners registered to this object.
getActionListeners() - method in class java.awt.MenuItem
getActionListeners() - method in class java.awt.TextField
Return all ActionListeners register to this TextField object as an array.
getActionListeners() - method in class javax.swing.Timer
Get the array of action listeners.
getActionMap() - method in class javax.swing.JComponent
getActionMap() - method in class javax.swing.plaf.metal.MetalFileChooserUI
getActions() - method in class java.security.AllPermission
This method returns the list of actions associated with this object.
getActions() - method in class java.security.BasicPermission
This method returns a list of the actions associated with this permission.
getActions() - method in class javax.swing.text.DefaultEditorKit
Returns the Actions supported by this EditorKit.
getActions() - method in class javax.swing.text.EditorKit
getActions() - method in class java.io.FilePermission
Get the actions this FilePermission supports.
getActions() - method in class javax.swing.text.html.HTMLEditorKit
Gets the action list.
getActions() - method in class javax.swing.text.InternationalFormatter
Returns the Actions that are supported by this Formatter.
getActions() - method in class javax.swing.JFormattedTextField
Gets the command list supplied by the UI augmented by the specific Actions for JFormattedTextField.
Returns a custom set of Actions that this formatter supports.
getActions() - method in class javax.swing.text.JTextComponent
Returns the set of available Actions this component's associated editor can run.
getActions() - method in class javax.swing.JTextField
Returns the set of Actions that are commands for the editor.
getActions() - method in class javax.management.MBeanPermission
Returns the list of actions in alphabetical order.
getActions() - method in class java.security.Permission
This method returns the list of actions for this Permission as a String.
getActions() - method in class javax.security.auth.PrivateCredentialPermission
Returns the actions this permission encompasses.
getActions() - method in class java.util.PropertyPermission
Returns the action string.
getActions() - method in class javax.security.auth.kerberos.ServicePermission
Return a string representing the actions.
getActions() - method in class java.net.SocketPermission
Returns the list of permission actions in this object in canonical order.
getActions() - method in class javax.swing.text.StyledEditorKit
Returns the Actions supported by this EditorKit.
getActions() - method in class java.security.UnresolvedPermission
This method returns the list of actions associated with this permission.
Get the activation descriptor for the object with the given activation id.
Get the group descriptor for the group with the given id.
getActiveWindow() - method in class java.awt.KeyboardFocusManager
Retrieve the active Window, or null if the active window was not set by a thread in the current ThreadGroup.
getActualMaximum(int) - method in class java.util.Calendar
Gets the actual maximum value that is allowed for the specified field.
getActualMaximum(int) - method in class java.util.GregorianCalendar
Gets the actual maximum value that is allowed for the specified field.
getActualMinimum(int) - method in class java.util.Calendar
Gets the actual minimum value that is allowed for the specified field.
getActualMinimum(int) - method in class java.util.GregorianCalendar
Gets the actual minimum value that is allowed for the specified field.
getActualTypeArguments() - method in class java.lang.reflect.ParameterizedType
Returns an array of Type objects, which gives the parameters of this type.
getAdditionalBeanInfo() - method in class java.beans.BeanInfo
Get additional BeanInfos representing this Bean.
getAdditionalBeanInfo() - method in class java.beans.SimpleBeanInfo
Tell the Introspector to go look for other BeanInfo itself.
getAdditionalHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
Returns the additional height for the icon.
getAdditionalHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
Returns the additional height for the icon.
getAdditionalHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
Returns the additional height for this icon, in this case 2 pixels.
getAdditionalHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
Returns the additional height for this icon, in this case 4 pixels.
getAddListenerMethod() - method in class java.beans.EventSetDescriptor
Returns the add listener method.
getAddress() - method in class java.net.DatagramPacket
Returns the address that this packet is being sent to or, if it was used to receive a packet, the address that is was received from.
getAddress() - method in class java.net.Inet4Address
Returns the address of the current instance
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 IP address of this object as a byte array.
getAddress() - method in class java.net.InetSocketAddress
Returns the InetAddress or null if its unresolved
getAdjustable() - method in class java.awt.event.AdjustmentEvent
This method returns the source of the event as an Adjustable.
getAdjustmentListeners() - method in class javax.swing.JScrollBar
This method returns an arry of all AdjustmentListeners listening to this scroll bar.
getAdjustmentListeners() - method in class java.awt.Scrollbar
Returns an array of all registered adjustment listeners.
getAdjustmentType() - method in class java.awt.event.AdjustmentEvent
Returns the type of the event, which will be one of UNIT_INCREMENT, UNIT_DECREMENT, BLOCK_INCREMENT, BLOCK_DECREMENT, or TRACK.
getAdler() - method in class java.util.zip.Deflater
Gets the current adler checksum of the data that was processed so far.
getAdler() - method in class java.util.zip.Inflater
Gets the adler checksum.
getAdvance() - method in class java.awt.font.GlyphMetrics
getAdvance() - method in class java.awt.font.GraphicAttribute
Gets the distance from the origin of its graphic to the right side of the bounds of its graphic.
getAdvance() - method in class java.awt.font.ImageGraphicAttribute
Returns distance from the origin to the right edge of the image of this.
getAdvance() - method in class java.awt.font.ShapeGraphicAttribute
Gets the distance from the origin of its Shape to the right side of the bounds of its Shape.
getAdvance() - method in class java.awt.font.TextLayout
getAdvanceBetween(int,int) - method in class java.awt.font.TextMeasurer
Returns the total advance between two positions in the paragraph.
getAdvanceX() - method in class java.awt.font.GlyphMetrics
getAdvanceY() - method in class java.awt.font.GlyphMetrics
Returns the character, word or sentence after the specified index.
getAfterIndex(int,int) - method in class javax.accessibility.AccessibleText
Returns the section of text after the index, or null if the index or part is invalid.
getAfterIndex(int,int) - method in class javax.swing.JLabel.AccessibleJLabel
Returns the character, word or sentence after the specified index.
Gets the text located after index. null is returned if the index or part is invalid.
getAlgName() - method in class javax.crypto.EncryptedPrivateKeyInfo
Return the name of the cipher used to encrypt this key.
getAlgorithm() - method in class java.security.AlgorithmParameterGenerator
getAlgorithm() - method in class java.security.AlgorithmParameters
getAlgorithm() - method in class java.security.cert.CertPathBuilder
Return the name of this CertPathBuilder algorithm.
getAlgorithm() - method in class java.security.cert.CertPathValidator
Return the name of this validator.
getAlgorithm() - method in class javax.crypto.Cipher
Get the name that this cipher instance was created with; this is equivalent to the "transformation" argument given to any of the getInstance() methods.
getAlgorithm() - method in class javax.security.auth.kerberos.KerberosKey
Return the name of the algorithm used to create this key.
getAlgorithm() - method in class java.security.Key
This method returns the name of the algorithm for this key.
getAlgorithm() - method in class javax.crypto.KeyAgreement
Return the name of this key-agreement algorithm.
getAlgorithm() - method in class java.security.KeyFactory
Returns the name of the algorithm used.
getAlgorithm() - method in class javax.crypto.KeyGenerator
Return the name of this key generator.
getAlgorithm() - method in class javax.net.ssl.KeyManagerFactory
Returns the name of this key manager factory algorithm.
getAlgorithm() - method in class java.security.KeyPairGenerator
Returns the name of the algorithm used.
getAlgorithm() - method in class javax.crypto.Mac
Returns the name of this MAC algorithm.
getAlgorithm() - method in class java.security.MessageDigest
Returns the name of message digest algorithm.
getAlgorithm() - method in class javax.crypto.SealedObject
Get the name of the algorithm used to seal this object.
getAlgorithm() - method in class javax.crypto.SecretKeyFactory
Get the algorithm name.
getAlgorithm() - method in class javax.crypto.spec.SecretKeySpec
Return the name of the algorithm associated with this secret key.
getAlgorithm() - method in class java.security.SecureRandom
Returns the algorithm name used or "unknown" when the algorithm used couldn't be determined (as when constructed by the protected 2 argument constructor).
getAlgorithm() - method in class java.security.Signature
Returns the name of the algorithm currently used.
getAlgorithm() - method in class java.security.SignedObject
Returns the name of the signature algorithm.
getAlgorithm() - method in class javax.net.ssl.TrustManagerFactory
Returns the name of this trust manager algorithm.
Returns the value associated to a designated property name for a given algorithm.
getAlgorithms(java.lang.String) - static method in class java.security.Security
For a given service (e.g.
getAlgParameters() - method in class javax.crypto.EncryptedPrivateKeyInfo
getAlias() - method in class javax.security.auth.x500.X500PrivateCredential
Returns the keystore alias of this credential, or null if not present.
getAlign() - method in class org.w3c.dom.html2.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLDivElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLHeadingElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLHRElement
Align the rule on the page.
getAlign() - method in class org.w3c.dom.html2.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLLegendElement
Text alignment relative to FIELDSET.
getAlign() - method in class org.w3c.dom.html2.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLParagraphElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLTableCaptionElement
Caption alignment with respect to the table.
getAlign() - method in class org.w3c.dom.html2.HTMLTableCellElement
Horizontal alignment of data in cell.
getAlign() - method in class org.w3c.dom.html2.HTMLTableColElement
Horizontal alignment of cell data in column.
getAlign() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
getAlign() - method in class org.w3c.dom.html2.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
getAlign() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Horizontal alignment of data in cells.
Calculates how much space is nessecary to place a set of components aligned according to their alignment value.
getAlignment() - method in class java.awt.FlowLayout
Returns the current justification value for this object.
getAlignment() - method in class java.awt.font.GraphicAttribute
Gets the alignment.
getAlignment() - method in class java.awt.Label
Returns the constant indicating the alignment of the text in this label.
getAlignment() - method in class javax.swing.text.TabStop
Returns the tab alignment.
getAlignment(int) - method in class javax.swing.text.html.BlockView
Gets the alignment.
getAlignment(int) - method in class javax.swing.text.BoxView
Returns the alignment for this box view for the specified axis.
getAlignment(int) - method in class javax.swing.text.ComponentView
Returns the alignment of this View along the specified axis.
getAlignment(int) - method in class javax.swing.text.GlyphView
Returns the alignment of this view along the specified axis.
getAlignment(int) - method in class javax.swing.text.IconView
Returns the alignment for this view.
getAlignment(int) - method in class javax.swing.text.html.ImageView
Get the image alignment.
getAlignment(int) - method in class javax.swing.text.html.ListView
Returns the alignment of this view along the specified axis.
getAlignment(int) - method in class javax.swing.text.ParagraphView
Returns the alignment for this paragraph view for the specified axis.
getAlignment(int) - method in class javax.swing.text.View
Returns the alignment of this view along the baseline of the parent view.
getAlignment(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the alignment specified in the given attributes, or ALIGN_LEFT if no alignment is specified.
getAlignmentX() - method in class java.awt.Component
Returns the preferred horizontal alignment of this component.
getAlignmentX() - method in class java.awt.Container
Returns the preferred alignment along the X axis.
getAlignmentX() - method in class javax.swing.JComponent
Get the value of the alignmentX property.
getAlignmentY() - method in class java.awt.Component
Returns the preferred vertical alignment of this component.
getAlignmentY() - method in class java.awt.Container
Returns the preferred alignment along the Y axis.
getAlignmentY() - method in class javax.swing.JComponent
Get the value of the alignmentY property.
getALink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
getAll() - method in class javax.naming.directory.Attribute
getAll() - method in class javax.naming.directory.BasicAttribute
getAll() - method in class javax.naming.directory.BasicAttributes
getAll() - method in class javax.naming.CompositeName
getAll() - method in class javax.naming.CompoundName
getAll() - method in class javax.naming.Name
Returns a non-null (but possibly empty) Enumeration of the components of the Name as Strings.
getAll() - method in class javax.naming.Reference
Get the enumeration over all defined addresses of the object.
getAll(java.lang.String[]) - method in class javax.management.openmbean.CompositeData
Returns the appropriate value for each key in the given array, using the same ordering.
getAll(java.lang.String[]) - method in class javax.management.openmbean.CompositeDataSupport
Returns the appropriate value for each key in the given array, using the same ordering.
Returns a list of all keys that are defined for the text range.
getAllAttributeKeys() - static method in class javax.swing.text.html.CSS
Returns an array of all CSS attributes.
getAllAttributeKeys() - static method in class javax.swing.text.html.HTML
Returns the set of the recognized HTML attributes.
getAllByName(java.lang.String) - static method in class java.net.InetAddress
Returns an array of InetAddress objects representing all the host/ip addresses of a given host, given the host's name.
getAllFonts() - method in class java.awt.GraphicsEnvironment
Returns an array of the one-point size fonts available in this environment.
getAllFrames() - method in class javax.swing.JDesktopPane
This method returns all JInternalFrames that are in the JDesktopPane.
getAllFramesInLayer(int) - method in class javax.swing.JDesktopPane
This method returns all the JInternalFrames in the given layer.
getAllLoadedClasses() - method in class java.lang.instrument.Instrumentation
Get all the classes loaded by the JVM.
getAllowsChildren() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns true if this AbstractElement allows children.
getAllowsChildren() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns true since BranchElements allow child elements.
getAllowsChildren() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns false since LeafElements cannot have children.
getAllowsChildren() - method in class javax.swing.tree.DefaultMutableTreeNode
getAllowsChildren
getAllowsChildren() - method in class javax.swing.tree.TreeNode
Returns true if this node allows children, and false otherwise.
getAllowsInvalid() - method in class javax.swing.text.DefaultFormatter
Returns whether or not invalid edits are allowed or not.
getAllowUserInteraction() - method in class java.net.URLConnection
Returns a boolean flag indicating whether or not user interaction is allowed for this connection.
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 class java.lang.management.ThreadMXBean
Returns all live thread identifiers at the time of initial execution.
getAlpha() - method in class java.awt.AlphaComposite
getAlpha() - method in class java.awt.Color
Returns the alpha value for this color, as an integer in the range 0-255.
getAlpha(int) - method in class java.awt.image.ColorModel
Extract alpha int sample from pixel value, scaled to [0, 255].
getAlpha(int) - method in class java.awt.image.ComponentColorModel
getAlpha(int) - method in class java.awt.image.DirectColorModel
Get the alpha component of the given pixel.
getAlpha(int) - method in class java.awt.image.IndexColorModel
Returns the alpha component of the color in the lookup table for the given pixel value.
getAlpha(java.lang.Object) - method in class java.awt.image.ColorModel
getAlpha(java.lang.Object) - method in class java.awt.image.ComponentColorModel
getAlpha(java.lang.Object) - method in class java.awt.image.DirectColorModel
getAlphaMask() - method in class java.awt.image.DirectColorModel
getAlphaRaster() - method in class java.awt.image.BufferedImage
Subclasses must override this method if it is possible for the color model to have an alpha channel.
Subclasses must override this method if it is possible for the color model to have an alpha channel.
getAlphas(byte[]) - method in class java.awt.image.IndexColorModel
Fills the supplied array with the alpha component of each color in the lookup table.
getAlt() - method in class org.w3c.dom.html2.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
getAltKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAltName() - method in class javax.naming.CannotProceedException
getAltNameCtx() - method in class javax.naming.CannotProceedException
getAltText() - method in class javax.swing.text.html.ImageView
Get the text that should be shown as the image replacement and also as the image tool tip text.
getAmountFull(java.awt.Insets,int,int) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the length of the bar (from the minimum) in pixels (or units that the Graphics object draws in) based on the progressBar's getPercentComplete() value.
getAmPmStrings() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying AM or PM.
getAncestor() - method in class javax.swing.event.AncestorEvent
Returns the ancestor of this event.
getAncestorListeners() - method in class javax.swing.JComponent
Return all registered AncestorListener objects.
Returns the least ancestor of comp which has the specified name.
Returns the least ancestor of comp which is an instance of the specified class.
getAncestorParent() - method in class javax.swing.event.AncestorEvent
Returns the ancester parent of this event.
getAnchorRect() - method in class java.awt.TexturePaint
Gets the shape anchor.
getAnchors() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the anchor (A) elements in a document with a value for the name attribute.
Gets the value of the anchorSelectionIndex property.
getAnchorSelectionIndex() - method in class javax.swing.JList
Returns the index of the anchor item in the current selection, or -1 if there is no anchor item.
getAnchorSelectionIndex() - method in class javax.swing.ListSelectionModel
Returns the index of the anchor item.
getAnchorSelectionPath() - method in class javax.swing.JTree
getAngleExtent() - method in class java.awt.geom.Arc2D
Get the extent angle of the arc in degrees.
getAngleExtent() - method in class java.awt.geom.Arc2D.Double
Return the extent of the arc, in degrees.
getAngleExtent() - method in class java.awt.geom.Arc2D.Float
Return the extent of the arc, in degrees.
getAngleStart() - method in class java.awt.geom.Arc2D
Get the starting angle of the arc in degrees.
getAngleStart() - method in class java.awt.geom.Arc2D.Double
Return the start angle of the arc, in degrees.
getAngleStart() - method in class java.awt.geom.Arc2D.Float
Return the start angle of the arc, in degrees.
getAnimationIndex() - method in class javax.swing.plaf.basic.BasicProgressBarUI
The current animation index.
getAnnotations() - method in class java.lang.reflect.AccessibleObject
Returns all annotations associated with the element.
getAnnotations() - method in class java.lang.reflect.AnnotatedElement
Returns all annotations associated with the element.
getAnnotations() - method in class java.lang.Class<T>
Returns all annotations associated with this class.
getAnnotations() - method in class java.lang.Package
Returns all annotations associated with this package.
getAnonymityState() - method in class org.ietf.jgss.GSSContext
Returns "true" if this is an anonymous context.
getAnonymousLogger() - static method in class java.util.logging.Logger
Creates a new, unnamed logger.
getAnonymousLogger(java.lang.String) - static method in class java.util.logging.Logger
Creates a new, unnamed logger.
getAppConfigurationEntry(java.lang.String) - method in class javax.security.auth.login.Configuration
getApplet(java.lang.String) - method in class java.applet.AppletContext
Returns the applet in the document for this object that has the specified name.
getAppletContext() - method in class java.applet.Applet
Returns the applet context for this applet.
getAppletContext() - method in class java.applet.AppletStub
Returns the applet context for this applet.
getAppletInfo() - method in class java.applet.Applet
Returns a descriptive string with applet defined information.
getApplets() - method in class java.applet.AppletContext
Returns a list of all the applets in the document for this object.
getApplets() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the OBJECT elements that include applets and APPLET (deprecated) elements in a document.
getApplicationBufferSize() - method in class javax.net.ssl.SSLSession
Returns the size of the largest application data buffer that can occur in this session.
getApplicationData() - method in class org.ietf.jgss.ChannelBinding
Returns application data being used as part of the ChannelBinding.
getApproveButton(javax.swing.JFileChooser) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the approve (open or save) button for the dialog.
getApproveButton(javax.swing.JFileChooser) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the approve button.
getApproveButtonMnemonic() - method in class javax.swing.JFileChooser
Returns the approve button mnemonic, or zero if no mnemonic has been set.
Returns the approve button mnemonic.
getApproveButtonText() - method in class javax.swing.JFileChooser
Returns the approve button text.
Returns the approve button text.
Determines which text is appropriate for the approve button according to the design guidelines of the implemented look and feel.
Calls the FileChooserUI.getApproveButtonText(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the text for the UI delegate from the primary look and feel.
getApproveButtonToolTipText() - method in class javax.swing.JFileChooser
Returns the tool tip text for the approve button.
Returns the tool tip text for the approve (open/save) button.
getApproveSelectionAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the action that handles events for the "approve" button.
getArch() - method in class java.lang.management.OperatingSystemMXBean
Returns the name of the underlying system architecture.
getArcHeight() - method in class java.awt.geom.RoundRectangle2D
Return the arc height of this round rectangle.
getArcHeight() - method in class java.awt.geom.RoundRectangle2D.Double
Return the arc height of this round rectangle.
getArcHeight() - method in class java.awt.geom.RoundRectangle2D.Float
getArchive() - method in class org.w3c.dom.html2.HTMLAppletElement
Comma-separated archive list.
getArchive() - method in class org.w3c.dom.html2.HTMLObjectElement
Space-separated list of archives.
getArcType() - method in class java.awt.geom.Arc2D
Return the closure type of the arc.
getArcWidth() - method in class java.awt.geom.RoundRectangle2D
Return the arc width of this round rectangle.
getArcWidth() - method in class java.awt.geom.RoundRectangle2D.Double
Return the arc width of this round rectangle.
getArcWidth() - method in class java.awt.geom.RoundRectangle2D.Float
getAreaOfInterest() - method in class java.awt.image.renderable.RenderContext
getAreas() - method in class org.w3c.dom.html2.HTMLMapElement
The list of areas defined for the image map.
Returns the type of the mismatched argument.
getArguments() - method in class java.beans.Statement
Return the statement arguments.
getArray() - method in class java.sql.Array
Returns the contents of this array.
getArray() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the actual content of the element.
getArray() - method in class javax.swing.text.GapContent
Returns the allocated buffer array.
getArray(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Array.
getArray(int) - method in class java.sql.ResultSet
This method returns the specified column value as an Array.
This method returns the value of the specified parameter as a Java Array.
getArray(java.lang.String) - method in class java.sql.ResultSet
This method returns the specified column value as an Array.
getArray(long,int) - method in class java.sql.Array
Returns a portion of this array starting at start into the array and continuing for count elements.
getArray(long,int,Map>) - method in class java.sql.Array
This method returns a portion of this array starting at start into the array and continuing for count elements.
getArray(Map>) - method in class java.sql.Array
Returns the contents of this array.
getArrayLength() - method in class javax.swing.text.GapContent
Returns the length of the allocated buffer array.
getAscent() - method in class java.awt.FontMetrics
Returns the ascent of the font, which is the distance from the base to the top of the majority of characters in the set.
getAscent() - method in class java.awt.font.GraphicAttribute
Gets the positive distance from the origin of its graphic to the top of bounds.
getAscent() - method in class java.awt.font.ImageGraphicAttribute
Returns the the distance from the top of the image to the origin of this.
getAscent() - method in class java.awt.font.LineMetrics
getAscent() - method in class java.awt.font.ShapeGraphicAttribute
Gets the positive distance from the origin of its Shape to the top of bounds.
getAscent() - method in class java.awt.font.TextLayout
Returns the ascent of the font that is used by this glyph painter.
getAsciiStream() - method in class java.sql.Clob
This method returns a byte stream that reads the contents of this Clob as a series of ASCII bytes.
getAsciiStream(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as an ASCII stream.
getAsciiStream(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as an ASCII stream.
getAspectRatio(int) - method in class javax.imageio.ImageReader
Returns the aspect ratio of this image, the ration of its width to its height.
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
getAsText() - method in class java.beans.PropertyEditor
Get the value of this property in String format.
getAsText() - method in class java.beans.PropertyEditorSupport
Gets the value as text.
getAsTree(java.lang.String) - method in class javax.imageio.metadata.IIOMetadata
getAsync() - method in class org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAsynchronousLoadPriority() - method in class javax.swing.text.AbstractDocument
Returns the asynchronous loading priority.
Returns the character, word or sentence at the specified index.
getAtIndex(int,int) - method in class javax.accessibility.AccessibleText
Returns the section of text at the index, or null if the index or part is invalid.
getAtIndex(int,int) - method in class javax.swing.JLabel.AccessibleJLabel
Returns the character, word or sentence at the specified index.
Gets the text located at index. null is returned if the index or part is invalid.
getAttrChange() - method in class org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute() - method in class javax.naming.directory.ModificationItem
Returns the attribute value with the specified key.
getAttribute(java.lang.Object) - method in class javax.swing.text.AttributeSet
Returns the attribute with the specified key or null if no such attribute is defined in this AttributeSet and its resolving parents.
getAttribute(java.lang.Object) - method in class javax.swing.text.SimpleAttributeSet
Returns the value of the specified attribute, or null if there is no attribute with that name.
getAttribute(java.lang.Object) - method in class javax.swing.text.StyleContext.NamedStyle
getAttribute(java.lang.String) - static method in class javax.swing.text.html.CSS
Returns an a given CSS attribute.
getAttribute(java.lang.String) - method in class javax.xml.parsers.DocumentBuilderFactory
Retrieves the named attribute value from the underlying implementation.
getAttribute(java.lang.String) - method in class javax.management.DynamicMBean
Obtains the value of the specified attribute of the management bean.
getAttribute(java.lang.String) - method in class javax.swing.text.html.parser.Element
Get the element attribute by name.
getAttribute(java.lang.String) - method in class org.w3c.dom.Element
Retrieves an attribute value by name.
getAttribute(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Retrieves an attribute value by name.
getAttribute(java.lang.String) - method in class javax.management.StandardMBean
Obtains the value of the specified attribute of the management bean.
getAttribute(java.lang.String) - method in class javax.xml.transform.TransformerFactory
Retrieve the specified named attribute value.
Returns the value of the specified attribute for the current character.
Returns the value of the attribute by calling the MBeanServer.getAttribute(ObjectName) method of the server returned by QueryEval.getMBeanServer().
Returns the value of the supplied attribute from the specified management bean.
Returns the value of the supplied attribute from the specified management bean.
getAttributeByName(javax.xml.namespace.QName) - method in class javax.xml.stream.events.StartElement
Returns an attribute by name.
getAttributeByValue(java.lang.String) - method in class javax.swing.text.html.parser.Element
Get the element attribute by its value.
getAttributeContext() - method in class javax.swing.text.AbstractDocument
Returns the AbstractDocument.AttributeContext used in this Document.
getAttributeCount() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the number of defined attributes in this element.
getAttributeCount() - method in class javax.swing.text.AttributeSet
Returns the number of attributes that are stored locally in this AttributeSet.
getAttributeCount() - method in class javax.xml.stream.util.ReaderDelegate
getAttributeCount() - method in class javax.swing.text.SimpleAttributeSet
Returns the number of attributes stored in this set, plus 1 if a parent has been specified (the reference to the parent is stored as a special attribute).
getAttributeCount() - method in class javax.swing.text.StyleContext.NamedStyle
getAttributeCount() - method in class javax.swing.text.StyleContext.SmallAttributeSet
getAttributeCount() - method in class javax.xml.stream.XMLStreamReader
Returns the number of attributes on this element.
getAttributeDefinition() - method in class javax.naming.directory.Attribute
getAttributeDefinition() - method in class javax.naming.directory.BasicAttribute
getAttributeKey(java.lang.String) - static method in class javax.swing.text.html.HTML
Returns an htl attribute constant for the given attribute name.
getAttributeLocalName(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributeLocalName(int) - method in class javax.xml.stream.XMLStreamReader
Returns the local-name of the attribute at the given index.
getAttributeName() - method in class javax.management.AttributeChangeNotification
Returns the name of the attribute that changed.
getAttributeName() - method in class javax.management.AttributeValueExp
Returns the attribute name.
getAttributeName(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributeName(int) - method in class javax.xml.stream.XMLStreamReader
Returns the QName of the attribute at the given index.
getAttributeNames() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the names of the attributes of this element.
getAttributeNames() - method in class javax.swing.text.AttributeSet
Returns the names of the attributes that are stored in this AttributeSet.
getAttributeNames() - method in class javax.swing.text.SimpleAttributeSet
Returns an enumeration of the attribute names.
getAttributeNames() - method in class javax.swing.text.StyleContext.NamedStyle
getAttributeNames() - method in class javax.swing.text.StyleContext.SmallAttributeSet
getAttributeNames(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getAttributeNames(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getAttributeNamespace(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributeNamespace(int) - method in class javax.xml.stream.XMLStreamReader
Returns the namespace URI of the attribute at the given index.
getAttributeNode(java.lang.String) - method in class org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNode(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Retrieves an attribute node by name.
Retrieves an Attr node by local name and namespace URI.
Retrieves an Attr node by local name and namespace URI.
Retrieves an attribute value by local name and namespace URI.
Retrieves an attribute value by local name and namespace URI.
getAttributePrefix(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributePrefix(int) - method in class javax.xml.stream.XMLStreamReader
Returns the namespace prefix of the attribute at the given index.
getAttributes() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the attributes of this element.
getAttributes() - method in class javax.swing.text.html.BlockView
Fetches the attributes to use when painting.
getAttributes() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the attributes of the element.
getAttributes() - method in class javax.naming.spi.DirStateFactory.Result
getAttributes() - method in class javax.print.Doc
Returns the unmodifiable view of the attributes of this doc object.
getAttributes() - method in class javax.print.DocPrintJob
Returns the print job's attributes.
getAttributes() - method in class javax.swing.text.Element
getAttributes() - method in class javax.swing.text.html.parser.Element
Get all attributes of this document as an attribute list.
getAttributes() - method in class javax.swing.text.html.HTMLDocument.Iterator
Return the attribute set for this tag.
getAttributes() - method in class javax.imageio.metadata.IIOMetadataNode
getAttributes() - method in class javax.swing.text.html.ImageView
Returns the combination of the document and the style sheet attributes.
getAttributes() - method in class javax.swing.text.html.InlineView
Returns the attributes that are used for rendering.
getAttributes() - method in class java.util.jar.JarEntry
Returns a copy of the Attributes set for this entry.
getAttributes() - method in class java.net.JarURLConnection
Returns the Attributes for the Jar entry specified by the URL or null if none
getAttributes() - method in class javax.management.MBeanInfo
Returns descriptions of each of the attributes provided by this management bean.
getAttributes() - method in class org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - method in class javax.management.openmbean.OpenMBeanInfo
Returns descriptions of each of the attributes provided by this management bean.
getAttributes() - method in class javax.swing.text.html.Option
Returns the attributes used to render this <option> tag.
getAttributes() - method in class javax.swing.text.html.ParagraphView
Returns the attributes used by this view.
getAttributes() - method in class javax.swing.text.html.parser.Parser
Get the attributes of the current tag.
getAttributes() - method in class javax.print.event.PrintJobAttributeEvent
Returns the attributes that changed and their new values.
getAttributes() - method in class javax.print.PrintService
Returns the attributes describing this print service.
getAttributes() - method in class javax.print.event.PrintServiceAttributeEvent
Returns the changed attributes this event reports.
getAttributes() - method in class javax.naming.directory.SearchResult
getAttributes() - method in class javax.print.SimpleDoc
Returns the unmodifiable view of the attributes of this doc object.
getAttributes() - method in class javax.xml.stream.events.StartElement
Returns the attributes declared on this element.
getAttributes() - method in class java.sql.Struct
This method returns the attributes of this SQL structured type.
getAttributes() - method in class javax.swing.text.View
getAttributes(java.lang.String) - method in class javax.naming.directory.DirContext
getAttributes(java.lang.String) - method in class javax.naming.directory.InitialDirContext
getAttributes(java.lang.String) - method in class java.util.jar.Manifest
Returns the Attributes associated with the Entry.
getAttributes(java.lang.String,java.lang.String[]) - method in class javax.naming.directory.DirContext
getAttributes(java.lang.String[]) - method in class javax.management.DynamicMBean
Obtains the values of each of the specified attributes of the management bean.
getAttributes(java.lang.String[]) - method in class javax.management.StandardMBean
Obtains the values of each of the specified attributes of the management bean.
Returns the values of the named attributes from the specified management bean.
Returns the values of the named attributes from the specified management bean.
getAttributes(javax.naming.Name) - method in class javax.naming.directory.DirContext
getAttributes(javax.naming.Name) - method in class javax.naming.directory.InitialDirContext
getAttributes(javax.naming.Name,java.lang.String[]) - method in class javax.naming.directory.DirContext
getAttributes(Map>) - method in class java.sql.Struct
This method returns the attributes of this SQL structured type.
getAttributeSyntaxDefinition() - method in class javax.naming.directory.Attribute
getAttributeSyntaxDefinition() - method in class javax.naming.directory.BasicAttribute
getAttributeType() - method in class javax.management.AttributeChangeNotification
Returns the type of the attribute that changed.
getAttributeType(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributeType(int) - method in class javax.xml.stream.XMLStreamReader
Returns the type of the attribute at the specified index.
getAttributeTypeInfo(int) - method in class javax.xml.validation.TypeInfoProvider
Returns the type information for the specified attribute of the current element.
getAttributeValue(int) - method in class javax.xml.stream.util.ReaderDelegate
getAttributeValue(int) - method in class javax.xml.stream.XMLStreamReader
Returns the normalized value of the attribute at the given index.
Returns the normalized attribute value for the given attribute.
getAttrName() - method in class 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 the ActionMap that stores all the actions that are responsibly for rendering auditory cues.
getAudioClip(java.net.URL) - method in class java.applet.Applet
Returns an audio clip from the specified URL.
getAudioClip(java.net.URL) - method in class java.applet.AppletContext
Returns an audio clip from the specified URL.
Returns an audio clip from the specified absolute URL, and relative path from that URL.
getAudioFileFormat(java.io.File) - method in class javax.sound.sampled.spi.AudioFileReader
Return the format of the given file as deduced by this provider.
getAudioFileFormat(java.io.File) - static method in class javax.sound.sampled.AudioSystem
Return the file format of a given File.
getAudioFileFormat(java.io.InputStream) - method in class javax.sound.sampled.spi.AudioFileReader
Return the format of the given input stream as deduced by this provider.
getAudioFileFormat(java.io.InputStream) - static method in class javax.sound.sampled.AudioSystem
Return the file format of a given input stream.
getAudioFileFormat(java.net.URL) - method in class javax.sound.sampled.spi.AudioFileReader
Return the format of the given URL as deduced by this provider.
getAudioFileFormat(java.net.URL) - static method in class javax.sound.sampled.AudioSystem
Return the file format of a given URL.
getAudioFileTypes() - method in class javax.sound.sampled.spi.AudioFileWriter
Return an array of all audio file format types supported by this provider.
getAudioFileTypes() - static method in class javax.sound.sampled.AudioSystem
Return an array of all the supported AudioFileFormat types.
Return an array of all the audio file format types supported by this provider, which can be written given the input stream.
getAudioFileTypes(javax.sound.sampled.AudioInputStream) - static method in class javax.sound.sampled.AudioSystem
Return an array of all the supported AudioFileFormat types which match the given audio input stream
getAudioInputStream(java.io.File) - method in class javax.sound.sampled.spi.AudioFileReader
Return an AudioInputStream for the given file.
getAudioInputStream(java.io.File) - static method in class javax.sound.sampled.AudioSystem
Return an audio input stream for the file.
getAudioInputStream(java.io.InputStream) - method in class javax.sound.sampled.spi.AudioFileReader
Return an AudioInputStream wrapping the given input stream.
getAudioInputStream(java.io.InputStream) - static method in class javax.sound.sampled.AudioSystem
Return an audio input stream given an input stream.
getAudioInputStream(java.net.URL) - method in class javax.sound.sampled.spi.AudioFileReader
Return an AudioInputStream for the given URL.
getAudioInputStream(java.net.URL) - static method in class javax.sound.sampled.AudioSystem
Return an audio input stream for the given URL.
Given an audio input stream, this will try to create a new audio input stream whose format matches the given target format.
Return an audio input stream given the desired target format and another audio input stream.
Given an audio input stream, this will try to create a new audio input stream whose encoding matches the given target encoding.
Return an audio input stream given the desired target encoding and another 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 part of this URI
getAuthority() - method in class java.net.URL
Returns the authority of the URL
getAuthorityKeyIdentifier() - method in class java.security.cert.X509CertSelector
Returns the authority key identifier criterion, or null if this value was not set.
getAuthorizationID() - method in class javax.security.sasl.AuthorizeCallback
Returns the authorization ID to check.
getAuthorizationID() - method in class javax.security.sasl.SaslServer
Reports the authorization ID in effect for the client of this session This method can only be called if isComplete() returns true.
getAuthorizedID() - method in class javax.security.sasl.AuthorizeCallback
Returns the ID of the authorized user.
getAuthTime() - method in class javax.security.auth.kerberos.KerberosTicket
Return the authentication time for this ticket.
getAutoCommit() - method in class java.sql.Connection
This method tests whether or not auto commit mode is currently enabled.
getAutoCreateColumnsFromModel() - method in class javax.swing.JTable
Get the value of the autoCreateColumnsFromModel property.
getAutoDelay() - method in class java.awt.Robot
Retrieve the length of time this Robot sleeps after generating an event.
getAutoResizeMode() - method in class javax.swing.JTable
Get the value of the autoResizeMode property.
getAutoscrollInsets() - method in class 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
Get the current value of the autoscrolls property.
getAuxiliaryLookAndFeels() - static method in class javax.swing.UIManager
Returns an array (possibly null) containing the auxiliary LookAndFeels that are in use.
Return the number of bytes available in accelerated memory on this device.
getAvailableAttributes() - method in class java.awt.Font
Returns an array of chracter attribute keys which this font understands.
getAvailableDataFlavors() - method in class java.awt.datatransfer.Clipboard
Returns an array of the font family names available in this environment.
Returns an array of the font family names available in this environment, localized to the current Locale if l is non-null.
getAvailableIDs() - static method in class java.util.TimeZone
Gets all available IDs.
getAvailableIDs(int) - static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableInstruments() - method in class javax.sound.midi.Synthesizer
Get an array containing all instruments in this synthesizer.
getAvailableLocales() - static method in class java.text.BreakIterator
This method returns a list of locales for which instances of BreakIterator are available.
getAvailableLocales() - static method in class java.util.Calendar
Gets the set of locales for which a Calendar is available.
getAvailableLocales() - static method in class java.text.Collator
This method returns an array of Locale objects which is the list of locales for which Collator objects exist.
getAvailableLocales() - static method in class java.text.DateFormat
This method returns a list of available locales supported by this class.
getAvailableLocales() - method in class javax.imageio.ImageReader
Retrieve the available locales.
getAvailableLocales() - method in class javax.imageio.ImageWriter
Retrieve the available locales.
getAvailableLocales() - method in class java.awt.im.spi.InputMethodDescriptor
Returns the locales supported by the input method this describes.
getAvailableLocales() - static method in class java.util.Locale
Returns the list of available locales.
getAvailableLocales() - method in class java.util.spi.LocaleServiceProvider
Returns an array of Locale instances, for which the provider can supply localized data.
getAvailableLocales() - static method in class java.text.NumberFormat
This method returns a list of locales for which concrete instances of NumberFormat subclasses may be created.
getAvailableProcessors() - method in class java.lang.management.OperatingSystemMXBean
Returns the number of processors currently available to the virtual machine.
This method returns the width of the JSplitPane minus the insets.
getAWTEventListeners() - method in class java.awt.Toolkit
Returns all registered AWT event listeners.
getAWTEventListeners(long) - method in class java.awt.Toolkit
Returns all registered AWT event listeners that listen for events with the specified eventMask.
getAWTKeyStroke(char) - static method in class java.awt.AWTKeyStroke
Returns a keystroke representing a typed character.
getAWTKeyStroke(int,int) - static method in class java.awt.AWTKeyStroke
Returns a keystroke representing a pressed key event, with the given modifiers.
getAWTKeyStroke(int,int,boolean) - static method in class java.awt.AWTKeyStroke
Returns a keystroke representing a pressed or released key event, with the given modifiers.
getAWTKeyStroke(java.lang.Character,int) - static method in class java.awt.AWTKeyStroke
Returns a keystroke representing a typed character with the given modifiers.
getAWTKeyStroke(java.lang.String) - static method in class java.awt.AWTKeyStroke
Parses a string and returns the keystroke that it represents.
Returns a keystroke representing what caused the key event.
getAxis() - method in class javax.swing.text.BoxView
Returns the axis along which this BoxView is laid out.
getAxis() - method in class org.w3c.dom.html2.HTMLTableCellElement
Names group of related headers.
getAzimuth() - method in class org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
Return a direct reference to the back buffer image.
getBackBuffer() - method in class java.awt.peer.ComponentPeer
Return the back buffer of this component.
Retrieve the back buffer's image capabilities.
getBackground() - method in class javax.accessibility.AccessibleComponent
Get the background color of this component.
getBackground() - method in class java.awt.Component
Returns this component's background color.
Gets the background color.
getBackground() - method in class org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
getBackground() - method in class javax.swing.text.GlyphView
Returns the background color which should be used to paint the text.
getBackground() - method in class java.awt.Graphics2D
Returns the color used by the Graphics.clearRect(int,int,int,int) method.
getBackground() - method in class org.w3c.dom.html2.HTMLBodyElement
URI [IETF RFC 2396] of the background texture tile image.
Returns the background color for this list child.
Returns the background color of this cell.
Get the background color of this component.
Get the background color of this object.
getBackground() - method in class javax.swing.text.LabelView
Returns the background color for the glyphs.
Returns the background color of the component, or null if this property is unsupported.
Extracts a background color from a set of attributes.
getBackground(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the background color specified in the given attributes, or Color.BLACK if no background color is specified.
getBackground
getBackground(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.StyleSheet
Takes a set of attributes and turns it into a background color specification.
getBackgroundAt(int) - method in class javax.swing.JTabbedPane
This method returns the background color for the tab.
getBackgroundAttachment() - method in class org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
getBackgroundColor() - method in class org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
getBackgroundImage() - method in class org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
Returns the background color for tree cells that are not selected.
getBackgroundPosition() - method in class org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
getBackgroundRepeat() - method in class org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
getBackgroundSelectionColor() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the background color for tree cells that are selected.
getBandOffsets() - method in class java.awt.image.ComponentSampleModel
Returns the offsets to the first sample in each band.
getBank() - method in class javax.sound.midi.Patch
Get the bank in which this Patch is located.
getBankData() - method in class java.awt.image.DataBufferByte
Returns the array underlying this DataBuffer.
getBankData() - method in class java.awt.image.DataBufferDouble
Returns the array underlying this DataBuffer.
getBankData() - method in class java.awt.image.DataBufferFloat
Returns the array underlying this DataBuffer.
getBankData() - method in class java.awt.image.DataBufferInt
Returns the array underlying this DataBuffer.
getBankData() - method in class java.awt.image.DataBufferShort
Returns the array underlying this DataBuffer.
getBankData() - method in class java.awt.image.DataBufferUShort
Returns the array underlying this DataBuffer.
getBankIndices() - method in class java.awt.image.ComponentSampleModel
Returns the indices of the bank(s) in the DataBuffer used to store the samples for each band.
getBase() - method in class javax.swing.text.html.HTMLDocument
Returns the location against which to resolve relative URLs.
getBase() - method in class javax.swing.text.html.StyleSheet
Gets the base url.
getBaseLevel() - method in class java.text.Bidi
Return the base embedding level of the paragraph.
getBaseline() - method in class java.awt.font.TextLayout
getBaselineFor(char) - method in class java.awt.Font
Returns a baseline code (one of ROMAN_BASELINE, CENTER_BASELINE or HANGING_BASELINE) indicating which baseline this font will measure baseline offsets for, when presenting glyph metrics for a given character.
getBaselineIndex() - method in class java.awt.font.LineMetrics
getBaselineOffsets() - method in class java.awt.font.LineMetrics
getBaselineOffsets() - method in class java.awt.font.TextLayout
getBaseType() - method in class java.sql.Array
Returns the JDBC type identifier of the elements in this array.
getBaseTypeName() - method in class java.sql.Array
Returns the name of the SQL type of the elements in this array.
getBaseTypeName() - method in class java.sql.Ref
This method returns the fully qualified name of the SQL structured type of the referenced item.
getBaseURI() - method in class javax.xml.stream.events.EntityDeclaration
Returns the base URI for the entity.
getBaseURI() - method in class javax.imageio.metadata.IIOMetadataNode
getBaseURI() - method in class 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 class 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
Returns 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 criterion, or -1 if this value is not set.
getBasicSplitPaneUI() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the delegate object that is responsible for the UI of the JSplitPane containing this divider.
getBeanClass() - method in class java.beans.BeanDescriptor
Get the Bean's class.
getBeanContext() - method in class java.beans.beancontext.BeanContextChild
Get the parent BeanContext.
getBeanContext() - method in class java.beans.beancontext.BeanContextChildSupport
Get the parent BeanContext.
getBeanContext() - method in class java.beans.beancontext.BeanContextEvent
Get the BeanContext that originated this event.
getBeanContextChildPeer() - method in class java.beans.beancontext.BeanContextChildSupport
Get the peer (or this if there is no peer).
getBeanContextPeer() - method in class java.beans.beancontext.BeanContextSupport
Returns the bean context peer.
getBeanContextProxy() - method in class java.beans.beancontext.BeanContextProxy
Return the BeanContextChild associated with this Object.
getBeanContextServicesPeer() - method in class java.beans.beancontext.BeanContextServicesSupport
Returns the services peer given at construction time, or null if no peer was given.
getBeanDescriptor() - method in class java.beans.BeanInfo
Get the general description of this Bean type.
getBeanDescriptor() - method in class java.beans.SimpleBeanInfo
Force Introspection of the general bean info.
getBeanInfo(Class) - static method in class java.beans.Introspector
Get the BeanInfo for class beanClass, first by looking for explicit information, next by using standard design patterns to determine information about the class.
getBeanInfo(Class,Class) - static method in class java.beans.Introspector
Get the BeanInfo for class beanClass, first by looking for explicit information, next by using standard design patterns to determine information about the class.
getBeanInfo(Class,int) - static method in class java.beans.Introspector
Returns a instance for the given Bean class where a flag controls the usage of explicit BeanInfo class to retrieve that information.
getBeanInfoSearchPath() - static method in class java.beans.Introspector
Get the search path for BeanInfo classes.
Returns the character, word or sentence before the specified index.
getBeforeIndex(int,int) - method in class javax.accessibility.AccessibleText
Returns the section of text before the index, or null if the index or part is invalid.
getBeforeIndex(int,int) - method in class javax.swing.JLabel.AccessibleJLabel
Returns the character, word or sentence before the specified index.
Gets the text located before index. null is returned if the index or part is invalid.
getBeginIndex() - method in class java.text.CharacterIterator
This method returns the character position of the first character in the range.
getBeginIndex() - method in class java.text.FieldPosition
This method returns the beginning index for this field.
getBeginIndex() - method in class javax.swing.text.Segment
Returns the index of the first character in the segment.
getBeginIndex() - method in class java.text.StringCharacterIterator
This method returns the character position of the first character in the range.
Return the best configuration, according to the criteria in the given template.
Returns the "best" match among the array of possible configurations, given the criteria of this template.
getBestCursorSize(int,int) - method in class java.awt.Toolkit
Returns the supported cursor dimension which is closest to the desired sizes.
This method returns the best set of columns for uniquely identifying a row.
getBevelType() - method in class javax.swing.border.BevelBorder
Returns the appearance of this border, which is either RAISED or LOWERED.
getBgColor() - method in class org.w3c.dom.html2.HTMLBodyElement
Document background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableElement
Cell background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableRowElement
Background color for rows.
getBidiLevel(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the bidi level specified in the given attributes, or 0 if no bidi level is specified.
getBidiRootElement() - method in class javax.swing.text.AbstractDocument
Returns the root element for bidirectional content.
getBigDecimal(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java BigDecimal.
getBigDecimal(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java BigDecimal.
getBigDecimal(int,int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java BigDecimal.
getBigDecimal(int,int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java BigDecimal.
This method returns the value of the specified parameter as a Java BigDecimal.
getBigDecimal(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java BigDecimal.
This method returns the value of the specified column as a Java BigDecimal.
getBinaryStream() - method in class java.sql.Blob
This method returns a stream that will read the bytes of this Blob.
getBinaryStream(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a raw byte stream.
getBinaryStream(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a raw byte stream.
getBitDepth() - method in class java.awt.DisplayMode
Returns the bit depth, in bits per pixel.
getBitMasks() - method in class java.awt.image.SinglePixelPackedSampleModel
getBitOffset() - method in class javax.imageio.stream.ImageInputStream
getBitOffset() - method in class javax.imageio.stream.ImageInputStreamImpl
getBitOffset(int) - method in class java.awt.image.MultiPixelPackedSampleModel
The bit offset (within an element in the data buffer) of the pixels with the specified x-coordinate.
getBitOffsets() - method in class java.awt.image.SinglePixelPackedSampleModel
getBitRate(float) - method in class javax.imageio.ImageWriteParam
getBitsPerBand(int) - method in class javax.imageio.ImageTypeSpecifier
Get the number of bits per sample in the given band.
getBlack() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color black from the installed theme.
getBlack() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for black.
getBlack() - method in class javax.swing.plaf.metal.OceanTheme
Returns the OceanTheme's color for black, the RGB value (51, 51, 51).
getBlackBoxBounds(int,int) - method in class java.awt.font.TextLayout
getBlackLineBorderUIResource() - static method in class javax.swing.plaf.BorderUIResource
Returns a shared instance of BorderUIResource.LineBorderUIResource for a black, one-pixel width border.
getBlinkRate() - method in class javax.swing.text.Caret
Returns the blink rate of this Caret in milliseconds.
getBlinkRate() - method in class javax.swing.text.DefaultCaret
Returns the blink rate of this Caret in milliseconds.
getBlob(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Blob.
getBlob(int) - method in class java.sql.ResultSet
This method returns the specified column value as a BLOB.
getBlob(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Blob.
getBlob(java.lang.String) - method in class java.sql.ResultSet
This method returns the specified column value as a BLOB.
getBlockedCount() - method in class java.lang.management.ThreadInfo
Returns the number of times this thread has been in the Thread.State state.
getBlockedTime() - method in class java.lang.management.ThreadInfo
Returns the accumulated number of milliseconds this thread has been in the Thread.State state since thread contention monitoring was last enabled.
getBlockIncrement() - method in class java.awt.Adjustable
Returns the increment value for incrementing the value by blocks.
getBlockIncrement() - method in class javax.swing.JScrollBar
This method returns the blockIncrement.
getBlockIncrement() - method in class java.awt.Scrollbar
Returns the value added or subtracted when the user activates the scrollbar scroll by a "block" amount.
getBlockIncrement() - method in class java.awt.ScrollPaneAdjustable
getBlockIncrement(int) - method in class javax.swing.JScrollBar
The method returns how much the scrollbar's value should change for a block increment depending on the given direction.
getBlockIncrement(int) - method in class javax.swing.JScrollPane.ScrollBar
getBlockSize() - method in class javax.crypto.Cipher
Return the size of blocks, in bytes, that this cipher processes.
getBlue() - method in class java.awt.Color
Returns the blue value for this color, as an integer in the range 0-255 in the sRGB color space.
getBlue() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the blue value of the RGB color.
getBlue(int) - method in class java.awt.image.ColorModel
Converts pixel value to sRGB and extract blue int sample scaled to range [0, 255].
getBlue(int) - method in class java.awt.image.ComponentColorModel
getBlue(int) - method in class java.awt.image.DirectColorModel
Get the blue component of the given pixel.
getBlue(int) - method in class java.awt.image.IndexColorModel
Returns the blue component of the color in the lookup table for the given pixel value.
getBlue(java.lang.Object) - method in class java.awt.image.ColorModel
getBlue(java.lang.Object) - method in class java.awt.image.ComponentColorModel
getBlue(java.lang.Object) - method in class java.awt.image.DirectColorModel
getBlueMask() - method in class java.awt.image.DirectColorModel
getBlues(byte[]) - method in class java.awt.image.IndexColorModel
Fills the supplied array with the blue component of each color in the lookup table.
getBody() - method in class org.w3c.dom.html2.HTMLDocument
The element that contains the content for the document.
getBoolean(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java boolean.
getBoolean(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java boolean.
getBoolean(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this boolean Field.
getBoolean(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a boolean entry for the default locale.
getBoolean(java.lang.Object) - static method in class javax.swing.UIManager
Returns a boolean value from the defaults table.
getBoolean(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a boolean array.
Returns a boolean entry for a specic locale.
getBoolean(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns a boolean value from the defaults table.
getBoolean(java.lang.String) - static method in class java.lang.Boolean
If the value of the system property name matches "true" ignoring case then the function returns true.
This method returns the value of the specified parameter as a Java boolean.
getBoolean(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java boolean.
Convenience method for getting the given entry as a boolean.
getBoolean(java.lang.String,boolean) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a boolean.
A convenience method to fetch an integer property.
getBooleanValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this boolean result.
getBootClassPath() - method in class java.lang.management.RuntimeMXBean
Returns the boot classpath used by the virtual machine.
getBorder() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Retrieves the border of this divider.
getBorder() - method in class org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
getBorder() - method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Returns the border of the text field.
getBorder() - method in class org.w3c.dom.html2.HTMLImageElement
Width of border around image.
getBorder() - method in class org.w3c.dom.html2.HTMLObjectElement
Width of border around the object.
getBorder() - method in class org.w3c.dom.html2.HTMLTableElement
The width of the border around the table.
getBorder() - method in class javax.swing.JComponent
Get the value of the border property.
getBorder() - method in class javax.swing.border.TitledBorder
Retrieves the border underneath the title.
getBorder(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a border entry for the default locale.
getBorder(java.lang.Object) - static method in class javax.swing.UIManager
Returns a border from the defaults table.
Returns a border entry for a specic locale.
getBorder(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns a border from the defaults table.
getBorderBottom() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
getBorderBottomColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
getBorderBottomStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
getBorderBottomWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
getBorderCollapse() - method in class org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
getBorderColor() - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
The color that the border should be.
getBorderColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
getBorderInsets() - method in class javax.swing.border.EmptyBorder
Measures the width of this border.
getBorderInsets() - method in class javax.swing.border.MatteBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.AbstractBorder
Returns the insets required for drawing this border around the specified component.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
Measures the width of this border.
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
Measures the width of this border.
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.BevelBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.Border
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.BorderUIResource
Measures the width of this border by calling the getBorderInsets method of the wrapped delegate.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.CompoundBorder
Determines the insets of this border, which is the sum of the insets of the inside and the outside border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.EmptyBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.EtchedBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.LineBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.MatteBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
Returns the insets of the ButtonBorder.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
Returns the border insets.
Returns the border insets.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
Returns the border insets.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
Returns the border insets.
Returns the border insets.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
Returns the border insets.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
Returns the insets of the border, creating a new Insets instance with each call.
Returns the insets of the border for the Component c.
Return the insets of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
Returns the border insets.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.SoftBevelBorder
Measures the width of this border.
getBorderInsets(java.awt.Component) - method in class javax.swing.border.TitledBorder
Measures the width of this border.
Returns the insets required for drawing this border around the specified component.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Determines the insets of this border by calling the getMargin() method of the enclosed component.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Changes the specified insets to the insets of this border, which is the sum of the insets of the inside and the outside border.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
Returns the insets of the ButtonBorder in the specified newInsets object.
Returns the border insets.
Returns the border insets.
Populates insets with the border insets, then returns it.
Populates insets with the border insets, then returns it.
Returns the border insets.
Returns the border insets.
Returns the insets of the border, using the supplied Insets instance.
Returns the border insets.
Measures the width of this border, storing the results into a pre-existing Insets object.
Measures the width of this border, storing the results into a pre-existing Insets object.
getBorderLeft() - method in class org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
getBorderLeftColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
getBorderLeftStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
getBorderLeftWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
getBorderRight() - method in class org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
getBorderRightColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
getBorderRightStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
getBorderRightWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
getBorderSelectionColor() - method in class javax.swing.tree.DefaultTreeCellEditor
Returns the color the border is drawn.
getBorderSelectionColor() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the border color for tree cells that are selected.
getBorderSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
getBorderStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
Recursivly searches a border hierarchy (starting at border) for a titled border and returns the title if one is found, null otherwise.
getBorderTop() - method in class org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
getBorderTopColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
getBorderTopStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
getBorderTopWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
getBorderWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
getBottom() - method in class org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
getBottom() - method in class org.w3c.dom.css.Rect
This attribute is used for the bottom of the rect.
getBottomComponent() - method in class javax.swing.JSplitPane
This method returns the bottom component.
getBottomInset() - method in class javax.swing.text.AsyncBoxView
Returns the bottom inset.
getBottomInset() - method in class javax.swing.text.CompositeView
Returns the bottom inset of this CompositeView.
getBottomPanel() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates and returns a new panel that will be used for the controls at the bottom of the file chooser.
getBoundActions() - method in class javax.swing.text.Keymap
Determines the model offset, so that the text between p0 and this offset fits within the span starting at x with the length of len.
getBoundingBox() - method in class java.awt.Polygon
Returns the bounding box of this polygon.
getBoundKeyStrokes() - method in class javax.swing.text.Keymap
getBounds() - method in class javax.accessibility.AccessibleComponent
Get the bounds of this component relative to its parent - it's width, height, and relative location to its parent.
getBounds() - method in class java.awt.geom.Area
Returns the bounds of this object in Rectangle format.
getBounds() - method in class java.awt.Component
Returns a bounding rectangle for this component.
Gets the bounds of this component, or null if it is not on screen.
getBounds() - method in class java.awt.peer.ComponentPeer
Get the bounds of this component peer.
getBounds() - method in class java.awt.geom.CubicCurve2D
Determines the smallest rectangle that encloses the curve’s start, end and control points.
getBounds() - method in class java.awt.geom.GeneralPath
Returns the path’s bounding box.
getBounds() - method in class java.awt.font.GraphicAttribute
Returns a Rectangle2D that encloses the rendered area.
getBounds() - method in class java.awt.GraphicsConfiguration
Returns the bounds of the configuration, in device coordinates.
getBounds() - method in class java.awt.font.ImageGraphicAttribute
Gets the bounds of the object rendered, relative to the position.
Returns the bounds of this list child.
Returns the bounds of the cell relative to its table.
Get the bounds of this component relative to its parent - it's width, height, and relative location to its parent.
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - method in class java.awt.geom.Line2D
Gets a bounding box (not necessarily minimal) for this line.
Returns a Rectangle which represents the bounds of this component.
getBounds() - method in class java.awt.Polygon
Returns the bounding box of this polygon.
getBounds() - method in class java.awt.geom.QuadCurve2D
Determines the smallest rectangle that encloses the curve’s start, end and control point.
getBounds() - method in class java.awt.image.Raster
Returns a new rectangle containing the bounds of this raster.
getBounds() - method in class java.awt.Rectangle
Returns the bounds of this rectangle.
getBounds() - method in class java.awt.geom.RectangularShape
Returns a bounding box for this shape, in integer format.
getBounds() - method in class java.awt.Shape
Returns a Rectange that bounds the shape.
getBounds() - method in class java.awt.font.ShapeGraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this shape.
getBounds() - method in class java.awt.font.TextLayout
getBounds() - method in class java.lang.reflect.TypeVariable<T,extends,GenericDeclaration>
Returns an array of Type objects which represent the upper bounds of this type variable.
getBounds(java.awt.Rectangle) - method in class java.awt.Component
Returns the bounds of this component.
getBounds(java.awt.Rectangle) - method in class javax.swing.JComponent
Get the component's current bounding box.
getBounds
Get bounds for the given tree path.
Get bounds for the given tree path.
getBounds2D() - method in class java.awt.geom.Arc2D
Gets the bounds of the arc.
getBounds2D() - method in class java.awt.geom.Area
Returns the bounding box of the Area.

Unlike the CubicCurve2D and QuadraticCurve2D classes, this method will return the tightest possible bounding box, evaluating the extreme points of each curved segment.

getBounds2D() - method in class java.awt.geom.CubicCurve2D.Double
Determines the smallest rectangle that encloses the curve’s start, end and control points.
getBounds2D() - method in class java.awt.geom.CubicCurve2D.Float
Determines the smallest rectangle that encloses the curve’s start, end and control points.
getBounds2D() - method in class java.awt.geom.Ellipse2D.Double
Returns the bounding-box of the ellipse.
getBounds2D() - method in class java.awt.geom.Ellipse2D.Float
Returns the bounding-box of the ellipse.
getBounds2D() - method in class java.awt.geom.GeneralPath
Returns the path’s bounding box, in float precision
getBounds2D() - method in class java.awt.font.GlyphMetrics
getBounds2D() - method in class java.awt.geom.Line2D.Double
Return the exact bounds of this line segment.
getBounds2D() - method in class java.awt.geom.Line2D.Float
Return the exact bounds of this line segment.
getBounds2D() - method in class java.awt.Polygon
Returns a high-precision bounding box of this polygon.
getBounds2D() - method in class java.awt.geom.QuadCurve2D.Double
Determines the smallest rectangle that encloses the curve’s start, end and control point.
getBounds2D() - method in class java.awt.geom.QuadCurve2D.Float
Determines the smallest rectangle that encloses the curve’s start, end and control point.
getBounds2D() - method in class java.awt.Rectangle
Returns the high-precision bounds of this rectangle.
getBounds2D() - method in class java.awt.geom.Rectangle2D
Returns the bounds of this rectangle.
getBounds2D() - method in class java.awt.geom.Rectangle2D.Double
Returns the bounds of this rectangle.
getBounds2D() - method in class java.awt.geom.Rectangle2D.Float
Returns the bounds of this rectangle.
getBounds2D() - method in class java.awt.geom.RoundRectangle2D.Double
getBounds2D() - method in class java.awt.geom.RoundRectangle2D.Float
getBounds2D() - method in class java.awt.Shape
Returns a high precision bounding box of the shape.
Transforms source image using transform specified at the constructor and returns bounds of the transformed image.
Returns the bounds of the destination image on the basis of this BufferedImageOp being applied to the specified source image.
Returns the corresponding destination boundary of a source boundary.
getBounds2D(java.awt.image.BufferedImage) - method in class java.awt.image.ConvolveOp
getBounds2D(java.awt.image.BufferedImage) - method in class java.awt.image.LookupOp
getBounds2D(java.awt.image.BufferedImage) - method in class java.awt.image.RescaleOp
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.AffineTransformOp
Returns bounds of the transformed raster.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.BandCombineOp
Returns the bounds of the destination raster on the basis of this RasterOp being applied to the specified source raster.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.ColorConvertOp
Returns the corresponding destination boundary of a source boundary.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.ConvolveOp
Returns the bounds of the destination raster on the basis of this RasterOp being applied to the specified source raster.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.LookupOp
Returns the bounds of the destination raster on the basis of this RasterOp being applied to the specified source raster.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.RasterOp
Returns the bounds of the destination raster on the basis of this RasterOp being applied to the specified source raster.
getBounds2D(java.awt.image.Raster) - method in class java.awt.image.RescaleOp
Returns the bounds of the destination raster on the basis of this RasterOp being applied to the specified source raster.
getBoundsAt(int) - method in class javax.swing.JTabbedPane
This method returns the bounds of the tab given the index.
This method is called by iconifyFrame to determine the bounds of the JDesktopIcon for the given JInternalFrame.
getBox(java.awt.Rectangle) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the size and position of the bouncing box for the current animation index.
getBoxPainter(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.StyleSheet
Gets the box formatter to use for the given set of CSS attributes.
getBranchQualifier() - method in class javax.transaction.xa.Xid
Determine where to break the text in the given Segment, attempting to find a word boundary.
getBreakWeight(int,float) - method in class javax.swing.text.ParagraphView
getBreakWeight(int,float,float) - method in class javax.swing.text.GlyphView
Determines how well the specified view location is suitable for inserting a line break.
getBreakWeight(int,float,float) - method in class javax.swing.text.html.InlineView
getBreakWeight(int,float,float) - method in class javax.swing.text.View
getBroadcast() - method in class java.net.DatagramSocket
Checks if SO_BROADCAST is enabled
getBubbles() - method in class org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - method in class java.io.StringWriter
This method returns the StringBuffer object that this object is writing to.
Returns the buffering capabilities of this configuration.
getBufferedImageOp() - method in class java.awt.image.BufferedImageFilter
getBufferedImageType() - method in class javax.imageio.ImageTypeSpecifier
Get the buffered image constant specified by this image type specifier.
getBufferSize() - method in class javax.sound.sampled.DataLine
Returns the size of the DataLine's internal buffer, in bytes.
getBufferStrategy() - method in class java.awt.Canvas
Returns the buffer strategy used by the canvas.
getBufferStrategy() - method in class java.awt.Window
Returns the buffer strategy used by the window.
getBundle(java.lang.String) - static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle for the default locale.
Get the appropriate ResourceBundle for the given locale.
Get the appropriate ResourceBundle for the given locale.
getBusy() - method in class org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - method in class java.awt.event.MouseEvent
Returns which button, if any, was the most recent to change state.
getButton() - method in class org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButtonBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing push buttons.
getButtonBorder() - static method in class javax.swing.plaf.metal.MetalBorders
Returns a border for Swing buttons in the Metal Look & Feel.
getButtonCount() - method in class javax.swing.ButtonGroup
Return the number of buttons in this button group.
getButtonPanel() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the panel that contains the 'Open' (or 'Save') and 'Cancel' buttons.
getButtons() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the buttons for the JOptionPane.
getButtonWidth() - method in class javax.swing.plaf.metal.MetalScrollButton
Returns the button width.
getByAddress(byte[]) - static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address.
getByAddress(java.lang.String,byte[]) - static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
Creates a scoped Inet6Address where the scope has an integer id.
Creates a scoped Inet6Address where the scope is a given NetworkInterface.
Return a network interface by its address
getByName(java.lang.String) - static method in class java.net.InetAddress
Returns an InetAddress object representing the IP address of the given hostname.
getByName(java.lang.String) - static method in class java.net.NetworkInterface
Returns an network interface by name
getByte(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java byte.
getByte(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java byte.
getByte(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this byte Field.
getByte(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a byte array.
getByte(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java byte.
getByte(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java byte.
Convenience method for getting the given entry as a byte array.
getByteArray(java.lang.String,byte[]) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a byte array.
getByteLength() - method in class javax.sound.sampled.AudioFileFormat
Return the byte length of this file format.
getByteLength() - method in class javax.sound.midi.MidiFileFormat
Get the file length in bytes.
getByteOffset() - method in class org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getByteOrder() - method in class javax.imageio.stream.ImageInputStream
getByteOrder() - method in class javax.imageio.stream.ImageInputStreamImpl
getByteParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getBytes() - method in class java.lang.String
Converts the Unicode characters in this String to a byte array.
getBytes(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java byte array.
getBytes(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java byte array.
getBytes(int,int,dst[],int) - method in class java.lang.String
Copies the low byte of each character from this String starting at a specified start index, ending at a specified stop index, to a byte array starting at a specified destination begin index.
This method returns the value of the specified parameter as a Java byte array.
getBytes(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java byte array.
getBytes(java.lang.String) - method in class java.lang.String
Converts the Unicode characters in this String to a byte array.
getBytes(long,int) - method in class java.sql.Blob
This method returns up to the requested bytes of this Blob as a byte array.
getBytesRead() - method in class java.util.zip.Deflater
Gets the number of input bytes processed so far.
getBytesRead() - method in class java.util.zip.Inflater
Gets the total number of processed compressed input bytes.
getByteStream() - method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getByteStream() - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getBytesWritten() - method in class java.util.zip.Deflater
Gets the number of output bytes so far.
getBytesWritten() - method in class java.util.zip.Inflater
Gets the total number of output bytes returned by inflate().
getCachedIcon(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
Retrieves the icon associated with the specified file/directory, if there is one.
getCacheDirectory() - static method in class javax.imageio.ImageIO
Retrieve the current cache directory.
getCachedMBeanInfo() - method in class javax.management.StandardMBean
Returns the cached MBeanInfo instance for this object.
getCalendar() - method in class java.text.DateFormat
This method returns the Calendar object being used by this object to parse/format datetimes.
getCalendarField() - method in class java.text.DateFormat.Field
getCalendarField() - method in class javax.swing.SpinnerDateModel
Returns the Calendar field used to calculate the previous and next dates in the sequence.
getCallback() - method in class javax.security.auth.callback.UnsupportedCallbackException
Get the unrecognized Callback.
getCAName() - method in class java.security.cert.TrustAnchor
Return the certificate authority's distinguished name, or null if none was specified.
getCancelable() - method in class org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCancelSelectionAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the action that handles events for the "cancel" button.
getCanonicalFile() - method in class java.io.File
This method returns a File object representing the canonical path of this object.
getCanonicalHostName() - method in class java.net.InetAddress
Returns the canonical hostname represented by this InetAddress
getCanonicalKeyPropertyListString() - method in class javax.management.ObjectName
Returns the property list in canonical form.
getCanonicalName() - method in class java.lang.Class<T>
Returns the canonical name of this class, as defined by section 6.7 of the Java language specification.
getCanonicalName() - method in class javax.management.ObjectName
Returns the name as a string in canonical form.
getCanonicalPath() - method in class java.io.File
This method returns a canonical representation of the pathname of this file.
getCanWrapLines() - method in class javax.swing.text.AbstractWriter
Return true if lines printed via write() will wrap, false otherwise.
getCapabilities() - method in class java.awt.image.BufferStrategy
Retrieves the capabilities of this buffer strategy.
Retrieves the capabilities of this buffer strategy.
Retrieves the capabilities of this buffer strategy.
getCapabilities() - method in class java.awt.image.VolatileImage
Returns the capabilities of this image buffer.
getCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's CAPTION, or void if none exists.
getCaptionSide() - method in class org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
getCAPublicKey() - method in class java.security.cert.TrustAnchor
Return the certificate authority's public key, or null if none was specified.
getCaret() - method in class java.awt.event.InputMethodEvent
Returns the caret position.
getCaret() - method in class javax.swing.text.JTextComponent
The Caret object used in this text component.
getCaret() - method in class javax.swing.text.NavigationFilter.FilterBypass
getCaretColor() - method in class javax.swing.text.JTextComponent
getCaretInfo(java.awt.font.TextHitInfo) - method in class java.awt.font.TextLayout
getCaretListeners() - method in class javax.swing.text.JTextComponent
Returns all added CaretListener objects.
This always returns -1 since there is no caret in a button.
getCaretPosition() - method in class javax.accessibility.AccessibleText
Return the offset of the character.
getCaretPosition() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the caret position.
getCaretPosition() - method in class javax.swing.text.JTextComponent
Retrisves the current caret position.
Retrieve the current caret position.
getCaretPosition() - method in class java.awt.TextComponent
Returns the current caret position in the text.
getCaretPosition() - method in class java.awt.peer.TextComponentPeer
getCaretShapes(int) - method in class java.awt.font.TextLayout
getCatalog() - method in class java.sql.Connection
This method returns the name of the catalog in use by this connection, if any.
getCatalogName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the catalog containing the specified column.
getCatalogs() - method in class java.sql.DatabaseMetaData
This method returns the list of database catalogs as a ResultSet with one column - TABLE_CAT - that is the name of the catalog.
getCatalogSeparator() - method in class java.sql.DatabaseMetaData
This method returns the separator between the catalog name and the table name.
getCatalogTerm() - method in class java.sql.DatabaseMetaData
This method returns the vendor's term for "catalog".
getCategories() - method in class javax.imageio.spi.ServiceRegistry
Returns an iterator over all service categories.
getCause() - method in class java.rmi.activation.ActivationException
Returns the cause of this exception.
getCause() - method in class java.security.cert.CertPathBuilderException
Get the cause, null if unknown.
getCause() - method in class java.security.cert.CertPathValidatorException
Get the cause, null if unknown.
getCause() - method in class java.security.cert.CertStoreException
Get the cause, null if unknown.
getCause() - method in class java.lang.ClassNotFoundException
Returns the exception which occurred while loading the class, otherwise returns null.
getCause() - method in class java.lang.ExceptionInInitializerError
Return the exception that cause this error to be created.
getCause() - method in class java.lang.reflect.InvocationTargetException
Returns the cause of this exception (which may be null).
getCause() - method in class javax.management.MBeanException
Returns the true cause of this exception, the wrapped exception.
getCause() - method in class java.awt.print.PrinterIOException
Gets the cause.
getCause() - method in class java.security.PrivilegedActionException
Gets the cause of this exception.
getCause() - method in class javax.management.ReflectionException
Returns the true cause of this exception, the wrapped exception.
getCause() - method in class java.rmi.RemoteException
Returns the cause of this exception.
getCause() - method in class javax.management.RuntimeErrorException
Returns the true cause of this error, the wrapped error.
getCause() - method in class javax.management.RuntimeMBeanException
Returns the true cause of this exception, the wrapped runtime exception.
getCause() - method in class javax.management.RuntimeOperationsException
Returns the true cause of this exception, the wrapped exception.
getCause() - method in class javax.security.sasl.SaslException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - method in class java.rmi.server.ServerCloneException
Returns the cause of this exception.
getCause() - method in class java.lang.Throwable
Returns the cause of this exception, or null if the cause is not known or non-existant.
getCause() - method in class javax.xml.transform.TransformerException
Returns the underlying cause of this exception.
getCause() - method in class java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception.
getCause() - method in class java.io.WriteAbortedException
Returns the cause of this exception.
getCause() - method in class javax.xml.xpath.XPathException
Returns the cause of this exception, or null if the cause is not known or non-existant.
getCellBounds(int,int) - method in class javax.swing.JList
Returns the bounds of the rectangle that encloses both list cells with index0 and index1.
getCellBounds(javax.swing.JList,int,int) - method in class javax.swing.plaf.basic.BasicListUI
Calculate the bounds of a particular cell, considering the upper left corner of the list as the origin position (0,0).
getCellBounds(javax.swing.JList,int,int) - method in class javax.swing.plaf.ListUI
Determines the bounding box of the rectangle spanned by two list indices.
getCellBounds(javax.swing.JList,int,int) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ListUI.getCellBounds(JList,int,int) method for all the UI delegates managed by this MultiListUI, returning the bounds for the UI delegate from the primary look and feel.
getCellEditor() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the TreeCellEditor for this tree.
getCellEditor() - method in class javax.swing.JTable
Get the value of the cellEditor property.
getCellEditor() - method in class javax.swing.JTree
getCellEditor() - method in class javax.swing.table.TableColumn
Returns the cell editor for the column (the default value is null).
getCellEditor(int,int) - method in class javax.swing.JTable
Get the cell editor, suitable for editing the given cell.
getCellEditorListeners() - method in class javax.swing.AbstractCellEditor
Returns the list of CellEditorListeners that have been registered in this CellEditor.
getCellEditorListeners() - method in class javax.swing.tree.DefaultTreeCellEditor
Returns all added CellEditorListener objects to this editor.
getCellEditorValue() - method in class javax.swing.CellEditor
Returns the current value for the CellEditor.
getCellEditorValue() - method in class javax.swing.DefaultCellEditor
Get the value, currently being displayed by the editor component.
Get the value for the editor component.
getCellEditorValue() - method in class javax.swing.tree.DefaultTreeCellEditor
Returns the value currently being edited (requests it from the realEditor.
getCellIndex() - method in class org.w3c.dom.html2.HTMLTableCellElement
The index of this cell in the row, starting from 0.
getCellLength() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the length of the cells.
getCellPadding() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
getCellRect(int,int,boolean) - method in class javax.swing.JTable
Calculate the visible rectangle for a particular row and column.
getCellRenderer() - method in class javax.swing.plaf.basic.BasicTreeUI
Return currentCellRenderer, which will either be the trees renderer, or defaultCellRenderer, which ever was not null.
getCellRenderer() - method in class javax.swing.JList
Gets the value of the cellRenderer property.
getCellRenderer() - method in class javax.swing.JTree
getCellRenderer() - method in class javax.swing.table.TableColumn
Returns the renderer for the table cells in this column.
getCellRenderer(int,int) - method in class javax.swing.JTable
Get the cell renderer for rendering the given cell.
getCells() - method in class org.w3c.dom.html2.HTMLTableRowElement
The collection of cells in this row.
getCellSelectionEnabled() - method in class javax.swing.JTable
Get the value of the cellSelectionEnabled property.
getCellSpacing() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the spacing between cells.
getCellSpacing() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
getCenterPoint() - method in class java.awt.GraphicsEnvironment
Returns the point where a window should be centered.
getCentersChildren() - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method returns whether the children will be centered.
getCenterX() - method in class java.awt.geom.RectangularShape
Return the x coordinate of the center point of the framing rectangle.
getCenterY() - method in class java.awt.geom.RectangularShape
Return the y coordinate of the center point of the framing rectangle.
getCertificate() - method in class javax.security.auth.x500.X500PrivateCredential
Returns the certificate of this credential.
getCertificate() - method in class java.security.cert.X509CertSelector
Returns the certificate criterion, or null if this value was not set.
getCertificate(java.lang.String) - method in class java.security.KeyStore
Gets a Certificate for the specified alias.
Determines if the keystore contains the specified certificate entry and returns the alias.
getCertificateChain(java.lang.String) - method in class java.security.KeyStore
Gets a Certificate chain for the specified alias.
Gets the X.509 certificate chain associated with the given alias.
getCertificateChecking() - method in class java.security.cert.X509CRLSelector
Returns the certificate being checked, or null if this value is not set.
getCertificates() - method in class java.security.CodeSource
This method returns the list of digital certificates that can be used to verify the signatures of code loaded under this CodeSource.
getCertificates() - method in class java.util.jar.JarEntry
Returns a copy of the certificates set for this entry.
getCertificates() - method in class java.net.JarURLConnection
Returns an array of Certificate objects for the jar file entry specified by this URL or null if there are none
getCertificateValid() - method in class java.security.cert.X509CertSelector
Returns the date at which certificates must be valid, or null if this criterion was not set.
getCertifiedText() - method in class org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCertPath() - method in class java.security.cert.CertPathBuilderResult
Get the certificate path that was built.
getCertPath() - method in class java.security.cert.CertPathValidatorException
Get the certificate path that had the failure, or null.
getCertPath() - method in class java.security.cert.PKIXCertPathBuilderResult
Returns the certificate path that was built.
getCertPathCheckers() - method in class java.security.cert.PKIXParameters
Returns an immutable list of all certificate path checkers.
getCertPathEncodings() - method in class java.security.cert.CertificateFactory
Returns an Iterator of CertPath encodings supported by this factory, with the default encoding first.
getCertStoreParameters() - method in class java.security.cert.CertStore
Get the parameters this instance was created with, if any.
getCertStores() - method in class java.security.cert.PKIXParameters
Returns an immutable list of cert stores.
getCh() - method in class org.w3c.dom.html2.HTMLTableCellElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableColElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableRowElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Alignment character for cells in a column.
Returns the changes for an element.
getChange(javax.swing.text.Element) - method in class javax.swing.event.DocumentEvent
getChange
getChanged() - method in class java.awt.event.HierarchyEvent
Returns the component at the top of the hierarchy which changed.
getChangedParent() - method in class java.awt.event.HierarchyEvent
Returns the parent of the component listed in getChanged().
getChangeFlags() - method in class java.awt.event.HierarchyEvent
If this is a HIERARCHY_CHANGED event, this returns a bitmask of the types of changes that took place.
getChangeInfo() - method in class javax.naming.event.NamingEvent
getChangeListeners() - method in class javax.swing.AbstractButton
Returns all added ChangeListener objects.
getChangeListeners() - method in class javax.swing.AbstractSpinnerModel
Gets all the ChangeListeners.
getChangeListeners() - method in class javax.swing.DefaultBoundedRangeModel
Returns all ChangeListeners that are currently subscribed for changes to this DefaultBoundedRangeModel.
getChangeListeners() - method in class javax.swing.DefaultButtonModel
Returns all registered ChangeListener objects.
getChangeListeners() - method in class javax.swing.text.DefaultCaret
Returns all registered ChangeListeners of this Caret.
getChangeListeners() - method in class javax.swing.colorchooser.DefaultColorSelectionModel
Returns all currently added ChangeListener objects.
getChangeListeners
getChangeListeners() - method in class javax.swing.JProgressBar
Returns an array of the listeners that are registered with this component.
getChangeListeners() - method in class javax.swing.JSlider
Returns an array containing all the ChangeListener instances registered with this slider.
getChangeListeners() - method in class javax.swing.JSpinner
Gets all the ChangeListeners
getChangeListeners() - method in class javax.swing.JTabbedPane
This method returns all ChangeListeners registered with the JTabbedPane.
getChangeListeners() - method in class javax.swing.JViewport
getChangeListeners() - method in class javax.swing.MenuSelectionManager
Returns list of registered listeners with MenuSelectionManager
getChangeListeners() - method in class javax.swing.text.StyleContext
getChangeListeners() - method in class javax.swing.text.StyleContext.NamedStyle
getChangeToParentDirectoryAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the action that handles events for the "up folder" control button.
getChannel() - method in class java.net.DatagramSocket
Returns the datagram channel assoziated with this datagram socket.
getChannel() - method in class java.io.FileInputStream
This method creates a java.nio.channels.FileChannel.
getChannel() - method in class java.io.FileOutputStream
This method creates a java.nio.channels.FileChannel.
getChannel() - method in class java.io.RandomAccessFile
This method creates a java.nio.channels.FileChannel.
getChannel() - method in class java.net.ServerSocket
Returns the unique ServerSocketChannel object associated with this socket, if any.
getChannel() - method in class javax.sound.midi.ShortMessage
Get the channel information from this MIDI message, assuming it is a MIDI channel message.
getChannel() - method in class java.net.Socket
Returns the socket channel associated with this socket.
getChannelPressure() - method in class javax.sound.midi.MidiChannel
Get the key pressure for the channel.
getChannels() - method in class javax.sound.sampled.AudioFormat
Return the number of channels in this format.
getChannels() - method in class javax.sound.midi.Synthesizer
Get the set of MIDI channels controlled by this synth.
getChar() - method in class java.nio.ByteBuffer
Relative get method for reading a character value.
getChar(int) - method in class java.nio.ByteBuffer
Absolute get method for reading a character value.
getChar(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as a char.
getChar(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a char array.
Returns the text attribute for the character at the specified character index.
getCharacterAttribute(int) - method in class javax.accessibility.AccessibleText
Returns the attributes of a character at an index, or null if the index is out of bounds.
Returns an AttributeSet that reflects the text attributes of the specified character.
Gets the character attributes of the character at index.
getCharacterAttributeRun() - method in class javax.swing.text.StyledEditorKit
Returns the Element that represents the character run at the current caret position.
getCharacterAttributes() - method in class javax.swing.JTextPane
Returns the text attributes for the character at the current caret position.
Returns the bounds of the character at the specified index of the button's label.
getCharacterBounds(int) - method in class javax.accessibility.AccessibleText
Determines the bounding box of the indexed character.
getCharacterBounds(int) - method in class javax.swing.JLabel.AccessibleJLabel
Returns the bounding box of the character at the specified index.
Calculate the bounding box of the character at the given index.
getCharacterBounds(int) - method in class java.awt.peer.TextComponentPeer
getCharacterCount() - method in class java.awt.font.TextLayout
getCharacterElement(int) - method in class javax.swing.text.DefaultStyledDocument
Returns the Element that corresponds to the character at the specified position.
getCharacterElement(int) - method in class javax.swing.text.StyledDocument
getCharacterElement
getCharacterEncodingScheme() - method in class javax.xml.stream.util.ReaderDelegate
getCharacterEncodingScheme() - method in class javax.xml.stream.events.StartDocument
Returns the character encoding of the document.
getCharacterEncodingScheme() - method in class javax.xml.stream.XMLStreamReader
Returns the encoding declared in the XML declaration.
getCharacterInstance() - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the default locale.
getCharacterInstance(java.util.Locale) - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the specified locale.
Returns a BreakIterator instance for character breaks in the specified Locale.
getCharacterLevel(int) - method in class java.awt.font.TextLayout
getCharacterOffset() - method in class javax.xml.stream.Location
Returns the offset from the start of the source, in bytes or characters depending on the nature of the source, or -1 if this is not available.
getCharacterStream() - method in class java.sql.Clob
This method returns a character stream that reads the contents of this Clob.
getCharacterStream() - method in class org.xml.sax.InputSource
Get the character stream for this input source.
getCharacterStream() - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a character stream.
This method returns the value of the specified column as a character stream.
Returns the number of characters in the button's label.
getCharCount() - method in class javax.accessibility.AccessibleText
Return the number of characters.
getCharCount() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the number of characters that are displayed by the JLabel.
getCharCount() - method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Return the length of the text in this text component.
getCharIndex() - method in class java.awt.font.TextHitInfo
getCharParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getChars(int,int,char[],int) - method in class java.lang.StringBuffer
Get the specified array of characters.
getChars(int,int,char[],int) - method in class java.lang.StringBuilder
Get the specified array of characters.
getChars(int,int,dst[],int) - method in class java.lang.String
Copies characters from this String starting at a specified start index, ending at a specified stop index, to a character array starting at a specified destination begin index.
Fetches a piece of content and stores it in txt.
getChars(int,int,javax.swing.text.Segment) - method in class javax.swing.text.GapContent
Fetches a piece of content and stores it in a Segment object.
Updates txt to contain a direct reference to the underlying character array.
getCharset() - method in class org.w3c.dom.html2.HTMLAnchorElement
The character encoding of the linked resource.
getCharset() - method in class org.w3c.dom.html2.HTMLLinkElement
The character encoding of the resource being linked to.
getCharset() - method in class org.w3c.dom.html2.HTMLScriptElement
The character encoding of the linked resource.
getCharsetName() - method in class java.nio.charset.IllegalCharsetNameException
Retrieves the illegal charset name
getCharsetName() - method in class java.nio.charset.UnsupportedCharsetException
Retrieves the illegal charset name
getCharSetSpec() - method in class javax.swing.text.ChangedCharSetException
Get the value of the first parameter, previously passed to the constructor.
getCheckboxGroup() - method in class java.awt.Checkbox
Returns the checkbox group this object is a member of, if any.
getCheckBoxIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
Returns an icon for CheckBoxes in the BasicLookAndFeel.
getCheckBoxIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use when rendering the JCheckBox component.
getCheckBoxMenuItemIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
Creates and returns an icon used when rendering JCheckBoxMenuItem components.
getCheckBoxMenuItemIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use when rendering the JCheckBoxMenuItem component.
getChecked() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
getChecksum() - method in class java.util.zip.CheckedInputStream
Returns the Checksum object used.
getChecksum() - method in class java.util.zip.CheckedOutputStream
Returns the Checksum object used.
getChild() - method in class java.awt.event.ContainerEvent
This method returns the child object that was added or removed from the container.
getChild() - method in class java.util.prefs.NodeChangeEvent
Returns the child preference subnode that was added or removed.
getChild(java.io.File,java.lang.String) - method in class javax.swing.filechooser.FileSystemView
DOCUMENT ME!
getChild(java.lang.Object,int) - method in class javax.swing.tree.DefaultTreeModel
getChild
getChild(java.lang.Object,int) - method in class javax.swing.tree.TreeModel
getChild
getChild(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Returns the child sub node if it exists in the backing store or null if it does not exist.
Returns the next child after the specified node, or null if there is no child after the specified node.
getChildAllocation(int) - method in class javax.swing.text.AsyncBoxView.ChildLocator
Returns the current allocation of the child view with the specified index.
getChildAllocation(int,java.awt.Shape) - method in class javax.swing.text.AsyncBoxView
Returns the child allocation for the child view with the specified index.
Returns the current allocation for a child view.
getChildAllocation(int,java.awt.Shape) - method in class javax.swing.text.BoxView
Returns the child allocation for the child view with the specified index.
getChildAllocation(int,java.awt.Shape) - method in class javax.swing.text.CompositeView
Returns the allocation for the specified child View.
getChildAllocation(int,java.awt.Shape) - method in class javax.swing.text.View
getChildAt(int) - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the child of this AbstractElement at index.
getChildAt(int) - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the child node at a given index.
getChildAt(int) - method in class javax.swing.JTree.DynamicUtilTreeNode
Returns the child node at position pos.
getChildAt(int) - method in class javax.swing.tree.TreeNode
Returns the child node at the given index.
getChildBeanContextChild(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns the BeanContextChild implementation for the given child.
getChildBeanContextMembershipListener(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns child as an instance of BeanContextMembershipListener, or null if child does not implement that interface.
Returns child as an instance of BeanContextServicesListener, or null if child does not implement that interface.
Returns the previous child before the specified node, or null if there is no child before the specified node.
getChildCount() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the number of children of this AbstractElement.
getChildCount() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the number of children of this node.
getChildCount() - method in class javax.swing.JTree.DynamicUtilTreeNode
Returns the number of children of this node.
getChildCount() - method in class javax.swing.tree.TreeNode
Returns the number of children for this node.
getChildCount(java.lang.Object) - method in class javax.swing.tree.DefaultTreeModel
getChildCount
getChildCount(java.lang.Object) - method in class javax.swing.tree.TreeModel
getChildCount
getChildIndices() - method in class javax.swing.event.TreeModelEvent
getChildIndices
getChildNames(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getChildNames(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getChildNodes() - method in class javax.imageio.metadata.IIOMetadataNode
getChildNodes() - method in class org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildPolicy(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getChildPolicy(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getChildPropertyChangeListener(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns child as an instance of PropertyChangeListener, or null if child does not implement that interface.
getChildren() - method in class javax.swing.event.TreeModelEvent
getChildren
getChildrenAdded() - method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the added elements.
getChildrenAdded() - method in class javax.swing.event.DocumentEvent.ElementChange
getChildrenAdded
getChildrenRemoved() - method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the removed elements.
getChildrenRemoved() - method in class javax.swing.event.DocumentEvent.ElementChange
getChildrenRemoved
getChildSerializable(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns child as an instance of Serializable, or null if child does not implement that interface.
getChildState(int) - method in class javax.swing.text.AsyncBoxView
Returns the ChildState object associated with the child view at the specified index.
getChildVetoableChangeListener(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns child as an instance of VetoableChangeListener, or null if child does not implement that interface.
getChildView() - method in class javax.swing.text.AsyncBoxView.ChildState
Returns the child view for which this ChildState represents the layout state.
getChildVisibility(java.lang.Object) - static method in class java.beans.beancontext.BeanContextSupport
Returns child as an instance of Visibility, or null if child does not implement that interface.
getChOff() - method in class org.w3c.dom.html2.HTMLTableCellElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableColElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableRowElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Offset of alignment character.
getChoices() - method in class javax.security.auth.callback.ChoiceCallback
Get the list of choices.
getChoosableFileFilters() - method in class javax.swing.JFileChooser
Returns the available file filters for this file chooser.
getChooserPanels() - method in class javax.swing.JColorChooser
This method returns the AbstractColorChooserPanels used with this JColorChooser.
getCipherSuite() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the name of the cipher that was negotiated in this connection.
getCipherSuite() - method in class javax.net.ssl.HttpsURLConnection
Returns the cipher name negotiated for this connection.
getCipherSuite() - method in class javax.net.ssl.SSLSession
Returns this session's cihper suite.
getCite() - method in class org.w3c.dom.html2.HTMLModElement
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
getCite() - method in class org.w3c.dom.html2.HTMLQuoteElement
A URI [IETF RFC 2396] designating a source document or message.
getClassAnnotation(Class) - static method in class java.rmi.server.RMIClassLoader
Returns a string representation of the network location where a remote endpoint can get the class-definition of the given class.
getClassAnnotation(Class) - method in class java.rmi.server.RMIClassLoaderSpi
getClassContext() - method in class java.lang.SecurityManager
Get a list of all the classes currently executing methods on the Java stack. getClassContext()[0] is the currently executing method (ie. the class that CALLED getClassContext, not SecurityManager).
getClasses() - method in class java.lang.Class<T>
Get all the public member classes and interfaces declared in this class or inherited from superclasses.
getClassLoader() - method in class java.lang.Class<T>
Get the ClassLoader that loaded this class.
getClassLoader() - method in class java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassLoader(java.lang.String) - static method in class java.rmi.server.RMIClassLoader
Gets a classloader for the given codebase and with the current context classloader as parent.
getClassLoader(java.lang.String) - method in class java.rmi.server.RMIClassLoaderSpi
getClassLoader(javax.management.ObjectName) - method in class javax.management.MBeanServer
Returns the specified class loader.
Returns the class loader of the specified management bean.
getClassLoaderRepository() - method in class javax.management.MBeanServer
Returns the class loader repository used by this server.
Returns the class loader repository used by the specified server.
getClassLoadingMXBean() - static method in class java.lang.management.ManagementFactory
Returns the class loading management bean for the running virtual machine.
getClassName() - method in class java.rmi.activation.ActivationDesc
Get the class name of the object being activated
getClassName() - method in class java.rmi.activation.ActivationGroupDesc
Get the activation group class name.
getClassName() - method in class javax.naming.Binding
Returns the classname of the bound object.
getClassName() - method in class org.w3c.dom.html2.HTMLElement
The class attribute of the element.
getClassName() - method in class java.lang.management.LockInfo
Returns the class name of the lock object.
getClassName() - method in class javax.management.MBeanInfo
Returns the class name of the management bean.
getClassName() - method in class java.util.MissingResourceException
Gets the name of the resource bundle, for which a resource is missing.
getClassName() - method in class javax.naming.NameClassPair
Returns the classname of the binding.
getClassName() - method in class javax.management.ObjectInstance
Returns the class name of the bean.
getClassName() - method in class javax.management.openmbean.OpenMBeanInfo
Returns the class name of the management bean.
getClassName() - method in class javax.management.openmbean.OpenType<T>
Returns the name of the Java class this type represents.
getClassName() - method in class javax.naming.Reference
Get the name of the class of the referenced object.
getClassName() - method in class java.lang.StackTraceElement
Returns the fully qualified class name, or null if unknown.
getClassName() - method in class javax.swing.UIManager.LookAndFeelInfo
Returns the fully qualified class name for the LookAndFeel.
getClassName(javax.management.MBeanInfo) - method in class javax.management.StandardMBean
Returns the class name that will be used in the MBeanInfo instance.
getClassPath() - method in class java.lang.management.RuntimeMXBean
Returns the classpath used by the system classloader.
getClear() - method in class org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
getClear() - method in class org.w3c.dom.html2.HTMLBRElement
Control flow of text around floats.
getClickCount() - method in class java.awt.event.MouseEvent
This method returns the number of mouse clicks associated with this event.
getClickCountToStart() - method in class javax.swing.DefaultCellEditor
Get the number of mouse clicks, required to start the editing session.
getClient() - method in class javax.security.auth.kerberos.KerberosTicket
Return the client principal for this ticket.
getClientAddresses() - method in class javax.security.auth.kerberos.KerberosTicket
Return the allowable client addresses for this ticket.
Returns all client aliases that support the given key type.
getClientHost() - static method in class java.rmi.server.RemoteServer
Get the host of the calling client.
getClientHost() - method in class java.rmi.server.ServerRef
getClientProperty(java.lang.Object) - method in class javax.swing.JComponent
Get a client property associated with this component and a particular key.
getClientSessionContext() - method in class javax.net.ssl.SSLContext
Returns the set of SSL contexts available for client connections.
getClientX() - method in class org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - method in class org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - static method in class javax.sound.sampled.AudioSystem
Return a new clip which can be used for playing back an audio stream.
getClip() - method in class org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
getClip() - method in class javax.swing.DebugGraphics
Returns the current clipping region.
getClip() - method in class java.awt.Graphics
Returns the current clipping region as a Shape object.
getClip(javax.sound.sampled.Mixer.Info) - static method in class javax.sound.sampled.AudioSystem
Return a new clip which can be used for playing back an audio stream.
getClipBounds() - method in class javax.swing.DebugGraphics
getClipBounds
getClipBounds() - method in class java.awt.Graphics
Returns the bounding rectangle of the clipping region for this graphics context.
getClipBounds(java.awt.Rectangle) - method in class java.awt.Graphics
getClipRect() - method in class java.awt.Graphics
Returns the bounding rectangle of the clipping region for this graphics context.
getClob(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Clob.
getClob(int) - method in class java.sql.ResultSet
This method returns the specified column value as a CLOB.
getClob(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Clob.
getClob(java.lang.String) - method in class java.sql.ResultSet
This method returns the specified column value as a CLOB.
getClosedIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon displayed for non-leaf nodes that are closed.
getClosestPathForLocation(int,int) - method in class javax.swing.JTree
getClosestPathForLocation(javax.swing.JTree,int,int) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path to the node that is closest to x,y.
getClosestPathForLocation(javax.swing.JTree,int,int) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.getClosestPathForLocation(JTree,int,int) method for all the UI delegates managed by this MultiTreeUI, returning the path for the UI delegate from the primary look and feel.
Finds the path that is closest to the specified position.
getClosestRowForLocation(int,int) - method in class javax.swing.JTree
getCode() - method in class org.w3c.dom.html2.HTMLAppletElement
Applet class file.
getCode() - method in class org.w3c.dom.html2.HTMLObjectElement
Applet class file.
getCodeBase() - method in class java.applet.Applet
Returns the URL of the code base for this applet.
getCodeBase() - method in class java.applet.AppletStub
Returns the URL of the code base for this applet.
getCodeBase() - method in class org.w3c.dom.html2.HTMLAppletElement
Optional base URI [IETF RFC 2396] for applet.
getCodeBase() - method in class org.w3c.dom.html2.HTMLObjectElement
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
getCodebase(java.lang.Class) - static method in class javax.rmi.CORBA.Util
This call is finally delegated to RMIClassLoader.getClassAnnotation(Class);
getCodebase(java.lang.Class) - method in class javax.rmi.CORBA.UtilDelegate
Returns the invalid character.
getCodeSource() - method in class java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCodeType() - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via classid attribute.
getCollapsed() - method in class org.w3c.dom.ranges.Range
TRUE if the Range is collapsed
getCollapsedIcon() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the current collapsed icon.
This method returns an instance for CollationElementIterator for the specified String under the collation rules for this object.
This method returns an instance of CollationElementIterator for the String represented by the specified CharacterIterator.
getCollationKey(java.lang.String) - method in class java.text.Collator
This method transforms the specified String into a CollationKey for faster comparisons.
This method returns an instance of CollationKey for the specified String.
getCollection() - method in class java.security.cert.CollectionCertStoreParameters
Return the underlying collection.
getCollectionCount() - method in class java.lang.management.GarbageCollectorMXBean
Returns the number of collections the garbage collector represented by this bean has made.
getCollectionTime() - method in class java.lang.management.GarbageCollectorMXBean
Returns the accumulated number of milliseconds this garbage collector has spent freeing the memory used by unreferenced objects.
getCollectionUsage() - method in class java.lang.management.MemoryPoolMXBean
Returns memory usage statistics after a best-effort attempt has been made to remove unused objects from the pool.
getCollectionUsageThreshold() - method in class java.lang.management.MemoryPoolMXBean
Returns the collection usage threshold level in bytes.
getCollectionUsageThresholdCount() - method in class java.lang.management.MemoryPoolMXBean
Returns the number of times the usage level has matched or exceeded the collection usage threshold.
getColor() - method in class org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
getColor() - method in class javax.swing.DebugGraphics
Returns the color used for drawing.
getColor() - method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
getColor() - method in class java.awt.Graphics
Returns the current color for this object.
getColor() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font color.
getColor() - method in class org.w3c.dom.html2.HTMLFontElement
Font color.
getColor() - method in class javax.swing.JColorChooser
This method returns the current color for the JColorChooser.
getColor() - method in class java.awt.PageAttributes
getColor(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a color entry for the default locale.
getColor(java.lang.Object) - static method in class javax.swing.UIManager
Returns a drawing color from the defaults table.
Returns a color entry for a specic locale.
getColor(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns a drawing color from the defaults table.
getColor(java.lang.String) - static method in class java.awt.Color
Returns a new instance of Color from the value of the system property named by the specified string.
getColor(java.lang.String,int) - static method in class java.awt.Color
Returns a new instance of Color from the value of the system property named by the specified string.
getColor(java.lang.String,java.awt.Color) - static method in class java.awt.Color
Returns a new instance of Color from the value of the system property named by the specified string.
getColor1() - method in class java.awt.GradientPaint
Returns the first color.
getColor2() - method in class java.awt.GradientPaint
Returns the second color.
getColorComponents(float[]) - method in class java.awt.Color
Returns a float array containing the color components of this color in the ColorSpace it was created with (the constructors which do not take a ColorSpace parameter use a default sRGB ColorSpace).
Returns a float array containing the color components of this color in the given ColorSpace.
getColorForGap(int,int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns the color for the gap.
getColorFromModel() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
This method returns the current color stored in the model for this chooser panel.
getColorModel() - method in class java.awt.image.BufferedImage
getColorModel() - method in class java.awt.Component
Returns the color model of the device this componet is displayed on.
getColorModel() - method in class java.awt.peer.ComponentPeer
Returns the color model of the component.
getColorModel() - method in class java.awt.GraphicsConfiguration
Gets the color model of the corresponding device.
getColorModel() - method in class javax.imageio.ImageTypeSpecifier
Get the color model specified by this image type specifier.
getColorModel() - method in class java.awt.PaintContext
Return the color model of this context.
getColorModel() - method in class java.awt.image.PixelGrabber
getColorModel() - method in class java.awt.image.RenderedImage
getColorModel() - method in class java.awt.Toolkit
Returns the color model of the screen.
getColorModel(int) - method in class java.awt.GraphicsConfiguration
Gets a color model for the corresponding device which supports the desired transparency level.
getColorSelectionModel() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
This method returns the ColorSelectionModel for the JColorChooser associated with this chooser panel.
getColorSpace() - method in class java.awt.Color
Returns the color space of this color.
getColorSpace() - method in class java.awt.image.ColorModel
getColorSpaceType() - method in class java.awt.color.ICC_Profile
Returns the color space of this profile, in terms of the color space constants defined in ColorSpace.
getCols() - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of columns of frames in the frameset.
getCols() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Width of control (in characters).
getColSpan() - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of columns spanned by cell.
getColumn() - method in class javax.swing.event.TableModelEvent
Returns the affected column of this event.
getColumn(int) - method in class javax.swing.table.DefaultTableColumnModel
Returns the column at the specified index.
getColumn(int) - method in class javax.swing.table.TableColumnModel
Returns the TableColumn at the specified index.
getColumn(java.lang.Object) - method in class javax.swing.JTable
Get table column with the given identified.
getColumnClass(int) - method in class javax.swing.table.AbstractTableModel
Returns the Class for all Object instances in the specified column.
getColumnClass(int) - method in class javax.swing.JTable
Get the class (datatype) of the column.
getColumnClass(int) - method in class javax.swing.table.TableModel
Returns the Class for all Object instances in the specified column.
getColumnClassName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the Java class which will be used to create objects representing the data in this column.
getColumnCount() - method in class javax.swing.table.DefaultTableColumnModel
Returns the number of columns in the model.
getColumnCount() - method in class javax.swing.table.DefaultTableModel
Returns the number of columns in the model.
getColumnCount() - method in class javax.swing.JTable
Get the value of the columnCount property by delegation to the columnModel field.
getColumnCount() - method in class java.sql.ResultSetMetaData
This method returns the number of columns in the result set.
getColumnCount() - method in class javax.swing.table.TableColumnModel
Returns the number of columns in the model.
getColumnCount() - method in class javax.swing.table.TableModel
Returns the number of columns in the model.
getColumnCount() - method in class javax.swing.text.TableView.TableCell
Returns the number of columns that this cell spans.
getColumnDisplaySize(int) - method in class java.sql.ResultSetMetaData
This method returns the maximum number of characters that can be used to display a value in this column.
getColumnHeader() - method in class javax.swing.JScrollPane
getColumnHeader() - method in class javax.swing.ScrollPaneLayout
getColumnIndex(java.lang.Object) - method in class javax.swing.table.DefaultTableColumnModel
Returns the index of the TableColumn with the given identifier.
getColumnIndex(java.lang.Object) - method in class javax.swing.table.TableColumnModel
Returns the index of the TableColumn with the given identifier.
getColumnIndexAtX(int) - method in class javax.swing.table.DefaultTableColumnModel
Returns the index of the column that contains the specified x-coordinate.
getColumnIndexAtX(int) - method in class javax.swing.table.TableColumnModel
Returns the index of the column that contains the specified x-coordinate, assuming that:
  • column zero begins at position zero;
  • all columns appear in order;
  • individual column widths are taken into account, but the column margin is ignored.
If no column contains the specified position, this method returns -1.
getColumnLabel(int) - method in class java.sql.ResultSetMetaData
This method returns a string that should be used as a caption for this column for user display purposes.
getColumnMargin() - method in class javax.swing.table.DefaultTableColumnModel
Returns the column margin.
getColumnMargin() - method in class javax.swing.table.TableColumnModel
Returns the column margin.
getColumnModel() - method in class javax.swing.JTable
Get the value of the columnModel property.
getColumnModel() - method in class javax.swing.table.JTableHeader
Get the value of the columnModel property.
getColumnModelListeners() - method in class javax.swing.table.DefaultTableColumnModel
Returns an array containing the listeners that are registered with the model.
getColumnName(int) - method in class javax.swing.table.AbstractTableModel
Returns the name of the specified column.
getColumnName(int) - method in class javax.swing.table.DefaultTableModel
Get the name of the column.
getColumnName(int) - method in class javax.swing.JTable
Get the name of the column.
getColumnName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the specified column.
getColumnName(int) - method in class javax.swing.table.TableModel
Returns the name of a column in the model.
getColumnNumber() - method in class org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - method in class javax.xml.stream.Location
Returns the column number at which the current event ends, or -1 if this is not available.
getColumnNumber() - method in class org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - method in class javax.xml.transform.SourceLocator
Returns the column number at which the event occurred.
This method returns the access rights that have been granted to the requested columns.
getColumns() - method in class javax.swing.table.DefaultTableColumnModel
Returns an enumeration of the columns in the model.
getColumns() - method in class java.awt.GridLayout
Return the number of columns in this layout.
getColumns() - method in class javax.swing.JTextArea
Returns the current number of columns.
getColumns() - method in class javax.swing.JTextField
Returns the number of columns of this text field.
getColumns() - method in class javax.swing.table.TableColumnModel
Returns an enumeration of the columns in the model.
getColumns() - method in class java.awt.TextArea
Retrieve the number of columns that this text area would prefer to display.
getColumns() - method in class java.awt.TextField
Returns the number of columns in the field.
This method returns a list of the tables columns for the requested tables.
getColumnSelectionAllowed() - method in class javax.swing.table.DefaultTableColumnModel
Returns true if column selection is allowed, and false if column selection is not allowed.
getColumnSelectionAllowed() - method in class javax.swing.JTable
Get the value of the columnSelectionAllowed property.
getColumnSelectionAllowed() - method in class javax.swing.table.TableColumnModel
Returns true if column selection is allowed, and false if column selection is not allowed.
getColumnType(int) - method in class java.sql.ResultSetMetaData
This method returns the SQL type of the specified column.
getColumnTypeName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the SQL type for this column.
getColumnWidth() - method in class javax.swing.JTextArea
getColumnWidth() - method in class javax.swing.JTextField
Returns the column width, which is the width of the character m for the font in use.
getComboBox() - method in class javax.swing.plaf.metal.MetalComboBoxButton
Returns the combo box that the button is used with.
getComboIcon() - method in class javax.swing.plaf.metal.MetalComboBoxButton
Returns the icon displayed by the button.
getCommand() - method in class javax.sql.RowSet
getCommand() - method in class javax.sound.midi.ShortMessage
Get the command nibble from this MIDI message, assuming it is a MIDI channel message.
getCommandEnvironment() - method in class java.rmi.activation.ActivationGroupDesc
Get the group command environment, containing path to the jre executable and startup options.
getCommandOptions() - method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Get the additional command options.
getCommandPath() - method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Get the path to the java executable.
getComment() - method in class java.util.zip.ZipEntry
Gets the comment.
getCommitsOnValidEdit() - method in class javax.swing.text.DefaultFormatter
Returns true if the value should be committed after each valid modification of the input field, false if it should never be committed by this formatter.
getCommitted() - method in class java.lang.management.MemoryUsage
Returns the amount of memory committed for use by this memory pool (in bytes).
getCommittedCharacterCount() - method in class java.awt.event.InputMethodEvent
Returns the number of committed characters in the input method text.
Gets an interator which provides access to the text and its attributes, except for the uncommitted text.
getCommittedTextLength() - method in class java.awt.im.InputMethodRequests
Gets the length of committed text.
getCommonAncestorContainer() - method in class org.w3c.dom.ranges.Range
The deepest common ancestor container of the Range's two boundary-points.
getCompact() - method in class org.w3c.dom.html2.HTMLDirectoryElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLDListElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLMenuElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLOListElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLUListElement
Reduce spacing between list items.
getCompilationMXBean() - static method in class java.lang.management.ManagementFactory
Returns the compilation bean for the running virtual machine, if supported.
getComponent() - method in class javax.swing.event.AncestorEvent
Returns the source of this event.
getComponent() - method in class javax.swing.plaf.basic.BasicTextUI
The text component that is managed by this UI.
getComponent() - method in class java.beans.beancontext.BeanContextChildComponentProxy
Get the Component associated with this BeanContextChild.
getComponent() - method in class java.awt.event.ComponentEvent
This method returns the event source as a Component.
getComponent() - method in class javax.swing.ComponentInputMap
Returns the component to notify about changes.
getComponent() - method in class javax.swing.text.ComponentView
Returns the Component that is rendered by this ComponentView.
getComponent() - method in class javax.swing.text.DefaultCaret
Returns the JTextComponent on which this Caret is installed.
getComponent() - method in class javax.swing.DefaultCellEditor
Get the component that performs the editing sessions.
getComponent() - method in class java.awt.dnd.DragGestureEvent
Returns the Component corresponding to this.
getComponent() - method in class java.awt.dnd.DragGestureRecognizer
getComponent() - method in class java.awt.dnd.DragSourceContext
Returns the component associated with this.
getComponent() - method in class java.awt.dnd.DropTarget
Returns the component associated with this drop target object.
getComponent() - method in class java.awt.dnd.DropTargetContext
getComponent() - method in class java.awt.event.HierarchyEvent
This method returns the event source as a Component.
getComponent() - method in class javax.swing.JMenu
getComponent() - method in class javax.swing.JMenuBar
Returns reference to this menu bar
getComponent() - method in class javax.swing.JMenuItem
Returns reference to the component that will paint this menu item.
getComponent() - method in class javax.swing.JPopupMenu
Method of the MenuElement interface.
getComponent() - method in class javax.swing.JToolTip
Returns the component that the tool tip is associated with.
getComponent() - method in class javax.swing.MenuElement
getComponent
getComponent() - method in class javax.swing.Renderer
getComponent
getComponent() - method in class javax.swing.plaf.synth.SynthContext
Returns the component that contains the region.
getComponent(int) - method in class java.awt.Container
Returns the component at the specified index.
getComponent(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the component specified in the given attributes, or null if no component is specified.
Returns the Component that should receive the focus after current.
getComponentAfter
Returns the Component that should receive the focus after a Component.
Return the component which follows the specified component in this focus cycle, relative to the order imposed by comparator.
getComponentAt(int) - method in class javax.swing.JTabbedPane
This method returns the component associated with the tab.
getComponentAt(int,int) - method in class java.awt.Component
Returns the component occupying the position (x,y).
getComponentAt(int,int) - method in class java.awt.Container
Returns the component located at the specified point.
getComponentAt(java.awt.Point) - method in class java.awt.Component
Returns the component occupying the position (x,y).
getComponentAt(java.awt.Point) - method in class java.awt.Container
Returns the component located at the specified point.
getComponentAtIndex(int) - method in class javax.swing.JMenuBar
Returns component at the specified index.
getComponentAtIndex(int) - method in class javax.swing.JPopupMenu
Returns component located at the specified index in the popup menu
getComponentAtIndex(int) - method in class javax.swing.JToolBar
This method returns the component at the given index.
Returns the Component that should receive the focus before current.
getComponentBefore
Returns the Component that should receive the focus before a Component.
Return the component which precedes the specified component in this focus cycle, relative to the order imposed by comparator.
getComponentCount() - method in class java.awt.Container
Returns the number of components in this container.
getComponentCountInLayer(int) - method in class javax.swing.JLayeredPane
Return the number of components within a layer of this container.
Prepares a graphics context for painting this object.
getComponentIndex(java.awt.Component) - method in class javax.swing.JMenuBar
Returns index of the specified component
Returns index of the specified component in the popup menu
getComponentIndex(java.awt.Component) - method in class javax.swing.JToolBar
This method returns the index of the given component.
getComponentListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getComponentOrientation() - method in class java.awt.Component
Determines the text layout orientation used by this component.
getComponentPopupMenu() - method in class javax.swing.JComponent
Returns the popup menu for this component.
getComponents() - method in class java.awt.Container
Returns an array of the components in this container.
getComponents(float[]) - method in class java.awt.Color
Returns a float array containing the color and alpha components of this color in the ColorSpace it was created with (the constructors which do not take a ColorSpace parameter use a default sRGB ColorSpace).
getComponents(int,int[],int) - method in class java.awt.image.ColorModel
Fills an array with the unnormalized component samples from a pixel value.
getComponents(int,int[],int) - method in class java.awt.image.ComponentColorModel
getComponents(int,int[],int) - method in class java.awt.image.DirectColorModel
Fills an array with the unnormalized component samples from a pixel value.
Returns a float array containing the color and alpha components of this color in the given ColorSpace.
getComponents(java.lang.Object,int[],int) - method in class java.awt.image.ColorModel
Fills an array with the unnormalized component samples from an array of transferType containing a single pixel.
getComponentsInLayer(int) - method in class javax.swing.JLayeredPane
Return an array of all components within a layer of this container.
getComponentSize() - method in class java.awt.image.ColorModel
getComponentSize(int) - method in class java.awt.image.ColorModel
getComponentState() - method in class javax.swing.plaf.synth.SynthContext
Returns the state of the component.
getComponentType() - method in class java.lang.Class<T>
If this is an array, get the Class representing the type of array.
Returns the Z ordering index of comp.
getComposite() - method in class java.awt.Graphics2D
Returns the current compositing rule.
getCompositeData() - method in class javax.management.openmbean.CompositeDataInvocationHandler
Returns the CompositeData instance which provides the key-value mappings for this instance.
getCompositeType() - method in class javax.management.openmbean.CompositeData
Returns the composite type which corresponds to this instance of CompositeData.
getCompositeType() - method in class javax.management.openmbean.CompositeDataSupport
Returns the composite type which corresponds to this instance of CompositeData.
getCompressedSize() - method in class java.util.zip.ZipEntry
Gets the size of the compressed data.
getCompressionMode() - method in class javax.imageio.ImageWriteParam
getCompressionQuality() - method in class javax.imageio.ImageWriteParam
getCompressionQualityDescriptions() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Retrieve an array of compression quality descriptions.
getCompressionQualityValues() - method in class javax.imageio.ImageWriteParam
getCompressionQualityValues() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Retrieve an array of compression quality values, ordered from lowest quality to highest quality.
getCompressionThreshold() - method in class javax.swing.text.StyleContext
getCompressionType() - method in class javax.imageio.ImageWriteParam
getCompressionTypes() - method in class javax.imageio.ImageWriteParam
This method is used to get the computed style as it is defined in [CSS2].
getConcurrency() - method in class java.sql.ResultSet
This method returns the concurrency type of this result set.
Return the condition that determines whether a registered action occurs in response to the specified keystroke.
getConfiguration() - static method in class javax.security.auth.login.Configuration
getConfigurations() - method in class java.awt.GraphicsDevice
Return all configurations valid for this device.
getConfState() - method in class org.ietf.jgss.GSSContext
Returns the confidentiality service state over the context.
getConnectControls() - method in class javax.naming.ldap.InitialLdapContext
getConnectControls() - method in class javax.naming.ldap.LdapContext
getConnection() - method in class java.sql.DatabaseMetaData
This method returns the Connection object that was used to generate the metadata in this object.
getConnection() - method in class javax.sql.DataSource
getConnection() - method in class javax.sql.PooledConnection
getConnection() - method in class javax.sql.RowSetInternal
getConnection() - method in class java.sql.Statement
This method returns the Connection instance that was used to create this object.
getConnection(java.lang.String) - static method in class java.sql.DriverManager
This method attempts to return a connection to the specified JDBC URL string.
This method attempts to return a connection to the specified JDBC URL string using the specified username and password.
This method attempts to return a connection to the specified JDBC URL string using the specified connection properties.
getConnectTimeout() - method in class java.net.URLConnection
Returns the connection timeout speed, in milliseconds, or zero if the timeout is infinite or not set.
Returns the constraint for the edge with the edgeName.
Returns the constraint of the edge named by edgeName.
Return the constraint corresponding to a component in this layout.
getConstraints(java.awt.Component) - method in class javax.swing.SpringLayout
Returns the SpringLayout.Constraints object associated with the specified component.
getConstructor(Class...) - method in class java.lang.Class<T>
Get a public constructor declared in this class.
getConstructors() - method in class java.lang.Class<T>
Get all the public constructors of this class.
getConstructors() - method in class javax.management.MBeanInfo
Returns descriptions of each of the constructors provided by this management bean.
getConstructors() - method in class javax.management.openmbean.OpenMBeanInfo
Returns descriptions of each of the constructors provided by this management bean.
Returns information on the constructors that will be used in the MBeanInfo instance.
getContainer() - method in class java.beans.beancontext.BeanContextContainerProxy
Get the Container associated with this BeanContext.
getContainer() - method in class java.awt.event.ContainerEvent
Returns the source of this event as a Container.
getContainer() - method in class javax.swing.text.View
getContainerListeners() - method in class java.awt.Container
getContent() - method in class javax.swing.text.AbstractDocument
Returns the AbstractDocument.Content model for this Document
getContent() - method in class javax.naming.BinaryRefAddr
Returns the byte array contents as given to the constructor.
getContent() - method in class org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
getContent() - method in class javax.swing.text.html.parser.Element
Get the content model, defining elements, entities and DTD text that may/may not occur inside this element.
getContent() - method in class org.w3c.dom.html2.HTMLMetaElement
Associated information.
getContent() - method in class javax.naming.RefAddr
Returns the possibly null content of this RefAddr.
getContent() - method in class javax.naming.StringRefAddr
Returns the String contents as given to the constructor.
getContent() - method in class java.net.URL
Returns the contents of this URL as an object by first opening a connection, then calling the getContent() method against the connection
getContent() - method in class java.net.URLConnection
This method returns the content of the document pointed to by the URL as an Object.
getContent(java.lang.Class[]) - method in class java.net.URL
Gets the contents of this URL
getContent(java.lang.Class[]) - method in class java.net.URLConnection
Retrieves the content of this URLConnection
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
getContentBorderInsets(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the content border insets appropriately rotated.
getContentDocument() - method in class org.w3c.dom.html2.HTMLFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - method in class org.w3c.dom.html2.HTMLIFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - method in class org.w3c.dom.html2.HTMLObjectElement
The document this object contains, if there is any and it is available, or null otherwise.
getContentEncoding() - method in class java.net.URLConnection
Returns the value of the content-encoding field or null if it is not known or not present.
getContentHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - method in class javax.xml.validation.ValidatorHandler
Returns the ContentHandler to receive PSVI SAX events.
getContentHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - method in class org.xml.sax.XMLReader
Return the current content handler.
getContentLength() - method in class java.net.URLConnection
Returns the value of the content-length header field or -1 if the value is not known or not present.
getContentPane() - method in class javax.swing.JApplet
getContentPane() - method in class javax.swing.JDialog
This method returns the ContentPane in the JRootPane.
getContentPane() - method in class javax.swing.JFrame
getContentPane
getContentPane() - method in class javax.swing.JInternalFrame
This method returns the Content Pane for this JInternalFrame.
getContentPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
getContentPane() - method in class javax.swing.JWindow
getContentPane
getContentPane() - method in class javax.swing.RootPaneContainer
getContentPane
getContents() - method in class javax.accessibility.AccessibleResourceBundle
Returns the mapping between keys and display strings.
getContents() - method in class java.util.ListResourceBundle
Gets the key/value list.
getContents(java.lang.Object) - method in class java.awt.datatransfer.Clipboard
Returns the contents of the clipboard.
getContentType() - method in class javax.swing.text.DefaultEditorKit
Returns the content type that this EditorKit supports.
getContentType() - method in class javax.swing.text.EditorKit
getContentType() - method in class javax.swing.text.html.HTMLEditorKit
Gets the content type that the kit supports.
getContentType() - method in class javax.swing.JEditorPane
getContentType() - method in class javax.swing.text.rtf.RTFEditorKit
Returns the MIME content type.
getContentType() - method in class java.net.URLConnection
Returns the the content-type of the data pointed to by the URL.
This method is passed a filename and is responsible for determining the appropriate MIME type for that file.
getContext() - static method in class java.security.AccessController
Returns the complete access control context of the current thread.
getContextClassLoader() - method in class java.lang.Thread
Returns the context classloader of this Thread.
getContextualShaper(int) - static method in class java.awt.font.NumericShaper
Return a contextual shaper which can shape to any of the indicated languages.
getContextualShaper(int,int) - static method in class java.awt.font.NumericShaper
Return a contextual shaper which can shape to any of the indicated languages.
Creates a context in which the context operation must be continued.
getControl() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the control color from the installed theme.
getControl() - method in class javax.swing.plaf.metal.MetalTheme
Returns the control color.
getControl(javax.sound.sampled.Control.Type) - method in class javax.sound.sampled.Line
Return the control associated with this Line that matches the argument.
getControlButtonsAreShown() - method in class javax.swing.JFileChooser
Returns the flag that controls whether or not the control buttons are shown on the file chooser.
getControlDarkShadow() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for dark shadows on controls, from the installed theme.
getControlDarkShadow() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for dark shadows on controls.
getControlDisabled() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for disabled controls, from the installed theme.
getControlDisabled() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for disabled controls.
getControlFlag() - method in class javax.security.auth.login.AppConfigurationEntry
getControlHighlight() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw highlights for controls, from the installed theme.
getControlHighlight() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw highlights for controls.
getControlInfo() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to display control info, from the installed theme.
getControlInfo() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to display control info.
getController() - method in class javax.imageio.metadata.IIOMetadata
getController() - method in class javax.imageio.IIOParam
Retrieve the currently set controller if one has been set, or the default controller, or null if the controller has been explicitly set to null.
getController(int) - method in class javax.sound.midi.MidiChannel
Get a controller's value.
getControlObject() - method in class java.awt.im.spi.InputMethod
Returns a control object from this input method, or null.
getControls() - method in class javax.naming.ldap.HasControls
getControls() - method in class javax.sound.sampled.Line
Return an array of controls associated with this Line.
getControlShadow() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw shadows for controls, from the installed theme.
getControlShadow() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw shadows for controls.
getControlSize() - method in class javax.swing.plaf.metal.MetalCheckBoxIcon
Returns the size (both X and Y) of the checkbox icon.
getControlTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for text on controls, from the installed theme.
getControlTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for text on controls.
getControlTextColor() - method in class javax.swing.plaf.metal.OceanTheme
Returns the color for control text, which is the value of the theme's black value.
getControlTextFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for text on controls.
getControlTextFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the font used for text on controls, from the installed theme.
getControlTextFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for text on controls.
Returns the conversion character which doesn't match the flag.
Returns the conversion character.
Returns the conversion string.
getCookie() - method in class org.w3c.dom.html2.HTMLDocument
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
getCoords() - method in class org.w3c.dom.html2.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
getCoords() - method in class org.w3c.dom.html2.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
getCopies() - method in class java.awt.JobAttributes
getCopies() - method in class java.awt.print.PrinterJob
Returns the number of copies to be printed.
getCopyAction() - static method in class javax.swing.TransferHandler
getCorner(java.lang.String) - method in class javax.swing.JScrollPane
getCorner(java.lang.String) - method in class javax.swing.ScrollPaneLayout
Returns the Component at the specified corner.
getCount() - method in class java.lang.management.MemoryNotificationInfo
Returns the number of times the memory pool has crossed the usage threshold, as of the time of notification.
getCounterIncrement() - method in class org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
getCounterReset() - method in class org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
getCounterValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Counter value.
getCountLimit() - method in class javax.naming.directory.SearchControls
getCountry() - method in class java.util.Locale
Returns the country code of this locale.
getCrc() - method in class java.util.zip.ZipEntry
Gets the crc of the uncompressed data.
getCreationDate(java.lang.String) - method in class java.security.KeyStore
Gets entry creation date for the specified alias.
getCreationTime() - method in class javax.net.ssl.SSLSession
Returns the time in milliseconds since midnight GMT, 1 January 1970, that this session was created.
getCredDelegState() - method in class org.ietf.jgss.GSSContext
Returns the state of the delegated credentials for the context.
getCredentialClass() - method in class javax.security.auth.PrivateCredentialPermission
Returns the credential class name that was embedded in this permission's target name.
getCriticalExtensionOIDs() - method in class java.security.cert.X509Extension
Returns a set of the CRITICAL extension OIDs from the certificate/CRL that the object implementing this interface manages.
getCrossFeedResolution(int) - method in class javax.print.attribute.ResolutionSyntax
Returns the cross feed resolution for the given units.
getCrossFeedResolutionDphi() - method in class javax.print.attribute.ResolutionSyntax
Returns the raw cross feed resolution in dots per 100 inches.
getCrossPlatformLookAndFeelClassName() - static method in class javax.swing.UIManager
The fully qualified class name of the cross platform (Metal) look and feel.
This method returns a description of how one table imports another table's primary key as a foreign key.
getCrtCoefficient() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the CRT Coefficient.
getCrtCoefficient() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the CRT Coefficient q-1 mod p.
getCrtCoefficient() - method in class java.security.spec.RSAOtherPrimeInfo
Returns the CRT Coefficient.
getCrtCoefficient() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the CRT coefficient
getCrtCoefficient() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA CRT coefficient.
getCssFloat() - method in class org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
getCssRules() - method in class org.w3c.dom.css.CSSMediaRule
A list of all CSS rules contained within the media block.
getCssRules() - method in class org.w3c.dom.css.CSSStyleSheet
The list of all CSS rules contained within the style sheet.
getCssText() - method in class org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
getCssText() - method in class org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText() - method in class org.w3c.dom.css.CSSValue
A string representation of the current value.
getCssValueType() - method in class org.w3c.dom.css.CSSValue
A code defining the type of the value as defined above.
getCtrlKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCtrlP1() - method in class java.awt.geom.CubicCurve2D
Returns the curve’s first control point.
getCtrlP1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the curve’s first control point.
getCtrlP1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the curve’s first control point.
getCtrlP2() - method in class java.awt.geom.CubicCurve2D
Returns the curve’s second control point.
getCtrlP2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the curve’s second control point.
getCtrlP2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the curve’s second control point.
getCtrlPt() - method in class java.awt.geom.QuadCurve2D
Returns the curve’s control point.
getCtrlPt() - method in class java.awt.geom.QuadCurve2D.Double
Returns the curve’s control point.
getCtrlPt() - method in class java.awt.geom.QuadCurve2D.Float
Returns the curve’s control point.
getCtrlX() - method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the curve’s control point.
getCtrlX() - method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the curve’s control point.
getCtrlX() - method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the curve’s control point.
getCtrlX1() - method in class java.awt.geom.CubicCurve2D
Returns the x coordinate of the curve’s first control point.
getCtrlX1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the x coordinate of the curve’s first control point.
getCtrlX1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the x coordinate of the curve’s first control point.
getCtrlX2() - method in class java.awt.geom.CubicCurve2D
Returns the x coordinate of the curve’s second control point.
getCtrlX2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the x coordinate of the curve’s second control point.
getCtrlX2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the s coordinate of the curve’s second control point.
getCtrlY() - method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the curve’s control point.
getCtrlY() - method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the curve’s control point.
getCtrlY() - method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the curve’s control point.
getCtrlY1() - method in class java.awt.geom.CubicCurve2D
Returns the y coordinate of the curve’s first control point.
getCtrlY1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the y coordinate of the curve’s first control point.
getCtrlY1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the y coordinate of the curve’s first control point.
getCtrlY2() - method in class java.awt.geom.CubicCurve2D
Returns the y coordinate of the curve’s second control point.
getCtrlY2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the y coordinate of the curve’s second control point.
getCtrlY2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the y coordinate of the curve’s second control point.
getCue() - method in class org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
getCueAfter() - method in class org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
getCueBefore() - method in class org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
getCurrency() - method in class java.text.DecimalFormat
Returns the currency corresponding to the currency symbol stored in the instance of DecimalFormatSymbols used by this DecimalFormat.
getCurrency() - method in class java.text.DecimalFormatSymbols
Returns the currency corresponding to the currency symbol stored in this instance of DecimalFormatSymbols.
getCurrency() - method in class java.text.NumberFormat
Returns the currency used by this number format when formatting currency values.
getCurrencyCode() - method in class java.util.Currency
Returns the ISO4217 currency code of this currency.
getCurrencyInstance() - static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the default locale.
getCurrencyInstance(java.util.Locale) - static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the specified locale.
Returns a NumberFormat instance for monetary values in the specified Locale.
getCurrencySymbol() - method in class java.text.DecimalFormatSymbols
This method returns the currency symbol in local format.
getCurrent() - method in class java.awt.CheckboxGroup
Returns the currently selected checkbox, or null if none of the checkboxes in this group are selected.
Returns the current value of this object as a number.
getCurrentAccessibleValue() - method in class javax.accessibility.AccessibleValue
Gets the current value of this object, or null if it has not been set.
Gets the current value of this object, or null if it has not been set.
Returns the current value of this accessible object.
Returns the current layer for the JInternalFrame component, as an Integer.
Returns the current layer for the JInternalFrame component represented by this JDesktopIcon, as an Integer.
Returns the current value of the JProgressBar component, as an Integer.
Returns the current value of the JScrollBar component, as an Integer.
Returns the current value of the JSlider component, as an Integer.
Returns the current divider location for the JSplitPane component, as an Integer.
Returns the current value of this accessible object.
getCurrentDataFlavors() - method in class java.awt.dnd.DropTargetContext
getCurrentDataFlavors() - method in class java.awt.dnd.DropTargetDragEvent
getCurrentDataFlavors() - method in class java.awt.dnd.DropTargetDropEvent
getCurrentDataFlavorsAsList() - method in class java.awt.dnd.DropTargetContext
getCurrentDataFlavorsAsList() - method in class java.awt.dnd.DropTargetDragEvent
getCurrentDataFlavorsAsList() - method in class java.awt.dnd.DropTargetDropEvent
getCurrentDirectory() - method in class javax.swing.JFileChooser
Returns the current directory.
getCurrentEvent() - static method in class java.awt.EventQueue
Return the event currently being dispatched by the event dispatch thread.
Retrieve the current focus cycle root, or null if the focus owner was not set by a thread in the current ThreadGroup.
getCurrentKeyboardFocusManager() - static method in class java.awt.KeyboardFocusManager
Retrieve the keyboard focus manager associated with the ThreadGroup to which the calling thread belongs.
getCurrentLine() - method in class javax.swing.text.html.parser.Parser
Get the number of the document line being parsed.
getCurrentLineLength() - method in class javax.swing.text.AbstractWriter
Return the current line length.
getCurrentManager() - static method in class javax.swing.FocusManager
getCurrentManager
getCurrentNode() - method in class org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentPoint() - method in class java.awt.geom.GeneralPath
Returns the current appending point of the path.
getCurrentPos() - method in class javax.swing.text.html.parser.Parser
Get the current position in the document being parsed.
getCurrentServiceClasses() - method in class java.beans.beancontext.BeanContextServices
Get a list of all service classes supported.
getCurrentServiceClasses() - method in class java.beans.beancontext.BeanContextServicesSupport
Returns an iterator over the currently available services.
getCurrentServiceSelectors() - method in class java.beans.beancontext.BeanContextServiceAvailableEvent
Get the current service selectors of the service class.
Get a list of valid service selectors for the specified service class.
Get a list of valid service selectors for the specified service class.
getCurrentServiceSelectors(java.lang.Class) - method in class java.beans.beancontext.BeanContextServices
Get a list of valid service selectors for the specified service class.
Returns an iterator over the service selectors of the service provider for the given service.
getCurrentTarget() - method in class org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentTheme() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the current theme for the Metal look and feel.
getCurrentThreadCpuTime() - method in class java.lang.management.ThreadMXBean
Returns the total number of nanoseconds of CPU time the current thread has used.
getCurrentThreadUserTime() - method in class java.lang.management.ThreadMXBean
Returns the total number of nanoseconds of CPU time the current thread has executed in user mode.
getCurrentWriter() - method in class javax.swing.text.AbstractDocument
Returns the thread that currently modifies this Document if there is one, otherwise null.
getCursor() - method in class javax.accessibility.AccessibleComponent
Get the cursor of this component.
getCursor() - method in class java.awt.Component
Returns the cursor for this component.
Gets the cursor.
getCursor() - method in class org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
getCursor() - method in class java.awt.dnd.DragSourceContext
Returns the current cursor or null if the default drag cursor is used.
getCursor() - method in class java.awt.dnd.peer.DragSourceContextPeer
Returns the cursor for this list child.
Returns the cursor for this table cell.
Get the cursor of this component.
Gets the Cursor of this object.
Returns the Cursor displayed when the pointer is positioned over this component.
getCursorName() - method in class java.sql.ResultSet
This method returns the name of the database cursor used by this result set.
getCursorType() - method in class java.awt.Frame
Returns the cursor type of the cursor for this window.
getCustomEditor() - method in class java.beans.PropertyEditor
The RAD tool calls this to grab the component that can edit this type.
getCustomEditor() - method in class java.beans.PropertyEditorSupport
Returns a custom component to edit the value.
getCustomizerClass() - method in class java.beans.BeanDescriptor
Get the Bean's customizer's class.
getCutAction() - static method in class javax.swing.TransferHandler
getDaemonThreadCount() - method in class java.lang.management.ThreadMXBean
Returns the number of live daemon threads.
getDashArray() - method in class java.awt.BasicStroke
Returns the dash array, which defines the length of alternate opaque and transparent sections in lines drawn with this stroke.
getDashPhase() - method in class java.awt.BasicStroke
Returns the dash phase for the stroke.
getData() - method in class java.rmi.activation.ActivationDesc
getData() - method in class java.rmi.activation.ActivationGroupDesc
Get the group intialization data.
getData() - method in class java.awt.image.BufferedImage
getData() - method in class org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - method in class javax.xml.stream.events.Characters
Returns the character data assocated with this event.
getData() - method in class java.awt.image.DataBufferByte
Returns the first data bank.
getData() - method in class java.awt.image.DataBufferDouble
Returns the first data bank.
getData() - method in class java.awt.image.DataBufferFloat
Returns the first data bank.
getData() - method in class java.awt.image.DataBufferInt
Returns the first data bank.
getData() - method in class java.awt.image.DataBufferShort
Returns the first data bank.
getData() - method in class java.awt.image.DataBufferUShort
Returns the first data bank.
getData() - method in class java.net.DatagramPacket
Returns the data buffer for this packet
getData() - method in class javax.swing.text.html.parser.Entity
Get the entity data.
getData() - method in class javax.swing.text.html.FormSubmitEvent
Returns the submit data.
getData() - method in class org.w3c.dom.html2.HTMLObjectElement
A URI [IETF RFC 2396] specifying the location of the object's data.
getData() - method in class java.awt.color.ICC_Profile
Returns the data corresponding to this ICC_Profile as a byte array.
getData() - method in class javax.imageio.stream.IIOByteBuffer
getData() - method in class javax.sound.midi.MetaMessage
Get the data for this message, not including the status, type, or length information.
getData() - method in class javax.xml.stream.events.ProcessingInstruction
Returns the processing instruction data.
getData() - method in class org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData() - method in class java.awt.image.RenderedImage
getData() - method in class javax.sound.midi.SoundbankResource
Get the audio data for this resource.
getData() - method in class javax.sound.midi.SysexMessage
Get the data for this message, not including the status byte.
getData(int) - method in class java.awt.image.DataBufferByte
Returns a data bank.
getData(int) - method in class java.awt.image.DataBufferDouble
Returns a data bank.
getData(int) - method in class java.awt.image.DataBufferFloat
Returns a data bank.
getData(int) - method in class java.awt.image.DataBufferInt
Returns a data bank.
getData(int) - method in class java.awt.image.DataBufferShort
Returns a data bank.
getData(int) - method in class java.awt.image.DataBufferUShort
Returns a data bank.
getData(int) - method in class java.awt.color.ICC_Profile
Returns the ICC profile tag data The non ICC-tag icSigHead is also permitted to request the header data.
getData(java.awt.datatransfer.DataFlavor) - method in class java.awt.datatransfer.Clipboard
getData(java.awt.Rectangle) - method in class java.awt.image.BufferedImage
getData(java.awt.Rectangle) - method in class java.awt.image.RenderedImage
getData1() - method in class javax.sound.midi.ShortMessage
Get the first data byte from this message, assuming it exists, and zero otherwise.
getData2() - method in class javax.sound.midi.ShortMessage
Get the second data byte from this message, assuming it exists, and zero otherwise.
getDatabaseMajorVersion() - method in class java.sql.DatabaseMetaData
This method returns the major version number of the database.
getDatabaseMinorVersion() - method in class java.sql.DatabaseMetaData
This method returns the minor version number of the database.
getDatabaseProductName() - method in class java.sql.DatabaseMetaData
This method returns the name of the database product.
This method returns the version of the database product.
getDataBitOffset() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the offset to the first data bit.
getDataBuffer() - method in class java.awt.image.Raster
Returns the data buffer that stores the pixel data for this raster.
getDataClass() - method in class javax.sound.midi.SoundbankResource
Get the class used to represent the audio data for this resource.
getDataElement(float[],int) - method in class java.awt.image.ColorModel
Converts the normalized component samples from an array to a pixel value.
getDataElement(int[],int) - method in class java.awt.image.ColorModel
Converts the unnormalized component samples from an array to a pixel value.
getDataElement(int[],int) - method in class java.awt.image.ComponentColorModel
getDataElement(int[],int) - method in class java.awt.image.DirectColorModel
Converts the normalized component samples from an array to an array of TransferType values.
getDataElements(int,int,java.lang.Object) - method in class java.awt.image.Raster
Extract all samples of one pixel and return in an array of transfer type.
Returns the samples for the pixel at location (x, y) in a primitive array (the array type is determined by the data type for this model).
Extract one pixel and return in an array of transfer type.
This method is provided as a faster alternative to getPixel(), that can be used when there is no need to decode the pixel into separate sample values.
getDataElements(int,java.lang.Object) - method in class java.awt.image.ColorModel
Converts an sRGB pixel int value to an array containing a single pixel of the color space of the color model.
Converts a normalized pixel int value in the sRGB color space to an array containing a single pixel of the color space of the color model.
getDataLength(int) - method in class javax.sound.midi.ShortMessage
Return the number of data bytes needed for a given MIDI status byte.
getDataSize() - method in class java.sql.DataTruncation
This method returns the original size of the parameter or column that was truncated.
getDataSourceName() - method in class javax.sql.RowSet
getDataType() - method in class java.awt.image.DataBuffer
Returns the type of the data elements in the data buffer.
getDataType() - method in class java.awt.image.SampleModel
Returns the type of the DataBuffer that this SampleModel accesses.
getDataTypeSize(int) - static method in class java.awt.image.DataBuffer
Returns the size (number of bits) of the specified data type.
getDataVector() - method in class javax.swing.table.DefaultTableModel
Returns the vector containing the row data for the table.
getDate() - method in class java.util.Date
Returns the day of the month of this Date object, as a value between 0 and 31.
getDate() - method in class java.security.cert.PKIXParameters
Returns the date for which the certificate path should be validated, or null if the current time should be used.
getDate() - method in class javax.swing.SpinnerDateModel
Returns the current date/time.
getDate() - method in class java.sql.Time
This method always throws an IllegalArgumentException.
getDate() - method in class java.net.URLConnection
Returns the date of the document pointed to by the URL as reported in the date field of the header or 0 if the value is not present or not known.
getDate(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.sql.Date.
getDate(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Date.
This method returns the value of the specified parameter as a Java java.sql.Date.
getDate(int,java.util.Calendar) - method in class java.sql.ResultSet
This method returns the specified column value as a java.sql.Date.
getDate(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.sql.Date.
getDate(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Date.
This method returns the value of the specified parameter as a Java java.sql.Date.
This method returns the specified column value as a java.sql.Date.
getDateAndTime() - method in class java.security.cert.X509CRLSelector
Returns the date when this CRL must be valid; that is, the date must be after the thisUpdate date, but before the nextUpdate date.
getDateFormatSymbols() - method in class java.text.SimpleDateFormat
This method returns a copy of the format symbol information used for parsing and formatting dates.
getDateInstance() - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the default formatting style for dates.
getDateInstance(int) - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for dates.
getDateInstance(int,java.util.Locale) - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for dates.
Returns a DateFormat instance for formatting dates with the given style in the specified Locale.
getDateTime() - method in class org.w3c.dom.html2.HTMLModElement
The date and time of the change.
getDateTimeInstance() - static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getDateTimeInstance(int,int) - static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the DEFAULT style.
This method returns a new instance of DateFormat that formats both dates and times using the specified styles.
Returns a DateFormat instance for formatting dates and times with the given style in the specified Locale.
getDay() - method in class java.util.Date
Returns the day represented by this Date object as an integer between 0 (Sunday) and 6 (Saturday).
getDay() - method in class java.sql.Time
This method always throws an IllegalArgumentException.
getDay() - method in class javax.xml.datatype.XMLGregorianCalendar
getDays() - method in class javax.xml.datatype.Duration
Returns the days in this duration as an int, or 0 if not present.
getDCHuffmanTables() - method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
Retrieve the DC Huffman tables.
getDCHuffmanTables() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Retrieve the DC Huffman tables.
getDebugGraphicsOptions() - method in class javax.swing.JComponent
Get the value of the debugGraphicsOptions property.
getDebugOptions() - method in class javax.swing.DebugGraphics
getDebugOptions
getDecayTime() - method in class javax.sound.sampled.ReverbType
Return the decay time.
getDecimalFormatSymbols() - method in class java.text.DecimalFormat
Returns a copy of the symbols used by this instance.
getDecimalSeparator() - method in class java.text.DecimalFormatSymbols
This method returns the character used as the decimal point.
getDeclaration() - method in class javax.xml.stream.events.EntityReference
Returns the declaration of this reference.
getDeclaration(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Translates a CSS declaration into an AttributeSet.
getDeclare() - method in class org.w3c.dom.html2.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
getDeclaredAnnotations() - method in class java.lang.reflect.AccessibleObject
Returns all annotations directly defined by the element.
getDeclaredAnnotations() - method in class java.lang.reflect.AnnotatedElement
Returns all annotations directly defined by the element.
getDeclaredAnnotations() - method in class java.lang.Class<T>
Returns all annotations directly defined by this class.
getDeclaredAnnotations() - method in class java.lang.Package
Returns all annotations directly defined by this package.
getDeclaredClasses() - method in class java.lang.Class<T>
Get all the declared member classes and interfaces in this class, but not those inherited from superclasses.
getDeclaredConstructor(Class...) - method in class java.lang.Class<T>
Get a constructor declared in this class.
getDeclaredConstructors() - method in class java.lang.Class<T>
Get all the declared constructors of this class.
getDeclaredField(java.lang.String) - method in class java.lang.Class<T>
Get a field declared in this class, where name is its simple name.
getDeclaredFields() - method in class java.lang.Class<T>
Get all the declared fields in this class, but not those inherited from superclasses.
Get a method declared in this class, where name is its simple name.
getDeclaredMethods() - method in class java.lang.Class<T>
Get all the declared methods in this class, but not those inherited from superclasses.
getDeclaredPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclaringClass() - method in class java.lang.Class<T>
If this is a nested or inner class, return the class that declared it.
getDeclaringClass() - method in class java.lang.reflect.Constructor<T>
Gets the class that declared this constructor.
getDeclaringClass() - method in class java.lang.Enum<T,extends,Enum,T>
Returns the type of this enumeration constant.
getDeclaringClass() - method in class java.lang.reflect.Field
Gets the class that declared this field, or the class where this field is a non-inherited member.
getDeclaringClass() - method in class java.lang.reflect.Member
Gets the class that declared this member.
getDeclaringClass() - method in class java.lang.reflect.Method
Gets the class that declared this method, or the class where this method is a non-inherited member.
getDecomposition() - method in class java.text.Collator
This method returns the current decomposition setting for this object.
Returns the deepest descendent of parent which is both visible and contains the point (x,y).
getDefault() - static method in class java.util.Locale
Returns the default Locale.
getDefault() - static method in class java.net.ProxySelector
Returns the default proxy selector.
getDefault() - static method in class javax.net.ServerSocketFactory
Returns the default server socket factory.
getDefault() - static method in class javax.net.SocketFactory
Returns the default socket factory.
getDefault() - static method in class javax.net.ssl.SSLServerSocketFactory
Returns a default implementation of a SSL server socket factory.
getDefault() - static method in class javax.net.ssl.SSLSocketFactory
Returns a default implementation of a SSL socket factory.
getDefault() - static method in class java.util.TimeZone
Returns the time zone under which the host is running.
getDefaultAction() - method in class javax.swing.text.Keymap
getDefaultActions() - method in class java.awt.dnd.DropTarget
Returns the default actions.
getDefaultAlgorithm() - static method in class javax.net.ssl.KeyManagerFactory
Get the default algorithm name.
getDefaultAlgorithm() - static method in class javax.net.ssl.TrustManagerFactory
Returns the default algorithm for trust manager factories.
getDefaultAllowUserInteraction() - static method in class java.net.URLConnection
Returns the default flag for whether or not interaction with a user is allowed.
Determines and returns the default value for a given attribute category of this print service.
getDefaultButton() - method in class javax.swing.JRootPane
getDefaultChecked() - method in class org.w3c.dom.html2.HTMLInputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
getDefaultChoice() - method in class javax.security.auth.callback.ChoiceCallback
Get the defaultChoice.
getDefaultChooserPanels() - static method in class javax.swing.colorchooser.ColorChooserComponentFactory
This method returns the three default chooser panels to be used in JColorChooser.
getDefaultCipherSuites() - method in class javax.net.ssl.SSLServerSocketFactory
Returns the list of cipher suites that will be enabled in server sockets created by this factory.
getDefaultCipherSuites() - method in class javax.net.ssl.SSLSocketFactory
Returns the list of cipher suites that will be enabled in sockets created by this factory.
getDefaultClosedIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon for non-leaf tree cells that are closed (not expanded).
getDefaultCloseOperation() - method in class javax.swing.JDialog
This method returns the action taken when the JDialog is closed.
getDefaultCloseOperation() - method in class javax.swing.JFrame
Returns a code for the default operation when the frame is closed.
getDefaultCloseOperation() - method in class javax.swing.JInternalFrame
Returns a code for the default action taken when this JInternalFrame is closed.
Returns the default Component of root that should receive the focus.
Returns the default Component to focus.
Return the default component of root, which is by default the same as the first component, returned by getFirstComponent(Container).
getDefaultConfiguration() - method in class java.awt.GraphicsDevice
Return the default configuration for this device.
getDefaultController() - method in class javax.imageio.metadata.IIOMetadata
getDefaultController() - method in class javax.imageio.IIOParam
Retrieve the default controller regardless of whether or not a non-default controller has been set.
getDefaultCursor() - static method in class java.awt.Cursor
Returns an instance of the system default cursor type.
getDefaultCursor() - method in class javax.swing.text.html.HTMLEditorKit
Returns the default cursor.
getDefaultDirectory() - method in class javax.swing.filechooser.FileSystemView
Returns the default directory.
getDefaultDomain() - method in class javax.management.MBeanServer
Returns the default domain this server applies to beans that have no specified domain.
getDefaultDomain() - method in class javax.management.MBeanServerConnection
Returns the default domain this server applies to beans that have no specified domain.
getDefaultDragSource() - static method in class java.awt.dnd.DragSource
Gets the default drag source.
getDefaultEditor(Class) - method in class javax.swing.JTable
Get the default editor for editing values of the given type (String, Boolean and so on).
getDefaultEventIndex() - method in class java.beans.BeanInfo
Get the "default" event, basically the one a RAD tool user is most likely to select.
getDefaultEventIndex() - method in class java.beans.SimpleBeanInfo
Say that there is no "default" event set.
getDefaultFlavorMap() - static method in class java.awt.datatransfer.SystemFlavorMap
Returns the (System)FlavorMap for the current thread's ClassLoader.
Retrieve the default Set of focus traversal keys for one of the focus traversal directions.
Retrieve the default FocusTraversalPolicy.
getDefaultFormatter() - method in class javax.swing.text.DefaultFormatterFactory
Returns the formatted to be used if no other appropriate non-null formatter can be found.
getDefaultFractionDigits() - method in class java.util.Currency
Returns the number of digits which occur after the decimal point for this particular currency.
getDefaultHostnameVerifier() - static method in class javax.net.ssl.HttpsURLConnection
Returns the default hostname verifier used in all new connections.
getDefaultIcon() - method in class javax.swing.plaf.basic.BasicRadioButtonUI
Returns the default icon for JRadioButtons.
Get a metadata object appropriate for encoding an image specified by the given image type specifier and optional image write parameters.
getDefaultInitCtx() - method in class javax.naming.InitialContext
Get the default initial context.
getDefaultInstance() - static method in class javax.imageio.spi.IIORegistry
getDefaultLeafIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon for leaf tree cells.
getDefaultLightWeightPopupEnabled() - static method in class javax.swing.JPopupMenu
Returns flag indicating if newly created JPopupMenu will use heavyweight or lightweight container to display its menu items
getDefaultLocale() - static method in class javax.swing.JComponent
Returns the locale used as the default for all new components.
getDefaultLocale() - method in class javax.swing.UIDefaults
Returns the current default locale.
getDefaultName() - method in class javax.security.auth.callback.NameCallback
Get the default name.
getDefaultOpenIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the default icon for non-leaf tree cells that are open (expanded).
getDefaultOption() - method in class javax.security.auth.callback.ConfirmationCallback
Get the default option.
getDefaultPort() - method in class java.net.URL
Returns the default port of the URL.
getDefaultPort() - method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultPrintService() - method in class javax.print.PrintServiceLookup
Not to be called directly by applications.
getDefaultPropertyIndex() - method in class java.beans.BeanInfo
Get the "default" property, basically the one a RAD tool user is most likely to select.
getDefaultPropertyIndex() - method in class java.beans.SimpleBeanInfo
Say that there is no "default" property.
getDefaultProviderInstance() - static method in class java.rmi.server.RMIClassLoader
Returns the default service provider for RMIClassLoader.
getDefaultQueue() - static method in class javax.swing.text.LayoutQueue
Return the default layout queue.
getDefaultReadParam() - method in class javax.imageio.ImageReader
Retrieve the default read parameters for this reader's image format.
getDefaultRenderer() - method in class javax.swing.table.JTableHeader
Returns the default table cell renderer.
getDefaultRenderer(Class) - method in class javax.swing.JTable
Get the default renderer for rendering the given data type.
getDefaultRepresentationClass() - method in class java.awt.datatransfer.DataFlavor
XXX - Currently returns java.io.InputStream.
getDefaultRepresentationClassAsString() - method in class java.awt.datatransfer.DataFlavor
XXX - Currently returns java.io.InputStream.
Returns the default value of a request property.
getDefaultRootElement() - method in class javax.swing.text.AbstractDocument
Returns the default root Element of this Document.
getDefaultRootElement() - method in class javax.swing.text.DefaultStyledDocument
Returns the default root element.
getDefaultRootElement() - method in class javax.swing.text.Document
Returns the default root element.
getDefaultRootElement() - method in class javax.swing.text.PlainDocument
Returns the default root Element of this Document.
getDefaults() - method in class javax.swing.plaf.basic.BasicLookAndFeel
Creates and returns a new instance of the default resources for this look and feel.
getDefaults() - method in class javax.swing.LookAndFeel
Creates and returns a look-and-feel specific defaults table.
getDefaults() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Creates and returns a new instance of the default resources for this look and feel.
getDefaults() - method in class javax.swing.plaf.multi.MultiLookAndFeel
Creates and returns the UI defaults for this look and feel.
getDefaults() - method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns the UI defaults of this look and feel.
getDefaults() - static method in class javax.swing.UIManager
Returns the default values for this look and feel.
Get the default screen GraphicsDevice object.
getDefaultSelected() - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the value of the HTML selected attribute.
getDefaultSelection() - method in class java.awt.JobAttributes
getDefaultSize() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the default size for the display area of a combo box that does not contain any elements.
getDefaultSocketFactory() - static method in class java.rmi.server.RMISocketFactory
getDefaultSoundbank() - method in class javax.sound.midi.Synthesizer
Get the default Soundbank for this synth.
getDefaultSSLSocketFactory() - static method in class javax.net.ssl.HttpsURLConnection
Returns the default SSL socket factory used in all new connections.
getDefaultStream() - static method in class java.rmi.server.LogStream
Get a metadata object appropriate for encoding the default image type handled by this writer, optionally considering image write parameters.
getDefaultStyleContext() - static method in class javax.swing.text.StyleContext
getDefaultText() - method in class javax.security.auth.callback.TextInputCallback
Get the default text.
getDefaultTextIconGap(javax.swing.AbstractButton) - method in class javax.swing.plaf.basic.BasicButtonUI
Returns the default gap between the button's text and icon (in pixels).
getDefaultToolkit() - static method in class java.awt.Toolkit
Returns an instance of the default toolkit.
This method returns the default transaction isolation level of the database.
getDefaultTransform() - method in class java.awt.GraphicsConfiguration
Returns a transform that maps user coordinates to device coordinates.
getDefaultTreeModel() - static method in class javax.swing.JTree
Returns a sample TreeModel that can be used in a JTree.
getDefaultType() - static method in class java.security.cert.CertPathBuilder
Get the default cert path builder type.
getDefaultType() - static method in class java.security.cert.CertPathValidator
Returns the default validator type.
getDefaultType() - static method in class java.security.cert.CertStore
Returns the default certificate store type.
getDefaultType() - static method in class java.security.KeyStore
Returns the default KeyStore type.
getDefaultUncaughtExceptionHandler() - static method in class java.lang.Thread
Returns the handler used by default when a thread terminates unexpectedly due to an exception, or null if one doesn't exist.
getDefaultUseCaches() - method in class java.net.URLConnection
Returns the default value used to determine whether or not caching of documents will be done when possible.
getDefaultValue() - method in class javax.swing.text.html.CSS.Attribute
Returns the default value of this attribute if one exists, null otherwise.
getDefaultValue() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
getDefaultValue() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the contents of the element.
getDefaultValue() - method in class java.lang.reflect.Method
If this method is an annotation method, returns the default value for the method.
getDefaultValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the default value of this attribute, or null if there is no default value.
getDefaultValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the default value of this parameter, or null if there is no default value.
getDefaultValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the default value of this parameter, or null if there is no default value.
getDefaultView() - method in class org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefaultWriteParam() - method in class javax.imageio.ImageWriter
Retrieve the default write parameters for this writer's image format.
getDefer() - method in class org.w3c.dom.html2.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
getDefinitionClass() - method in class java.lang.instrument.ClassDefinition
getDefinitionClassFile() - method in class java.lang.instrument.ClassDefinition
getDelay() - method in class javax.swing.JMenu
Returns delay property.
getDelay() - method in class javax.swing.Timer
Get the delay between firing the subsequent events.
getDelegatedTask() - method in class javax.net.ssl.SSLEngine
getDelegCred() - method in class org.ietf.jgss.GSSContext
Returns the delegated credential object on the acceptor's side.
getDepth() - method in class javax.swing.tree.DefaultMutableTreeNode
getDepth
getDepth() - method in class java.security.cert.PolicyNode
Get the depth of this node within the tree, starting at 0 for the root node.
getDepth(int) - method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
Returns the depth of the item at the given index.
getDER() - method in class org.ietf.jgss.Oid
Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length.
getDerefLinkFlag() - method in class javax.naming.directory.SearchControls
getDescent() - method in class java.awt.FontMetrics
Returns the descent of the font, which is the distance from the base to the bottom of the majority of characters in the set.
getDescent() - method in class java.awt.font.GraphicAttribute
Gets the distance from the origin of its graphic to the bottom of the bounds.
getDescent() - method in class java.awt.font.ImageGraphicAttribute
Returns the distance from the origin to the bottom of the image.
getDescent() - method in class java.awt.font.LineMetrics
getDescent() - method in class java.awt.font.ShapeGraphicAttribute
Gets the distance from the origin of its Shape to the bottom of the bounds.
getDescent() - method in class java.awt.font.TextLayout
Returns the descent of the font that is used by this glyph painter.
getDescription() - method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
Returns a description for this filter.
getDescription() - method in class javax.swing.filechooser.FileFilter
Returns a description of the files that will be selected by the filter (for example, "Java source files").
getDescription() - method in class javax.swing.event.HyperlinkEvent
Returns the description of this event.
getDescription() - method in class javax.swing.ImageIcon
Returns a human readable description for this ImageIcon or null when no description is set or available.
getDescription() - method in class javax.swing.LookAndFeel
Returns a description of the look and feel.
getDescription() - method in class javax.management.MBeanFeatureInfo
Returns a description of this feature.
getDescription() - method in class javax.management.MBeanInfo
Returns a description of the management bean.
getDescription() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns a string describing the look and feel.
getDescription() - method in class javax.sound.midi.MidiDevice.Info
Get the device description
getDescription() - method in class javax.sound.sampled.Mixer.Info
Return the mixer's description.
getDescription() - method in class javax.swing.plaf.multi.MultiLookAndFeel
Returns a description of the look and feel.
getDescription() - method in class javax.management.openmbean.OpenMBeanConstructorInfo
Returns a description of this constructor.
getDescription() - method in class javax.management.openmbean.OpenMBeanInfo
Returns a description of this operation.
getDescription() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns a description of this operation.
getDescription() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns a description of this parameter.
getDescription() - method in class javax.management.openmbean.OpenType<T>
Returns a description of this open type.
getDescription() - method in class java.util.regex.PatternSyntaxException
Returns a human readable escription of the syntax error.
getDescription() - method in class javax.sound.midi.Soundbank
Get the sound bank description.
getDescription() - method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns a textual description of the Synth look and feel.
getDescription(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
Returns a description of the given file/directory.
getDescription(java.io.File) - method in class javax.swing.filechooser.FileView
Returns a description for the specified file.
getDescription(java.io.File) - method in class javax.swing.JFileChooser
Returns the description of the file, generated by the current (or default) FileView.
getDescription(java.lang.String) - method in class javax.management.openmbean.CompositeType
Returns the description for the given field name, or null if the field name does not exist within this composite data type.
getDescription(java.util.Locale) - method in class javax.imageio.spi.IIOServiceProvider
Returns a short description of this service provider that can be presented to a human user.
Returns the description of the attribute that will be used in the supplied MBeanAttributeInfo instance.
Returns the description of the constructor that will be used in the supplied MBeanConstructorInfo instance.
Returns the description of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
Returns the description of the supplied feature that will be used in the supplied MBeanFeatureInfo instance.
Returns the description of the bean that will be used in the supplied MBeanInfo instance.
Returns the description of the operation that will be used in the supplied MBeanOperationInfo instance.
Returns the description of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.
getDescriptor() - method in class javax.management.DescriptorRead
Returns a copy of the descriptor for this management element.
getDesignAxisDefaults() - method in class java.awt.font.MultipleMaster
getDesignAxisNames() - method in class java.awt.font.MultipleMaster
getDesignAxisRanges() - method in class java.awt.font.MultipleMaster
getDesktop() - static method in class java.awt.Desktop
Returns an istance of the Desktop Class.
getDesktopColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for the desktop background, from the installed theme.
getDesktopColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for the desktop background.
getDesktopColor() - method in class javax.swing.plaf.metal.OceanTheme
Returns the desktop color, which is the theme's white color.
getDesktopIcon() - method in class javax.swing.JInternalFrame
Returns the JDesktopIcon that represents this JInternalFrame while it is iconified.
getDesktopIconBorder() - static method in class javax.swing.plaf.metal.MetalBorders
Returns a border instance that is used with a JInternalFrame when it is in the iconified state.
getDesktopManager() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the DesktopManager to use with the JInternalFrame.
getDesktopManager() - method in class javax.swing.JDesktopPane
This method returns the DesktopManager used with the JDesktopPane.
getDesktopPane() - method in class javax.swing.JInternalFrame
This method searches this JInternalFrame ancestors for an instance of JDesktopPane.
getDesktopPane() - method in class javax.swing.JInternalFrame.JDesktopIcon
This method returns the JDesktopPane this JDesktopIcon is in.
getDesktopPaneForComponent(java.awt.Component) - static method in class javax.swing.JOptionPane
This method returns the JDesktopPane for the given parentComponent or null if none can be found.
Returns the value of Toolkit.getDefaultToolkit() .getDesktopProperty(systemPropertyName), or fallbackValue if no such property is defined.
getDestination() - method in class javax.imageio.ImageReadParam
getDestination() - method in class java.awt.JobAttributes
Return a suitable destination buffered image.
getDestinationBands() - method in class javax.imageio.ImageReadParam
getDestinationOffset() - method in class javax.imageio.IIOParam
Retrieve the offset in the destination where the upper-left decoded/encoded pixel should be located.
getDestinationType() - method in class javax.imageio.IIOParam
Retrieve the currently set image-type specifier or null if none has been set.
getDetail() - method in class org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDeterminant() - method in class java.awt.geom.AffineTransform
Return the determinant of this transform matrix.
getDevice() - method in class java.awt.GraphicsConfiguration
Gets the associated device that this configuration describes.
getDevice() - method in class java.awt.PointerInfo
Returns the GraphicsDevice on which the mouse pointer was located
Get the MidiDevice for the MIDI device described by info
getDeviceConfiguration() - method in class java.awt.Graphics2D
getDeviceInfo() - method in class javax.sound.midi.MidiDevice
Get the Info object describing this device.
getDeviceInfo() - method in class javax.sound.midi.spi.MidiDeviceProvider
Get the list descriptors for all MIDI devices supported by this provider.
getDialog() - method in class java.awt.JobAttributes
getDialogTitle() - method in class javax.swing.JFileChooser
Returns the dialog title.
getDialogTitle(javax.swing.JFileChooser) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the dialog title.
getDialogTitle(javax.swing.JFileChooser) - method in class javax.swing.plaf.FileChooserUI
Determines which text is appropriate for the title bar of a JFileChooser according to the design guidelines of the implemented look and feel.
getDialogTitle(javax.swing.JFileChooser) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the FileChooserUI.getDialogTitle(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the title for the UI delegate from the primary look and feel.
getDialogType() - method in class javax.swing.JFileChooser
Returns the type of file chooser.
getDigestLength() - method in class java.security.MessageDigest
Returns the length of the message digest.
getDigit() - method in class java.text.DecimalFormatSymbols
This method returns the character used to represent a digit in a format pattern string.
getDimension() - method in class javax.management.openmbean.ArrayType<T>
Returns the number of dimensions used by arrays of this type.
getDimension(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a dimension entry for the default locale.
getDimension(java.lang.Object) - static method in class javax.swing.UIManager
Returns a dimension from the defaults table.
Returns a dimension entry for a specic locale.
getDimension(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns a dimension from the defaults table.
getDir() - method in class org.w3c.dom.html2.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
getDirection() - method in class javax.swing.plaf.basic.BasicArrowButton
Returns the direction of the arrow (one of: SwingConstants.NORTH, SwingConstants.SOUTH, SwingConstants.EAST and SwingConstants.WEST).
getDirection() - method in class org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
getDirection() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the direction of the element.
getDirectionality(char) - static method in class java.lang.Character
Returns the Unicode directionality property of the character.
getDirectionality(int) - static method in class java.lang.Character
Returns the Unicode directionality property of the character.
getDirectories() - method in class javax.swing.plaf.basic.BasicDirectoryModel
Returns a Vector of (java.io.File) objects containing the directories in this list.
getDirectory() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the current directory.
getDirectory() - method in class java.awt.FileDialog
Returns the directory for this file dialog.
getDirectoryName() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the current directory name.
Get the dirty region associated with a component, or null if the component has no dirty region.
getDisabled() - method in class org.w3c.dom.html2.HTMLButtonElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLInputElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLLinkElement
Enables/disables the link.
getDisabled() - method in class org.w3c.dom.html2.HTMLOptGroupElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLOptionElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLSelectElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLStyleElement
Enables/disables the style sheet.
getDisabled() - method in class org.w3c.dom.html2.HTMLTextAreaElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
getDisabledIcon() - method in class javax.swing.AbstractButton
Return the button's "disabledIcon" property.
getDisabledIcon() - method in class javax.swing.JLabel
Returns the disabled icon.
getDisabledIconAt(int) - method in class javax.swing.JTabbedPane
This method returns the disabled icon given the index.
getDisabledSelectedIcon() - method in class javax.swing.AbstractButton
Return the button's disabled selected icon.
getDisabledTextColor() - method in class javax.swing.text.JTextComponent
getDisabledTextColor() - method in class javax.swing.plaf.metal.MetalButtonUI
Returns the color for the text label of disabled buttons.
getDisabledTextColor() - method in class javax.swing.plaf.metal.MetalRadioButtonUI
Returns the color for the JRadioButton's text when the button is disabled.
getDisabledTextColor() - method in class javax.swing.plaf.metal.MetalToggleButtonUI
Returns the color for the text label of disabled buttons.
getDismissDelay() - method in class javax.swing.ToolTipManager
This method returns the time the ToolTip will be shown before being hidden.
getDisplay() - method in class org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
getDisplayCountry() - method in class java.util.Locale
Returns the country name of this locale localized to the default locale.
Returns the localized name for the specified ISO 3166 country in the supplied Locale.
getDisplayCountry(java.util.Locale) - method in class java.util.Locale
Gets the name of the country specified by this locale, in a form suitable for display to the user.
getDisplayedMnemonic() - method in class javax.swing.JLabel
Returns the keycode that is used for the label's mnemonic.
getDisplayedMnemonicIndex() - method in class javax.swing.AbstractButton
Get the button's mnemonic index, which is an offset into the button's "text" property.
getDisplayedMnemonicIndex() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
Returns the index of the character in the display name that is the mnemonic.
getDisplayedMnemonicIndex() - method in class javax.swing.JLabel
Returns the index of the character in the label's text that will be underlined (to indicate that it is the mnemonic character), or -1 if no character is to be underlined.
getDisplayedMnemonicIndexAt(int) - method in class javax.swing.JTabbedPane
This method returns the mnemonic index for the tab.
getDisplayFormatter() - method in class javax.swing.text.DefaultFormatterFactory
Gets the displayFormatter.
getDisplayLanguage() - method in class java.util.Locale
Gets the country name suitable for display to the user, formatted for the default locale.
Returns the localized name for the specified ISO 639 language in the supplied Locale.
getDisplayLanguage(java.util.Locale) - method in class java.util.Locale
Gets the name of the language specified by this locale, in a form suitable for display to the user.
getDisplayMode() - method in class java.awt.GraphicsDevice
Returns the current display mode of this device, or null if unknown.
getDisplayModes() - method in class java.awt.GraphicsDevice
Return an array of all available display modes.
getDisplayName() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
This method returns the name displayed in the tab for this chooser panel.
getDisplayName() - method in class java.beans.FeatureDescriptor
Get the localized (display) name of this feature.
getDisplayName() - method in class java.util.Locale
Gets all local components suitable for display to the user, formatted for the default locale.
getDisplayName() - method in class java.net.NetworkInterface
Returns the display name of the interface
getDisplayName() - method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
getDisplayName(boolean,int) - method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
This method returns a string name of the time zone suitable for displaying to the user.
Returns a localised textual representation of the current value of the given field using the specified style.
Returns a name for the specified time zone identifier localized to the supplied Locale.
getDisplayName(java.util.Locale) - method in class java.util.Locale
Gets all local components suitable for display to the user, formatted for a specified locale.
getDisplayName(java.util.Locale) - method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
Returns a map linking all specified textual representations of the given field to their numerical values.
getDisplaySize() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the size of the display area for the combo box.
getDisplayVariant() - method in class java.util.Locale
Returns the variant name of this locale localized to the default locale.
Returns the localized name for the specified variant in the supplied Locale.
getDisplayVariant(java.util.Locale) - method in class java.util.Locale
Gets the name of the variant specified by this locale, in a form suitable for display to the user.
getDivider() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the BasicSplitPaneDivider that divides this JSplitPane.
getDividerBorderSize() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the width of one of the sides of the divider's border.
getDividerLocation() - method in class javax.swing.JSplitPane
This method returns the location of the divider.
getDividerLocation(javax.swing.JSplitPane) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the location of the divider.
getDividerLocation(javax.swing.JSplitPane) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the SplitPaneUI.getDividerLocation(JSplitPane) method for all the UI delegates managed by this MultiSplitPaneUI, returning the location for the UI delegate from the primary look and feel.
getDividerLocation(javax.swing.JSplitPane) - method in class javax.swing.plaf.SplitPaneUI
Determines the current location of the divider.
getDividerSize() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Retrieves the thickness of the divider.
getDividerSize() - method in class javax.swing.JSplitPane
This method returns the size of the divider.
getDivisionType() - method in class javax.sound.midi.MidiFileFormat
Get the file division type.
getDivisionType() - method in class javax.sound.midi.Sequence
The division type of this sequence.
getDoc() - method in class javax.print.MultiDoc
Returns the current document.
getDocFlavor() - method in class javax.print.Doc
Returns the flavor of this doc objects print data.
getDocFlavor() - method in class javax.print.SimpleDoc
Returns the flavor of this doc objects print data.
getDockingColor() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method returns the docking color.
getDoctype() - method in class org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the Document to which this element belongs.
getDocument() - method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the document that has been modified.
getDocument() - method in class org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocument() - method in class javax.swing.text.AbstractWriter
Return this writer's Document.
getDocument() - method in class javax.swing.event.DocumentEvent
getDocument
getDocument() - method in class javax.swing.text.DocumentFilter.FilterBypass
getDocument() - method in class javax.swing.text.Element
getDocument() - method in class javax.swing.text.JTextComponent
getDocument() - method in class javax.swing.text.View
getDocumentBase() - method in class java.applet.Applet
Returns the basename URL of the document this applet is embedded in.
getDocumentBase() - method in class java.applet.AppletStub
Returns the basename URL of the document this applet is embedded in.
getDocumentElement() - method in class org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentFilter() - method in class javax.swing.text.AbstractDocument
Returns the currently installed DocumentFilter for this Document.
getDocumentFilter() - method in class javax.swing.text.DefaultFormatter
Returns the DocumentFilter that is used to restrict input.
Gets the DocumentFilter for this formatter.
getDocumentListeners() - method in class javax.swing.text.AbstractDocument
Returns all registered DocumentListeners.
getDocumentTypeDeclaration() - method in class javax.xml.stream.events.DTD
Returns the body of the DTD, including the internal DTD subset.
getDocumentURI() - method in class org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDoInput() - method in class java.net.URLConnection
Returns the value of a flag indicating whether or not input is going to be done for this connection.
getDomain() - method in class org.w3c.dom.html2.HTMLDocument
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
getDomain() - method in class javax.management.ObjectName
Returns the domain part of the object name.
getDomainCombiner() - method in class java.security.AccessControlContext
Returns the Domain Combiner associated with the AccessControlContext
getDomains() - method in class javax.management.MBeanServer
Returns an array containing all the domains used by beans registered with this server.
getDomains() - method in class javax.management.MBeanServerConnection
Returns an array containing all the domains used by beans registered with this server.
getDomConfig() - method in class org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - method in class org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - method in class org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMImplementation() - method in class javax.xml.parsers.DocumentBuilder
Returns the DOM implementation.
Return the first implementation that has the desired features, or null if none is found.
A method to request the first DOM implementation that supports the specified features.
Return a list of implementations that support the desired features.
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDoOutput() - method in class java.net.URLConnection
Returns a boolean flag indicating whether or not output will be done on this connection.
getDot() - method in class javax.swing.text.Caret
Returns the current position of this Caret within the Document.
getDot() - method in class javax.swing.event.CaretEvent
Get caret location
getDot() - method in class javax.swing.text.DefaultCaret
Returns the current position of this Caret within the Document.
getDouble() - method in class java.nio.ByteBuffer
Relative get method for reading a double value.
getDouble(int) - method in class java.nio.ByteBuffer
Absolute get method for reading a double value.
getDouble(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java double.
getDouble(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java double.
getDouble(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as a double.
getDouble(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a double array.
This method returns the value of the specified parameter as a Java double.
getDouble(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java double.
Convenience method for getting the given entry as a double.
getDouble(java.lang.String,double) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a double.
getDoubleBufferMaximumSize() - method in class javax.swing.RepaintManager
Get the value of the doubleBufferMaximumSize property.
getDoubleParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getDragAction() - method in class java.awt.dnd.DragGestureEvent
Gets the user's preferred action.
getDragEnabled() - method in class javax.swing.JColorChooser
DOCUMENT ME!
getDragEnabled() - method in class javax.swing.JFileChooser
Returns true if dragging is enabled.
getDragEnabled() - method in class javax.swing.JList
Return the value of the dragEnabled property.
getDragEnabled() - method in class javax.swing.JTable
Get the value of the dragEnabled property.
getDragEnabled() - method in class javax.swing.text.JTextComponent
getDragEnabled() - method in class javax.swing.JTree
Return the value of the dragEnabled property.
getDraggedColumn() - method in class javax.swing.table.JTableHeader
Get the column that is currently being dragged.
getDraggedDistance() - method in class javax.swing.table.JTableHeader
Get the value of the draggedDistance property.
getDragMode() - method in class javax.swing.JDesktopPane
This method returns the drag mode used with the JDesktopPane.
getDragOrigin() - method in class java.awt.dnd.DragGestureEvent
Returns the origin of the drag.
getDragSource() - method in class java.awt.dnd.DragGestureEvent
Gets the DragSource corresponding to this.
getDragSource() - method in class java.awt.dnd.DragGestureRecognizer
getDragSource() - method in class java.awt.dnd.DragSourceContext
Returns the DragSource object associated with the DragGestureEvent.
getDragSourceContext() - method in class java.awt.dnd.DragSourceEvent
getDragSourceListeners() - method in class java.awt.dnd.DragSource
getDragSourceMotionListeners() - method in class java.awt.dnd.DragSource
getDragThreshold() - static method in class java.awt.dnd.DragSource
TODO
getDrawGraphics() - method in class java.awt.image.BufferStrategy
Retrieves a graphics object that can be used to draw using this buffer strategy.
Retrieves a graphics object that can be used to draw into this strategy's image buffer.
Retrieves a graphics object that can be used to draw into this strategy's image buffer.
getDrawsLayeredHighlights() - method in class javax.swing.text.DefaultHighlighter
getDriver(java.lang.String) - static method in class java.sql.DriverManager
This method returns a driver that can connect to the specified JDBC URL string.
getDriverMajorVersion() - method in class java.sql.DatabaseMetaData
This method returns the major version number of the JDBC driver.
getDriverMinorVersion() - method in class java.sql.DatabaseMetaData
This method returns the minor version number of the JDBC driver.
getDriverName() - method in class java.sql.DatabaseMetaData
This method returns the name of the JDBC driver.
getDrivers() - static method in class java.sql.DriverManager
This method returns a list of all the currently registered JDBC drivers that were loaded by the current ClassLoader.
getDriverVersion() - method in class java.sql.DatabaseMetaData
This method returns the version of the JDBC driver.
getDropAction() - method in class java.awt.dnd.DragSourceDragEvent
getDropAction() - method in class java.awt.dnd.DragSourceDropEvent
getDropAction() - method in class java.awt.dnd.DropTargetDragEvent
getDropAction() - method in class java.awt.dnd.DropTargetDropEvent
getDropSuccess() - method in class java.awt.dnd.DragSourceDropEvent
getDropTarget() - method in class java.awt.Component
Gets the associated drag-and-drop target, if there is one.
getDropTarget() - method in class java.awt.dnd.DropTargetContext
getDropTarget() - method in class java.awt.dnd.peer.DropTargetContextPeer
getDropTargetContext() - method in class java.awt.dnd.DropTarget
getDropTargetContext() - method in class java.awt.dnd.DropTargetEvent
getDSTSavings() - method in class java.util.SimpleTimeZone
Gets the daylight savings offset.
getDSTSavings() - method in class java.util.TimeZone
Gets the daylight savings offset.
getDTD(java.lang.String) - static method in class javax.swing.text.html.parser.DTD
Get this DTD by name.
getDTDHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - method in class org.xml.sax.XMLReader
Return the current DTD handler.
getDTDType() - method in class javax.xml.stream.events.Attribute
Returns the type of this attribute.
getEarlyReflectionDelay() - method in class javax.sound.sampled.ReverbType
Return the early reflection delay.
getEarlyReflectionIntensity() - method in class javax.sound.sampled.ReverbType
Return the early reflection intensity.
getEast() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the right edge of the component.
getEastPane() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the east pane.
getEchoChar() - method in class javax.swing.JPasswordField
getEchoChar
getEchoChar() - method in class java.awt.TextField
Returns the character that is echoed to the screen when a text field is protected (such as when a password is being entered).
getEdgeCondition() - method in class java.awt.image.ConvolveOp
Get the edge condition for this Op.
getEdit() - method in class javax.swing.event.UndoableEditEvent
getEdit
getEditFormatter() - method in class javax.swing.text.DefaultFormatterFactory
Gets the editFormatter.
getEditingColumn() - method in class javax.swing.JTable
Get the column, currently being edited
getEditingPath() - method in class javax.swing.JTree
getEditingPath(javax.swing.JTree) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path to the element that is being editted.
getEditingPath(javax.swing.JTree) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.getEditingPath(JTree) method for all the UI delegates managed by this MultiTreeUI, returning the path for the UI delegate from the primary look and feel.
getEditingPath(javax.swing.JTree) - method in class javax.swing.plaf.TreeUI
Retrieves the tree cell that is currently being edited.
getEditingRow() - method in class javax.swing.JTable
Get the row currently being edited.
getEditor() - method in class javax.swing.JComboBox
Returns editor component that is responsible for displaying/editing selected item in the combo box.
getEditor() - method in class javax.swing.JSpinner
Gets the current editor
Returns the JEditorPane component from which the ActionEvent originated.
getEditorComponent() - method in class javax.swing.plaf.basic.BasicComboBoxEditor
Returns the component that will be used by the combo box to display and edit the currently selected item in the combo box.
getEditorComponent() - method in class javax.swing.ComboBoxEditor
This method returns component that will be used by the combo box to display/edit currently selected item in the combo box.
getEditorComponent() - method in class javax.swing.JTable
Get the editor component that is currently editing one of the cells
getEditorKit() - method in class javax.swing.JEditorPane
Returns the EditorKit.
getEditorKit(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.basic.BasicEditorPaneUI
Gets the EditorKit for the text component.
getEditorKit(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.basic.BasicTextUI
Returns the EditorKit used for the text component that is managed by this UI.
getEditorKit(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the TextUI.getEditorKit(JTextComponent) method for all the UI delegates managed by this MultiTextUI, returning the editor kit for the UI delegate from the primary look and feel.
getEditorKit(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.TextUI
Retrieves the EditorKit managing policies and persistent state.
Returns the class name of the EditorKit associated with the given content type.
Returns the EditorKit to use for the given content type.
getEditorSearchPath() - static method in class java.beans.PropertyEditorManager
Get the editor search path.
getEffectiveKeyBits() - method in class javax.crypto.spec.RC2ParameterSpec
Get the number of effective key bits.
getElem(int) - method in class java.awt.image.DataBuffer
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferByte
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferDouble
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferFloat
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferInt
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferShort
Returns an element from the first data bank.
getElem(int) - method in class java.awt.image.DataBufferUShort
Returns an element from the first data bank.
getElem(int,int) - method in class java.awt.image.DataBuffer
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferByte
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferDouble
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferFloat
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferInt
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferShort
Returns an element from a particular data bank.
getElem(int,int) - method in class java.awt.image.DataBufferUShort
Returns an element from a particular data bank.
getElemDouble(int) - method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a double.
getElemDouble(int) - method in class java.awt.image.DataBufferDouble
getElemDouble(int) - method in class java.awt.image.DataBufferFloat
getElemDouble(int,int) - method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a double.
getElemDouble(int,int) - method in class java.awt.image.DataBufferDouble
getElemDouble(int,int) - method in class java.awt.image.DataBufferFloat
getElement() - method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the changed element.
getElement() - method in class javax.swing.event.DocumentEvent.ElementChange
getElement
getElement() - method in class javax.swing.text.html.parser.TagElement
Get the element from that the tag was constructed.
getElement() - method in class javax.swing.text.View
getElement(int) - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the child element at the specified index.
getElement(int) - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the child element at the specified index.
getElement(int) - method in class javax.swing.text.AbstractDocument.LeafElement
Returns null since LeafElements cannot have children.
getElement(int) - method in class javax.swing.text.html.parser.DTD
Get the element by the value of its Element.index field.
getElement(int) - method in class javax.swing.text.Element
getElement(java.lang.String) - method in class javax.swing.text.html.parser.DTD
Get the element by the element name.
getElement(java.lang.String) - method in class javax.swing.text.html.HTMLDocument
Returns the element that has the given id Attribute (for instance, <p id ='my paragraph >').
Gets the child element that contains the attribute with the value or null.
getElementAt(int) - method in class javax.swing.plaf.basic.BasicDirectoryModel
Returns the (java.io.File) object at an index in the list.
getElementAt(int) - method in class javax.swing.DefaultComboBoxModel
Returns the element at the specified index in the model's item list.
getElementAt(int) - method in class javax.swing.DefaultListModel
Gets the list element at a particular index.
getElementAt(int) - method in class javax.swing.ListModel
Retrieves a data element at a specified index.
getElementAt(int) - method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
Returns the item at the specified index.
getElementAt(int) - method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
Returns the item at the specified index.
getElementById(java.lang.String) - method in class org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementCount() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the number of child elements of this element.
getElementCount() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the number of child elements of this element.
getElementCount() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns 0 since LeafElements cannot have children.
getElementCount() - method in class javax.swing.text.Element
getElementIndex(int) - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the index of the child element that spans the specified offset in the document model.
getElementIndex(int) - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the index of the child element that spans the specified offset in the document model.
getElementIndex(int) - method in class javax.swing.text.AbstractDocument.LeafElement
Returns -1 since LeafElements cannot have children.
getElementIndex(int) - method in class javax.swing.text.Element
getElementIterator() - method in class javax.swing.text.AbstractWriter
Return the ElementIterator for this writer.
getElementMaxChildren(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getElementMaxChildren(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getElementMinChildren(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getElementMinChildren(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getElementOpenType() - method in class javax.management.openmbean.ArrayType<T>
Returns the open type descriptor which describes the type of the elements of this array type.
getElements() - method in class javax.swing.ButtonGroup
Returns the currently added buttons.
getElements() - method in class org.w3c.dom.html2.HTMLFormElement
Returns a collection of all form control elements in the form.
getElements(Vector) - method in class javax.swing.text.html.parser.ContentModel
Adds all list elements to the given vector, ignoring the operations between the elements.
Returns an array of Elements that contain the offset.
getElementsByName(java.lang.String) - method in class org.w3c.dom.html2.HTMLDocument
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.
getElementsByTagName(java.lang.String) - method in class org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(java.lang.String) - method in class org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagName(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Returns a NodeList of all descendant Elements with a given tag name, in document order.
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElementText() - method in class javax.xml.stream.util.EventReaderDelegate
getElementText() - method in class javax.xml.stream.util.ReaderDelegate
getElementText() - method in class javax.xml.stream.XMLEventReader
Reads the text context of an element.
getElementText() - method in class javax.xml.stream.XMLStreamReader
Returns the text content of a text-only element.
getElementTypeInfo() - method in class javax.xml.validation.TypeInfoProvider
Returns the type information for the current element.
getElemFloat(int) - method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a float.
getElemFloat(int) - method in class java.awt.image.DataBufferDouble
getElemFloat(int) - method in class java.awt.image.DataBufferFloat
getElemFloat(int,int) - method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a float.
getElemFloat(int,int) - method in class java.awt.image.DataBufferDouble
getElemFloat(int,int) - method in class java.awt.image.DataBufferFloat
getElevation() - method in class org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
getEmptyCells() - method in class org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
getEmptySet() - method in class javax.swing.text.AbstractDocument.AttributeContext
Returns an empty AttributeSet.
getEmptySet() - method in class javax.swing.text.StyleContext
Returns an empty AttributeSet.
Returns the list of enabled attributes for this filter.
getEnabledCipherSuites() - method in class javax.net.ssl.SSLEngine
Returns a list of SSL cipher suite names this SSLEngine is configured to use.
getEnabledCipherSuites() - method in class javax.rmi.ssl.SslRMIServerSocketFactory
Returns the enabled cipher suites, or null if the defaults are to be used.
getEnabledCipherSuites() - method in class javax.net.ssl.SSLServerSocket
Returns the list of cihper suites that are currently enabled in this server socket.
getEnabledCipherSuites() - method in class javax.net.ssl.SSLSocket
Returns the list of currently enabled cipher suites.
getEnabledProtocols() - method in class javax.net.ssl.SSLEngine
Returns a list of SSL protocol version names this SSLEngine is configured to use.
getEnabledProtocols() - method in class javax.rmi.ssl.SslRMIServerSocketFactory
Returns the enabled protocols, or null if the defaults are to be used.
getEnabledProtocols() - method in class javax.net.ssl.SSLServerSocket
Returns the list of enabled protocols, such as "SSLv3" and "TLSv1".
getEnabledProtocols() - method in class javax.net.ssl.SSLSocket
Returns the list of enabled SSL protocols.
getEnabledTypes() - method in class javax.management.NotificationFilterSupport
Returns the list of enabled types for this filter.
getEnableSessionCreation() - method in class javax.net.ssl.SSLEngine
Tells if sessions will be created by this engine, and therefore may be resumed at a later time.
getEnableSessionCreation() - method in class javax.net.ssl.SSLServerSocket
Returns whether or not sessions will be created, i.e., whether or not this server socket will allow SSL session resumption.
getEnableSessionCreation() - method in class javax.net.ssl.SSLSocket
Returns whether or not sessions will be created by this socket, and thus allow sessions to be continued later.
getEnclosingClass() - method in class java.lang.Class<T>
Returns the class which immediately encloses this class.
getEnclosingConstructor() - method in class java.lang.Class<T>
Returns the constructor which immediately encloses this class.
getEnclosingMethod() - method in class java.lang.Class<T>
Returns the method which immediately encloses this class.
getEncoded() - method in class java.security.AlgorithmParameters
Returns the parameters in the default encoding format.
getEncoded() - method in class java.security.cert.Certificate
Gets the DER ASN.1 encoded format for this Certificate.
getEncoded() - method in class javax.security.cert.Certificate
Return the encoded form of this certificate.
getEncoded() - method in class java.security.cert.CertPath
Returns the encoded form of this path, via the default encoding.
getEncoded() - method in class java.security.spec.EncodedKeySpec
Gets the encoded key in byte format.
getEncoded() - method in class javax.crypto.EncryptedPrivateKeyInfo
getEncoded() - method in class javax.security.auth.kerberos.KerberosKey
Return the encoded form of this key.
getEncoded() - method in class javax.security.auth.kerberos.KerberosTicket
Return the encoded form of this ticket.
getEncoded() - method in class java.security.Key
This method returns the encoded form of the key.
getEncoded() - method in class java.security.spec.PKCS8EncodedKeySpec
Gets the encoded key in byte format.
getEncoded() - method in class java.security.cert.PolicyQualifierInfo
Returns the DER encoded form of this object; the contents of the returned byte array are equivalent to those that were passed to the constructor.
getEncoded() - method in class javax.crypto.spec.SecretKeySpec
Return the key as a byte array.
getEncoded() - method in class javax.security.auth.x500.X500Principal
getEncoded() - method in class java.security.cert.X509CRL
Gets the DER ASN.1 encoded format for this X.509 CRL.
getEncoded() - method in class java.security.cert.X509CRLEntry
Gets the DER ASN.1 encoded format for this CRL Entry, the inner SEQUENCE.
getEncoded() - method in class java.security.spec.X509EncodedKeySpec
Gets the encoded key in byte format.
getEncoded(java.lang.String) - method in class java.security.AlgorithmParameters
Returns the parameters in the specified encoding format.
getEncoded(java.lang.String) - method in class java.security.cert.CertPath
Returns the encoded form of this path, via the specified encoding.
getEncodedValue() - method in class javax.naming.ldap.Control
getEncodedValue() - method in class javax.naming.ldap.ExtendedRequest
getEncodedValue() - method in class javax.naming.ldap.ExtendedResponse
getEncodedValue() - method in class javax.naming.ldap.StartTlsRequest
Return the encoded value.
getEncodedValue() - method in class javax.naming.ldap.StartTlsResponse
Return the encoded value.
getEncoding() - method in class javax.sound.sampled.AudioFormat
Return the encoding of this format.
getEncoding() - method in class org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
getEncoding() - method in class java.util.logging.Handler
Returns the character encoding which this handler uses for publishing log records.
getEncoding() - method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncoding() - method in class java.io.InputStreamReader
This method returns the name of the encoding that is currently in use by this object.
getEncoding() - method in class org.xml.sax.ext.Locator2
Returns the name of the character encoding for the entity.
getEncoding() - method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the encoding property.
getEncoding() - method in class org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - method in class org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding() - method in class java.io.OutputStreamWriter
This method returns the name of the character encoding scheme currently in use by this stream.
getEncoding() - method in class javax.xml.stream.util.ReaderDelegate
getEncoding() - method in class javax.xml.stream.XMLStreamReader
Returns the input encoding.
getEncodings() - method in class java.security.cert.CertPath
Get an immutable iterator over the path encodings (all String names), starting with the default encoding.
getEncryptedData() - method in class javax.crypto.EncryptedPrivateKeyInfo
getEnctype() - method in class org.w3c.dom.html2.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
getEnd() - method in class javax.swing.SpinnerDateModel
Returns the upper limit on the date/time value, or null if there is no maximum date/time.
getEndCap() - method in class java.awt.BasicStroke
Returns a code indicating the line cap style (one of CAP_BUTT, CAP_ROUND, CAP_SQUARE).
getEndContainer() - method in class org.w3c.dom.ranges.Range
Node within which the Range ends
getEndIndex() - method in class javax.accessibility.AccessibleHyperlink
Gets the character index where this link ends in the parent hypertext document.
getEndIndex() - method in class java.text.CharacterIterator
This method returns the character position of the end of the text range.
getEndIndex() - method in class java.text.FieldPosition
This method returns the ending index for the field.
Returns the end index of the hyperlink element.
getEndIndex() - method in class javax.swing.text.Segment
Returns the end index for the segment (one position beyond the last character in the segment - note that this can be outside the range of the underlying character array).
getEndIndex() - method in class java.text.StringCharacterIterator
This method returns the character position of the end of the text range.
getEndOffset() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the offset inside the document model that is after the last character of this element.
getEndOffset() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the offset inside the document model that is after the last character of this element.
getEndOffset() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns the end offset of this Element inside the document.
getEndOffset() - method in class javax.swing.text.AbstractWriter
Return the index of the Document at which output ends.
getEndOffset() - method in class javax.swing.text.Element
getEndOffset() - method in class javax.swing.text.GlyphView
Returns the end offset in the document model of the portion of text that this view is responsible for.
getEndOffset() - method in class javax.swing.text.Highlighter.Highlight
getEndOffset() - method in class javax.swing.text.html.HTMLDocument.Iterator
Get the end of the range for the current occurrence of the tag being defined and having the same attributes.
getEndOffset() - method in class org.w3c.dom.ranges.Range
Offset within the ending node of the Range.
getEndOffset() - method in class javax.swing.text.View
getEndPoint() - method in class java.awt.geom.Arc2D
Returns the ending point of the arc.
getEndPosition() - method in class javax.swing.text.AbstractDocument
Returns a Position which will always mark the end of the Document.
getEndPosition() - method in class javax.swing.text.Document
Returns the position that marks the end of the document.
getEndTime() - method in class javax.security.auth.kerberos.KerberosTicket
Return the end time for this ticket.
getEntities() - method in class org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntities() - method in class javax.xml.stream.events.DTD
Returns the entities declared in the DTD.
getEntity(int) - method in class javax.swing.text.html.parser.DTD
Get the entity with the given identifier.
getEntity(java.lang.String) - method in class javax.swing.text.html.parser.DTD
Get the named entity by its name.
getEntityResolver() - method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - method in class org.xml.sax.XMLReader
Return the current entity resolver.
getEntry(java.lang.String) - method in class java.util.jar.JarFile
XXX It actually returns a JarEntry not a zipEntry
getEntry(java.lang.String) - method in class java.util.zip.ZipFile
Searches for a zip entry in this archive with the given name.
getEntryName() - method in class java.net.JarURLConnection
Returns the "entry name" portion of the jar URL.
getEnumConstants() - method in class java.lang.Class<T>
Returns the enumeration constants of this class, or null if this class is not an Enum.
getEnumValueTable() - method in class javax.print.attribute.standard.Chromaticity
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.ColorSupported
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.Compression
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.EnumSyntax
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.Fidelity
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.Finishings
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.JobSheets
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.JobState
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.JobStateReason
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.MediaName
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.MediaSizeName
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.MediaTray
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.MultipleDocumentHandling
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.OrientationRequested
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PDLOverrideSupported
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PresentationDirection
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PrinterState
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PrinterStateReason
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.PrintQuality
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.Severity
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.SheetCollate
Returns a table with the enumeration values for this object.
getEnumValueTable() - method in class javax.print.attribute.standard.Sides
Returns a table with the enumeration values for this object.
getenv(java.lang.String) - static method in class java.lang.System
Gets the value of an environment variable.
getEnvironment() - method in class javax.naming.Context
Returns the environment, associated with this naming context.
getEnvironment() - method in class javax.naming.InitialContext
getEon() - method in class javax.xml.datatype.XMLGregorianCalendar
getEonAndYear() - method in class javax.xml.datatype.XMLGregorianCalendar
getEras() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying eras (e.g., "BC" and "AD").
getErrorCode() - method in class java.sql.SQLException
This method returns the vendor specific error code associated with this error.
getErrorHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - method in class javax.xml.validation.SchemaFactory
getErrorHandler() - method in class javax.xml.validation.Validator
getErrorHandler() - method in class javax.xml.validation.ValidatorHandler
getErrorHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - method in class org.xml.sax.XMLReader
Return the current error handler.
getErrorIndex() - method in class java.text.ParsePosition
This method returns the error index value.
getErrorListener() - method in class javax.xml.transform.Transformer
Returns the callback used to report errors during the transformation.
getErrorListener() - method in class javax.xml.transform.TransformerFactory
Returns the callback to be used by transformers obtained from this factory to report transformation errors.
getErrorManager() - method in class java.util.logging.Handler
Returns the ErrorManager that currently deals with errors originating from this Handler.
getErrorOffset() - method in class java.text.ParseException
This method returns the position where the error occurred.
getErrorsAny() - method in class java.awt.MediaTracker
Returns all media objects that have encountered errors during loading.
getErrorsID(int) - method in class java.awt.MediaTracker
Returns all media objects with the specified ID that have encountered an error.
getErrorStream() - method in class java.net.HttpURLConnection
This method allows the caller to retrieve any data that might have been sent despite the fact that an error occurred.
getErrorStream() - method in class java.lang.Process
Obtain the input stream that receives data from the subprocess.
getEscapeProcessing() - method in class javax.sql.RowSet
getEstimatedMajorSpan() - method in class javax.swing.text.AsyncBoxView
Determines whether the major span should be treated as estimated or as beeing accurate.
getEtchedBorderUIResource() - static method in class javax.swing.plaf.BorderUIResource
Returns a shared instance of an etched border which also is marked as an UIResource.
getEtchedInsets() - static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Determines the width of the border that gets painted by drawEtchedRect(Graphics,int,int,int,int,Color,Color,Color,Color).
getEtchType() - method in class javax.swing.border.EtchedBorder
Returns the appearance of this EtchedBorder, which is either RAISED or LOWERED.
getEvent() - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getEventAllocator() - method in class javax.xml.stream.XMLInputFactory
Returns the event allocator.
getEventContext() - method in class javax.naming.event.NamingEvent
getEventContext() - method in class javax.naming.event.NamingExceptionEvent
getEventMask() - method in class java.awt.event.AWTEventListenerProxy
This returns the event mask associated with this listener.
getEventPhase() - method in class org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventPropertyName() - method in class java.beans.EventHandler
Returns the event property name.
getEventSetDescriptors() - method in class java.beans.BeanInfo
Get the events this Bean type fires.
getEventSetDescriptors() - method in class java.beans.SimpleBeanInfo
Force Introspection of the events this Bean type fires.
getEventType() - method in class javax.swing.event.HyperlinkEvent
Returns the type of this event.
getEventType() - method in class javax.xml.stream.util.ReaderDelegate
getEventType() - method in class javax.xml.stream.events.XMLEvent
Returns the type of this event.
getEventType() - method in class javax.xml.stream.XMLStreamReader
Returns the type of the current event.
getException() - method in class java.lang.ClassNotFoundException
Returns the exception which occurred while loading the class, otherwise returns null.
getException() - method in class java.lang.ExceptionInInitializerError
Return the exception that caused this error to be created.
getException() - method in class javax.xml.parsers.FactoryConfigurationError
Returns the underlying cause of this exception, if any.
getException() - method in class javax.xml.stream.FactoryConfigurationError
getException() - method in class java.awt.event.InvocationEvent
This method returns the exception that occurred during the execution of the runnable, or null if not exception was thrown or exceptions were not caught.
getException() - method in class javax.naming.event.NamingExceptionEvent
getException() - method in class java.security.PrivilegedActionException
Get the underlying Exception that caused this one.
getException() - method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getException() - method in class javax.xml.transform.TransformerException
Returns the underlying cause of this exception.
getException() - method in class javax.xml.transform.TransformerFactoryConfigurationError
Returns the underlying cause.
getException() - method in class javax.naming.ldap.UnsolicitedNotification
getExceptionListener() - method in class java.beans.Encoder
Returns the currently active ExceptionListener instance.
getExceptionListener() - method in class java.beans.XMLDecoder
Returns the ExceptionListener instance associated with this decoder.
getExceptionTypes() - method in class java.lang.reflect.Constructor<T>
Get the exception types this constructor says it throws, in no particular order.
getExceptionTypes() - method in class java.lang.reflect.Method
Get the exception types this method says it throws, in no particular order.
getExemptionMechanism() - method in class javax.crypto.Cipher
Return the currently-operating ExemptionMechanism.
getExp() - method in class javax.management.BadBinaryOpValueExpException
Returns the inappropriate value expression associated with this exception.
Returns all TreePath objects which are a descendants of the given path and are exapanded at the moment of the execution of this method.
getExpandedIcon() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the current expanded icon.
getExpandedState
Return the expansion state of the given tree path.
Return the expansion state of the given tree path.
getExpandEntityReferences() - method in class org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the NodeIterator.
getExpandEntityReferences() - method in class org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExpandsSelectedPaths() - method in class javax.swing.JTree
getExpectedPolicies() - method in class java.security.cert.PolicyNode
Returns a set of policies (string OIDs) that will satisfy this node's policy.
getExpiration() - method in class java.net.URLConnection
Returns the value of the expires header or 0 if not known or present.
getExplanation() - method in class javax.naming.NamingException
Gets the message given to the constructor or null if no message was given.
getExponent() - method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime's exponent.
getExponentSize() - method in class javax.crypto.spec.DHGenParameterSpec
Get the size of the exponent, in bits.
This method returns a list of the table's which use this table's primary key as a foreign key.
getExtendedKeyUsage() - method in class java.security.cert.X509Certificate
Returns the ExtendedKeyUsage extension of this certificate, or null if there is no extension present.
getExtendedKeyUsage() - method in class java.security.cert.X509CertSelector
Returns the set of extended key purpose IDs, as an unmodifiable set of OID strings.
getExtendedState() - method in class java.awt.Frame
getExtension() - method in class javax.sound.sampled.AudioFileFormat.Type
Return the extension associated with this Type.
getExtensionValue(java.lang.String) - method in class java.security.cert.X509Extension
Returns the DER encoded OCTET string for the specified extension value identified by a OID.
getExtent() - method in class javax.swing.BoundedRangeModel
Returns the current extent.
getExtent() - method in class javax.swing.DefaultBoundedRangeModel
Returns the current extent of this bounded range model, which is a number greater than or equal to zero.
getExtent() - method in class javax.swing.JSlider
Returns the slider's extent value, obtained from the slider's model.
getExtentSize() - method in class javax.swing.JViewport
Tells the parser that if no external subset has been declared in the document text, none should be used.
Allows applications to provide an external subset for documents that don't explicitly define one.
getExtra() - method in class java.util.zip.ZipEntry
Gets the extra data.
getExtraImageMetadataFormatNames() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the names of additional formats for encoding image metadata, other than the standard and the native formats, or null if this plug-in does not provide any extra formats.
getExtraMetadataFormatNames() - method in class javax.imageio.metadata.IIOMetadata
getExtraNameCharacters() - method in class java.sql.DatabaseMetaData
This methods returns non-standard characters that can appear in unquoted identifiers.
getExtraStreamMetadataFormatNames() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the names of additional formats for encoding stream metadata, other than the standard and the native formats, or null if this plug-in does not provide any extra formats.
getFace() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font face identifier.
getFace() - method in class org.w3c.dom.html2.HTMLFontElement
Font face identifier.
getFactoryClassLocation() - method in class javax.naming.Reference
Get the location of the factory class of the referenced object.
getFactoryClassName() - method in class javax.naming.Reference
Get the name of the factory class of the referenced object
getFailureHandler() - static method in class java.rmi.server.RMISocketFactory
getFamily() - method in class java.awt.Font
Returns the family name of this font.
getFamily(java.util.Locale) - method in class java.awt.Font
Returns the family name of this font.
getFD() - method in class java.io.FileInputStream
This method returns a FileDescriptor object representing the underlying native file handle of the file this stream is reading from
getFD() - method in class java.io.FileOutputStream
This method returns a FileDescriptor object representing the file that is currently being written to
getFD() - method in class java.io.RandomAccessFile
This method returns a FileDescriptor object that represents the native file handle for this file.
getFeature(java.lang.String) - method in class javax.xml.parsers.DocumentBuilderFactory
Returns the value of the specified feature.
getFeature(java.lang.String) - method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(java.lang.String) - method in class javax.xml.parsers.SAXParserFactory
Returns the specified feature for SAX2 parsers obtained from this factory.
getFeature(java.lang.String) - method in class javax.xml.validation.SchemaFactory
getFeature(java.lang.String) - method in class javax.xml.transform.TransformerFactory
Returns the state of a feature in the factory implementation.
getFeature(java.lang.String) - method in class javax.xml.validation.Validator
getFeature(java.lang.String) - method in class javax.xml.validation.ValidatorHandler
getFeature(java.lang.String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(java.lang.String) - method in class org.xml.sax.XMLReader
Look up the value of a feature flag.
getFeature(java.lang.String) - method in class javax.xml.xpath.XPathFactory
Returns the state of the named feature.
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(java.lang.String,java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeedResolution(int) - method in class javax.print.attribute.ResolutionSyntax
Returns the feed resolution for the given units.
getFeedResolutionDphi() - method in class javax.print.attribute.ResolutionSyntax
Returns the raw feed resolution in dots per 100 inches.
getFetchDirection() - method in class java.sql.ResultSet
This method returns the current fetch direction for this result set.
getFetchDirection() - method in class java.sql.Statement
This method returns the current direction that the driver thinks the result set will be accessed int.
getFetchSize() - method in class java.sql.ResultSet
This method returns the current number of rows that will be fetched from the database at a time.
getFetchSize() - method in class java.sql.Statement
This method returns the number of rows the driver believes should be fetched from the database at a time.
This class allows a class to specify exactly which fields should be read, and what values should be read for these fields.
getField() - method in class java.text.FieldPosition
This method returns the field identifier value for this object.
getField(java.lang.String) - method in class java.lang.Class<T>
Get a public field declared or inherited in this class, where name is its simple name.
Returns the value of the specified field, or null if the field is undefined.
getFieldAttribute() - method in class java.text.FieldPosition
getFieldNames() - method in class javax.management.Descriptor
Returns the field names of the descriptor.
getFields() - method in class java.lang.Class<T>
Get all the public fields declared in this class or inherited from superclasses.
getFields() - method in class javax.management.Descriptor
Returns all the field name and value pairs, in the form name=value.
getFields() - method in class java.io.ObjectStreamClass
Returns the serializable (non-static and non-transient) Fields of the class represented by this ObjectStreamClass.
getFields(int) - method in class javax.swing.text.InternationalFormatter
Returns the Format.Field constants that are associated with the specified position in the text.
getFieldValue(java.lang.String) - method in class javax.management.Descriptor
Returns the value of the specified field, or null if no value is present for the given field name.
getFieldValues(java.lang.String...) - method in class javax.management.Descriptor
Returns the values corresponding to the fields named in the specified array, in the same order.
getFile() - method in class java.awt.FileDialog
Returns the file that is selected in this dialog.
getFile() - method in class java.net.URL
Returns the file portion of the URL.
getFileChooser() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the JFileChooser component that this UI delegate represents.
getFileChooserDetailViewIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use by the JFileChooser component.
getFileChooserHomeFolderIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use by the JFileChooser component.
getFileChooserListViewIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use by the JFileChooser component.
getFileChooserNewFolderIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use by the JFileChooser component.
getFileChooserUpFolderIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for use by the JFileChooser component.
getFileDescriptor() - method in class java.net.DatagramSocketImpl
Returns the FileDescriptor for this socket
getFileDescriptor() - method in class java.net.SocketImpl
Returns the FileDescriptor objects for this socket.
getFileFilter() - method in class javax.swing.JFileChooser
Returns the file filter.
getFileName() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the current file name.
getFileName() - method in class java.awt.JobAttributes
getFileName() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the file name in the text field.
getFileName() - method in class java.lang.StackTraceElement
Returns the name of the file, or null if unknown.
getFilenameFilter() - method in class java.awt.FileDialog
Returns the filename filter being used by this dialog.
getFileNameMap() - static method in class java.net.URLConnection
This method returns the FileNameMap object being used to decode MIME types by file extension.
getFilePointer() - method in class java.io.RandomAccessFile
This method returns the current offset in the file at which the next read or write will occur
getFiles() - method in class javax.swing.plaf.basic.BasicDirectoryModel
Returns a Vector of (java.io.File) objects containing the files in this list.
getFiles(java.io.File,boolean) - method in class javax.swing.filechooser.FileSystemView
Returns an array containing the files in the given directory.
getFileSelectionMode() - method in class javax.swing.JFileChooser
Returns the file selection mode, one of: FILES_ONLY, DIRECTORIES_ONLY or FILES_AND_DIRECTORIES.
getFileSuffixes() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the file suffixes of the supported image formats, for example [“tiff”, “tif”, “png”].
getFileSystemView() - static method in class javax.swing.filechooser.FileSystemView
Returns a default FileSystemView appropriate for the platform.
getFileSystemView() - method in class javax.swing.JFileChooser
Returns the file system view being used by this file chooser.
getFileView() - method in class javax.swing.JFileChooser
Returns the custom FileView for the file chooser.
getFileView(javax.swing.JFileChooser) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the default file view (NOT the file view from the file chooser, if there is one).
getFileView(javax.swing.JFileChooser) - method in class javax.swing.plaf.FileChooserUI
Returns a view to a file, which is able to retrieve its name, icon, and other properties that are relevant for presenting the file to the user.
getFileView(javax.swing.JFileChooser) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the FileChooserUI.getFileView(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the view for the UI delegate from the primary look and feel.
getFilter() - method in class java.util.logging.Handler
Returns the Filter that currently controls which log records are being published by this Handler.
getFilter() - method in class java.util.logging.Logger
getFilter() - method in class org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - method in class org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - method in class org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - method in class org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
This is the only method which can set the ImageConsumer for this filter.
getFirst() - method in class java.util.LinkedList<T>
Returns the first element in the list.
getFirstChild() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the first child node belonging to this tree node.
getFirstChild() - method in class javax.imageio.metadata.IIOMetadataNode
getFirstChild() - method in class org.w3c.dom.Node
The first child of this node.
getFirstColumn() - method in class javax.accessibility.AccessibleTableModelChange
Returns the first column that changed.
Returns the first Component of root that should receive the focus.
getFirstComponent
Returns the first Component in the traversal cycle.
Return the first focusable component of the focus cycle root comp under the ordering imposed by the comparator property.
getFirstDayOfWeek() - method in class java.util.Calendar
Gets what the first day of week is.
getFirstIndex() - method in class javax.swing.event.ListSelectionEvent
Returns the first index.
getFirstLeaf() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the first leaf node that is a descendant of this node.
getFirstLineIndent(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the indentation specified in the given attributes, or 0.0f if no indentation is specified.
getFirstRow() - method in class javax.accessibility.AccessibleTableModelChange
Returns the first row that changed.
getFirstRow() - method in class javax.swing.event.TableModelEvent
Returns the first affected row of this event.
getFirstVisibleIndex() - method in class javax.swing.JList
Returns the list index of the upper left or upper right corner of the visible rectangle of this list, depending on the Component.getComponentOrientation() property.
getFixedCellHeight() - method in class javax.swing.JList
Gets the value of the fixedCellHeight property.
getFixedCellWidth() - method in class javax.swing.JList
Gets the value of the fixedCellWidth property.
getFlags() - method in class java.util.DuplicateFormatFlagsException
Returns the flags which contain a duplicate.
Returns the mismatching flag.
getFlags() - method in class java.util.IllegalFormatFlagsException
Returns the illegal flags.
getFlags() - method in class javax.security.auth.kerberos.KerberosTicket
Return the flags for this ticket as a boolean array.
getFlags() - method in class java.util.UnknownFormatFlagsException
Returns the flags which contain a unknown.
getFlatness() - method in class java.awt.geom.CubicCurve2D
Calculates the flatness of this curve.
getFlatness() - method in class java.awt.geom.FlatteningPathIterator
Returns the maximally acceptable flatness.
getFlatness() - method in class java.awt.geom.QuadCurve2D
Calculates the flatness of this curve.
Calculates the flatness of a quadratic curve, directly specifying each coordinate value.
Calculates the flatness of a cubic curve, directly specifying each coordinate value.
getFlatness(double[],int) - static method in class java.awt.geom.CubicCurve2D
Calculates the flatness of a cubic curve, specifying the coordinate values in an array.
getFlatness(double[],int) - static method in class java.awt.geom.QuadCurve2D
Calculates the flatness of a quadratic curve, specifying the coordinate values in an array.
getFlatnessSq() - method in class java.awt.geom.CubicCurve2D
Calculates the squared flatness of this curve.
getFlatnessSq() - method in class java.awt.geom.QuadCurve2D
Calculates the squared flatness of this curve.
Calculates the squared flatness of a quadratic curve, directly specifying each coordinate value.
Calculates the squared flatness of a cubic curve, directly specifying each coordinate value.
getFlatnessSq(double[],int) - static method in class java.awt.geom.CubicCurve2D
Calculates the squared flatness of a cubic curve, specifying the coordinate values in an array.
getFlatnessSq(double[],int) - static method in class java.awt.geom.QuadCurve2D
Calculates the squared flatness of a quadratic curve, specifying the coordinate values in an array.
getFlavorListeners() - method in class java.awt.datatransfer.Clipboard
getFlavorMap() - method in class java.awt.dnd.DragSource
getFlavorMap() - method in class java.awt.dnd.DropTarget
getFlavorsForNative(java.lang.String) - method in class java.awt.datatransfer.FlavorTable
Returns a list of flavors corresponding to the given String native.
getFlavorsForNative(java.lang.String) - method in class java.awt.datatransfer.SystemFlavorMap
Returns a List of DataFlavors to which the specified String native can be translated by the data transfer subsystem.
getFlipContents() - method in class java.awt.BufferCapabilities
Retrieve the result of a flipping operation.
getFloat() - method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getFloat(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java float.
getFloat(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java float.
getFloat(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as a float.
getFloat(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a float array.
This method returns the value of the specified parameter as a Java float.
getFloat(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java float.
getFloat(java.lang.String,float) - method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a float.
getFloat(java.lang.String,float) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a float.
getFloatingColor() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method returns the Color which is displayed when over a floating area.
getFloatParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getFloatValue(short) - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get a float value in a specified unit.
getFlowAxis() - method in class javax.swing.text.FlowView
Returns the axis along which the view should be flowed.
getFlowSpan(int) - method in class javax.swing.text.FlowView
Returns the span of the flow for the specified child view.
getFlowStart(int) - method in class javax.swing.text.FlowView
Returns the location along the flow axis where the flow span starts given a child view index.
getFlushedPosition() - method in class javax.imageio.stream.ImageInputStream
getFlushedPosition() - method in class javax.imageio.stream.ImageInputStreamImpl
getFocusableWindowState() - method in class java.awt.Window
Returns the value of the focusableWindowState property.
getFocusAccelerator() - method in class javax.swing.text.JTextComponent
getFocusColor() - method in class javax.swing.plaf.basic.BasicSliderUI
Gets the focus color to be used for this slider.
getFocusColor() - method in class javax.swing.plaf.metal.MetalButtonUI
Returns the color for the focus border.
getFocusColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw focus highlights, from the installed theme.
getFocusColor() - method in class javax.swing.plaf.metal.MetalRadioButtonUI
Returns the color used to draw the focus rectangle when the JRadioButton has the focus.
getFocusColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw focus highlights.
getFocusColor() - method in class javax.swing.plaf.metal.MetalToggleButtonUI
Returns the color for the focus border.
getFocusCycleRootAncestor() - method in class java.awt.Component
Returns the root container that owns the focus cycle where this component resides.
getFocusCycleRootAncestor() - method in class javax.swing.JInternalFrame
This method returns null because this must always be the root of a focus traversal.
getFocusCycleRootAncestor() - method in class java.awt.Window
Returns the root container that owns the focus cycle where this component resides.
getFocusedComponent() - method in class javax.swing.text.TextAction
Returns the current focused JTextComponent object.
getFocusedWindow() - method in class java.awt.KeyboardFocusManager
Retrieve the Window that is or contains the keyboard focus owner, or null if the focused window was not set by a thread in the current ThreadGroup.
getFocusListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getFocusLostBehavior() - method in class javax.swing.JFormattedTextField
Returns the behaviour of this JFormattedTextField upon losing focus.
getFocusOwner() - method in class javax.swing.JInternalFrame
This method returns the child Component that will receive focus if this JInternalFrame is selected.
getFocusOwner() - method in class java.awt.KeyboardFocusManager
Retrieve the Component that has the keyboard focus, or null if the focus owner was not set by a thread in the current ThreadGroup.
getFocusOwner() - method in class java.awt.Window
Returns the child window that has focus if this window is active.
getFocusTraversalKeys(int) - method in class java.awt.Component
Returns the set of keys for a given focus traversal action, as defined in setFocusTraversalKeys.
getFocusTraversalKeys(int) - method in class java.awt.Container
Returns the Set of focus traversal keys for a given traversal operation for this Container.
getFocusTraversalKeysEnabled() - method in class java.awt.Component
Check whether or not focus traversal keys are enabled on this Component.
getFocusTraversalPolicy() - method in class java.awt.Container
Return the focus traversal policy that determines the focus traversal order for this Container's children.
getFollowRedirects() - static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects will automatically be followed or not.
getFont() - method in class javax.accessibility.AccessibleComponent
Get the font of this component
getFont() - method in class java.awt.Component
Returns the font in use for this component.
getFont() - method in class java.awt.Component.AccessibleAWTComponent
Gets the font.
getFont() - method in class org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
getFont() - method in class javax.swing.DebugGraphics
getFont
getFont() - method in class javax.swing.tree.DefaultTreeCellEditor
Gets the font used for editing.
getFont() - method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Gets the font of this component.
getFont() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the current font.
getFont() - method in class java.awt.FontMetrics
Returns the font that this object is creating metric information fo.
getFont() - method in class java.awt.font.GlyphVector
getFont() - method in class javax.swing.text.GlyphView
Returns the font for the text run for which this GlyphView is responsible.
getFont() - method in class java.awt.Graphics
Returns the current font for this graphics context.
Returns the font of the JList since it is not possible to set fonts for list children individually.
Returns the font of the table cell.
Get the font of this component
Gets the Font of this object.
getFont() - method in class javax.swing.text.LabelView
Returns the font for the glyphs.
getFont() - method in class java.awt.MenuComponent
Returns the font in use for this component.
Returns the Font used for text created by this component.
getFont() - method in class java.awt.MenuContainer
Returns the font in use by this container.
getFont(extends,?>) - static method in class java.awt.Font
Returns a font appropriate for the given attribute set.
getFont(java.awt.Component) - method in class javax.swing.border.TitledBorder
Returns the font that is used for displaying the title text for a given Component.
getFont(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a font entry for the default locale.
getFont(java.lang.Object) - static method in class javax.swing.UIManager
Retrieves a font from the defaults table of the current LookAndFeel.
Returns a font entry for a specic locale.
getFont(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Retrieves a font from the defaults table of the current LookAndFeel.
getFont(java.lang.String) - static method in class java.awt.Font
Returns a Font object from the passed property name.
getFont(java.lang.String,int,int) - method in class javax.swing.text.StyleContext
getFont(java.lang.String,java.awt.Font) - static method in class java.awt.Font
Returns a Font object from the passed property name.
getFont(javax.swing.plaf.synth.SynthContext) - method in class javax.swing.plaf.synth.SynthStyle
Extracts a font from a set of attributes.
getFont(javax.swing.text.AttributeSet) - method in class javax.swing.text.StyleContext
getFont(javax.swing.text.AttributeSet) - method in class javax.swing.text.StyledDocument
getFont
getFont(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.StyleSheet
Gets the font to use for the given set.
getFontFamily() - method in class org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
getFontFamily(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the font family specified in the given attributes, or Monospaced if no font family is specified.
getFontForState(javax.swing.plaf.synth.SynthContext) - method in class javax.swing.plaf.synth.SynthStyle
getFontList() - method in class java.awt.Toolkit
Returns the names of the available fonts.
getFontMetrics() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the fontmetrics for the font of the JTabbedPane.
getFontMetrics() - method in class javax.swing.DebugGraphics
Returns the font metrics of the current font.
getFontMetrics() - method in class javax.swing.text.FieldView
getFontMetrics() - method in class java.awt.Graphics
Returns the font metrics for the current font.
getFontMetrics() - method in class javax.swing.text.LabelView
Returns the font metrics of the current font.
getFontMetrics(java.awt.Font) - method in class javax.accessibility.AccessibleComponent
Get the FontMetrics of the specified font in this component.
getFontMetrics(java.awt.Font) - method in class java.awt.Component
Returns the font metrics for the specified font in this component.
Gets the font metrics for a font.
getFontMetrics(java.awt.Font) - method in class java.awt.peer.ComponentPeer
Returns the font metrics for the specified font.
getFontMetrics(java.awt.Font) - method in class javax.swing.DebugGraphics
Returns the font metrics for a given font.
getFontMetrics(java.awt.Font) - method in class java.awt.Graphics
Returns the font metrics for the specified font.
Returns the font metrics for the specified font.
Returns the font metrics for a specified font.
Get the FontMetrics of the specified font in this component.
Gets the FontMetrics of this object.
Retrieves information on the rendering and metrics of the supplied font.
getFontMetrics(java.awt.Font) - method in class javax.swing.text.StyleContext
getFontMetrics(java.awt.Font) - method in class java.awt.Toolkit
Return the font metrics for the specified font
getFontName() - method in class java.awt.Font
Returns the font face name of the font.
getFontName(java.util.Locale) - method in class java.awt.Font
Returns the font face name of the font.
getFontPeer(java.lang.String,int) - method in class java.awt.Toolkit
Creates a peer object for the specified font name.
getFontRenderContext() - method in class java.awt.font.GlyphVector
getFontRenderContext() - method in class java.awt.Graphics2D
Returns the font render context.
getFontSize() - method in class org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
getFontSize(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the font size specified in the given attributes, or 12 if no font size is specified.
getFontSizeAdjust() - method in class org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
getFontStretch() - method in class org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
getFontStyle() - method in class org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
getFontTable(int) - method in class java.awt.font.OpenType
getFontTable(int,int,int) - method in class java.awt.font.OpenType
getFontTable(java.lang.String) - method in class java.awt.font.OpenType
getFontTable(java.lang.String,int,int) - method in class java.awt.font.OpenType
getFontTableSize(int) - method in class java.awt.font.OpenType
getFontTableSize(java.lang.String) - method in class java.awt.font.OpenType
getFontVariant() - method in class org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
getFontWeight() - method in class org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
getForeground() - method in class javax.accessibility.AccessibleComponent
Get the foreground color of this component.
getForeground() - method in class java.awt.Component
Returns this component's foreground color.
Gets the foreground color.
getForeground() - method in class javax.swing.text.GlyphView
Returns the foreground color which should be used to paint the text.
Returns the foreground color for this list child.
Returns the foreground color of the table cell.
Get the foreground color of this component.
Get the foreground color of this object.
getForeground() - method in class javax.swing.text.LabelView
Returns the foreground color for the glyphs.
Returns the foreground color of the component, or null if this property is unsupported.
Extracts a foreground color from a set of attributes.
getForeground(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the foreground color specified in the given attributes, or Color.BLACK if no foreground color is specified.
getForeground
getForeground(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.StyleSheet
Takes a set of attributes and turns it into a foreground color specification.
getForegroundAt(int) - method in class javax.swing.JTabbedPane
This method returns the foreground color for the tab.
getForm() - method in class org.w3c.dom.html2.HTMLButtonElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLFieldSetElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLInputElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLIsIndexElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLLabelElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLLegendElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLObjectElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLOptionElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLSelectElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Returns the FORM element containing this control.
getFormat() - method in class javax.sound.sampled.AudioFileFormat
Return the AudioFormat associated with this file format.
getFormat() - method in class javax.sound.sampled.AudioInputStream
Get the format associated with this stream.
getFormat() - method in class java.security.Certificate
This method returns the encoding format of the certificate (e.g., "PGP", "X.509").
getFormat() - method in class javax.sound.sampled.DataLine
Return the current format of the data associated with this DataLine.
getFormat() - method in class java.security.spec.EncodedKeySpec
Returns the name of the key format used.
getFormat() - method in class javax.swing.text.InternationalFormatter
Returns the currently used Format object that is used to format the JFormattedField.
getFormat() - method in class javax.swing.JSpinner.DateEditor
Returns the SimpleDateFormat instance that is used to format the date value.
getFormat() - method in class javax.swing.JSpinner.NumberEditor
Returns the format used by the text field.
getFormat() - method in class javax.security.auth.kerberos.KerberosKey
Return the format of this key.
getFormat() - method in class java.security.Key
This method returns the name of the encoding format for this key.
getFormat() - method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the key format used which is "PKCS#8"
getFormat() - method in class javax.crypto.spec.SecretKeySpec
This key's format, which is always "RAW".
getFormat() - method in class java.security.spec.X509EncodedKeySpec
Returns the name of the key format used which is "X.509"
getFormatId() - method in class javax.transaction.xa.Xid
getFormatName() - method in class javax.imageio.ImageReader
Retrieve the format of the input source.
getFormatNames() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the human-readable, localized names of the supported image formats.
getFormats() - method in class java.text.ChoiceFormat
This method returns the list of format strings in use.
getFormats() - method in class javax.sound.sampled.DataLine.Info
Return the supported audio formats.
getFormats() - method in class java.text.MessageFormat
Returns an array with the Formats for the arguments.
getFormatsByArgumentIndex() - method in class java.text.MessageFormat
Return the formatters used sorted by argument index.
Returns the format specification.
Returns the format specification.
Returns the JFormattedTextField on which this formatter is currently installed.
getFormatter() - method in class java.util.logging.Handler
Returns the Formatter which will be used to localize the text of log messages and to substitute message parameters.
getFormatter() - method in class javax.swing.JFormattedTextField
Returns the current formatter used for this JFormattedTextField.
Returns the appropriate formatter based on the state of tf.
getFormatterFactory() - method in class javax.swing.JFormattedTextField
Returns the factory currently used to generate formatters for this JFormattedTextField.
getForms() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the forms of a document.
getFractionalSecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getFragment() - method in class java.net.URI
Returns the fragment of the URI
getFrame() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which external table borders to render.
getFrame() - method in class java.awt.geom.RectangularShape
Return the frame around this object.
getFrameBorder() - method in class org.w3c.dom.html2.HTMLFrameElement
Request frame borders.
getFrameBorder() - method in class org.w3c.dom.html2.HTMLIFrameElement
Request frame borders.
getFrameForComponent(java.awt.Component) - static method in class javax.swing.JOptionPane
This method returns the Frame for the given parentComponent or null if none can be found.
getFrameIcon() - method in class javax.swing.JInternalFrame
This method returns the Frame Icon (the icon used in the JInternalFrame TitlePane and iconified frame).
getFrameLength() - method in class javax.sound.sampled.AudioFileFormat
Return the frame length of this file format.
getFrameLength() - method in class javax.sound.sampled.AudioInputStream
Get the length of this stream in frames.
getFrameLength() - method in class javax.sound.sampled.Clip
Return the frame length of this clip.
getFramePosition() - method in class javax.sound.sampled.DataLine
Return the current frame position.
getFramePosition() - method in class javax.sound.sampled.LineEvent
Return the frame position associated with this event.
getFrameRate() - method in class javax.sound.sampled.AudioFormat
Return the frame rate of this format.
getFrames() - static method in class java.awt.Frame
getFrameSize() - method in class javax.sound.sampled.AudioFormat
Return the frame size of this format.
getFromIndex() - method in class javax.swing.event.TableColumnModelEvent
getFromIndex.
getFromPage() - method in class java.awt.JobAttributes
Retrieve the front buffer's image capabilities.
getFullScreenWindow() - method in class java.awt.GraphicsDevice
Returns the current full-screen window of the device, or null if no window is full-screen.
getG() - method in class javax.crypto.spec.DHParameterSpec
Get the base generator, g.
getG() - method in class javax.crypto.spec.DHPrivateKeySpec
Get the base generator.
getG() - method in class javax.crypto.spec.DHPublicKeySpec
Get the base generator.
getG() - method in class java.security.spec.DSAParameterSpec
Returns g for the DSA algorithm.
getG() - method in class java.security.interfaces.DSAParams
Returns the base, or 'g' value
getG() - method in class java.security.spec.DSAPrivateKeySpec
Returns g for the DSA algorithm.
getG() - method in class java.security.spec.DSAPublicKeySpec
Returns g for the DSA algorithm.
getGamma() - method in class java.awt.color.ICC_ProfileGray
Returns the TRC gamma value.
getGamma(int) - method in class java.awt.color.ICC_ProfileRGB
Returns the gamma value of a component
getGapEnd() - method in class javax.swing.text.GapContent
Returns the end index of the gap within the buffer array.
getGapStart() - method in class javax.swing.text.GapContent
Returns the start index of the gap within the buffer array.
getGarbageCollectorMXBeans() - static method in class java.lang.management.ManagementFactory
Returns the garbage collector beans for the running virtual machine.
getGeneratedKeys() - method in class java.sql.Statement
getGenericComponentType() - method in class java.lang.reflect.GenericArrayType
Returns the Type of the components within the array.
Returns a representation of the declaration used to declare this type variable.
getGenericExceptionTypes() - method in class java.lang.reflect.Constructor<T>
Returns an array of Type objects that represents the exception types declared by this constructor, in declaration order.
getGenericExceptionTypes() - method in class java.lang.reflect.Method
Returns an array of Type objects that represents the exception types declared by this method, in declaration order.
getGenericInterfaces() - method in class java.lang.Class<T>
Returns an array of Type objects which represent the interfaces directly implemented by this class or extended by this interface.
getGenericParameterTypes() - method in class java.lang.reflect.Constructor<T>
Returns an array of Type objects that represents the parameter list for this constructor, in declaration order.
getGenericParameterTypes() - method in class java.lang.reflect.Method
Returns an array of Type objects that represents the parameter list for this method, in declaration order.
getGenericReturnType() - method in class java.lang.reflect.Method
Returns the return type of this method.
getGenericSuperclass() - method in class java.lang.Class<T>
Returns a Type object representing the direct superclass, whether class, interface, primitive type or void, of this class.
getGenericType() - method in class java.lang.reflect.Field
Return the generic type of the field.
getGestureModifiers() - method in class java.awt.dnd.DragSourceDragEvent
getGestureModifiersEx() - method in class java.awt.dnd.DragSourceDragEvent
getGetListenerMethod() - method in class java.beans.EventSetDescriptor
Returns the method that retrieves the listeners or null if it does not exist.
getGlassPane() - method in class javax.swing.JApplet
getGlassPane() - method in class javax.swing.JDialog
This method returns the GlassPane for this JDialog.
getGlassPane() - method in class javax.swing.JFrame
getGlassPane
getGlassPane() - method in class javax.swing.JInternalFrame
This method returns the Glass Pane used with this JInternalFrame.
getGlassPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
getGlassPane() - method in class javax.swing.JWindow
getGlassPane
getGlassPane() - method in class javax.swing.RootPaneContainer
getGlassPane
Retrieve the active Window, regardless of whether or not the Window was made active by a thread in the current ThreadGroup.
Retrieve the current focus cycle root, regardless of whether or not it was made set by a thread in the current ThreadGroup.
Retrieve the Window that is or contains the focus owner, regardless of whether or not the Window was set focused by a thread in the current ThreadGroup.
getGlobalFocusOwner() - method in class java.awt.KeyboardFocusManager
Retrieve the Component that has the keyboard focus, regardless of whether or not it was set by a thread in the current ThreadGroup.
Retrieve the Component that has the permanent keyboard focus, regardless of whether or not it was set by a thread in the current ThreadGroup.
getGlobalTransactionId() - method in class javax.transaction.xa.Xid
getGlyphCharIndex(int) - method in class java.awt.font.GlyphVector
getGlyphCharIndices(int,int,int[]) - method in class java.awt.font.GlyphVector
getGlyphCode(int) - method in class java.awt.font.GlyphVector
getGlyphCodes(int,int,int[]) - method in class java.awt.font.GlyphVector
getGlyphJustificationInfo(int) - method in class java.awt.font.GlyphVector
getGlyphLogicalBounds(int) - method in class java.awt.font.GlyphVector
getGlyphMetrics(int) - method in class java.awt.font.GlyphVector
getGlyphOutline(int) - method in class java.awt.font.GlyphVector
getGlyphOutline(int,float,float) - method in class java.awt.font.GlyphVector
getGlyphPainter() - method in class javax.swing.text.GlyphView
Returns the GlyphPainter that is used by this GlyphView.
getGlyphPosition(int) - method in class java.awt.font.GlyphVector
getGlyphPositions(int,int,float[]) - method in class java.awt.font.GlyphVector
getGlyphTransform(int) - method in class java.awt.font.GlyphVector
getGlyphVisualBounds(int) - method in class java.awt.font.GlyphVector
getGoHomeAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Creates and returns a new action that will be used with the "home folder" button.
getGraphics() - method in class java.awt.image.BufferedImage
Returns a graphics context object for drawing an off-screen object.
getGraphics() - method in class java.awt.Component
Returns a graphics object for this component.
getGraphics() - method in class java.awt.peer.ComponentPeer
Returns a Graphics object suitable for drawing on this component.
getGraphics() - method in class java.awt.Image
Returns a graphics context object for drawing an off-screen object.
getGraphics() - method in class javax.swing.JComponent
Returns the Graphics context for this component.
getGraphics() - method in class java.awt.PrintJob
Returns a graphics context suitable for rendering the next page.
getGraphics() - method in class javax.swing.text.View
getGraphics() - method in class java.awt.image.VolatileImage
Returns a Graphics2D object that can be used to draw onto this image.
getGraphicsConfiguration() - method in class java.awt.Component
Returns the graphics configuration of this component, if there is one.
getGraphicsConfiguration() - method in class java.awt.peer.ComponentPeer
Get the graphics configuration of the component.
getGraphicsConfiguration() - method in class java.awt.Window
Get graphics configuration.
getGraphicsUtils(javax.swing.plaf.synth.SynthContext) - method in class javax.swing.plaf.synth.SynthStyle
getGreatestMinimum(int) - method in class java.util.Calendar
Gets the greatest minimum value that is allowed for the specified field.
getGreatestMinimum(int) - method in class java.util.GregorianCalendar
Gets the greatest minimum value that is allowed for the specified field.
getGreen() - method in class java.awt.Color
Returns the green value for this color, as an integer in the range 0-255 in the sRGB color space.
getGreen() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the green value of the RGB color.
getGreen(int) - method in class java.awt.image.ColorModel
Converts pixel value to sRGB and extract green int sample scaled to range [0, 255].
getGreen(int) - method in class java.awt.image.ComponentColorModel
getGreen(int) - method in class java.awt.image.DirectColorModel
Get the green component of the given pixel.
getGreen(int) - method in class java.awt.image.IndexColorModel
Returns the green component of the color in the lookup table for the given pixel value.
getGreen(java.lang.Object) - method in class java.awt.image.ColorModel
getGreen(java.lang.Object) - method in class java.awt.image.ComponentColorModel
getGreen(java.lang.Object) - method in class java.awt.image.DirectColorModel
getGreenMask() - method in class java.awt.image.DirectColorModel
getGreens(byte[]) - method in class java.awt.image.IndexColorModel
Fills the supplied array with the green component of each color in the lookup table.
getGregorianChange() - method in class java.util.GregorianCalendar
Gets the date of the switch from Julian dates to Gregorian dates.
getGridColor() - method in class javax.swing.JTable
Get the value of the gridColor property.
getGridColumn() - method in class javax.swing.text.TableView.TableCell
Returns the column number of this cell.
getGridRow() - method in class javax.swing.text.TableView.TableCell
Returns the row number of this cell.
getGrooveInsets() - static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Determines the width of the border that gets painted by drawGroove(Graphics,int,int,int,int,Color,Color).
getGroup() - method in class javax.swing.DefaultButtonModel
Returns the current value of the model's "group" property.
getGroupID() - method in class java.rmi.activation.ActivationDesc
getGroupingSeparator() - method in class java.text.DecimalFormatSymbols
This method sets the character used to separate groups of digits.
getGroupingSize() - method in class java.text.DecimalFormat
Gets the interval used between a grouping separator and the next.
getGuarantor() - method in class java.security.Certificate
This method returns the Principal that is guaranteeing this certificate.
getHAdjustable() - method in class java.awt.ScrollPane
Returns the horizontal scrollbar for this object.
getHandler() - method in class javax.xml.transform.sax.SAXResult
Returns the content handler to which result document events will be propagated.
getHandlers() - method in class java.util.logging.Logger
Returns the handlers currently registered for this Logger.
getHandshakeStatus() - method in class javax.net.ssl.SSLEngine
Return the current handshake status.
getHandshakeStatus() - method in class javax.net.ssl.SSLEngineResult
Returns the handshake status.
getHashColor() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the Hash color.
getHead(java.util.logging.Handler) - method in class java.util.logging.Formatter
Returns a string that handlers are supposed to emit before the first log record.
getHead(java.util.logging.Handler) - method in class java.util.logging.XMLFormatter
Returns a string that handlers are supposed to emit before the first log record.
getHeaderField(int) - method in class java.net.URLConnection
Return a String representing the header value at the specified index.
Returns a String representing the value of the header field having the named key.
Returns the value of the named field parsed as date
Returns the value of the named header field as a date.
Returns the value of the named header field as an int.
getHeaderFieldKey(int) - method in class java.net.URLConnection
Returns a String representing the header key at the specified index.
getHeaderFields() - method in class java.net.URLConnection
Returns an unmodifiable Map containing all sent header fields.
getHeaderRect(int) - method in class javax.swing.table.JTableHeader
Get the rectangle, occupied by the header of the given column.
getHeaderRenderer() - method in class javax.swing.table.TableColumn
Returns the renderer for the column header.
getHeaders() - method in class org.w3c.dom.html2.HTMLTableCellElement
List of id attribute values for header cells.
getHeaderValue() - method in class javax.swing.table.TableColumn
Returns the header value.
getHeapMemoryUsage() - method in class java.lang.management.MemoryMXBean
Returns a MemoryUsage object representing the current state of the heap.
getHeight() - method in class java.awt.geom.Arc2D.Double
Return the height of the bounding box.
getHeight() - method in class java.awt.geom.Arc2D.Float
Return the height of the bounding box.
getHeight() - method in class javax.swing.text.BoxView
Return the current height of the box.
getHeight() - method in class java.awt.image.BufferedImage
getHeight() - method in class java.awt.Component
Gets the height of the component.
getHeight() - method in class org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
getHeight() - method in class java.awt.Dimension
Gets the height of this dimension.
getHeight() - method in class java.awt.geom.Dimension2D
Get the height of this dimension.
getHeight() - method in class java.awt.DisplayMode
Returns the height, in pixels.
getHeight() - method in class java.awt.geom.Ellipse2D.Double
Returns the height of the ellipse.
getHeight() - method in class java.awt.geom.Ellipse2D.Float
Returns the height of the ellipse.
getHeight() - method in class java.awt.FontMetrics
Returns the height of a line in this font.
getHeight() - method in class org.w3c.dom.html2.HTMLAppletElement
Override height.
getHeight() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame height.
getHeight() - method in class org.w3c.dom.html2.HTMLImageElement
Height of the image in pixels.
getHeight() - method in class org.w3c.dom.html2.HTMLObjectElement
Override height.
getHeight() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell height.
getHeight() - method in class javax.swing.JComponent
Returns the height of this component.
getHeight() - method in class java.awt.image.Kernel
Returns the kernel height (as supplied to the constructor).
getHeight() - method in class java.awt.font.LineMetrics
getHeight() - method in class java.awt.print.PageFormat
This method returns the height of the page, in 1/72nd's of an inch.
getHeight() - method in class java.awt.print.Paper
This method returns the height of the paper in 1/72nds of an inch.
getHeight() - method in class java.awt.image.PixelGrabber
getHeight() - method in class java.awt.image.Raster
Returns the height of the raster.
getHeight() - method in class java.awt.Rectangle
Get the height of the rectangle.
getHeight() - method in class java.awt.geom.Rectangle2D.Double
Return the height.
getHeight() - method in class java.awt.geom.Rectangle2D.Float
Return the height.
getHeight() - method in class java.awt.geom.RectangularShape
Get the height of the framing rectangle.
getHeight() - method in class java.awt.image.renderable.RenderableImage
getHeight() - method in class java.awt.image.renderable.RenderableImageOp
getHeight() - method in class java.awt.image.RenderedImage
getHeight() - method in class java.awt.geom.RoundRectangle2D.Double
Get the height of the framing rectangle.
getHeight() - method in class java.awt.geom.RoundRectangle2D.Float
getHeight() - method in class java.awt.image.SampleModel
Returns the height of the pixel data accessible via this SampleModel.
getHeight() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the height of the component.
getHeight() - method in class java.awt.image.VolatileImage
Returns the height of this image buffer.
getHeight(int) - method in class javax.imageio.ImageReader
Get the height of the input image in pixels.
getHeight(int) - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the height of the printable area for the given units.
Returns the height of the image, or -1 if it is unknown.
Returns the height of the image, or -1 if it is unknown.
Returns the full height of the rendered text.
getHeightOfHighValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the height of the label whose key has the highest value, or 0 if there are no labels.
getHeightOfLowValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the height of the label whose key has the lowest value, or 0 if there are no labels.
getHeightOfTallestLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the height of the tallest label in the slider's label table.
getHelpMenu() - method in class javax.swing.JMenuBar
This method is not implemented and will throw an Error if called.
getHelpMenu() - method in class java.awt.MenuBar
Returns the help menu for this menu bar.
getHgap() - method in class java.awt.BorderLayout
Returns the horitzontal gap value.
getHgap() - method in class java.awt.CardLayout
Return this layout manager's horizontal gap.
getHgap() - method in class java.awt.FlowLayout
Returns the horizontal gap between components.
getHgap() - method in class java.awt.GridLayout
Return the horizontal gap.
getHierarchyBoundsListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getHierarchyListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getHighestValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the label whose key has the highest value.
getHighlightColor() - method in class javax.swing.plaf.basic.BasicSliderUI
Gets the highlight color to be used for this slider.
getHighlightColor() - method in class javax.swing.border.EtchedBorder
Returns the color that will be used for highlighted parts when painting the border, or null if that color will be derived from the background of the enclosed Component.
getHighlightColor(java.awt.Component) - method in class javax.swing.border.EtchedBorder
Determines the color that will be used for highlighted parts when painting the border around a given component.
getHighlightedTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw highlighted text, from the installed theme.
getHighlightedTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw highlighted text.
getHighlighter() - method in class javax.swing.text.JTextComponent
getHighlightInnerColor() - method in class javax.swing.border.BevelBorder
Returns the color that will be used for the inner side of highlighted edges when painting the border, or null if that color will be derived from the background of the enclosed Component.
getHighlightInnerColor(java.awt.Component) - method in class javax.swing.border.BevelBorder
Determines the color that will be used for the inner side of highlighted edges when painting the border.
getHighlightOuterColor() - method in class javax.swing.border.BevelBorder
Returns the color that will be used for the outer side of highlighted edges when painting the border, or null if that color will be derived from the background of the enclosed Component.
getHighlightOuterColor(java.awt.Component) - method in class javax.swing.border.BevelBorder
Determines the color that will be used for the outer side of highlighted edges when painting the border.
getHighlights() - method in class javax.swing.text.DefaultHighlighter
getHighlights() - method in class javax.swing.text.Highlighter
getHoldability() - method in class java.sql.Connection
Gets the default holdability of ResultSetS that are created from StatementS using this Connection.
getHomeDirectory() - method in class javax.swing.filechooser.FileSystemView
Returns the home directory for the current user.
getHorizontalAlignment() - method in class javax.swing.AbstractButton
Set the horizontal alignment of the button's text and icon.
getHorizontalAlignment() - method in class javax.swing.JLabel
getHorizontalAlignment() - method in class javax.swing.JTextField
Returns the horizontal alignment, which is one of: JTextField.LEFT, JTextField.CENTER, JTextField.RIGHT, JTextField.LEADING, JTextField.TRAILING.
getHorizontalLegBuffer() - method in class javax.swing.plaf.basic.BasicTreeUI
The horizontal element of legs between nodes starts at the right of the left-hand side of the child node by default.
getHorizontalLegBuffer() - method in class javax.swing.plaf.metal.MetalTreeUI
The horizontal element of legs between nodes starts at the right of the left-hand side of the child node by default.
getHorizontalScrollBar() - method in class javax.swing.JScrollPane
getHorizontalScrollBar() - method in class javax.swing.ScrollPaneLayout
getHorizontalScrollBarPolicy() - method in class javax.swing.JScrollPane
getHorizontalScrollBarPolicy() - method in class javax.swing.ScrollPaneLayout
getHorizontalSliderThumbIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns the icon used to display the thumb for a horizontally oriented JSlider.
getHorizontalTextPosition() - method in class javax.swing.AbstractButton
Get the horizontal position of the button's text relative to its icon.
getHorizontalTextPosition() - method in class javax.swing.JLabel
Returns the horizontal position of the label's text relative to the icon.
getHorizontalVisibility() - method in class javax.swing.JTextField
Returns the bounded range model that describes the horizontal visibility of the text field in the case when the text does not fit into the available space.
getHost() - method in class java.net.URI
Returns the hostname of the URI
getHost() - method in class java.net.URL
Returns the host of the URL
getHostAddress() - method in class java.net.Inet4Address
Returns the address as string
getHostAddress() - method in class java.net.Inet6Address
Returns the IP address string in textual presentation
getHostAddress() - method in class java.net.InetAddress
Returns the IP address of this object as a String.
Get the IP address of our host.
getHostName() - method in class java.net.InetAddress
Returns the hostname for this address.
getHostName() - method in class java.net.InetSocketAddress
Returns hostname
getHostnameVerifier() - method in class javax.net.ssl.HttpsURLConnection
Returns the current hostname verifier for this instance.
getHour() - method in class javax.xml.datatype.XMLGregorianCalendar
getHours() - method in class java.sql.Date
This method always throws an IllegalArgumentException.
getHours() - method in class java.util.Date
Returns the hours represented by this Date object as an integer between 0 and 23.
getHours() - method in class javax.xml.datatype.Duration
Returns the hours in this duration as an int, or 0 if not present.
getHref() - method in class org.w3c.dom.css.CSSImportRule
The location of the style sheet to be imported.
getHref() - method in class org.w3c.dom.html2.HTMLAnchorElement
The absolute URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.html2.HTMLAreaElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.html2.HTMLBaseElement
The base URI [IETF RFC 2396].
getHref() - method in class org.w3c.dom.html2.HTMLLinkElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.stylesheets.StyleSheet
If the style sheet is a linked style sheet, the value of its attribute is its location.
getHreflang() - method in class org.w3c.dom.html2.HTMLAnchorElement
Language code of the linked resource.
getHreflang() - method in class org.w3c.dom.html2.HTMLLinkElement
Language code of the linked resource.
getHSBColor(float,float,float) - static method in class java.awt.Color
Returns a new instance of Color based on the specified HSB values.
getHScrollbarHeight() - method in class java.awt.ScrollPane
Returns the height of a horizontal scrollbar.
getHScrollbarHeight() - method in class java.awt.peer.ScrollPanePeer
getHspace() - method in class org.w3c.dom.html2.HTMLAppletElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
getHspace() - method in class org.w3c.dom.html2.HTMLImageElement
Horizontal space to the left and right of this image in pixels.
getHspace() - method in class org.w3c.dom.html2.HTMLObjectElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
Gets the HTMLDocument from the JEditorPane.
Gets the HTMLEditorKit
getHtmlFor() - method in class org.w3c.dom.html2.HTMLLabelElement
This attribute links this label with another form control by id attribute.
getHtmlFor() - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getHTMLTag() - method in class javax.swing.text.html.parser.TagElement
Get the corresponding HTML tag.
getHttpEquiv() - method in class org.w3c.dom.html2.HTMLMetaElement
HTTP response header name [IETF RFC 2616].
getHumanPresentableName() - method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for this flavor.
getHyperlinkListeners() - method in class javax.swing.JEditorPane
Returns all added HyperlinkListener objects.
getICC_Profiles() - method in class java.awt.image.ColorConvertOp
Returns the array of ICC_Profiles used to create this Op, or null if the Op was created using ColorSpace arguments.
getIcon() - method in class javax.swing.AbstractButton
Return the button's default "icon" property.
getIcon() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method will return the icon the user has set or the icon that will be used based on message type.
getIcon() - method in class javax.swing.JLabel
Returns the active icon.
getIcon() - method in class javax.swing.JOptionPane
This method returns the icon displayed.
getIcon(int) - method in class java.beans.BeanInfo
Get a visual icon for this Bean.
getIcon(int) - method in class java.beans.SimpleBeanInfo
Say that this Bean has no icons.
getIcon(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
Returns an icon appropriate for the given file or directory.
getIcon(java.io.File) - method in class javax.swing.filechooser.FileView
Returns an Icon to represent the specified file.
getIcon(java.io.File) - method in class javax.swing.JFileChooser
Returns the icon provided by the current (or default) FileView.
getIcon(java.lang.Object) - method in class javax.swing.UIDefaults
Returns an icon entry for the default locale.
getIcon(java.lang.Object) - static method in class javax.swing.UIManager
Returns an icon from the defaults table.
Returns an icon entry for a specic locale.
getIcon(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns an icon from the defaults table.
A convenience method to fetch an Icon-valued property.
getIcon(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the icon specified in the given attributes, or null if no icon is specified.
getIconAt(int) - method in class javax.swing.JTabbedPane
This method returns the active icon given the index.
getIconForTab(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns an icon for the tab.
getIconForType(int) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the icon for the given messageType.
getIconHeight() - method in class javax.swing.Icon
Returns the height of the icon.
getIconHeight() - method in class javax.swing.plaf.IconUIResource
Returns the height of the icon in pixels.
getIconHeight() - method in class javax.swing.ImageIcon
Returns the the height of the backing Image, or -1 if the backing Image is null.
getIconHeight() - method in class javax.swing.plaf.metal.MetalCheckBoxIcon
Returns the height of the icon in pixels.
getIconHeight() - method in class javax.swing.plaf.metal.MetalComboBoxIcon
Returns the icon height, which for this icon is 5 pixels.
getIconHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
Returns the height of the icon, in pixels.
getIconHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
Returns the height of the icon, in pixels.
getIconHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
Returns the height of the icon, in pixels.
getIconHeight() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
Returns the height of the icon, in pixels.
getIconImage() - method in class java.awt.Frame
Returns this frame's icon.
getIconTextGap() - method in class javax.swing.AbstractButton
Get the value of the iconTextGap property.
getIconTextGap() - method in class javax.swing.JLabel
Returns the gap between the icon and the text.
getIconWidth() - method in class javax.swing.Icon
Returns the width of the icon.
getIconWidth() - method in class javax.swing.plaf.IconUIResource
Returns the width of the icon in pixels.
getIconWidth() - method in class javax.swing.ImageIcon
Returns the the width of the backing Image, or -1 if the backing Image is null.
getIconWidth() - method in class javax.swing.plaf.metal.MetalCheckBoxIcon
Returns the width of the icon in pixels.
getIconWidth() - method in class javax.swing.plaf.metal.MetalComboBoxIcon
Returns the icon width, which for this icon is 10 pixels.
getIconWidth() - method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
Returns the width of the icon, in pixels.
getIconWidth() - method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
Returns the width of the icon, in pixels.
getIconWidth() - method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
Returns the width of the icon, in pixels.
getIconWidth() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
Returns the width of the icon, in pixels.
getID() - method in class java.rmi.activation.Activatable
Get the objects activation identifier.
getId() - method in class org.omg.CORBA.portable.ApplicationException
Get the CORBA repository Id of the exception.
getID() - method in class javax.naming.directory.Attribute
getID() - method in class java.awt.AWTEvent
Returns the event type id.
getID() - method in class javax.naming.directory.BasicAttribute
getID() - method in class javax.swing.plaf.synth.ColorType
Returns the unique ID of the color type.
getID() - method in class javax.naming.ldap.Control
getId() - method in class javax.xml.datatype.DatatypeConstants.Field
getID() - method in class javax.naming.ldap.ExtendedRequest
getID() - method in class javax.naming.ldap.ExtendedResponse
getId() - method in class org.w3c.dom.html2.HTMLElement
The element's identifier.
getID() - method in class javax.swing.LookAndFeel
Returns an identifier for the look and feel.
getID() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the look and feel identifier.
getID() - method in class javax.swing.plaf.multi.MultiLookAndFeel
Returns an identifier for the look and feel.
getId() - method in class javax.net.ssl.SSLSession
Returns this session's unique identifier, a arbitrary byte array of up to 32 bytes.
getID() - method in class javax.naming.ldap.StartTlsRequest
Return the response identifier.
getID() - method in class javax.naming.ldap.StartTlsResponse
Return the response identifier.
getID() - method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns the ID of the Synth look and feel.
getId() - method in class java.lang.Thread
Returns the unique identifier for this thread.
getID() - method in class java.util.TimeZone
Gets the identifier of this time zone.
getIdentifier() - method in class org.w3c.dom.css.Counter
This attribute is used for the identifier of the counter.
getIdentifier() - method in class javax.swing.table.TableColumn
Returns the identifier for the column, or getHeaderValue() if the identifier is null.
getIdentifierQuoteString() - method in class java.sql.DatabaseMetaData
This metohd returns the quote string for SQL identifiers.
getIdentity(java.lang.String) - method in class java.security.IdentityScope
Returns the specified Identity, by name, within this scope.
getIdentity(java.security.Principal) - method in class java.security.IdentityScope
Returns the specified Identity, by Principal, within this scope.
getIdentity(java.security.PublicKey) - method in class java.security.IdentityScope
Returns the specified Identity, by public key, within this scope.
getIdentityHashCode() - method in class java.lang.management.LockInfo
Returns the identity hash code of the lock object.
getIDs() - method in class javax.naming.directory.Attributes
getIDs() - method in class javax.naming.directory.BasicAttributes
getIds() - method in class javax.net.ssl.SSLSessionContext
Returns an enumeration of all saved session IDs.
getIDstring() - method in class java.awt.GraphicsDevice
Returns an identification string for the device.
getIfModifiedSince() - method in class java.net.URLConnection
Returns the ifModified since instance variable.
getIgnoreRepaint() - method in class java.awt.Component
Test whether paint events from the operating system are ignored.
getImage() - method in class javax.swing.ImageIcon
Returns the backing Image for this ImageIcon.
getImage() - method in class javax.swing.text.html.ImageView
Get the image to render.
getImage() - method in class java.awt.TexturePaint
Gets the texture image.
getImage(java.lang.String) - method in class java.awt.Toolkit
Returns an image from the specified file, which must be in a recognized format.
getImage(java.net.URL) - method in class java.applet.Applet
Returns an image from the specified URL.
getImage(java.net.URL) - method in class java.applet.AppletContext
Returns an image from the specified URL.
getImage(java.net.URL) - method in class java.awt.Toolkit
Returns an image from the specified URL, which must be in a recognized format.
getImage(java.net.URL,java.lang.String) - method in class java.applet.Applet
Returns an image from the specified absolute URL, and relative path from that URL.
getImageableHeight() - method in class java.awt.print.PageFormat
This method returns the imageable height of the paper, in 1/72nd's of an inch.
getImageableHeight() - method in class java.awt.print.Paper
Returns the height of the imageable area of the paper.
getImageableWidth() - method in class java.awt.print.PageFormat
This method returns the imageable width of the paper, in 1/72nd's of an inch.
getImageableWidth() - method in class java.awt.print.Paper
Returns the width of the imageable area of the paper.
getImageableX() - method in class java.awt.print.PageFormat
This method returns the X coordinate value of the upper leftmost drawable area of the paper.
getImageableX() - method in class java.awt.print.Paper
This method returns the X coordinate of the upper left hand corner of the imageable area of the paper.
getImageableY() - method in class java.awt.print.PageFormat
This method returns the Y coordinate value of the upper leftmost drawable area of the paper.
getImageableY() - method in class java.awt.print.Paper
This method returns the Y coordinate of the upper left hand corner of the imageable area of the paper.
Returns the imaging capabilities of this configuration.
getImageLoadStatus() - method in class javax.swing.ImageIcon
Returns the load status of the icon image.
getImageMetadata(int) - method in class javax.imageio.ImageReader
Get the metadata associated with this image.
Get the metadata associated with this image.
Returns an IIOMetadataFormat object that represents the requested image metadata format or null if the given format is supported but no IIOMetadataFormat can be created for it.
getImageObserver() - method in class javax.swing.ImageIcon
Returns the ImageObserver that is used for all Image operations.
getImageReader(javax.imageio.ImageWriter) - static method in class javax.imageio.ImageIO
Retrieve an image reader corresponding to an image writer, or null if writer is not registered or if no corresponding reader is registered.
getImageReaders(java.lang.Object) - static method in class javax.imageio.ImageIO
Retrieve an iterator over the collection of registered image readers that support reading data from the given object.
getImageReadersByFormatName(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered readers for the given format.
getImageReadersByMIMEType(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered readers for the given MIME type.
getImageReadersBySuffix(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered readers for the given file suffix.
getImageReaderSpiNames() - method in class javax.imageio.spi.ImageWriterSpi
getImages() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the IMG elements in a document.
Retrieve an iterator over a collection of image transcoders that support transcoding from the given image reader's metadata format to the given writer's metadata format.
getImageTypes(int) - method in class javax.imageio.ImageReader
Get an iterator over the collection of image types into which this reader can decode image data.
getImageURL() - method in class javax.swing.text.html.ImageView
Get the URL location of the image to render.
getImageWriter(javax.imageio.ImageReader) - static method in class javax.imageio.ImageIO
Retrieve an image writer corresponding to an image reader, or null if reader is not registered or if no corresponding writer is registered.
Retrieve an iterator over the collection of registered image writers that support writing images of the given type and in the given format.
getImageWritersByFormatName(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered writers for the given format.
getImageWritersByMIMEType(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered writers for the given MIME type.
getImageWritersBySuffix(java.lang.String) - static method in class javax.imageio.ImageIO
Retrieve an iterator over all registered writers for the given file suffix.
getImageWriterSpiNames() - method in class javax.imageio.spi.ImageReaderSpi
getImpact() - method in class javax.management.MBeanOperationInfo
Returns the impact of performing this operation.
getImpact() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the impact of performing this operation.
Returns the impact of the operation that will be used in the supplied MBeanOperationInfo instance.
getImplementation() - method in class org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplementation() - method in class javax.management.StandardMBean
Returns the instance that implements this bean.
getImplementationClass() - method in class javax.management.StandardMBean
Returns the class of the instance that implements this bean.
getImplementationName() - method in class javax.management.MBeanServerDelegate
Returns the name of this Java Management eXtensions (JMX) implementation.
getImplementationName() - method in class javax.management.MBeanServerDelegateMBean
Returns the name of this Java Management eXtensions (JMX) implementation.
getImplementationTitle() - method in class java.lang.Package
Returns the name of the implementation, or null if unknown.
getImplementationVendor() - method in class javax.management.MBeanServerDelegate
Returns the vendor of this Java Management eXtensions (JMX) implementation.
getImplementationVendor() - method in class javax.management.MBeanServerDelegateMBean
Returns the vendor of this Java Management eXtensions (JMX) implementation.
getImplementationVendor() - method in class java.lang.Package
Returns the vendor that wrote this implementation, or null if unknown.
getImplementationVersion() - method in class javax.management.MBeanServerDelegate
Returns the version of this Java Management eXtensions (JMX) implementation.
getImplementationVersion() - method in class javax.management.MBeanServerDelegateMBean
Returns the version of this Java Management eXtensions (JMX) implementation.
getImplementationVersion() - method in class java.lang.Package
Returns the version of this implementation, or null if unknown.
Check whether or not implicit down cycling is enabled.
Return the current value of the implicitDownCycleTraversal property.
This method returns a list of the table's foreign keys.
getInactiveControlTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw text on inactive controls, from the installed theme.
getInactiveControlTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw text on inactive controls.
getInactiveControlTextColor() - method in class javax.swing.plaf.metal.OceanTheme
Returns the color for inactive control text, which is the RGB value (153, 153, 153).
getInactiveSystemTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to draw inactive system text, from the installed theme.
getInactiveSystemTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to draw inactive system text.
getInCheck() - method in class java.lang.SecurityManager
Tells whether or not the SecurityManager is currently performing a security check.
getIndentLevel() - method in class javax.swing.text.AbstractWriter
Return the current indent level.
getIndentSpace() - method in class javax.swing.text.AbstractWriter
Return the number of spaces per indent level.
getIndex() - method in class javax.swing.text.AbstractDocument.ElementEdit
Returns the index of the change.
getIndex() - method in class java.security.cert.CertPathValidatorException
Get the index that failed, or -1.
getIndex() - method in class java.text.CharacterIterator
This method returns the current value of the index.
getIndex() - method in class java.sql.DataTruncation
This method returns the index of the column or parameter that was truncated.
getIndex() - method in class javax.swing.event.DocumentEvent.ElementChange
getIndex
getIndex() - method in class javax.swing.text.html.parser.Element
Get the unique integer identifier of this Element, used to refer the element (more exactly, the element flag) in inclusions and exclusions bit set.
getIndex() - method in class org.w3c.dom.html2.HTMLOptionElement
The index of this OPTION in its parent SELECT , starting from 0.
getIndex() - method in class java.beans.IndexedPropertyChangeEvent
Return the index of the changed property.
getIndex() - method in class java.text.ParsePosition
This method returns the current parsing index.
getIndex() - method in class java.util.regex.PatternSyntaxException
Returns the index of the first character in the String that was probably invalid, or -1 when unknown.
getIndex() - method in class javax.swing.text.Segment
Returns the index of the current character in the segment.
getIndex() - method in class java.text.StringCharacterIterator
This method returns the current value of the index.
getIndex() - method in class java.net.URISyntaxException
Returns the index of the failure, or -1.
getIndex(int) - method in class javax.swing.SizeSequence
Returns the index of the element that contains the specified position.
getIndex(java.lang.String) - method in class org.xml.sax.Attributes
Look up the index of an attribute by XML qualified (prefixed) name.
getIndex(java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
Look up the index of an attribute by Namespace name.
getIndex(java.lang.String,java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
Returns the index of a given child TreeNode or -1 if node is not a child of this AbstractElement.
Returns the index of the specified child node, or -1 if the node is not in fact a child of this node.
getIndex(javax.swing.tree.TreeNode) - method in class javax.swing.tree.TreeNode
Returns the index of the specified child node, or -1 if the node is not in fact a child of this node.
getIndex0() - method in class javax.swing.event.ListDataEvent
Returns the index of the first item in the range of modified list items.
getIndex1() - method in class javax.swing.event.ListDataEvent
Returns the index of the last item in the range of modified list items.
getIndexAtPoint(int,int) - method in class java.awt.peer.TextComponentPeer
Returns the index of the label's character at the specified point, relative to the local bounds of the button.
getIndexAtPoint(java.awt.Point) - method in class javax.accessibility.AccessibleText
Given a point in the coordinate system of this object, return the 0-based index of the character at that point, or -1 if there is none.
Returns the index of the character that is located at the specified point.
Get the index of the character at the given point, in component pixel co-ordinates.
This method returns information about a tables indices and statistics.
getIndexNames() - method in class javax.management.openmbean.TabularType
Returns an unmodifiable list containing the index names.
getIndexOf(java.awt.Component) - method in class javax.swing.JLayeredPane
Return the index of a component within the underlying (contiguous) array of children.
Returns the index of the specified element in the model's item list.
getIndexOfChild
getIndexOfChild
getIndexOfSize(float) - static method in class javax.swing.text.html.StyleSheet
TODO
getInetAddress() - method in class java.net.DatagramSocket
This method returns the remote address to which this socket is connected.
getInetAddress() - method in class java.net.ServerSocket
This method returns the local address to which this socket is bound
getInetAddress() - method in class java.net.Socket
Returns the address of the remote end of the socket.
getInetAddress() - method in class java.net.SocketImpl
Returns the remote address this socket is connected to
getInetAddresses() - method in class java.net.NetworkInterface
Returns all available addresses of the network interface If a @see SecurityManager is available all addresses are checked with @see SecurityManager::checkConnect() if they are available.
getInfinity() - method in class java.text.DecimalFormatSymbols
This method returns the character used to represent infinity.
getInfo() - method in class java.security.Identity
getInfo() - method in class java.security.Provider
This method returns a textual description of the Provider.
getInheritsPopupMenu() - method in class javax.swing.JComponent
Returns the flag that controls whether or not the component inherits its parent's popup menu when no popup menu is specified for this component.
getInit() - method in class java.lang.management.MemoryUsage
Returns the initial amount of memory allocated to the pool (in bytes).
Returns the Component that should receive the focus when a Window is made visible for the first time.
getInitialContext(Hashtable) - method in class javax.naming.spi.InitialContextFactory
Create a new initial context
getInitialContext(Hashtable) - static method in class javax.naming.spi.NamingManager
Creates the initial context.
getInitialDelay() - method in class javax.swing.Timer
Get the intial delay before firing the first event since calling the start() method.
getInitialDelay() - method in class javax.swing.ToolTipManager
This method returns the initial delay before the ToolTip is shown when the mouse enters a Component.
This method returns the given insets left value.
getInitialPolicies() - method in class java.security.cert.PKIXParameters
Returns the set of initial policy identifiers (as OID strings).
getInitialSelectionValue() - method in class javax.swing.JOptionPane
This method returns the value initially selected from the list of values the user can input.
getInitialValue() - method in class javax.swing.JOptionPane
This method returns the value that is focused from the list of options.
getInitialValueIndex() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the index of the initialValue in the options array.
getInitiatedClasses(java.lang.ClassLoader) - method in class java.lang.instrument.Instrumentation
Get all the classes loaded by a given class loader
getInitiatorAddress() - method in class org.ietf.jgss.ChannelBinding
Returns the initiator's address for this channel binding.
getInput() - method in class javax.imageio.ImageReader
Get this reader's image input source. null is returned if the image source has not been set.
getInput() - method in class org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - method in class org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInput() - method in class java.net.URISyntaxException
Returns the bad input string.
getInputArguments() - method in class java.lang.management.RuntimeMXBean
Returns a list of the arguments given to the virtual machine, excluding those that apply to the main() method of the class file being executed.
getInputAttributes() - method in class javax.swing.text.html.HTMLEditorKit
Gets the input attributes used for the styled editing actions.
getInputAttributes() - method in class javax.swing.JTextPane
Returns the attributes that are applied to newly inserted text.
getInputAttributes() - method in class javax.swing.text.StyledEditorKit
Returns the current input attributes.
getInputClass() - method in class javax.imageio.spi.ImageInputStreamSpi
Determines which kind of input is processable by the streams created by createInputStreamInstance(Object).
getInputContext() - method in class java.awt.Component
Gets the input context of this component, which is inherited from the parent unless this is overridden.
getInputEncoding() - method in class org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - method in class org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInputLength() - method in class java.nio.charset.MalformedInputException
Retrieves the position of the malformed input in the input stream.
getInputLength() - method in class java.nio.charset.UnmappableCharacterException
Retrieves the illegal charset name
getInputMap() - method in class javax.swing.JComponent
Returns the input map associated with this component for the WHEN_FOCUSED state.
getInputMap(int) - method in class javax.swing.JComponent
Returns the input map associated with this component for the given state/condition.
getInputMethodControlObject() - method in class java.awt.im.InputContext
Returns a control object from the current input method, or null.
Returns a user visible name of the input locale, displayed in the specified locale.
Returns a 16x16 icon for the input locale.
getInputMethodListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getInputMethodListeners() - method in class javax.swing.text.JTextComponent
Returns all added InputMethodListener objects.
getInputMethodRequests() - method in class java.awt.Component
Returns the input method request handler, for subclasses which support on-the-spot text input.
getInputMethodRequests() - method in class java.awt.peer.TextComponentPeer
Retrieve this text component peer's input method requests.
getInputSource() - method in class javax.xml.transform.sax.SAXSource
Returns the input source to parse.
getInputStream() - method in class org.omg.CORBA.portable.ApplicationException
Get the input stream from where the exception parameters can be read.
getInputStream() - method in class java.lang.Process
Obtain the input stream that receives data from the subprocess.
getInputStream() - method in class java.rmi.server.RemoteCall
getInputStream() - method in class java.net.Socket
Returns an InputStream for reading from this socket.
getInputStream() - method in class java.net.SocketImpl
Returns an InputStream object for reading from this socket.
getInputStream() - method in class javax.xml.transform.stream.StreamSource
Returns the source input stream.
getInputStream() - method in class java.net.URLConnection
Returns an InputStream for this connection.
getInputStream(java.util.zip.ZipEntry) - method in class java.util.jar.JarFile
Returns an input stream for the given entry.
getInputStream(java.util.zip.ZipEntry) - method in class java.util.zip.ZipFile
Creates an input stream reading the given zip entry as uncompressed data.
getInputTypes() - method in class javax.imageio.spi.ImageReaderSpi
getInputValue() - method in class javax.swing.JOptionPane
This method returns the value that the user input.
getInputVerifier() - method in class javax.swing.JComponent
Returns the currently set input verifier for this component.
Gets the reader for the parser to use when inserting the HTML fragment into the document.
getInsertionIndex() - method in class java.awt.font.TextHitInfo
getInsertPositionOffset() - method in class java.awt.im.InputMethodRequests
Gets the offset where the committed text exists in the text editing component.
getInset(int,javax.swing.text.View) - method in class javax.swing.text.html.StyleSheet.BoxPainter
Gets the inset needed on a given side to account for the margin, border and padding.
getInsets() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the insets of the current border.
getInsets() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Retrieves the insets of the divider.
getInsets() - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
This method returns the insets for the DragWindow.
getInsets() - method in class java.awt.Container
Returns the insets for this container, which is the space used for borders, the margin, etc.
getInsets() - method in class java.awt.peer.ContainerPeer
getInsets() - method in class javax.swing.JComponent
Get the component's insets, which are calculated from the border property.
getInsets() - method in class javax.swing.JViewport
Get the component's insets, which are calculated from the JComponent.border property.
getInsets(java.awt.Insets) - method in class javax.swing.JComponent
Get the component's insets, which are calculated from the border property.
getInsets(java.awt.Insets) - method in class javax.swing.JViewport
Get the component's insets, which are calculated from the JComponent.border property.
getInsets(java.lang.Object) - method in class javax.swing.UIDefaults
Returns an insets entry for the default locale.
getInsets(java.lang.Object) - static method in class javax.swing.UIManager
Returns an Insets object from the defaults table.
Returns an insets entry for a specic locale.
getInsets(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns an Insets object from the defaults table.
getInsets(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method returns the insets of the given JComponent.
getInsets(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the border insets of the current border.
getInsetSpan(int) - method in class javax.swing.text.AsyncBoxView
Returns the span along an axis that is taken up by the insets.
getInsideAllocation(java.awt.Shape) - method in class javax.swing.text.CompositeView
Returns the allocation that is given to this CompositeView minus this CompositeView's insets.
getInsideBorder() - method in class javax.swing.border.CompoundBorder
Returns the inside border, which is painted between the bordered Component and the outside border.
getInstalledLookAndFeels() - static method in class javax.swing.UIManager
Returns an array containing information about the LookAndFeels that are installed.
getInstance() - static method in class java.util.Calendar
Creates a calendar representing the actual time, using the default time zone and locale.
getInstance() - static method in class java.text.Collator
This method returns an instance of Collator for the default locale.
getInstance() - static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getInstance() - static method in class java.text.DateFormatSymbols
Returns a DateFormatSymbols instance for the default locale obtained from either the runtime itself or one of the installed DateFormatSymbolsProvider instances.
getInstance() - static method in class java.text.DecimalFormatSymbols
Returns a DecimalFormatSymbols instance for the default locale obtained from either the runtime itself or one of the installed DecimalFormatSymbolsProvider instances.
getInstance() - static method in class org.ietf.jgss.GSSManager
Returns the default GSSManager implementation.
getInstance() - static method in class java.awt.im.InputContext
Returns a new InputContext.
getInstance() - static method in class java.text.NumberFormat
This method returns a default instance for the default locale.
getInstance(byte[]) - static method in class java.awt.color.ICC_Profile
Returns an ICC_Profile instance from a byte array of profile data.
getInstance(byte[]) - static method in class javax.security.cert.X509Certificate
Get an instance of X509Certificate for the given encoded bytes.
getInstance(int) - static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int) - static method in class java.awt.color.ColorSpace
getInstance(int) - static method in class java.awt.color.ICC_Profile
Returns an predefined ICC_Profile instance.
getInstance(int,float) - static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance(java.io.InputStream) - static method in class java.awt.color.ICC_Profile
Returns an ICC_Profile instance from an InputStream.
getInstance(java.io.InputStream) - static method in class javax.security.cert.X509Certificate
Get an instance of X509Certificate for the given encoded stream.
getInstance(java.lang.String) - static method in class java.security.AlgorithmParameterGenerator
Returns a new AlgorithmParameterGenerator instance which generates algorithm parameters for the specified algorithm.
getInstance(java.lang.String) - static method in class java.security.AlgorithmParameters
Returns a new instance of AlgorithmParameters representing the specified algorithm parameters.
getInstance(java.lang.String) - static method in class java.security.cert.CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type.
getInstance(java.lang.String) - static method in class java.security.cert.CertPathBuilder
Returns an instance of a named CertPathBuilder from the first provider that implements it.
getInstance(java.lang.String) - static method in class java.security.cert.CertPathValidator
Returns an instance of the given validator from the first provider that implements it.
getInstance(java.lang.String) - static method in class javax.crypto.Cipher
Creates a new cipher instance for the given transformation.
getInstance(java.lang.String) - static method in class java.util.Currency
Builds the currency corresponding to the specified currency code.
getInstance(java.lang.String) - static method in class javax.crypto.ExemptionMechanism
Create an instance of ExemptionMechanism for a designated mechanism from the first Security Provider offering it.
getInstance(java.lang.String) - static method in class java.awt.color.ICC_Profile
Returns an ICC_Profile instance from an ICC Profile file.
getInstance(java.lang.String) - static method in class javax.crypto.KeyAgreement
Get an implementation of an algorithm from the first provider that implements it.
getInstance(java.lang.String) - static method in class java.security.KeyFactory
Returns a new instance of KeyFactory representing the specified key factory.
getInstance(java.lang.String) - static method in class javax.crypto.KeyGenerator
Create a new key generator, returning the first available implementation.
getInstance(java.lang.String) - static method in class javax.net.ssl.KeyManagerFactory
Create an instance of the named key manager factory, from the first provider that implements it.
getInstance(java.lang.String) - static method in class java.security.KeyPairGenerator
Returns a new instance of KeyPairGenerator which generates key-pairs for the specified algorithm.
getInstance(java.lang.String) - static method in class java.security.KeyStore
Returns an instance of a KeyStore representing the specified type, from the first provider that implements it.
getInstance(java.lang.String) - static method in class javax.crypto.Mac
Create an instance of the named algorithm from the first provider with an appropriate implementation.
getInstance(java.lang.String) - static method in class java.security.MessageDigest
Returns a new instance of MessageDigest representing the specified algorithm.
getInstance(java.lang.String) - static method in class javax.management.ObjectName
Returns an ObjectName instance for the specified name, represented as a String.
getInstance(java.lang.String) - static method in class javax.crypto.SecretKeyFactory
Create a new secret key factory from the first appropriate instance.
getInstance(java.lang.String) - static method in class java.security.SecureRandom
Returns an instance of a SecureRandom from the first provider that implements it.
getInstance(java.lang.String) - static method in class java.security.Signature
Returns an instance of Signature representing the specified signature.
getInstance(java.lang.String) - static method in class javax.net.ssl.SSLContext
Get an instance of a context for the specified protocol from the first provider that implements it.
getInstance(java.lang.String) - static method in class javax.net.ssl.TrustManagerFactory
Returns an instance of a trust manager factory for the given algorithm from the first provider that implements it.
getInstance(java.lang.String,Hashtable) - static method in class javax.management.ObjectName
Returns an ObjectName instance for the specified name, represented as a domain String and a table of properties.
Returns a new AlgorithmParameterGenerator instance which generates algorithm parameters for the specified algorithm.
Returns a new instance of AlgorithmParameters representing the specified algorithm parameters from a named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.cert.CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.cert.CertPathBuilder
Returns an instance of a named CertPathBuilder from a named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.cert.CertPathValidator
Returns an instance of the given validator from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class javax.crypto.Cipher
Creates a new cipher instance for the given transformation and the named provider.
Create an instance of ExemptionMechanism for a designated mechanism from a named provider.
getInstance(java.lang.String,java.lang.String) - static method in class javax.crypto.KeyAgreement
Return an implementation of an algorithm from a named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.KeyFactory
Returns a new instance of KeyFactory representing the specified key factory from the specified provider.
getInstance(java.lang.String,java.lang.String) - static method in class javax.crypto.KeyGenerator
Create a new key generator from the named provider.
Create an instance of the named key manager factory, from the named provider.
Returns a new instance of KeyPairGenerator which generates key-pairs for the specified algorithm from a named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.KeyStore
Returns an instance of a KeyStore representing the specified type, from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class javax.crypto.Mac
Create an instance of the named algorithm from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.MessageDigest
Returns a new instance of MessageDigest representing the specified algorithm from a named provider.
Create a new secret key factory from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.SecureRandom
Returns an instance of a SecureRandom for the specified algorithm from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class java.security.Signature
Returns an instance of Signature representing the specified signature from the named provider.
getInstance(java.lang.String,java.lang.String) - static method in class javax.net.ssl.SSLContext
Get an instance of a context for the specified protocol from the named provider.
Returns an instance of a trust manager factory for the given algorithm from the named provider.
Returns an ObjectName instance for the specified name, represented as a series of String objects for the domain and a single property, as a key-value pair.
Returns an instance of the given certificate store type from the first installed provider.
Returns an instance of the given certificate store type from a named provider.
Returns an instance of the given certificate store type from a given provider.
Returns a new AlgorithmParameterGenerator instance which generates algorithm parameters for the specified algorithm.
Returns a new instance of AlgorithmParameters representing the specified algorithm parameters from the specified Provider.
Returns an instance of a CertificateFactory representing the specified certificate factory type from the designated provider.
getInstance(java.lang.String,java.security.Provider) - static method in class java.security.cert.CertPathBuilder
Returns an instance of a named CertPathBuilder from the specified provider.
Returns an instance of the given validator from the given provider.
getInstance(java.lang.String,java.security.Provider) - static method in class javax.crypto.Cipher
Creates a new cipher instance for a given transformation from a given provider.
Create an instance of ExemptionMechanism for a designated mechanism from a designated provider.
Return an implementation of an algorithm from a specific provider.
Returns a new instance of KeyFactory representing the specified key factory from the designated Provider.
Create a new key generator from the supplied provider.
Create an instance of the named key manager factory, from the given provider.
Returns a new instance of KeyPairGenerator which generates key-pairs for the specified algorithm from a designated Provider.
getInstance(java.lang.String,java.security.Provider) - static method in class java.security.KeyStore
Returns an instance of a KeyStore representing the specified type, from the specified provider.
getInstance(java.lang.String,java.security.Provider) - static method in class javax.crypto.Mac
Create an instance of the named algorithm from a provider.
Returns a new instance of MessageDigest representing the specified algorithm from a designated Provider.
Create a new secret key factory from the specified provider.
Returns an instance of a SecureRandom for the specified algorithm from the given provider.
Returns an instance of Signature representing the specified signature from the specified Provider.
Get an instance of a context for the specified protocol from the specified provider.
Returns an instance of a trust manager factory for the given algorithm from the specified provider.
getInstance(java.util.Locale) - static method in class java.util.Calendar
Creates a calendar representing the actual time, using the default time zone and the given locale.
getInstance(java.util.Locale) - static method in class java.text.Collator
This method returns an instance of Collator for the specified locale.
getInstance(java.util.Locale) - method in class java.text.spi.CollatorProvider
Returns a Collator instance for the specified Locale.
getInstance(java.util.Locale) - static method in class java.util.Currency
Builds a new currency instance for this locale.
getInstance(java.util.Locale) - static method in class java.text.DateFormatSymbols
Returns a DateFormatSymbols instance for the specified locale obtained from either the runtime itself or one of the installed DateFormatSymbolsProvider instances.
Returns a DateFormatSymbols instance for the specified Locale.
getInstance(java.util.Locale) - static method in class java.text.DecimalFormatSymbols
Returns a DecimalFormatSymbols instance for the specified locale obtained from either the runtime itself or one of the installed DecimalFormatSymbolsProvider instances.
Returns a DecimalFormatSymbols instance for the specified Locale.
getInstance(java.util.Locale) - static method in class java.text.NumberFormat
This method returns a default instance for the specified locale.
getInstance(java.util.TimeZone) - static method in class java.util.Calendar
Creates a calendar representing the actual time, using the given time zone and the default locale.
Creates a calendar representing the actual time, using the given time zone and locale.
getInstance(javax.management.ObjectName) - static method in class javax.management.ObjectName
Returns an ObjectName instance that is substitutable for the one given.
Returns the value of this HttpURLConnection's instanceFollowRedirects field
getInstanceOf(java.lang.Object,Class) - static method in class java.beans.Beans
Returns the Bean as a different class type.
getInstrument(javax.sound.midi.Patch) - method in class javax.sound.midi.Soundbank
Get the Instrument for the given Patch.
getInstruments() - method in class javax.sound.midi.Soundbank
Get an array of Instruments in this sound bank.
getInt() - method in class java.nio.ByteBuffer
Relative get method for reading an integer value.
getInt(int) - method in class java.nio.ByteBuffer
Absolute get method for reading an integer value.
getInt(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java int.
getInt(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java int.
getInt(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as an int.
getInt(java.lang.Object) - method in class javax.swing.UIDefaults
Returns an integer entry for the default locale.
getInt(java.lang.Object) - static method in class javax.swing.UIManager
Returns the integer value of the Integer associated with the given key.
getInt(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of an int array.
Returns an integer entry for a specic locale.
getInt(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns the integer value of the Integer associated with the given key.
getInt(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java int.
getInt(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java int.
getInt(java.lang.String,int) - method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as an integer.
getInt(java.lang.String,int) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as an integer.
A convenience method to fetch an integer property.
getInteger(java.lang.String) - static method in class java.lang.Integer
Get the specified system property as an Integer.
getInteger(java.lang.String,int) - static method in class java.lang.Integer
Get the specified system property as an Integer, or use a default int value if the property is not found or is not decodable.
getInteger(java.lang.String,java.lang.Integer) - static method in class java.lang.Integer
Get the specified system property as an Integer, or use a default Integer value if the property is not found or is not decodable.
Searches the value of given attribute in the provided set.
getIntegerInstance() - static method in class java.text.NumberFormat
This method returns an integer formatting and parsing class for the default locale.
getIntegerInstance(java.util.Locale) - static method in class java.text.NumberFormat
This method returns an integer formatting and parsing class for the default locale.
Returns a NumberFormat instance for integers in the specified Locale.
getIntegState() - method in class org.ietf.jgss.GSSContext
Returns the integrity service state over the context.
getIntercellSpacing() - method in class javax.swing.JTable
Get the value of the intercellSpacing property.
getInterface() - method in class java.net.MulticastSocket
Returns the interface being used for multicast packets
getInterfaces() - method in class java.lang.Class<T>
Get the interfaces this class directly implements, in the order that they were declared.
Returns a rectangle that covers the specified area minus the insets required to draw this border.
Returns a rectangle that covers the specified area minus the insets required to draw the specified border (if the border is null, zero insets are assumed).
getInternalFrame() - method in class javax.swing.event.InternalFrameEvent
Returns the JInternalFrame component that is the source for this event.
getInternalFrame() - method in class javax.swing.JInternalFrame.JDesktopIcon
This method returns the JInternalFrame this JDesktopIcon represents.
getInternalFrameAltMaximizeIcon(int) - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates a new icon for the 'restore' button in a JInternalFrame that has been maximised.
getInternalFrameBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border that is composed of a raised bevel border and a one-pixel thick line border.
getInternalFrameCloseIcon(int) - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates a new icon used to represent the 'close' button in the title pane of a JInternalFrame.
getInternalFrameDefaultMenuIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates a new icon for the menu in a JInternalFrame.
getInternalFrameListeners() - method in class javax.swing.JInternalFrame
This method returns an array of InternalFrameListeners that are listening to this JInternalFrame.
getInternalFrameMaximizeIcon(int) - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates a new icon for the 'maximize' button in a JInternalFrame.
getInternalFrameMinimizeIcon(int) - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns the icon used for the minimize button in the frame title for a JInternalFrame.
getInternalSubset() - method in class org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
This method returns the ISO 4217 currency code for the currency used.
getInterpolationType() - method in class java.awt.image.AffineTransformOp
Returns interpolation type used during transformations.
getIntParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getInvalidCharacters() - method in class javax.swing.text.MaskFormatter
Returns a String containing the characters that are not valid for input for this MaskFormatter.
getInvalidIteratorState() - method in class org.w3c.dom.xpath.XPathResult
Signifies that the iterator has become invalid.
getInverted() - method in class javax.swing.JSlider
Returns the flag that controls whether or not the value scale for the slider is inverted (the default value is false).
getInvocationHandler(java.lang.Object) - static method in class java.lang.reflect.Proxy
Returns the invocation handler for the given proxy instance.

NOTE: We guarantee a non-null result if successful, but Sun allows the creation of a proxy instance with a null handler.

getInvoker() - method in class javax.swing.JPopupMenu
Returns popup menu's invoker.
getInvokesStopCellEditing() - method in class javax.swing.JTree
getIOException() - method in class java.awt.print.PrinterIOException
Gets the underlying IOException that caused this exception.
getIsMap() - method in class org.w3c.dom.html2.HTMLImageElement
Use server-side image map.
getISO3Country() - method in class java.util.Locale
Returns the three-letter ISO country abbrevation of the locale.
getISO3Language() - method in class java.util.Locale
Returns the three-letter ISO language abbrevation of this locale.
getISOCountries() - static method in class java.util.Locale
Returns a list of all 2-letter uppercase country codes as defined in ISO 3166.
getISOLanguages() - static method in class java.util.Locale
Returns a list of all 2-letter lowercase language codes as defined in ISO 639 (both old and new variant).
getIssuerAlternativeNames() - method in class java.security.cert.X509Certificate
Returns the alternative names for this certificate's issuer, or null if there are none.
getIssuerAsBytes() - method in class java.security.cert.X509CertSelector
Returns the issuer criterion as a sequence of DER bytes, or null if this value was not set.
getIssuerAsString() - method in class java.security.cert.X509CertSelector
Returns the issuer criterion as a string, or null if this value was not set.
getIssuerDN() - method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) of the Certificate.
getIssuerDN() - method in class javax.security.cert.X509Certificate
Returns the distinguished name of this certificate's issuer.
getIssuerDN() - method in class java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) of the CRL.
getIssuerNames() - method in class java.security.cert.X509CRLSelector
Returns the set of issuer names that are matched by this selector, or null if this criteria is not set.
getIssuerUniqueID() - method in class java.security.cert.X509Certificate
Returns the issuer unique ID for this certificate.
getIssuerX500Principal() - method in class java.security.cert.X509Certificate
Returns the X.500 distinguished name of this certificate's issuer.
getIssuerX500Principal() - method in class java.security.cert.X509CRL
Returns the X.500 distinguished name of this CRL's issuer.
getItalicAngle() - method in class java.awt.Font
Returns the italic angle of this font, a measurement of its slant when style is ITALIC.
getItem() - method in class javax.swing.plaf.basic.BasicComboBoxEditor
Returns the text from the editor component.
getItem() - method in class javax.swing.ComboBoxEditor
This method returns item that is currently editable.
getItem() - method in class java.awt.event.ItemEvent
Returns the item affected by this state change.
getItem(int) - method in class java.awt.Choice
Returns the item at the specified index in the list.
getItem(int) - method in class javax.swing.JMenu
Returns menu item located at the specified index in the menu
getItem(int) - method in class java.awt.List
Returns the item at the specified index.
getItem(int) - method in class java.awt.Menu
Returns the item at the specified index.
getItemAt(int) - method in class javax.swing.JComboBox
Returns elements located in the combo box at the given index.
getItemCount() - method in class java.awt.Choice
Returns the number of items in the list.
getItemCount() - method in class javax.swing.JComboBox
This method returns number of elements in this JComboBox
getItemCount() - method in class javax.swing.JMenu
Returns number of items in the menu including separators.
getItemCount() - method in class java.awt.List
Returns the number of items in this list.
getItemCount() - method in class java.awt.Menu
Returns the number of items in this menu.
getItemListeners() - method in class javax.swing.AbstractButton
Returns all added ItemListener objects.
getItemListeners() - method in class java.awt.Checkbox
getItemListeners() - method in class java.awt.CheckboxMenuItem
Returns an aray of all item listeners currently registered to this CheckBoxMenuItem.
getItemListeners() - method in class java.awt.Choice
Returns all registered item listeners.
getItemListeners() - method in class javax.swing.DefaultButtonModel
Returns all registered ItemListener objects.
getItemListeners() - method in class javax.swing.JComboBox
This method returns array of ItemListeners that are registered with this JComboBox.
getItemListeners() - method in class java.awt.List
Returns all action listeners registered to this object.
getItems() - method in class java.awt.List
Returns the complete list of items.
getItemSelectable() - method in class java.awt.event.ItemEvent
This method returns the event source as an ItemSelectable.
getIterationCount() - method in class javax.crypto.interfaces.PBEKey
Retruns the iteration count, or 0 if not specified.
getIterationCount() - method in class javax.crypto.spec.PBEKeySpec
Get the iteration count, or 0 if it has not been specified.
getIterationCount() - method in class javax.crypto.spec.PBEParameterSpec
Get the iteration count.
getIterator() - method in class java.text.AttributedString
Returns an AttributedCharacterIterator that will iterate over the entire string.
Returns an AttributedCharacterIterator that will iterate over the entire string.
Returns an AttributedCharacterIterator that will iterate over the specified subrange.
getIterator(javax.swing.text.html.HTML.Tag) - method in class javax.swing.text.html.HTMLDocument
Gets an iterator for the given HTML.Tag.
getIV() - method in class javax.crypto.Cipher
Return the initialization vector that this instance was initialized with.
getIV() - method in class javax.crypto.spec.IvParameterSpec
Returns the IV.
getIV() - method in class javax.crypto.spec.RC2ParameterSpec
Return the initialization vector, or null if none was specified.
getIV() - method in class javax.crypto.spec.RC5ParameterSpec
Return the initializaiton vector, or null if none was specified.
getJarEntry() - method in class java.net.JarURLConnection
Returns the entry in this jar file specified by the URL.
getJarEntry(java.lang.String) - method in class java.util.jar.JarFile
Returns the JarEntry that belongs to the name if such an entry exists in the JarFile.
getJarFile() - method in class java.net.JarURLConnection
Returns a read-only JarFile object for the remote jar file
getJarFileURL() - method in class java.net.JarURLConnection
This method returns the "real" URL where the JarFile is located.
getJavaInitializationString() - method in class java.beans.PropertyEditor
Get a Java language-specific String which could be used to create an Object of the specified type.
Gets the Java initialization String for the current value of the Object.
getJDBCMajorVersion() - method in class java.sql.DatabaseMetaData
This method returns the major version number of the JDBC driver.
getJDBCMinorVersion() - method in class java.sql.DatabaseMetaData
This method returns the minor version number of the JDBC driver.
getJMenuBar() - method in class javax.swing.JApplet
getJMenuBar() - method in class javax.swing.JDialog
This method returns the JMenuBar used in this JDialog.
getJMenuBar() - method in class javax.swing.JFrame
getJMenuBar() - method in class javax.swing.JInternalFrame
This method returns the JMenuBar for this JInternalFrame.
getJMenuBar() - method in class javax.swing.JRootPane
DOCUMENT ME!
getJobName() - method in class java.awt.print.PrinterJob
Returns the name of the print job.
getJustificationInfo() - method in class java.awt.font.GraphicAttribute
Returns the justification information for this object.
getJustifiedLayout(float) - method in class java.awt.font.TextLayout
getKeepAlive() - method in class java.net.Socket
This method returns the value of the socket level socket option SO_KEEPALIVE.
getKernel() - method in class java.awt.image.ConvolveOp
Returns (a clone of) the convolution kernel.
getKernelData(float[]) - method in class java.awt.image.Kernel
Returns an array containing a copy of the kernel data.
getKey() - method in class java.util.AbstractMap.SimpleEntry<K,V>
Get the key corresponding to this entry.
getKey() - method in class javax.accessibility.AccessibleRelation
Return the key for this relation.
getKey() - method in class javax.crypto.spec.DESedeKeySpec
Return the key as a byte array.
getKey() - method in class javax.crypto.spec.DESKeySpec
Return the key as a byte array.
getKey() - method in class java.util.Map.Entry<K,V>
Get the key corresponding to this entry.
getKey() - method in class java.awt.MenuShortcut
Returns the virtual keycode for this shortcut.
getKey() - method in class java.util.MissingResourceException
Gets the key of the resource that is missing bundle, this is an empty string if the whole resource bundle is missing.
getKey() - method in class java.util.prefs.PreferenceChangeEvent
Returns the key of the entry that was added, changed or removed.
getKey(java.lang.String,char[]) - method in class java.security.KeyStore
Returns the key associated with given alias using the supplied password.
getKeyChar() - method in class java.awt.AWTKeyStroke
Returns the character of this keystroke, if it was typed.
getKeyChar() - method in class java.awt.event.KeyEvent
Returns the Unicode value for the event key.
getKeyCode() - method in class java.awt.AWTKeyStroke
Returns the virtual key code of this keystroke, if it was pressed or released.
getKeyCode() - method in class java.awt.event.KeyEvent
Returns the key code for the event key.
Returns the currently registered key event dispatchers in List form.
Returns the currently registered key event post processors in List form.
getKeyEventType() - method in class java.awt.AWTKeyStroke
Returns the AWT event type of this keystroke.
getKeyLength() - method in class javax.crypto.spec.PBEKeySpec
Get the generated key length, or 0 if it has not been specified.
getKeyListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Returns KeyListener listening to key events occuring in the combo box.
getKeyListener() - method in class javax.swing.plaf.basic.ComboPopup
This method returns KeyListener that listen's to key events occuring in the combo box.
getKeyListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getKeyLocation() - method in class java.awt.event.KeyEvent
Returns the keyboard location of the key that generated this event.
getKeyManagers() - method in class javax.net.ssl.KeyManagerFactory
Get an array of key managers appropriate for this algorithm, with the most preferred manager first.
getKeymap() - method in class javax.swing.text.JTextComponent
Get the current Keymap of this component.
getKeymap(java.lang.String) - static method in class javax.swing.text.JTextComponent
Get a Keymap from the global keymap table, by name.
getKeymapName() - method in class javax.swing.plaf.basic.BasicTextUI
Returns the name of the keymap for this type of TextUI.
getKeyModifiersText(int) - static method in class java.awt.event.KeyEvent
Returns a string describing the modifiers, such as "Shift" or "Ctrl+Button1".
getKeyProperty(java.lang.String) - method in class javax.management.ObjectName
Returns the property value corresponding to the given key.
getKeyPropertyList() - method in class javax.management.ObjectName
Returns the properties in a Hashtable.
getKeyPropertyListString() - method in class javax.management.ObjectName
Returns a String representation of the property list.
getKeys() - method in class javax.swing.AbstractAction
Returns an array of the keys for the property values that have been defined via the putValue(String,Object) method (or the class constructor).
getKeys() - method in class java.util.ListResourceBundle
This method should return all keys for which a resource exists.
getKeys() - method in class java.util.PropertyResourceBundle
This method should return all keys for which a resource exists.
getKeys() - method in class java.util.ResourceBundle
This method should return all keys for which a resource exists; you should include the enumeration of any parent's keys, after filtering out duplicates.
getKeySelectionManager() - method in class javax.swing.JComboBox
getKeySelectionManager
getKeysize() - method in class java.security.spec.RSAKeyGenParameterSpec
Return the size of the key.
Get the key specification from a secret key.
getKeyStroke(char) - static method in class javax.swing.KeyStroke
getKeyStroke(char,boolean) - static method in class javax.swing.KeyStroke
getKeyStroke(int,int) - static method in class javax.swing.KeyStroke
getKeyStroke(int,int,boolean) - static method in class javax.swing.KeyStroke
getKeyStroke(java.lang.Character,int) - static method in class javax.swing.KeyStroke
getKeyStroke(java.lang.String) - static method in class javax.swing.KeyStroke
Returns the KeyStroke according to getAWTKeyStroke().
getKeyStrokeForEvent(java.awt.event.KeyEvent) - static method in class javax.swing.KeyStroke
getKeyStrokesForAction(javax.swing.Action) - method in class javax.swing.text.Keymap
getKeyText(int) - static method in class java.awt.event.KeyEvent
Returns the text name of key code, such as "HOME", "F1", or "A".
getKeyType() - method in class javax.security.auth.kerberos.KerberosKey
Return the type of this key.
getKeyUsage() - method in class java.security.cert.X509Certificate
Returns a boolean array representing the KeyUsage extension for the certificate.
getKeyUsage() - method in class java.security.cert.X509CertSelector
Returns the public key usage criterion, or null if this value is not set.
getL() - method in class javax.crypto.spec.DHParameterSpec
Get the length of the private exponent, in bits.
getLabel() - method in class javax.swing.AbstractButton
Return the button's "label" property.
getLabel() - method in class java.awt.Button
Returns the label for this button.
getLabel() - method in class java.awt.Checkbox
Returns the label for this checkbox.
getLabel() - method in class org.w3c.dom.html2.HTMLOptGroupElement
Assigns a label to this option group.
getLabel() - method in class org.w3c.dom.html2.HTMLOptionElement
Option label for use in hierarchical menus.
getLabel() - method in class javax.swing.JPopupMenu
Returns label for this popup menu
getLabel() - method in class java.awt.MenuItem
Returns the label for this menu item, which may be null.
getLabel() - method in class javax.swing.text.html.Option
Returns the label of this <option> tag.
getLabelFor() - method in class javax.swing.JLabel
Returns the component that this JLabel is providing the label for.
getLabelTable() - method in class javax.swing.JSlider
Returns the label table for the slider.
getLang() - method in class org.w3c.dom.html2.HTMLElement
Language code defined in RFC 1766.
getLanguage() - method in class java.util.Locale
Returns the language code of this locale.
getLargeDisplayIcon() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
This method sets the large icon useed in the jTabbedPane for this chooser panel.
getLast() - method in class java.util.LinkedList<T>
Returns the last element in the list.
getLastAccessedTime() - method in class javax.net.ssl.SSLSession
Returns the last time this session was accessed.
getLastChild() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the last child node belonging to this tree node.
getLastChild() - method in class javax.imageio.metadata.IIOMetadataNode
getLastChild() - method in class org.w3c.dom.Node
The last child of this node.
getLastChildPath(javax.swing.tree.TreePath) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns a path to the last child of parent
getLastColumn() - method in class javax.accessibility.AccessibleTableModelChange
Returns the last column that changed.
Returns the last Component of root that should receive the focus.
getLastComponent
Returns the last Component in the traversal cycle.
Return the last focusable component of the focus cycle root comp under the ordering imposed by the comparator property.
getLastDividerLocation() - method in class javax.swing.JSplitPane
This method returns the last divider location.
getLastDragLocation() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the last location the divider was dragged to.
getLastIndex() - method in class javax.swing.event.ListSelectionEvent
Returns the last index.
getLastLeaf() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the last leaf node that is a descendant of this node.
getLastModified() - method in class java.net.URLConnection
Returns the value of the last-modified header field or 0 if not known known or not present.
getLastPathComponent() - method in class javax.swing.tree.TreePath
Returns the last object in the path.
getLastRow() - method in class javax.accessibility.AccessibleTableModelChange
Returns the last row that changed.
getLastRow() - method in class javax.swing.event.TableModelEvent
Returns the last affected row of this event.
getLastSelectedPathComponent() - method in class javax.swing.JTree
getLastVisibleIndex() - method in class javax.swing.JList
Returns the list index of the lower right or lower left corner of the visible rectangle of this list, depending on the Component.getComponentOrientation() property.
getLatency() - method in class javax.sound.midi.Synthesizer
The processing latency for this synth in microseconds.
getLateReflectionDelay() - method in class javax.sound.sampled.ReverbType
Return the late reflection delay.
getLateReflectionIntensity() - method in class javax.sound.sampled.ReverbType
Return the late reflection intensity.
getLayer() - method in class javax.swing.JInternalFrame
This method returns the layer that this JInternalFrame resides in.
getLayer(java.awt.Component) - method in class javax.swing.JLayeredPane
Looks up the layer a child component is currently assigned to.
getLayer(javax.swing.JComponent) - static method in class javax.swing.JLayeredPane
Looks up the layer in the client property with the key LAYER_PROPERTY of comp.
getLayeredPane() - method in class javax.swing.JApplet
getLayeredPane() - method in class javax.swing.JDialog
This method returns the JLayeredPane used with this JDialog.
getLayeredPane() - method in class javax.swing.JFrame
getLayeredPane
getLayeredPane() - method in class javax.swing.JInternalFrame
This method returns the LayeredPane for this JInternalFrame.
getLayeredPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
getLayeredPane() - method in class javax.swing.JWindow
getLayeredPane
getLayeredPane() - method in class javax.swing.RootPaneContainer
getLayeredPane
getLayeredPaneAbove(java.awt.Component) - static method in class javax.swing.JLayeredPane
Returns the first JLayeredPane that contains the Component comp or null if comp is not contained in a JLayeredPane.
getLayout() - method in class java.awt.Container
Returns the current layout manager for this container.
getLayout(int,int) - method in class java.awt.font.TextMeasurer
Returns a TextLayout object corresponding to the characters from text to limit.
This specifies how a component is aligned with respect to other components in the x fdirection.
Returns the X axis alignment, which is a float indicating where along the X axis this container wishs to position its layout.
Returns the alignment along the X axis for the container.
Return this layout manager's x alignment.
DOCUMENT ME!
Returns the preferred X axis alignment for the specified target container.
Returns the X alignment of the container that is laid out.
Returns the X alignment of the Container p.
This specifies how a component is aligned with respect to other components in the y direction.
Returns the Y axis alignment, which is a float indicating where along the Y axis this container wishs to position its layout.
Returns the alignment along the Y axis for the container.
Returns this layout manager's y alignment.
DOCUMENT ME!
Returns the preferred Y axis alignment for the specified target container.
Returns the Y alignment of the container that is laid out.
Returns the Y alignment of the Container p.
Return the component at the specified location, which must be one of the absolute constants such as CENTER or SOUTH.
Return the component at the indicated location, or null if no component is at that location.
getLayoutDimensions() - method in class java.awt.GridBagLayout
getLayoutFlags() - method in class java.awt.font.GlyphVector
getLayoutOrientation() - method in class javax.swing.JList
Returns the layout orientation, which will be one of VERTICAL, VERTICAL_WRAP and HORIZONTAL_WRAP.
getLayoutOrigin() - method in class java.awt.GridBagLayout
getLayoutQueue() - method in class javax.swing.text.AsyncBoxView
Returns the LayoutQueue used for layouting the box view.
getLayoutView(int) - method in class javax.swing.text.ParagraphView
Returns the i-th view from the logical views, before breaking into rows.
getLayoutViewCount() - method in class javax.swing.text.ParagraphView
Returns the number of logical child views.
getLayoutWeights() - method in class java.awt.GridBagLayout
getLeader() - method in class javax.swing.text.TabStop
Returns the leader type.
getLeading() - method in class java.awt.FontMetrics
Returns the leading, or spacing between lines, for this font.
getLeading() - method in class java.awt.font.LineMetrics
getLeading() - method in class java.awt.font.TextLayout
Gets the value of the leadSelectionIndex property.
getLeadSelectionIndex() - method in class javax.swing.JList
Returns the index of the lead item in the current selection, or -1 if there is no lead item.
getLeadSelectionIndex() - method in class javax.swing.ListSelectionModel
Returns the index of the lead item.
getLeadSelectionPath() - method in class javax.swing.tree.DefaultTreeSelectionModel
getLeadSelectionPath
getLeadSelectionPath() - method in class javax.swing.JTree
getLeadSelectionPath() - method in class javax.swing.tree.TreeSelectionModel
getLeadSelectionRow() - method in class javax.swing.tree.DefaultTreeSelectionModel
getLeadSelectionRow
getLeadSelectionRow() - method in class javax.swing.JTree
getLeadSelectionRow() - method in class javax.swing.tree.TreeSelectionModel
getLeafCount() - method in class javax.swing.tree.DefaultMutableTreeNode
getLeafCount
getLeafIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon displayed for leaf nodes.
getLeastMaximum(int) - method in class java.util.Calendar
Gets the smallest maximum value that is allowed for the specified field.
getLeastMaximum(int) - method in class java.util.GregorianCalendar
Gets the smallest maximum value that is allowed for the specified field.
getLeastSignificantBits() - method in class java.util.UUID
Returns the least significant 64 bits of the UUID as a long.
getLeft() - method in class org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
getLeft() - method in class org.w3c.dom.css.Rect
This attribute is used for the left of the rect.
getLeftChildIndent() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the indent value for the left child.
getLeftComponent() - method in class javax.swing.JSplitPane
This method returns the left component.
getLeftIndent(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the left indentation specified in the given attributes, or 0.0f if no left indentation is specified.
getLeftInset() - method in class javax.swing.text.AsyncBoxView
Returns the left inset.
getLeftInset() - method in class javax.swing.text.CompositeView
Returns the left inset of this CompositeView.
getLegalValues() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns a Set enumerating the legal values of this attribute, or null if no such limited set exists for this attribute.
getLegalValues() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns a Set enumerating the legal values of this parameter, or null if no such limited set exists for this parameter.
getLegalValues() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns a Set enumerating the legal values of this parameter, or null if no such limited set exists for this parameter.
getLength() - method in class javax.swing.text.AbstractDocument
Returns the length of this Document's content.
getLength() - method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the length of the modification.
getLength() - method in class org.xml.sax.AttributeList
Return the number of attributes in this list.
getLength() - method in class org.xml.sax.helpers.AttributeListImpl
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLength() - method in class java.text.Bidi
Return the length of the paragraph, in characters.
getLength() - method in class org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - method in class org.w3c.dom.css.CSSRuleList
The number of CSSRules in the list.
getLength() - method in class org.w3c.dom.css.CSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - method in class org.w3c.dom.css.CSSValueList
The number of CSSValues in the list.
getLength() - method in class java.net.DatagramPacket
Returns the length of the data in the buffer
getLength() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the length of the content.
getLength() - method in class javax.swing.text.Document
Returns the length of the document content.
getLength() - method in class javax.swing.event.DocumentEvent
getLength
getLength() - method in class org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - method in class org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - method in class org.w3c.dom.html2.HTMLCollection
This attribute specifies the length or size of the list.
getLength() - method in class org.w3c.dom.html2.HTMLFormElement
The number of form controls in the form.
getLength() - method in class org.w3c.dom.html2.HTMLOptionsCollection
This attribute specifies the length or size of the list.
getLength() - method in class org.w3c.dom.html2.HTMLSelectElement
The number of options in this SELECT.
getLength() - method in class javax.imageio.stream.IIOByteBuffer
getLength() - method in class javax.imageio.metadata.IIOMetadataNode
The number of nodes in the list.
getLength() - method in class org.w3c.dom.stylesheets.MediaList
The number of media in the list.
getLength() - method in class javax.sound.midi.MidiMessage
Get the length of the MIDI message.
getLength() - method in class org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - method in class org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - method in class org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - method in class org.w3c.dom.stylesheets.StyleSheetList
The number of StyleSheets in the list.
getLength(java.lang.Object) - static method in class java.lang.reflect.Array
Gets the array length.
getLengths() - method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
Retrieve a copy of the array of Huffman code lengths.
getLetterSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
getLevel() - method in class javax.sound.sampled.DataLine
Return the volume level for this DataLine.
getLevel() - method in class javax.swing.tree.DefaultMutableTreeNode
getLevel
getLevel() - method in class java.util.logging.Handler
Returns the severity level threshold for this Handler All log records with a lower severity level will be discarded; a log record of the same or a higher level will be published unless an installed Filter decides to discard it.
getLevel() - method in class java.util.logging.Logger
Returns the severity level threshold for this Handler.
getLevel() - method in class java.util.logging.LogRecord
Returns the level of the LogRecord.
getLevelAt(int) - method in class java.text.Bidi
Return the level at the indicated character.
getLexicalHandler() - method in class javax.xml.transform.sax.SAXResult
Returns the lexical handler to which lexical events will be propagated.
getLibraryPath() - method in class java.lang.management.RuntimeMXBean
Returns the library path.
getLifetime() - method in class org.ietf.jgss.GSSContext
Returns the context lifetime in seconds.
getLimit() - method in class javax.swing.undo.UndoManager
Returns how many edits this UndoManager can maximally hold.
getLimits() - method in class java.text.ChoiceFormat
This method returns the list of range terminators in use.
getLine() - method in class javax.sound.sampled.LineEvent
Return the Line associated with this event.
getLine(javax.sound.sampled.Line.Info) - static method in class javax.sound.sampled.AudioSystem
Return a line matching the provided description.
getLine(javax.sound.sampled.Line.Info) - method in class javax.sound.sampled.Mixer
Return a Line associated with this Mixer, given its description.
getLineBreakIndex(int,float) - method in class java.awt.font.TextMeasurer
Returns the line-break index from a given starting index and a maximum advance.
getLineBuffer() - method in class javax.swing.text.PlainView
Provides a Segment object, that can be used to fetch text from the document.
getLineBuffer() - method in class javax.swing.text.WrappedPlainView
Provides access to the Segment used for retrievals from the Document.
getLineClass() - method in class javax.sound.sampled.Line.Info
Return the line's class.
getLineColor() - method in class javax.swing.border.LineBorder
Returns the color of the line.
getLineCount() - method in class javax.swing.JTextArea
getLineEndOffset(int) - method in class javax.swing.JTextArea
getLineHeight() - method in class org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
getLineIncrement() - method in class java.awt.Scrollbar
Returns the value added or subtracted when the user selects the scrollbar scroll by a "unit" amount control.
getLineInfo() - method in class javax.sound.sampled.Line
Return the Info object associated with this Line.
getLineInstance() - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the default locale.
getLineInstance(java.util.Locale) - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the specified locale.
Returns a BreakIterator instance for line breaks in the specified Locale.
getLineJoin() - method in class java.awt.BasicStroke
Returns a code indicating the line join style (one of JOIN_BEVEL, JOIN_MITER or JOIN_ROUND).
getLineLength() - method in class javax.swing.text.AbstractWriter
Return the maximum line length.
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
Determines the line metrics for a run of text.
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
getLineNumber() - method in class org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - method in class java.io.LineNumberInputStream
This method returns the current line number
getLineNumber() - method in class java.io.LineNumberReader
This method returns the current line number
getLineNumber() - method in class javax.xml.stream.Location
Returns the line number at which the current event ends, or -1 if this is not available.
getLineNumber() - method in class org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - method in class javax.xml.transform.SourceLocator
Returns the line number at which the event occurred.
getLineNumber() - method in class java.lang.StackTraceElement
Returns the line number in the file, or a negative number if unknown.
getLineOfOffset(int) - method in class javax.swing.JTextArea
getLineSeparator() - method in class javax.swing.text.AbstractWriter
Return the current line separator.
getLineSpacing(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the line spacing specified in the given attributes, or 0.0f if no line spacing is specified.
getLineStartOffset(int) - method in class javax.swing.JTextArea
getLineWidth() - method in class java.awt.BasicStroke
Returns the line width.
getLineWrap() - method in class javax.swing.JTextArea
Checks whether line wrapping is enabled.
getLink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that are not active and unvisited.
getLink(int) - method in class javax.accessibility.AccessibleHypertext
Returns link object denoted by the number i in this document, or null if i is out of bounds.
Returns the i-th hyperlink in the document or null if there is no hyperlink with the specified index.
getLinkCount() - method in class javax.accessibility.AccessibleHypertext
Returns the number of links in the document, if any exist.
Returns the number of hyperlinks in the document.
getLinkCursor() - method in class javax.swing.text.html.HTMLEditorKit
Returns the cursor for links.
getLinkExplanation() - method in class javax.naming.LinkException
getLinkIndex(int) - method in class javax.accessibility.AccessibleHypertext
Returns the link index for this character index if it resides within one of the hyperlinks of the document.
Returns the index of the link element at the character position c within the document, or -1 if there is no link at the specified position.
getLinkName() - method in class javax.naming.LinkRef
getLinkRemainingName() - method in class javax.naming.LinkException
getLinkResolvedName() - method in class javax.naming.LinkException
getLinkResolvedObj() - method in class javax.naming.LinkException
getLinks() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all AREA elements and anchor ( A) elements in a document with a value for the href attribute.
Returns the link text of the link at index i, or null, if there is no link at the specified position.
getList() - method in class javax.swing.plaf.basic.BasicComboPopup
Return list cointaining JComboBox's items
getList() - method in class javax.swing.plaf.basic.ComboPopup
Return JList that is used to draw cells of the JComboBox.
getList() - method in class javax.swing.SpinnerListModel
Returns the backing list for this model.
Returns a component that has been configured to display the given value.
getListCellRendererComponent
Returns a component that can render the specified value.
Returns a component that can be used to paint the given value within the list.
getListDataListeners() - method in class javax.swing.AbstractListModel
A synonym for getListeners(ListDataListener.class).
getListener() - method in class java.util.EventListenerProxy
Return the wrapped event listener.
getListenerCount() - method in class javax.swing.event.EventListenerList
Determines the number of listeners.
getListenerCount(Class) - method in class javax.swing.event.EventListenerList
Determines the number of listeners of a particular class.
getListenerList() - method in class javax.swing.event.EventListenerList
Returns an array containing a sequence of listenerType/listener pairs, one for each listener.
Returns the event firing methods as MethodDescriptor.
getListenerMethodName() - method in class java.beans.EventHandler
Returns the listener's method name.
getListenerMethods() - method in class java.beans.EventSetDescriptor
Returns the event firing methods.
getListenerType() - method in class java.beans.EventSetDescriptor
Returns the class that contains the event firing methods.
getListPainter(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.StyleSheet
Gets the list formatter to use for the given set of CSS attributes.
Returns an array of all registerd list selection listeners.
getListSelectionListeners() - method in class javax.swing.JList
Returns an array of all ListSelectionListeners subscribed to this list.
getListStyle() - method in class org.w3c.dom.css.Counter
This attribute is used for the style of the list.
getListStyle() - method in class org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
getListStyleImage() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
getListStylePosition() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
getListStyleType() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
getLoadedClassCount() - method in class java.lang.management.ClassLoadingMXBean
Returns the number of classes currently loaded by the virtual machine.
getLoadedInstruments() - method in class javax.sound.midi.Synthesizer
Get an array containing all instruments loaded in this synthesizer.
getLoadingImageIcon() - method in class javax.swing.text.html.ImageView
Get the icon that should be displayed while the image is loading and hence not yet available.
getLoadsSynchronously() - method in class javax.swing.text.html.ImageView
Get the image loading strategy.
getLocalAddress() - method in class java.net.DatagramSocket
Returns the local address this datagram socket is bound to.
getLocalAddress() - method in class java.net.Socket
Returns the local address to which this socket is bound.
getLocalBounds(java.awt.Component) - static method in class javax.swing.SwingUtilities
Calculates the bounds of a component in the component's own coordinate space.
getLocalCertificates() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the local certificates being used in this connection.
getLocalCertificates() - method in class javax.net.ssl.HttpsURLConnection
Returns the certificates used on the local side in this connection.
getLocalCertificates() - method in class javax.net.ssl.SSLSession
Returns the chain of certificates that the local side used in the handshake, or null if none were used.
getLocale() - method in class javax.accessibility.AccessibleContext
Gets the component locale, deferring to the parent if one is not declared.
getLocale() - method in class java.applet.Applet
Returns the locale for this applet, if it has been set.
getLocale() - method in class java.beans.beancontext.BeanContextSupport
getLocale() - method in class java.awt.Component
Returns the locale for this component.
Returns the locale of this component.
getLocale() - method in class javax.swing.ImageIcon.AccessibleImageIcon
Returns the locale of this object.
getLocale() - method in class javax.imageio.ImageReader
Get this reader's locale. null is returned if the locale has not been set.
getLocale() - method in class javax.imageio.ImageWriteParam
getLocale() - method in class javax.imageio.ImageWriter
Get this writer's locale. null is returned if the locale has not been set.
getLocale() - method in class java.awt.im.InputContext
Returns the current locale of the current input method or keyboard layout.
getLocale() - method in class java.awt.im.spi.InputMethod
Returns the current input locale, or null if none is defined.
Returns the locale of this component.
Returns the locale setting for this accessible table cell.
Gets the component locale, deferring to the parent if one is not declared.
Gets the locale of the component.
getLocale() - method in class javax.security.auth.callback.LanguageCallback
Get the retrieved Locale.
Returns the locale currently in use by this component.
getLocale() - method in class java.text.MessageFormat
Returns the locale.
getLocale() - method in class java.util.ResourceBundle
Return the actual locale of this bundle.
getLocale() - method in class javax.print.attribute.TextSyntax
Returns the locale of this syntax object.
getLocale() - method in class java.awt.Window
Returns the locale that this window is configured for.
getLocalGraphicsEnvironment() - static method in class java.awt.GraphicsEnvironment
Returns the local graphics environment.
getLocalHost() - static method in class java.net.InetAddress
Returns an InetAddress object representing the address of the current host.
getLocalizedCompressionTypeName() - method in class javax.imageio.ImageWriteParam
Return a localized version of this InputStream, meaning all characters are localized before they come out the other end.
getLocalizedMessage() - method in class java.lang.Throwable
Get a localized version of this Throwable's error message.
getLocalizedName() - method in class java.util.logging.Level
Returns the name of the Level after localizing it, for example "WARNUNG".
Return a localized version of this OutputStream, meaning all characters are localized before they are sent to the other end.
getLocalName() - method in class javax.imageio.metadata.IIOMetadataNode
getLocalName() - method in class org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName() - method in class javax.xml.stream.util.ReaderDelegate
getLocalName() - method in class javax.xml.stream.XMLStreamReader
Returns the local-name of the current element.
getLocalName(int) - method in class org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalPart() - method in class javax.xml.namespace.QName
getLocalPatternChars() - method in class java.text.DateFormatSymbols
This method returns the pattern character information for this object.
getLocalPort() - method in class java.net.DatagramSocket
Returns the local port this socket is bound to.
getLocalPort() - method in class java.net.DatagramSocketImpl
Returns the local port this socket is bound to
getLocalPort() - method in class java.net.ServerSocket
This method returns the local port number to which this socket is bound
getLocalPort() - method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - method in class java.net.SocketImpl
Returns the local port this socket is bound to
getLocalPrincipal() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the local identity used in this connection, or null if there is none.
getLocalPrincipal() - method in class javax.net.ssl.HttpsURLConnection
Returns the local principal for this connection.
getLocalPrincipal() - method in class javax.net.ssl.SSLSession
Returns the Principal representing the local identity used in this session, or null if there is no local identity.
getLocalSocketAddress() - method in class java.net.DatagramSocket
Returns the local SocketAddress this socket is bound to.
getLocalSocketAddress() - method in class java.net.ServerSocket
Returns the local socket address
getLocalSocketAddress() - method in class java.net.Socket
Returns local socket address.
getLocation() - method in class javax.accessibility.AccessibleComponent
Get the location of this component in the parent's coordinate system.
getLocation() - method in class java.rmi.activation.ActivationDesc
Get the code location URL ("codebase") of the object being activated.
getLocation() - method in class java.rmi.activation.ActivationGroupDesc
Get the location, from where the group class will be loaded
getLocation() - method in class java.security.CodeSource
This method returns the URL specifying the location from which code will be loaded under this CodeSource.
getLocation() - method in class java.awt.Component
Returns the location of this component's top left corner relative to its parent component.
Returns the location of this object relative to its parent's coordinate system, or null if it is not showing.
getLocation() - method in class org.w3c.dom.DOMError
The location of the error.
getLocation() - method in class java.awt.dnd.DragSourceEvent
getLocation() - method in class java.awt.dnd.DropTargetDragEvent
getLocation() - method in class java.awt.dnd.DropTargetDropEvent
Returns the screen location of this list child relative to it's parent.
Returns the location of this cell relative to the table's bounds.
Get the location of this component in the parent's coordinate system.
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
Returns the location of the component, with co-ordinates relative to the parent component and using the co-ordinate space of the screen.
getLocation() - method in class java.awt.Point
Returns the location of this point.
getLocation() - method in class java.awt.PointerInfo
Returns the coordinates of the mouse pointer.
getLocation() - method in class javax.xml.stream.util.ReaderDelegate
getLocation() - method in class java.awt.Rectangle
Returns the location of this rectangle, which is the coordinates of its upper left corner.
getLocation() - method in class javax.xml.stream.events.XMLEvent
Returns the location of this event.
getLocation() - method in class javax.xml.stream.XMLStreamException
Returns the location of the exception.
getLocation() - method in class javax.xml.stream.XMLStreamReader
Returns the current location of the parser cursor in the underlying input source.
getLocation(java.awt.Point) - method in class java.awt.Component
Returns the location of this component.
getLocation(java.awt.Point) - method in class javax.swing.JComponent
Get the component's location.
getLocationAsString() - method in class javax.xml.transform.TransformerException
Returns the location information as a string.
Returns the location in the tree.
getLocationOffset(int,int) - method in class java.awt.im.InputMethodRequests
Get the text offset for the given screen coordinate.
getLocationOnScreen() - method in class javax.accessibility.AccessibleComponent
Get the location of this component in the screen's coordinate space.
getLocationOnScreen() - method in class java.awt.Component
Returns the location of this component's top left corner in screen coordinates.
Returns the location of this object on the screen, or null if it is not showing.
getLocationOnScreen() - method in class java.awt.peer.ComponentPeer
Returns the location of this component in screen coordinates.
Returns the absolute screen location of this list child.
Returns the screen location of the table cell.
Get the location of this component in the screen's coordinate space.
Returns the location of the object on the screen.
Returns the location of the component, with co-ordinates relative to the screen.
getLocator() - method in class javax.xml.transform.TransformerException
Returns a locator indicating where the error occurred.
getLockedMonitors() - method in class java.lang.management.ThreadInfo
Returns an array of MonitorInfo objects representing information on the locks on object monitors held by the thread.
getLockedStackDepth() - method in class java.lang.management.MonitorInfo
Returns the depth of the stack at which the lock was obtained.
getLockedStackFrame() - method in class java.lang.management.MonitorInfo
Returns the stack frame at which the lock was obtained.
getLockedSynchronizers() - method in class java.lang.management.ThreadInfo
Returns an array of LockInfo objects representing information on the locks on ownable synchronizers held by the thread.
getLockInfo() - method in class java.lang.management.ThreadInfo
Returns a LockInfo object representing the lock on which this thread is blocked.
getLockingKeyState(int) - method in class java.awt.Toolkit
Returns whether the given locking key on the keyboard is currently in its "on" state.
getLockName() - method in class java.lang.management.ThreadInfo
Returns a String representation of the lock on which this thread is blocked.
getLockOwnerId() - method in class java.lang.management.ThreadInfo
Returns the identifier of the thread which owns the monitor lock this thread is waiting for.
getLockOwnerName() - method in class java.lang.management.ThreadInfo
Returns the name of the thread which owns the monitor lock this thread is waiting for.
getLog() - static method in class java.rmi.server.RemoteServer
Get the stream for logging RMI calls.
getLogger(java.lang.String) - static method in class java.util.logging.Logger
Finds a registered logger for a subsystem, or creates one in case no logger has been registered yet.
getLogger(java.lang.String) - method in class java.util.logging.LogManager
Returns a Logger given its name.
getLogger(java.lang.String,java.lang.String) - static method in class java.util.logging.Logger
Finds a registered logger for a subsystem, or creates one in case no logger has been registered yet.
getLoggerLevel(java.lang.String) - method in class java.util.logging.LoggingMXBean
Return the name of the logging level given the name of a logger.
getLoggerName() - method in class java.util.logging.LogRecord
Returns the name of the logger where this LogRecord has originated.
getLoggerNames() - method in class java.util.logging.LoggingMXBean
Return a list of all logger names.
getLoggerNames() - method in class java.util.logging.LogManager
Returns an Enumeration of currently registered Logger names.
getLoggingMXBean() - static method in class java.util.logging.LogManager
Return the logging bean.
getLogicalBounds() - method in class java.awt.font.GlyphVector
getLogicalHighlightShape(int,int) - method in class java.awt.font.TextLayout
getLogicalStyle() - method in class javax.swing.JTextPane
Returns the logical style of the paragraph at the current caret position.
getLogicalStyle(int) - method in class javax.swing.text.DefaultStyledDocument
Returns the logical Style for the specified position.
getLogicalStyle(int) - method in class javax.swing.text.StyledDocument
getLogicalStyle
Returns the logical view of the managed FlowView.
getLoginModuleName() - method in class javax.security.auth.login.AppConfigurationEntry
getLoginTimeout() - method in class javax.sql.ConnectionPoolDataSource
getLoginTimeout() - method in class javax.sql.DataSource
getLoginTimeout() - static method in class java.sql.DriverManager
This method returns the login timeout in use by JDBC drivers systemwide.
getLoginTimeout() - method in class javax.sql.XADataSource
getLogManager() - static method in class java.util.logging.LogManager
Returns the globally shared LogManager instance.
getLogStream() - static method in class java.sql.DriverManager
This method returns the log stream in use by JDBC.
getLogTimers() - static method in class javax.swing.Timer
Return the logging state.
getLogWriter() - method in class javax.sql.ConnectionPoolDataSource
getLogWriter() - method in class javax.sql.DataSource
getLogWriter() - static method in class java.sql.DriverManager
This method returns the log writer being used by all JDBC drivers.
getLogWriter() - method in class javax.sql.XADataSource
getLong() - method in class java.nio.ByteBuffer
Relative get method for reading a long value.
getLong(int) - method in class java.nio.ByteBuffer
Absolute get method for reading a long value.
getLong(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java long.
getLong(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java long.
getLong(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as a long.
getLong(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a long array.
getLong(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java long.
getLong(java.lang.String) - static method in class java.lang.Long
Get the specified system property as a Long.
getLong(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java long.
getLong(java.lang.String,java.lang.Long) - static method in class java.lang.Long
Get the specified system property as a Long, or use a default Long value if the property is not found or is not decodable.
getLong(java.lang.String,long) - method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a long.
getLong(java.lang.String,long) - static method in class java.lang.Long
Get the specified system property as a Long, or use a default long value if the property is not found or is not decodable.
getLong(java.lang.String,long) - method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a long.
getLongDesc() - method in class org.w3c.dom.html2.HTMLFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - method in class org.w3c.dom.html2.HTMLIFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongFramePosition() - method in class javax.sound.sampled.DataLine
Return the current frame position.
getLongParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getLookAndFeel() - static method in class javax.swing.UIManager
Returns the current look and feel (which may be null).
getLookAndFeelDefaults() - static method in class javax.swing.UIManager
Returns the UIDefaults table of the currently active look and feel.
getLoopbackMode() - method in class java.net.MulticastSocket
Checks if local loopback mode is enabled
getLowerBounds() - method in class java.lang.reflect.WildcardType
Returns an array of Types, which specify the lower bounds of this type.
getLoweredBevelBorderUIResource() - static method in class javax.swing.plaf.BorderUIResource
Returns a shared instance of BorderUIResource.BevelBorderUIResource whose bevelType is BevelBorder.LOWERED.
getLowestSetBit() - method in class java.math.BigInteger
getLowestValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the label whose key has the lowest value.
getLSB() - method in class java.awt.font.GlyphMetrics
getMacLength() - method in class javax.crypto.Mac
Get the size of the MAC.
getMagicCaretPosition() - method in class javax.swing.text.Caret
Returns the current visual position of this Caret.
getMagicCaretPosition() - method in class javax.swing.text.DefaultCaret
Returns the current visual position of this Caret.
getMainAttributes() - method in class java.net.JarURLConnection
Returns the main Attributes for the jar file specified in the URL or null if there are none
getMainAttributes() - method in class java.util.jar.Manifest
Gets the main attributes of this Manifest.
getMajor() - method in class org.ietf.jgss.GSSException
Returns the major code representing the GSS error code that caused this exception to be thrown.
getMajorAxis() - method in class javax.swing.text.AsyncBoxView
Returns the major layout axis.
getMajorOffset() - method in class javax.swing.text.AsyncBoxView.ChildState
Returns the offset of the child view along the major layout axis.
getMajorSpan() - method in class javax.swing.text.AsyncBoxView.ChildState
Returns the span of the child view along the major layout axis.
getMajorString() - method in class org.ietf.jgss.GSSException
Returns a string explaining the GSS major error code causing this exception to be thrown.
getMajorTickSpacing() - method in class javax.swing.JSlider
Returns the distance between major tick marks along the slider's value scale.
getMajorVersion() - method in class java.sql.Driver
This method returns the major version number of the driver.
getMajorVersion() - method in class java.awt.color.ICC_Profile
Returns the major version number
getManagementSpecVersion() - method in class java.lang.management.RuntimeMXBean
Returns the version of the management specification implemented by the virtual machine.
getManifest() - method in class java.util.jar.JarFile
Returns the manifest for this JarFile or null when the JarFile does not contain a manifest file.
getManifest() - method in class java.util.jar.JarInputStream
Returns the Manifest for the jar file or null if there was no Manifest.
getManifest() - method in class java.net.JarURLConnection
Returns a Manifest object for this jar file, or null if there is no manifest.
getMapSize() - method in class java.awt.image.IndexColorModel
Returns the size of the color lookup table.
getMargin() - method in class javax.swing.AbstractButton
Return the button's "margin" property, which is an Insets object describing the distance between the button's border and its text and icon.
getMargin() - method in class org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
getMargin() - method in class javax.swing.JMenuBar
Returns the margin between the menu bar's border and its menus.
getMargin() - method in class javax.swing.JPopupMenu
Returns margin for this popup menu.
getMargin() - method in class javax.swing.text.JTextComponent
getMargin() - method in class javax.swing.JToolBar
This method returns the margin property.
getMarginBottom() - method in class org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
getMarginHeight() - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin height, in pixels.
getMarginHeight() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin height, in pixels.
getMarginLeft() - method in class org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
getMarginRight() - method in class org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
getMarginTop() - method in class org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
getMarginWidth() - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin width, in pixels.
getMarginWidth() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin width, in pixels.
getMark() - method in class javax.swing.text.Caret
Returns the current position of the mark.
getMark() - method in class javax.swing.event.CaretEvent
Get mark
getMark() - method in class javax.swing.text.DefaultCaret
Returns the current position of the mark.
getMarkerOffset() - method in class org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
getMarks() - method in class org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
getMask() - method in class javax.swing.text.MaskFormatter
Returns the mask used in this MaskFormatter.
getMask(int) - method in class java.awt.image.PackedColorModel
getMasks() - method in class java.awt.image.PackedColorModel
getMasterSyncMode() - method in class javax.sound.midi.Sequencer
Get the source of timing information.
getMasterSyncModes() - method in class javax.sound.midi.Sequencer
Get an array of timing sources supported by this sequencer.
getMatchAllSubjectAltNames() - method in class java.security.cert.X509CertSelector
Returns whether or not all specified alternative names must match.
getMatrix() - method in class java.awt.image.BandCombineOp
Return the matrix used in this operation.
getMatrix() - method in class java.awt.color.ICC_ProfileRGB
Returns the colorant matrix of the conversion.
getMatrix() - method in class java.awt.print.PageFormat
This method returns a matrix used for transforming user space coordinates to page coordinates.
getMatrix(double[]) - method in class java.awt.geom.AffineTransform
Return the matrix of values used in this transform.
getMatteColor() - method in class javax.swing.border.MatteBorder
Returns the color that is used for filling the border, or null if the border is filled with repetitions of a tile icon.
getMax() - method in class java.lang.management.MemoryUsage
Returns the maximum amount of memory available for this pool (in bytes).
getMaxAdvance() - method in class java.awt.FontMetrics
Returns the width of the widest character in the font.
getMaxAscent() - method in class java.awt.FontMetrics
Returns the maximum ascent value.
This method returns the number of hex characters allowed in an inline binary literal.
getMaxBufferSize() - method in class javax.sound.sampled.DataLine.Info
Return the maximum buffer size.
getMaxCatalogNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a catalog name.
getMaxCharactersPerLineCount() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the maximum number of characters that should be placed on a line.
getMaxCharactersPerLineCount() - method in class javax.swing.JOptionPane
This method returns the maximum characters per line.
Returns the maximal bounding box of all the bounding boxes in this font, when the font's bounding boxes are evaluated in a given FontRenderContext
Returns the bounds of the largest character in a Graphics context.
getMaxCharLiteralLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a character literal.
getMaxColumnNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a column name.
getMaxColumnsInGroupBy() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of columns in a GROUP BY statement.
getMaxColumnsInIndex() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of columns in an index.
getMaxColumnsInOrderBy() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of columns in an ORDER BY statement.
getMaxColumnsInSelect() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of columns in a SELECT statement.
getMaxColumnsInTable() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of columns in a table.
getMaxConnections() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of connections this client can have to the database.
getMaxCRL() - method in class java.security.cert.X509CRLSelector
Returns the maximum value of the CRLNumber extension present in CRLs matched by this selector, or null if this criteria is not set.
getMaxCursorNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a cursor name.
getMaxDecent() - method in class java.awt.FontMetrics
Returns the maximum descent value.
getMaxDescent() - method in class java.awt.FontMetrics
Returns the maximum descent value.
This method returns the maximum length of any expansion sequence that ends with the specified collation order value.
getMaxFieldSize() - method in class javax.sql.RowSet
getMaxFieldSize() - method in class java.sql.Statement
This method returns the maximum length of any column value in bytes.
getMaxHeight() - method in class org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
getMaximizedBounds() - method in class java.awt.Frame
Returns the maximized bounds of this frame.
getMaximum() - method in class java.awt.Adjustable
Returns the maximum value this object can have.
getMaximum() - method in class javax.swing.BoundedRangeModel
Returns the upper bound for the model.
getMaximum() - method in class javax.swing.DefaultBoundedRangeModel
Returns the current maximal value of this bounded range model.
getMaximum() - method in class javax.sound.sampled.FloatControl
Return the maximum value of this control.
getMaximum() - method in class javax.swing.text.InternationalFormatter
Returns the maximal value that is allowed by this Formatter.
getMaximum() - method in class javax.swing.JProgressBar
Returns the maximum value for the JProgressBar.
getMaximum() - method in class javax.swing.JScrollBar
This method returns the maximum value of the scrollbar.
getMaximum() - method in class javax.swing.JSlider
Returns the slider's maximum value (obtained from the slider's model).
getMaximum() - method in class javax.swing.ProgressMonitor
Return the maximum or end value of your operation.
getMaximum() - method in class java.awt.Scrollbar
Returns the maximum value for this scrollbar.
getMaximum() - method in class java.awt.ScrollPaneAdjustable
getMaximum() - method in class javax.swing.SpinnerNumberModel
Returns the maximum value, or null if there is no maximum.
getMaximum(int) - method in class java.util.Calendar
Gets the biggest value that is allowed for the specified field.
getMaximum(int) - method in class java.util.GregorianCalendar
Gets the biggest value that is allowed for the specified field.
Returns the maximum accessible value for the AccessibleAbstractButton, which is 1.
getMaximumAccessibleValue() - method in class javax.accessibility.AccessibleValue
Gets the maximum value in the range of this object, or null if there is no maximum.
Gets the maximum value in the range of this object, or null if there is no maximum.
Returns the maximum acceptable accessible value used by this object, or null if no maximum value exists.
Returns the maximum permitted accessible value.
Returns the maximum permitted accessible value.
Returns the maximum value of the JProgressBar component, as an Integer.
Returns the maximum value of the JScrollBar component, as an Integer.
Returns the maximum value of the JSlider component, as an Integer.
Returns the maximum divider location for the JSplitPane component, as an Integer.
Returns the maximum acceptable accessible value used by this object.
Returns the maximum character height of the font from the component of the passed in context.
getMaximumCursorColors() - method in class java.awt.Toolkit
Returns the maximum number of colors the Toolkit supports in a custom cursor palette.
getMaximumDividerLocation() - method in class javax.swing.JSplitPane
This method returns the maximum divider location.
This method returns the largest value possible for the location of the divider.
Calls the SplitPaneUI.getMaximumDividerLocation(JSplitPane) method for all the UI delegates managed by this MultiSplitPaneUI, returning the location for the UI delegate from the primary look and feel.
Determines the maximum location of the divider.
getMaximumFractionDigits() - method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the integer portion of a number.
getMaximumRowCount() - method in class javax.swing.JComboBox
This method returns number of rows visible in the JComboBox's list of items.
getMaximumSize() - method in class javax.swing.plaf.basic.BasicArrowButton
Returns the maximum size of the arrow button.
getMaximumSize() - method in class javax.swing.Box.Filler
Returns the maximum size of this Filler.
getMaximumSize() - method in class java.awt.Component
Returns the component's maximum size.
getMaximumSize() - method in class java.awt.Container
Returns the maximum size of this container.
getMaximumSize() - method in class javax.swing.JComponent
Get the component's maximum size.
getMaximumSize() - method in class javax.swing.JScrollBar
This method returns the maximum size for this scroll bar.
getMaximumSize() - method in class javax.swing.JToolBar.Separator
This method returns the maximum size of the Separator.
getMaximumSize() - method in class javax.swing.plaf.metal.MetalScrollButton
Returns the maximum size for the button.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicButtonUI
Calculates the maximum size for the specified component.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the maximum size for this JComboBox for this look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method returns the maximum size for the given JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method returns the maximum size for the given JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the maximum size of the given JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicLabelUI
This method returns the maximum size of the JComponent given.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuBarUI
Returns maximum size for the specified menu bar
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Returns maximum size for the specified menu item
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
Get the component's maximum size.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the maximum size.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicPopupMenuUI
This method returns the minimum size of the JPopupMenu.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the maximum size of the JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the maximum size for this JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSeparatorUI
This method returns the maximum size of the JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the maximum size for this JSlider for this look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the maximum size of the JSplitPane.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the maximum size of the JTabbedPane.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTableUI
Return the maximum size of the table.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTextUI
Returns the maximum size for text components that use this UI.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
This method returns the maximum size of the JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method returns the maximum size of the given JComponent for this UI.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolTipUI
This method returns the msximum size of the given JComponent.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the maximum size for the component, which will be the preferred size if the instance is currently in JTree or (0,0).
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.ComponentUI
Determines the maximum size of a component.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the maximum size for the file chooser component.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiButtonUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiColorChooserUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiColorChooserUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiComboBoxUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopIconUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiDesktopIconUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiFileChooserUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiInternalFrameUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiInternalFrameUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiLabelUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiListUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuBarUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiMenuBarUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuItemUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiMenuItemUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiOptionPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiPanelUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiPopupMenuUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiProgressBarUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiProgressBarUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiRootPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiRootPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollBarUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiScrollBarUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiScrollPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSeparatorUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiSeparatorUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiSliderUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSpinnerUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiSpinnerUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiSplitPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableHeaderUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiTableHeaderUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiTableUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiTextUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolBarUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiToolBarUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolTipUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiToolTipUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiTreeUI, returning the maximum size for the UI delegate from the primary look and feel.
getMaximumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiViewportUI
Calls the ComponentUI.getMaximumSize(JComponent) method for all the UI delegates managed by this MultiViewportUI, returning the maximum size for the UI delegate from the primary look and feel.
Calculates the maximum size that is needed to render the label with text and icon correctly.
getMaximumSpan(int) - method in class javax.swing.text.AsyncBoxView
Returns the maximum span of this view along the specified axis.
getMaximumSpan(int) - method in class javax.swing.text.html.BlockView
Determines the maximum span along the axis.
getMaximumSpan(int) - method in class javax.swing.text.BoxView
Returns the maximum span of this view along the specified axis.
getMaximumSpan(int) - method in class javax.swing.text.ComponentView
Returns the maximum span of this View along the specified axis.
getMaximumSpan(int) - method in class javax.swing.text.html.FormView
Determines the maximum span for this view on the specified axis.
getMaximumSpan(int) - method in class javax.swing.text.html.ParagraphView
Returns the maximum span of this view.
getMaximumSpan(int) - method in class javax.swing.text.View
Returns the maximum span along the specified axis.
getMaximumSpan(int) - method in class javax.swing.text.WrappedPlainView
Determines the maximum span along the given axis.
Get the maximal supported version for the value types, supported by this value handler.
getMaximumThumbSize() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the maximum thumb size.
getMaximumValue() - method in class javax.swing.Spring
Returns the maximum value of the Spring.
Returns the maximum bounds for a centered window object.
getMaximumZoneSize() - method in class javax.swing.text.ZoneView
Returns the maximum zone size.
getMaxIndexLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of an index.
getMaxLabel() - method in class javax.sound.sampled.FloatControl
Return the label for the minimum value of this control.
getMaxLength() - method in class org.w3c.dom.html2.HTMLInputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
getMaxLines(javax.sound.sampled.Line.Info) - method in class javax.sound.sampled.Mixer
Return the number of lines matching this description.
getMaxPage() - method in class java.awt.JobAttributes
getMaxPathLength() - method in class java.security.cert.PKIXBuilderParameters
Returns the maximum length of certificate paths to build.
getMaxPolyphony() - method in class javax.sound.midi.Synthesizer
Get the maximum number of notes that the synth can play at once.
getMaxPriority() - method in class java.lang.ThreadGroup
Get the maximum priority of Threads in this ThreadGroup.
This method returns the maximum length of a procedure name.
getMaxReceivers() - method in class javax.sound.midi.MidiDevice
The maximum number of MIDI IN connections we can get as Receivers, or -1 if there is no maximum.
getMaxRows() - method in class javax.sql.RowSet
getMaxRows() - method in class java.sql.Statement
This method returns the maximum possible number of rows in a result set.
getMaxRowSize() - method in class java.sql.DatabaseMetaData
This method returns the maximum size of a row in bytes.
getMaxSchemaNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a schema name.
Gets the largest index which is currently a member of a selection interval.
getMaxSelectionIndex() - method in class javax.swing.JList
Returns the highest item index in the current selection, or -1 if there is no selection.
getMaxSelectionIndex() - method in class javax.swing.ListSelectionModel
Returns the highest selected index, or -1 if there is no selection.
getMaxSelectionRow() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the largest row index from the selection.
getMaxSelectionRow() - method in class javax.swing.JTree
getMaxSelectionRow() - method in class javax.swing.tree.TreeSelectionModel
getMaxStatementLength() - method in class java.sql.DatabaseMetaData
This method includes the maximum length of a SQL statement.
getMaxStatements() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of statements that can be active at any time.
getMaxTableNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a table name.
getMaxTablesInSelect() - method in class java.sql.DatabaseMetaData
This method returns the maximum number of tables that may be referenced in a SELECT statement.
getMaxTransmitters() - method in class javax.sound.midi.MidiDevice
The maximum number of MIDI OUT connections we can get as Transmitters, or -1 if there is no maximum.
getMaxUserNameLength() - method in class java.sql.DatabaseMetaData
This method returns the maximum length of a user name.
getMaxValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the maximum value of this attribute, or null if there is no maximum.
getMaxValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the maximum value of this parameter, or null if there is no maximum.
getMaxValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the maximum value of this parameter, or null if there is no maximum.
getMaxValue(int) - method in class java.awt.color.ColorSpace
getMaxValue(int) - method in class java.awt.color.ICC_ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxWidth() - method in class org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
getMaxWidth() - method in class javax.swing.table.TableColumn
Returns the maximum width for the column (the default value is Integer.MAX_VALUE).
getMaxX() - method in class java.awt.geom.RectangularShape
Get the maximum x coordinate in the frame.
getMaxY() - method in class java.awt.geom.RectangularShape
Get the maximum y coordinate in the frame.
getMaxZonesLoaded() - method in class javax.swing.text.ZoneView
Returns the number of zones that are allowed to be loaded.
getMBeanCount() - method in class javax.management.MBeanServer
Returns the number of management beans registered with this server.
getMBeanCount() - method in class javax.management.MBeanServerConnection
Returns the number of management beans registered with this server.
getMBeanInfo() - method in class javax.management.DynamicMBean
Returns an information object which lists the attributes and actions associated with the management bean.
getMBeanInfo() - method in class javax.management.StandardMBean
Returns an information object which lists the attributes and actions associated with the management bean.
getMBeanInfo(javax.management.ObjectName) - method in class javax.management.MBeanServer
Returns information on the given management bean.
Returns information on the given management bean.
getMBeanInterface() - method in class javax.management.StandardMBean
Returns the interface for this management bean.
getMBeanName() - method in class javax.management.MBeanServerNotification
Returns the name of the bean this notification concerns.
getMBeanServer() - static method in class javax.management.QueryEval
Returns the MBeanServer last supplied to the setMBeanServer(MBeanServer) method.
getMBeanServerConnection() - method in class javax.management.MBeanServerInvocationHandler
Returns the connection through which the calls to the bean will be made.
getMBeanServerId() - method in class javax.management.MBeanServerDelegate
Returns the unique identifier for this management server.
getMBeanServerId() - method in class javax.management.MBeanServerDelegateMBean
Returns the unique identifier for this management server.
getMech() - method in class org.ietf.jgss.GSSContext
Returns the mechanism oid for this context.
getMechanismName() - method in class javax.security.sasl.SaslClient
Returns the IANA-registered mechanism name of this SASL client. (e.g.
getMechanismName() - method in class javax.security.sasl.SaslServer
Returns the IANA-registered mechanism name of this SASL server (e.g.
getMechanismNames(Map) - method in class javax.security.sasl.SaslClientFactory
Returns an array of names of mechanisms that match the specified mechanism selection policies.
getMechanismNames(Map) - method in class javax.security.sasl.SaslServerFactory
Returns an array of names of mechanisms that match the specified mechanism selection policies.
getMechs() - method in class org.ietf.jgss.GSSCredential
Returns an array of mechanisms supported by this credential.
getMechs() - method in class org.ietf.jgss.GSSManager
Returns an array of Oid objects indicating mechanisms available to GSS-API callers.
getMechsForName(org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSManager
Returns an array of Oid objects corresponding to the mechanisms that support the specific name type.
getMedia() - method in class org.w3c.dom.css.CSSImportRule
A list of media types for which this style sheet may be used.
getMedia() - method in class org.w3c.dom.css.CSSMediaRule
A list of media types for this rule.
getMedia() - method in class org.w3c.dom.html2.HTMLLinkElement
Designed for use with one or more target media.
getMedia() - method in class org.w3c.dom.html2.HTMLStyleElement
Designed for use with one or more target media.
getMedia() - method in class java.awt.PageAttributes
getMedia() - method in class org.w3c.dom.stylesheets.StyleSheet
The intended destination media for style information.
getMediaSizeForName(javax.print.attribute.standard.MediaSizeName) - static method in class javax.print.attribute.standard.MediaSize
Returns the associated MediaSize instance for the given named media MediaSizeName instance.
getMediaSizeName() - method in class javax.print.attribute.standard.MediaSize
Returns the media name of this size.
getMediaSubtype() - method in class javax.print.DocFlavor
Returns the media subtype of this flavor object.
getMediaText() - method in class org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
getMediaType() - method in class javax.print.DocFlavor
Returns the media type of this flavor object.
getMediaWhitePoint() - method in class java.awt.color.ICC_ProfileGray
Returns the media white point of the profile.
getMediaWhitePoint() - method in class java.awt.color.ICC_ProfileRGB
Returns the media white point of the profile.
getMemberControls() - method in class javax.sound.sampled.CompoundControl
Return the members of this compound control.
getMembers() - method in class javax.print.attribute.SetOfIntegerSyntax
Returns an array describing the members included in this set.
getMemoryManagerMXBeans() - static method in class java.lang.management.ManagementFactory
Returns the memory manager beans for the running virtual machine.
getMemoryManagerNames() - method in class java.lang.management.MemoryPoolMXBean
Returns the names of the memory managers associated with this pool.
getMemoryMXBean() - static method in class java.lang.management.ManagementFactory
Returns the memory management bean for the running virtual machine.
getMemoryPoolMXBeans() - static method in class java.lang.management.ManagementFactory
Returns the memory pool beans for the running virtual machine.
getMemoryPoolNames() - method in class java.lang.management.MemoryManagerMXBean
Returns an array containing the names of the memory pools this memory manager manages.
getMenu(int) - method in class javax.swing.JMenuBar
Return menu at the specified index.
getMenu(int) - method in class java.awt.MenuBar
Returns the menu at the specified index.
getMenuArrowIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
Returns a new instance of a 4 x 8 icon showing a small black triangle that points to the right.
getMenuArrowIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a new instance of a 4 x 8 icon showing a small black triangle that points to the right.
getMenuBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the background color for menu items, from the installed theme.
getMenuBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the background color for menu items.
getMenuBar() - method in class java.awt.Frame
Returns this frame's menu bar.
getMenuBar() - method in class javax.swing.JInternalFrame
This method is deprecated.
getMenuBar() - method in class javax.swing.JRootPane
getMenuBarBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing a two-pixel thick separator line below menu bars.
getMenuComponent(int) - method in class javax.swing.JMenu
Returns menu component located at the givent index in the menu
getMenuComponentCount() - method in class javax.swing.JMenu
Returns number of menu components in this menu
getMenuComponents() - method in class javax.swing.JMenu
Return components belonging to this menu
getMenuCount() - method in class javax.swing.JMenuBar
Returns number of menu's in this menu bar
getMenuCount() - method in class java.awt.MenuBar
Returns the number of elements in this menu bar.
getMenuDisabledForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the foreground color for disabled menu items, from the installed theme.
getMenuDisabledForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the foreground color for disabled menu items.
getMenuDisabledForeground() - method in class javax.swing.plaf.metal.OceanTheme
Returns the OceanTheme's color for disabled menu foreground,
getMenuDragMouseListeners() - method in class javax.swing.JMenuItem
Returns all added MenuDragMouseListener objects.
getMenuForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the foreground color for menu items, from the installed theme.
getMenuForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the foreground color for menu items.
getMenuItemArrowIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
getMenuItemArrowIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a new instance of a 4 x 8 icon showing a small black triangle that points to the right.
getMenuItemCheckIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
getMenuItemCheckIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a new instance of a 13 x 13 icon showing a small black check mark.
getMenuKeyListeners() - method in class javax.swing.JMenuItem
Returns all added MenuKeyListener objects.
getMenuKeyListeners() - method in class javax.swing.JPopupMenu
Returns array of getMenuKeyListeners that are listening to JPopupMenu.
getMenuListeners() - method in class javax.swing.JMenu
Returns all registered MenuListener objects.
getMenuSelectedBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the background color for selected menu items, from the installed theme.
getMenuSelectedBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the background color for selected menu items.
getMenuSelectedForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the foreground color for selected menu items, from the installed theme.
getMenuSelectedForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the foreground color for selected menu items.
getMenuSelectionManager() - method in class javax.swing.event.MenuDragMouseEvent
Get menu selection manager
getMenuSelectionManager() - method in class javax.swing.event.MenuKeyEvent
getMenuSelectionManager
getMenuShortcutKeyMask() - method in class java.awt.Toolkit
Returns the accelerator key mask for menu shortcuts.
getMenuTextFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for text in menus.
getMenuTextFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the font used for text in menus, from the installed theme.
getMenuTextFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for text in menus.
getMessage() - method in class java.rmi.activation.ActivationException
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
getMessage() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the message of the JOptionPane.
getMessage() - method in class java.security.cert.CertPathBuilderException
Get the detail message.
getMessage() - method in class java.security.cert.CertPathValidatorException
Get the detail message.
getMessage() - method in class java.security.cert.CertStoreException
Get the detail message.
getMessage() - method in class org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMessage() - method in class javax.xml.parsers.FactoryConfigurationError
Returns the message for this error, if any.
getMessage() - method in class javax.xml.stream.FactoryConfigurationError
Get the message associated with this Throwable.
getMessage() - method in class org.ietf.jgss.GSSException
Returns a detailed message of this exception.
getMessage() - method in class java.io.InvalidClassException
Returns the descriptive error message for this exception.
getMessage() - method in class org.omg.PortableServer.POAPackage.InvalidPolicy
Adds index to the super.getMessage().
getMessage() - method in class javax.swing.JOptionPane
This method returns the message displayed.
getMessage() - method in class java.util.logging.LogRecord
Returns the message for this LogRecord before any localization or parameter substitution.
getMessage() - method in class java.nio.charset.MalformedInputException
Returns the detail message string of this throwable
getMessage() - method in class javax.sound.midi.MidiEvent
Get the MIDI message for this event.
getMessage() - method in class javax.sound.midi.MidiMessage
Get the MIDI message data.
getMessage() - method in class javax.management.Notification
Returns the message contained in this notification.
getMessage() - method in class java.util.regex.PatternSyntaxException
Returns a string containing a line with the description, a line with the original pattern and a line indicating with a ^ which character is probably the first invalid character in the pattern if the index is not negative.
getMessage() - method in class java.rmi.RemoteException
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
getMessage() - method in class org.xml.sax.SAXException
Return a detail message for this exception.
getMessage() - method in class java.rmi.server.ServerCloneException
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
getMessage() - method in class javax.security.auth.callback.TextOutputCallback
Returns the message to be displayed.
getMessage() - method in class java.lang.Throwable
Get the message associated with this Throwable.
getMessage() - method in class javax.xml.transform.TransformerFactoryConfigurationError
Returns the detail message.
getMessage() - method in class java.nio.charset.UnmappableCharacterException
Returns the detail message string of this throwable
getMessage() - method in class java.net.URISyntaxException
Returns a message describing the parse error, as if by getReason() + (getIndex() >= 0 ?
getMessage() - method in class java.io.WriteAbortedException
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
getMessageAndLocation() - method in class javax.xml.transform.TransformerException
Returns the exception message with location information appended.
getMessageDigest() - method in class java.security.DigestInputStream
Returns the MessageDigest associated with this DigestInputStream
getMessageDigest() - method in class java.security.DigestOutputStream
Returns the MessageDigest associated with this DigestOutputStream
getMessageType() - method in class javax.security.auth.callback.ConfirmationCallback
Get the message type.
getMessageType() - method in class javax.swing.JOptionPane
This method returns the message type.
getMessageType() - method in class javax.security.auth.callback.TextOutputCallback
Returns the message's messageType.
getMetaData() - method in class java.sql.Connection
This method returns the meta data for this database connection.
getMetadata() - method in class javax.imageio.IIOImage
Retrieve the image metadata or null if there is no metadata associated with this IIOImage.
getMetaData() - method in class java.sql.PreparedStatement
This method returns meta data for the result set from this statement.
getMetaData() - method in class java.sql.ResultSet
This method returns data about the columns returned as part of the result set as a ResultSetMetaData instance.
getMetadataFormat(java.lang.String) - method in class javax.imageio.metadata.IIOMetadata
getMetadataFormatNames() - method in class javax.imageio.metadata.IIOMetadata
getMetaKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - method in class javax.swing.text.html.FormSubmitEvent
Returns the HTTP submit method.
getMethod() - method in class org.w3c.dom.html2.HTMLFormElement
HTTP method [IETF RFC 2616] used to submit form.
getMethod() - method in class java.beans.MethodDescriptor
Get the method this MethodDescriptor represents.
getMethod() - method in class java.util.zip.ZipEntry
Gets the compression method.
Get a public method declared or inherited in this class, where name is its simple name.
getMethodDescriptors() - method in class java.beans.BeanInfo
Get the methods this Bean type supports.
getMethodDescriptors() - method in class java.beans.SimpleBeanInfo
Force Introspection of the Bean's methods.
getMethodName() - method in class java.lang.StackTraceElement
Returns the method name in the class, or null if unknown.
getMethodName() - method in class java.beans.Statement
Return the statement method name.
getMethods() - method in class java.lang.Class<T>
Get all the public methods declared in this class or inherited from superclasses.
Returns a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
Produces a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
getMicrosecondLength() - method in class javax.sound.sampled.Clip
Return the length of the clip in microseconds.
getMicrosecondLength() - method in class javax.sound.midi.MidiFileFormat
Get the file length in microseconds.
getMicrosecondLength() - method in class javax.sound.midi.Sequence
The length of this sequence in microseconds.
getMicrosecondLength() - method in class javax.sound.midi.Sequencer
Get the length of the current sequence in microseconds.
getMicrosecondPosition() - method in class javax.sound.sampled.DataLine
Return the number of microseconds this DataLine has been playing.
getMicrosecondPosition() - method in class javax.sound.midi.MidiDevice
If this device supports time-stamps, then it will return the number of microseconds since this device has been open, and -1 otherwise.
getMicrosecondPosition() - method in class javax.sound.midi.Sequencer
Get the current playback position of the sequencer in microseconds.
getMidiDevice(javax.sound.midi.MidiDevice.Info) - static method in class javax.sound.midi.MidiSystem
Get the specified MIDI device.
getMidiDeviceInfo() - static method in class javax.sound.midi.MidiSystem
Get an array of all available MIDI devices.
getMidiFileFormat(java.io.File) - method in class javax.sound.midi.spi.MidiFileReader
Read a MidiFileFormat from the given stream.
getMidiFileFormat(java.io.File) - static method in class javax.sound.midi.MidiSystem
Read a MidiFileFormat object from the given file.
getMidiFileFormat(java.io.InputStream) - method in class javax.sound.midi.spi.MidiFileReader
Read a MidiFileFormat from the given stream.
getMidiFileFormat(java.io.InputStream) - static method in class javax.sound.midi.MidiSystem
Read a MidiFileFormat object from the given stream.
getMidiFileFormat(java.net.URL) - method in class javax.sound.midi.spi.MidiFileReader
Read a MidiFileFormat from the given stream.
getMidiFileFormat(java.net.URL) - static method in class javax.sound.midi.MidiSystem
Read a MidiFileFormat object from the given url.
getMidiFileTypes() - method in class javax.sound.midi.spi.MidiFileWriter
Return the MIDI file types supported by this writer.
getMidiFileTypes() - static method in class javax.sound.midi.MidiSystem
Return an array of supported MIDI file types on this system.
getMidiFileTypes(javax.sound.midi.Sequence) - method in class javax.sound.midi.spi.MidiFileWriter
Return the MIDI file types supported by this writer for the given sequence.
getMidiFileTypes(javax.sound.midi.Sequence) - static method in class javax.sound.midi.MidiSystem
Return an array of supported MIDI file types on this system for the given sequnce.
getMidLabel() - method in class javax.sound.sampled.FloatControl
Return the label for the midpoint of this control.
getMillis() - method in class java.util.logging.LogRecord
Returns the time when this LogRecord was created.
getMillisecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getMillisToDecideToPopup() - method in class javax.swing.ProgressMonitor
Returns the amount of milliseconds to wait until the ProgressMonitor should decide whether a progress dialog is to be shown or not.
getMillisToPopup() - method in class javax.swing.ProgressMonitor
Returns the number of milliseconds to wait before displaying the progress dialog.
getMimeType() - method in class java.awt.datatransfer.DataFlavor
Returns the MIME type of this flavor.
getMimeType() - method in class javax.print.DocFlavor
Returns the mime type of this flavor object.
getMimeTypes() - method in class javax.accessibility.AccessibleStreamable
Return an array of the data flavors supported by this object.
getMIMETypes() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the MIME types of the supported image formats, for example [“image/tiff”, “image/png”].
getMinBufferSize() - method in class javax.sound.sampled.DataLine.Info
Return the minimum buffer size.
getMinCRL() - method in class java.security.cert.X509CRLSelector
Returns the minimum value of the CRLNumber extension present in CRLs matched by this selector, or null if this criteria is not set.
getMinHeight() - method in class org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
getMinimalDaysInFirstWeek() - method in class java.util.Calendar
Gets how many days are required in the first week of the year.
getMinimum() - method in class java.awt.Adjustable
Returns the minimum value this object can have.
getMinimum() - method in class javax.swing.BoundedRangeModel
Returns the lower bound for the model.
getMinimum() - method in class javax.swing.DefaultBoundedRangeModel
Returns the current minimal value of this bounded range model.
getMinimum() - method in class javax.sound.sampled.FloatControl
Return the minimum value of this control.
getMinimum() - method in class javax.swing.text.InternationalFormatter
Returns the minimal value that is allowed by this Formatter.
getMinimum() - method in class javax.swing.JProgressBar
Returns the minimum value for the JProgressBar.
getMinimum() - method in class javax.swing.JScrollBar
This method returns the minimum value of the scrollbar.
getMinimum() - method in class javax.swing.JSlider
Returns the minimum value of the slider (from the slider's model).
getMinimum() - method in class javax.swing.ProgressMonitor
Returns the minimum or start value of the operation.
getMinimum() - method in class java.awt.Scrollbar
Returns the minimum value for this scrollbar.
getMinimum() - method in class java.awt.ScrollPaneAdjustable
getMinimum() - method in class javax.swing.SpinnerNumberModel
Returns the minimum value, or null if there is no minimum.
getMinimum(int) - method in class java.util.Calendar
Gets the smallest value that is allowed for the specified field.
getMinimum(int) - method in class java.util.GregorianCalendar
Gets the smallest value that is allowed for the specified field.
Returns the minimum accessible value for the AccessibleAbstractButton, which is 0.
getMinimumAccessibleValue() - method in class javax.accessibility.AccessibleValue
Gets the minimum value in the range of this object, or null if there is no minimum.
Gets the minimum value in the range of this object, or null if there is no minimum.
Returns the minimum acceptable accessible value used by this object, or null if no minimum value exists.
Returns the minimum permitted accessible value.
Returns the minimum permitted accessible value.
Returns the minimum value of the JProgressBar component, as an Integer.
Returns the minimum value of the JScrollBar component, as an Integer.
Returns the minimum value of the JSlider component, as an Integer.
Returns the minimum divider location for the JSplitPane component, as an Integer.
Returns the minimum acceptable accessible value used by this object.
getMinimumDividerLocation() - method in class javax.swing.JSplitPane
This method returns the minimum divider location.
This method returns the smallest value possible for the location of the divider.
Calls the SplitPaneUI.getMinimumDividerLocation(JSplitPane) method for all the UI delegates managed by this MultiSplitPaneUI, returning the location for the UI delegate from the primary look and feel.
Determines the minimum location of the divider.
getMinimumFractionDigits() - method in class java.text.NumberFormat
This method returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumHorizontalSize() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the minimum size when the slider is horizontally oriented.
getMinimumIntegerDigits() - method in class java.text.NumberFormat
This method returns the minimum number of digits allowed in the integer portion of a number.
getMinimumOptionPaneSize() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the minimum size of the JOptionPane.
getMinimumSize() - method in class javax.swing.plaf.basic.BasicArrowButton
Returns the minimum size of the arrow button.
getMinimumSize() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the minimal size of this divider, which is dividerSize by dividerSize pixels.
getMinimumSize() - method in class javax.swing.Box.Filler
Returns the minimum size of this Filler.
getMinimumSize() - method in class java.awt.Component
Returns the component's minimum size.
getMinimumSize() - method in class java.awt.peer.ComponentPeer
Returns the minimum size for the component.
getMinimumSize() - method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize() - method in class javax.swing.JComponent
Get the component's minimum size.
getMinimumSize() - method in class javax.swing.JScrollBar
This method returns the minimum size for this scroll bar.
getMinimumSize() - method in class javax.swing.JToolBar.Separator
This method returns the minimum size of the Separator.
getMinimumSize() - method in class java.awt.List
Returns the minimum size of this component.
getMinimumSize() - method in class javax.swing.plaf.metal.MetalScrollButton
Returns the minimum size for the button.
getMinimumSize() - method in class java.awt.TextArea
Retrieve the minimum size for this text area.
getMinimumSize() - method in class java.awt.TextField
Returns the minimum size for this text field.
getMinimumSize(int) - method in class java.awt.List
Returns the minimum size of this component assuming it had the specified number of rows.
getMinimumSize(int) - method in class java.awt.peer.ListPeer
getMinimumSize(int) - method in class java.awt.TextField
Returns the minimum size of a text field with the specified number of columns.
getMinimumSize(int) - method in class java.awt.peer.TextFieldPeer
getMinimumSize(int,int) - method in class java.awt.TextArea
Retrieve the minimum size for this text area.
getMinimumSize(int,int) - method in class java.awt.peer.TextAreaPeer
getMinimumSize(java.awt.Component) - method in class javax.swing.border.TitledBorder
Calculates the minimum size needed for displaying the border and its title.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicButtonUI
Calculates the minimum size for the specified component.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the minimum size for this JComboBox for this look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method returns the minimum size for the given JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method returns the minimum size for the given JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the minimum size of the given JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicLabelUI
This method returns the minimum size of the JComponent given.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuBarUI
Returns maximum allowed size of JMenuBar.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Returns minimum size for the specified menu item
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the minimum size.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicPopupMenuUI
This method returns the minimum size of the JPopupMenu.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the minimum size of the JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the minimum size for this JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Determines the minimum size of a component.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSeparatorUI
This method returns the minimum size of the JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the minimum size for this JSlider for this look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the minimum size of the JSplitPane.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the minimum size of the JTabbedPane.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTableUI
Return the minimum size of the table.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTextUI
Returns the minimum size for text components.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
This method returns the minimum size of the JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method returns the minimum size of the given JComponent for this UI.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolTipUI
This method returns the minimum size of the given JComponent.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the minimum size for this component.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.ComponentUI
Determines the minimum size of a component.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalComboBoxUI
Returns the minimum size for the combo.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the minimum size for the file chooser component.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiButtonUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiColorChooserUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiColorChooserUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiComboBoxUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopIconUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiDesktopIconUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiFileChooserUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiInternalFrameUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiInternalFrameUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiLabelUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiListUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuBarUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiMenuBarUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuItemUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiMenuItemUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiOptionPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiPanelUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiPopupMenuUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiProgressBarUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiProgressBarUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiRootPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiRootPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollBarUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiScrollBarUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiScrollPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSeparatorUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiSeparatorUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiSliderUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSpinnerUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiSpinnerUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiSplitPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableHeaderUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiTableHeaderUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiTableUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiTextUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolBarUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiToolBarUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolTipUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiToolTipUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiTreeUI, returning the minimum size for the UI delegate from the primary look and feel.
getMinimumSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiViewportUI
Calls the ComponentUI.getMinimumSize(JComponent) method for all the UI delegates managed by this MultiViewportUI, returning the minimum size for the UI delegate from the primary look and feel.
Calculates the minimums size that is needed to render the label with text and icon correctly.
getMinimumSpan(int) - method in class javax.swing.text.AsyncBoxView
Returns the minimum span along the specified axis.
getMinimumSpan(int) - method in class javax.swing.text.html.BlockView
Determines the minimum span along the axis.
getMinimumSpan(int) - method in class javax.swing.text.BoxView
Returns the minimum span of this view along the specified axis.
getMinimumSpan(int) - method in class javax.swing.text.ComponentView
Returns the minimum span along the specified axis.
getMinimumSpan(int) - method in class javax.swing.text.html.InlineView
Returns the minimum span for the specified axis.
getMinimumSpan(int) - method in class javax.swing.text.html.ParagraphView
Returns the minimum span of this view.
getMinimumSpan(int) - method in class javax.swing.text.View
Returns the minimum span along the specified axis.
getMinimumSpan(int) - method in class javax.swing.text.WrappedPlainView
Determines the minimum span along the given axis.
getMinimumThumbSize() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the minimum thumb size.
getMinimumThumbSize() - method in class javax.swing.plaf.metal.MetalScrollBarUI
Returns the minimum thumb size.
getMinimumValue() - method in class javax.swing.Spring
Returns the minimum value of this Spring.
getMinimumVerticalSize() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the minimum size of the slider when it is vertically oriented.
getMinIndex() - method in class javax.imageio.ImageReader
Get the index at which the next image will be read.
getMinLabel() - method in class javax.sound.sampled.FloatControl
Return the label for the minimum value of this control.
getMinor() - method in class org.ietf.jgss.GSSException
Returns the mechanism error code that caused this exception.
getMinorAxis() - method in class javax.swing.text.AsyncBoxView
Returns the minor layout axis, that is the axis orthogonal to the major layout axis.
getMinorOffset() - method in class javax.swing.text.AsyncBoxView.ChildState
Returns the offset of the child view along the minor layout axis.
getMinorSpan() - method in class javax.swing.text.AsyncBoxView.ChildState
Returns the span of the child view along the minor layout axis.
getMinorStatus() - method in class org.ietf.jgss.MessageProp
Retrieves the minor status that the underlying mechanism might have set.
getMinorString() - method in class org.ietf.jgss.GSSException
Returns a string explaining the mechanism specific error code.
getMinorString() - method in class org.ietf.jgss.MessageProp
Returns a string explaining the mechanism specific error code.
getMinorTickSpacing() - method in class javax.swing.JSlider
Returns the distance between minor tick marks along the slider's value scale.
getMinorVersion() - method in class java.sql.Driver
This method returns the minor version number of the driver.
getMinorVersion() - method in class java.awt.color.ICC_Profile
Returns the minor version number.
getMinPage() - method in class java.awt.JobAttributes
Gets the smallest index which is currently a member of a selection interval.
getMinSelectionIndex() - method in class javax.swing.JList
Returns the lowest item index in the current selection, or -1 if there is no selection.
getMinSelectionIndex() - method in class javax.swing.ListSelectionModel
Returns the lowest selected index, or -1 if there is no selection.
getMinSelectionRow() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the smallest row index from the selection.
getMinSelectionRow() - method in class javax.swing.JTree
getMinSelectionRow() - method in class javax.swing.tree.TreeSelectionModel
getMinTileX() - method in class java.awt.image.BufferedImage
getMinTileX() - method in class java.awt.image.RenderedImage
getMinTileY() - method in class java.awt.image.BufferedImage
getMinTileY() - method in class java.awt.image.RenderedImage
getMinusSign() - method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the minus sign.
getMinute() - method in class javax.xml.datatype.XMLGregorianCalendar
getMinutes() - method in class java.sql.Date
This method always throws an IllegalArgumentException.
getMinutes() - method in class java.util.Date
Returns the number of minutes represented by the Date object, as an integer between 0 and 59.
getMinutes() - method in class javax.xml.datatype.Duration
Returns the minutes in this duration as an int, or 0 if not present.
getMinValue() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the minimum value of this attribute, or null if there is no minimum.
getMinValue() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the minimum value of this parameter, or null if there is no minimum.
getMinValue() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the minimum value of this parameter, or null if there is no minimum.
getMinValue(int) - method in class java.awt.color.ColorSpace
getMinValue(int) - method in class java.awt.color.ICC_ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinWidth() - method in class org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
getMinWidth() - method in class javax.swing.table.TableColumn
Returns the TableColumn's minimum width (the default value is 15).
getMinX() - method in class java.awt.image.BufferedImage
getMinX() - method in class java.awt.image.Raster
Returns the x-coordinate of the top left corner of the raster.
getMinX() - method in class java.awt.geom.RectangularShape
Get the minimum x coordinate in the frame.
getMinX() - method in class java.awt.image.renderable.RenderableImage
getMinX() - method in class java.awt.image.renderable.RenderableImageOp
getMinX() - method in class java.awt.image.RenderedImage
getMinY() - method in class java.awt.image.BufferedImage
getMinY() - method in class java.awt.image.Raster
Returns the t-coordinate of the top left corner of the raster.
getMinY() - method in class java.awt.geom.RectangularShape
Get the minimum y coordinate in the frame.
getMinY() - method in class java.awt.image.renderable.RenderableImage
getMinY() - method in class java.awt.image.renderable.RenderableImageOp
getMinY() - method in class java.awt.image.RenderedImage
getMissingGlyphCode() - method in class java.awt.Font
Returns the glyph code this font uses to represent missing glyphs.
getMiterLimit() - method in class java.awt.BasicStroke
Returns the miter limit.
getMixer(javax.sound.sampled.Mixer.Info) - static method in class javax.sound.sampled.AudioSystem
Return a mixer matching the provided description.
getMixer(javax.sound.sampled.Mixer.Info) - method in class javax.sound.sampled.spi.MixerProvider
Return a mixer that matches the given info object.
getMixerInfo() - static method in class javax.sound.sampled.AudioSystem
Return an array of descriptions of all the mixers provided on the system.
getMixerInfo() - method in class javax.sound.sampled.Mixer
Return an Info object describing this Mixer.
getMixerInfo() - method in class javax.sound.sampled.spi.MixerProvider
Return an array of info objects describing all the mixers provided by this provider.
getMnemonic() - method in class javax.swing.AbstractButton
Get the current keyboard mnemonic value.
getMnemonic() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
Returns the key code for the mnemonic for this panel.
getMnemonic() - method in class javax.swing.ButtonModel
Returns the keyboard mnemonic for the button.
getMnemonic() - method in class javax.swing.DefaultButtonModel
Get the value of the model's "mnemonic" property.
getMnemonicAt(int) - method in class javax.swing.JTabbedPane
This method returns the mnemonic for the tab.
getMode() - method in class java.awt.FileDialog
Returns the mode of this dialog, either LOAD or SAVE.
getModel() - method in class javax.swing.AbstractButton
Get the model the button is currently using.
getModel() - method in class javax.swing.tree.AbstractLayoutCache
Returns the model that provides the tree data.
getModel() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the directory model.
getModel() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the tree's model
getModel() - method in class javax.swing.JComboBox
This method returns data model for this comboBox.
getModel() - method in class javax.swing.JList
Gets the value of the model property.
getModel() - method in class javax.swing.JProgressBar
Returns the model for the JProgressBar.
getModel() - method in class javax.swing.JScrollBar
This method returns the model being used with the scrollbar.
getModel() - method in class javax.swing.JSlider
Returns the slider's model, which stores the minimum, maximum and current values.
getModel() - method in class javax.swing.JSpinner
Returns the model used by the JSpinner component.
getModel() - method in class javax.swing.JSpinner.DateEditor
Returns the SpinnerDateModel that is edited by this editor.
getModel() - method in class javax.swing.JSpinner.ListEditor
Returns the spinner's model cast as a SpinnerListModel.
getModel() - method in class javax.swing.JSpinner.NumberEditor
Returns the model used by the editor's JSpinner component, cast to a SpinnerNumberModel.
getModel() - method in class javax.swing.JTabbedPane
This method returns the model used with the JTabbedPane.
getModel() - method in class javax.swing.JTable
Get the value of the dataModel property.
getModel() - method in class javax.swing.JTree
Returns the model of this JTree object.
getModelIndex() - method in class javax.swing.table.TableColumn
Returns the index of the column in the related TableModel that this TableColumn maps to.
getModificationOp() - method in class javax.naming.directory.ModificationItem
getModifier() - method in class javax.swing.text.html.parser.AttributeList
Get the modifier of this attribute.
getModifiers() - method in class java.awt.event.ActionEvent
Returns the keys held down during the action.
getModifiers() - method in class java.awt.AWTKeyStroke
Returns the modifiers for this keystroke.
getModifiers() - method in class java.lang.Class<T>
Get the modifiers of this class.
getModifiers() - method in class java.lang.reflect.Constructor<T>
Gets the modifiers this constructor uses.
getModifiers() - method in class java.lang.reflect.Field
Gets the modifiers this field uses.
getModifiers() - method in class java.awt.event.InputEvent
This method returns the old-style modifiers in effect for this event.
getModifiers() - method in class java.lang.reflect.Member
Gets the modifiers this member uses.
getModifiers() - method in class java.lang.reflect.Method
Gets the modifiers this method uses.
getModifiersEx() - method in class java.awt.event.InputEvent
Returns the extended modifiers (new-style) for this event.
getModifiersExText(int) - static method in class java.awt.event.InputEvent
Convert the extended modifier bitmask into a String, such as "Shift" or "Ctrl+Button1".
getModulus() - method in class java.security.interfaces.RSAKey
Generates a modulus.
getModulus() - method in class java.security.spec.RSAPrivateKeySpec
Gets the RSA modulus.
getModulus() - method in class java.security.spec.RSAPublicKeySpec
Gets the RSA modulus.
This method returns the character used to represent the decimal point for currency values.
getMono() - method in class javax.sound.midi.MidiChannel
Get the current mono mode.
getMonth() - method in class java.util.Date
Returns the month represented by this Date object, as a value between 0 (January) and 11 (December).
getMonth() - method in class java.sql.Time
This method always throws an IllegalArgumentException.
getMonth() - method in class javax.xml.datatype.XMLGregorianCalendar
getMonths() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying month names (e.g., "January" and "February").
getMonths() - method in class javax.xml.datatype.Duration
Returns the months in this duration as an int, or 0 if not present.
getMoreResults() - method in class java.sql.Statement
This method advances the result set pointer to the next result set, which can then be retrieved using getResultSet
getMoreResults(int) - method in class java.sql.Statement
getMostRecentEventTime() - static method in class java.awt.EventQueue
Returns the timestamp of the most recent event that had a timestamp, or the initialization time of the event queue if no events have been fired.
getMostRecentFocusOwner() - method in class javax.swing.JInternalFrame
This method returns the child Component that will receive focus when the JInternalFrame is selected.
getMostRecentFocusOwner() - method in class java.awt.Window
Returns the child component of this window that would receive focus if this window were to become focused.
getMostSignificantBits() - method in class java.util.UUID
Returns the most significant 64 bits of the UUID as a long.
getMouseInfoPeer() - method in class java.awt.Toolkit
Returns a MouseInfoPeer.
getMouseListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Returns MouseListener that is listening to mouse events occuring in the combo box.
getMouseListener() - method in class javax.swing.plaf.basic.ComboPopup
This method returns MouseListener that listen's to mouse events occuring in the combo box
getMouseListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getMouseModifiersText(int) - static method in class java.awt.event.MouseEvent
Returns a string describing the modifiers, such as "Shift" or "Ctrl+Button1".
getMouseMotionListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Returns MouseMotionListener that is listening to mouse motion events occuring in the combo box.
getMouseMotionListener() - method in class javax.swing.plaf.basic.ComboPopup
This method returns MouseListener that listen's to mouse events occuring in the combo box.
getMouseMotionListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getMouseWheelListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getMultiClickThreshhold() - method in class javax.swing.AbstractButton
Returns the current time in milliseconds in which clicks gets coalesced into a single ActionEvent.
Not to be called directly by applications.
getMultiple() - method in class org.w3c.dom.html2.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT.
getMultipleDocumentHandling() - method in class java.awt.JobAttributes
getMultiplier() - method in class java.text.DecimalFormat
Gets the multiplier used in percent and similar formats.
getMute() - method in class javax.sound.midi.MidiChannel
Get the current mute mode.
getMutualAuthState() - method in class org.ietf.jgss.GSSContext
Returns the state of the mutual authentication option for the context.
getName() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the name of this element.
getName() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the name of this element.
getName() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns the name of this Element.
getName() - method in class java.security.acl.Acl
This method returns the name of this ACL.
getName() - method in class org.w3c.dom.Attr
Returns the name of this attribute.
getName() - method in class javax.management.Attribute
Returns the attribute name.
getName() - method in class javax.print.attribute.Attribute
Returns the descriptive name of the attribute category.
getName() - method in class javax.xml.stream.events.Attribute
Returns the name of this attribute.
Returns the name of this attribute.
getName() - method in class javax.swing.text.html.parser.AttributeList
Get the name of the attribute.
getName() - method in class javax.print.attribute.standard.Chromaticity
Returns the name of this attribute.
getName() - method in class java.lang.Class<T>
Get the name of this class, separated by dots for package separators.
getName() - method in class java.awt.datatransfer.Clipboard
Returns the name of the clipboard.
getName() - method in class javax.print.attribute.standard.ColorSupported
Returns the name of this attribute.
getName() - method in class java.lang.management.CompilationMXBean
Returns the name of the Just-In-Time (JIT) compiler.
getName() - method in class java.awt.Component
Returns the name of this component.
getName() - method in class javax.print.attribute.standard.Compression
Returns the name of this attribute.
getName() - method in class java.lang.reflect.Constructor<T>
Gets the name of this constructor (the non-qualified name of the class it was declared in).
getName() - method in class javax.print.attribute.standard.Copies
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.CopiesSupported
Returns the name of this attribute.
getName() - method in class java.awt.Cursor
getName() - method in class javax.print.attribute.standard.DateTimeAtCompleted
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.DateTimeAtCreation
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.DateTimeAtProcessing
Returns the name of this attribute.
getName() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the name of the theme.
getName() - method in class javax.swing.text.DefaultStyledDocument.SectionElement
Returns the name of the element.
getName() - method in class javax.print.attribute.standard.Destination
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.DocumentName
Returns the name of this attribute.
getName() - method in class org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - method in class javax.swing.text.html.parser.DTD
Get the name of this instance of DTD
getName() - method in class javax.swing.text.Element
getName() - method in class javax.swing.text.html.parser.Element
Get the element name.
getName() - method in class javax.xml.stream.events.EndElement
Returns the element name.
getName() - method in class javax.swing.text.html.parser.Entity
Get the entity name.
getName() - method in class javax.xml.stream.events.EntityDeclaration
Returns the name of the entity.
getName() - method in class javax.xml.stream.events.EntityReference
Returns the entity name.
getName() - method in class javax.crypto.ExemptionMechanism
getName() - method in class java.beans.FeatureDescriptor
Get the programmatic name of this feature.
getName() - method in class javax.print.attribute.standard.Fidelity
Returns the name of this attribute.
getName() - method in class java.lang.reflect.Field
Gets the name of this field.
getName() - method in class java.io.File
This method returns the name of the file.
getName() - method in class javax.print.attribute.standard.Finishings
Returns the name of this attribute.
getName() - method in class java.awt.Font
Returns the logical name of the font.
getName() - method in class org.ietf.jgss.GSSCredential
Retrieves the name of the entity that the credential asserts.
getName() - method in class org.w3c.dom.html2.HTMLAnchorElement
Anchor name.
getName() - method in class org.w3c.dom.html2.HTMLAppletElement
The name of the applet.
getName() - method in class org.w3c.dom.html2.HTMLButtonElement
Form control or object name when submitted with a form.
getName() - method in class javax.swing.text.html.HTMLDocument.BlockElement
Gets the name of the element.
getName() - method in class javax.swing.text.html.HTMLDocument.RunElement
Gets the name of the element.
getName() - method in class org.w3c.dom.html2.HTMLFormElement
Names the form.
getName() - method in class org.w3c.dom.html2.HTMLFrameElement
The frame name (object of the target attribute).
getName() - method in class org.w3c.dom.html2.HTMLIFrameElement
The frame name (object of the target attribute).
getName() - method in class org.w3c.dom.html2.HTMLImageElement
The name of the element (for backwards compatibility).
getName() - method in class org.w3c.dom.html2.HTMLInputElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLMapElement
Names the map (for use with usemap).
getName() - method in class org.w3c.dom.html2.HTMLMetaElement
Meta information name.
getName() - method in class org.w3c.dom.html2.HTMLObjectElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLParamElement
The name of a run-time parameter.
getName() - method in class org.w3c.dom.html2.HTMLSelectElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Form control or object name when submitted with a form.
getName() - method in class java.security.Identity
getName() - method in class javax.print.attribute.standard.JobHoldUntil
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobImpressions
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobImpressionsCompleted
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobImpressionsSupported
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobKOctets
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobKOctetsProcessed
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobKOctetsSupported
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobMediaSheets
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobMediaSheetsCompleted
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobMediaSheetsSupported
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobMessageFromOperator
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobName
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobOriginatingUserName
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobPriority
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobPrioritySupported
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobSheets
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobState
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobStateReason
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.JobStateReasons
Returns the name of this attribute.
getName() - method in class javax.security.auth.kerberos.KerberosPrincipal
Return the name of this principal.
getName() - method in class javax.swing.text.Keymap
getName() - method in class java.util.logging.Level
Returns the name of the Level without localizing it, for example "WARNING".
getName() - method in class java.util.logging.Logger
Returns the name of this logger.
getName() - method in class javax.swing.LookAndFeel
Returns the name for the look and feel.
getName() - method in class javax.management.MBeanFeatureInfo
Returns the name of this feature.
getName() - method in class javax.print.attribute.standard.Media
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.MediaSize
Returns the name of this attribute.
getName() - method in class java.lang.reflect.Member
Gets the simple name of this member.
getName() - method in class java.lang.management.MemoryManagerMXBean
Returns the name of the memory manager.
getName() - method in class java.lang.management.MemoryPoolMXBean
Returns the name of the memory pool.
getName() - method in class java.awt.MenuComponent
Returns the name of this component.
getName() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the look and feel name.
getName() - method in class javax.swing.plaf.metal.MetalTheme
Returns the name of the theme.
getName() - method in class java.lang.reflect.Method
Gets the name of this method.
getName() - method in class javax.sound.midi.MidiDevice.Info
Get the device name.
getName() - method in class javax.sound.sampled.Mixer.Info
Return the name of the mixer.
getName() - method in class javax.swing.plaf.multi.MultiLookAndFeel
Returns the name for the look and feel.
getName() - method in class javax.print.attribute.standard.MultipleDocumentHandling
Returns the name of this attribute.
getName() - method in class javax.swing.text.html.MultiStyle
Returns the name of the style.
getName() - method in class javax.security.auth.callback.NameCallback
Get the retrieved name.
getName() - method in class javax.naming.NameClassPair
Returns the name of the binding.
getName() - method in class java.net.NetworkInterface
Returns the name of the network interface
getName() - method in class javax.xml.stream.events.NotationDeclaration
Returns the name of the notation.
getName() - method in class javax.print.attribute.standard.NumberOfDocuments
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.NumberOfInterveningJobs
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.NumberUp
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.NumberUpSupported
Returns the name of this attribute.
getName() - method in class java.io.ObjectStreamClass
Returns the name of the class that this ObjectStreamClass represents.
getName() - method in class java.io.ObjectStreamField
This method returns the name of the field represented by the ObjectStreamField instance.
getName() - method in class javax.swing.plaf.metal.OceanTheme
Returns the name of this theme, "Ocean"
getName() - method in class javax.management.openmbean.OpenMBeanConstructorInfo
Returns the name of this constructor.
getName() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the name of this operation.
getName() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the name of this parameter.
getName() - method in class java.lang.management.OperatingSystemMXBean
Returns the name of the underlying operating system.
getName() - method in class javax.print.attribute.standard.OrientationRequested
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.OutputDeviceAssigned
Returns the name of this attribute.
getName() - method in class java.lang.Package
Returns the Package name in dot-notation.
getName() - method in class javax.print.attribute.standard.PageRanges
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PagesPerMinute
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PagesPerMinuteColor
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PDLOverrideSupported
Returns the name of this attribute.
getName() - method in class java.security.Permission
Get the name of this Permission.
getName() - method in class javax.sound.sampled.Port.Info
Return the name of this object.
getName() - method in class javax.print.attribute.standard.PresentationDirection
Returns the name of this attribute.
getName() - method in class java.security.Principal
This method returns a String that names this Principal.
getName() - method in class javax.print.attribute.standard.PrinterInfo
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterLocation
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterMakeAndModel
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterMessageFromOperator
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterMoreInfo
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterName
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterResolution
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterState
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterStateReason
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterStateReasons
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrinterURI
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.PrintQuality
Returns the name of this attribute.
getName() - method in class javax.print.PrintService
Returns the name of this print service.
getName() - method in class java.security.Provider
This method returns the name assigned to this Provider.
getName() - method in class javax.print.attribute.standard.QueuedJobCount
Returns the name of this attribute.
getName() - method in class javax.xml.stream.util.ReaderDelegate
getName() - method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
Returns the name of this attribute.
getName() - method in class javax.swing.plaf.synth.Region
Returns the name of the region.
getName() - method in class javax.print.attribute.standard.RequestingUserName
Returns the name of this attribute.
getName() - method in class javax.sound.sampled.ReverbType
Return the name of this ReverbType.
getName() - method in class java.lang.management.RuntimeMXBean
Returns the name of this virtual machine.
getName() - method in class javax.print.attribute.standard.Severity
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.SheetCollate
Returns the name of this attribute.
getName() - method in class javax.print.attribute.standard.Sides
Returns the name of this attribute.
getName() - method in class javax.sound.midi.Soundbank
Get the sound bank name.
getName() - method in class javax.sound.midi.SoundbankResource
Get the name of this resource.
getName() - method in class javax.net.ssl.SSLSessionBindingEvent
Returns the name the object was bound under.
getName() - method in class javax.xml.stream.events.StartElement
Returns the element name.
getName() - method in class javax.swing.text.Style
Returns the name of the style.
getName() - method in class javax.swing.text.StyleContext.NamedStyle
getName() - method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns the name of the Synth look and feel.
getName() - method in class java.lang.Thread
Get this Thread's name.
getName() - method in class java.lang.ThreadGroup
Get the name of this ThreadGroup.
getName() - method in class java.lang.reflect.TypeVariable<T,extends,GenericDeclaration>
Returns the name of the type variable, as written in the source code.
getName() - method in class javax.swing.UIManager.LookAndFeelInfo
Returns the name of the look and feel.
getName() - method in class javax.security.auth.x500.X500Principal
This method returns a String that names this Principal.
getName() - method in class javax.xml.stream.XMLStreamReader
Returns the QName of the current element.
getName() - method in class java.util.zip.ZipEntry
Returns the entry name.
getName() - method in class java.util.zip.ZipFile
Returns the (path) name of this zip file.
getName(int) - method in class org.xml.sax.AttributeList
Return the name of an attribute in this list (by position).
getName(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the name of an attribute (by position).
getName(int) - method in class java.awt.color.ColorSpace
getName(int) - method in class org.w3c.dom.NameList
Returns the indexth name item in the collection.
getName(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
Returns the name for the given file/directory.
getName(java.io.File) - method in class javax.swing.filechooser.FileView
Returns the name for the specified file.
getName(java.io.File) - method in class javax.swing.JFileChooser
Returns the name of the file, generated by the current (or default) FileView.
getName(java.lang.String) - method in class javax.security.auth.x500.X500Principal
getName(org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSCredential
Retrieves a mechanism name of the entity that the credential asserts.
getNameConstraints() - method in class java.security.cert.TrustAnchor
Return the encoded name constraints, or null if none was specified.
getNameConstraints() - method in class java.security.cert.X509CertSelector
Returns the name constraints criterion, or null if this value is not set.
getNamedItem(java.lang.String) - method in class org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
Retrieves a node specified by local name and namespace URI.
getNameInNamespace() - method in class javax.naming.Context
Returs the full name of this naming context.
getNameInNamespace() - method in class javax.naming.InitialContext
This operation is not supported for the initial naming context.
getNameInNamespace() - method in class javax.naming.NameClassPair
Returns the full name for this binding.
getNameParser(java.lang.String) - method in class javax.naming.Context
Obtains the name parser for parsing the names of the given naming subcontext.
getNameParser(java.lang.String) - method in class javax.naming.InitialContext
getNameParser(javax.naming.Name) - method in class javax.naming.Context
Obtains the name parser for parsing the names of the given naming subcontext.
getNameParser(javax.naming.Name) - method in class javax.naming.InitialContext
getNamesForMech(org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSManager
Returns name type Oid's supported by the specified mechanism.
getNamespaceContext() - method in class javax.xml.stream.util.ReaderDelegate
getNamespaceContext() - method in class javax.xml.stream.events.StartElement
Returns a read-only namespace context associated with this event.
getNamespaceContext() - method in class javax.xml.stream.XMLEventWriter
Returns the namespace context.
getNamespaceContext() - method in class javax.xml.stream.XMLStreamReader
Returns the namespace context for the current position.
getNamespaceContext() - method in class javax.xml.stream.XMLStreamWriter
Returns the current namespace context.
getNamespaceContext() - method in class javax.xml.xpath.XPath
getNamespaceCount() - method in class javax.xml.stream.util.ReaderDelegate
getNamespaceCount() - method in class javax.xml.stream.XMLStreamReader
Returns the number of namespaces declared on this event.
getNamespacePrefix(int) - method in class javax.xml.stream.util.ReaderDelegate
getNamespacePrefix(int) - method in class javax.xml.stream.XMLStreamReader
Returns the prefix of the namespace at the given index, or null if this is the default namespace declaration.
getNamespaces() - method in class javax.xml.stream.events.EndElement
Returns the namespaces that have gone out of scope.
getNamespaces() - method in class javax.xml.stream.events.StartElement
Returns the namespaces declared on this element.
getNamespaceURI() - method in class javax.imageio.metadata.IIOMetadataNode
getNamespaceURI() - method in class javax.xml.stream.events.Namespace
Returns the namespace URI.
getNamespaceURI() - method in class org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNamespaceURI() - method in class javax.xml.namespace.QName
getNamespaceURI() - method in class javax.xml.stream.util.ReaderDelegate
getNamespaceURI() - method in class javax.xml.stream.XMLStreamReader
Returns the namespace URI of the current element.
getNamespaceURI(int) - method in class org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI(int) - method in class javax.xml.stream.util.ReaderDelegate
getNamespaceURI(int) - method in class javax.xml.stream.XMLStreamReader
Returns the URI of the namespace at the given index.
getNamespaceURI(java.lang.String) - method in class javax.xml.namespace.NamespaceContext
Returns the namespace URI currently bound to the given prefix.
getNamespaceURI(java.lang.String) - method in class javax.xml.stream.util.ReaderDelegate
getNamespaceURI(java.lang.String) - method in class javax.xml.stream.events.StartElement
Returns the namespace URI associated with the given prefix.
getNamespaceURI(java.lang.String) - method in class javax.xml.stream.XMLStreamReader
Returns the namespace URI for the given prefix.
getNameType() - method in class javax.security.auth.kerberos.KerberosPrincipal
Return the type of this principal.
getNaN() - method in class java.text.DecimalFormatSymbols
This method returns the string used to represent the NaN (not a number) value.
getNanos() - method in class java.sql.Timestamp
This method returns the nanosecond value for this object.
getNativeContainer(java.awt.Component) - static method in class java.awt.Toolkit
Returns the native container object of the specified component.
getNativeImageMetadataFormatName() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the name of the format that allows encoding all image metadata without loss, or null if this plug-in does not provide a format that preserves all image metadata.
getNativeMetadataFormatName() - method in class javax.imageio.metadata.IIOMetadata
Returns a list of String natives corresponding to the given flavor.
Returns a list of String natives corresponding to the given flavor.
getNativeStreamMetadataFormatName() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the name of the format that allows encoding all stream metadata without loss, or null if this plug-in does not provide a format that preserves all stream metadata.
Gets the NavigationFilter for this formatter.
getNavigationFilter() - method in class javax.swing.text.JTextComponent
getNeedClientAuth() - method in class javax.net.ssl.SSLEngine
Tells if this SSLEngine is configured to require client authentication when in server mode.
getNeedClientAuth() - method in class javax.rmi.ssl.SslRMIServerSocketFactory
Returns whether client authorization is needed.
getNeedClientAuth() - method in class javax.net.ssl.SSLServerSocket
Returns whether or not this server socket will require clients to authenticate themselves, such as through a certificate.
getNeedClientAuth() - method in class javax.net.ssl.SSLSocket
Returns whether or not this socket will require connecting clients to authenticate themselves.
getNeededLocation(int,int) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
This method returns one of the two paramters for the orientation.
This method returns one of the two parameters given the orientation.
getNegativePrefix() - method in class java.text.DecimalFormat
Gets the negative prefix.
getNegativeSuffix() - method in class java.text.DecimalFormat
Gets the negative suffix.
getNegotiatedProperty(java.lang.String) - method in class javax.security.sasl.SaslClient
Retrieves the negotiated property.
getNegotiatedProperty(java.lang.String) - method in class javax.security.sasl.SaslServer
Retrieves the negotiated property.
getNestedException() - method in class javax.xml.stream.XMLStreamException
Returns the nested exception.
getNetworkInterface() - method in class java.net.MulticastSocket
Gets the local network interface which is used to send multicast messages
getNetworkInterfaces() - static method in class java.net.NetworkInterface
Return an Enumeration of all available network interfaces
getNewBinding() - method in class javax.naming.event.NamingEvent
getNewDocument() - method in class org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewFolderAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Creates and returns a new action that will be used with the "new folder" button.
getNewLeadSelectionPath() - method in class javax.swing.event.TreeSelectionEvent
Returns the new lead selection path.
getNewLine() - method in class org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewState() - method in class java.awt.event.WindowEvent
Returns the state of this window after the event.
getNewValue() - method in class javax.management.AttributeChangeNotification
Returns the new value of the attribute.
getNewValue() - method in class org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNewValue() - method in class java.util.prefs.PreferenceChangeEvent
Returns the new value of the entry that was added or changed, or returns null when the entry was removed.
getNewValue() - method in class java.beans.PropertyChangeEvent
Get the property's new value.
getNext() - method in class javax.swing.text.html.parser.AttributeList
Get the value of ( = pointer to ) the next attribute in the linked list, storing all attributes of some Element.
Returns the next model location that is visible in east or west direction.
getNextEntry() - method in class java.util.jar.JarInputStream
Returns the next entry or null when there are no more entries.
getNextEntry() - method in class java.util.zip.ZipInputStream
Open the next entry from the zip archive, and return its description.
getNextEvent() - method in class java.awt.EventQueue
Returns the next event in the queue.
getNextException() - method in class java.sql.SQLException
This method returns the exception that is chained to this object.
getNextFocusableComponent() - method in class javax.swing.JComponent
Return the value of the nextFocusableComponent property.
getNextJarEntry() - method in class java.util.jar.JarInputStream
Returns the next jar entry or null when there are no more entries.
getNextLeaf() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the next leaf node after this tree node.
getNextLeftHit(int) - method in class java.awt.font.TextLayout
Returns the index of the next list element (beginning at startIndex and moving in the specified direction through the list, looping around if necessary) that starts with prefix (ignoring case).
Returns the next table element (beginning from the row startingRow that starts with prefix.
getNextNode() - method in class javax.swing.tree.DefaultMutableTreeNode
getNextNode
Returns the next model location that is visible in north or south direction.
getNextRightHit(int) - method in class java.awt.font.TextLayout
getNextSibling() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the next sibling for this tree node.
getNextSibling() - method in class javax.xml.transform.dom.DOMResult
Returns the child node before which the result nodes will be inserted.
getNextSibling() - method in class javax.imageio.metadata.IIOMetadataNode
getNextSibling() - method in class org.w3c.dom.Node
The node immediately following this node.
getNextTabIndex(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the next tab index.
getNextTabIndexInRun(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the next tab index in the run.
getNextTabRun(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the index of the next run.
getNextUpdate() - method in class java.security.cert.X509CRL
getNextValue() - method in class javax.swing.JSpinner
Gets the next value without changing the current value.
getNextValue() - method in class javax.swing.SpinnerDateModel
Returns the next date in the sequence, or null if the next date is past the upper limit (if one is specified).
getNextValue() - method in class javax.swing.SpinnerListModel
Returns the next value from the list, which is the same as the element stored at the current index + 1.
getNextValue() - method in class javax.swing.SpinnerModel
Returns the next value from the model.
getNextValue() - method in class javax.swing.SpinnerNumberModel
Returns the next value, or null if adding the step size to the current value results in a value greater than the maximum value.
Returns the next model location that is visible in eiter north / south direction or east / west direction.
Returns the model location that should be used to place a caret when moving the caret through the document.
Returns the document position that is (visually) nearest to the given document position pos in the given direction d.
Returns the model location that should be used to place a caret when moving the caret through the document.
Gets the next position inside the document model that is visible on screen, starting from pos.
Calls the TextUI.getNextVisualPositionFrom(JTextComponent,int,Position.Bias,int,Position.Bias[]) method for all the UI delegates managed by this MultiTextUI, returning the position for the UI delegate from the primary look and feel.
Returns the next visual position in the specified direction at which one would place a caret.
Calculates the caret position that is visually next to the given position.
getNextWarning() - method in class java.sql.SQLWarning
This method returns the exception that is chained to this object.
getNextWord(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Finds the start of the next word for the given offset.
getNode() - method in class javax.xml.transform.dom.DOMResult
Returns the node to which the result tree is to be appended, or the result tree after transformation if no node was previously set.
getNode() - method in class javax.xml.transform.dom.DOMSource
Returns the context node.
getNode() - method in class java.util.prefs.PreferenceChangeEvent
Returns the source Preference node from which an entry was added, changed or removed.
getNodeDimensions() - method in class javax.swing.tree.AbstractLayoutCache
getNodeDimensions
Get the node dimensions.
Get the node dimensions.
Returns, by reference in bounds, the size and x origin to place value at.
getNodeName() - method in class javax.imageio.metadata.IIOMetadataNode
getNodeName() - method in class org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - method in class javax.imageio.metadata.IIOMetadataNode
getNodeType() - method in class org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - method in class javax.imageio.metadata.IIOMetadataNode
getNodeValue() - method in class org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoHref() - method in class org.w3c.dom.html2.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
getNoImageIcon() - method in class javax.swing.text.html.ImageView
Get the icon that should be displayed when the image is not available.
getNonContinuousLayoutDivider() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the nonContinuousLayoutDivider.
getNonCriticalExtensionOIDs() - method in class java.security.cert.X509Extension
Returns a set of the NON-CRITICAL extension OIDs from the certificate/CRL that the object implementing this interface manages.
getNonHeapMemoryUsage() - method in class java.lang.management.MemoryMXBean
Returns a MemoryUsage object representing the current state of non-heap memory.
getNoResize() - method in class org.w3c.dom.html2.HTMLFrameElement
When true, forbid user from resizing frame.
getNormalBounds() - method in class javax.swing.JInternalFrame
This method returns the bounds of the JInternalFrame if it is not maximized.
Convert unnormalized components to normalized components.
Convert unnormalized components to normalized components.
Returns a transform that maps user coordinates to device coordinates.
getNorthPane() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the north pane.
getNoShade() - method in class org.w3c.dom.html2.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
getNotAfter() - method in class java.security.cert.X509Certificate
Returns the date that this certificate is not to be used after, notAfter.
getNotAfter() - method in class javax.security.cert.X509Certificate
Returns the not after portion of this certificate's validity period.
getNotationName() - method in class org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotationName() - method in class javax.xml.stream.events.EntityDeclaration
Returns the name of the associated notation.
getNotations() - method in class org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotations() - method in class javax.xml.stream.events.DTD
Returns the notations declared in the DTD.
getNotBefore() - method in class java.security.cert.X509Certificate
Returns the date that this certificate is not to be used before, notBefore.
getNotBefore() - method in class javax.security.cert.X509Certificate
Returns the not before portion of this certificate's validity period.
getNote() - method in class javax.swing.ProgressMonitor
Returns a message which is shown in the progress dialog.
getNotification() - method in class javax.naming.ldap.UnsolicitedNotificationEvent
getNotificationInfo() - method in class javax.management.MBeanServerDelegate
Returns an array describing the notifications this bean may send to its registered listeners.
getNotificationInfo() - method in class javax.management.NotificationBroadcaster
Returns an array describing the notifications this bean may send to its registered listeners.
getNotificationInfo() - method in class javax.management.NotificationBroadcasterSupport
Returns an array describing the notifications this bean may send to its registered listeners.
getNotifications() - method in class javax.management.MBeanInfo
Returns descriptions of each of the notifications emitted by this management bean.
getNotifications() - method in class javax.management.openmbean.OpenMBeanInfo
Returns descriptions of each of the notifications provided by this management bean.
getNotifTypes() - method in class javax.management.MBeanNotificationInfo
Returns the notification types that the management bean may emit.
getNoWrap() - method in class org.w3c.dom.html2.HTMLTableCellElement
Suppress word wrapping.
getNullFormatter() - method in class javax.swing.text.DefaultFormatterFactory
Gets the formatter to use if the value of the JFormattedTextField is null.
getNumBands() - method in class javax.imageio.ImageTypeSpecifier
Get the number of bands specified by this image type specifier's sample model.
getNumBands() - method in class java.awt.image.Raster
Returns the number of bands for this raster.
getNumBands() - method in class java.awt.image.SampleModel
Returns the number of bands for this SampleModel.
getNumBanks() - method in class java.awt.image.DataBuffer
Returns the number of data banks for this DataBuffer.
getNumber() - method in class javax.swing.SpinnerNumberModel
Returns the current value.
getNumberFormat() - method in class java.text.DateFormat
This method returns the NumberFormat object being used by this object to parse/format time values.
getNumberInstance() - static method in class java.text.NumberFormat
This method returns a default instance for the specified locale.
getNumberInstance(java.util.Locale) - static method in class java.text.NumberFormat
This method returns a general purpose number formatting and parsing class for the default locale.
Returns a general-purpose NumberFormat instance in the specified Locale.
getNumberOfButtons() - static method in class java.awt.MouseInfo
Returns the number of mouse buttons, or -1 if no mouse is connected.
getNumberOfPages() - method in class java.awt.print.Book
Returns the number of pages in this book.
getNumberOfPages() - method in class java.awt.print.Pageable
This method returns the number of pages this object contains, or UNKNOWN_NUMBER_OF_PAGES if it cannot determine the number of pages to be printed.
getNumberValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this number result.
getNumChars() - method in class java.awt.font.LineMetrics
getNumColorComponents() - method in class java.awt.image.ColorModel
getNumComponents() - method in class java.awt.image.ColorModel
getNumComponents() - method in class java.awt.color.ColorSpace
getNumComponents() - method in class java.awt.color.ICC_Profile
Get the number of components in the profile's device color space.
getNumComponents() - method in class javax.imageio.ImageTypeSpecifier
Get the number of components specified by this image type specifier's color model.
getNumComponents() - method in class java.awt.image.LookupTable
Return the number of components.
getNumDataElements() - method in class java.awt.image.ComponentSampleModel
Returns the number of data elements used to store the samples for one pixel.
getNumDataElements() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of data elements required to transfer a pixel in the get/setDataElements() methods.
getNumDataElements() - method in class java.awt.image.Raster
getNumDataElements() - method in class java.awt.image.SampleModel
getNumDataElements() - method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of data elements.
getNumDesignAxes() - method in class java.awt.font.MultipleMaster
getNumericFunctions() - method in class java.sql.DatabaseMetaData
This method returns a comma separated list of math functions.
getNumericValue(char) - static method in class java.lang.Character
Returns the Unicode numeric value property of a character.
getNumericValue(int) - static method in class java.lang.Character
Returns the Unicode numeric value property of a character.
getNumFactors() - method in class java.awt.image.RescaleOp
Returns the number of scaling factors / offsets.
getNumGlyphs() - method in class java.awt.Font
Returns the overall number of glyphs in this font.
getNumGlyphs() - method in class java.awt.font.GlyphVector
getNumImages(boolean) - method in class javax.imageio.ImageReader
Return the number of images available from the image input source, not including thumbnails.
getNumParameters() - method in class java.awt.image.renderable.ParameterBlock
getNumSources() - method in class java.awt.image.renderable.ParameterBlock
getNumThumbnails() - method in class javax.imageio.IIOImage
Retrieve the number of thumbnails in this IIOImage.
getNumThumbnails(int) - method in class javax.imageio.ImageReader
Get the number of thumbnails associated with an image.
Get the number of thumbnails supported by this image writer, based on the given image type, image writing parameters, and stream and image metadata.
getNumXTiles() - method in class java.awt.image.BufferedImage
getNumXTiles() - method in class java.awt.image.RenderedImage
getNumYTiles() - method in class java.awt.image.BufferedImage
getNumYTiles() - method in class java.awt.image.RenderedImage
getObject() - method in class javax.naming.Binding
Returns the bound object of this binding.
getObject() - method in class javax.naming.spi.DirStateFactory.Result
getObject() - method in class java.security.GuardedObject
This method first call the checkGuard method on the Guard object protecting the guarded object.
getObject() - method in class org.w3c.dom.html2.HTMLAppletElement
The value of the "object" attribute.
getObject() - method in class java.sql.Ref
getObject() - method in class java.security.SignedObject
Returns the encapsulated object.
getObject(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Object.
getObject(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java Object.
getObject(int,Map>) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Object.
getObject(int,Map>) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
This method returns the value of the specified parameter as a Java Object.
getObject(java.lang.String) - method in class java.util.ResourceBundle
Get an object from this resource bundle.
getObject(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java Object.
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
getObject(java.lang.String,Map>) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
getObject(java.security.Key) - method in class javax.crypto.SealedObject
Unseal and deserialize this sealed object with the specified key.
Unseal and deserialize this sealed object with the specified key, using a cipher from the named provider.
getObject(javax.crypto.Cipher) - method in class javax.crypto.SealedObject
Unseal and deserialize this sealed object with a specified (already initialized) cipher.
getObject(Map>) - method in class java.sql.Ref
getObjectArrayMaxLength(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectArrayMaxLength(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectArrayMinLength(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectArrayMinLength(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectClass(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectClass(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectDefaultValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectDefaultValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectEnumerations(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectEnumerations(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectForLayer(int) - method in class javax.swing.JLayeredPane
Return an Integer object which holds the same int value as the parameter.
Creates an object for the specified name context, environment and referencing context object.

If the builder factory is set by setObjectFactoryBuilder(ObjectFactoryBuilder), the call is delegated to that factory.

Creates the object, using the specified name and location information.
Returns the ObjectInstance created for the specified management bean on registration.
Returns the ObjectInstance created for the specified management bean on registration.
getObjectMaxValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectMaxValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectMinValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectMinValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getObjectName() - method in class javax.management.MBeanServerInvocationHandler
Returns the name of the bean to which method calls are made.
getObjectName() - method in class javax.management.ObjectInstance
Returns the name of the bean.
getObjectParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getObjectPendingFinalizationCount() - method in class java.lang.management.MemoryMXBean
Returns the number of objects which are waiting to be garbage collected (finalized).
getObjectSize(java.lang.Object) - method in class java.lang.instrument.Instrumentation
Get the size of an object.
getObjectValueType(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormat
getObjectValueType(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getOffendingNode() - method in class javax.imageio.metadata.IIOInvalidTreeException
Get an offscreen buffer for painting a component's image.
getOffset() - method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the start offset of the modification.
getOffset() - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
This method returns the mouse offset from the top left corner of the DragWindow.
getOffset() - method in class java.text.CollationElementIterator
This method returns the current offset into the String that is being iterated over.
getOffset() - method in class java.awt.image.DataBuffer
Returns the element offset for the first data bank.
getOffset() - method in class java.net.DatagramPacket
This method returns the current offset value into the data buffer where data will be sent from.
getOffset() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the offset of the content.
getOffset() - method in class javax.swing.event.DocumentEvent
getOffset
getOffset() - method in class javax.print.attribute.EnumSyntax
Returns the lowest used value by the enumerations of this class.
getOffset() - method in class javax.print.attribute.standard.Finishings
Returns the lowest used value by the enumerations of this class.
getOffset() - method in class javax.imageio.stream.IIOByteBuffer
getOffset() - method in class java.awt.image.LookupTable
Return the offset.
getOffset() - method in class java.io.ObjectStreamField
This method returns the current offset of the field in the serialization stream relatively to the other fields.
getOffset() - method in class javax.print.attribute.standard.OrientationRequested
Returns the lowest used value by the enumerations of this class.
getOffset() - method in class javax.swing.text.Position
getOffset() - method in class javax.print.attribute.standard.PrintQuality
Returns the lowest used value by the enumerations of this class.
getOffset(int,int) - method in class javax.swing.text.BoxView
Returns the offset for the child view with the given index for the specified axis.
getOffset(int,int) - method in class java.awt.image.ComponentSampleModel
Returns the offset of the sample in band 0 for the pixel at location (x, y).
getOffset(int,int) - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the index in the data buffer that stores the pixel at (x, y).
getOffset(int,int) - method in class java.awt.image.SinglePixelPackedSampleModel
Returns the index in the data buffer that stores the pixel at (x, y).
getOffset(int,int,int) - method in class java.awt.image.ComponentSampleModel
Returns the offset of the sample in band b for the pixel at location (x, y).
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(int,int,int,int,int,int) - method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - method in class java.util.TimeZone
Get the time zone offset for the specified date, modified in case of daylight savings.
getOffsetHit(int) - method in class java.awt.font.TextHitInfo
getOffsets() - method in class java.awt.image.DataBuffer
Returns the offsets for all the data banks used by this DataBuffer.
getOffsets(float[]) - method in class java.awt.image.RescaleOp
Returns the offsets.
getOldBinding() - method in class javax.naming.event.NamingEvent
getOldLeadSelectionPath() - method in class javax.swing.event.TreeSelectionEvent
Returns the old lead selection path.
getOldState() - method in class java.awt.event.WindowEvent
Returns the state of this window before the event.
getOldValue() - method in class javax.management.AttributeChangeNotification
Returns the old value of the attribute.
getOldValue() - method in class java.beans.PropertyChangeEvent
Get the property's old value.
getOmni() - method in class javax.sound.midi.MidiChannel
Get the current omni mode.
getOOBInline() - method in class java.net.Socket
Returns the current setting of the SO_OOBINLINE option for this socket
getOpenIcon() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the icon displayed for non-leaf nodes that are open (expanded).
getOpenType() - method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the open type instance which represents the type of this attribute.
getOpenType() - method in class javax.management.openmbean.OpenMBeanParameterInfo
Returns the open type instance which represents the type of this parameter.
getOpenType() - method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the open type instance which represents the type of this parameter.
getOperatingSystemMXBean() - static method in class java.lang.management.ManagementFactory
Returns the operating system management bean for the operating system on which the virtual machine is running.
getOperation() - method in class java.rmi.server.Operation
Get the name of the operation.
getOperations() - method in class javax.management.MBeanInfo
Returns descriptions of each of the operations provided by this management bean.
getOperations() - method in class javax.management.openmbean.OpenMBeanInfo
Returns descriptions of each of the operations provided by this management bean.
getOperations() - method in class java.rmi.server.Skeleton
getOppositeComponent() - method in class java.awt.event.FocusEvent
Returns the component which received the opposite focus event.
getOppositeWindow() - method in class java.awt.event.WindowEvent
Returns the opposite window if this window was involved in an activation or focus change.
getOptimizeHuffmanTables() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Check whether or not Huffman tables written to the output stream will be optimized.
getOption(int) - method in class java.net.SocketOptions
Returns the current setting of the specified option.
getOptions() - method in class javax.security.auth.callback.ConfirmationCallback
Get the confirmation options.
getOptions() - method in class org.w3c.dom.html2.HTMLSelectElement
The collection of OPTION elements contained by this element.
getOptions() - method in class javax.swing.JOptionPane
This method returns the options.
getOptionType() - method in class javax.security.auth.callback.ConfirmationCallback
Get the option type.

If this method returns UNSPECIFIED_OPTION, then this ConfirmationCallback was instantiated with options instead of an optionType.

getOptionType() - method in class javax.swing.JOptionPane
This method returns the option type.
getOrientation() - method in class java.awt.Adjustable
Returns a constant representing the orientation of the object.
getOrientation() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the orientation of the JSplitPane.
getOrientation() - method in class javax.swing.JProgressBar
Returns the orientation of the JProgressBar component, which is either SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
getOrientation() - method in class javax.swing.JScrollBar
This method returns the orientation of the scrollbar.
getOrientation() - method in class javax.swing.JSeparator
Returns the orientation of the JSeparator.
getOrientation() - method in class javax.swing.JSlider
Returns the orientation of the slider, either SwingConstants.HORIZONTAL or SwingConstants.VERTICAL.
getOrientation() - method in class javax.swing.JSplitPane
This method returns the orientation that the JSplitPane is using.
getOrientation() - method in class javax.swing.JToolBar
This method returns the orientation of the JToolBar.
getOrientation() - method in class java.awt.print.PageFormat
This method returns the current page orientation.
getOrientation() - method in class java.awt.Scrollbar
Returns the orientation constant for this object.
getOrientation() - method in class java.awt.ScrollPaneAdjustable
getOrientation(java.util.Locale) - static method in class java.awt.ComponentOrientation
Gets an orientation appropriate for the locale.
Gets an orientation from a resource bundle.
getOrientationRequested() - method in class java.awt.PageAttributes
getOrigin() - method in class java.awt.PageAttributes
getOriginal() - method in class javax.sql.RowSetInternal
getOriginalRow() - method in class javax.sql.RowSetInternal
getOriginatingNode() - method in class javax.xml.transform.dom.DOMLocator
Returns the node on which the event originated.
getOriginatingProvider() - method in class javax.imageio.ImageReader
Get the ImageReaderSpi that created this reader or null.
getOriginatingProvider() - method in class javax.imageio.ImageWriter
Get the ImageWriterSpi that created this writer or null.
getOrphans() - method in class org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
getOtherHit() - method in class java.awt.font.TextHitInfo
getOtherPrimeInfo() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the OtherPrimeInfo triplet MPIs or null if there are only two known prime factors (p and q).
getOtherPrimeInfo() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns a clone of otherPrimeInfo or null if it was null at construction time.
getOutline() - method in class org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
getOutline() - method in class java.awt.font.GlyphVector
getOutline(float,float) - method in class java.awt.font.GlyphVector
getOutlineColor() - method in class org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
getOutlineStyle() - method in class org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
getOutlineWidth() - method in class org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
getOutput() - method in class javax.imageio.ImageWriter
Get this reader's image output destination. null is returned if the image destination has not been set.
getOutputClass() - method in class javax.imageio.spi.ImageOutputStreamSpi
Determines which kind of output is produced by the streams created by createOutputStreamInstance(Object).
getOutputFormat() - method in class javax.print.StreamPrintService
Returns the document format emitted by this print service.
getOutputFormat() - method in class javax.print.StreamPrintServiceFactory
Returns the output format supported by this factory.
getOutputProperties() - method in class javax.xml.transform.Templates
Returns the static properties for the xsl:output instruction.
getOutputProperties() - method in class javax.xml.transform.Transformer
Returns a copy of the output properties for the transformation.
getOutputProperty(java.lang.String) - method in class javax.xml.transform.Transformer
Returns the value of an output property for the transformation.
getOutputSize(int) - method in class javax.crypto.Cipher
Returns the size an output buffer needs to be if this cipher is updated with a number of bytes.
getOutputSize(int) - method in class javax.crypto.ExemptionMechanism
getOutputStream() - method in class java.rmi.server.LogStream
getOutputStream() - method in class java.lang.Process
Obtain the output stream that sends data to the subprocess.
getOutputStream() - method in class java.rmi.server.RemoteCall
getOutputStream() - method in class java.net.Socket
Returns an OutputStream for writing to this socket.
getOutputStream() - method in class java.net.SocketImpl
Returns an OutputStream object for writing to this socket
getOutputStream() - method in class javax.print.StreamPrintService
Returns the OutputStream of this object.
getOutputStream() - method in class javax.xml.transform.stream.StreamResult
Returns the target output stream.
getOutputStream() - method in class java.net.URLConnection
Returns an OutputStream for this connection.
getOutputTypes() - method in class javax.imageio.spi.ImageWriterSpi
getOutsideBorder() - method in class javax.swing.border.CompoundBorder
Returns the outside border, which is painted outside both the bordered Component and the inside border.
getOverflow() - method in class org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
getOverwriteMode() - method in class javax.swing.text.DefaultFormatter
Returns the value of the overwriteMode property.
getOwnedWindows() - method in class java.awt.Window
getOwner() - method in class java.awt.Window
getOwner() - method in class java.beans.XMLDecoder
Returns the owner object of the decoder.
getOwner() - method in class java.beans.XMLEncoder
getOwnerDocument() - method in class javax.imageio.metadata.IIOMetadataNode
getOwnerDocument() - method in class org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - method in class org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerElement() - method in class org.w3c.dom.xpath.XPathNamespace
The Element on which the namespace was in scope when it was requested.
getOwnerNode() - method in class org.w3c.dom.stylesheets.StyleSheet
The node that associates this style sheet with the document.
getOwnerRule() - method in class org.w3c.dom.css.CSSStyleSheet
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
getOwnerType() - method in class java.lang.reflect.ParameterizedType
Returns the type of which this type is a member.
getP() - method in class javax.crypto.spec.DHParameterSpec
Get the prime modulus, p.
getP() - method in class javax.crypto.spec.DHPrivateKeySpec
Get the prime modulus.
getP() - method in class javax.crypto.spec.DHPublicKeySpec
Get the prime modulus.
getP() - method in class java.security.spec.DSAParameterSpec
Returns p for the DSA algorithm.
getP() - method in class java.security.interfaces.DSAParams
Returns the prime, or 'p' value
getP() - method in class java.security.spec.DSAPrivateKeySpec
Returns p for the DSA algorithm.
getP() - method in class java.security.spec.DSAPublicKeySpec
Returns p for the DSA algorithm.
getP1() - method in class java.awt.geom.CubicCurve2D
Returns the curve’s start point.
getP1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the curve’s start point.
getP1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the curve’s start point.
getP1() - method in class java.awt.geom.Line2D
Return the first point.
getP1() - method in class java.awt.geom.Line2D.Double
Return the first point.
getP1() - method in class java.awt.geom.Line2D.Float
Return the first point.
getP1() - method in class java.awt.geom.QuadCurve2D
Returns the curve’s start point.
getP1() - method in class java.awt.geom.QuadCurve2D.Double
Returns the curve’s start point.
getP1() - method in class java.awt.geom.QuadCurve2D.Float
Returns the curve’s start point.
getP2() - method in class java.awt.geom.CubicCurve2D
Returns the curve’s end point.
getP2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the curve’s end point.
getP2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the curve’s end point.
getP2() - method in class java.awt.geom.Line2D
Return the second point.
getP2() - method in class java.awt.geom.Line2D.Double
Return the second point.
getP2() - method in class java.awt.geom.Line2D.Float
Return the second point.
getP2() - method in class java.awt.geom.QuadCurve2D
Returns the curve’s end point.
getP2() - method in class java.awt.geom.QuadCurve2D.Double
Returns the curve’s end point.
getP2() - method in class java.awt.geom.QuadCurve2D.Float
Returns the curve’s end point.
getPackage() - method in class java.lang.Class<T>
Returns the Package in which this class is defined Returns null when this information is not available from the classloader of this class.
getPackage(java.lang.String) - method in class java.lang.ClassLoader
Returns the Package object for the requested package name.
getPackage(java.lang.String) - static method in class java.lang.Package
Returns the named package if it is known by the callers class loader.
getPackages() - method in class java.lang.ClassLoader
Returns all Package objects defined by this classloader and its parents.
getPackages() - static method in class java.lang.Package
Returns all the packages that are known to the callers class loader.
getPacketBufferSize() - method in class javax.net.ssl.SSLSession
Returns the size of the largest SSL message that will be generated by this session.
getPadding() - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method returns the amount of space between components.
getPadding() - method in class org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
getPaddingBottom() - method in class org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
getPaddingLeft() - method in class org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
getPaddingRight() - method in class org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
getPaddingTop() - method in class org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
getPage() - method in class org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
getPage() - method in class javax.swing.JEditorPane
getPageBreakAfter() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
getPageBreakBefore() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
getPageBreakInside() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
getPageDimension() - method in class java.awt.PrintJob
Returns the dimension of the page in pixels.
getPageFormat(int) - method in class java.awt.print.Book
This method returns the PageFormat object for the specified page.
getPageFormat(int) - method in class java.awt.print.Pageable
This method returns the PageFormat instance for the specified page.
getPageIncrement() - method in class java.awt.Scrollbar
Returns the value added or subtracted when the user selects the scrollbar scroll by a "block" amount control.
getPageRanges() - method in class java.awt.JobAttributes
getPageResolution() - method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPaint() - method in class java.awt.Graphics2D
Returns the current paint.
getPainter() - method in class javax.swing.text.Highlighter.Highlight
getPainter(javax.swing.plaf.synth.SynthContext) - method in class javax.swing.plaf.synth.SynthStyle
Returns a painter that can be used to render the specified glyph view.
getPaintLabels() - method in class javax.swing.JSlider
Returns the flag that controls whether or not labels are painted for the tick marks along the slider.
getPaintTicks() - method in class javax.swing.JSlider
Returns the flag that controls whether or not tick marks are painted along the slider's value scale.
getPaintTrack() - method in class javax.swing.JSlider
Returns the flag that controls whether or not the track is painted.
getPaper() - method in class java.awt.print.PageFormat
Returns a copy of the paper object being used for this page format.
getParagraphAttributes() - method in class javax.swing.JTextPane
Returns the text attributes of the paragraph at the current caret position.
getParagraphElement(int) - method in class javax.swing.text.AbstractDocument
Returns the paragraph Element that holds the specified position.
getParagraphElement(int) - method in class javax.swing.text.DefaultStyledDocument
Returns the paragraph element for the specified position.
getParagraphElement(int) - method in class javax.swing.text.PlainDocument
Returns the paragraph Element that holds the specified position.
getParagraphElement(int) - method in class javax.swing.text.StyledDocument
getParagraphElement
Returns the paragraph element in the text component c at the specified location offset.
getParamClasses() - method in class java.awt.image.renderable.ParameterBlock
getParameter() - method in class java.sql.DataTruncation
This method determines whether or not it was a parameter that was truncated.
getParameter(java.lang.String) - method in class java.applet.Applet
Returns the value of the specified parameter that was specified in the <APPLET> tag for this applet.
getParameter(java.lang.String) - method in class java.applet.AppletStub
Returns the value of the specified parameter that was specified in the <APPLET> tag for this applet.
getParameter(java.lang.String) - method in class java.awt.datatransfer.DataFlavor
Returns the value of the named MIME type parameter, or null if the parameter does not exist.
getParameter(java.lang.String) - method in class javax.print.DocFlavor
Returns the value for an optional parameter of the mime type of this flavor object.
getParameter(java.lang.String) - method in class org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameter(java.lang.String) - method in class java.security.Signature
Returns the value for the specified algorithm parameter.
getParameter(java.lang.String) - method in class javax.xml.transform.Transformer
Returns the specified parameter value.
getParameterBlock() - method in class java.awt.image.renderable.RenderableImageOp
getParameterCount() - method in class java.sql.ParameterMetaData
getParameterDescriptors() - method in class java.beans.MethodDescriptor
Get the parameter descriptors from this method.
getParameterInfo() - method in class java.applet.Applet
Returns a list of parameters this applet supports.
getParameterMetaData() - method in class java.sql.PreparedStatement
Returns information about the parameters set on this PreparedStatement (see ParameterMetaData for a detailed description of the provided information).
getParameterMode(int) - method in class java.sql.ParameterMetaData
Returns the name of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
Returns the name of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.
getParameterNames() - method in class org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameters() - method in class javax.net.ssl.CertPathTrustManagerParameters
Returns a copy of the certificate path parameters.
getParameters() - method in class javax.crypto.Cipher
Return the AlgorithmParameters that this instance was initialized with.
getParameters() - method in class java.util.logging.LogRecord
Returns the parameters to the log message.
getParameters() - method in class java.awt.image.renderable.ParameterBlock
getParameters() - method in class java.security.Signature
Return the parameters of the algorithm used in this instance as an AlgorithmParameters.
getParameterType(int) - method in class java.sql.ParameterMetaData
getParameterTypeName(int) - method in class java.sql.ParameterMetaData
getParameterTypes() - method in class java.lang.reflect.Constructor<T>
Get the parameter list for this constructor, in declaration order.
getParameterTypes() - method in class java.lang.reflect.Method
Get the parameter list for this method, in declaration order.
getParams() - method in class javax.crypto.interfaces.DHKey
Returns the Diffie-Hellman parameters for this key, which includes the generator and the prime.
getParams() - method in class java.security.interfaces.DSAKey
This method returns non-secret parameters of the DSA key
getParams() - method in class javax.sql.RowSetInternal
getParent() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the parent TreeNode of this AbstractElement or null if this element has no parent.
getParent() - method in class javax.swing.ActionMap
Returns the parent of this ActionMap.
getParent() - method in class java.lang.ClassLoader
Returns the parent of this classloader.
getParent() - method in class java.awt.Component
Returns the parent of this component.
getParent() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the parent node of this node.
getParent() - method in class javax.xml.stream.util.EventReaderDelegate
Returns the parent.
getParent() - method in class java.io.File
This method returns a String the represents this file's parent.
getParent() - method in class javax.swing.InputMap
Returns the parent of this InputMap.
getParent() - method in class java.util.logging.Logger
Returns the parent of this logger.
getParent() - method in class java.awt.MenuComponent
Returns the parent of this component.
getParent() - method in class java.util.prefs.NodeChangeEvent
Returns the source parent preference node from which a subnode was added or removed.
getParent() - method in class java.security.cert.PolicyNode
Returns the parent node of this node, or null if this is the root node.
getParent() - method in class java.awt.image.Raster
Returns the raster's parent.
getParent() - method in class javax.xml.stream.util.ReaderDelegate
Returns the parent.
getParent() - method in class java.lang.ThreadGroup
Get the parent of this ThreadGroup.
getParent() - method in class javax.swing.tree.TreeNode
Returns the parent node for this tree node, or null if this node has no parent.
getParent() - method in class javax.swing.text.View
getParent() - method in class org.xml.sax.XMLFilter
Get the parent reader.
getParent() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParentDirectory(java.io.File) - method in class javax.swing.filechooser.FileSystemView
Returns the parent directory for the given file/directory.
getParentElement() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the parent element of this element.
getParentElement() - method in class javax.swing.text.Element
getParentFile() - method in class java.io.File
This method returns a File object representing the parent file of this one.
getParentLoggerName(java.lang.String) - method in class java.util.logging.LoggingMXBean
Return the name of the parent of the indicated logger.
getParentNode() - method in class javax.imageio.metadata.IIOMetadataNode
getParentNode() - method in class org.w3c.dom.Node
The parent of this node.
getParentPath() - method in class javax.swing.tree.TreePath
Returns the parent path, which is a path containing all the same elements as this path, except for the last one.
getParentRule() - method in class org.w3c.dom.css.CSSRule
If this rule is contained inside another rule (e.g. a style rule inside an @media block), this is the containing rule.
getParentRule() - method in class org.w3c.dom.css.CSSStyleDeclaration
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
getParentStyleSheet() - method in class org.w3c.dom.css.CSSRule
The style sheet that contains this rule.
getParentStyleSheet() - method in class org.w3c.dom.stylesheets.StyleSheet
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
getParser() - method in class javax.swing.text.html.HTMLDocument
Returns the parser used by this HTMLDocument to insert HTML.
getParser() - method in class javax.swing.text.html.HTMLEditorKit
Get the parser that this editor kit uses for reading HTML streams.
getParser() - method in class javax.xml.parsers.SAXParser
Returns the underlying SAX1 parser.
getPartialSize(int,int) - method in class javax.swing.text.ParagraphView
Returns the size that is used by this view (or it's child views) between startOffset and endOffset.
getPartialSpan(int,int) - method in class javax.swing.text.GlyphView
Returns the span of a portion of the view.
getPartialSpan(int,int) - method in class javax.swing.text.TabableView
getPassword() - method in class javax.swing.JPasswordField
Returns the text contained in this TextComponent.
getPassword() - method in class java.net.PasswordAuthentication
Returns the password associated with this object
getPassword() - method in class javax.security.auth.callback.PasswordCallback
Get the retrieved password.

This method returns a copy of the retrieved password.

getPassword() - method in class javax.crypto.interfaces.PBEKey
Returns a copy of the password as a character array.
getPassword() - method in class javax.crypto.spec.PBEKeySpec
Get the password character array copy.
getPassword() - method in class javax.sql.RowSet
getPasswordAuthentication() - method in class java.net.Authenticator
This method is called whenever a request for authentication is made.
getPasteAction() - static method in class javax.swing.TransferHandler
getPatch() - method in class javax.sound.midi.Instrument
Get the patch for this instrument.
getPatchList() - method in class javax.sound.midi.Sequence
Get an array of patches used in this sequence.
getPath() - method in class javax.swing.plaf.basic.BasicMenuItemUI
Returns path to this menu item.
getPath() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns a path to this node from the root.
getPath() - method in class java.io.File
Returns the path name that represents this file.
getPath() - method in class javax.swing.event.MenuDragMouseEvent
Get path
getPath() - method in class javax.swing.event.MenuKeyEvent
getPath
getPath() - method in class javax.swing.event.TreeExpansionEvent
getPath
getPath() - method in class javax.swing.event.TreeModelEvent
getPath
getPath() - method in class javax.swing.tree.TreePath
Returns an array containing the path elements.
getPath() - method in class javax.swing.event.TreeSelectionEvent
Returns the first path element.
getPath() - method in class java.net.URI
Returns the path of the URI
getPath() - method in class java.net.URL
Returns the path of the URL.
getPathBetweenRows(int,int) - method in class javax.swing.JTree
Get the pathes that are displayes between the two given rows.
Returns the Rectangle enclosing the label portion that the last item in path will be drawn to.
Calls the TreeUI.getPathBounds(JTree,TreePath) method for all the UI delegates managed by this MultiTreeUI, returning the bounds for the UI delegate from the primary look and feel.
Determines the geometric extent of the label that is drawn for a path.
getPathBounds(javax.swing.tree.TreePath) - method in class javax.swing.JTree
getPathClosestTo(int,int) - method in class javax.swing.tree.AbstractLayoutCache
getPathClosestTo
getPathClosestTo(int,int) - method in class javax.swing.tree.FixedHeightLayoutCache
Get the path, closest to the given point.
getPathClosestTo(int,int) - method in class javax.swing.tree.VariableHeightLayoutCache
Get the path, closest to the given point.
getPathComponent(int) - method in class javax.swing.tree.TreePath
Returns the element at the specified position in the path.
getPathCount() - method in class javax.swing.tree.TreePath
Returns the number of elements in the path.
getPathForLocation(int,int) - method in class javax.swing.JTree
getPathForRow(int) - method in class javax.swing.tree.AbstractLayoutCache
getPathForRow
getPathForRow(int) - method in class javax.swing.tree.FixedHeightLayoutCache
Get the path, the last element of that is displayed in the given row.
getPathForRow(int) - method in class javax.swing.JTree
getPathForRow(int) - method in class javax.swing.tree.VariableHeightLayoutCache
Get the path, the last element of that is displayed in the given row.
getPathForRow(javax.swing.JTree,int) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the path for passed in row.
getPathForRow(javax.swing.JTree,int) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.getPathForRow(JTree,int) method for all the UI delegates managed by this MultiTreeUI, returning the path for the UI delegate from the primary look and feel.
getPathForRow(javax.swing.JTree,int) - method in class javax.swing.plaf.TreeUI
Creates a TreePath for the specified row.
Returns an iterator over this arc, with an optional transformation.
Returns a PathIterator object defining the contour of this Area, transformed by at.
Returns a PathIterator object corresponding to the ellipse.

Note: An ellipse cannot be represented exactly in PathIterator segments, the outline is thefore approximated with cubic Bezier segments.

Creates a PathIterator for iterating along the segments of the path.
Return a path iterator, possibly applying a transform on the result.
Return an iterator along the shape boundary.
Return an iterator along the shape boundary.
Return an iterator along the shape boundary.
Return a new path iterator which iterates over this rectangle.
Return an iterator along the shape boundary.
Returns a flattened PathIterator object defining the contour of this Area, transformed by at and with a defined flatness.
Creates a new FlatteningPathIterator for the path
Return a flat path iterator, possibly applying a transform on the result.
Return an iterator along the flattened version of the shape boundary.
Return an iterator along the flattened version of the shape boundary.
Return an iterator along the shape boundary.
Return an iterator along the shape boundary.
Return an iterator along the flattened version of the shape boundary.
getPaths() - method in class javax.swing.event.TreeSelectionEvent
Returns an array of the paths that changed in the selection.
getPathToNames() - method in class java.security.cert.X509CertSelector
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPattern() - method in class java.util.regex.PatternSyntaxException
Returns the original pattern that contained the syntax error.
getPatternSeparator() - method in class java.text.DecimalFormatSymbols
This method returns the character used to separate positive and negative subpatterns in a format pattern.
getPause() - method in class org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
getPauseAfter() - method in class org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
getPauseBefore() - method in class org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
getPCSType() - method in class java.awt.color.ICC_Profile
Returns the color space of this profile's Profile Connection Space (OCS) In terms of the color space constants defined in ColorSpace.
getPeakThreadCount() - method in class java.lang.management.ThreadMXBean
Returns the peak number of live threads since the virtual machine was started or the count reset using resetPeakThreadCount().
getPeakUsage() - method in class java.lang.management.MemoryPoolMXBean
Returns memory usage statistics for the peak memory usage of the pool.
getPeer() - method in class java.awt.Component
Returns the native windowing system peer for this component.
getPeer() - method in class java.awt.Font
Returns a native peer object for this font.
getPeer() - method in class java.awt.MenuComponent
Returns the native windowing system peer for this component.
getPeerCertificateChain() - method in class javax.net.ssl.HandshakeCompletedEvent
getPeerCertificateChain() - method in class javax.net.ssl.SSLSession
Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
getPeerCertificates() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the peer's certificates being used in this connection.
getPeerCertificates() - method in class javax.net.ssl.SSLSession
Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
getPeerHost() - method in class javax.net.ssl.SSLEngine
Returns the peer host name this SSL session is connected to, or null if this value was not set.
getPeerHost() - method in class javax.net.ssl.SSLSession
Returns the remote host's name.
getPeerPort() - method in class javax.net.ssl.SSLEngine
Returns the peer IP port number this SSL session in communicating on, or -1 if this value was not set.
getPeerPort() - method in class javax.net.ssl.SSLSession
Returns the port number the remote peer is using for this session.
getPeerPrincipal() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the peer's identity, or null if there is none.
getPeerPrincipal() - method in class javax.net.ssl.HttpsURLConnection
Returns the remote peer's principal for this connection.
getPeerPrincipal() - method in class javax.net.ssl.SSLSession
Returns the Principal representing the identity of the remote peer, or null if the remote peer has no known identity.
getPercent() - method in class java.text.DecimalFormatSymbols
This method returns the character used as the percent sign.
getPercentComplete() - method in class javax.swing.JProgressBar
Returns the current value expressed as a percentage.
getPercentInstance() - static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing percentage values in the default locale.
getPercentInstance(java.util.Locale) - static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing percentage values in the specified locale.
Returns a NumberFormat instance for percentage values in the specified Locale.
Retrieve the Component that has the permanent keyboard focus, or null if the focus owner was not set by a thread in the current ThreadGroup.
getPerMill() - method in class java.text.DecimalFormatSymbols
This method returns the character used as the per mille character.
getPermission() - method in class java.security.AccessControlException
This method returns the Permission object that caused this exception to be thrown.
getPermission() - method in class java.net.HttpURLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object
getPermission() - method in class java.net.URLConnection
This method returns a Permission object representing the permissions required to access this URL.
getPermissions() - method in class java.security.ProtectionDomain
Returns the PermissionCollection of this domain.
getPermissions(java.security.CodeSource) - method in class java.security.Policy
Returns the set of Permissions allowed for a given CodeSource.
Returns a PermissionCollection for the specified CodeSource.
Returns the permissions needed to access a particular code source.
getPermissions(java.security.Principal) - method in class java.security.acl.Acl
This method returns a list of Permission's that are granted to a particular Principal.
Returns the set of Permissions allowed for a given ProtectionDomain.
getPersistenceDelegate(Class) - method in class java.beans.Encoder
getPIData() - method in class javax.xml.stream.util.ReaderDelegate
getPIData() - method in class javax.xml.stream.XMLStreamReader
Returns the data of the current processing instruction event.
getPITarget() - method in class javax.xml.stream.util.ReaderDelegate
getPITarget() - method in class javax.xml.stream.XMLStreamReader
Returns the target of the current processing instruction event.
getPitch() - method in class org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
getPitchBend() - method in class javax.sound.midi.MidiChannel
Get the pitch bend for this channel as a positive 14-bit value.
getPitchRange() - method in class org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
getPixel(int,int,double[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixel at (x, y) in the raster.
Returns an array containing the samples for the pixel at (x, y) in the specified data buffer.
getPixel(int,int,float[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixel at (x, y) in the raster.
Returns an array containing the samples for the pixel at (x, y) in the specified data buffer.
getPixel(int,int,int[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixel at (x, y) in the raster.
Returns all the samples for the pixel at location (x, y) stored in the specified data buffer.
Returns all the samples for the pixel at location (x, y) stored in the specified data buffer.
Returns an array (of length 1) containing the sample for the pixel at (x, y) in the specified data buffer.
Returns an array containing the samples for the pixel at (x, y) in the specified data buffer.
Returns an array containing the samples for the pixel at (x, y) in the specified data buffer.
getPixelBitStride() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per pixel.
getPixelColor(int,int) - method in class java.awt.Robot
Return the color of the pixel at the given screen coordinates.
getPixels() - method in class java.awt.image.PixelGrabber
getPixels(int,int,int,int,double[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the raster.
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getPixels(int,int,int,int,float[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the raster.
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getPixels(int,int,int,int,int[]) - method in class java.awt.image.Raster
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the raster.
Copy pixels from a region into an array.
Returns the samples for all the pixels in a rectangular region.
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
Returns an array containing the samples for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getPixelSize() - method in class java.awt.image.ColorModel
Get get number of bits wide used for the bit size of pixel values
getPixelStride() - method in class java.awt.image.ComponentSampleModel
Returns the distance (in terms of element indices) between the sample for one pixel and the corresponding sample for the next pixel in a row.
getPlaceholder() - method in class javax.swing.text.MaskFormatter
Returns the place holder String that is used in place of missing characters when the value doesn't completely fill in the spaces in the mask.
getPlaceholderCharacter() - method in class javax.swing.text.MaskFormatter
Returns the character used in place of missing characters when the value doesn't completely fill the mask.
getPlatformMBeanServer() - static method in class java.lang.management.ManagementFactory
Returns the platform MBeanServer.
getPlayDuring() - method in class org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
getPluginClassName() - method in class javax.imageio.spi.ImageReaderWriterSpi
Returns the fully qualified name of the class that implements the ImageReader or ImageWriter interface.
getPoint() - method in class java.awt.event.MouseEvent
This method returns a Point for the x,y position of the mouse pointer.
getPoint1() - method in class java.awt.GradientPaint
Returns a point with the same coordinates as the anchor point for color 1.
getPoint2() - method in class java.awt.GradientPaint
Returns a point with the same coordinates as the anchor point for color 2.
Returns location of the transformed source point.
Return corresponding destination point for source point.
Returns the point on the destination image that corresponds to the given point on the source image.
Returns the corresponding destination point for a source point.
Returns the corresponding destination point for a source point.
Returns the corresponding destination point for a given source point.
Returns the point on the destination raster that corresponds to the given point on the source raster.
Returns the point on the destination raster that corresponds to the given point on the source raster.
getPointerInfo() - static method in class java.awt.MouseInfo
Returns a PointerInfo object containing information about the current location of the mouse pointer
getPointSize(int) - method in class javax.swing.text.html.StyleSheet
Gets the point size, given a size index.
getPointSize(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Given the string of the size, returns the point size value.
getPolicy() - static method in class java.security.Policy
Returns the currently installed Policy handler.
getPolicy() - static method in class javax.security.auth.Policy
getPolicy() - method in class java.security.cert.X509CertSelector
Returns the certificate policy extension that will be matched by this selector, or null if the certificate policy will not be matched.
getPolicyQualifier() - method in class java.security.cert.PolicyQualifierInfo
Get the qualifier field of this object, as a DER encoded byte array.
getPolicyQualifierId() - method in class java.security.cert.PolicyQualifierInfo
Returns the policyQualifierId field of this structure, as a dotted-decimal representation of the object identifier.
getPolicyQualifiersRejected() - method in class java.security.cert.PKIXParameters
Returns the value of the policy qualifiers enabled flag.
getPolicyTree() - method in class java.security.cert.PKIXCertPathValidatorResult
Returns the root node of the policy tree.
getPolyPressure(int) - method in class javax.sound.midi.MidiChannel
Get the key pressure for a note.
getPoolName() - method in class java.lang.management.MemoryNotificationInfo
Returns the name of the pool which has crossed a threshold.
Creates a new Popup given its owner, contents and the screen position where the popup will appear.
getPopup(javax.swing.JPopupMenu,int,int) - method in class javax.swing.plaf.PopupMenuUI
Creates a Popup for displaying the popup menu.
getPopupHeightForRowCount(int) - method in class javax.swing.plaf.basic.BasicComboPopup
Returns required height of the popup such that number of items visible in it are equal to the maximum row count.
getPopupMenu() - method in class javax.swing.JMenu
Returns popup menu associated with the menu.
getPopupMenuListeners() - method in class javax.swing.JComboBox
Returns array of PopupMenuListeners that are registered with combo box.
getPopupMenuListeners() - method in class javax.swing.JPopupMenu
Returns array of PopupMenuListeners that are listening to JPopupMenu
getPopupMenuOrigin() - method in class javax.swing.JMenu
Returns origin point of the popup menu.
getPort() - method in class java.net.DatagramPacket
Returns the port number this packet is being sent to or, if it was used to receive a packet, the port that it was received from.
getPort() - method in class java.net.DatagramSocket
This method returns the remote port to which this socket is connected.
getPort() - method in class java.net.InetSocketAddress
Returns the port
getPort() - method in class java.security.cert.LDAPCertStoreParameters
Return the port.
getPort() - method in class java.net.Socket
Returns the port number of the remote end of the socket connection.
getPort() - method in class java.net.SocketImpl
Returns the remote port this socket is connected to
getPort() - method in class java.net.URI
Returns the port number of the URI
getPort() - method in class java.net.URL
Returns the port number of this URL or -1 if the default port number is being used.
getPosition() - method in class org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
getPosition() - method in class java.awt.font.LineBreakMeasurer
getPosition() - method in class org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPosition() - method in class javax.swing.text.TabStop
Returns the tab position.
getPosition(int) - method in class javax.swing.SizeSequence
Returns the position of the specified element.
getPosition(java.awt.Component) - method in class javax.swing.JLayeredPane
Return the position of a component within its layer.
Returns the document position that is closest above to the specified x coordinate in the row containing offset.
Returns the document position that is closest below to the specified x coordinate in the row containing offset.
Returns all Positions that are in the range specified by offset and length within the buffer array.
getPositivePrefix() - method in class java.text.DecimalFormat
Gets the positive prefix.
getPositiveSuffix() - method in class java.text.DecimalFormat
Gets the positive suffix.
getPrecision() - method in class javax.sound.sampled.FloatControl
Return the precision of this control.
Returns the illegal precision.
getPrecision() - method in class java.math.MathContext
Returns the precision setting.
getPrecision(int) - method in class java.sql.ParameterMetaData
getPrecision(int) - method in class java.sql.ResultSetMetaData
This method returns the precision of the specified column, which is the number of decimal digits it contains.
getPredefinedCursor(int) - static method in class java.awt.Cursor
Returns an instance of Cursor for one of the specified predetermined types.
getPreferredButtonSize(javax.swing.AbstractButton,int) - static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Determines the preferred width and height of an AbstractButton, given the gap between the button’s text and icon.
getPreferredHeight() - method in class javax.swing.tree.AbstractLayoutCache
Get the sum of heights for all rows.
getPreferredHeight() - method in class javax.swing.tree.FixedHeightLayoutCache
Get the sum of heights for all rows.
getPreferredHeight() - method in class javax.swing.tree.VariableHeightLayoutCache
Get the sum of heights for all rows.
getPreferredHorizontalSize() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the preferred size when the slider is horizontally oriented.
getPreferredInnerHorizontal() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the preferred size of the inner rectangle (the bounds without the insets) if the progressBar is horizontal.
getPreferredInnerVertical() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the preferred size of the inner rectangle (the bounds without insets) if the progressBar is vertical.
Returns preferred size for the given menu item.
getPreferredMinSize() - method in class javax.swing.plaf.basic.BasicTreeUI
Gets the preferred minimum size.
getPreferredScrollableViewportSize() - method in class javax.swing.JList
Returns a size indicating how much space this list would like to consume, when contained in a scrollable viewport.
getPreferredScrollableViewportSize() - method in class javax.swing.JTable
Get the value of the preferredViewportSize property.
getPreferredScrollableViewportSize() - method in class javax.swing.JTextArea
Returns the preferred size of that text component in the case it is embedded within a JScrollPane.
getPreferredScrollableViewportSize() - method in class javax.swing.text.JTextComponent
getPreferredScrollableViewportSize() - method in class javax.swing.JTree
Returns the preferred viewport size.
getPreferredScrollableViewportSize() - method in class javax.swing.Scrollable
getPreferredSize() - method in class javax.swing.plaf.basic.BasicArrowButton
Returns the preferred size of the arrow button.
getPreferredSize() - method in class javax.swing.plaf.basic.BasicComboBoxRenderer
Returns preferredSize of the renderer
getPreferredSize() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Returns the preferred size of this divider, which is dividerSize by dividerSize pixels.
getPreferredSize() - method in class javax.swing.Box.Filler
Returns the preferred size of this Filler.
getPreferredSize() - method in class java.awt.Component
Returns the component's preferred size.
getPreferredSize() - method in class java.awt.peer.ComponentPeer
Returns the preferred size for the component.
getPreferredSize() - method in class java.awt.Container
Returns the preferred size of this container.
Overrides JTextField.getPreferredSize to return the preferred size based on current font, if set, or else use renderer's font.
Returns the preferred size of this container.
getPreferredSize() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the preferred size of the cell.
getPreferredSize() - method in class javax.swing.JApplet
Returns the preferred size of this container.
getPreferredSize() - method in class javax.swing.JComponent
Get the component's preferred size.
getPreferredSize() - method in class javax.swing.JDialog
This method returns the preferred size of the JDialog.
getPreferredSize() - method in class javax.swing.JEditorPane
Returns the preferred size for the JEditorPane.
getPreferredSize() - method in class javax.swing.JFrame
Returns the preferred size of this container.
getPreferredSize() - method in class javax.swing.JTextArea
Returns the preferred size for the JTextArea.
getPreferredSize() - method in class javax.swing.JTextField
Returns the preferred size.
getPreferredSize() - method in class javax.swing.JToolBar.Separator
This method returns the preferred size of the Separator.
getPreferredSize() - method in class javax.swing.JWindow
Returns the preferred size of this container.
getPreferredSize() - method in class java.awt.List
Returns the preferred size of this component.
getPreferredSize() - method in class javax.swing.plaf.metal.MetalScrollButton
Returns the preferred size for the button, which varies depending on the direction of the button and whether or not it is free standing.
getPreferredSize() - method in class java.awt.TextArea
Retrieve the preferred size for this text area.
getPreferredSize() - method in class java.awt.TextField
Returns the preferred size for this text field.
getPreferredSize(int) - method in class java.awt.List
Returns the preferred size of this component assuming it had the specified number of rows.
getPreferredSize(int) - method in class java.awt.peer.ListPeer
getPreferredSize(int) - method in class java.awt.TextField
Returns the preferred size of a text field with the specified number of columns.
getPreferredSize(int) - method in class java.awt.peer.TextFieldPeer
getPreferredSize(int,int) - method in class java.awt.TextArea
Retrieve the preferred size for this text area.
getPreferredSize(int,int) - method in class java.awt.peer.TextAreaPeer
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicButtonUI
Calculate the preferred size of this component, by delegating to BasicGraphicsUtils.getPreferredButtonSize(AbstractButton,int).
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns preferred size for the combo box.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method returns the preferred size for the given JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method returns the preferred size for the given JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the preferred size of the given JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicLabelUI
Returns the preferred size of this component as calculated by the layoutCL(JLabel,FontMetrics,String,Icon,Rectangle,Rectangle,Rectangle) method.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicListUI
Gets the size this list would prefer to assume.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuBarUI
Returns preferred size of JMenuBar.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Returns preferred size of the given component
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns the preferred size of the JOptionPane.
This method returns the preferred size of the JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicPopupMenuUI
This method returns the preferred size of the JPopupMenu.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the preferred size of the given JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicRadioButtonUI
Calculate the preferred size of this component, by delegating to BasicGraphicsUtils.getPreferredButtonSize(AbstractButton,int).
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns a cached value of the preferredSize.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSeparatorUI
This method returns the preferred size of the JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the preferred size of the component.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the preferred size of the JSplitPane.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTableHeaderUI
Get the preferred header size.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTableUI
Returns the preferred size for the table of that UI.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTextUI
Returns the preferred size of the text component.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
This method returns the preferred size of the JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicToolTipUI
This method returns the preferred size of the given JComponent.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to properly display the tree, this is a cover method for getPreferredSize(c, false).
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.ComponentUI
Determines the preferred size of a component.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Returns the preferred size for the file chooser component.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalScrollBarUI
Returns the preferredSize for the specified scroll bar.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.metal.MetalToolTipUI
Returns the preferred size for the JToolTip component.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiButtonUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiColorChooserUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiColorChooserUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiComboBoxUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopIconUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiDesktopIconUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiFileChooserUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiInternalFrameUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiInternalFrameUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiLabelUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiListUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuBarUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiMenuBarUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiMenuItemUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiMenuItemUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiOptionPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiPanelUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiPopupMenuUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiProgressBarUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiProgressBarUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiRootPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiRootPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollBarUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiScrollBarUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiScrollPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSeparatorUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiSeparatorUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiSliderUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSpinnerUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiSpinnerUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiSplitPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableHeaderUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiTableHeaderUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiTableUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiTextUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolBarUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiToolBarUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiToolTipUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiToolTipUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiTreeUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent) - method in class javax.swing.plaf.multi.MultiViewportUI
Calls the ComponentUI.getPreferredSize(JComponent) method for all the UI delegates managed by this MultiViewportUI, returning the preferred size for the UI delegate from the primary look and feel.
getPreferredSize(javax.swing.JComponent,boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the preferred size to represent the tree in c.
Calculates the preferred size that is needed to render the label with text and icon correctly.
This method returns the preferred width of the component.
getPreferredSpan(int) - method in class javax.swing.text.AsyncBoxView
Returns the preferred span of this view along the specified layout axis.
getPreferredSpan(int) - method in class javax.swing.text.html.BlockView
Determines the preferred span along the axis.
getPreferredSpan(int) - method in class javax.swing.text.BoxView
Returns the preferred span of the content managed by this View along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.ComponentView
Returns the preferred span along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.FieldView
Returns the preferred span along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.GlyphView
Returns the preferred span of the content managed by this View along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.IconView
Returns the preferred span of the content managed by this View along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.html.ImageView
Get the preferred span of the image along the axis.
getPreferredSpan(int) - method in class javax.swing.text.html.ParagraphView
Returns the preferred span of this view.
getPreferredSpan(int) - method in class javax.swing.text.PasswordView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - method in class javax.swing.text.PlainView
Returns the preferred span along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.View
Returns the preferred span along the specified axis.
getPreferredSpan(int) - method in class javax.swing.text.WrappedPlainView
Determines the preferred span along the given axis.
Get the preferred sizes for thumbnails based on the given image type, image writing parameters, and stream and image metadata.
getPreferredTileSizes() - method in class javax.imageio.ImageWriteParam
getPreferredValue() - method in class javax.swing.Spring
Return the preferred value of this Spring.
getPreferredVerticalSize() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the preferred size when the slider is vertically oriented.
getPreferredWidth() - method in class javax.swing.table.TableColumn
Returns the preferred width for the column (the default value is 75).
Get the maximal width.
Get the maximal width.
Get the maximal width.
getPrefix() - method in class javax.imageio.metadata.IIOMetadataNode
getPrefix() - method in class javax.xml.stream.events.Namespace
Returns the namespace prefix, if any.
getPrefix() - method in class org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix() - method in class javax.xml.namespace.QName
getPrefix() - method in class javax.xml.stream.util.ReaderDelegate
getPrefix() - method in class javax.xml.stream.XMLStreamReader
Returns the namespace prefix of the current element.
getPrefix(int) - method in class javax.naming.CompositeName
getPrefix(int) - method in class javax.naming.CompoundName
getPrefix(int) - method in class javax.naming.Name
Returns the components till the given index as a Name.
getPrefix(java.lang.String) - method in class javax.xml.namespace.NamespaceContext
Returns the prefix currently bound to the given namespace URI.
getPrefix(java.lang.String) - method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefix(java.lang.String) - method in class javax.xml.stream.XMLEventWriter
Returns the namespace prefix the specified URI is currently associated with.
getPrefix(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Returns the prefix associated with the given namespace URI.
getPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes whose declarations are active in the current context.
getPrefixes(java.lang.String) - method in class javax.xml.namespace.NamespaceContext
Returns all the prefixes currently bound to the given namespace URI.
getPrefixes(java.lang.String) - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
getPresentationName() - method in class javax.swing.undo.AbstractUndoableEdit
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
getPresentationName() - method in class javax.swing.undo.CompoundEdit
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
getPresentationName() - method in class javax.swing.undo.StateEdit
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
getPresentationName() - method in class javax.swing.undo.UndoableEdit
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
getPreservesUnknownTags() - method in class javax.swing.text.html.HTMLDocument
Returns whether or not the parser preserves unknown HTML tags.
getPressedIcon() - method in class javax.swing.AbstractButton
Return the button's "pressedIcon" property.
getPreviewPanel() - static method in class javax.swing.colorchooser.ColorChooserComponentFactory
This method returns the default preview panel to be used with JColorChoosers.
getPreviewPanel() - method in class javax.swing.JColorChooser
This method returns the current previewPanel used with this JColorChooser.
This method returns the normal bounds of the JInternalFrame from before the maximize call.
getPreviousLeaf() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the previous leaf node before this tree node.
getPreviousNode() - method in class javax.swing.tree.DefaultMutableTreeNode
getPreviousNode
getPreviousSibling() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the previous sibling for this tree node.
getPreviousSibling() - method in class javax.imageio.metadata.IIOMetadataNode
getPreviousSibling() - method in class org.w3c.dom.Node
The node immediately preceding this node.
getPreviousTabIndex(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the previous tab index.
getPreviousTabIndexInRun(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the previous tab index in the run.
getPreviousTabRun(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the index of the previous run.
getPreviousValue() - method in class javax.swing.JSpinner
Gets the previous value without changing the current value.
getPreviousValue() - method in class javax.swing.SpinnerDateModel
Returns the previous date in the sequence, or null if the previous date is prior to the lower limit (if one is specified).
getPreviousValue() - method in class javax.swing.SpinnerListModel
Returns the previous value from the list, which is the same as the element stored at the current index - 1.
getPreviousValue() - method in class javax.swing.SpinnerModel
Returns the previous value from the model.
getPreviousValue() - method in class javax.swing.SpinnerNumberModel
Returns the previous value, or null if subtracting the step size from the current value results in a value less than the minimum value.
getPreviousWord(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Finds the start of the previous word for the given offset.
getPrevValue() - method in class org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getPrimary1() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the first primary color for this theme.
getPrimary1() - method in class javax.swing.plaf.metal.MetalTheme
Returns the first primary color for this theme.
getPrimary1() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for primary 1, the RGB value (99, 130, 191).
getPrimary2() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the second primary color for this theme.
getPrimary2() - method in class javax.swing.plaf.metal.MetalTheme
Returns the second primary color for this theme.
getPrimary2() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for primary 2, the RGB value (163, 184, 204).
getPrimary3() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the third primary color for this theme.
getPrimary3() - method in class javax.swing.plaf.metal.MetalTheme
Returns the third primary color for this theme.
getPrimary3() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for primary 1, the RGB value (184, 207, 229).
getPrimaryControl() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary color for controls, from the installed theme.
getPrimaryControl() - method in class javax.swing.plaf.metal.MetalTheme
Returns the primary color for controls.
getPrimaryControlDarkShadow() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary color for the dark shadow on controls, from the installed theme.
getPrimaryControlDarkShadow() - method in class javax.swing.plaf.metal.MetalTheme
Returns the primary color for the dark shadow on controls.
getPrimaryControlHighlight() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary color for the highlight on controls, from the installed theme.
getPrimaryControlHighlight() - method in class javax.swing.plaf.metal.MetalTheme
Returns the primary color for the highlight on controls.
getPrimaryControlInfo() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary color for the information on controls, from the installed theme.
getPrimaryControlInfo() - method in class javax.swing.plaf.metal.MetalTheme
Returns the primary color for the information on controls.
getPrimaryControlShadow() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the primary color for the shadow on controls, from the installed theme.
getPrimaryControlShadow() - method in class javax.swing.plaf.metal.MetalTheme
Returns the primary color for the shadow on controls.
This method returns a list of a table's primary key columns.
getPrimaryType() - method in class java.awt.datatransfer.DataFlavor
Returns the primary MIME type for this flavor.
getPrime() - method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime.
getPrimeExponentP() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime's exponent p.
getPrimeExponentP() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns d mod (p-1).
getPrimeExponentP() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP
getPrimeExponentP() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA prime exponent P.
getPrimeExponentQ() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime's exponent q.
getPrimeExponentQ() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns d mod (q-1).
getPrimeExponentQ() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ
getPrimeExponentQ() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA prime exponent P.
getPrimeP() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime p.
getPrimeP() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the prime p.
getPrimeP() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the primeP value
getPrimeP() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA prime P.
getPrimeQ() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime q.
getPrimeQ() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the prime q.
getPrimeQ() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ value
getPrimeQ() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA prime Q.
getPrimeSize() - method in class javax.crypto.spec.DHGenParameterSpec
Get the size of the prime, in bits.
getPrimitiveType() - method in class org.w3c.dom.css.CSSPrimitiveValue
The type of the value as defined by the constants specified above.
getPrincipal() - method in class java.security.acl.AclEntry
This method returns the Principal associated with this ACL entry.
getPrincipal() - method in class java.security.Certificate
This method returns the Principal being guaranteed by this certificate.
getPrincipal() - method in class javax.security.auth.kerberos.KerberosKey
Return the principal associated with this key.
getPrincipals() - method in class javax.security.auth.PrivateCredentialPermission
Returns the principal list that was embedded in this permission's target name.
getPrincipals() - method in class java.security.ProtectionDomain
Returns a clone of the Principals of this domain.
getPrincipals() - method in class javax.security.auth.Subject
getPrintable(int) - method in class java.awt.print.Book
This method returns the Printable object for the specified page.
getPrintable(int) - method in class java.awt.print.Pageable
This method returns the Printable instance for the specified page.
getPrintableArea(int) - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the printable area as an float[] with 4 values (order x, y, width, height) in the given units.
getPrintData() - method in class javax.print.Doc
Returns the print data of this doc object.
getPrintData() - method in class javax.print.SimpleDoc
Returns the print data of this doc object.
getPrinter() - method in class java.awt.JobAttributes
getPrinterJob() - method in class java.awt.print.PrinterGraphics
This method returns the instance of PrinterJob that is controlling this print job.
getPrinterJob() - static method in class java.awt.print.PrinterJob
Creates a new print job.
getPrinterResolution() - method in class java.awt.PageAttributes
getPrintEventType() - method in class javax.print.event.PrintJobEvent
Returns the reason for this event.
getPrintJob() - method in class java.awt.PrintGraphics
Returns the PrintJob that this object is being managed by.
getPrintJob() - method in class javax.print.event.PrintJobAttributeEvent
Returns the print job generating this event.
getPrintJob() - method in class javax.print.event.PrintJobEvent
Returns the print job that generated this event.
Returns a instance of PrintJob for the specified arguments.
Returns a instance of PrintJob for the specified arguments.
getPrintQuality() - method in class java.awt.PageAttributes
getPrintService() - method in class javax.print.DocPrintJob
Returns the PrintService object this print job is bound to.
getPrintService() - method in class java.awt.print.PrinterJob
Return the printer for this job.
getPrintService() - method in class javax.print.event.PrintServiceAttributeEvent
Returns the print service that generated this event.
Constructs a StreamPrintService which directs its output the given output stream.
getPrintServices() - method in class javax.print.PrintServiceLookup
Not to be called directly by applications.
Not to be called directly by applications.
getPriority() - method in class java.lang.Thread
Get this Thread's priority.
getPrivacy() - method in class org.ietf.jgss.MessageProp
Retrieves the privacy state.
getPrivate() - method in class java.security.KeyPair
Returns the private key stored in the KeyPair
getPrivateCredentials() - method in class javax.security.auth.Subject
getPrivateExponent() - method in class java.security.interfaces.RSAPrivateKey
Returns the private exponent value for this key
getPrivateExponent() - method in class java.security.spec.RSAPrivateKeySpec
Gets the RSA private exponent.
getPrivateKey() - method in class java.security.Signer
Returns the private key of this Signer.
getPrivateKey() - method in class javax.security.auth.x500.X500PrivateCredential
Returns the private key of this credential.
getPrivateKey(java.lang.String) - method in class javax.net.ssl.X509KeyManager
Gets the private key associated with the given alias.
getPrivateKeyValid() - method in class java.security.cert.X509CertSelector
This method, and its related X.509 certificate extension — the private key usage period — is not supported under the Internet PKI for X.509 certificates (PKIX), described in RFC 3280.
This method returns a list of the parameter and result columns for the requested stored procedures.
This method returns a list of all the stored procedures matching the specified pattern in the given schema and catalog.
getProcedureTerm() - method in class java.sql.DatabaseMetaData
This method returns the vendor's term for "procedure".
getProcessedDTD() - method in class javax.xml.stream.events.DTD
Returns an implementation-specific representation of the DTD, or null if no such representation is available.
getProfile() - method in class org.w3c.dom.html2.HTMLHeadElement
URI [IETF RFC 2396] designating a metadata profile.
getProfile() - method in class java.awt.color.ICC_ColorSpace
Return the profile
getProfileClass() - method in class java.awt.color.ICC_Profile
Returns the device class of this profile, (E.g.
getProgram() - method in class javax.sound.midi.MidiChannel
Get the current patch for this channel.
getProgram() - method in class javax.sound.midi.Patch
Get the program in which this Patch is located.
getProgressBarBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a two-pixel thick, green LineBorderUIResource.
getProgressiveMode() - method in class javax.imageio.ImageWriteParam
getProgressMonitor() - method in class javax.swing.ProgressMonitorInputStream
Returns the ProgressMonitor used by this input stream.
getPrompt() - method in class javax.security.auth.callback.ChoiceCallback
Get the prompt.
getPrompt() - method in class javax.security.auth.callback.ConfirmationCallback
Get the prompt.
getPrompt() - method in class org.w3c.dom.html2.HTMLIsIndexElement
The prompt message.
getPrompt() - method in class javax.security.auth.callback.NameCallback
Get the prompt.
getPrompt() - method in class javax.security.auth.callback.PasswordCallback
Get the prompt.
getPrompt() - method in class javax.security.auth.callback.TextInputCallback
Get the prompt.
getPropagatedFrom() - method in class java.beans.beancontext.BeanContextEvent
Get the most recent propagator of this event.
getPropagationId() - method in class java.beans.PropertyChangeEvent
Get the propagation ID.
getProperties() - static method in class java.lang.System
Get all the system properties at once.
getProperty(java.lang.Object) - method in class javax.swing.text.AbstractDocument
Returns a property from this Document's property list.
getProperty(java.lang.Object) - method in class javax.swing.text.Document
Returns a document property with the specified key.
getProperty(java.lang.String) - method in class javax.sound.sampled.AudioFileFormat
Return the value of a property defined in this format.
getProperty(java.lang.String) - method in class javax.sound.sampled.AudioFormat
Given a key, return a property associated with this format; or null if this property is not set.
getProperty(java.lang.String) - method in class java.awt.image.BufferedImage
Returns the value of the specified property, or Image.UndefinedProperty if the property is not defined.
getProperty(java.lang.String) - method in class javax.xml.stream.util.EventReaderDelegate
getProperty(java.lang.String) - method in class java.util.logging.LogManager
Returns the value of a configuration property as a String.
getProperty(java.lang.String) - method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(java.lang.String) - method in class java.util.Properties
Gets the property with the specified key in this property list.
getProperty(java.lang.String) - method in class javax.xml.stream.util.ReaderDelegate
getProperty(java.lang.String) - method in class java.awt.image.renderable.RenderableImage
getProperty(java.lang.String) - method in class java.awt.image.renderable.RenderableImageOp
getProperty(java.lang.String) - method in class java.awt.image.RenderedImage
getProperty(java.lang.String) - method in class javax.xml.parsers.SAXParser
Returns the value of the specified SAX2 parser property.
getProperty(java.lang.String) - method in class javax.xml.validation.SchemaFactory
getProperty(java.lang.String) - static method in class java.security.Security
Returns the value associated with a Security propery.
getProperty(java.lang.String) - static method in class java.lang.System
Get a single system property by name.
getProperty(java.lang.String) - method in class javax.xml.validation.Validator
getProperty(java.lang.String) - method in class javax.xml.validation.ValidatorHandler
getProperty(java.lang.String) - method in class javax.xml.stream.XMLEventReader
Returns the implementation-specific feature or property of the given name.
getProperty(java.lang.String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(java.lang.String) - method in class javax.xml.stream.XMLInputFactory
Returns the implementation-specific property of the given name.
getProperty(java.lang.String) - method in class javax.xml.stream.XMLOutputFactory
Returns the implementation-specific property of the given name.
getProperty(java.lang.String) - method in class org.xml.sax.XMLReader
Look up the value of a property.
getProperty(java.lang.String) - method in class javax.xml.stream.XMLStreamReader
Returns the implementation-specific feature or property of the given name.
getProperty(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Returns the implementation-specific feature or property of the given name.
This method requests a named property for an object.
This method requests a named property for an object.
Gets the property with the specified key in this property list.
getProperty(java.lang.String,java.lang.String) - static method in class java.lang.System
Get a single system property by name.
Returns the value of the property with the specified name, or the default value if the property does not exist.
getPropertyChangeEvent() - method in class java.beans.PropertyVetoException
Get the PropertyChange event that was vetoed.
getPropertyChangeListeners() - method in class javax.swing.AbstractAction
Returns all registered listeners.
getPropertyChangeListeners() - method in class java.awt.Component
Returns an array of all specified listeners registered on this component.
getPropertyChangeListeners() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns all added PropertyChangeListener objects.
Returns the currently registered property change listeners in array form.
Returns an array of all registered property change listeners.
getPropertyChangeListeners() - method in class javax.swing.table.TableColumn
Returns the property change listeners for this TableColumn.
getPropertyChangeListeners() - method in class java.awt.Toolkit
getPropertyChangeListeners() - method in class javax.swing.UIDefaults
Returns an array of all registered PropertyChangeListeners.
getPropertyChangeListeners() - static method in class javax.swing.UIManager
Returns an array of all added PropertyChangeListener objects.
Returns an array of all specified listeners on the named property that are registered on this component.
Returns the currently registered property change listeners in array form, which listen for changes to the supplied property.
Returns an array of all property change listeners registered under the given property name.
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyDescriptors() - method in class java.beans.BeanInfo
Get the properties (get/set method pairs) this Bean type supports.
getPropertyDescriptors() - method in class java.beans.SimpleBeanInfo
Force Introspection of the Bean properties.
getPropertyEditorClass() - method in class java.beans.PropertyDescriptor
Get the PropertyEditor class.
This method returns an array of possible properties that could be used to connect to the specified database.
getPropertyName() - method in class java.beans.PropertyChangeEvent
Get the property name.
getPropertyName() - method in class java.beans.PropertyChangeListenerProxy
Gets the name of the property this proxy is filtering on.
getPropertyName() - method in class java.beans.VetoableChangeListenerProxy
Gets the name of the property this proxy is filtering on.
getPropertyNames() - method in class java.awt.image.BufferedImage
Returns null always.
getPropertyNames() - method in class java.awt.image.renderable.ContextualRenderedImageFactory
getPropertyNames() - method in class java.awt.image.renderable.RenderableImage
getPropertyNames() - method in class java.awt.image.renderable.RenderableImageOp
getPropertyNames() - method in class java.awt.image.RenderedImage
getPropertyOverrides() - method in class java.rmi.activation.ActivationGroupDesc
Get the overridded system properties.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicButtonUI
Returns the prefix for the UI defaults property for this UI class.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicCheckBoxUI
Returns the prefix for entries in the UIManager defaults table ("CheckBox." in this case).
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicEditorPaneUI
Returns the property prefix to be used by this UI class.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicFormattedTextFieldUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicMenuItemUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicMenuUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicPasswordFieldUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicRadioButtonUI
Returns the prefix used for UIDefaults properties.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicTextAreaUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicTextFieldUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicTextPaneUI
Returns the prefix for entries in the UIDefaults table.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicTextUI
Returns the property prefix by which the text component's UIDefaults are looked up.
getPropertyPrefix() - method in class javax.swing.plaf.basic.BasicToggleButtonUI
Returns the prefix for entries in the UIManager defaults table ("ToggleButton." in this case).
getPropertyPrefix() - method in class javax.swing.plaf.metal.MetalCheckBoxUI
Returns the prefix for properties defined in the UIDefaults table.
Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the priority has been explicitly set in this declaration block.
getPropertyType() - method in class java.beans.PropertyDescriptor
Get the property type.
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
getProtectionDomain() - method in class java.lang.Class<T>
Returns the protection domain of this class.
getProtocol() - method in class javax.net.ssl.SSLContext
Returns the protocol name of this context.
getProtocol() - method in class javax.net.ssl.SSLSession
Returns the protocol this session uses.
getProtocol() - method in class java.net.URL
Returns the protocol of the URL
getPrototypeCellValue() - method in class javax.swing.JList
Returns the current value of the prototypeCellValue property.
getPrototypeDisplayValue() - method in class javax.swing.JComboBox
Returns an object that is used as the display value when calculating the preferred size for the combo box.
getProvider() - method in class java.security.AlgorithmParameterGenerator
getProvider() - method in class java.security.AlgorithmParameters
getProvider() - method in class java.security.cert.CertificateFactory
Gets the provider of this implementation.
getProvider() - method in class java.security.cert.CertPathBuilder
Return the provider of this instance's implementation.
getProvider() - method in class java.security.cert.CertPathValidator
Return the provider of this implementation.
getProvider() - method in class java.security.cert.CertStore
Return the provider of this implementation.
getProvider() - method in class javax.crypto.Cipher
Return this cipher's provider.
getProvider() - method in class javax.crypto.ExemptionMechanism
getProvider() - method in class javax.crypto.KeyAgreement
Return the provider of the underlying implementation.
getProvider() - method in class java.security.KeyFactory
Returns the Provider of this instance.
getProvider() - method in class javax.crypto.KeyGenerator
Return the provider of the underlying implementation.
getProvider() - method in class javax.net.ssl.KeyManagerFactory
Returns the provider of this implementation.
getProvider() - method in class java.security.KeyPairGenerator
Returns the Provider of this instance.
getProvider() - method in class java.security.KeyStore
Gets the provider that the class is from.
getProvider() - method in class javax.crypto.Mac
Get the provider of the underlying implementation.
getProvider() - method in class java.security.MessageDigest
Returns the Provider of this instance.
getProvider() - method in class javax.crypto.SecretKeyFactory
Get the provider of this implementation.
getProvider() - method in class java.security.SecureRandom
Returns the provider being used by the current SecureRandom class.
getProvider() - method in class java.security.Signature
Returns the Provider of this instance.
getProvider() - method in class javax.net.ssl.SSLContext
Returns the provider of this implementation.
getProvider() - method in class javax.net.ssl.TrustManagerFactory
Returns the provider of the underlying implementation.
getProvider(java.lang.String) - static method in class java.security.Security
Returns an already installed Provider given its name.
getProviders() - static method in class java.security.Security
Returns the current list of installed Providers as an array ordered according to their installation preference order.
getProviders(java.lang.String) - static method in class java.security.Security
Returns an array of currently installed Providers, ordered according to their installation preference order, which satisfy a given selection criterion.
getProviders(Map) - static method in class java.security.Security
Returns an array of currently installed Providers which satisfy a set of selection criteria.
getProxyClass(java.lang.ClassLoader,Class...) - static method in class java.lang.reflect.Proxy
Returns the proxy Class for the given ClassLoader and array of interfaces, dynamically generating it if necessary.
getPSName() - method in class java.awt.Font
Returns the PostScript Name of this font.
getPublic() - method in class java.security.KeyPair
Returns the public key stored in the KeyPair
getPublicCredentials() - method in class javax.security.auth.Subject
getPublicExponent() - method in class java.security.spec.RSAKeyGenParameterSpec
Return the public exponent.
getPublicExponent() - method in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the public exponent.
getPublicExponent() - method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - method in class java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent for this key
getPublicExponent() - method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA public exponent.
getPublicExponent() - method in class java.security.interfaces.RSAPublicKey
Returns the public exponent value for this key
getPublicExponent() - method in class java.security.spec.RSAPublicKeySpec
Gets the RSA public exponent.
getPublicId() - method in class org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - method in class org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - method in class javax.xml.stream.events.EntityDeclaration
Returns the public identifier of the entity.
getPublicId() - method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - method in class javax.xml.stream.Location
Returns the public identifier for this location, if any.
getPublicId() - method in class org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - method in class org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - method in class org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - method in class javax.xml.stream.events.NotationDeclaration
Returns the public identifier of the notation.
getPublicId() - method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - method in class javax.xml.transform.SourceLocator
Returns the XML public ID for the document.
getPublicId() - method in class javax.xml.transform.stream.StreamSource
Returns the public ID for this source.
getPublicKey() - method in class java.security.Certificate
This method returns the public key for the Principal that is being guaranteed.
getPublicKey() - method in class java.security.cert.Certificate
Returns the public key stored in the Certificate.
getPublicKey() - method in class javax.security.cert.Certificate
Returns this certificate's public key.
getPublicKey() - method in class java.security.Identity
getPublicKey() - method in class java.security.cert.PKIXCertPathValidatorResult
Returns the subject public key.
getPushLevel() - method in class java.util.logging.MemoryHandler
Returns the push level threshold for this Handler.
getQ() - method in class java.security.spec.DSAParameterSpec
Returns p for the DSA algorithm.
getQ() - method in class java.security.interfaces.DSAParams
Returns the subprime, or 'q' value
getQ() - method in class java.security.spec.DSAPrivateKeySpec
Returns p for the DSA algorithm.
getQ() - method in class java.security.spec.DSAPublicKeySpec
Returns p for the DSA algorithm.
getQName(int) - method in class org.xml.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQOP() - method in class org.ietf.jgss.MessageProp
Retrieves the QOP value.
getQTables() - method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
Retrieve the quantization tables.
getQTables() - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Retrieve the quantization tables.
getQuery() - method in class java.net.URI
Returns the query of the URI
getQuery() - method in class java.net.URL
Returns the query of the URL.
getQueryTimeout() - method in class javax.sql.RowSet
getQueryTimeout() - method in class java.sql.Statement
The method returns the number of seconds a statement may be in process before timing out.
getQuotes() - method in class org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
getRadioButtonBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing radio buttons.
getRadioButtonIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
Returns an icon for RadioButtons in the BasicLookAndFeel.
getRadioButtonIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns an icon for RadioButtons in the Metal L&F.
getRadioButtonMenuItemIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
getRadioButtonMenuItemIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates a new instance of the icon used in a JRadioButtonMenuItem.
getRaisedBevelBorderUIResource() - static method in class javax.swing.plaf.BorderUIResource
Returns a shared instance of BorderUIResource.BevelBorderUIResource whose bevelType is BevelBorder.RAISED.
getRanges() - method in class java.awt.font.NumericShaper
Return an integer representing all the languages for which this shaper will shape.
getRaster() - method in class java.awt.image.BufferedImage
getRaster() - method in class javax.imageio.IIOImage
Retrieve the raster image data stored in this IIOImage or null if this image stores data using the RenderedImage representation.
getRaster(int,int,int,int) - method in class java.awt.PaintContext
Return a raster containing the colors for the graphics operation.
getRawAuthority() - method in class java.net.URI
Returns the raw authority part of this URI
getRawFragment() - method in class java.net.URI
Return the raw fragment part of this URI
getRawImageType(int) - method in class javax.imageio.ImageReader
Get the image type specifier that most closely represents the internal data representation used by this reader.
getRawOffset() - method in class java.util.SimpleTimeZone
Returns the time zone offset to GMT in milliseconds, ignoring day light savings.
getRawOffset() - method in class java.util.TimeZone
Gets the time zone offset, ignoring daylight savings.
getRawPath() - method in class java.net.URI
Returns the raw path part of this URI
getRawQuery() - method in class java.net.URI
Returns the raw query part of this URI
getRawSchemeSpecificPart() - method in class java.net.URI
Returns the raw scheme specific part of this URI.
getRawType() - method in class java.lang.reflect.ParameterizedType
Returns a version of this type without parameters, which corresponds to the class or interface which declared the type.
getRawUserInfo() - method in class java.net.URI
Returns the raw user info part of this URI
getRead() - method in class java.sql.DataTruncation
This method determines whether or not it was a column that was truncated.
getReader() - method in class javax.xml.transform.stream.StreamSource
Returns the source reader.
getReader(int) - method in class javax.swing.text.html.HTMLDocument
Gets the reader for the parser to use when loading the document with HTML.
Gets the reader for the parser to use when loading the document with HTML.
getReaderFormatNames() - static method in class javax.imageio.ImageIO
Retrieve all the informal format names supported by the collection of registered image readers.
getReaderForText() - method in class javax.print.Doc
Returns a Reader object for extracting character print data from this document.
getReaderForText() - method in class javax.print.SimpleDoc
Returns a Reader object for extracting character print data from this document.
Creates a Reader for a given Transferable.
getReaderMIMETypes() - static method in class javax.imageio.ImageIO
Retrieve all the MIME types supported by the collection of registered image readers.
getReaderServiceProviderName() - method in class javax.imageio.spi.ImageTranscoderSpi
getReadMethod() - method in class java.beans.PropertyDescriptor
Get the get method.
getReadOnly() - method in class org.w3c.dom.html2.HTMLInputElement
This control is read-only.
getReadOnly() - method in class org.w3c.dom.html2.HTMLTextAreaElement
This control is read-only.
getReadTimeout() - method in class java.net.URLConnection
Returns the read timeout, in milliseconds, or zero if the timeout is infinite or not set.
getRealm() - method in class javax.security.auth.kerberos.KerberosPrincipal
Return the realm of this principal.
getReason() - method in class javax.print.URIException
Returns the reason for this exception as predefined constants in this interface.
getReason() - method in class java.net.URISyntaxException
Returns the reason for the failure.
getReceiveBufferSize() - method in class java.net.DatagramSocket
This method returns the value of the system level socket option SO_RCVBUF, which is used by the operating system to tune buffer sizes for data transfers.
getReceiveBufferSize() - method in class java.net.ServerSocket
This method returns the value of the system level socket option SO_RCVBUF, which is used by the operating system to tune buffer sizes for data transfers.
getReceiveBufferSize() - method in class java.net.Socket
This method returns the value of the system level socket option SO_RCVBUF, which is used by the operating system to tune buffer sizes for data transfers.
getReceiver() - method in class javax.sound.midi.MidiDevice
Get a MIDI IN Receiver for this device.
getReceiver() - static method in class javax.sound.midi.MidiSystem
Get the default Receiver instance.
getReceiver() - method in class javax.sound.midi.Transmitter
Get the Receiver to which MIDI events will be sent (possibly null)
getRectValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Rect value.
getRecursionLimit() - method in class java.awt.geom.FlatteningPathIterator
Returns the maximum number of recursive curve subdivisions.
getRed() - method in class java.awt.Color
Returns the red value for this color, as an integer in the range 0-255 in the sRGB color space.
getRed() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the red value of the RGB color.
getRed(int) - method in class java.awt.image.ColorModel
Converts pixel value to sRGB and extract red int sample scaled to range [0, 255].
getRed(int) - method in class java.awt.image.ComponentColorModel
getRed(int) - method in class java.awt.image.DirectColorModel
Get the red component of the given pixel.
getRed(int) - method in class java.awt.image.IndexColorModel
Returns the red component of the color in the lookup table for the given pixel value.
getRed(java.lang.Object) - method in class java.awt.image.ColorModel
Converts pixel in the given array to sRGB and extract blue int sample scaled to range [0-255].
getRed(java.lang.Object) - method in class java.awt.image.ComponentColorModel
getRed(java.lang.Object) - method in class java.awt.image.DirectColorModel
getRedMask() - method in class java.awt.image.DirectColorModel
getRedoPresentationName() - method in class javax.swing.undo.AbstractUndoableEdit
Calculates a localized name for presenting the redo action to the user.
getRedoPresentationName() - method in class javax.swing.undo.CompoundEdit
Calculates a localized message text for presenting the redo action to the user.
getRedoPresentationName() - method in class javax.swing.undo.UndoableEdit
Returns the redo presentation name.
getRedoPresentationName() - method in class javax.swing.undo.UndoManager
Calculates a localized text for presenting the redo action to the user, for example in the form of a menu command.
getReds(byte[]) - method in class java.awt.image.IndexColorModel
Fills the supplied array with the red component of each color in the lookup table.
getRef() - method in class java.rmi.server.RemoteObject
getRef() - method in class java.net.URL
Returns the ref (sometimes called the "# reference" or "anchor") portion of the URL.
getRef(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Ref.
getRef(int) - method in class java.sql.ResultSet
This method returns a Ref for the specified column which represents the structured type for the column.
getRef(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java Ref.
getRef(java.lang.String) - method in class java.sql.ResultSet
This method returns a Ref for the specified column which represents the structured type for the column.
getRefClass(java.io.ObjectOutput) - method in class java.rmi.server.RemoteRef
Returns the class name of the reference type that must be written to the given stream.
getReference() - method in class javax.naming.Referenceable
Get the reference about this object.
getReferralContext() - method in class javax.naming.ldap.LdapReferralException
getReferralContext() - method in class javax.naming.ReferralException
getReferralContext(Hashtable) - method in class javax.naming.ldap.LdapReferralException
getReferralContext(Hashtable) - method in class javax.naming.ReferralException
getReferralInfo() - method in class javax.naming.ReferralException
getReferrals() - method in class javax.naming.ldap.UnsolicitedNotification
getReferrer() - method in class org.w3c.dom.html2.HTMLDocument
Returns the URI [IETF RFC 2396] of the page that linked to this page.
getRefreshRate() - method in class java.awt.DisplayMode
Returns the refresh rate, in hertz.
getRegion() - method in class javax.swing.plaf.synth.SynthContext
Returns the region that identifies this state.
getRegion(javax.swing.JComponent) - static method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns the region for a given Swing component.
getRegisteredKeyStrokes() - method in class javax.swing.JComponent
Return the set of KeyStroke objects which are registered to initiate actions on this component.
getRegistry() - static method in class java.rmi.registry.LocateRegistry
getRegistry(int) - static method in class java.rmi.registry.LocateRegistry
getRegistry(java.lang.String) - static method in class java.rmi.registry.LocateRegistry
getRegistry(java.lang.String,int) - static method in class java.rmi.registry.LocateRegistry
getRel() - method in class org.w3c.dom.html2.HTMLAnchorElement
Forward link type.
getRel() - method in class org.w3c.dom.html2.HTMLLinkElement
Forward link type.
getRelatedData() - method in class org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - method in class org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - method in class org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - method in class org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - method in class org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRemaining() - method in class java.util.zip.Inflater
Gets the number of unprocessed input.
Returns the remaining lifetime is seconds for the credential to remain capable of accepting security contexts under the specified mechanism.
Returns the remaining lifetime is seconds for the credential to remain capable of initiating security contexts under the specified mechanism.
getRemainingLifetime() - method in class org.ietf.jgss.GSSCredential
Returns the remaining lifetime in seconds for a credential.
getRemainingName() - method in class javax.naming.NamingException
Gets the part of the name that could not be resolved before this exception happend.
getRemainingName() - method in class javax.naming.spi.ResolveResult
Get the remaining unresolved part of the name
getRemainingNewName() - method in class javax.naming.CannotProceedException
getRemoteSocketAddress() - method in class java.net.DatagramSocket
Returns the SocketAddress of the host this socket is conneted to or null if this socket is not connected.
getRemoteSocketAddress() - method in class java.net.Socket
Returns the remote socket address.
getRemoveListenerMethod() - method in class java.beans.EventSetDescriptor
getRenderableSource(int) - method in class java.awt.image.renderable.ParameterBlock
getRenderedImage() - method in class javax.imageio.IIOImage
Retrieve the rendered image data stored in this IIOImage or null if this image stores data using the Raster representation.
getRenderedSource(int) - method in class java.awt.image.renderable.ParameterBlock
getRenderer() - method in class javax.swing.JComboBox
This method returns renderer responsible for rendering selected item in the combo box
Returns the current value of a rendering hint.
getRenderingHints() - method in class java.awt.image.AffineTransformOp
Returns rendering hints that are used during transformation.
getRenderingHints() - method in class java.awt.image.BandCombineOp
Returns the rendering hints for this operation.
getRenderingHints() - method in class java.awt.image.BufferedImageOp
Returns the rendering hints for this operation.
getRenderingHints() - method in class java.awt.image.ColorConvertOp
Returns the rendering hints for this op.
getRenderingHints() - method in class java.awt.image.ConvolveOp
Returns the rendering hints for this operation.
getRenderingHints() - method in class java.awt.Graphics2D
Returns the current rendering hints.
getRenderingHints() - method in class java.awt.image.LookupOp
Returns the rendering hints for this operation.
getRenderingHints() - method in class java.awt.image.RasterOp
Returns the rendering hints for this operation.
getRenderingHints() - method in class java.awt.image.renderable.RenderContext
getRenderingHints() - method in class java.awt.image.RescaleOp
Returns the rendering hints for this operation.
getRenewTill() - method in class javax.security.auth.kerberos.KerberosTicket
Return the renewal time for this ticket.
getReorderingAllowed() - method in class javax.swing.table.JTableHeader
Check if it is possible to reorder the table columns by dragging column header with mouse.
getReplacementText() - method in class javax.xml.stream.events.EntityDeclaration
Returns the replacement text for the entity.
getReplayDetState() - method in class org.ietf.jgss.GSSContext
Returns the state of the replay detection option for the context.
getRepresentationClass() - method in class java.awt.datatransfer.DataFlavor
Returns the representation class for this flavor.
getRepresentationClassName() - method in class javax.print.DocFlavor
Returns the name of the representation class of this flavor object.
getRequestControls() - method in class javax.naming.ldap.InitialLdapContext
getRequestControls() - method in class javax.naming.ldap.LdapContext
getRequestingHost() - method in class java.net.Authenticator
Returns the hostname of the host or proxy requesting authorization, or null if not available.
getRequestingPort() - method in class java.net.Authenticator
This method returns the port of the site that is requesting authentication.
getRequestingPrompt() - method in class java.net.Authenticator
Returns the prompt that should be used when requesting authentication information from the user
getRequestingProtocol() - method in class java.net.Authenticator
This method returns the requesting protocol of the operation that is requesting authentication
getRequestingScheme() - method in class java.net.Authenticator
This method returns the authentication scheme in use
getRequestingSite() - method in class java.net.Authenticator
This method returns the address of the site that is requesting authentication.
getRequestMethod() - method in class java.net.HttpURLConnection
The request method currently in use for this connection.
getRequestProperties() - method in class java.net.URLConnection
Returns an unmodifiable Map containing the request properties.
Returns the value of the named request property.
getReshowDelay() - method in class javax.swing.ToolTipManager
This method returns the amount of delay where if the mouse re-enters a Component, the tooltip will be shown immediately.
getResizable() - method in class javax.swing.table.TableColumn
Returns the flag that controls whether or not the column is resizable.
getResizeWeight() - method in class javax.swing.JSplitPane
This method returns the current resize weight.
getResizeWeight(int) - method in class javax.swing.text.html.BlockView
Gets the resize weight.
getResizeWeight(int) - method in class javax.swing.text.BoxView
Returns the resize weight of this view.
getResizeWeight(int) - method in class javax.swing.text.FieldView
Returns the resize weight of this view.
getResizeWeight(int) - method in class javax.swing.text.TableView.TableRow
Determines the resizeability of this view along the specified axis.
getResizeWeight(int) - method in class javax.swing.text.View
Returns the resize weight of this view.
getResizingAllowed() - method in class javax.swing.table.JTableHeader
Check if it is possible to resize the table columns by dragging the column boundary in the table header with mouse.
getResizingColumn() - method in class javax.swing.table.JTableHeader
Get the column that is currently being resized.
getResolution() - method in class javax.sound.midi.MidiFileFormat
Get the file timing resolution.
getResolution() - method in class javax.sound.midi.Sequence
The timing resolution for this sequence, relative to the division type.
getResolution(int) - method in class javax.print.attribute.ResolutionSyntax
Returns the resolution as two field array.
getResolvedName() - method in class javax.naming.NamingException
Gets the part of the name that could be resolved before this exception happend.
getResolvedObj() - method in class javax.naming.NamingException
Gets the Object to which (part of) the name could be resolved before this exception happend.
getResolvedObj() - method in class javax.naming.spi.ResolveResult
Get the object to that the name was partially resolved
getResolveParent() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the resolve parent of this element.
getResolveParent() - method in class javax.swing.text.AttributeSet
Returns the resolving parent of this AttributeSet.
getResolveParent() - method in class javax.swing.text.html.HTMLDocument.BlockElement
Gets the resolving parent.
getResolveParent() - method in class javax.swing.text.html.HTMLDocument.RunElement
Gets the resolving parent.
getResolveParent() - method in class javax.swing.text.Keymap
getResolveParent() - method in class javax.swing.text.SimpleAttributeSet
Returns the resolving parent.
getResolveParent() - method in class javax.swing.text.StyleContext.NamedStyle
getResolveParent() - method in class javax.swing.text.StyleContext.SmallAttributeSet
getResource(java.lang.String) - method in class java.lang.Class<T>
Get a resource URL using this class's package using the getClassLoader().getResource() method.
getResource(java.lang.String) - method in class java.lang.ClassLoader
Get the URL to a resource using this classloader or one of its parents.
Get a resource.
Get a resource.
Get a resource using this class's package using the getClassLoader().getResourceAsStream() method.
Get a resource as stream using this classloader or one of its parents.
Get a resource as a stream.
Get a resource as a stream.
getResourceBaseName() - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getResourceBundle() - method in class java.util.logging.Logger
Returns the resource bundle that is being used for localizing messages.
getResourceBundle() - method in class java.util.logging.LogRecord
Returns the resource bundle that is used when the message of this LogRecord needs to be localized.
getResourceBundleName() - method in class java.util.logging.Level
Returns the name of the resource bundle used for localizing the level name.
getResourceBundleName() - method in class java.util.logging.Logger
Returns the name of the resource bundle that is being used for localizing messages.
getResourceBundleName() - method in class java.util.logging.LogRecord
Returns the name of the resource bundle that is used when the message of this LogRecord needs to be localized.
getResourceResolver() - method in class javax.xml.validation.SchemaFactory
getResourceResolver() - method in class javax.xml.validation.Validator
getResourceResolver() - method in class javax.xml.validation.ValidatorHandler
getResources() - method in class javax.sound.midi.Soundbank
Get an array of non-Instrument resources in this sound bank.
getResources(java.lang.String) - method in class java.lang.ClassLoader
Returns an Enumeration of all resources with a given name that can be found by this classloader and its parents.
getResponseCode() - method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message, or -1 if the response code could not be determined.
getResponseControls() - method in class javax.naming.ldap.InitialLdapContext
getResponseControls() - method in class javax.naming.ldap.LdapContext
getResponseMessage() - method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRestartMode() - method in class java.rmi.activation.ActivationDesc
Get the object reactivation strategy after crash.
getResultSet() - method in class java.sql.Array
Returns the elements in the array as a ResultSet.
getResultSet() - method in class java.sql.Statement
This method returns the result set of the SQL statement that was executed.
getResultSet(long,int) - method in class java.sql.Array
This method returns a portion of the array as a ResultSet.
getResultSet(long,int,Map>) - method in class java.sql.Array
This method returns a portion of the array as a ResultSet.
getResultSet(Map>) - method in class java.sql.Array
This method returns the elements in the array as a ResultSet.
getResultSetConcurrency() - method in class java.sql.Statement
This method returns the concurrency type of the result set for this statement.
getResultSetHoldability() - method in class java.sql.DatabaseMetaData
This method returns the default holdability type of ResultSetS retrieved from this database.
getResultSetHoldability() - method in class java.sql.Statement
getResultSetType() - method in class java.sql.Statement
This method returns the result set type for this statement.
getResultStream(boolean) - method in class java.rmi.server.RemoteCall
getResultType() - method in class org.w3c.dom.xpath.XPathResult
A code representing the type of this result, as defined by the type constants.
getReturningAttributes() - method in class javax.naming.directory.SearchControls
getReturningObjFlag() - method in class javax.naming.directory.SearchControls
getReturnOpenType() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the open type instance which represents the type of the return value.
getReturnOpenType() - method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the open type instance which represents the type of the return value.
getReturnType() - method in class javax.management.MBeanOperationInfo
Returns the return type of the operation, as the class name.
getReturnType() - method in class java.lang.reflect.Method
Gets the return type of this method.
getReturnType() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the return type of the operation, as the class name.
getReuseAddress() - method in class java.net.DatagramSocket
Checks if SO_REUSEADDR is enabled.
getReuseAddress() - method in class java.net.ServerSocket
Checks if the SO_REUSEADDR option is enabled
getReuseAddress() - method in class java.net.Socket
Checks if the SO_REUSEADDR option is enabled
getRev() - method in class org.w3c.dom.html2.HTMLAnchorElement
Reverse link type.
getRev() - method in class org.w3c.dom.html2.HTMLLinkElement
Reverse link type.
getRevocationDate() - method in class java.security.cert.X509CRLEntry
Gets the revocation date in revocationDate for this X509CRLEntry.
getRevokedCertificate(java.math.BigInteger) - method in class java.security.cert.X509CRL
Gets the requeste dX509Entry for the specified certificate serial number.
getRGB() - method in class java.awt.Color
Returns the RGB value for this color, in the sRGB color space.
getRGB() - method in class java.awt.SystemColor
Returns the RGB value for this color, in the sRGB color space.
getRGB(int) - method in class java.awt.image.ColorModel
Converts a pixel int value of the color space of the color model to a sRGB pixel int value.
getRGB(int) - method in class java.awt.image.ComponentColorModel
getRGB(int) - method in class java.awt.image.DirectColorModel
Get the RGB color value of the given pixel using the default RGB color model.
getRGB(int) - method in class java.awt.image.IndexColorModel
Get the RGB color value of the given pixel using the default RGB color model.
getRGB(int,int) - method in class java.awt.image.BufferedImage
getRGB(int,int,int,int,int[],int,int) - method in class java.awt.image.BufferedImage
getRGB(java.lang.Object) - method in class java.awt.image.ColorModel
Converts a pixel in the given array of the color space of the color model to an sRGB pixel int value.
getRGB(java.lang.Object) - method in class java.awt.image.ComponentColorModel
getRGB(java.lang.Object) - method in class java.awt.image.DirectColorModel
getRGBColorComponents(float[]) - method in class java.awt.Color
Returns a float array with the red, green, and blue components, in the default sRGB space, with values in the range 0.0-1.0.
getRGBColorValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the RGB color.
getRGBComponents(float[]) - method in class java.awt.Color
Returns a float array with the red, green, and blue components, and the alpha value, in the default sRGB space, with values in the range 0.0-1.0.
getRGBdefault() - static method in class java.awt.image.ColorModel
Returns the default color model which in Sun's case is an instance of DirectColorModel.
getRGBPixel(int,int) - method in class java.awt.peer.RobotPeer
getRGBPixels(java.awt.Rectangle) - method in class java.awt.peer.RobotPeer
getRGBs(int[]) - method in class java.awt.image.IndexColorModel
Get the RGB color values of all pixels in the map using the default RGB color model.
getRichness() - method in class org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
getRight() - method in class org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
getRight() - method in class org.w3c.dom.css.Rect
This attribute is used for the right of the rect.
getRightChildIndent() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the indent value for the right child.
getRightComponent() - method in class javax.swing.JSplitPane
This method returns the right component.
getRightIndent(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the right indentation specified in the given attributes, or 0.0f if no right indentation is specified.
getRightInset() - method in class javax.swing.text.AsyncBoxView
Returns the right inset.
getRightInset() - method in class javax.swing.text.CompositeView
Returns the right inset of this CompositeView.
getRMIRepositoryID(java.lang.Class) - method in class javax.rmi.CORBA.ValueHandler
Get CORBA repository Id for the given java class.
getRolloverIcon() - method in class javax.swing.AbstractButton
Return the button's rollover icon.
getRolloverSelectedIcon() - method in class javax.swing.AbstractButton
Return the button's rollover selected icon.
getRolloverTab() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
Retunrs the index of the tab over which the mouse is currently moving, or -1 for no tab.
getRoot() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the root node by iterating the parents of this node.
getRoot() - method in class javax.swing.tree.DefaultTreeModel
getRoot
getRoot() - method in class org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - method in class javax.swing.tree.TreeModel
getRoot
getRoot() - method in class org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRoot(java.awt.Component) - static method in class javax.swing.SwingUtilities
Returns the "root" of the component tree containint comp The root is defined as either the least ancestor of comp which is a Window, or the greatest ancestor of comp which is a Applet if no Window ancestors are found.
getRootCause() - method in class javax.naming.NamingException
Gets the root cause field rootException of this Exception.
getRootElement() - method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Returns the root element of this ElementBuffer.
getRootElements() - method in class javax.swing.text.AbstractDocument
Returns all root elements of this Document.
getRootElements() - method in class javax.swing.text.Document
Returns the root elements of the document content.
getRootFrame() - static method in class javax.swing.JOptionPane
This method returns the Frame used by JOptionPane dialog's that have no parent.
getRootName() - method in class javax.imageio.metadata.IIOMetadataFormat
getRootName() - method in class javax.imageio.metadata.IIOMetadataFormatImpl
getRootPane() - method in class javax.swing.JApplet
getRootPane() - method in class javax.swing.JComponent
Returns the first ancestor of this component which is a JRootPane.
getRootPane() - method in class javax.swing.JDialog
This method returns the JRootPane used with this JDialog.
getRootPane() - method in class javax.swing.JFrame
getRootPane
getRootPane() - method in class javax.swing.JInternalFrame
This method returns the Root Pane for this JInternalFrame.
getRootPane() - method in class javax.swing.JWindow
getRootPane
getRootPane() - method in class javax.swing.RootPaneContainer
getRootPane
getRootPane(java.awt.Component) - static method in class javax.swing.SwingUtilities
If comp is a RootPaneContainer, return its JRootPane.
getRoots() - method in class javax.swing.filechooser.FileSystemView
Returns an array containing the file system roots.
getRootView(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.basic.BasicTextUI
Returns the root View of a text component.
getRootView(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the TextUI.getRootView(JTextComponent) method for all the UI delegates managed by this MultiTextUI, returning the view for the UI delegate from the primary look and feel.
getRootView(javax.swing.text.JTextComponent) - method in class javax.swing.plaf.TextUI
Retrieves the root of the view tree that visually presents the text.
getRotateInstance(double) - static method in class java.awt.geom.AffineTransform
Returns a rotation transform.
getRotateInstance(double,double,double) - static method in class java.awt.geom.AffineTransform
Returns a rotation transform about a point.
getRoundedCorners() - method in class javax.swing.border.LineBorder
Returns whether this LineBorder os drawm with rounded or with plain corners.
getRoundingMode() - method in class java.math.MathContext
Returns the rounding mode setting.
getRounds() - method in class javax.crypto.spec.RC5ParameterSpec
Get the number of rounds.
getRow() - method in class java.sql.ResultSet
This method returns the current row number in the cursor.
getRowBounds(int) - method in class javax.swing.JTree
getRowCount() - method in class javax.swing.tree.AbstractLayoutCache
getRowCount
getRowCount() - method in class javax.swing.table.DefaultTableModel
Returns the number of rows in the model.
getRowCount() - method in class javax.swing.tree.FixedHeightLayoutCache
Get the total number of rows in the tree.
getRowCount() - method in class javax.swing.JTable
Get the value of the rowCount property by delegation to the dataModel field.
getRowCount() - method in class javax.swing.JTree
getRowCount() - method in class javax.swing.table.TableModel
Returns the number of rows in the model.
getRowCount() - method in class javax.swing.text.TableView.TableCell
Returns the number of rows that this cell spans.
getRowCount() - method in class javax.swing.tree.VariableHeightLayoutCache
Get the total number of rows in the tree.
getRowCount(javax.swing.JTree) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the number of rows that are being displayed.
getRowCount(javax.swing.JTree) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.getRowCount(JTree) method for all the UI delegates managed by this MultiTreeUI, returning the count for the UI delegate from the primary look and feel.
getRowCount(javax.swing.JTree) - method in class javax.swing.plaf.TreeUI
Counts how many rows are currently displayed.
getRowEnd(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Get the model position of the end of the row that contains the specified model position.
getRowForLocation(int,int) - method in class javax.swing.JTree
Returns the row that the last item identified in path is visible at.
Calls the TreeUI.getRowForPath(JTree,TreePath) method for all the UI delegates managed by this MultiTreeUI, returning the row index for the UI delegate from the primary look and feel.
Determines in which row a TreePath is currently being displayed.
getRowForPath
Get the row, displaying the last node of the given path.
getRowForPath(javax.swing.tree.TreePath) - method in class javax.swing.JTree
Get the row, displaying the last node of the given path.
getRowHeader() - method in class javax.swing.JScrollPane
getRowHeader() - method in class javax.swing.ScrollPaneLayout
getRowHeight() - method in class javax.swing.tree.AbstractLayoutCache
getRowHeight
getRowHeight() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the current row height.
getRowHeight() - method in class javax.swing.JTable
Get the value of the rowHeight property.
getRowHeight() - method in class javax.swing.JTextArea
getRowHeight() - method in class javax.swing.JTree
getRowHeight(int) - method in class javax.swing.plaf.basic.BasicListUI
Calculate the height of a particular row.
getRowHeight(int) - method in class javax.swing.JTable
Get the height of the specified row.
getRowIndex() - method in class org.w3c.dom.html2.HTMLTableRowElement
This is in logical order and not in document order.
getRowMapper() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the RowMapper that is currently used to map between paths and their rows.
getRowMapper() - method in class javax.swing.tree.TreeSelectionModel
getRowMargin() - method in class javax.swing.JTable
Get the value of the rowMargin property.
getRows() - method in class java.awt.GridLayout
Return the number of rows in this layout.
getRows() - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of rows of frames in the frameset.
getRows() - method in class org.w3c.dom.html2.HTMLTableElement
Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
getRows() - method in class org.w3c.dom.html2.HTMLTableSectionElement
The collection of rows in this table section.
getRows() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Number of text rows.
getRows() - method in class javax.swing.JTextArea
Returns the current number of rows.
getRows() - method in class java.awt.List
Returns the number of visible rows in the list.
getRows() - method in class java.awt.TextArea
Retrieve the number of rows that this text area would prefer to display.
getRowSelectionAllowed() - method in class javax.swing.JTable
Get the value of the rowSelectionAllowed property.
Get the tree row numbers for the given pathes.
getRowsForPaths(javax.swing.tree.TreePath[]) - method in class javax.swing.tree.RowMapper
getRowsForPaths
getRowSpan() - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of rows spanned by cell.
getRowStart(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Get the model position of the start of the row that contains the specified model position.
getRowType() - method in class javax.management.openmbean.TabularType
Returns the type of the rows used by this tabular data structure.
getRowX(int,int) - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the amount to indent the given row
getRowX(int,int) - method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
Returns the amount to indent the given row
getRSB() - method in class java.awt.font.GlyphMetrics
getRule() - method in class java.awt.AlphaComposite
getRule(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Gets the rule that best matches the selector. selector is a space separated String of element names.
Gets the style used to render the given tag.
getRules() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which internal table borders to render.
getRules() - method in class java.text.RuleBasedCollator
This method returns a String containing the collation rules for this object.
getRunCount() - method in class java.text.Bidi
Return the number of runs in the result.
getRunForTab(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns which run a particular tab belongs to.
getRunLevel(int) - method in class java.text.Bidi
Return the level of the indicated run.
getRunLimit() - method in class java.text.AttributedCharacterIterator
Returns the index of the character after the end of the run that contains all attributes defined for the current character.
Returns the index of the character after the end of the run that contains all attributes in the specified Set defined for the current character.
getRunLimit(int) - method in class java.text.Bidi
Return the index of the character just following the end of the indicated run.
Returns the index of the character after the end of the run that contains the specified attribute defined for the current character.
getRunStart() - method in class java.text.AttributedCharacterIterator
Returns the index of the first character in the run that contains all attributes defined for the current character.
Returns the index of the first character in the run that contains all attributes in the specified Set defined for the current character.
getRunStart(int) - method in class java.text.Bidi
Return the index of the first character in the indicated run.
Returns the index of the first character in the run that contains the specified attribute defined for the current character.
getRuntime() - static method in class java.lang.Runtime
Get the current Runtime object for this JVM.
getRunTimeCodeBase() - method in class javax.rmi.CORBA.ValueHandler
Returns the CodeBase for this ValueHandler.
getRuntimeMXBean() - static method in class java.lang.management.ManagementFactory
Returns the runtime management bean for the running virtual machine.
getSalt() - method in class javax.crypto.interfaces.PBEKey
Returns a copy of the salt.
getSalt() - method in class javax.crypto.spec.PBEKeySpec
Get the salt bytes array copy.
getSalt() - method in class javax.crypto.spec.PBEParameterSpec
Get the salt.
getSaltLength() - method in class java.security.spec.PSSParameterSpec
getSample(int,int,int) - method in class java.awt.image.Raster
Returns the sample value for the pixel at (x, y) in the raster.
Returns a sample value for the pixel at (x, y) in the specified data buffer.
Returns the sample for band b of the pixel at (x, y) that is stored in the specified data buffer.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
getSampleDouble(int,int,int) - method in class java.awt.image.Raster
Returns the sample value for the pixel at (x, y) in the raster.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
getSampleFloat(int,int,int) - method in class java.awt.image.Raster
Returns the sample value for the pixel at (x, y) in the raster.
Returns a sample value for the pixel at (x, y) in the specified data buffer.
Returns the sample value for the pixel at (x, y) in the specified data buffer.
getSampleModel() - method in class java.awt.image.BufferedImage
getSampleModel() - method in class javax.imageio.ImageTypeSpecifier
Get the sample model specified by this image type specifier.
getSampleModel() - method in class java.awt.image.Raster
Returns the sample model that accesses the data buffer (to extract pixel data) for this raster.
getSampleModel() - method in class java.awt.image.RenderedImage
getSampleModel(int,int) - method in class javax.imageio.ImageTypeSpecifier
Create a sample model that is compatible with the one specified by this image type specifier, with the given dimensions.
getSampleModelTranslateX() - method in class java.awt.image.Raster
Returns the x-translation.
getSampleModelTranslateY() - method in class java.awt.image.Raster
Returns the y-translation.
getSampleRate() - method in class javax.sound.sampled.AudioFormat
Return the sample rate of this format.
getSamples(int,int,int,int,int,double[]) - method in class java.awt.image.Raster
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the raster.
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getSamples(int,int,int,int,int,float[]) - method in class java.awt.image.Raster
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the raster.
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getSamples(int,int,int,int,int,int[]) - method in class java.awt.image.Raster
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the raster.
Copy one band's samples from a region into an array.
Returns an array containing the samples from one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
getSampleSize() - method in class java.awt.image.ComponentSampleModel
Returns the size in bits for each sample (one per band).
getSampleSize() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns an array containing the size (in bits) of the samples in each band.
getSampleSize() - method in class java.awt.image.SampleModel
Returns an array containing the size (in bits) for each band accessed by the SampleModel.
getSampleSize() - method in class java.awt.image.SinglePixelPackedSampleModel
Returns an array containing the size (in bits) for each band accessed by the SampleModel.
getSampleSize(int) - method in class java.awt.image.ComponentSampleModel
Returns the size in bits for the samples in the specified band.
getSampleSize(int) - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the size of the samples in the specified band.
getSampleSize(int) - method in class java.awt.image.SampleModel
Returns the size (in bits) of the samples for the specified band.
getSampleSize(int) - method in class java.awt.image.SinglePixelPackedSampleModel
Returns the size (in bits) of the samples for the specified band.
getSampleSizeInBits() - method in class javax.sound.sampled.AudioFormat
Return the sample size of this format, in bits.
getSaslClientFactories() - static method in class javax.security.sasl.Sasl
Gets an enumeration of known factories for producing a SaslClient instance.
getSaslServerFactories() - static method in class javax.security.sasl.Sasl
Gets an enumeration of known factories for producing a SaslServer instance.
getSavepointId() - method in class java.sql.Savepoint
getSavepointName() - method in class java.sql.Savepoint
getScale(int) - method in class java.sql.ParameterMetaData
getScale(int) - method in class java.sql.ResultSetMetaData
This method returns the scale of the specified column, which is the number of digits to the right of the decimal point.
getScaledInstance(float,boolean) - method in class javax.imageio.plugins.jpeg.JPEGQTable
Retrieve a copy of this JPEG quantization table with every value scaled by the given scale factor, and clamped from 1 to 255 baseline or from 1 to 32767 otherwise.
getScaledInstance(int,int,int) - method in class java.awt.Image
Scales the image to the requested dimension.
getScaleFactors(float[]) - method in class java.awt.image.RescaleOp
Returns the scaling factors.
getScaleInstance(double,double) - static method in class java.awt.geom.AffineTransform
Returns a scaling transform:
 [ sx 0  0 ]
 [ 0  sy 0 ]
 [ 0  0  1 ]
 
getScaleX() - method in class java.awt.geom.AffineTransform
Returns the X coordinate scaling factor of the matrix.
getScaleY() - method in class java.awt.geom.AffineTransform
Returns the Y coordinate scaling factor of the matrix.
getScanlineStride() - method in class java.awt.image.ComponentSampleModel
Returns the distance (in terms of element indices) between the sample for one pixel and the corresponding sample for the equivalent pixel in the next row.
getScanlineStride() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of data elements from a pixel in one row to the corresponding pixel in the next row.
getScanlineStride() - method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of data elements from a pixel in one row to the corresponding pixel in the next row.
getSchema() - method in class javax.xml.parsers.DocumentBuilder
Returns the schema in use by the XML processor.
getSchema() - method in class javax.xml.parsers.DocumentBuilderFactory
Returns the schema.
getSchema() - method in class javax.xml.parsers.SAXParser
Returns the schema in use by this parser.
getSchema() - method in class javax.xml.parsers.SAXParserFactory
Returns the schema.
getSchema(java.lang.String) - method in class javax.naming.directory.DirContext
getSchema(java.lang.String) - method in class javax.naming.directory.InitialDirContext
getSchema(javax.naming.Name) - method in class javax.naming.directory.DirContext
getSchema(javax.naming.Name) - method in class javax.naming.directory.InitialDirContext
getSchemaClassDefinition(java.lang.String) - method in class javax.naming.directory.DirContext
getSchemaClassDefinition(java.lang.String) - method in class javax.naming.directory.InitialDirContext
getSchemaClassDefinition(javax.naming.Name) - method in class javax.naming.directory.DirContext
getSchemaClassDefinition(javax.naming.Name) - method in class javax.naming.directory.InitialDirContext
getSchemaName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the schema that contains the specified column.
getSchemas() - method in class java.sql.DatabaseMetaData
This method returns the list of database schemas as a ResultSet, with one column - TABLE_SCHEM - that is the name of the schema.
getSchemaTerm() - method in class java.sql.DatabaseMetaData
This method returns the vendor's term for "schema".
getSchemaType() - method in class javax.xml.stream.events.XMLEvent
Returns schema-related type information about this event, or null if not available.
getSchemaTypeInfo() - method in class org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - method in class org.w3c.dom.Element
The type information associated with this element.
getSchemaTypeInfo() - method in class javax.imageio.metadata.IIOMetadataNode
The type information associated with this element.
getScheme() - method in class org.w3c.dom.html2.HTMLMetaElement
Select form of content.
getScheme() - method in class java.net.URI
Returns the scheme of the URI
getSchemeSpecificPart() - method in class java.net.URI
Returns the decoded scheme specific part of this URI.
getScope() - method in class org.w3c.dom.html2.HTMLTableCellElement
Scope covered by header cells.
getScope() - method in class java.security.Identity
getScopedInterface() - method in class java.net.Inet6Address
Returns the NetworkInterface of the address scope if it is a scoped address and the scope is given in the form of a NetworkInterface.
getScopeId() - method in class java.net.Inet6Address
Returns the scope ID of the address scope if it is a scoped adress using an integer to identify the scope.
getScreenDevices() - method in class java.awt.GraphicsEnvironment
Get an array of all the GraphicsDevice objects.
getScreenResolution() - method in class java.awt.Toolkit
Returns the screen resolution in dots per square inch.
getScreenSize() - method in class java.awt.Toolkit
Returns the dimensions of the screen in pixels.
getScreenX() - method in class org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - method in class org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
Return the number of pixels the list must scroll in order to move a "block" of the list into the provided visible rectangle.
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation when scrolling in large amounts (pages).
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation when scrolling in large amounts (pages).
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation when scrolling in large amounts (pages).
getScrollableTracksViewportHeight() - method in class javax.swing.JEditorPane
Returns true when a Viewport should force the height of this component to match the viewport height.
getScrollableTracksViewportHeight() - method in class javax.swing.JList
Gets the value of the scrollableTracksViewportWidth property.
getScrollableTracksViewportHeight() - method in class javax.swing.JTable
Get the value of the scrollableTracksViewportHeight property.
getScrollableTracksViewportHeight() - method in class javax.swing.text.JTextComponent
Return true if the height of the scrollable is always equal to the view, where it is displayed, height.In such case, the vertical scrolling should not be performed.
getScrollableTracksViewportHeight() - method in class javax.swing.JTree
Return true if the height of the scrollable is always equal to the view, where it is displayed, height.In such case, the vertical scrolling should not be performed.
getScrollableTracksViewportHeight() - method in class javax.swing.Scrollable
Return true if the height of the scrollable is always equal to the view, where it is displayed, height.In such case, the vertical scrolling should not be performed.
getScrollableTracksViewportWidth() - method in class javax.swing.JEditorPane
Returns true when a Viewport should force the width of this component to match the viewport width.
getScrollableTracksViewportWidth() - method in class javax.swing.JList
Gets the value of the scrollableTracksViewportWidth property.
getScrollableTracksViewportWidth() - method in class javax.swing.JTable
Get the value of the scrollableTracksViewportWidth property.
getScrollableTracksViewportWidth() - method in class javax.swing.JTextArea
Returns true if the width of this component should be forced to match the width of a surrounding view port.
getScrollableTracksViewportWidth() - method in class javax.swing.text.JTextComponent
Return true if the width of the scrollable is always equal to the view, where it is displayed, width (for instance, the text area with the word wrap).
getScrollableTracksViewportWidth() - method in class javax.swing.JTree
Return true if the width of the scrollable is always equal to the view, where it is displayed, width (for instance, the text area with the word wrap).
getScrollableTracksViewportWidth() - method in class javax.swing.Scrollable
Return true if the width of the scrollable is always equal to the view, where it is displayed, width (for instance, the text area with the word wrap).
Return the number of pixels the list must scroll in order to move a "unit" of the list into the provided visible rectangle.
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation.
Returns the increment that is needed to expose exactly one new line of text.
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation when scrolling in small amounts like table lines.
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation.
Return the preferred scrolling amount (in pixels) for the given scrolling direction and orientation when scrolling in small amounts like table lines.
getScrollAmount() - method in class java.awt.event.MouseWheelEvent
Returns the number of units to scroll in response to this event.
getScrollbarDisplayPolicy() - method in class java.awt.ScrollPane
Returns the current scrollbar display policy.
getScrollbarVisibility() - method in class java.awt.TextArea
Retrieve the scroll bar display policy -- one of SCROLLBARS_BOTH, SCROLLBARS_VERTICAL_ONLY, SCROLLBARS_HORIZONTAL_ONLY, SCROLLBARS_NONE.
getScrolling() - method in class org.w3c.dom.html2.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
getScrolling() - method in class org.w3c.dom.html2.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
getScrollMode() - method in class javax.swing.JViewport
getScrollOffset() - method in class javax.swing.JTextField
Returns the scroll offset in pixels.
getScrollPane() - method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Returns the JScrollPane housing the JTree, or null if one isn't found.
getScrollPosition() - method in class java.awt.ScrollPane
Returns the current scroll position of the viewport.
getScrollsOnExpand() - method in class javax.swing.JTree
getScrollType() - method in class java.awt.event.MouseWheelEvent
This method returns the scrolling pattern this event requests.
getSearchScope() - method in class javax.naming.directory.SearchControls
getSearchStringEscape() - method in class java.sql.DatabaseMetaData
This method returns the string used to escape wildcards in search strings.
getSecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getSecondary1() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the first secondary color for this theme.
getSecondary1() - method in class javax.swing.plaf.metal.MetalTheme
Returns the first secondary color for this theme.
getSecondary1() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for secondary 1, the RGB value (122, 138, 153).
getSecondary2() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the second secondary color for this theme.
getSecondary2() - method in class javax.swing.plaf.metal.MetalTheme
Returns the second secondary color for this theme.
getSecondary2() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for secondary 2, the RGB value (184, 207, 229).
getSecondary3() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the third secondary color for this theme.
getSecondary3() - method in class javax.swing.plaf.metal.MetalTheme
Returns the third secondary color for this theme.
getSecondary3() - method in class javax.swing.plaf.metal.OceanTheme
Return the OceanTheme's value for secondary 3, the RGB value (238, 238, 238).
getSeconds() - method in class java.sql.Date
This method always throws an IllegalArgumentException.
getSeconds() - method in class java.util.Date
Returns the number of seconds represented by the Date object, as an integer between 0 and 61 (60 and 61 being leap seconds).
getSeconds() - method in class javax.xml.datatype.Duration
Returns the seconds in this duration as an int, or 0 if not present.
getSectionRowIndex() - method in class org.w3c.dom.html2.HTMLTableRowElement
The index of this row, relative to the current section ( THEAD, TFOOT, or TBODY), starting from 0.
getSecurityContext() - method in class java.lang.SecurityManager
Get an implementation-dependent Object that contains enough information about the current environment to be able to perform standard security checks later.
getSecurityContext(java.lang.ClassLoader) - static method in class java.rmi.server.RMIClassLoader
getSecurityManager() - static method in class java.lang.System
Get the current SecurityManager.
getSeed(int) - static method in class java.security.SecureRandom
Returns the given number of seed bytes.
getSelectColor() - method in class javax.swing.plaf.metal.MetalButtonUI
Returns the color that indicates a selected button.
getSelectColor() - method in class javax.swing.plaf.metal.MetalRadioButtonUI
Returns the color used to fill the JRadioButton's icon when the button is pressed.
getSelectColor() - method in class javax.swing.plaf.metal.MetalToggleButtonUI
Returns the color that indicates a selected button.
getSelected() - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
getSelectedAccessibleColumns() - method in class javax.accessibility.AccessibleTable
Return the selected columns.
Returns the indices of all selected columns.
getSelectedAccessibleRows() - method in class javax.accessibility.AccessibleTable
Return the selected rows.
Returns the indices of all selected rows.
getSelectedCheckbox() - method in class java.awt.CheckboxGroup
Returns the currently selected checkbox, or null if none of the checkboxes in this group are selected.
getSelectedColor() - method in class javax.swing.colorchooser.ColorSelectionModel
Returns the selected color.
getSelectedColor() - method in class javax.swing.colorchooser.DefaultColorSelectionModel
Returns the selected color.
getSelectedColumn() - method in class javax.swing.JTable
Get the value of the selectedColumn property by delegation to the columnModel field.
getSelectedColumnCount() - method in class javax.swing.table.DefaultTableColumnModel
Returns the number of selected columns in the model.
getSelectedColumnCount() - method in class javax.swing.JTable
Get the value of the selectedColumnCount property by delegation to the columnModel field.
getSelectedColumnCount() - method in class javax.swing.table.TableColumnModel
Returns the number of selected columns in the model.
getSelectedColumns() - method in class javax.swing.table.DefaultTableColumnModel
Returns an array containing the indices of the selected columns.
getSelectedColumns() - method in class javax.swing.JTable
Get the value of the selectedColumns property by delegation to the columnModel field.
getSelectedColumns() - method in class javax.swing.table.TableColumnModel
getSelectedColumns
getSelectedComponent() - method in class javax.swing.JTabbedPane
This method returns the component at the selected index.
getSelectedFile() - method in class javax.swing.JFileChooser
Returns the selected file, if there is one.
getSelectedFiles() - method in class javax.swing.JFileChooser
Returns the selected file or files in an array.
getSelectedFrame() - method in class javax.swing.JDesktopPane
This method returns the currently selected frame in the JDesktopPane.
getSelectedIcon() - method in class javax.swing.AbstractButton
Return the button's selected icon.
getSelectedIndex() - method in class java.awt.Choice
Returns the index of the selected item.
getSelectedIndex() - method in class javax.security.auth.callback.ConfirmationCallback
Get the selected confirmation option.
getSelectedIndex() - method in class javax.swing.DefaultSingleSelectionModel
Returns the selected index or -1 if there is no selection.
getSelectedIndex() - method in class org.w3c.dom.html2.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
getSelectedIndex() - method in class javax.swing.JComboBox
Returns index of the item that is currently selected in the combo box.
getSelectedIndex() - method in class javax.swing.JList
Returns the minimum index of an element in the list which is currently selected.
getSelectedIndex() - method in class javax.swing.JTabbedPane
This method returns the index of the tab that is currently selected.
getSelectedIndex() - method in class java.awt.List
Returns the index of the currently selected item.
getSelectedIndex() - method in class javax.swing.SingleSelectionModel
Returns the selected index or -1 if there is no selection.
getSelectedIndexes() - method in class javax.security.auth.callback.ChoiceCallback
Get the selected choices.
getSelectedIndexes() - method in class java.awt.List
Returns an array containing the indexes of the rows that are currently selected.
getSelectedIndexes() - method in class java.awt.peer.ListPeer
getSelectedIndices() - method in class javax.swing.JList
Returns the indices of values in the model property which are selected.
getSelectedItem() - method in class java.awt.Choice
Returns the currently selected item, or null if no item is selected.
getSelectedItem() - method in class javax.swing.ComboBoxModel
Returns the currently selected item in the combo box.
getSelectedItem() - method in class javax.swing.DefaultComboBoxModel
Returns the selected item.
getSelectedItem() - method in class javax.swing.JComboBox
Returns currently selected item in the combo box.
getSelectedItem() - method in class java.awt.List
Returns the item that is currently selected, or null if there is no item selected.
getSelectedItem() - method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
Returns the selected item, or null if no item is selected.
getSelectedItem() - method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
Returns the selected file filter.
getSelectedItems() - method in class java.awt.List
Returns the list of items that are currently selected in this list.
getSelectedObjects() - method in class javax.swing.AbstractButton
Returns an single-element array containing the "text" property of the button if the "selected" property of the button's model is true, otherwise returns null.
getSelectedObjects() - method in class java.awt.Checkbox
Returns an array of length one containing the checkbox label if this checkbox is selected.
getSelectedObjects() - method in class java.awt.CheckboxMenuItem
Returns an array of length 1 with the menu item label for this object if the state is on.
getSelectedObjects() - method in class java.awt.Choice
Returns an array with one row containing the selected item.
getSelectedObjects() - method in class javax.swing.DefaultButtonModel
Return null.
getSelectedObjects() - method in class java.awt.ItemSelectable
Returns the list of objects that are selected in this component.
getSelectedObjects() - method in class javax.swing.JCheckBoxMenuItem
This method returns array containing label of this menu item if it is selected and null otherwise.
getSelectedObjects() - method in class javax.swing.JComboBox
Returns Object array of size 1 containing currently selected element in the JComboBox.
getSelectedObjects() - method in class java.awt.List
Returns the list of items that are currently selected in this list as an array of type Object[] instead of String[].
getSelectedPath() - method in class javax.swing.MenuSelectionManager
Returns path representing current menu selection
getSelectedRow() - method in class javax.swing.JTable
Get the value of the selectedRow property by delegation to the ListSelectionModel.getMinSelectionIndex() method of the selectionModel field.
getSelectedRowCount() - method in class javax.swing.JTable
Get the value of the selectedRowCount property by delegation to the selectionModel field.
getSelectedRows() - method in class javax.swing.JTable
Get the value of the selectedRows property by delegation to the selectionModel field.
getSelectedTabPadInsets(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the selected tab pad insets appropriately rotated.
Returns the selected text.
getSelectedText() - method in class javax.accessibility.AccessibleText
Returns the selected text.
getSelectedText() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the selected text.
getSelectedText() - method in class javax.swing.text.JTextComponent
Retrieves the currently selected text in this text document.
Retrieve the current text selection.
getSelectedText() - method in class java.awt.TextComponent
Returns a string that contains the text that is currently selected.
Gets the currently selected text.
getSelectedTextColor() - method in class javax.swing.text.JTextComponent
getSelectedValue() - method in class javax.swing.JList
Returns the first value in the list's model property which is selected, according to the list's selectionModel property.
getSelectedValues() - method in class javax.swing.JList
Returns all the values in the list's model property which are selected, according to the list's selectionModel property.
getSelection() - method in class javax.swing.ButtonGroup
Returns the currently selected button model.
getSelectionBackground() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the Color that the text is shown in when the bar is not over the text.
getSelectionBackground() - method in class javax.swing.JList
Gets the value of the selectionBackground property.
getSelectionBackground() - method in class javax.swing.JTable
Get the value of the selectionBackground property.
getSelectionColor() - method in class javax.swing.text.JTextComponent
getSelectionCount() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the number of paths in the selection.
getSelectionCount() - method in class javax.swing.JTree
getSelectionCount() - method in class javax.swing.tree.TreeSelectionModel
This always returns -1 since button labels can't be selected.
getSelectionEnd() - method in class javax.accessibility.AccessibleText
Returns the end index of the selection.
getSelectionEnd() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the end index of the selected text.
getSelectionEnd() - method in class javax.swing.text.JTextComponent
Returns the end postion of the currently selected text.
Retrieve the index of the last character in the current text selection.
getSelectionEnd() - method in class java.awt.TextComponent
Returns the ending position of the selected text region.
getSelectionEnd() - method in class java.awt.peer.TextComponentPeer
getSelectionForeground() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method returns the Color that the text is shown in when the bar is over the text.
getSelectionForeground() - method in class javax.swing.JList
Gets the value of the selectionForeground property.
getSelectionForeground() - method in class javax.swing.JTable
Get the value of the selectionForeground property.
getSelectionMode() - method in class javax.swing.DefaultListSelectionModel
getSelectionMode() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the current selection mode.
getSelectionMode() - method in class javax.swing.JList
getSelectionMode() - method in class javax.swing.ListSelectionModel
Returns the selection mode, which is one of SINGLE_SELECTION, SINGLE_INTERVAL_SELECTION and MULTIPLE_INTERVAL_SELECTION.
getSelectionMode() - method in class javax.swing.tree.TreeSelectionModel
getSelectionModel() - method in class javax.swing.tree.AbstractLayoutCache
getSelectionModel
getSelectionModel() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the current selection model.
getSelectionModel() - method in class javax.swing.table.DefaultTableColumnModel
Returns the selection model used to track table column selections.
getSelectionModel() - method in class javax.swing.JColorChooser
This method returns the ColorSelectionModel used with this JColorChooser.
getSelectionModel() - method in class javax.swing.JList
Returns the selection model for the JList component.
getSelectionModel() - method in class javax.swing.JMenuBar
Returns selection model for this menu bar.
getSelectionModel() - method in class javax.swing.JPopupMenu
Returns selectionModel used by this popup menu to keep track of the selection.
getSelectionModel() - method in class javax.swing.JTable
Get the value of the selectionModel property.
getSelectionModel() - method in class javax.swing.JTree
getSelectionModel() - method in class javax.swing.table.TableColumnModel
Returns the selection model used to track table column selections.
getSelectionPainter() - method in class javax.swing.text.DefaultCaret
Returns the Highlighter.HighlightPainter that should be used to paint the selection.
getSelectionPath() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the first path in the selection.
getSelectionPath() - method in class javax.swing.JTree
getSelectionPath() - method in class javax.swing.tree.TreeSelectionModel
getSelectionPaths() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the complete selection.
getSelectionPaths() - method in class javax.swing.JTree
getSelectionPaths() - method in class javax.swing.tree.TreeSelectionModel
getSelectionRows() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns the currently selected rows.
getSelectionRows() - method in class javax.swing.JTree
getSelectionRows() - method in class javax.swing.tree.TreeSelectionModel
This always returns -1 since button labels can't be selected.
getSelectionStart() - method in class javax.accessibility.AccessibleText
Returns the start index of the selection.
getSelectionStart() - method in class javax.swing.JLabel.AccessibleJLabel
Returns the start index of the selected text.
getSelectionStart() - method in class javax.swing.text.JTextComponent
Returns the start postion of the currently selected text.
Retrieve the index of the first character in the current text selection.
getSelectionStart() - method in class java.awt.TextComponent
Returns the starting position of the selected text region.
getSelectionStart() - method in class java.awt.peer.TextComponentPeer
getSelectionValues() - method in class javax.swing.JOptionPane
This method returns the selection values.
getSelectorText() - method in class org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
getSelectorText() - method in class org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
getSendBufferSize() - method in class java.net.DatagramSocket
This method returns the value of the system level socket option SO_SNDBUF, which is used by the operating system to tune buffer sizes for data transfers.
getSendBufferSize() - method in class java.net.Socket
This method returns the value of the system level socket option SO_SNDBUF, which is used by the operating system to tune buffer sizes for data transfers.
getSentenceInstance() - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the default locale.
getSentenceInstance(java.util.Locale) - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the specified locale.
Returns a BreakIterator instance for sentence breaks in the specified Locale.
getSeparator() - method in class org.w3c.dom.css.Counter
This attribute is used for the separator of the nested counters.
getSeparatorBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the background color for separators, from the installed theme.
getSeparatorBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the background color for separators.
getSeparatorForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the foreground color for separators, from the installed theme.
getSeparatorForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the foreground color for separators.
getSeparatorSize() - method in class javax.swing.JToolBar.Separator
This method returns the size of the Separator.
getSequence() - method in class javax.sound.midi.Sequencer
Get the current sequence object for this sequencer.
getSequence(java.io.File) - method in class javax.sound.midi.spi.MidiFileReader
Read a Sequence from the given stream.
getSequence(java.io.File) - static method in class javax.sound.midi.MidiSystem
Read a Sequence object from the given file.
getSequence(java.io.InputStream) - method in class javax.sound.midi.spi.MidiFileReader
Read a Sequence from the given stream.
getSequence(java.io.InputStream) - static method in class javax.sound.midi.MidiSystem
Read a Sequence object from the given stream.
getSequence(java.net.URL) - method in class javax.sound.midi.spi.MidiFileReader
Read a Sequence from the given stream.
getSequence(java.net.URL) - static method in class javax.sound.midi.MidiSystem
Read a Sequence object from the given url.
getSequenceDetState() - method in class org.ietf.jgss.GSSContext
Returns the state of the sequence detection option for the context.
getSequenceNumber() - method in class java.util.logging.LogRecord
Returns the sequence number of this LogRecord.
getSequenceNumber() - method in class javax.management.Notification
Returns the sequence number of this notification.
getSequencer() - static method in class javax.sound.midi.MidiSystem
Get the default Sequencer instance.
getSerialNumber() - method in class java.security.cert.X509Certificate
Gets the serial number for serial Number in this Certifcate.
getSerialNumber() - method in class javax.security.cert.X509Certificate
Returns this certificate's serial number.
getSerialNumber() - method in class java.security.cert.X509CertSelector
Returns the serial number criterion, or null if this value was not set.
getSerialNumber() - method in class java.security.cert.X509CRLEntry
Gets the serial number for userCertificate in this X509CRLEntry.
getSerialVersionUID() - method in class java.io.ObjectStreamClass
Returns the serial version stream-unique identifier for the class represented by this ObjectStreamClass.
getServer() - method in class javax.security.auth.kerberos.KerberosTicket
Return the server principal for this ticket.
Returns all server aliases that support the given key type.
getServerCertificates() - method in class javax.net.ssl.HttpsURLConnection
Returns the certificates sent by the other party.
getServerName() - method in class java.security.cert.LDAPCertStoreParameters
Return the server name.
getServerSessionContext() - method in class javax.net.ssl.SSLContext
Returns the set of SSL contexts available for server connections.
getServerSocketFactory() - method in class javax.net.ssl.SSLContext
Returns the factory for server SSL sockets.
Get a service from this BeanContextServices.
Retrieves the specified service.
Get a service.
Get a service.
getServiceClass() - method in class java.beans.beancontext.BeanContextServiceAvailableEvent
Get the newly available service class.
getServiceClass() - method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Get the revoked service class.
getServicesBeanInfo() - method in class java.beans.beancontext.BeanContextServiceProviderBeanInfo
Get BeanInfos for all of the service classes of this BeanInfoServiceProvider.
getServiceUIFactory() - method in class javax.print.PrintService
Returns a factory for UI components if supported by the print service.
getSession() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the SSL session object associated with this connection.
getSession() - method in class javax.net.ssl.SSLEngine
Return the SSLSession object this connection represents.
getSession() - method in class javax.net.ssl.SSLSessionBindingEvent
Returns the session that the object was bound to.
getSession() - method in class javax.net.ssl.SSLSocket
Returns this socket's session object.
getSession(byte[]) - method in class javax.net.ssl.SSLSessionContext
Gets the session specified by its ID, or null if there is no session, or if it has expired.
getSessionCacheSize() - method in class javax.net.ssl.SSLSessionContext
Returns the maximum number of sessions that may be cached by this session context.
getSessionContext() - method in class javax.net.ssl.SSLSession
Returns this session's session context object.
getSessionKey() - method in class javax.security.auth.kerberos.KerberosTicket
Return the secret key associated with this ticket.
getSessionTimeout() - method in class javax.net.ssl.SSLSessionContext
Returns the period of time (in seconds) that a session may be cached for before becoming invalid.
getSeverity() - method in class org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShadowColor() - method in class javax.swing.plaf.basic.BasicSliderUI
Gets the shadow color to be used for this slider.
getShadowColor() - method in class javax.swing.border.EtchedBorder
Returns the color that will be used for shadowed parts when painting the border, or null if that color will be derived from the background of the enclosed Component.
getShadowColor(java.awt.Component) - method in class javax.swing.border.EtchedBorder
Determines the color that will be used for shadowed parts when painting the border around a given component.
getShadowInnerColor() - method in class javax.swing.border.BevelBorder
Returns the color that will be used for the inner side of shadowed edges when painting the border, or null if that color will be derived from the background of the enclosed Component.
getShadowInnerColor(java.awt.Component) - method in class javax.swing.border.BevelBorder
Determines the color that will be used for the inner side of shadowed edges when painting the border.
getShadowOuterColor() - method in class javax.swing.border.BevelBorder
Returns the color that will be used for the outer side of shadowed edges when painting the border, or null if that color will be derived from the background of the enclosed Component.
getShadowOuterColor(java.awt.Component) - method in class javax.swing.border.BevelBorder
Determines the color that will be used for the outer side of shadowed edges when painting the border.
getShape() - method in class org.w3c.dom.html2.HTMLAnchorElement
The shape of the active area.
getShape() - method in class org.w3c.dom.html2.HTMLAreaElement
The shape of the active area.
getShaper(int) - static method in class java.awt.font.NumericShaper
Return a non-contextual shaper which can shape to a single range.
getSharedAncestor
getSharedInstance() - static method in class javax.swing.PopupFactory
Retrieves the shared factory, creating a new factory if necessary.
getShearInstance(double,double) - static method in class java.awt.geom.AffineTransform
Returns a shearing transform (points are shifted in the x direction based on a factor of their y coordinate, and in the y direction as a factor of their x coordinate):
 [  1  shx 0 ]
 [ shy  1  0 ]
 [  0   0  1 ]
 
getShearX() - method in class java.awt.geom.AffineTransform
Returns the X coordinate shearing factor of the matrix.
getShearY() - method in class java.awt.geom.AffineTransform
Returns the Y coordinate shearing factor of the matrix.
getSheet() - method in class org.w3c.dom.stylesheets.LinkStyle
The style sheet.
getShift() - method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
Returns the vertical shift, in pixels, applied when painting the icon.
getShift() - method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
Returns the vertical shift, in pixels, applied when painting the icon.
getShift() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
Returns the vertical shift, in pixels, applied when painting the icon.
getShift() - method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
Returns the vertical shift, in pixels, applied when painting the icon.
getShiftKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getShort() - method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
getShort(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java short.
getShort(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java short.
getShort(java.lang.Object) - method in class java.lang.reflect.Field
Get the value of this Field as a short.
getShort(java.lang.Object,int) - static method in class java.lang.reflect.Array
Gets an element of a short array.
This method returns the value of the specified parameter as a Java short.
getShort(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java short.
getShortcut() - method in class java.awt.MenuItem
Returns the shortcut for this menu item, which may be null.
Returns the menu item for the specified shortcut, or null if no such item exists.
getShortDescription() - method in class java.beans.FeatureDescriptor
Get the localized short description for this feature.
getShortMonths() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying abbreviated month names (e.g., "Jan" and "Feb").
getShortParameter(int) - method in class java.awt.image.renderable.ParameterBlock
getShortWeekdays() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying abbreviated weekday names (e.g., "Sun" and "Mon").
getShowHorizontalLines() - method in class javax.swing.JTable
Get the value of the showHorizontalLines property.
getShowsRootHandles() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns true if the node handles are to be displayed.
getShowsRootHandles() - method in class javax.swing.JTree
getShowVerticalLines() - method in class javax.swing.JTable
Get the value of the showVerticalLines property.
getSiblingCount() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the number of siblings for this tree node.
getSides() - method in class java.awt.JobAttributes
getSigAlgName() - method in class java.security.cert.X509Certificate
Returns the signature algorithm used to sign the CRL.
getSigAlgName() - method in class javax.security.cert.X509Certificate
Returns the name of this certificate's signature algorithm.
getSigAlgName() - method in class java.security.cert.X509CRL
Returns the signature algorithm used to sign the CRL.
getSigAlgOID() - method in class java.security.cert.X509Certificate
Returns the OID for the signature algorithm used.
getSigAlgOID() - method in class javax.security.cert.X509Certificate
Returns the object identifier (OID) of this certificate's signature algorithm.
getSigAlgOID() - method in class java.security.cert.X509CRL
Returns the OID for the signature algorithm used.
getSigAlgParams() - method in class java.security.cert.X509Certificate
Returns the AlgorithmParameters in the encoded form for the signature algorithm used.
getSigAlgParams() - method in class javax.security.cert.X509Certificate
Returns the signature parameters.
getSigAlgParams() - method in class java.security.cert.X509CRL
Returns the AlgorithmParameters in the encoded form for the signature algorithm used.
getSign() - method in class javax.xml.datatype.Duration
Returns the sign of this value.
getSignature() - method in class javax.management.MBeanConstructorInfo
Returns the constructor's signature, in the form of information on each parameter.
getSignature() - method in class javax.management.MBeanOperationInfo
Returns the operation's signature, in the form of information on each parameter.
getSignature() - method in class javax.management.openmbean.OpenMBeanConstructorInfo
Returns the constructor's signature, in the form of information on each parameter.
getSignature() - method in class javax.management.openmbean.OpenMBeanOperationInfo
Returns the operation's signature, in the form of information on each parameter.
getSignature() - method in class java.security.SignedObject
Returns the signature bytes of the encapsulated object.
getSignature() - method in class java.security.cert.X509Certificate
Returns the signature in its raw DER encoded format.
getSignature() - method in class java.security.cert.X509CRL
Returns the signature for the CRL.
getSigners() - method in class java.lang.Class<T>
Get the signers of this class.
getSigProvider() - method in class java.security.cert.PKIXParameters
Returns the signature algorithm provider, or null if not set.
getSimpleName() - method in class java.lang.Class<T>
Returns the simple name for this class, as used in the source code.
getSingleNodeValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this single node result, which may be null.
getSize() - method in class javax.accessibility.AccessibleComponent
Get the size of this component - it's width and height.
getSize() - method in class javax.swing.plaf.basic.BasicDirectoryModel
Returns the size of the list, which only includes directories if the JFileChooser is set to DIRECTORIES_ONLY.
getSize() - method in class java.awt.Component
Returns the size of this object.
getSize() - method in class java.awt.Component.AccessibleAWTComponent
Gets the size of this component, or null if it is not showing.
getSize() - method in class org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
getSize() - method in class java.awt.image.DataBuffer
Returns the size of the data buffer.
getSize() - method in class javax.swing.DefaultComboBoxModel
Returns the number of items in the model's item list.
getSize() - method in class javax.swing.DefaultListModel
Gets the size of the list.
getSize() - method in class java.awt.Dimension
Returns the size of this dimension.
getSize() - method in class java.awt.Font
Returns the size of the font, in typographics points (1/72 of an inch), rounded to an integer.
getSize() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Computed font size.
getSize() - method in class org.w3c.dom.html2.HTMLFontElement
Font size.
getSize() - method in class org.w3c.dom.html2.HTMLHRElement
The height of the rule.
getSize() - method in class org.w3c.dom.html2.HTMLInputElement
Size information.
getSize() - method in class org.w3c.dom.html2.HTMLSelectElement
Number of visible rows.
Returns the size of this list child.
Returns the size of the table cell.
Get the size of this component - it's width and height.
Returns the size of this object in the form of a Dimension object.
getSize() - method in class javax.swing.ListModel
Return the number of data elements in the list.
Returns the size of the component.
getSize() - method in class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
Returns the number of items in the model.
getSize() - method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
Returns the number of items in the model.
getSize() - method in class java.awt.Rectangle
Returns the size of this rectangle.
getSize() - method in class java.util.zip.ZipEntry
Gets the size of the uncompressed data.
getSize(int) - method in class javax.print.attribute.Size2DSyntax
Returns the size described in this object as a two field array.
getSize(int) - method in class javax.swing.SizeSequence
Returns the size of the specified element, or 0 if the element index is outside the defined range.
getSize(java.awt.Dimension) - method in class java.awt.Component
Returns the size of this component.
getSize(java.awt.Dimension) - method in class javax.swing.JComponent
Get the component's size.
getSize2D() - method in class java.awt.Font
Returns the size of the font, in typographics points (1/72 of an inch).
getSizeButtonsToSameWidth() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method returns whether all buttons should have the same width.
This method returns the current width of the component.
getSizes() - method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This method returns the sizes array.
getSizes() - method in class javax.swing.SizeSequence
Returns an array containing the sizes for all the elements in the sequence.
getSlaveSyncMode() - method in class javax.sound.midi.Sequencer
Get the current slave synchronization mode.
getSlaveSyncModes() - method in class javax.sound.midi.Sequencer
Get an array of slave sync modes supported by this sequencer.
getSmallDisplayIcon() - method in class javax.swing.colorchooser.AbstractColorChooserPanel
This method sets the small icon used in the JTabbedPane for this chooser panel.
getSnapshot() - method in class java.awt.image.VolatileImage
Returns an image representing the current state of the volatile image buffer.
getSnapshotLength() - method in class org.w3c.dom.xpath.XPathResult
The number of nodes in the result snapshot.
getSnapToTicks() - method in class javax.swing.JSlider
Returns the flag that controls whether the slider thumb will snap to ticks.
getSocket() - method in class javax.net.ssl.HandshakeCompletedEvent
Returns the socket over which this connection is being negotiated.
getSocketAddress() - method in class java.net.DatagramPacket
Gets the socket address of the host this packet will be sent to/is coming from
getSocketFactory() - static method in class java.rmi.server.RMISocketFactory
getSocketFactory() - method in class javax.net.ssl.SSLContext
Returns the factory for client SSL sockets.
getSoLinger() - method in class java.net.Socket
Returns the value of the SO_LINGER option on the socket.
getSolo() - method in class javax.sound.midi.MidiChannel
Get the current solo mode.
getSoTimeout() - method in class java.net.DatagramSocket
Returns the value of the socket's SO_TIMEOUT setting.
getSoTimeout() - method in class java.net.ServerSocket
Retrieves the current value of the SO_TIMEOUT setting.
getSoTimeout() - method in class java.net.Socket
Returns the value of the SO_TIMEOUT option on the socket.
getSoundbank() - method in class javax.sound.midi.SoundbankResource
Get the sound bank containing this resource.
getSoundbank(java.io.File) - static method in class javax.sound.midi.MidiSystem
Read a Soundbank object from the given file.
getSoundbank(java.io.File) - method in class javax.sound.midi.spi.SoundbankReader
Get a Soundbank from the given File.
getSoundbank(java.io.InputStream) - static method in class javax.sound.midi.MidiSystem
Read a Soundbank object from the given stream.
getSoundbank(java.io.InputStream) - method in class javax.sound.midi.spi.SoundbankReader
Get a Soundbank from the given InputStream.
getSoundbank(java.net.URL) - static method in class javax.sound.midi.MidiSystem
Read a Soundbank object from the given url.
getSoundbank(java.net.URL) - method in class javax.sound.midi.spi.SoundbankReader
Get a Soundbank from the given URL.
getSource() - method in class java.awt.image.BufferedImage
Returns the image producer object for this object.
getSource() - method in class java.util.EventObject
Returns the source of the event.
getSource() - method in class java.awt.Image
Returns the image producer object for this object.
getSource() - method in class java.beans.PropertyEditorSupport
Returns the bean that is used as the source of events.
getSource() - method in class java.awt.image.VolatileImage
Calling this method is equivalent to calling getSnapshot().getSource().
getSource(int) - method in class java.awt.image.renderable.ParameterBlock
getSourceActions() - method in class java.awt.dnd.DragGestureRecognizer
getSourceActions() - method in class java.awt.dnd.DragSourceContext
Returns the source actions for the DragGestureRecognizer.
getSourceActions() - method in class java.awt.dnd.DropTargetDragEvent
getSourceActions() - method in class java.awt.dnd.DropTargetDropEvent
Get the BeanContextServices through which the new service is available.
getSourceAsBeanContextServices() - method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Get the BeanContextServices through which the service was available.
Returns the source casted as a DragGestureRecognizer.
getSourceBands() - method in class javax.imageio.IIOParam
Retrieve the current source band values or null if source band values have not been set.
getSourceClassName() - method in class java.util.logging.LogRecord
Returns the name of the class where the event being logged has had its origin.
getSourceDataLine(javax.sound.sampled.AudioFormat) - static method in class javax.sound.sampled.AudioSystem
Return a source data line matching the given audio format.
Return a target data line matching the given audio format.
getSourceElement() - method in class javax.swing.event.HyperlinkEvent
Returns the element of the document repesenting this anchor.
getSourceEncodings() - method in class javax.sound.sampled.spi.FormatConversionProvider
Return an array of all the source encodings supported by this conversion provider.
getSourceLineInfo() - method in class javax.sound.sampled.Mixer
Return an array of Info objects describing all the source lines available in this Mixer.
getSourceLineInfo(javax.sound.sampled.Line.Info) - static method in class javax.sound.sampled.AudioSystem
Return an array of descriptions of all the source lines matching the given line description.
getSourceLineInfo(javax.sound.sampled.Line.Info) - method in class javax.sound.sampled.Mixer
Return an array of Info objects describing all the source lines available in this Mixer, which match the provided decsription.
getSourceLines() - method in class javax.sound.sampled.Mixer
Return an array of all the source lines available in this Mixer.
getSourceMaxProgressivePass() - method in class javax.imageio.ImageReadParam
getSourceMethodName() - method in class java.util.logging.LogRecord
Returns the name of the method where the event being logged has had its origin.
getSourceMinProgressivePass() - method in class javax.imageio.ImageReadParam
getSourceNumProgressivePasses() - method in class javax.imageio.ImageReadParam
getSourceRegion() - method in class javax.imageio.IIOParam
Retrieve the source rectangle from which pixels should be read or null if no source region has been set.
Calculate a source region based on the given source image dimensions and parameters.
getSourceRenderSize() - method in class javax.imageio.ImageReadParam
getSources() - method in class java.awt.image.BufferedImage
getSources() - method in class java.awt.image.renderable.ParameterBlock
getSources() - method in class java.awt.image.renderable.RenderableImage
getSources() - method in class java.awt.image.renderable.RenderableImageOp
getSources() - method in class java.awt.image.RenderedImage
getSourceString() - method in class java.text.CollationKey
This method returns the String that this object was created from.
getSourceXSubsampling() - method in class javax.imageio.IIOParam
Retrieve the number of pixel columns to advance before taking a pixel sample.
getSourceYSubsampling() - method in class javax.imageio.IIOParam
Retrieve the number of pixel rows to advance before taking a pixel sample.
getSouth() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the lower edge of the component.
getSouthPane() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the south pane.
getSpaceAbove(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the 'space above' specified in the given attributes, or 0.0f if no 'space above' is specified.
getSpaceBelow(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the 'space below' specified in the given attributes, or 0.0f if no 'space below' is specified.
getSpan() - method in class org.w3c.dom.html2.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
getSpan(int,int) - method in class javax.swing.text.BoxView
Returns the span for the child view with the given index for the specified axis.
Determine the span of the glyphs from location p0 to location p1.
getSpeak() - method in class org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
getSpeakHeader() - method in class org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
getSpeakNumeral() - method in class org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
getSpeakPunctuation() - method in class org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
getSpecificationName() - method in class javax.management.MBeanServerDelegate
Returns the name of this Java Management eXtensions (JMX) specification.
getSpecificationName() - method in class javax.management.MBeanServerDelegateMBean
Returns the name of this Java Management eXtensions (JMX) specification.
getSpecificationTitle() - method in class java.lang.Package
Returns the name of the specification, or null if unknown.
getSpecificationVendor() - method in class javax.management.MBeanServerDelegate
Returns the vendor of this Java Management eXtensions (JMX) specification.
getSpecificationVendor() - method in class javax.management.MBeanServerDelegateMBean
Returns the vendor of this Java Management eXtensions (JMX) specification.
getSpecificationVendor() - method in class java.lang.Package
Returns the name of the specification designer, or null if unknown.
getSpecificationVersion() - method in class javax.management.MBeanServerDelegate
Returns the version of this Java Management eXtensions (JMX) specification.
getSpecificationVersion() - method in class javax.management.MBeanServerDelegateMBean
Returns the version of this Java Management eXtensions (JMX) specification.
getSpecificationVersion() - method in class java.lang.Package
Returns the version of the specification, or null if unknown.
getSpecified() - method in class org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpecName() - method in class java.lang.management.RuntimeMXBean
Returns the specification name of the virtual machine.
getSpecVendor() - method in class java.lang.management.RuntimeMXBean
Returns the specification vendor of the virtual machine.
getSpecVersion() - method in class java.lang.management.RuntimeMXBean
Returns the specification version of the virtual machine.
getSpeechRate() - method in class org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
getSpi(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Returns the value associated with the key in this preferences node or null when the key does not exist in this preferences node.
getSpinner() - method in class javax.swing.JSpinner.DefaultEditor
Returns the JSpinner component that the editor is assigned to.
getSplitPane() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method returns the JSplitPane that this BasicSplitPaneUI draws.
getSplitPaneBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing a one-pixel thick border around split panes that are interrupted where the divider joins the border.
getSplitPaneDividerBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing a one-pixel thick border around the divider of split panes.
getSQLException() - method in class javax.sql.ConnectionEvent
getSQLKeywords() - method in class java.sql.DatabaseMetaData
This method returns a comma separated list of all the SQL keywords in the database that are not in SQL92.
getSQLState() - method in class java.sql.SQLException
This method returns the SQLState information associated with this error.
getSQLStateType() - method in class java.sql.DatabaseMetaData
getSQLTypeName() - method in class java.sql.SQLData
This method returns the user defined datatype name for this object.
getSQLTypeName() - method in class java.sql.Struct
This method returns the name of the SQL structured type for this object.
getSrc() - method in class org.w3c.dom.html2.HTMLFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - method in class org.w3c.dom.html2.HTMLIFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating the source of this image.
getSrc() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
getSrc() - method in class org.w3c.dom.html2.HTMLScriptElement
URI [IETF RFC 2396] designating an external script.
getSrcName() - method in class org.ietf.jgss.GSSContext
Returns the name of the context initiator.
getSSLSocketFactory() - method in class javax.net.ssl.HttpsURLConnection
Returns the current SSL socket factory for this instance.
getStackTrace() - method in class java.lang.Thread
Returns an array of StackTraceElements representing the current stack trace of this thread.
getStackTrace() - method in class java.lang.management.ThreadInfo
Returns the stack trace of this thread to the depth specified on creation of this ThreadInfo object.
getStackTrace() - method in class java.lang.Throwable
Provides access to the information printed in printStackTrace().
getStandardChromaNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardCompressionNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardDataNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardDimensionNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardDocumentNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardFormatInstance() - static method in class javax.imageio.metadata.IIOMetadataFormatImpl
getStandardTextNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardTileNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardTransparencyNode() - method in class javax.imageio.metadata.IIOMetadata
getStandardTree() - method in class javax.imageio.metadata.IIOMetadata
getStandby() - method in class org.w3c.dom.html2.HTMLObjectElement
Message to render while loading the object.
getStart() - method in class org.w3c.dom.html2.HTMLOListElement
Starting sequence number.
getStart() - method in class javax.swing.SpinnerDateModel
Returns the lower limit on the date/time value, or null if there is no minimum date/time.
getStartContainer() - method in class org.w3c.dom.ranges.Range
Node within which the Range begins
getStartIndex() - method in class javax.accessibility.AccessibleHyperlink
Gets the character index where this link starts in the parent hypertext document.
Returns the start index of the hyperlink element.
getStartOffset() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the start offset if this element inside the document model.
getStartOffset() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the start offset of this element inside the document model.
getStartOffset() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns the start offset of this Element inside the document.
getStartOffset() - method in class javax.swing.text.AbstractWriter
Return the index of the Document at which output starts.
getStartOffset() - method in class javax.swing.text.Element
getStartOffset() - method in class javax.swing.text.GlyphView
Returns the start offset in the document model of the portion of text that this view is responsible for.
getStartOffset() - method in class javax.swing.text.Highlighter.Highlight
getStartOffset() - method in class javax.swing.text.html.HTMLDocument.Iterator
Get the start of the range for the current occurrence of the tag being defined and having the same attributes.
getStartOffset() - method in class org.w3c.dom.ranges.Range
Offset within the starting node of the Range.
getStartOffset() - method in class javax.swing.text.View
getStartPoint() - method in class java.awt.geom.Arc2D
Returns the starting point of the arc.
getStartPosition() - method in class javax.swing.text.AbstractDocument
Returns a Position which will always mark the beginning of the Document.
getStartPosition() - method in class javax.swing.text.Document
Returns the position that marks the beginning of the document content.
getStartTime() - method in class javax.security.auth.kerberos.KerberosTicket
Return the start time for this ticket.
getStartTime() - method in class java.lang.management.RuntimeMXBean
Returns the approximate start time of the virtual machine in milliseconds.
getState() - method in class java.awt.Checkbox
Returns the state of this checkbox.
getState() - method in class java.awt.CheckboxMenuItem
Returns the state of this menu item.
getState() - method in class java.awt.Frame
getState() - method in class java.awt.peer.FramePeer
getState() - method in class java.awt.im.InputMethodHighlight
Return the conversion state of the highlighted text.
getState() - method in class javax.swing.JCheckBoxMenuItem
Returns checked state for this check box menu item.
getState() - method in class java.lang.Thread
Returns the current state of the thread.
getStateChange() - method in class java.awt.event.ItemEvent
Returns the type of state change, either SELECTED or DESELECTED.
getStateLabel(boolean) - method in class javax.sound.sampled.BooleanControl
Return the label corresponding to the indicated state.
getStatement() - method in class java.sql.ResultSet
This method returns a the Statement that was used to produce this result set.
Get the object state for binding.
Get the object state for binding.
getStaticAttribute(java.lang.Object) - static method in class javax.swing.text.StyleContext
Gets the object previously registered with registerStaticAttributeKey.
getStaticAttributeKey(java.lang.Object) - static method in class javax.swing.text.StyleContext
Returns the String that key will be registered with registerStaticAttributeKey.
getStatus() - method in class javax.sound.midi.MidiMessage
Get the status byte of the MIDI message (as an int)
getStatus() - method in class java.awt.image.PixelGrabber
getStatus() - method in class javax.net.ssl.SSLEngineResult
Returns the connection status.
getStatus() - method in class javax.transaction.Transaction
getStatus() - method in class javax.transaction.TransactionManager
getStatus() - method in class javax.transaction.UserTransaction
getStepSize() - method in class javax.swing.SpinnerNumberModel
Returns the step size.
Return an input stream that yields the contents of this object, using the given data flavor.
getStream(java.lang.String) - method in class java.applet.AppletContext
Return the stream associated with a given key in this applet context, or null if nothing is associated.
getStream(java.net.URL) - method in class javax.swing.JEditorPane
getStreamForBytes() - method in class javax.print.Doc
Returns an InputStream object for extracting byte print data from this document.
getStreamForBytes() - method in class javax.print.SimpleDoc
Returns an InputStream object for extracting byte print data from this document.
getStreamKeys() - method in class java.applet.AppletContext
Iterate over all keys that have associated streams.
getStreamMetadata() - method in class javax.imageio.ImageReader
Get the metadata associated with the image being read.
Get the metadata associated with the image being read.
Returns an IIOMetadataFormat object that represents the requested stream metadata format or null if the given format is supported but no IIOMetadataFormat can be created for it.
getStreamPosition() - method in class javax.imageio.stream.ImageInputStream
getStreamPosition() - method in class javax.imageio.stream.ImageInputStreamImpl
getStrength() - method in class java.text.Collator
This method returns the current strength setting for this object.
getStress() - method in class org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
getStrictErrorChecking() - method in class org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStrikethroughOffset() - method in class java.awt.font.LineMetrics
getStrikethroughThickness() - method in class java.awt.font.LineMetrics
getString() - method in class javax.swing.text.html.parser.Entity
Returns a data as String
getString() - method in class javax.swing.JProgressBar
Returns the string that is painted on the JProgressBar if isStringPainted() returns true.
getString(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java String.
getString(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java String.
getString(int,int) - method in class javax.swing.text.AbstractDocument.Content
Returns a piece of content.
getString(int,int) - method in class javax.swing.text.GapContent
Returns a piece of content as String.
getString(int,int) - method in class javax.swing.text.StringContent
Returns a new String containing the characters in the specified range.
getString(java.lang.Object) - method in class javax.swing.UIDefaults
Returns a string entry for the default locale.
getString(java.lang.Object) - static method in class javax.swing.UIManager
Returns the String associated with the given key.
Returns a string entry for a specic locale.
getString(java.lang.Object,java.util.Locale) - static method in class javax.swing.UIManager
Returns the String associated with the given key.
This method returns the value of the specified parameter as a Java String.
getString(java.lang.String) - method in class java.util.ResourceBundle
Get a String from this resource bundle.
getString(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java String.
A convenience method to fetch a String property.
Get an array of Strings from this resource bundle.
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
getStringData() - method in class org.w3c.dom.ls.LSInput
String data to parse.
getStringFunctions() - method in class java.sql.DatabaseMetaData
This method returns a comma separated list of string functions.
getStringNameType() - method in class org.ietf.jgss.GSSName
Returns the oid representing the type of name returned through the toString() method.
This method returns the point (the top left of the bounding box) where the text should be painted.
getStringTable() - method in class javax.print.attribute.standard.Chromaticity
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.ColorSupported
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.Compression
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.EnumSyntax
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.Fidelity
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.Finishings
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.JobSheets
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.JobState
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.JobStateReason
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.MediaName
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.MediaSizeName
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.MediaTray
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.MultipleDocumentHandling
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.OrientationRequested
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PDLOverrideSupported
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PresentationDirection
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PrinterState
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PrinterStateReason
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.PrintQuality
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.Severity
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.SheetCollate
Returns a table with the enumeration values represented as strings for this object.
getStringTable() - method in class javax.print.attribute.standard.Sides
Returns a table with the enumeration values represented as strings for this object.
getStringValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the string value.
getStringValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this string result.
getStroke() - method in class java.awt.Graphics2D
Returns the current stroke.
getStyle() - method in class org.w3c.dom.css.CSSFontFaceRule
The declaration-block of this rule.
getStyle() - method in class org.w3c.dom.css.CSSPageRule
The declaration-block of this rule.
getStyle() - method in class org.w3c.dom.css.CSSStyleRule
The declaration-block of this rule set.
getStyle() - method in class org.w3c.dom.css.ElementCSSInlineStyle
The style attribute.
getStyle() - method in class java.awt.Font
Returns integer code representing the sum of style flags of this font, a combination of either PLAIN, BOLD, or ITALIC.
getStyle() - method in class javax.swing.plaf.synth.SynthContext
Returns the style of the region.
getStyle(java.lang.String) - method in class javax.swing.text.DefaultStyledDocument
Looks up and returns a named Style.
getStyle(java.lang.String) - method in class javax.swing.JTextPane
Looks up and returns a named Style.
getStyle(java.lang.String) - method in class javax.swing.text.StyleContext
Get the style from the style table.
getStyle(java.lang.String) - method in class javax.swing.text.StyledDocument
getStyle
Returns the style for the specified component and region.
Returns a SynthStyle for the specified region of the specified component.
getStyledDocument() - method in class javax.swing.JTextPane
Returns the StyledDocument that is the content model for this JTextPane.
Returns the StyledDocument that is used by editor.
getStyledEditorKit() - method in class javax.swing.JTextPane
Returns the StyledEditorKit that is currently used by this JTextPane.
Returns the StyledEditorKit that is used by editor.
getStyleFactory() - static method in class javax.swing.plaf.synth.SynthLookAndFeel
Returns the current style factory that the UI classes of Synth will use to load their sets of styles.
getStyleNames() - method in class javax.swing.text.DefaultStyledDocument
Returns an enumeration of all style names.
getStyleNames() - method in class javax.swing.text.StyleContext
Get the names of the style.
getStyleSheet() - method in class javax.swing.text.html.BlockView
Gets the default style sheet.
getStyleSheet() - method in class org.w3c.dom.css.CSSImportRule
The style sheet referred to by this rule, if it has been loaded.
getStyleSheet() - method in class javax.swing.text.html.HTMLDocument
Gets the style sheet with the document display rules (CSS) that were specified in the HTML document.
getStyleSheet() - method in class javax.swing.text.html.HTMLEditorKit
Get the set of styles currently being used to render the HTML elements.
getStyleSheet() - method in class javax.swing.text.html.ImageView
Get the associated style sheet from the document.
getStyleSheet() - method in class javax.swing.text.html.InlineView
Returns the stylesheet used by this view.
getStyleSheet() - method in class javax.swing.text.html.ParagraphView
Returns the stylesheet used by this view.
getStyleSheets() - method in class org.w3c.dom.stylesheets.DocumentStyle
A list containing all the style sheets explicitly linked into or embedded in a document.
getStyleSheets() - method in class javax.swing.text.html.StyleSheet
Returns an array of the linked StyleSheets.
getSubElements() - method in class javax.swing.JMenu
Method of MenuElement interface.
getSubElements() - method in class javax.swing.JMenuBar
Method of MenuElement interface.
getSubElements() - method in class javax.swing.JMenuItem
Method of the MenuElement interface.
getSubElements() - method in class javax.swing.JPopupMenu
Return subcomonents of this popup menu.
getSubElements() - method in class javax.swing.MenuElement
getSubElements
getSubimage(int,int,int,int) - method in class java.awt.image.BufferedImage
getSubject() - method in class javax.security.auth.login.LoginContext
Returns the authenticated subject, or the parameter passed to one of the constructors.
getSubject() - method in class javax.security.auth.SubjectDomainCombiner
getSubject(java.security.AccessControlContext) - static method in class javax.security.auth.Subject
Returns the subject associated with the given AccessControlContext.

All this method does is retrieve the Subject object from the supplied context's DomainCombiner, if any, and if it is an instance of a SubjectDomainCombiner.

getSubjectAlternativeNames() - method in class java.security.cert.X509Certificate
Returns the alternative names for this certificate's subject (the owner), or null if there are none.
getSubjectAlternativeNames() - method in class java.security.cert.X509CertSelector
Get the subject alternative names criterion.
getSubjectAsBytes() - method in class java.security.cert.X509CertSelector
Returns the subject criterion as a sequence of DER bytes, or null if this value is not set.
getSubjectAsString() - method in class java.security.cert.X509CertSelector
Returns the subject criterion as a string, of null if this value was not set.
getSubjectDN() - method in class java.security.cert.X509Certificate
Returns the subject (subject distinguished name) of the Certificate.
getSubjectDN() - method in class javax.security.cert.X509Certificate
Returns the distinguished name of this certificate's subject.
getSubjectKeyIdentifier() - method in class java.security.cert.X509CertSelector
Returns the subject key identifier criterion, or null if this value was not set.
getSubjectPublicKey() - method in class java.security.cert.X509CertSelector
Returns the subject public key criterion, or null if this value is not set.
getSubjectPublicKeyAlgID() - method in class java.security.cert.X509CertSelector
Returns the public key algorithm ID that matching certificates must have, or null if this criterion was not set.
getSubjectUniqueID() - method in class java.security.cert.X509Certificate
Returns the subject unique ID for this certificate.
getSubjectX500Principal() - method in class java.security.cert.X509Certificate
Returns the X.500 distinguished name of this certificate's subject.
getSubsamplingXOffset() - method in class javax.imageio.IIOParam
Retrieve the number of pixel columns to advance before taking any pixel samples.
getSubsamplingYOffset() - method in class javax.imageio.IIOParam
Retrieve the number of pixel rows to advance before taking any pixel samples.
getSubString(long,int) - method in class java.sql.Clob
This method returns the specified portion of this Clob as a String.
getSubTextFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for sub text.
getSubTextFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the font used for sub text, from the installed theme.
getSubTextFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for sub text.
getSubType() - method in class java.awt.datatransfer.DataFlavor
Returns the MIME subtype for this flavor.
getSuffix(int) - method in class javax.naming.CompositeName
getSuffix(int) - method in class javax.naming.CompoundName
getSuffix(int) - method in class javax.naming.Name
Returns the components from the given index till the end as a Name.
getSummary() - method in class org.w3c.dom.html2.HTMLTableElement
Description about the purpose or structure of a table.
getSupportedAttributeCategories() - method in class javax.print.PrintService
Returns all supported attribute categories.
Determines and returns all supported attribute values of a given attribute category a client can use when setting up a print job for this print service.
getSupportedCipherSuites() - method in class javax.net.ssl.SSLEngine
Returns a list of SSL cipher suite names this SSLEngine implementation supports.
getSupportedCipherSuites() - method in class javax.net.ssl.SSLServerSocket
Returns a list of cipher suites that this server socket supports.
getSupportedCipherSuites() - method in class javax.net.ssl.SSLServerSocketFactory
Returns the list of all cipher suites supported by this factory.
getSupportedCipherSuites() - method in class javax.net.ssl.SSLSocket
Returns the list of cipher suites supported by this socket.
getSupportedCipherSuites() - method in class javax.net.ssl.SSLSocketFactory
Returns the list of all cipher suites supported by this factory.
getSupportedDocFlavors() - method in class javax.print.PrintService
Determines and returns an array of all supported document flavors which can be used to supply print data to this print service.
Returns the document flavors this factory supports as flavors for the input documents.
getSupportedExtensions() - method in class java.security.cert.PKIXCertPathChecker
Returns an immutable set of X.509 extension object identifiers (OIDs) supported by this PKIXCertPathChecker.
getSupportedProtocols() - method in class javax.net.ssl.SSLEngine
Returns a list of SSL protocol version names this SSLEngine implementation supports.
getSupportedProtocols() - method in class javax.net.ssl.SSLServerSocket
Returns a list of SSL protocols supported by this server socket.
getSupportedProtocols() - method in class javax.net.ssl.SSLSocket
Returns the list of protocols supported by this socket.
getSupportsAbsolutePositioning() - method in class javax.swing.plaf.basic.BasicScrollBarUI
Indicates whether the user can position the thumb with a mouse click (i.e. middle button).
getSupportsWindowDecorations() - method in class javax.swing.LookAndFeel
Returns true when the look-and-feel supports window decorations, and false otherwise.
getSupportsWindowDecorations() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns true because the Metal look and feel supports window decorations for toplevel containers.
getSurrendersFocusOnKeystroke() - method in class javax.swing.JTable
Returns whether cell editors of this table should receive keyboard focus when the editor is activated by a keystroke.
getSymbol() - method in class java.util.Currency
This method returns the symbol which precedes or follows a value in this particular currency in the default locale.
This method returns the symbol which precedes or follows a value in this particular currency.
getSymbol(java.util.Locale) - method in class java.util.Currency
This method returns the symbol which precedes or follows a value in this particular currency.
getSyncAllWidths() - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method returns whether all components will share widths (set to largest width).
getSynthesizer() - static method in class javax.sound.midi.MidiSystem
Get the default Synthesizer instance.
getSystem() - static method in class java.rmi.activation.ActivationGroup
Get the current activation system.
getSystem() - method in class java.rmi.activation.ActivationGroupID
Get the associated activation system
getSystemClassLoader() - static method in class java.lang.ClassLoader
Returns the system classloader.
getSystemClipboard() - method in class java.awt.Toolkit
Returns the system clipboard.
getSystemCustomCursor(java.lang.String) - static method in class java.awt.Cursor
Retrieves the system specific custom Cursor named Cursor names are, for example: "Invalid.16x16".
getSystemDisplayName(java.io.File) - method in class javax.swing.filechooser.FileSystemView
Returns the name of a file as it would be displayed by the underlying system.
getSystemEventQueue() - method in class java.awt.Toolkit
Returns the event queue that is suitable for the calling context.
getSystemEventQueueImpl() - method in class java.awt.Toolkit
Returns the event queue that is suitable for the calling context.
getSystemFunctions() - method in class java.sql.DatabaseMetaData
This method returns a comma separated list of of system functions.
getSystemIcon(java.io.File) - method in class javax.swing.filechooser.FileSystemView
Returns the icon that would be displayed for the given file by the underlying system.
getSystemId() - method in class org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - method in class javax.xml.transform.dom.DOMResult
Returns the system ID used to resolve external entities.
getSystemId() - method in class javax.xml.transform.dom.DOMSource
Returns the base URI to use as the context for resolving entities.
getSystemId() - method in class org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - method in class javax.xml.stream.events.EntityDeclaration
Returns the system identifier of the entity.
getSystemId() - method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - method in class javax.xml.stream.Location
Returns the system identifier for the underlying source.
getSystemId() - method in class org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - method in class org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - method in class org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - method in class org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - method in class javax.xml.stream.events.NotationDeclaration
Returns the system identifier of the notation.
getSystemId() - method in class javax.xml.transform.Result
Returns the system ID for this result.
getSystemId() - method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - method in class javax.xml.transform.sax.SAXResult
Returns the system ID which this result represnts.
getSystemId() - method in class javax.xml.transform.sax.SAXSource
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.Source
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.SourceLocator
Returns the XML system ID for the document.
getSystemId() - method in class javax.xml.stream.events.StartDocument
Returns the system identifier of the document entity.
getSystemId() - method in class javax.xml.transform.stream.StreamResult
Returns the system ID.
getSystemId() - method in class javax.xml.transform.stream.StreamSource
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.sax.TemplatesHandler
Returns the system ID for the templates object created by this processor.
getSystemId() - method in class javax.xml.transform.sax.TransformerHandler
Returns the system ID relative to which URLs will be resolved.
getSystemLoadAverage() - method in class java.lang.management.OperatingSystemMXBean
Returns the system load average for the last minute, or -1 if this is unavailable.
getSystemLookAndFeelClassName() - static method in class javax.swing.UIManager
Returns the name of the LookAndFeel class that implements the native systems look and feel if there is one, otherwise the name of the default cross platform LookAndFeel class.
getSystemProperties() - method in class java.lang.management.RuntimeMXBean
Returns a map containing the keys and values of the system properties.
getSystemResource(java.lang.String) - static method in class java.lang.ClassLoader
Get the URL to a resource using the system classloader.
getSystemResourceAsStream(java.lang.String) - static method in class java.lang.ClassLoader
Get a resource using the system classloader.
getSystemResources(java.lang.String) - static method in class java.lang.ClassLoader
Get an Enumeration of URLs to resources with a given name using the the system classloader.
getSystemScope() - static method in class java.security.IdentityScope
Returns the system's Scope.
getSystemSelection() - method in class java.awt.Toolkit
Gets the singleton instance of the system selection as a Clipboard object.
getSystemTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for system text, from the installed theme.
getSystemTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for system text.
getSystemTextFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for system text.
getSystemTextFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the font used for system text, from the installed theme.
getSystemTextFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for system text.
getSystemTypeDescription(java.io.File) - method in class javax.swing.filechooser.FileSystemView
Returns the type description of a file that would be displayed by the underlying system.
getTab(int) - method in class javax.swing.text.TabSet
Returns the tab stop with the specified index.
getTabAfter(float) - method in class javax.swing.text.TabSet
Returns the tab following the specified location.
getTabAreaInsets(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab area insets appropriately rotated.
getTabBase() - method in class javax.swing.text.ParagraphView
Returns the location where the tabs are calculated from.
Returns the preferred span of this view for tab expansion.
Provides a facility to map screen coordinates into a model location.
Provides a facility to map screen coordinates into a model location.
Determines the width, that the given text s would take if it was printed with the given FontMetrics on the specified screen position.
getTabBounds(int,java.awt.Rectangle) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab bounds in the given rectangle.

The returned rectangle will be shifted by the current scroll offset if the tabbed pane is in scrolling tab layout mode..

getTabBounds(javax.swing.JTabbedPane,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the bounds of a tab for the given index and shifts it by the current scrolling offset if the tabbed pane is in scrolling tab layout mode.

Subclassses should retrievs a tab's bounds by this method if they want to find out whether the tab is currently visible.

getTabBounds(javax.swing.JTabbedPane,int) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the TabbedPaneUI.getTabBounds(JTabbedPane,int) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the bounds for the UI delegate from the primary look and feel.
getTabBounds(javax.swing.JTabbedPane,int) - method in class javax.swing.plaf.TabbedPaneUI
Calculates the bounding box of a tab.
getTabCount() - method in class javax.swing.JTabbedPane
This method returns how many tabs are in the JTabbedPane.
getTabCount() - method in class javax.swing.text.TabSet
Returns the number of tab stops in this tab set.
getTabExpander() - method in class javax.swing.text.GlyphView
Return the TabExpander to use.
getTabIndex() - method in class org.w3c.dom.html2.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLAreaElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLButtonElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLInputElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLObjectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLSelectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
getTabIndex(javax.swing.text.TabStop) - method in class javax.swing.text.TabSet
Returns the index of the specified tab, or -1 if the tab is not found.
getTabIndexAfter(float) - method in class javax.swing.text.TabSet
Returns the index of the tab at or after the specified location.
getTabInsets(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab insets appropriately rotated.
getTabLabelShiftX(int,int,boolean) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns how much the label for the tab should shift in the X direction.
getTabLabelShiftX(int,int,boolean) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
This method returns how much the label for the tab should shift in the X direction.
getTabLabelShiftY(int,int,boolean) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns how much the label for the tab should shift in the Y direction.
getTabLabelShiftY(int,int,boolean) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
This method returns how much the label for the tab should shift in the Y direction.
getTabLayoutPolicy() - method in class javax.swing.JTabbedPane
This method returns the tabLayoutPolicy.
getTable() - method in class java.awt.image.ByteLookupTable
Return the lookup tables.
getTable() - method in class javax.imageio.plugins.jpeg.JPEGQTable
Retrieve a copy of the quantization values for this table.
getTable() - method in class javax.swing.table.JTableHeader
Get the table, having this header.
getTable() - method in class java.awt.image.LookupOp
Return the LookupTable for this op.
getTable() - method in class java.awt.image.ShortLookupTable
Return the lookup tables.
Get the cell editor component that will perform the editing session.
Get table cell editor component
Get the string value of the object and pass it to setText().
Get table cell renderer component
getTableHeader() - method in class javax.swing.JTable
Get the value of the tableHeader property.
getTableLayout() - method in class org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
getTableModelListeners() - method in class javax.swing.table.AbstractTableModel
Returns an array containing the listeners that have been added to the table model.
getTableName(int) - method in class java.sql.ResultSetMetaData
This method returns the name of the table containing the specified column.
This method returns the access rights that have been granted to the requested tables.
This method returns a list of the requested table as a ResultSet with the following columns:
  1. TABLE_CAT - The catalog the table is in, which may be null.
  2. TABLE_SCHEM - The schema the table is in, which may be null.
  3. TABLE_NAME - The name of the table.
  4. TABLE_TYPE - A string describing the table type.
getTableTypes() - method in class java.sql.DatabaseMetaData
This method returns the list of database table types as a ResultSet with one column - TABLE_TYPE - that is the name of the table type.
getTabPlacement() - method in class javax.swing.JTabbedPane
This method returns the tabPlacement.
getTabRunCount() - method in class javax.swing.JTabbedPane
This method returns the number of runs used to paint the JTabbedPane.
getTabRunCount(javax.swing.JTabbedPane) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the number of runs.
getTabRunCount(javax.swing.JTabbedPane) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the TabbedPaneUI.getTabRunCount(JTabbedPane) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the nt for the UI delegate from the primary look and feel.
getTabRunCount(javax.swing.JTabbedPane) - method in class javax.swing.plaf.TabbedPaneUI
Determines how many runs are used to display tabs.
getTabRunIndent(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab run indent.
getTabRunOffset(int,int,int,boolean) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method calculates the offset distance for use in selectAdjacentRunTab.
getTabRunOverlay(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab run overlay.
getTabRunOverlay(int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns the amount of overlay among the tabs.
getTabSet() - method in class javax.swing.text.ParagraphView
Returns the TabSet used by this ParagraphView.
getTabSet(javax.swing.text.AttributeSet) - static method in class javax.swing.text.StyleConstants
Returns the tab set specified in the given attributes, or null if no tab set is specified.
getTabSize() - method in class javax.swing.JTextArea
Returns the number of characters used for a tab.
getTabSize() - method in class javax.swing.text.PlainView
Returns the tab size of a tab.
getTabSize() - method in class javax.swing.text.WrappedPlainView
Returns the tab size for the Document based on PlainDocument.tabSizeAttribute, defaulting to 8 if this property is not defined
getTabularType() - method in class javax.management.openmbean.TabularData
Returns the tabular type which corresponds to this instance of TabularData.
getTabularType() - method in class javax.management.openmbean.TabularDataSupport
Returns the tabular type which corresponds to this instance of TabularData.
getTag() - method in class javax.swing.text.html.HTMLDocument.Iterator
Type of tag this iterator represents.
getTag(java.lang.String) - static method in class javax.swing.text.html.HTML
Returns a HTML tag constant for the given HTML attribute name.
getTagName() - method in class org.w3c.dom.Element
The name of the element.
getTagName() - method in class javax.imageio.metadata.IIOMetadataNode
The name of the element.
getTags() - method in class java.beans.PropertyEditor
Get a list of possible Strings which this property type can have.
getTags() - method in class java.beans.PropertyEditorSupport
Returns a list of possible choices for the value.
getTail(java.util.logging.Handler) - method in class java.util.logging.Formatter
Returns a string that handlers are supposed to emit after the last log record.
getTail(java.util.logging.Handler) - method in class java.util.logging.XMLFormatter
Returns a string that handlers are supposed to emit after the last log record.
getTarget() - method in class javax.accessibility.AccessibleRelation
Return the targets of this relation.
getTarget() - method in class org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - method in class java.beans.EventHandler
Returns the target object.
getTarget() - method in class org.w3c.dom.html2.HTMLAnchorElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.html2.HTMLAreaElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.html2.HTMLBaseElement
The default target frame.
getTarget() - method in class org.w3c.dom.html2.HTMLFormElement
Frame to render the resource in.
getTarget() - method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
Gets the string, passed as the target frame identifier.
getTarget() - method in class org.w3c.dom.html2.HTMLLinkElement
Frame to render the resource in.
getTarget() - method in class javax.xml.stream.events.ProcessingInstruction
Returns the processing instruction target.
getTarget() - method in class org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTarget() - method in class java.beans.Statement
Return the statement object.
getTarget() - method in class javax.rmi.CORBA.Tie
Get the invocation target, where all method calls should be delegated.
getTargetActions() - method in class java.awt.dnd.DragSourceDragEvent
getTargetActions() - method in class java.awt.dnd.DropTargetContext
getTargetActions() - method in class java.awt.dnd.peer.DropTargetContextPeer
getTargetCertConstraints() - method in class java.security.cert.PKIXParameters
Returns the constraints placed on the target certificate, or null if there are none.
getTargetDataLine(javax.sound.sampled.AudioFormat) - static method in class javax.sound.sampled.AudioSystem
Find and return a target data line matching the given audio format.
Return a target data line matching the given audio format and mixer.
getTargetEncodings() - method in class javax.sound.sampled.spi.FormatConversionProvider
Return an array of all the target encodings supported by this conversion provider.
getTargetEncodings(javax.sound.sampled.AudioFormat) - static method in class javax.sound.sampled.AudioSystem
Given a source format, return an array of all the target encodings to which data in this format can be converted.
Return an array of all the target encodings that are available for a given source format.
Given a source encoding, return an array of all target encodings to which data in this form can be converted.
getTargetError() - method in class javax.management.RuntimeErrorException
Returns the true cause of this error, the wrapped error.
getTargetException() - method in class java.lang.reflect.InvocationTargetException
Get the wrapped (targeted) exception.
getTargetException() - method in class javax.management.MBeanException
Returns the true cause of this exception, the wrapped exception.
getTargetException() - method in class javax.management.ReflectionException
Returns the true cause of this exception, the wrapped exception.
getTargetException() - method in class javax.management.RuntimeMBeanException
Returns the true cause of this exception, the wrapped runtime exception.
getTargetException() - method in class javax.management.RuntimeOperationsException
Returns the true cause of this exception, the wrapped exception.
Given a target encoding and a source audio format, return an array of all matching audio formats to which data in this source format can be converted.
Return a array of all the target formats that match given target encoding, and to which this provider can convert the source format.
getTargetLineInfo() - method in class javax.sound.sampled.Mixer
Return an array of Info objects describing all the target lines available in this Mixer.
getTargetLineInfo(javax.sound.sampled.Line.Info) - static method in class javax.sound.sampled.AudioSystem
Given a line description, return an array of descriptions of all the matching target lines.
getTargetLineInfo(javax.sound.sampled.Line.Info) - method in class javax.sound.sampled.Mixer
Return an array of Info objects describing all the target lines available in this Mixer, which match the provided decsription.
getTargetLines() - method in class javax.sound.sampled.Mixer
Return an array of all the target lines available in this Mixer.
getTargName() - method in class org.ietf.jgss.GSSContext
Returns the name of the context target (acceptor).
getTBodies() - method in class org.w3c.dom.html2.HTMLTableElement
Returns a collection of the table bodies (including implicit ones).
getTBSCertificate() - method in class java.security.cert.X509Certificate
Returns the tbsCertificate from the certificate.
getTBSCertList() - method in class java.security.cert.X509CRL
Returns the DER ASN.1 encoded tbsCertList which is the basic information of the list and associated certificates in the encoded state.
getTcpNoDelay() - method in class java.net.Socket
Tests whether or not the TCP_NODELAY option is set on the socket.
getTemplates() - method in class javax.xml.transform.sax.TemplatesHandler
Returns the templates object created by the parsing of the SAX events.
getTempoFactor() - method in class javax.sound.midi.Sequencer
Get the current scaling factor for the playback tempo.
getTempoInBPM() - method in class javax.sound.midi.Sequencer
Get the current tempo in beats per minute.
getTempoInMPQ() - method in class javax.sound.midi.Sequencer
Get the current tempo in microseconds per quarter note.
getText() - method in class javax.swing.AbstractButton
Return the button's "text" property.
getText() - method in class java.text.BreakIterator
This method returns the text this object is iterating over as a CharacterIterator.
getText() - method in class javax.xml.stream.events.Comment
Returns the comment text.
getText() - method in class org.w3c.dom.html2.HTMLBodyElement
Document text color.
getText() - method in class org.w3c.dom.html2.HTMLOptionElement
The text contained within the option element.
getText() - method in class org.w3c.dom.html2.HTMLScriptElement
The script content of the element.
getText() - method in class org.w3c.dom.html2.HTMLTitleElement
The specified title as a string.
getText() - method in class java.awt.event.InputMethodEvent
This method returns the input method text.
getText() - method in class javax.swing.JEditorPane
getText() - method in class javax.swing.JLabel
Returns the text displayed by the label.
getText() - method in class javax.swing.JPasswordField
Returns the text contained in this TextComponent.
getText() - method in class javax.swing.text.JTextComponent
Retrieves the current text in this text document.
getText() - method in class java.awt.Label
Returns the text displayed in this label.
getText() - method in class javax.xml.stream.util.ReaderDelegate
getText() - method in class java.awt.TextComponent
Returns the text in this component
getText() - method in class java.awt.peer.TextComponentPeer
getText() - method in class javax.security.auth.callback.TextInputCallback
Get the retrieved text.
getText() - method in class javax.xml.stream.XMLStreamReader
Returns the string value of the current event.
getText(int,int) - method in class javax.swing.text.AbstractDocument
Returns a piece of this Document's content.
getText(int,int) - method in class javax.swing.text.Document
Returns the textual content starting at offset with a length of length.
getText(int,int) - method in class javax.swing.text.GlyphView
Returns the text segment that this view is responsible for.
getText(int,int) - method in class javax.swing.JPasswordField
Fetches a portion of the text represented by the component.
getText(int,int) - method in class javax.swing.text.JTextComponent
Retrieves a part of the current text in this document.
Fetches a piece of this Document's content and stores it in the given Segment.
getText(int,int,javax.swing.text.Segment) - method in class javax.swing.text.Document
Fetch the textual content starting at offset with a length of length and store it in txt.
getText(javax.swing.text.Element) - method in class javax.swing.text.AbstractWriter
Return the text of the Document that is associated with the given Element.
getTextAlign() - method in class org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
getTextBorder() - static method in class javax.swing.plaf.metal.MetalBorders
Returns the border that is used for text components (except text fields, which use getTextFieldBorder().
getTextBounds(int,int) - method in class javax.accessibility.AccessibleExtendedText
Determines the bounding box of some text held by this object.
getTextCharacters() - method in class javax.xml.stream.util.ReaderDelegate
getTextCharacters() - method in class javax.xml.stream.XMLStreamReader
Returns the string value of the current event as a character array.
getTextCharacters(int,char[],int,int) - method in class javax.xml.stream.util.ReaderDelegate
getTextCharacters(int,char[],int,int) - method in class javax.xml.stream.XMLStreamReader
Copies the string value of the current event into the specified character array.
getTextComponent(java.awt.event.ActionEvent) - method in class javax.swing.text.TextAction
Returns the JTextComponent object associated with the given ActionEvent.
getTextContent() - method in class javax.imageio.metadata.IIOMetadataNode
getTextContent() - method in class org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextDecoration() - method in class org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
getTextField() - method in class javax.swing.JSpinner.DefaultEditor
Returns the text field used to display and edit the current value in the spinner.
getTextFieldBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing a border around a text field that makes the field appear as etched into the surface.
getTextFieldBorder() - static method in class javax.swing.plaf.metal.MetalBorders
Returns a border for use by the JTextField component.
getTextHighlightColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to highlight text, from the installed theme.
getTextHighlightColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to highlight text.
getTextIndent() - method in class org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
getTextLength() - method in class javax.xml.stream.util.ReaderDelegate
getTextLength() - method in class javax.xml.stream.XMLStreamReader
Returns the length of the characters in the text character array.
getTextListeners() - method in class java.awt.TextComponent
Returns all text listeners registered to this object.
Gets the location of a given offset of the text.
getTextNonSelectionColor() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the text color for tree cells that are not selected.
getTextPlainUnicodeFlavor() - static method in class java.awt.datatransfer.DataFlavor
XXX - Currently returns plainTextFlavor.
getTextRange(int,int) - method in class javax.accessibility.AccessibleEditableText
Return the text between two points.
getTextRange(int,int) - method in class javax.accessibility.AccessibleExtendedText
Return a range of text from the underlying object.
Gets the text between two indexes.
getTextSelectionColor() - method in class javax.swing.tree.DefaultTreeCellRenderer
Returns the text color for tree cells that are selected.
getTextSequenceAfter(int,int) - method in class javax.accessibility.AccessibleExtendedText
Return a text sequence from the underlying object.
getTextSequenceAt(int,int) - method in class javax.accessibility.AccessibleExtendedText
Return a text sequence from the underlying object.
getTextSequenceBefore(int,int) - method in class javax.accessibility.AccessibleExtendedText
Return a text sequence from the underlying object.
getTextShadow() - method in class org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
getTextShiftOffset() - method in class javax.swing.plaf.basic.BasicButtonUI
Returns the text shift offset.
getTextStart() - method in class javax.xml.stream.util.ReaderDelegate
getTextStart() - method in class javax.xml.stream.XMLStreamReader
Returns the offset of the first character in the text character array.
getTextTransform() - method in class org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
getTextViewForTab(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns a view that can paint the text for the label.
getTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's TFOOT, or null if none exists.
getTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's THEAD, or null if none exists.
getThickness() - method in class javax.swing.border.LineBorder
Returns the thickness of the line in pixels.
getThisUpdate() - method in class java.security.cert.X509CRL
Returns the thisUpdate date of the CRL.
getThreadCount() - method in class java.lang.management.ThreadMXBean
Returns the number of live threads, including both daemon threads and non-daemon threads.
getThreadCpuTime(long) - method in class java.lang.management.ThreadMXBean
Returns the total number of nanoseconds of CPU time the specified thread has used.
getThreadGroup() - method in class java.lang.SecurityManager
Get the ThreadGroup that a new Thread should belong to by default.
getThreadGroup() - method in class java.lang.Thread
Get the ThreadGroup this Thread belongs to.
getThreadID() - method in class java.util.logging.LogRecord
Returns an identifier for the thread in which this LogRecord was created.
getThreadId() - method in class java.lang.management.ThreadInfo
Returns the identifier of the thread associated with this instance of ThreadInfo.
getThreadInfo(long) - method in class java.lang.management.ThreadMXBean
Returns information on the specified thread without any stack trace information.
getThreadInfo(long,int) - method in class java.lang.management.ThreadMXBean
Returns information on the specified thread with stack trace information to the supplied depth.
getThreadInfo(long[]) - method in class java.lang.management.ThreadMXBean
Returns information on the specified threads without any stack trace information.
getThreadInfo(long[],boolean,boolean) - method in class java.lang.management.ThreadMXBean
Returns information on the specified threads with full stack trace information and optional synchronization information.
getThreadInfo(long[],int) - method in class java.lang.management.ThreadMXBean
Returns information on the specified threads with stack trace information to the supplied depth.
getThreadMXBean() - static method in class java.lang.management.ManagementFactory
Returns the thread management bean for the running virtual machine.
getThreadName() - method in class java.lang.management.ThreadInfo
Returns the name of the thread associated with this instance of ThreadInfo.
getThreadState() - method in class java.lang.management.ThreadInfo
Returns the state of the thread associated with this instance of ThreadInfo.
getThreadUserTime(long) - method in class java.lang.management.ThreadMXBean
Returns the total number of nanoseconds of CPU time the specified thread has executed in user mode.
getThrowable() - method in class java.awt.event.InvocationEvent
Returns a throwable caught while executing the Runnable's run() method.
getThrown() - method in class java.util.logging.LogRecord
Returns the Throwable associated with this LogRecord, or null if the logged event is not related to an exception or error.
getThumbBounds() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the thumb's bounds based on the current value of the scrollbar.
getThumbnail(int) - method in class javax.imageio.IIOImage
Retrieve the thumbnail stored at the specified index in the thumbnails list.
getThumbnailHeight(int,int) - method in class javax.imageio.ImageReader
Get the height of a thumbnail image.
getThumbnailWidth(int,int) - method in class javax.imageio.ImageReader
Get the width of a thumbnail image.
getThumbOverhang() - method in class javax.swing.plaf.metal.MetalSliderUI
Returns the thumb overhang.
getThumbSize() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the size of the slider's thumb.
getThumbSize() - method in class javax.swing.plaf.metal.MetalSliderUI
Returns the size of the thumb icon.
getTick() - method in class javax.sound.midi.MidiEvent
Get the timestamp for this event in MIDI ticks.
getTickLength() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the height of the tick area box if the slider is horizontal and the width of the tick area box is the slider is vertical.
getTickLength() - method in class javax.swing.plaf.metal.MetalSliderUI
Returns the length of the major tick marks.
getTickLength() - method in class javax.sound.midi.Sequence
The length of this sequence in MIDI ticks.
getTickLength() - method in class javax.sound.midi.Sequencer
Get the length of the current sequence in MIDI ticks.
getTickPosition() - method in class javax.sound.midi.Sequencer
Get the current playback position of the sequencer in MIDI ticks.
getTie(java.rmi.Remote) - static method in class javax.rmi.CORBA.Util
Get the Tie that handles invocations on the given target.
getTie(java.rmi.Remote) - method in class javax.rmi.CORBA.UtilDelegate
Get the Tie that handles invocations on the given target.
getTile(int,int) - method in class java.awt.image.BufferedImage
getTile(int,int) - method in class java.awt.image.RenderedImage
Calculates how much space is nessecary to place a set of components end-to-end.
getTileGridXOffset() - method in class java.awt.image.BufferedImage
getTileGridXOffset() - method in class javax.imageio.ImageWriteParam
getTileGridXOffset() - method in class java.awt.image.RenderedImage
getTileGridXOffset(int) - method in class javax.imageio.ImageReader
Get the X coordinate in pixels of the top-left corner of the first tile in this image.
getTileGridYOffset() - method in class java.awt.image.BufferedImage
getTileGridYOffset() - method in class javax.imageio.ImageWriteParam
getTileGridYOffset() - method in class java.awt.image.RenderedImage
getTileGridYOffset(int) - method in class javax.imageio.ImageReader
Get the Y coordinate in pixels of the top-left corner of the first tile in this image.
getTileHeight() - method in class java.awt.image.BufferedImage
getTileHeight() - method in class javax.imageio.ImageWriteParam
getTileHeight() - method in class java.awt.image.RenderedImage
getTileHeight(int) - method in class javax.imageio.ImageReader
Get the height of an image tile.
getTileIcon() - method in class javax.swing.border.MatteBorder
Returns the icon is used for tiling the border, or null if the border is filled with a color instead of an icon.
getTileWidth() - method in class java.awt.image.BufferedImage
getTileWidth() - method in class javax.imageio.ImageWriteParam
getTileWidth() - method in class java.awt.image.RenderedImage
getTileWidth(int) - method in class javax.imageio.ImageReader
Get the width of an image tile.
getTilingMode() - method in class javax.imageio.ImageWriteParam
getTime() - method in class java.util.Calendar
Converts the time represented by this object to a Date-Object.
getTime() - method in class java.util.Date
Gets the time represented by this object.
getTime() - method in class java.sql.Timestamp
Return the value of this Timestamp as the number of milliseconds since Jan 1, 1970 at 12:00 midnight GMT.
getTime() - method in class java.util.zip.ZipEntry
Gets the time of last modification of the entry.
getTime(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.sql.Time.
getTime(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Time.
This method returns the value of the specified parameter as a Java java.sql.Time.
getTime(int,java.util.Calendar) - method in class java.sql.ResultSet
This method returns the specified column value as a java.sql.Time.
getTime(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.sql.Time.
getTime(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Time.
This method returns the value of the specified parameter as a Java java.sql.Time.
This method returns the specified column value as a java.sql.Time.
getTimeDateFunctions() - method in class java.sql.DatabaseMetaData
This method returns comma separated list of time/date functions.
getTimeInMillis() - method in class java.util.Calendar
Returns the time represented by this Calendar.
getTimeInMillis(java.util.Calendar) - method in class javax.xml.datatype.Duration
Returns the duration length in milliseconds.
getTimeInMillis(java.util.Date) - method in class javax.xml.datatype.Duration
Returns the duration length in milliseconds.
getTimeInstance() - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the default formatting style for times.
getTimeInstance(int) - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for times.
getTimeInstance(int,java.util.Locale) - static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for times.
Returns a DateFormat instance for formatting times with the given style in the specified Locale.
getTimeLimit() - method in class javax.naming.directory.SearchControls
getTimeStamp() - method in class org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeStamp() - method in class javax.management.Notification
Returns the date and time at which this notification was emitted.
getTimestamp(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
getTimestamp(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Timestamp.
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
This method returns the specified column value as a java.sql.Timestamp.
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
getTimestamp(java.lang.String) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Java java.sql.Timestamp.
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
This method returns the specified column value as a java.sql.Timestamp.
getTimeToLive() - method in class java.net.DatagramSocketImpl
This method returns the current Time to Live (TTL) setting on this socket.
getTimeToLive() - method in class java.net.MulticastSocket
Returns the current value of the "Time to Live" option.
getTimeZone() - method in class java.util.Calendar
Gets the time zone of this calendar
getTimeZone() - method in class java.text.DateFormat
This method returns the TimeZone object being used by this instance.
getTimezone() - method in class javax.xml.datatype.XMLGregorianCalendar
getTimeZone(int) - method in class javax.xml.datatype.XMLGregorianCalendar
getTimeZone(java.lang.String) - static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset() - method in class java.util.Date
Returns the number of minutes offset used with UTC to give the time represented by this object in the current time zone.
getTipText() - method in class javax.swing.JToolTip
Returns the text displayed by the tool tip.
getTitle() - method in class java.awt.Dialog
Returns the title of this dialog box.
getTitle() - method in class java.awt.Frame
Returns this frame's title string.
getTitle() - method in class org.w3c.dom.html2.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
getTitle() - method in class org.w3c.dom.html2.HTMLElement
The element's advisory title.
getTitle() - method in class javax.swing.JInternalFrame
Returns the frame's title.
getTitle() - method in class org.w3c.dom.stylesheets.StyleSheet
The advisory title.
getTitle() - method in class javax.swing.border.TitledBorder
Returns the text of the title.
This method returns the title string based on the available width and the font metrics.
getTitleAt(int) - method in class javax.swing.JTabbedPane
This method returns the tab title given the index.
getTitleColor() - method in class javax.swing.border.TitledBorder
Retrieves the color for displaying the title text.
getTitledBorderText() - method in class javax.accessibility.AccessibleExtendedComponent
Returns the title border text for this component.
Returns the title of the border of this accessible component if this component has a titled border, otherwise returns null.
getTitleFont() - method in class javax.swing.border.TitledBorder
Retrieves the font for displaying the title text.
getTitleJustification() - method in class javax.swing.border.TitledBorder
Returns the horizontal alignment of the title text in relation to the border.
getTitlePosition() - method in class javax.swing.border.TitledBorder
Returns the vertical position of the title text in relation to the border.
getToggleButtonBorder() - static method in class javax.swing.plaf.basic.BasicBorders
Returns a border for drawing toggle buttons.
getToggleButtonBorder() - static method in class javax.swing.plaf.metal.MetalBorders
Returns a border for use with JToggleButton components.
getToggleClickCount() - method in class javax.swing.JTree
getToIndex() - method in class javax.swing.event.TableColumnModelEvent
getToIndex.
getTokenThreshold() - method in class javax.swing.text.html.HTMLDocument
Returns the number of tokens that are buffered before the document is rendered.
getToolkit() - method in class java.awt.Component
Returns the toolkit in use for this component.
getToolkit() - method in class java.awt.peer.ComponentPeer
Returns the toolkit that created this peer.
getToolkit() - method in class java.awt.Window
Returns the toolkit used to create this window.
Return the location at which the toolTipText property should be displayed, when triggered by a particular mouse event.
getToolTipText() - method in class javax.accessibility.AccessibleExtendedComponent
Returns the tool-tip text for this component.
getToolTipText() - method in class javax.swing.JComponent
Returns the current tooltip text for this component, or null if none has been set.
Returns the tooltip text for this accessible component.
getToolTipText(float,float,java.awt.Shape) - method in class javax.swing.text.html.ImageView
Get the tool tip text.
getToolTipText(float,float,java.awt.Shape) - method in class javax.swing.text.View
Returns the tooltip text for this component for a particular mouse event.
This method returns the tooltip text given a mouse event.
Returns the tooltip text for this text component for the given mouse event.
Returns a String for presenting a tool tip at the specified location.
getToolTipTextAt(int) - method in class javax.swing.JTabbedPane
This method returns the tooltip string for the tab.
getTop() - method in class org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
getTop() - method in class org.w3c.dom.css.Rect
This attribute is used for the top of the rect.
getToPage() - method in class java.awt.JobAttributes
getTopComponent() - method in class javax.swing.JSplitPane
This method returns the top component.
getTopInset() - method in class javax.swing.text.AsyncBoxView
Returns the top inset.
getTopInset() - method in class javax.swing.text.CompositeView
Returns the top inset of this CompositeView.
getTopLevelAncestor() - method in class javax.swing.JComponent
Return the top level ancestral container (usually a Window or Applet) which this component is contained within, or null if no ancestors exist.
getTotalColumnWidth() - method in class javax.swing.table.DefaultTableColumnModel
Returns total width of all the columns in the model, ignoring the columnMargin.
getTotalColumnWidth() - method in class javax.swing.table.TableColumnModel
Returns total width of all the columns in the model, ignoring the column margin (see getColumnMargin()).
getTotalCompilationTime() - method in class java.lang.management.CompilationMXBean
Returns the accumulated time, in milliseconds, that the JIT compiler has spent compiling Java bytecodes to native machine code.
getTotalLoadedClassCount() - method in class java.lang.management.ClassLoadingMXBean
Returns the total number of classes loaded by the virtual machine since it was started.
getTotalSize() - method in class org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTotalStartedThreadCount() - method in class java.lang.management.ThreadMXBean
Returns the total number of threads that have been created and started during the lifetime of the virtual machine.
getTrackBounds() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method calculates the bounds of the track.
getTrackLength() - method in class javax.swing.plaf.metal.MetalSliderUI
Returns the track length.
getTrackMute(int) - method in class javax.sound.midi.Sequencer
Get the mute state of a specific track.
getTracks() - method in class javax.sound.midi.Sequence
Get an array of MIDI tracks used in this sequence.
getTrackSolo(int) - method in class javax.sound.midi.Sequencer
Get the solo state for a specific track.
getTrackWidth() - method in class javax.swing.plaf.metal.MetalSliderUI
Returns the track width.
getTrafficClass() - method in class java.net.DatagramSocket
Returns the current traffic class
getTrafficClass() - method in class java.net.Socket
Returns the current traffic class
getTransaction() - method in class javax.transaction.TransactionManager
getTransactionIsolation() - method in class java.sql.Connection
This method returns the current transaction isolation mode.
getTransactionIsolation() - method in class javax.sql.RowSet
getTransactionTimeout() - method in class javax.transaction.xa.XAResource
getTransferable() - method in class java.awt.dnd.DragSourceContext
Returns the Transferable set with this object.
getTransferable() - method in class java.awt.dnd.DropTargetContext
Return the Transferable operandof this operation.
getTransferable() - method in class java.awt.dnd.peer.DropTargetContextPeer
getTransferable() - method in class java.awt.dnd.DropTargetDragEvent
TODO
getTransferable() - method in class java.awt.dnd.DropTargetDropEvent
Returns the data in the specified DataFlavor.
This method returns the data in the requested format.
getTransferData(java.awt.datatransfer.DataFlavor) - method in class java.awt.datatransfer.Transferable
Returns the data in the specified DataFlavor.
This method returns a list of available data flavors for the data being transferred.
getTransferDataFlavors() - method in class java.awt.dnd.peer.DropTargetContextPeer
getTransferDataFlavors() - method in class java.awt.datatransfer.StringSelection
Returns a list of supported data flavors.
getTransferDataFlavors() - method in class java.awt.datatransfer.Transferable
This method returns a list of available data flavors for the data being transferred.
getTransferHandler() - method in class javax.swing.JComponent
Get the value of the transferHandler property.
getTransferSize() - method in class java.sql.DataTruncation
This method returns the size of the parameter or column after it was truncated.
getTransferType() - method in class java.awt.image.ColorModel
getTransferType() - method in class java.awt.image.MultiPixelPackedSampleModel
Returns the transfer type, which is one of the following (depending on the number of bits per sample for this model):
getTransferType() - method in class java.awt.image.Raster
Returns the transfer type for the raster (this is determined by the raster's sample model).
getTransferType() - method in class java.awt.image.SampleModel
getTransform() - method in class java.awt.image.AffineTransformOp
Returns transform used in transformation between source and destination image.
getTransform() - method in class java.awt.Font
Returns a copy of the affine transformation this font is currently subject to, if any.
getTransform() - method in class java.awt.font.FontRenderContext
Retrieves the affine transform for scaling typographical points to raster pixels.
getTransform() - method in class java.awt.Graphics2D
Returns the current transform.
getTransform() - method in class java.awt.image.renderable.RenderContext
getTransform() - method in class java.awt.font.TransformAttribute
Returns a copy of the transform contained by this attribute.
getTransformer() - method in class javax.xml.transform.sax.TransformerHandler
Returns the transformer associated with this handler in order to set parameters and output properties.
getTranslateInstance(double,double) - static method in class java.awt.geom.AffineTransform
Returns a translation transform:
 [ 1 0 tx ]
 [ 0 1 ty ]
 [ 0 0 1  ]
 
getTranslateX() - method in class java.awt.geom.AffineTransform
Returns the X coordinate translation factor of the matrix.
getTranslateY() - method in class java.awt.geom.AffineTransform
Returns the Y coordinate translation factor of the matrix.
getTransmitter() - method in class javax.sound.midi.MidiDevice
Get a MIDI OUT Transmitter for this device.
getTransmitter() - static method in class javax.sound.midi.MidiSystem
Get the default Transmitter instance.
getTransparency() - method in class java.awt.image.BufferedImage
Return the transparency type.
getTransparency() - method in class java.awt.Color
Returns the transparency level of this color.
getTransparency() - method in class java.awt.image.ColorModel
Return the transparency type.
getTransparency() - method in class java.awt.GradientPaint
Returns the transparency code for this GradientPaint instance.
getTransparency() - method in class java.awt.TexturePaint
Returns the transparency mode.
getTransparency() - method in class java.awt.Transparency
Return the transparency type.
getTransparency() - method in class java.awt.image.VolatileImage
Returns the transparency type of this image.
getTransparentPixel() - method in class java.awt.image.IndexColorModel
Get the index of the transparent color in this color model.
getTRC() - method in class java.awt.color.ICC_ProfileGray
Returns the TRC lookup table.
getTRC(int) - method in class java.awt.color.ICC_ProfileRGB
Returns the TRC lookup table for a component
Sets an initial value for the editor.
Configures the editor.
Returns a component that has been configured to edit one element (or node) in a JTree component.
Returns a component (in fact this) that can be used to render a tree cell with the specified state.
Returns a component that has been configured to display one element (or node) in a JTree component.
getTreeComputerIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a 16x16 icon representing a computer.
getTreeControlIcon(boolean) - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates and returns a tree control icon.
getTreeExpansionListeners() - method in class javax.swing.JTree
Returns all added TreeExpansionListener objects.
getTreeFloppyDriveIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a 16x16 icon representing a floppy disk.
getTreeFolderIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates and returns a new tree folder icon.
getTreeHardDriveIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns a 16x16 icon representing a hard disk.
getTreeLeafIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Creates and returns a new tree leaf icon.
getTreeLock() - method in class java.awt.Component
Returns the object used for synchronization locks on this component when performing tree and layout functions.
getTreeLock() - method in class java.awt.MenuComponent
Returns the object used for synchronization locks on this component when performing tree and layout functions.
getTreeModelListeners() - method in class javax.swing.tree.DefaultTreeModel
Returns all registered TreeModelListener listeners.
getTreePath() - method in class javax.swing.event.TreeModelEvent
getTreePath
getTreeSelectionListeners() - method in class javax.swing.tree.DefaultTreeSelectionModel
Returns all TreeSelectionListener added to this model.
getTreeSelectionListeners() - method in class javax.swing.JTree
Returns all added TreeSelectionListener objects.
getTreeWillExpandListeners() - method in class javax.swing.JTree
Returns all added TreeWillExpandListener objects.
getTrigger() - method in class java.awt.dnd.DragSourceContext
Gets the trigger associated with this.
getTriggerEvent() - method in class java.awt.dnd.DragGestureEvent
Get the event that triggered this gesture.
getTriggerEvent() - method in class java.awt.dnd.DragGestureRecognizer
getTrustAnchor() - method in class java.security.cert.PKIXCertPathValidatorResult
Returns the trust anchor.
getTrustAnchors() - method in class java.security.cert.PKIXParameters
Returns an immutable set of trust anchors.
getTrustedCert() - method in class java.security.cert.TrustAnchor
Return the trusted certificate, or null if none was specified.
getTrustManagers() - method in class javax.net.ssl.TrustManagerFactory
Returns the trust managers created by this factory.
getTTL() - method in class java.net.DatagramSocketImpl
This method returns the current Time to Live (TTL) setting on this socket.
getTTL() - method in class java.net.MulticastSocket
Returns the current value of the "Time to Live" option.
getType() - method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Returns the type of the modification.
getType() - method in class javax.accessibility.AccessibleTableModelChange
Returns the change type.
getType() - method in class java.awt.geom.AffineTransform
Returns the type of this transform.
getType() - method in class javax.swing.text.html.parser.AttributeList
Get the type of the attribute.
getType() - method in class javax.sound.sampled.AudioFileFormat
Return the Type associated with this file format.
getType() - method in class java.awt.image.BufferedImage
getType() - method in class java.security.cert.Certificate
Returns the Certificate type.
getType() - method in class java.security.cert.CertificateFactory
Returns the type of the certificate this factory creates.
getType() - method in class java.security.cert.CertPath
Get the (non-null) type of all certificates in the path.
getType() - method in class java.security.cert.CertStore
Return the type of certificate store this instance represents.
getType() - method in class java.awt.color.ColorSpace
getType() - method in class javax.sound.sampled.Control
Return the Type of this Control.
getType() - method in class java.security.cert.CRL
Returns the CRL type.
getType() - method in class org.w3c.dom.css.CSSRule
The type of the rule, as defined above.
getType() - method in class java.awt.Cursor
Returns the numeric type identifier for this cursor.
getType() - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Returns the type of the element.
getType() - method in class javax.swing.event.DocumentEvent
getType
getType() - method in class org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - method in class javax.swing.text.html.parser.Element
Get the element type.
getType() - method in class javax.swing.text.html.parser.Entity
Get the entity type.
getType() - method in class org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType() - method in class java.lang.reflect.Field
Gets the type of this field.
getType() - method in class java.awt.font.GlyphMetrics
getType() - method in class java.awt.GraphicsDevice
Returns the type of the device.
getType() - method in class org.w3c.dom.html2.HTMLAnchorElement
Advisory content type.
getType() - method in class org.w3c.dom.html2.HTMLButtonElement
The type of button (all lower case).
getType() - method in class org.w3c.dom.html2.HTMLInputElement
The type of control created (all lower case).
getType() - method in class org.w3c.dom.html2.HTMLLIElement
List item bullet style.
getType() - method in class org.w3c.dom.html2.HTMLLinkElement
Advisory content type.
getType() - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via data attribute.
getType() - method in class org.w3c.dom.html2.HTMLOListElement
Numbering style.
getType() - method in class org.w3c.dom.html2.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
getType() - method in class org.w3c.dom.html2.HTMLScriptElement
The content type of the script language.
getType() - method in class org.w3c.dom.html2.HTMLSelectElement
The type of this form control.
getType() - method in class org.w3c.dom.html2.HTMLStyleElement
The content type of the style sheet language.
getType() - method in class org.w3c.dom.html2.HTMLTextAreaElement
The type of this form control.
getType() - method in class org.w3c.dom.html2.HTMLUListElement
Bullet style.
getType() - method in class java.security.KeyStore
Returns the type of the KeyStore supported
getType() - method in class javax.sound.sampled.LineEvent
Return the Type associated with this event.
getType() - method in class javax.swing.event.ListDataEvent
Returns a code representing the type of this event, which is usually one of CONTENTS_CHANGED, INTERVAL_ADDED or INTERVAL_REMOVED.
getType() - method in class javax.management.MBeanAttributeInfo
Returns the type of this attribute, in the form of its class name.
getType() - method in class javax.management.MBeanParameterInfo
Returns the type of this attribute, in the form of its class name.
getType() - method in class java.lang.management.MemoryPoolMXBean
Returns the type of memory used by this pool.
getType() - method in class javax.sound.midi.MetaMessage
Get the meta message type.
getType() - method in class javax.sound.midi.MidiFileFormat
Get the MIDI file type (0, 1, or 2).
getType() - method in class javax.naming.event.NamingEvent
getType() - method in class javax.management.Notification
Returns the type of this notification.
getType() - method in class java.io.ObjectStreamField
This method returns the class representing the type of the field which is represented by this instance of ObjectStreamField.
getType() - method in class javax.naming.RefAddr
Returns the non-null address type given to the constructor.
getType() - method in class java.sql.ResultSet
This method returns the result set type of this result set.
getType() - method in class org.w3c.dom.stylesheets.StyleSheet
This specifies the style sheet language for this style sheet.
getType() - method in class javax.swing.event.TableModelEvent
Returns the type of change indicated by this event (usually one of UPDATE, INSERT, DELETE).
getType(char) - static method in class java.lang.Character
Returns the Unicode general category property of a character.
getType(int) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by position).
getType(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by position).
getType(int) - method in class org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(int) - static method in class java.lang.Character
Returns the Unicode general category property of a character.
getType(java.lang.String) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by name).
getType(java.lang.String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by name).
getType(java.lang.String) - method in class org.xml.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType(java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(java.lang.String) - method in class javax.management.openmbean.CompositeType
Returns the type for the given field name, or null if the field name does not exist within this composite data type.
Look up an attribute's type by Namespace name.
getType(java.lang.String,java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getTypeCode() - method in class java.io.ObjectStreamField
This method returns the char encoded type of the field which is represented by this instance of ObjectStreamField.
Returns a localised description for the type of file/directory.
getTypeDescription(java.io.File) - method in class javax.swing.filechooser.FileView
Returns a description for the type of the specified file.
getTypeDescription(java.io.File) - method in class javax.swing.JFileChooser
Returns the type description for the file, generated by the current (or default) FileView.
getTypeInfo() - method in class java.sql.DatabaseMetaData
This method returns a list of the SQL types supported by this database.
getTypeInfoProvider() - method in class javax.xml.validation.ValidatorHandler
getTypeName() - method in class javax.management.openmbean.OpenType<T>
Returns the name of this open type.
getTypeName() - method in class org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - method in class org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getTypeParameters() - method in class java.lang.Class<T>
Returns an array of TypeVariable objects that represents the type variables declared by this class, in declaration order.
getTypeParameters() - method in class java.lang.reflect.Constructor<T>
Returns an array of TypeVariable objects that represents the type variables declared by this constructor, in declaration order.
getTypeParameters() - method in class java.lang.reflect.GenericDeclaration
Returns a TypeVariable object for each type variable declared by this entity, in order of declaration.
getTypeParameters() - method in class java.lang.reflect.Method
Returns an array of TypeVariable objects that represents the type variables declared by this constructor, in declaration order.
getTypeString() - method in class java.io.ObjectStreamField
This method returns a more explicit type name than getTypeCode() in the case the type is a real class (and not a primitive).
This method returns the list of user defined data types in use.
getUI() - method in class javax.swing.AbstractButton
Set the "UI" property of the button, which is a look and feel class responsible for handling the button's input events and painting it.
getUI() - method in class javax.swing.JColorChooser
This method returns the UI Component used for this JColorChooser.
getUI() - method in class javax.swing.JComboBox
This method returns the UI used to display the JComboBox.
getUI() - method in class javax.swing.JDesktopPane
This method returns the UI used with the JDesktopPane.
getUI() - method in class javax.swing.JFileChooser
Returns the UI delegate for the component.
getUI() - method in class javax.swing.JInternalFrame
This method returns the UI used to represent the JInternalFrame.
getUI() - method in class javax.swing.JInternalFrame.JDesktopIcon
This method returns the UI that is responsible for the JDesktopIcon.
getUI() - method in class javax.swing.JLabel
Returns the label's UI delegate.
getUI() - method in class javax.swing.JList
Gets the value of the UI property.
getUI() - method in class javax.swing.JMenuBar
Set the "UI" property of the menu bar, which is a look and feel class responsible for handling the menuBar's input events and painting it.
getUI() - method in class javax.swing.JOptionPane
This method returns the UI used by the JOptionPane.
getUI() - method in class javax.swing.JPanel
Returns the UI delegate for the JPanel component.
getUI() - method in class javax.swing.JPopupMenu
This method returns the UI used to display the JPopupMenu.
getUI() - method in class javax.swing.JProgressBar
Returns the UI delegate for this JProgressBar.
getUI() - method in class javax.swing.JRootPane
DOCUMENT ME!
getUI() - method in class javax.swing.JScrollBar
This method returns the UI that is being used with this scrollbar.
getUI() - method in class javax.swing.JScrollPane
This method returns the scrollpane's UI delegate.
getUI() - method in class javax.swing.JSeparator
Returns the UI delegate being used with the JSeparator.
getUI() - method in class javax.swing.JSlider
Returns the slider's UI delegate.
getUI() - method in class javax.swing.JSpinner
Gets the SpinnerUI that handles this spinner
getUI() - method in class javax.swing.JSplitPane
This method returns the UI.
getUI() - method in class javax.swing.JTabbedPane
This method returns the UI used to display the JTabbedPane.
getUI() - method in class javax.swing.JTable
This method returns the table's UI delegate.
getUI() - method in class javax.swing.table.JTableHeader
getUI() - method in class javax.swing.text.JTextComponent
This method returns the label's UI delegate.
getUI() - method in class javax.swing.JToolBar
This method returns the UI class used to paint this JToolBar.
getUI() - method in class javax.swing.JToolTip
Returns the current UI delegate for this component.
getUI() - method in class javax.swing.JTree
Return the UI associated with this JTree object.
getUI() - method in class javax.swing.JViewport
This method returns the viewport's UI delegate.
getUI(int,java.lang.String) - method in class javax.print.ServiceUIFactory
Returns an UI object which may be cast to the requested UI type.
getUI(javax.swing.JComponent) - method in class javax.swing.UIDefaults
Returns the ComponentUI for the specified JComponent.
getUI(javax.swing.JComponent) - static method in class javax.swing.UIManager
Returns UI delegate from the current LookAndFeel that renders the target component.
getUIActionMap(javax.swing.JComponent) - static method in class javax.swing.SwingUtilities
Returns the ActionMap that is provided by the ComponentUI of component.
getUIClassID() - method in class javax.swing.JButton
Returns the suffix ("ButtonUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JButton.
getUIClassID() - method in class javax.swing.JCheckBox
Returns a string that specifies the name of the Look and Feel class that renders this component.
getUIClassID() - method in class javax.swing.JCheckBoxMenuItem
This method returns a name to identify which look and feel class will be the UI delegate for the menuItem.
getUIClassID() - method in class javax.swing.JColorChooser
This method returns a String identifier for the UI Class to be used with the JColorChooser.
getUIClassID() - method in class javax.swing.JComboBox
This method returns the String identifier for the UI class to the used with the JComboBox.
getUIClassID() - method in class javax.swing.JComponent
Get the value of the UIClassID property.
getUIClassID() - method in class javax.swing.JDesktopPane
This method returns a String identifier that allows the UIManager to know which class will act as JDesktopPane's UI.
getUIClassID() - method in class javax.swing.JEditorPane
getUIClassID() - method in class javax.swing.JFileChooser
Returns the UI delegate class identifier.
getUIClassID() - method in class javax.swing.JFormattedTextField
Get the value of the UIClassID property.
getUIClassID() - method in class javax.swing.JInternalFrame
This method returns a String identifier that is used to determine which class acts as the JInternalFrame's UI.
getUIClassID() - method in class javax.swing.JInternalFrame.JDesktopIcon
This method returns the String identifier that is used to determine which class is used for JDesktopIcon's UI.
getUIClassID() - method in class javax.swing.JLabel
Returns a name to identify which look and feel class will be the UI delegate for this label.
getUIClassID() - method in class javax.swing.JList
Return the class identifier for the list's UI property.
getUIClassID() - method in class javax.swing.JMenu
This method returns a name to identify which look and feel class will be the UI delegate for the menu.
getUIClassID() - method in class javax.swing.JMenuBar
This method returns a name to identify which look and feel class will be the UI delegate for the menu bar.
getUIClassID() - method in class javax.swing.JMenuItem
This method returns a name to identify which look and feel class will be the UI delegate for the menuItem.
getUIClassID() - method in class javax.swing.JOptionPane
This method returns an identifier to determine which UI class will act as the UI.
getUIClassID() - method in class javax.swing.JPanel
Returns the suffix ("PanelUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JPanel.
getUIClassID() - method in class javax.swing.JPasswordField
Returns the UIClassID
getUIClassID() - method in class javax.swing.JPopupMenu
This method returns a name to identify which look and feel class will be the UI delegate for the menuItem.
getUIClassID() - method in class javax.swing.JPopupMenu.Separator
Returns the suffix ("SeparatorUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JSeparator.
getUIClassID() - method in class javax.swing.JProgressBar
Returns the suffix ("ProgressBarUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JProgressBar.
getUIClassID() - method in class javax.swing.JRadioButton
Returns a string specifying the name of the Look and Feel UI class that renders this component.
getUIClassID() - method in class javax.swing.JRadioButtonMenuItem
This method returns a name to identify which look and feel class will be the UI delegate for the menuItem.
getUIClassID() - method in class javax.swing.JRootPane
DOCUMENT ME!
getUIClassID() - method in class javax.swing.JScrollBar
This method returns an identifier to choose the correct UI delegate for the scrollbar.
getUIClassID() - method in class javax.swing.JScrollPane
getUIClassID() - method in class javax.swing.JSeparator
Returns the suffix ("SeparatorUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JSeparator.
getUIClassID() - method in class javax.swing.JSlider
Returns the suffix ("SliderUI" in this case) used to determine the class name for a UI delegate that can provide the look and feel for a JSlider.
getUIClassID() - method in class javax.swing.JSpinner
Returns the ID that identifies which look and feel class will be the UI delegate for this spinner.
getUIClassID() - method in class javax.swing.JSplitPane
This method returns a string identifier to determine which UI class it needs.
getUIClassID() - method in class javax.swing.JTabbedPane
This method returns a string identifier that is used to determine which UI will be used with the JTabbedPane.
getUIClassID() - method in class javax.swing.JTable
getUIClassID() - method in class javax.swing.table.JTableHeader
Get the value of the UIClassID property.
getUIClassID() - method in class javax.swing.JTextArea
Returns the UI class ID string.
getUIClassID() - method in class javax.swing.text.JTextComponent
Returns a string that specifies the name of the Look and Feel class that renders this component.
getUIClassID() - method in class javax.swing.JTextField
Returns the class ID for the UI.
getUIClassID() - method in class javax.swing.JTextPane
Returns the UI class ID.
getUIClassID() - method in class javax.swing.JToggleButton
Returns a string that specifies the name of the Look and Feel class that renders this component.
getUIClassID() - method in class javax.swing.JToolBar
This method returns the String identifier for the UI class to the used with the JToolBar.
getUIClassID() - method in class javax.swing.JToolBar.Separator
This method returns the String ID of the UI class of Separator.
getUIClassID() - method in class javax.swing.JToolTip
Returns the string suffix used to identify the UI class, in this case "ToolTipUI".
getUIClassID() - method in class javax.swing.JTree
This method returns the String ID of the UI class of Separator.
getUIClassID() - method in class javax.swing.JViewport
This method returns the String ID of the UI class of Separator.
getUIClassNamesForRole(int) - method in class javax.print.ServiceUIFactory
Returns the UI types supported by this factory for an UI role.
getUIError(java.lang.String) - method in class javax.swing.UIDefaults
If a key is requested in #get(key) that has no value, this method is called before returning null.
getUIInputMap(javax.swing.JComponent,int) - static method in class javax.swing.SwingUtilities
Returns the InputMap that is provided by the ComponentUI of component for the specified condition.
getUIs() - method in class javax.swing.plaf.multi.MultiButtonUI
Returns an array containing the UI delegates managed by this MultiButtonUI.
getUIs() - method in class javax.swing.plaf.multi.MultiColorChooserUI
Returns an array containing the UI delegates managed by this MultiColorChooserUI.
getUIs() - method in class javax.swing.plaf.multi.MultiComboBoxUI
Returns an array containing the UI delegates managed by this MultiComboBoxUI.
getUIs() - method in class javax.swing.plaf.multi.MultiDesktopIconUI
Returns an array containing the UI delegates managed by this MultiDesktopIconUI.
getUIs() - method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Returns an array containing the UI delegates managed by this MultiDesktopPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiFileChooserUI
Returns an array containing the UI delegates managed by this MultiFileChooserUI.
getUIs() - method in class javax.swing.plaf.multi.MultiInternalFrameUI
Returns an array containing the UI delegates managed by this MultiInternalFrameUI.
getUIs() - method in class javax.swing.plaf.multi.MultiLabelUI
Returns an array containing the UI delegates managed by this MultiLabelUI.
getUIs() - method in class javax.swing.plaf.multi.MultiListUI
Returns an array containing the UI delegates managed by this MultiListUI.
getUIs() - method in class javax.swing.plaf.multi.MultiMenuBarUI
Returns an array containing the UI delegates managed by this MultiMenuBarUI.
getUIs() - method in class javax.swing.plaf.multi.MultiMenuItemUI
Returns an array containing the UI delegates managed by this MultiMenuItemUI.
getUIs() - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Returns an array containing the UI delegates managed by this MultiOptionPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiPanelUI
Returns an array containing the UI delegates managed by this MultiPanelUI.
getUIs() - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Returns an array containing the UI delegates managed by this MultiPopupMenuUI.
getUIs() - method in class javax.swing.plaf.multi.MultiProgressBarUI
Returns an array containing the UI delegates managed by this MultiProgressBarUI.
getUIs() - method in class javax.swing.plaf.multi.MultiRootPaneUI
Returns an array containing the UI delegates managed by this MultiRootPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiScrollBarUI
Returns an array containing the UI delegates managed by this MultiScrollBarUI.
getUIs() - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Returns an array containing the UI delegates managed by this MultiScrollPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiSeparatorUI
Returns an array containing the UI delegates managed by this MultiSeparatorUI.
getUIs() - method in class javax.swing.plaf.multi.MultiSliderUI
Returns an array containing the UI delegates managed by this MultiSliderUI.
getUIs() - method in class javax.swing.plaf.multi.MultiSpinnerUI
Returns an array containing the UI delegates managed by this MultiSpinnerUI.
getUIs() - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Returns an array containing the UI delegates managed by this MultiSplitPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Returns an array containing the UI delegates managed by this MultiTabbedPaneUI.
getUIs() - method in class javax.swing.plaf.multi.MultiTableHeaderUI
Returns an array containing the UI delegates managed by this MultiTableHeaderUI.
getUIs() - method in class javax.swing.plaf.multi.MultiTableUI
Returns an array containing the UI delegates managed by this MultiTableUI.
getUIs() - method in class javax.swing.plaf.multi.MultiTextUI
Returns an array containing the UI delegates managed by this MultiTextUI.
getUIs() - method in class javax.swing.plaf.multi.MultiToolBarUI
Returns an array containing the UI delegates managed by this MultiToolBarUI.
getUIs() - method in class javax.swing.plaf.multi.MultiToolTipUI
Returns an array containing the UI delegates managed by this MultiToolTipUI.
getUIs() - method in class javax.swing.plaf.multi.MultiTreeUI
Returns an array containing the UI delegates managed by this MultiTreeUI.
getUIs() - method in class javax.swing.plaf.multi.MultiViewportUI
Returns an array containing the UI delegates managed by this MultiViewportUI.
getUncaughtExceptionHandler() - method in class java.lang.Thread
Returns the handler used when this thread terminates due to an uncaught exception.
getUndeclaredThrowable() - method in class java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception.
getUnderlineOffset() - method in class java.awt.font.LineMetrics
getUnderlineThickness() - method in class java.awt.font.LineMetrics
getUndoableEditListeners() - method in class javax.swing.text.AbstractDocument
Returns all registered UndoableEditListeners.
getUndoableEditListeners() - method in class javax.swing.undo.UndoableEditSupport
Returns an array containing the currently registered listeners.
getUndoOrRedoPresentationName() - method in class javax.swing.undo.UndoManager
Calculates a localized text for presenting the undo or redo action to the user, for example in the form of a menu command.
getUndoPresentationName() - method in class javax.swing.undo.AbstractUndoableEdit
Calculates a localized name for presenting the undo action to the user.
getUndoPresentationName() - method in class javax.swing.undo.CompoundEdit
Calculates a localized message text for presenting the undo action to the user.
getUndoPresentationName() - method in class javax.swing.undo.UndoableEdit
Returns the undo presentation name.
getUndoPresentationName() - method in class javax.swing.undo.UndoManager
Calculates a localized text for presenting the undo action to the user, for example in the form of a menu command.
getUnexecutedModifications() - method in class javax.naming.directory.AttributeModificationException
getUnicodeBidi() - method in class org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
getUnicodeStream(int) - method in class java.sql.ResultSet
This method returns the value of the specified column as a Unicode UTF-8 stream.
This method returns the value of the specified column as a Unicode UTF-8 stream.
getUnitIncrement() - method in class java.awt.Adjustable
Returns the increment value for incrementing the value by units.
getUnitIncrement() - method in class javax.swing.JScrollBar
This method returns the unitIncrement.
getUnitIncrement() - method in class java.awt.Scrollbar
Returns the value added or subtracted when the user activates the scrollbar scroll by a "unit" amount.
getUnitIncrement() - method in class java.awt.ScrollPaneAdjustable
getUnitIncrement(int) - method in class javax.swing.JScrollBar
This method returns how much the scrollbar's value should change for a unit increment depending on the given direction.
getUnitIncrement(int) - method in class javax.swing.JScrollPane.ScrollBar
getUnits() - method in class javax.sound.sampled.FloatControl
Return the name of the units for this control.
getUnitsToScroll() - method in class java.awt.event.MouseWheelEvent
This is a convenience method which aids in a common listener for scrolling a scrollpane (although this is already built into ScrollPane and JScrollPane).
getUnloadedClassCount() - method in class java.lang.management.ClassLoadingMXBean
Returns the number of classes that have been unloaded by the virtual machine since it was started.
Convert normalized components to unnormalized components.
getUnresolvedActions() - method in class java.security.UnresolvedPermission
Return the actions of the unresolved permission, or null if there are no actions.
getUnresolvedCerts() - method in class java.security.UnresolvedPermission
Return the certificates of the unresolved permission.
getUnresolvedName() - method in class java.security.UnresolvedPermission
Return the name of the unresolved permission.
getUnresolvedType() - method in class java.security.UnresolvedPermission
Return the name of the class of the unresolved permission.
getUnsupportedAttributes() - method in class javax.print.AttributeException
Returns the unsupported printing attribute classes for a print service that does not support the attribute category at all.
Identifies all the unsupported attributes of the given set of attributes in the context of the specified document flavor.
getUnsupportedFlavors() - method in class javax.print.FlavorException
Returns the unsupported document flavors.
getUnsupportedURI() - method in class javax.print.URIException
Returns the unsupported URI which caused this exception.
getUnsupportedValues() - method in class javax.print.AttributeException
Returns the unsupported attribute values of printing attributes a specific print service does support but not the particular provided value.
getUpdateAction() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns the update action (an instance of BasicFileChooserUI.UpdateAction).
getUpdateCount() - method in class java.sql.Statement
This method returns the update count of the SQL statement that was executed.
getUpdateCounts() - method in class java.sql.BatchUpdateException
This method returns the update count information for this error.
getUpdateLevel() - method in class javax.swing.undo.UndoableEditSupport
Returns the current update level.
getUpdatePeriod() - method in class javax.sound.sampled.FloatControl
Return the update period of this control.
getUpdatePolicy() - method in class javax.swing.text.DefaultCaret
Gets the caret update policy.
getUpdateRect() - method in class java.awt.event.PaintEvent
Returns the rectange to be updated for this event.
getUpdateTableInRealTime() - method in class javax.swing.table.JTableHeader
Get the value of the updateTableInRealTime property.
getUpperBounds() - method in class java.lang.reflect.WildcardType
Returns an array of Types, which specify the upper bounds of this type.
getUptime() - method in class java.lang.management.RuntimeMXBean
Returns the uptime of the virtual machine in milliseconds.
getUri() - method in class org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI() - method in class javax.print.attribute.URISyntax
Returns the URI value of this syntax object.
getURI(int) - method in class org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(java.lang.String) - method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURIResolver() - method in class javax.xml.transform.Transformer
Returns the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
getURIResolver() - method in class javax.xml.transform.TransformerFactory
Returns the resolver callback to be used by transformers obtained from this factory.
getURL() - method in class java.sql.DatabaseMetaData
This method returns the URL for this database.
getURL() - method in class org.w3c.dom.html2.HTMLDocument
The absolute URI [IETF RFC 2396] of the document.
getURL() - method in class javax.swing.event.HyperlinkEvent
Returns the URL of this event.
getUrl() - method in class javax.sql.RowSet
getURL() - method in class java.net.URLConnection
Returns the URL object associated with this connection
getURL(int) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.net.URL.
getURL(int) - method in class java.sql.ResultSet
This method returns the specified column value as a java.net.URL.
getURL(java.lang.String) - method in class java.sql.CallableStatement
This method returns the value of the specified parameter as a Java java.net.URL.
getURL(java.lang.String) - method in class java.sql.ResultSet
This method returns the specified column value as a java.net.URL.
getURLContext(java.lang.String,Hashtable) - static method in class javax.naming.spi.NamingManager
Creates the URL context for the given URL scheme id.
Obtains the context for resolving the given name.
Obtains the context for resolving the given name.
getURLs() - method in class java.net.URLClassLoader
Returns all the locations that this class loader currently uses the resolve classes and resource.
getUsage() - method in class org.ietf.jgss.GSSCredential
Returns the credential usage flag.
getUsage() - method in class java.lang.management.MemoryNotificationInfo
Returns the usage levels at the time of notification.
getUsage() - method in class java.lang.management.MemoryPoolMXBean
Returns memory usage statistics for the current memory usage of the pool.
getUsage(org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSCredential
Returns the credential usage flag for the specified credential mechanism.
getUsageThreshold() - method in class java.lang.management.MemoryPoolMXBean
Returns the usage threshold level in bytes.
getUsageThresholdCount() - method in class java.lang.management.MemoryPoolMXBean
Returns the number of times the usage level has matched or exceeded the usage threshold.
getUseCache() - static method in class javax.imageio.ImageIO
Check whether or not an on-disk cache is used for image input and output streams.
getUseCaches() - method in class java.net.URLConnection
Returns a boolean flag indicating whether or not caching will be used (if possible) to store data downloaded via the connection.
getUseClientMode() - method in class javax.net.ssl.SSLEngine
Tells if this SSLEngine is a "client" session.
getUseClientMode() - method in class javax.net.ssl.SSLServerSocket
Returns whether or not sockets accepted by this server socket will do their handshake as the client-side.
getUseClientMode() - method in class javax.net.ssl.SSLSocket
Returns whether or not this socket will connect in client mode.
getUsed() - method in class java.lang.management.MemoryUsage
Returns the amount of memory used (in bytes).
getUseMap() - method in class org.w3c.dom.html2.HTMLImageElement
Use client-side image map.
getUseMap() - method in class org.w3c.dom.html2.HTMLInputElement
Use client-side image map.
getUseMap() - method in class org.w3c.dom.html2.HTMLObjectElement
Use client-side image map.
getUseParentHandlers() - method in class java.util.logging.Logger
Returns whether or not this Logger forwards log records to handlers registered for its parent loggers.
getUserAction() - method in class java.awt.dnd.DragSourceDragEvent
getUserData() - method in class javax.management.Notification
Returns the additional user data associated with the notification.
getUserData(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
getUserData(java.lang.String) - method in class org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUserInfo() - method in class java.net.URI
Returns the decoded user info part of this URI
getUserInfo() - method in class java.net.URL
Returns the user information of the URL.
getUserName() - method in class java.sql.DatabaseMetaData
This method returns the database username for this connection.
getUserName() - method in class java.net.PasswordAuthentication
Returns the username associated with this object
getUserName() - method in class java.awt.print.PrinterJob
Returns the printing user name.
getUsername() - method in class javax.sql.RowSet
getUserObject() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns the user object attached to this node.
getUserObject() - method in class javax.imageio.metadata.IIOMetadataNode
getUserObjectPath() - method in class javax.swing.tree.DefaultMutableTreeNode
getUserObjectPath
getUserTextColor() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used to display user text, from the installed theme.
getUserTextColor() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used to display user text.
getUserTextFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for user text.
getUserTextFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the font used for user text, obtained from the current theme.
getUserTextFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for user text.
getUtf16Offset() - method in class org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getVAdjustable() - method in class java.awt.ScrollPane
Returns the vertical scrollbar for this object.
getValidCharacters() - method in class javax.swing.text.MaskFormatter
Returns a String containing the characters that are valid for input for this MaskFormatter.
getValidPixels() - method in class java.awt.image.IndexColorModel
Returns a binary value (BigInteger) where each bit represents an entry in the color lookup table.
getValidPolicy() - method in class java.security.cert.PolicyNode
Get the policy OID this node represents.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableCellElement
Vertical alignment of data in cell.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableColElement
Vertical alignment of cell data in column.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableRowElement
Vertical alignment of data within cells of this row.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Vertical alignment of data in cells.
getValue() - method in class java.util.AbstractMap.SimpleEntry<K,V>
Get the value corresponding to this entry.
getValue() - method in class java.awt.Adjustable
Returns the current value of the object.
getValue() - method in class java.awt.event.AdjustmentEvent
Returns the new value of the adjustable object.
getValue() - method in class java.util.zip.Adler32
Returns the Adler32 data checksum computed so far.
getValue() - method in class java.text.Annotation
This method returns the text attribute object this Annotation instance is wrappering.
getValue() - method in class org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - method in class javax.management.Attribute
Returns the attribute value.
getValue() - method in class javax.xml.stream.events.Attribute
Returns the normalized value of this attribute.
getValue() - method in class javax.swing.text.html.parser.AttributeList
Get the default value of this attribute.
getValue() - method in class javax.sound.sampled.BooleanControl
Return the current value of thhe control.
getValue() - method in class javax.swing.BoundedRangeModel
Returns the current value for the model.
getValue() - method in class java.util.zip.Checksum
Returns the data checksum computed so far.
getValue() - method in class java.util.zip.CRC32
Returns the CRC32 data checksum computed so far.
getValue() - method in class javax.print.attribute.DateTimeSyntax
Returns the date value of this object.
getValue() - method in class javax.swing.DefaultBoundedRangeModel
Returns the current value of this bounded range model.
getValue() - method in class javax.sound.sampled.EnumControl
Return the current value of this control.
getValue() - method in class javax.print.attribute.EnumSyntax
Returns the value of this enumeration object.
getValue() - method in class java.beans.Expression
Return the result of executing the method.
getValue() - method in class javax.sound.sampled.FloatControl
Return the current value of this control.
getValue() - method in class org.w3c.dom.html2.HTMLButtonElement
The current form control value.
getValue() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - method in class org.w3c.dom.html2.HTMLLIElement
Reset sequence number when used in OL.
getValue() - method in class org.w3c.dom.html2.HTMLOptionElement
The current form control value.
getValue() - method in class org.w3c.dom.html2.HTMLParamElement
The value of a run-time parameter.
getValue() - method in class org.w3c.dom.html2.HTMLSelectElement
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
getValue() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - method in class javax.print.attribute.IntegerSyntax
Returns the value of this object.
getValue() - method in class javax.swing.JFormattedTextField
Returns the last valid value.
getValue() - method in class javax.swing.JOptionPane
This method returns the value that the user selected out of options.
getValue() - method in class javax.swing.JProgressBar
Returns the current value for the JProgressBar.
getValue() - method in class javax.swing.JScrollBar
This method returns the value of the scrollbar.
getValue() - method in class javax.swing.JSlider
Returns the slider's value (from the slider's model).
getValue() - method in class javax.swing.JSpinner
Gets the current value of the spinner, according to the underly model, not the UI.
getValue() - method in class java.rmi.dgc.Lease
Get the lease duration
getValue() - method in class java.util.Map.Entry<K,V>
Get the value corresponding to this entry.
getValue() - method in class javax.swing.text.html.Option
Returns the string associated with the value attribute or the label, if no such attribute is specified.
getValue() - method in class java.beans.PropertyEditor
Accessor method to get the current value the PropertyEditor is working with.
getValue() - method in class java.beans.PropertyEditorSupport
Gets the current value of the property.
getValue() - method in class java.awt.Scrollbar
Returns the current value for this scrollbar.
getValue() - method in class java.awt.ScrollPaneAdjustable
getValue() - method in class javax.swing.SpinnerDateModel
Returns the current date in the sequence (this method returns the same as getDate()).
getValue() - method in class javax.swing.SpinnerListModel
Returns the current value of the model.
getValue() - method in class javax.swing.SpinnerModel
Returns the current value of the model.
getValue() - method in class javax.swing.SpinnerNumberModel
Returns the current value, which for this class is always an instance of Number.
getValue() - method in class javax.swing.Spring
Return the actual value of this Spring.
getValue() - method in class javax.management.StringValueExp
Returns the value.
getValue() - method in class javax.print.attribute.TextSyntax
Returns the value of this syntax object.
getValue(int) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by position).
getValue(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by position).
getValue(int) - method in class org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(java.lang.String) - method in class javax.swing.AbstractAction
Returns the value associated with the specified key.
getValue(java.lang.String) - method in class javax.swing.Action
Returns the value associated with the specified key.
getValue(java.lang.String) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by name).
getValue(java.lang.String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by name).
getValue(java.lang.String) - method in class java.util.jar.Attributes
Gets the value of an attribute name given as a String.
getValue(java.lang.String) - method in class org.xml.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue(java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(java.lang.String) - method in class java.beans.FeatureDescriptor
Get an arbitrary value set with setValue().
getValue(java.lang.String) - method in class javax.net.ssl.SSLSession
Returns the object bound to the given name.
Look up an attribute's value by Namespace name.
getValue(java.lang.String,java.lang.String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(java.util.jar.Attributes.Name) - method in class java.util.jar.Attributes
Gets the value of the given attribute name.
getValueAt(int,int) - method in class javax.swing.table.DefaultTableModel
Returns the value at the specified cell in the table.
getValueAt(int,int) - method in class javax.swing.JTable
Get the cell value at the given position.
getValueAt(int,int) - method in class javax.swing.table.TableModel
Returns the value (Object) at a particular cell in the table.
getValueClass() - method in class javax.swing.text.DefaultFormatter
Returns the class that is used for values.
getValueContainsLiteralCharacters() - method in class javax.swing.text.MaskFormatter
Returns true if stringToValue should return the literal characters in the mask.
getValueIsAdjusting() - method in class java.awt.event.AdjustmentEvent
Test if this event is part of a sequence of multiple adjustements.
getValueIsAdjusting() - method in class javax.swing.BoundedRangeModel
Returns the value of the valueIsAdjusting property.
getValueIsAdjusting() - method in class javax.swing.DefaultBoundedRangeModel
Returns whether or not the value of this bounded range model is going to change in the immediate future.
getValueIsAdjusting() - method in class javax.swing.DefaultListSelectionModel
Gets the value of the valueIsAdjusting property.
getValueIsAdjusting() - method in class javax.swing.JList
Returns the valueIsAdjusting flag from the list's selection model.
getValueIsAdjusting() - method in class javax.swing.JScrollBar
This method returns the model's isAjusting value.
getValueIsAdjusting() - method in class javax.swing.JSlider
Returns the valueIsAdjusting flag from the slider's model.
getValueIsAdjusting() - method in class javax.swing.event.ListSelectionEvent
Returns the flag that indicates that this event is one in a series of events updating a selection.
getValueIsAdjusting() - method in class javax.swing.ListSelectionModel
Returns a flag that is passed to registered listeners when changes are made to the model.
getValueIsAdjusting() - method in class java.awt.Scrollbar
Returns true if the value is in the process of changing.
getValueIsAdjusting() - method in class java.awt.ScrollPaneAdjustable
Returns true if the value is in the process of changing.
getValueNames() - method in class javax.net.ssl.SSLSession
Returns the names of all values bound to this session.
getValues() - method in class javax.swing.text.html.parser.AttributeList
Get the allowed values of this attribute.
getValues() - method in class javax.sound.sampled.EnumControl
Return the valid values for this control.
getValues() - method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
Retrieve a copy of the array of Huffman values, sorted in order of increasing code length.
getValueType() - method in class org.w3c.dom.html2.HTMLParamElement
Information about the meaning of the value attribute value.
getVariant() - method in class java.util.Locale
Returns the variant code of this locale.
getVariation() - method in class java.awt.im.InputMethodHighlight
Return the highlighting style variation.
getVendor() - method in class javax.sound.midi.MidiDevice.Info
Get the device vendor.
getVendor() - method in class javax.sound.sampled.Mixer.Info
Return the mixer's vendor.
getVendor() - method in class javax.sound.midi.Soundbank
Get the sound bank vendor.
getVendorName() - method in class javax.imageio.spi.IIOServiceProvider
Returns the name of the vendor of this service provider.
getVerifyInputWhenFocusTarget() - method in class javax.swing.JComponent
getVersion() - method in class org.w3c.dom.html2.HTMLHtmlElement
Version information about the document's DTD.
getVersion() - method in class javax.imageio.spi.IIOServiceProvider
Returns an identifier string for the version of this service provider.
getVersion() - method in class javax.sound.midi.MidiDevice.Info
get the device version
getVersion() - method in class javax.sound.sampled.Mixer.Info
Return the mixer's version.
getVersion() - method in class java.awt.font.OpenType
getVersion() - method in class java.lang.management.OperatingSystemMXBean
Returns the version of the underlying operating system.
getVersion() - method in class java.security.Provider
This method retunrs the version number of this Provider.
getVersion() - method in class javax.crypto.spec.RC5ParameterSpec
Get the version number.
getVersion() - method in class javax.xml.stream.util.ReaderDelegate
getVersion() - method in class javax.sound.midi.Soundbank
Get the sound bank version.
getVersion() - method in class javax.xml.stream.events.StartDocument
Returns the XML version of the document.
getVersion() - method in class java.security.cert.X509Certificate
Returns the version of this certificate.
getVersion() - method in class javax.security.cert.X509Certificate
Returns the X.509 version number.
getVersion() - method in class java.security.cert.X509CRL
Gets the version of this CRL.
getVersion() - method in class javax.xml.stream.XMLStreamReader
Returns the XML version declared in the XML declaration.
This method returns the set of columns that are automatically updated when the row is update.
getVersionNumber() - method in class javax.security.auth.kerberos.KerberosKey
Return the version number of this key.
getVerticalAlign() - method in class org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
getVerticalAlignment() - method in class javax.swing.AbstractButton
Get the vertical alignment of the button's text and icon.
getVerticalAlignment() - method in class javax.swing.JLabel
Returns the vertical alignment of the label (one of SwingConstants.TOP, SwingConstants.CENTER and SwingConstants.BOTTOM).
getVerticalLegBuffer() - method in class javax.swing.plaf.basic.BasicTreeUI
The vertical element of legs between nodes starts at the bottom of the parent node by default.
getVerticalScrollBar() - method in class javax.swing.JScrollPane
getVerticalScrollBar() - method in class javax.swing.ScrollPaneLayout
getVerticalScrollBarPolicy() - method in class javax.swing.JScrollPane
getVerticalScrollBarPolicy() - method in class javax.swing.ScrollPaneLayout
getVerticalSliderThumbIcon() - static method in class javax.swing.plaf.metal.MetalIconFactory
Returns the icon used to display the thumb for a vertically oriented JSlider.
getVerticalTextPosition() - method in class javax.swing.AbstractButton
Get the vertical position of the button's text relative to its icon.
getVerticalTextPosition() - method in class javax.swing.JLabel
Returns the vertical position of the label's text relative to the icon.
getVetoableChangeListeners() - method in class javax.swing.JComponent
Return all registered VetoableChangeListener objects.
Returns the currently registered vetoable property change listeners in array form.
Returns an array of all registered vetoable change listeners.
Returns the currently registered vetoable property change listeners in array form, which listen for changes to the supplied property.
Returns an array of all vetoable change listeners registered under the given property name.
getVgap() - method in class java.awt.BorderLayout
Returns the vertical gap value.
getVgap() - method in class java.awt.CardLayout
Return this layout manager's vertical gap.
getVgap() - method in class java.awt.FlowLayout
Returns the vertical gap between lines of components.
getVgap() - method in class java.awt.GridLayout
Return the vertical gap.
getView() - method in class javax.swing.JViewport
getView() - method in class org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getView(int) - method in class javax.swing.text.AsyncBoxView
Returns the view at the specified index.
getView(int) - method in class javax.swing.text.CompositeView
Returns the child view at index n.
getView(int) - method in class javax.swing.text.View
getViewAtPoint(int,int,java.awt.Rectangle) - method in class javax.swing.text.BoxView
Returns the child View at the specified location.
Returns the child View at the specified location.
getViewAtPosition(int,java.awt.Rectangle) - method in class javax.swing.text.CompositeView
Returns the child View that contains the given model position.
getViewAtPosition(int,java.awt.Rectangle) - method in class javax.swing.text.TableView
Returns the child view that represents the specified position in the model.
Returns the child view that represents the specified position in the model.
getViewAttributes(javax.swing.text.View) - method in class javax.swing.text.html.StyleSheet
Gets a set of attributes to use in the view.
getViewCount() - method in class javax.swing.text.AsyncBoxView
Returns the number of child views.
getViewCount() - method in class javax.swing.text.CompositeView
Returns the number of child views.
getViewCount() - method in class javax.swing.text.View
getViewFactory() - method in class javax.swing.text.DefaultEditorKit
Returns a ViewFactory that is able to create Views for the Elements that are used in this EditorKit's model.
getViewFactory() - method in class javax.swing.text.EditorKit
getViewFactory() - method in class javax.swing.text.html.HTMLEditorKit
Gets a factory suitable for producing views of any models that are produced by this kit.
getViewFactory() - method in class javax.swing.text.StyledEditorKit
getViewFactory() - method in class javax.swing.text.View
getViewIndex(float,float,java.awt.Shape) - method in class javax.swing.text.View
Returns the view index of the child view that represents the specified model position.
Returns the index of the child view that represents the specified model location.
getViewIndex(int,javax.swing.text.Position.Bias) - method in class javax.swing.text.View
Returns the view index of the view that occupies the specified area, or -1 if there is no such child view.
getViewIndexAtPosition(int) - method in class javax.swing.text.CompositeView
Returns the index of the child View for the given model position.
getViewIndexAtPosition(int) - method in class javax.swing.text.FlowView
Returns the index of the child View for the given model position.
getViewIndexAtPosition(int) - method in class javax.swing.text.ZoneView
Returns the index of the child view at the document position pos.
Returns the child view index of the view that represents the specified position in the document model.
Returns the index of the view at the specified offset along the major layout axis.
getViewport() - method in class javax.swing.JScrollPane
getViewport() - method in class javax.swing.ScrollPaneLayout
getViewportBorder() - method in class javax.swing.JScrollPane
getViewportBorderBounds() - method in class javax.swing.JScrollPane
Returns the bounds of the border around a ScrollPane's viewport.
getViewportSize() - method in class java.awt.ScrollPane
Returns the current viewport size.
getViewPosition() - method in class javax.swing.JViewport
Get the viewport's position in view space.
getViewRect() - method in class javax.swing.JViewport
getViewSize() - method in class javax.swing.JViewport
Returns the viewSize when set, or the preferred size of the set Component view.
getVisibility() - method in class org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
getVisible() - method in class java.awt.Scrollbar
Returns the width of the scrollbar's thumb, in units relative to the maximum and minimum value of the scrollbar.
getVisibleAdvance() - method in class java.awt.font.TextLayout
getVisibleAmount() - method in class java.awt.Adjustable
Returns the length of the indicator for this object.
getVisibleAmount() - method in class javax.swing.JScrollBar
This method returns the visible amount (AKA extent).
getVisibleAmount() - method in class java.awt.Scrollbar
Returns the width of the scrollbar's thumb, in units relative to the maximum and minimum value of the scrollbar.
getVisibleAmount() - method in class java.awt.ScrollPaneAdjustable
getVisibleChildCount
Get the number of the visible childs for the given tree path.
Get the number of the visible childs for the given tree path.
getVisibleComponent() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the component that is shown in the content area.
getVisibleEditorRect() - method in class javax.swing.plaf.basic.BasicTextUI
Returns the allocation to give the root view.
getVisibleIndex() - method in class java.awt.List
Returns the index of the last item that was made visible via the makeVisible() method.
getVisiblePathsFrom
Get the enumeration over all visible pathes that start from the given parent path.
Get the enumeration over all visible pathes that start from the given parent path.
getVisiblePosition() - method in class java.awt.event.InputMethodEvent
Returns the position that is most important to be visible, or null if such a hint is not necessary.
getVisibleRect() - method in class javax.swing.JComponent
Return the component's visible rectangle in a new Rectangle, rather than via a return slot.
getVisibleRowCount() - method in class javax.swing.JList
Gets the value of the visibleRowCount property.
getVisibleRowCount() - method in class javax.swing.JTree
getVisualBounds() - method in class java.awt.font.GlyphVector
getVLink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that have been visited by the user.
getVMID() - method in class java.rmi.dgc.Lease
Get the lease id.
getVmName() - method in class java.lang.management.RuntimeMXBean
Returns the implementation name of the virtual machine.
getVmVendor() - method in class java.lang.management.RuntimeMXBean
Returns the implementation vendor of the virtual machine.
getVmVersion() - method in class java.lang.management.RuntimeMXBean
Returns the implementation version of the virtual machine.
getVoiceFamily() - method in class org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
getVoiceStatus() - method in class javax.sound.midi.Synthesizer
Get the current status for the voices produced by this synth.
Creates and returns a volatile offscreen buffer for the specified component that can be used as a double buffer.
getVolume() - method in class org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
getVScrollbarWidth() - method in class java.awt.ScrollPane
Returns the width of a vertical scrollbar.
getVScrollbarWidth() - method in class java.awt.peer.ScrollPanePeer
getVspace() - method in class org.w3c.dom.html2.HTMLAppletElement
Vertical space, in pixels, above and below this image, applet, or object.
getVspace() - method in class org.w3c.dom.html2.HTMLImageElement
Vertical space above and below this image in pixels.
getVspace() - method in class org.w3c.dom.html2.HTMLObjectElement
Vertical space, in pixels, above and below this image, applet, or object.
getWaitedCount() - method in class java.lang.management.ThreadInfo
Returns the number of times this thread has been in the Thread.State or Thread.State state.
getWaitedTime() - method in class java.lang.management.ThreadInfo
Returns the accumulated number of milliseconds this thread has been in the Thread.State or Thread.State state, since thread contention monitoring was last enabled.
getWantClientAuth() - method in class javax.net.ssl.SSLEngine
Tells if client authentication is requested, but not required, for sessions in server mode.
getWantClientAuth() - method in class javax.net.ssl.SSLServerSocket
Returns whether or not this socket will ask for, but not require, that connecting clients authenticate themselves.
getWantClientAuth() - method in class javax.net.ssl.SSLSocket
Returns whether or not this socket will request that connecting clients authenticate themselves.
getWantsInput() - method in class javax.swing.JOptionPane
This method returns whether this JOptionPane wants input.
getWarnings() - method in class java.sql.Connection
This method returns the first warning that occurred on this connection, if any.
getWarnings() - method in class java.sql.ResultSet
This method returns the first SQL warning associated with this result set.
getWarnings() - method in class java.sql.Statement
This method returns the first SQL warning attached to this statement.
getWarningString() - method in class javax.swing.JInternalFrame
This method returns null.
getWarningString() - method in class java.awt.Window
Returns the warning string that will be displayed if this window is popped up by an unsecure applet or application.
getWeekdays() - method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying weekday names (e.g., "Sunday" and "Monday").
getWestPane() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns the west pane.
getWhatToShow() - method in class org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - method in class org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWhatToShow() - method in class org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the NodeIterator.
getWhatToShow() - method in class org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWheelRotation() - method in class java.awt.event.MouseWheelEvent
Gets the number of "clicks" the wheel was rotated.
getWhen() - method in class java.awt.event.ActionEvent
Gets the timestamp of when this action took place.
getWhen() - method in class java.awt.event.InputEvent
This method returns the timestamp when this event occurred.
getWhen() - method in class java.awt.event.InputMethodEvent
Return the timestamp of this event.
getWhen() - method in class java.awt.event.InvocationEvent
Gets the timestamp of when this event was created.
getWhite() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the color used for white, from the installed theme.
getWhite() - method in class javax.swing.plaf.metal.MetalTheme
Returns the color used for white.
getWhiteSpace() - method in class org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
getWholeText() - method in class org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidows() - method in class org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
getWidth() - method in class java.awt.geom.Arc2D.Double
Return the width of the bounding box.
getWidth() - method in class java.awt.geom.Arc2D.Float
Return the width of the bounding box.
getWidth() - method in class javax.swing.text.BoxView
Return the current width of the box.
getWidth() - method in class java.awt.image.BufferedImage
getWidth() - method in class java.awt.Component
Gets the width of the component.
getWidth() - method in class org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
getWidth() - method in class java.awt.Dimension
Gets the width of this dimension.
getWidth() - method in class java.awt.geom.Dimension2D
Get the width of this dimension.
getWidth() - method in class java.awt.DisplayMode
Returns the width, in pixels.
getWidth() - method in class java.awt.geom.Ellipse2D.Double
Returns the width of the ellipse.
getWidth() - method in class java.awt.geom.Ellipse2D.Float
Returns the width of the ellipse.
getWidth() - method in class org.w3c.dom.html2.HTMLAppletElement
Override width.
getWidth() - method in class org.w3c.dom.html2.HTMLHRElement
The width of the rule.
getWidth() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame width.
getWidth() - method in class org.w3c.dom.html2.HTMLImageElement
The width of the image in pixels.
getWidth() - method in class org.w3c.dom.html2.HTMLObjectElement
Override width.
getWidth() - method in class org.w3c.dom.html2.HTMLPreElement
Fixed width for content.
getWidth() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell width.
getWidth() - method in class org.w3c.dom.html2.HTMLTableColElement
Default column width.
getWidth() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the desired table width.
getWidth() - method in class java.util.IllegalFormatWidthException
Returns the illegal width.
getWidth() - method in class javax.swing.JComponent
Returns the width of this component.
getWidth() - method in class java.awt.image.Kernel
Returns the kernel width (as supplied to the constructor).
getWidth() - method in class java.awt.print.PageFormat
This method returns the width of the page, in 1/72nd's of an inch.
getWidth() - method in class java.awt.print.Paper
Returns the width of the paper in 1/72nds of an inch.
getWidth() - method in class java.awt.image.PixelGrabber
getWidth() - method in class java.awt.image.Raster
Returns the width of the raster.
getWidth() - method in class java.awt.Rectangle
Get the width of the rectangle.
getWidth() - method in class java.awt.geom.Rectangle2D.Double
Return the width.
getWidth() - method in class java.awt.geom.Rectangle2D.Float
Return the width.
getWidth() - method in class java.awt.geom.RectangularShape
Get the width of the framing rectangle.
getWidth() - method in class java.awt.image.renderable.RenderableImage
getWidth() - method in class java.awt.image.renderable.RenderableImageOp
getWidth() - method in class java.awt.image.RenderedImage
getWidth() - method in class java.awt.geom.RoundRectangle2D.Double
Get the width of the framing rectangle.
getWidth() - method in class java.awt.geom.RoundRectangle2D.Float
getWidth() - method in class java.awt.image.SampleModel
Returns the width of the pixel data accessible via this SampleModel.
getWidth() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the width of the component.
getWidth() - method in class javax.swing.table.TableColumn
Returns the width for the column (the default value is 75).
getWidth() - method in class java.awt.image.VolatileImage
Returns the width of this image buffer.
getWidth(int) - method in class javax.imageio.ImageReader
Get the width of the input image in pixels.
getWidth(int) - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the width of the printable area for the given units.
getWidth(java.awt.image.ImageObserver) - method in class java.awt.image.BufferedImage
Returns the width of the image, or -1 if it is unknown.
Returns the width of the image, or -1 if it is unknown.
getWidthOfHighValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the width of the label whose key has the highest value, or 0 if there are no labels.
getWidthOfLowValueLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the width of the label whose key has the lowest value, or 0 if there are no labels.
getWidthOfWidestLabel() - method in class javax.swing.plaf.basic.BasicSliderUI
This method returns the width of the widest label in the slider's label table.
getWidths() - method in class java.awt.FontMetrics
Returns the widths of the first 256 characters in the font.
getWindingRule() - method in class java.awt.geom.FlatteningPathIterator
Returns the winding rule to determine which points are inside this path.
getWindingRule() - method in class java.awt.geom.GeneralPath
Returns the path’s current winding rule.
getWindingRule() - method in class java.awt.geom.PathIterator
Returns the winding rule to determine which points are inside this path.
getWindow() - method in class java.awt.event.WindowEvent
Returns the event source as a Window.
getWindowAncestor(java.awt.Component) - static method in class javax.swing.SwingUtilities
Returns the first ancestor of comp that is a Window or null if comp is not contained in a Window.
getWindowBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the window background color, from the installed theme.
getWindowBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the window background color.
getWindowDecorationStyle() - method in class javax.swing.JRootPane
getWindowFocusListeners() - method in class java.awt.Window
Returns an array of all the window focus listeners registered on this window.
getWindowListeners() - method in class java.awt.Window
Returns an array of all the window listeners registered on this window.
getWindowStateListeners() - method in class java.awt.Window
Returns an array of all the window state listeners registered on this window.
getWindowTitleBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title background color, from the installed theme.
getWindowTitleBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the window title background color.
getWindowTitleFont() - method in class javax.swing.plaf.metal.DefaultMetalTheme
Returns the font used for window titles.
getWindowTitleFont() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title font from the current theme.
getWindowTitleFont() - method in class javax.swing.plaf.metal.MetalTheme
Returns the font used for window titles.
getWindowTitleForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the window title foreground color, from the installed theme.
getWindowTitleForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the window title foreground color.
getWindowTitleInactiveBackground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the background color for an inactive window title, from the installed theme.
getWindowTitleInactiveBackground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the background color for an inactive window title.
getWindowTitleInactiveForeground() - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Returns the foreground color for an inactive window title, from the installed theme.
getWindowTitleInactiveForeground() - method in class javax.swing.plaf.metal.MetalTheme
Returns the foreground color for an inactive window title.
getWordEnd(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Finds the end of a word for the given location.
getWordInstance() - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the default locale.
getWordInstance(java.util.Locale) - static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the specified locale.
Returns a BreakIterator instance for word breaks in the specified Locale.
getWordSize() - method in class javax.crypto.spec.RC5ParameterSpec
Get the word size, in bits.
getWordSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
getWordStart(javax.swing.text.JTextComponent,int) - static method in class javax.swing.text.Utilities
Finds the start of a word for the given location.
getWrapSizeLimit(int,boolean,int) - method in class org.ietf.jgss.GSSContext
Returns the maximum message size that, if presented to the wrap(byte[],int,int,MessageProp) method with the same confReq and qop parameters, will result in an output token containing no more than the maxTokenSize bytes.

This call is intended for use by applications that communicate over protocols that impose a maximum message size.

getWrapStyleWord() - method in class javax.swing.JTextArea
Checks whether word style wrapping is enabled.
getWritableParent() - method in class java.awt.image.WritableRaster
Returns the raster's parent, cast as a WritableRaster.
getWritableTile(int,int) - method in class java.awt.image.BufferedImage
getWritableTile(int,int) - method in class java.awt.image.WritableRenderedImage
getWritableTileIndices() - method in class java.awt.image.BufferedImage
getWritableTileIndices() - method in class java.awt.image.WritableRenderedImage
getWriteMethod() - method in class java.beans.PropertyDescriptor
Get the set method.
getWriter() - method in class javax.swing.text.AbstractWriter
Return the Writer to which we are writing.
getWriter() - method in class javax.xml.transform.stream.StreamResult
Returns the target writer.
getWriterFormatNames() - static method in class javax.imageio.ImageIO
Retrieve all the informal format names supported by the collection of registered image writers.
getWriterMIMETypes() - static method in class javax.imageio.ImageIO
Retrieve all the MIME types supported by the collection of registered image writers.
getWriterServiceProviderName() - method in class javax.imageio.spi.ImageTranscoderSpi
getX() - method in class java.awt.geom.Arc2D.Double
Return the x coordinate of the bounding box.
getX() - method in class java.awt.geom.Arc2D.Float
Return the x coordinate of the bounding box.
getX() - method in class java.awt.Component
Gets the x coordinate of the upper left corner.
getX() - method in class javax.crypto.interfaces.DHPrivateKey
Returns the private value x.
getX() - method in class javax.crypto.spec.DHPrivateKeySpec
Get the private exponent.
getX() - method in class java.awt.dnd.DragSourceEvent
getX() - method in class java.security.interfaces.DSAPrivateKey
This method returns the value of the DSA private key
getX() - method in class java.security.spec.DSAPrivateKeySpec
Returns private key x for the DSA algorithm.
getX() - method in class java.awt.geom.Ellipse2D.Double
Returns x coordinate of the upper-left corner of the ellipse's bounding-box.
getX() - method in class java.awt.geom.Ellipse2D.Float
Returns x coordinate of the upper-left corner of the ellipse's bounding-box.
getX() - method in class javax.swing.JComponent
Returns the X coordinate of the upper left corner of this component.
getX() - method in class java.awt.event.MouseEvent
This method returns the X coordinate of the mouse position.
getX() - method in class java.awt.Point
Get the x coordinate.
getX() - method in class java.awt.geom.Point2D
Get the X coordinate, in double precision.
getX() - method in class java.awt.geom.Point2D.Double
Return the x coordinate.
getX() - method in class java.awt.geom.Point2D.Float
Return the x coordinate.
getX() - method in class java.awt.Rectangle
Get the X coordinate of the upper-left corner.
getX() - method in class java.awt.geom.Rectangle2D.Double
Return the X coordinate.
getX() - method in class java.awt.geom.Rectangle2D.Float
Return the X coordinate.
getX() - method in class java.awt.geom.RectangularShape
Get the x coordinate of the upper-left corner of the framing rectangle.
getX() - method in class java.awt.geom.RoundRectangle2D.Double
Get the x coordinate of the upper-left corner of the framing rectangle.
getX() - method in class java.awt.geom.RoundRectangle2D.Float
getX() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the left edge of the component.
getX(int) - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the position in x direction of the printable area for the given units.
getX(int) - method in class javax.print.attribute.Size2DSyntax
Returns the size in x direction.
getX1() - method in class java.awt.geom.CubicCurve2D
Returns the x coordinate of the curve’s start point.
getX1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the x coordinate of the curve’s start point.
getX1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the x coordinate of the curve’s start point.
getX1() - method in class java.awt.geom.Line2D
Return the x coordinate of the first point.
getX1() - method in class java.awt.geom.Line2D.Double
Return the x coordinate of the first point.
getX1() - method in class java.awt.geom.Line2D.Float
Return the x coordinate of the first point.
getX1() - method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the curve’s start point.
getX1() - method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the curve’s start point.
getX1() - method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the curve’s start point.
getX2() - method in class java.awt.geom.CubicCurve2D
Returns the x coordinate of the curve’s end point.
getX2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the x coordinate of the curve’s end point.
getX2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the x coordinate of the curve’s end point.
getX2() - method in class java.awt.geom.Line2D
Return the x coordinate of the second point.
getX2() - method in class java.awt.geom.Line2D.Double
Return the x coordinate of the second point.
getX2() - method in class java.awt.geom.Line2D.Float
Return the x coordinate of the second point.
getX2() - method in class java.awt.geom.QuadCurve2D
Returns the x coordinate of the curve’s end point.
getX2() - method in class java.awt.geom.QuadCurve2D.Double
Returns the x coordinate of the curve’s end point.
getX2() - method in class java.awt.geom.QuadCurve2D.Float
Returns the x coordinate of the curve’s end point.
getXAConnection() - method in class javax.sql.XADataSource
getXAResource() - method in class javax.sql.XAConnection
getXMicrometers() - method in class javax.print.attribute.Size2DSyntax
Returns the size in x direction in mircometers.
getXmlEncoding() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - method in class org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXMLReader() - method in class javax.xml.parsers.SAXParser
Returns the underlying SAX2 parser.
getXMLReader() - method in class javax.xml.transform.sax.SAXSource
Returns the SAX parser to be used by this source.
getXMLReporter() - method in class javax.xml.stream.XMLInputFactory
Returns the error reporter.
getXMLResolver() - method in class javax.xml.stream.XMLInputFactory
Returns the entity resolver.
getXMLSchemaType() - method in class javax.xml.datatype.Duration
Returns the name of the XML Schema data type this value maps to.
getXMLSchemaType() - method in class javax.xml.datatype.XMLGregorianCalendar
getXmlStandalone() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - method in class org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getXMLVersion() - method in class org.xml.sax.ext.Locator2
Returns the version of XML used for the entity.
getXMLVersion() - method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the version property.
getXOrigin() - method in class java.awt.image.Kernel
Returns the x-origin for the kernel, which is calculated as (width - 1) / 2.
getXPathFunctionResolver() - method in class javax.xml.xpath.XPath
getXPathVariableResolver() - method in class javax.xml.xpath.XPath
getY() - method in class java.awt.geom.Arc2D.Double
Return the y coordinate of the bounding box.
getY() - method in class java.awt.geom.Arc2D.Float
Return the y coordinate of the bounding box.
getY() - method in class java.awt.Component
Gets the y coordinate of the upper left corner.
getY() - method in class javax.crypto.interfaces.DHPublicKey
Get the public value y.
getY() - method in class javax.crypto.spec.DHPublicKeySpec
Get the public value.
getY() - method in class java.awt.dnd.DragSourceEvent
getY() - method in class java.security.interfaces.DSAPublicKey
This method returns the value of the DSA public key
getY() - method in class java.security.spec.DSAPublicKeySpec
Returns public key y for the DSA algorithm.
getY() - method in class java.awt.geom.Ellipse2D.Double
Returns y coordinate of the upper-left corner of the ellipse's bounding-box.
getY() - method in class java.awt.geom.Ellipse2D.Float
Returns y coordinate of the upper-left corner of the ellipse's bounding-box.
getY() - method in class javax.swing.JComponent
Returns the Y coordinate of the upper left corner of this component.
getY() - method in class java.awt.event.MouseEvent
This method returns the Y coordinate of the mouse position.
getY() - method in class java.awt.Point
Get the y coordinate.
getY() - method in class java.awt.geom.Point2D
Get the Y coordinate, in double precision.
getY() - method in class java.awt.geom.Point2D.Double
Return the y coordinate.
getY() - method in class java.awt.geom.Point2D.Float
Return the y coordinate.
getY() - method in class java.awt.Rectangle
Get the Y coordinate of the upper-left corner.
getY() - method in class java.awt.geom.Rectangle2D.Double
Return the Y coordinate.
getY() - method in class java.awt.geom.Rectangle2D.Float
Return the Y coordinate.
getY() - method in class java.awt.geom.RectangularShape
Get the y coordinate of the upper-left corner of the framing rectangle.
getY() - method in class java.awt.geom.RoundRectangle2D.Double
Get the y coordinate of the upper-left corner of the framing rectangle.
getY() - method in class java.awt.geom.RoundRectangle2D.Float
getY() - method in class javax.swing.SpringLayout.Constraints
Returns the constraint for the upper edge of the component.
getY(int) - method in class javax.print.attribute.standard.MediaPrintableArea
Returns the position in y direction of the printable area for the given units.
getY(int) - method in class javax.print.attribute.Size2DSyntax
Return the size in y direction.
getY1() - method in class java.awt.geom.CubicCurve2D
Returns the y coordinate of the curve’s start point.
getY1() - method in class java.awt.geom.CubicCurve2D.Double
Returns the y coordinate of the curve’s start point.
getY1() - method in class java.awt.geom.CubicCurve2D.Float
Returns the y coordinate of the curve’s start point.
getY1() - method in class java.awt.geom.Line2D
Return the y coordinate of the first point.
getY1() - method in class java.awt.geom.Line2D.Double
Return the y coordinate of the first point.
getY1() - method in class java.awt.geom.Line2D.Float
Return the y coordinate of the first point.
getY1() - method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the curve’s start point.
getY1() - method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the curve’s start point.
getY1() - method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the curve’s start point.
getY2() - method in class java.awt.geom.CubicCurve2D
Returns the y coordinate of the curve’s end point.
getY2() - method in class java.awt.geom.CubicCurve2D.Double
Returns the y coordinate of the curve’s end point.
getY2() - method in class java.awt.geom.CubicCurve2D.Float
Returns the y coordinate of the curve’s end point.
getY2() - method in class java.awt.geom.Line2D
Return the y coordinate of the second point.
getY2() - method in class java.awt.geom.Line2D.Double
Return the y coordinate of the second point.
getY2() - method in class java.awt.geom.Line2D.Float
Return the y coordinate of the second point.
getY2() - method in class java.awt.geom.QuadCurve2D
Returns the y coordinate of the curve’s end point.
getY2() - method in class java.awt.geom.QuadCurve2D.Double
Returns the y coordinate of the curve’s end point.
getY2() - method in class java.awt.geom.QuadCurve2D.Float
Returns the y coordinate of the curve’s end point.
getYear() - method in class java.util.Date
Returns the difference between the year represented by this Date object and 1900.
getYear() - method in class java.sql.Time
This method always throws an IllegalArgumentException.
getYear() - method in class javax.xml.datatype.XMLGregorianCalendar
getYears() - method in class javax.xml.datatype.Duration
Returns the years in this duration as an int, or 0 if not present.
getYMicrometers() - method in class javax.print.attribute.Size2DSyntax
Returns the size in y direction in mircometers.
getYOrigin() - method in class java.awt.image.Kernel
Returns the y-origin for the kernel, which is calculated as (height - 1) / 2.
getZeroDigit() - method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the digit zero.
getZIndex() - method in class org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
getZoneStrings() - method in class java.text.DateFormatSymbols
This method returns this list of localized timezone display strings.
GIF - static field in class javax.print.DocFlavor.BYTE_ARRAY
Byte array doc flavor with a MIME Type of "image/gif".
GIF - static field in class javax.print.DocFlavor.INPUT_STREAM
InputStream doc flavor with a MIME Type of "image/gif".
GIF - static field in class javax.print.DocFlavor.URL
URL doc flavor with a MIME Type of "image/gif".
GLASS_PANE - static field in class javax.accessibility.AccessibleRole
A pane guaranteed to be painted on top of panes beneath it.
GLASS_PANE_PROPERTY - static field in class javax.swing.JInternalFrame
The property fired in a PropertyChangeEvent when the glassPane property changes.
glassPane - field in class javax.swing.JRootPane
DOCUMENT ME!
This helper class is used to listen to the JDesktopPane's glassPane for MouseEvents.
global - static field in class java.util.logging.Logger
A logger provided to applications that make only occasional use of the logging framework, typically early prototypes.
globalHierarchyLock - static field in class java.beans.beancontext.BeanContext
The global lock on changing any BeanContext hierarchy.
GlyphMetrics - class java.awt.font.GlyphMetrics
An abstract base implementation for a glyph painter for GlyphView.
GlyphPainter() - constructor for class javax.swing.text.GlyphView.GlyphPainter
Creates a new GlyphPainer.
GlyphVector - class java.awt.font.GlyphVector
GlyphVector() - constructor for class java.awt.font.GlyphVector
Constructs a GlyphVector object.
GlyphView - class javax.swing.text.GlyphView
Renders a run of styled text.
GlyphView(javax.swing.text.Element) - constructor for class javax.swing.text.GlyphView
Creates a new GlyphView for the given Element.
GMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gMonth data type.
GMONTHDAY - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gMonthDay data type.
An action that changes the file chooser to display the user's home directory.
GoHomeAction() - constructor for class javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction
Creates a new GoHomeAction object.
GoodBreakWeight - static field in class javax.swing.text.View
GOPHER - static field in class javax.print.attribute.standard.ReferenceUriSchemesSupported
The gopher protocol.
GOT_FOCUS - static field in class java.awt.Event
gotDefault - field in class javax.naming.InitialContext
Indicates if the initial context was obtained by calling NamingManager.getInitialContext(Hashtable).
AWT 1.0 GOT_FOCUS event handler.
GOTHIC - static field in class java.lang.Character.UnicodeBlock
Gothic.
grabFocus() - method in class javax.swing.JComponent
Requests that this component receive input focus, giving window focus to the top level ancestor of this component.
grabPixels() - method in class java.awt.image.PixelGrabber
Have our Image or ImageProducer start sending us pixels via our ImageConsumer methods and wait for all pixels in the grab rectangle to be delivered.
grabPixels(long) - method in class java.awt.image.PixelGrabber
grabPixels's behavior depends on the value of ms.
GradientPaint - class java.awt.GradientPaint
A paint object that can be used to color a region by blending two colors.
Creates a new acyclic GradientPaint.
Creates a new cyclic or acyclic GradientPaint.
Creates a new acyclic GradientPaint.
Creates a new cyclic or acyclic GradientPaint.
GraphicAttribute - class java.awt.font.GraphicAttribute
This class represents a graphic embedded in text.
GraphicAttribute(int) - constructor for class java.awt.font.GraphicAttribute
Constructor.
Graphics - class java.awt.Graphics
This is the abstract superclass of classes for drawing to graphics devices such as the screen or printers.
Graphics() - constructor for class java.awt.Graphics
Default constructor for subclasses.
Graphics2D - class java.awt.Graphics2D
An abstract class defining a device independent two-dimensional vector graphics API.
Graphics2D() - constructor for class java.awt.Graphics2D
Default constructor for subclasses.
This allows filtering an array of GraphicsConfigurations for the best one based on various requirements.
GraphicsConfigTemplate() - constructor for class java.awt.GraphicsConfigTemplate
The default constructor.
This class describes the configuration of various graphics devices, such as a monitor or printer.
GraphicsConfiguration() - constructor for class java.awt.GraphicsConfiguration
The default constructor.
This describes a graphics device available to the given environment.
GraphicsDevice() - constructor for class java.awt.GraphicsDevice
The default constructor.
This descibes the collection of GraphicsDevice and Font objects available on a given platform.
GraphicsEnvironment() - constructor for class java.awt.GraphicsEnvironment
The environment must be obtained from a factory or query method, hence this constructor is protected.
GRAY - static field in class java.awt.Color
Constant for the color gray: R=128, G=128, B=128.
GrayFilter - class javax.swing.GrayFilter
Produces grayscale images out of colored images.
GrayFilter(boolean,int) - constructor for class javax.swing.GrayFilter
Create a GrayFilter.
GREATER - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
GREEK - static field in class java.lang.Character.UnicodeBlock
Greek.
GREEK_EXTENDED - static field in class java.lang.Character.UnicodeBlock
Greek Extended.
GREEN - static field in class java.awt.Color
Constant for the color green: R=0, G=255, B=0.
GREENCOMPONENT - static field in class java.awt.color.ICC_ProfileRGB
This class represents the Gregorian calendar, that is used in most countries all over the world.
GregorianCalendar() - constructor for class java.util.GregorianCalendar
Constructs a new GregorianCalender representing the current time, using the default time zone and the default locale.
GregorianCalendar(int,int,int) - constructor for class java.util.GregorianCalendar
Constructs a new GregorianCalendar representing midnight on the given date with the default time zone and locale.
Constructs a new GregorianCalendar representing midnight on the given date with the default time zone and locale.
Constructs a new GregorianCalendar representing midnight on the given date with the default time zone and locale.
GregorianCalendar(java.util.Locale) - constructor for class java.util.GregorianCalendar
Constructs a new GregorianCalender representing the current time, using the default time zone and the specified locale.
Constructs a new GregorianCalender representing the current time, using the specified time zone and the default locale.
Constructs a new GregorianCalender representing the current time with the given time zone and the given locale.
This specifies the constraints for a component managed by the GridBagLayout layout manager.
GridBagConstraints() - constructor for class java.awt.GridBagConstraints
Create a new GridBagConstraints object with the default parameters.
Create a new GridBagConstraints object with the indicated parameters.
GridBagLayout - class java.awt.GridBagLayout
GridBagLayout() - constructor for class java.awt.GridBagLayout
gridColor - field in class javax.swing.JTable
The color to paint the grid lines of the table, when either showHorizontalLines or showVerticalLines is set.
gridheight - field in class java.awt.GridBagConstraints
GridLayout - class java.awt.GridLayout
This class implements a grid-based layout scheme.
GridLayout() - constructor for class java.awt.GridLayout
Create a new GridLayout with one row and any number of columns.
GridLayout(int,int) - constructor for class java.awt.GridLayout
Create a new GridLayout with the specified number of rows and columns.
GridLayout(int,int,int,int) - constructor for class java.awt.GridLayout
Create a new GridLayout with the specified number of rows and columns and the specified gaps.
gridwidth - field in class java.awt.GridBagConstraints
gridx - field in class java.awt.GridBagConstraints
gridy - field in class java.awt.GridBagConstraints
group - field in class javax.swing.DefaultButtonModel
The group this model belongs to.
Group - interface java.security.acl.Group
This interface represents a group of Principals.
group() - method in class java.util.regex.Matcher
group() - method in class java.util.regex.MatchResult
Returns the substring of the input which was matched.
group(int) - method in class java.util.regex.Matcher
group(int) - method in class java.util.regex.MatchResult
Returns the substring of the input which was matched by the given sub-match group.
GROUP_BOX - static field in class javax.accessibility.AccessibleRole
A component with a border to group other components.
groupCount() - method in class java.util.regex.Matcher
groupCount() - method in class java.util.regex.MatchResult
Returns the number of sub-match groups in the matching pattern.
GROUPING_SEPARATOR - static field in class java.text.NumberFormat.Field
Attribute set to all characters containing a grouping separator (e.g.
grow(int,int) - method in class java.awt.Rectangle
Expands the rectangle by the specified amount.
growAbsorb - field in class java.awt.font.GlyphJustificationInfo
growLeftLimit - field in class java.awt.font.GlyphJustificationInfo
growPriority - field in class java.awt.font.GlyphJustificationInfo
growRightLimit - field in class java.awt.font.GlyphJustificationInfo
GSSContext - interface org.ietf.jgss.GSSContext
This interface encapsulates the GSS-API security context and provides the security services (wrap(byte[],int,int,MessageProp), unwrap(byte[],int,int,MessageProp), getMIC(byte[],int,int,MessageProp), verifyMIC(byte[],int,int,byte[],int,int,MessageProp)) that are available over the context.
GSSCredential - interface org.ietf.jgss.GSSCredential
This interface encapsulates the GSS-API credentials for an entity.
GSSException - exception org.ietf.jgss.GSSException
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors.
GSSException(int) - constructor for class org.ietf.jgss.GSSException
Create a new GSS exception with the given major code.
GSSException(int,int,java.lang.String) - constructor for class org.ietf.jgss.GSSException
Create a new GSS exception with the given major and minor codes, and a minor explanation string.
GSSManager - class org.ietf.jgss.GSSManager
The GSSManager class is an abstract class that serves as a factory for three GSS interfaces: GSSName, GSSCredential, and GSSContext.
GSSManager() - constructor for class org.ietf.jgss.GSSManager
GSSName - interface org.ietf.jgss.GSSName
This interface encapsulates a single GSS-API principal entity.
GT - static field in class javax.management.Query
A code representing the
gt(javax.management.ValueExp,javax.management.ValueExp) - static method in class javax.management.Query
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is greater than v2.
Guard - interface java.security.Guard
This interface specifies a mechanism for querying whether or not access is allowed to a guarded object.
GuardedObject - class java.security.GuardedObject
This class is an object that is guarded by a Guard object.
This method initializes a new instance of GuardedObject that protects the specified Object using the specified Guard.
Returns the MIME type of a file based on the name of the file.
Returns the MIME type of a stream based on the first few characters at the beginning of the stream.
GUJARATI - static field in class java.lang.Character.UnicodeBlock
Gujarati.
GUJARATI - static field in class java.awt.font.NumericShaper
Constant representing the Unicode GUJARATI range.
GURMUKHI - static field in class java.lang.Character.UnicodeBlock
Gurmukhi.
GURMUKHI - static field in class java.awt.font.NumericShaper
Constant representing the Unicode GURMUKHI range.
GYEAR - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gYear data type.
GYEARMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gYearMonth data type.
GZIP - static field in class javax.print.attribute.standard.Compression
The print data is GNU Zip compressed.
GZIP_MAGIC - static field in class java.util.zip.GZIPInputStream
The magic number found at the start of a GZIP stream.
GZIPInputStream - class java.util.zip.GZIPInputStream
This filter stream is used to decompress a "GZIP" format stream.
GZIPInputStream(java.io.InputStream) - constructor for class java.util.zip.GZIPInputStream
Creates a GZIPInputStream with the default buffer size.
GZIPInputStream(java.io.InputStream,int) - constructor for class java.util.zip.GZIPInputStream
Creates a GZIPInputStream with the specified buffer size.
GZIPOutputStream - class java.util.zip.GZIPOutputStream
This filter stream is used to compress a stream into a "GZIP" stream.
GZIPOutputStream(java.io.OutputStream) - constructor for class java.util.zip.GZIPOutputStream
Creates a GZIPOutputStream with the default buffer size
GZIPOutputStream(java.io.OutputStream,int) - constructor for class java.util.zip.GZIPOutputStream
Creates a GZIPOutputStream with the specified buffer size