- GAP_TOKEN - Static variable in exception org.ietf.jgss.GSSException
-
An expected per-message token was not received.
- GapContent - Class in javax.swing.text
-
- 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 variable in class java.lang.management.ManagementFactory
-
The domain for the garbage collecting beans.
- GarbageCollectorMXBean - Interface in java.lang.management
-
Provides access to information about the garbage collectors
of the virtual machine.
- GatheringByteChannel - Interface in java.nio.channels
-
- gc() - Method in interface 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(BigInteger) - Method in class java.math.BigInteger
-
- GDAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the gDay
data type.
- GE - Static variable in class javax.management.Query
-
A code representing the {@link #ge(ValueExp, ValueExp)
query to be used in serialization.
- GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
The GENERAL constant, specifies theat the entity is valid in the
whole HTML document scope.
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
General Punctuation.
0x2000 - 0x206F.
- GeneralPath - Class in java.awt.geom
-
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(Shape) - Constructor for class java.awt.geom.GeneralPath
-
Constructs a GeneralPath from an arbitrary shape object.
- GeneralSecurityException - Exception in java.security
-
This class is the common superclass of all security exceptions.
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
-
Create a new instance with no descriptive error message.
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
-
Create a new instance with a descriptive error message.
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Create a new instance with a descriptive error message and
a cause.
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Create a new instance with a cause.
- generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a Certificate from the encoded data read
from an InputStream.
- generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
-
Returns a collection of certificates that were read from the
input stream.
- generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generate a
CertPath
and initialize it with data parsed from
the input stream.
- generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
-
Generate a
CertPath
and initialize it with data parsed from
the input stream, using the specified encoding.
- generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
-
Generate a
CertPath
and initialize it with the certificates
in the
List
argument.
- generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a CRL based on the encoded data read
from the InputStream.
- generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates CRLs 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
-
- generatePrivate(KeySpec) - Method in class java.security.KeyFactory
-
Generates a private key from the provided key specification.
- generatePublic(KeySpec) - Method in class java.security.KeyFactory
-
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(String) - Method in class javax.crypto.KeyAgreement
-
Generate the shared secret and return it as an appropriate
SecretKey
.
- generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
-
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 variable 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 in java.lang.reflect
-
Represents the type of an array's components, which may be
either a parameterized type or a type variable.
- GenericDeclaration - Interface in java.lang.reflect
-
Represents an entity that declares one or more type parameters.
- GenericSignatureFormatError - Error in java.lang.reflect
-
Thrown on encountering a syntactically malformed signature in
a reflective method.
- GenericSignatureFormatError() - Constructor for error 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 variable in class java.lang.Character.UnicodeBlock
-
Geometric Shapes.
0x25A0 - 0x25FF.
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Georgian.
0x10A0 - 0x10FF.
- geq(ValueExp, 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 variable in class java.util.Locale
-
Locale which represents the German language.
- GERMANY - Static variable in class java.util.Locale
-
Locale which represents Germany.
- get(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(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(String, boolean) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, char) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, byte) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, short) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, int) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, long) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, float) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, double) - Method in class java.io.ObjectInputStream.GetField
-
- get(String, Object) - Method in class java.io.ObjectInputStream.GetField
-
- get() - Method in class java.lang.ref.PhantomReference
-
Returns the object, this reference refers to.
- get() - Method in class java.lang.ref.Reference
-
Returns the object, this reference refers to.
- get() - Method in class java.lang.ref.SoftReference
-
Returns the object, this reference refers to.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of an array.
- get(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field.
- get() - Method in class java.lang.ThreadLocal
-
Gets the value associated with the ThreadLocal object for the currently
executing Thread.
- get(byte[], int, int) - Method in class java.nio.ByteBuffer
-
This method transfers byte
s from this buffer into the given
destination array.
- get(byte[]) - Method in class java.nio.ByteBuffer
-
This method transfers byte
s from this buffer into the given
destination array.
- get() - Method in class java.nio.ByteBuffer
-
Reads the byte
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.ByteBuffer
-
Absolute get method.
- get(char[], int, int) - Method in class java.nio.CharBuffer
-
This method transfers char
s from this buffer into the given
destination array.
- get(char[]) - Method in class java.nio.CharBuffer
-
This method transfers char
s from this buffer into the given
destination array.
- get() - Method in class java.nio.CharBuffer
-
Reads the char
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.CharBuffer
-
Absolute get method.
- get(double[], int, int) - Method in class java.nio.DoubleBuffer
-
This method transfers double
s from this buffer into the given
destination array.
- get(double[]) - Method in class java.nio.DoubleBuffer
-
This method transfers double
s from this buffer into the given
destination array.
- get() - Method in class java.nio.DoubleBuffer
-
Reads the double
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.DoubleBuffer
-
Absolute get method.
- get(float[], int, int) - Method in class java.nio.FloatBuffer
-
This method transfers float
s from this buffer into the given
destination array.
- get(float[]) - Method in class java.nio.FloatBuffer
-
This method transfers float
s from this buffer into the given
destination array.
- get() - Method in class java.nio.FloatBuffer
-
Reads the float
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.FloatBuffer
-
Absolute get method.
- get(int[], int, int) - Method in class java.nio.IntBuffer
-
This method transfers int
s from this buffer into the given
destination array.
- get(int[]) - Method in class java.nio.IntBuffer
-
This method transfers int
s from this buffer into the given
destination array.
- get() - Method in class java.nio.IntBuffer
-
Reads the int
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.IntBuffer
-
Absolute get method.
- get(long[], int, int) - Method in class java.nio.LongBuffer
-
This method transfers long
s from this buffer into the given
destination array.
- get(long[]) - Method in class java.nio.LongBuffer
-
This method transfers long
s from this buffer into the given
destination array.
- get() - Method in class java.nio.LongBuffer
-
Reads the long
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.LongBuffer
-
Absolute get method.
- get(short[], int, int) - Method in class java.nio.ShortBuffer
-
This method transfers short
s from this buffer into the given
destination array.
- get(short[]) - Method in class java.nio.ShortBuffer
-
This method transfers short
s from this buffer into the given
destination array.
- get() - Method in class java.nio.ShortBuffer
-
Reads the short
at this buffer's current position,
and then increments the position.
- get(int) - Method in class java.nio.ShortBuffer
-
Absolute get method.
- get() - Method in class java.rmi.MarshalledObject
-
Constructs and returns a copy of the internal serialized object.
- get(Object) - Method in class java.security.Provider
-
- get(int) - Method in class java.util.AbstractList
-
Returns the elements at the specified position in the list.
- get(Object) - Method in class java.util.AbstractMap
-
Returns the value mapped by the given key.
- get(int) - Method in class java.util.AbstractSequentialList
-
Get the element at a given index in this list.
- get(int) - Method in class java.util.ArrayList
-
Retrieves the element at the user-supplied index.
- get(int) - Method in class java.util.BitSet
-
Returns true if the integer bitIndex
is in this bit
set, otherwise false.
- 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.util.Calendar
-
Gets the value of the specified field.
- get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Retrieves the element at the user-supplied index.
- get(Object) - Method in class java.util.Dictionary
-
Returns the value associated with the supplied key, or null
if no such value exists.
- get(Object) - Method in class java.util.EnumMap
-
- get(Object) - Method in class java.util.HashMap
-
Return the value in this HashMap associated with the supplied key,
or null
if the key maps to nothing.
- get(Object) - Method in class java.util.Hashtable
-
Return the value in this Hashtable associated with the supplied key,
or null
if the key maps to nothing.
- get(Object) - Method in class java.util.IdentityHashMap
-
Return the value in this Map associated with the supplied key, or
null
if the key maps to nothing.
- get(Object) - Method in class java.util.jar.Attributes
-
Gets the value of a specified attribute name.
- get(Object) - Method in class java.util.LinkedHashMap
-
Return the value in this Map associated with the supplied key,
or null
if the key maps to nothing.
- get(int) - Method in class java.util.LinkedList
-
Return the element at index.
- get(int) - Method in interface java.util.List
-
Get the element at a given index in this list.
- get(Object) - Method in interface java.util.Map
-
Returns the value mapped by the given key.
- get(String, String) - Method in class java.util.prefs.AbstractPreferences
-
Returns the value associated with the key in this preferences node.
- get(String, String) - Method in class java.util.prefs.Preferences
-
Returns the value associated with the key in this preferences node.
- get(Object) - Method in class java.util.TreeMap
-
Return the value in this TreeMap associated with the supplied key,
or null
if the key maps to nothing.
- get(int) - Method in class java.util.Vector
-
Returns the element at position index
.
- get(Object) - Method in class java.util.WeakHashMap
-
Gets the value the key is mapped to.
- get(String) - Method in class javax.accessibility.AccessibleRelationSet
-
Get the relation that matches the key.
- get(String) - Method in class javax.activation.MimeTypeParameterList
-
Returns the value for the specified parameter name.
- get(String) - Method in interface javax.management.openmbean.CompositeData
-
Retrieves the value for the specified key.
- get(String) - Method in class javax.management.openmbean.CompositeDataSupport
-
Retrieves the value for the specified key.
- get(Object[]) - Method in interface javax.management.openmbean.TabularData
-
Retrieves the
CompositeData
value for the specified
key, or
null
if no such mapping exists.
- get(Object) - Method in class javax.management.openmbean.TabularDataSupport
-
Retrieves the value for the specified key by simply
calling get((Object[]) key)
.
- get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
-
Retrieves the
CompositeData
value for the specified
key, or
null
if no such mapping exists.
- get(int) - Method in class javax.naming.CompositeName
-
- get(int) - Method in class javax.naming.CompoundName
-
- get() - Method in interface javax.naming.directory.Attribute
-
- get(int) - Method in interface javax.naming.directory.Attribute
-
- get(String) - Method in interface javax.naming.directory.Attributes
-
- get() - Method in class javax.naming.directory.BasicAttribute
-
- get(int) - Method in class javax.naming.directory.BasicAttribute
-
- get(String) - Method in class javax.naming.directory.BasicAttributes
-
- get(int) - Method in interface 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(String) - Method in class javax.naming.Reference
-
Get the given type of address for this object.
- get(Class<?>) - Method in interface 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(int) - Method in class javax.sound.midi.Track
-
Get an event idetified by its order index
- get(Object) - Method in class javax.swing.ActionMap
-
Returns an action associated with an object.
- get(int) - Method in class javax.swing.DefaultListModel
-
Gets the list element at a particular index.
- get(KeyStroke) - Method in class javax.swing.InputMap
-
Returns the binding for the specified keystroke, if there is one.
- get(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
-
- GET - Static variable in class javax.swing.text.html.FormSubmitEvent.MethodType
-
Indicates a form submit with HTTP method GET.
- get(Object) - Method in class javax.swing.UIDefaults
-
Returns the entry for the specified key
in the default
locale.
- get(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns the entry for the specified key
in the Locale
loc
.
- get(Object) - Static method in class javax.swing.UIManager
-
- get(Object, Locale) - Static method in class javax.swing.UIManager
-
- get2DigitYearStart() - Method in class java.text.SimpleDateFormat
-
Returns the start of the century used for two digit years.
- get_any() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the
Any
, stored inside this DynAny.
- 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 interface 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 interface 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 interface org.omg.DynamicAny.DynEnumOperations
-
Get the current enumeration value, as int.
- get_boolean() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the boolean value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the boolean value that is expected to be stored in this DynAny.
- get_boxed_value() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Get the return the content of the "box" as the Any.
- get_boxed_value_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Get the return the content of the "box" as the DynAny.
- get_char() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the char value that is expected to be
stored in this 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the char value that is expected to be stored in this DynAny.
- get_codebase(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
-
- 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 interface org.omg.DynamicAny.DynUnionOperations
-
Get the value of discriminator, defining which content variant
(member) is active.
- get_domain_managers(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Retrieve the domain managers for this object.
- get_domain_policy(int) - Method in interface org.omg.CORBA.DomainManagerOperations
-
Get the policy of the specified type for the objects, belonging
to this domain.
- get_double() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the double
value that is expected to be
stored in this DynAny.
- 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 interface 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 interface org.omg.DynamicAny.DynAnyOperations
-
Return DynAny, wrapping the second (enclosed any) that is stored in the
wrapped Any.
- get_effective_component(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the given component of the invocation target profile.
- get_effective_components(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the given components of the invocation target profile.
- get_effective_policy(int) - Method in interface org.omg.PortableInterceptor.IORInfoOperations
-
Get the server side policy for an IOR being constructed.
- get_elements() - Method in interface org.omg.CORBA.DynArray
-
Deprecated.
Get the elements of the enclosed array.
- get_elements() - Method in interface org.omg.CORBA.DynSequence
-
Deprecated.
Get the elements of the enclosed sequence.
- 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 interface org.omg.DynamicAny.DynArrayOperations
-
Returns the array.
- get_elements() - Method in interface 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 interface org.omg.DynamicAny.DynArrayOperations
-
Returns the array.
- get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Returns the array, containing the sequence elements.
- get_float() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the float
value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the float
value that is expected to be stored in
this DynAny.
- get_id() - Method in interface 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(Object) - Method in class org.omg.CORBA.portable.Delegate
-
- get_interface_def(Servant) - Method in interface 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 interface org.omg.DynamicAny.DynSequenceOperations
-
Get the length of the sequence.
- get_long() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the int (CORBA long) value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the int (CORBA long) value that is expected to be stored in this
DynAny.
- get_longlong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the long (CORBA long 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the long (CORBA long long) value that is expected to be stored in
this DynAny.
- get_members() - Method in interface org.omg.CORBA.DynStruct
-
Deprecated.
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 interface org.omg.CORBA.DynValue
-
Deprecated.
Get all members of the enclosed value type object.
- 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 interface org.omg.DynamicAny.DynStructOperations
-
Return array, describing describing the name and the value of each member
in the structure.
- get_members() - Method in interface 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 interface 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 interface 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 interface org.omg.PortableServer.CurrentOperations
-
Returns the Id of the object currently being served.
- get_octet() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the byte (CORBA octet) value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the byte (CORBA octet) value that is expected to be stored in this
DynAny.
- get_POA() - Method in interface org.omg.PortableServer.CurrentOperations
-
Returns POA to that the object currently being served is connected.
- get_policy(Object, int) - Method in class org.omg.CORBA.portable.Delegate
-
Returns the
Policy
, applying to this object.
- get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
-
Return thg typecode, representing the given primitive object type.
- get_reference() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the CORBA object reference that is expected to be
stored in this DynAny.
- 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 interface 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 interface 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 interface 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 interface 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
-
- get_servant() - Method in interface org.omg.PortableServer.POAOperations
-
Returns a default servant for this POA.
- get_servant_manager() - Method in interface org.omg.PortableServer.POAOperations
-
Get the servant manager, associated with this POA.
- get_server_policy(int) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Return the policy of the given type that applies to this operation.
- get_service_information(short, ServiceInformationHolder) - Method in class org.omg.CORBA.ORB
-
This should return the information about the CORBA facilities and
services, available from this ORB.
- get_short() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the short
value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the short
value that is expected to be stored in
this DynAny.
- get_slot(int) - Method in interface org.omg.PortableInterceptor.CurrentOperations
-
Get data from the slot with the given slot_id.
- get_slot(int) - Method in interface 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 interface org.omg.PortableServer.POAManagerOperations
-
Get the state of the POA manager.
- get_string() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the string value that is expected to be
stored in this DynAny.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the string value that is expected to be stored in this DynAny.
- get_typecode() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the
TypeCode
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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the
TypeCode
value that is expected to be stored in this
DynAny.
- get_ulong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the unsigned int (CORBA ulong) 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the unsigned int (CORBA ulong) value that is expected to be stored
in this DynAny.
- get_ulonglong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
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._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 interface 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 interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the unsigned short 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the unsigned short value that is expected to be stored in this
DynAny.
- get_val() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the value that is expected to be stored in this DynAny.
- get_value() - Method in interface org.omg.CORBA.DynFixed
-
Deprecated.
Get the value of this DynFixed in the binary form.
- get_value() - Method in class org.omg.DynamicAny._DynFixedStub
-
The remote call of DynAny methods is not possible.
- get_value() - Method in interface org.omg.DynamicAny.DynFixedOperations
-
Get the value of the enclosed DynFixed, as string.
- get_value_def(String) - Method in class org.omg.CORBA_2_3.ORB
-
Should return a defintion of the value type as described
in the interface repository.
- get_values(String, int, String) - Method in class org.omg.CORBA.Context
-
Search the values.
- get_wchar() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
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._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 interface 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 interface org.omg.CORBA.DynAny
-
Deprecated.
Extract the wide (usually UFT-16) string 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 interface org.omg.DynamicAny.DynAnyOperations
-
Extract the wide (usually UFT-16) string that is expected to be stored in
this DynAny.
- getAbbr() - Method in interface 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 interface 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.
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the "accept all" file filter.
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-
Returns a FileFilter
that accepts every file.
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- getAcceptCharset() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
List of character sets supported by the server.
- getAcceptedIssuers() - Method in interface 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.
- getAccessibleAction() - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleAction() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns an implementation of the AccessibleAction
interface for this accessible object.
- getAccessibleAction() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns an implementation of the AccessibleAction
interface for this accessible object.
- getAccessibleAction() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible actions.
- getAccessibleAction() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible action associated with this object.
- getAccessibleAction() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the accessible action associated to this accessible object.
- getAccessibleAction() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
-
Get the anchor appropriate for the link, or null if the index is out of
bounds.
- getAccessibleActionAnchor(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns an object that represents the link anchor.
- getAccessibleActionCount() - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleActionCount() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the number of actions associated with this accessible
object.
- getAccessibleActionCount() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns the number of actions associated with this accessible
object.
- getAccessibleActionCount() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleActionCount() - Method in interface 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.
- getAccessibleActionCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the number of accessible actions that are supported by this
object.
- getAccessibleActionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of accessible actions that can be performed by
this object.
- getAccessibleActionCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns the number of AccessibleActions in this link object.
- getAccessibleActionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of accessible actions available in this tree node.
- getAccessibleActionCount() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns the number of actions for this object.
- getAccessibleActionDescription(int) - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleActionDescription(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns a description of the action with the supplied id.
- getAccessibleActionDescription(int) - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns a description of the action with the supplied id.
- getAccessibleActionDescription(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleActionDescription(int) - Method in interface 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.
- getAccessibleActionDescription(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns a description for the action with the specified index or
null
if such action does not exist.
- getAccessibleActionDescription(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the description of the specified action.
- getAccessibleActionDescription(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns the description of the action at action index i
.
- getAccessibleActionDescription(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Return a description of the specified action of the tree node.
- getAccessibleActionDescription(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns the description of the i-th action.
- getAccessibleActionObject(int) - Method in class javax.accessibility.AccessibleHyperlink
-
Get the link location, or null if the index is out of bounds.
- getAccessibleActionObject(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns an
URL
object, that represents the action at action
index
i
.
- getAccessibleAt(Point) - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the Accessible child at a point relative to the coordinate
system of this component, if one exists, or null.
- getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
-
Return the accessible child located at point (in the parent's
coordinates), if one exists.
- getAccessibleAt(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Accessible
child of this component present
at the specified point.
- getAccessibleAt(Point) - Method in interface 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.
- getAccessibleAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Return the cell at the specified row and column, or null if out of bounds.
- getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns null
because list children do not have children
themselves
- getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList
-
Returns the accessible child at the visual location p
(relative to the upper left corner of the JList
).
- getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the accessible child component at the specified coordinates.
- getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Table cells have no children, so we return null
here.
- getAccessibleAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible child (table cell) at the specified row and
column.
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the Accessible child, if one exists, contained at the
local coordinate Point.
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
-
Returns the Accessible
child of the specified component
which appears at the supplied Point
.
- getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- getAccessibleCaption() - Method in interface 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 java.awt.Component.AccessibleAWTComponent
-
Returns the ith accessible child.
- getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
-
Return the nth accessible child of the containing accessible object.
- getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleChild(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Accessible
child at the supplied
index within the list of children of this component.
- getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
-
Returns the specified accessible chile.
- getAccessibleChild(int) - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the accessible child at index
i
, which is
null
in this case because an
ImageIcon
has no
children.
- getAccessibleChild(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of accessible children of this object.
- getAccessibleChild(int) - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the accessible child component at index i
.
- getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns null
since list children don't have children
themselves.
- getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList
-
Returns the n-th accessible child of this JList
.
- getAccessibleChild(int) - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the accessible child with the specified index
.
- getAccessibleChild(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the accessible child component at the specified index.
- getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the accessible child at index i
.
- getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible child at the given index.
- getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Return the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree
-
Return the nth Accessible child of the object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the accessible child with the specified index.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
-
Returns the specified accessible child of the component.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
-
- getAccessibleChild(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(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns null
as the header entry has no accessible
children.
- getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- getAccessibleChildrenCount() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the number of children of this component which implement
Accessible.
- getAccessibleChildrenCount() - Method in class java.awt.Container.AccessibleAWTContainer
-
Return the number of accessible children of the containing accessible
object (at most the total number of its children).
- getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleChildrenCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the number of children of this component which
implement the Accessible
interface.
- getAccessibleChildrenCount() - Method in class javax.accessibility.AccessibleContext
-
Returns the number of accessible children of this object.
- getAccessibleChildrenCount() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the number of accessible children of this component,
which is 0, because an
ImageIcon
has no children.
- getAccessibleChildrenCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of accessible children of this object.
- getAccessibleChildrenCount() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the number of accessible children of this object.
- getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns 0
since list children don't have children
themselves.
- getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList
-
Returns the number of accessible children in the JList
.
- getAccessibleChildrenCount() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the number of accessible children of this object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the number of accessible child components of the
JTabbedPane
.
- getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the number of children of this object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the number of top-level children nodes of this JTree.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the number of accessible children of the combobox.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.ComponentUI
-
Counts the number of accessible children in the component.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
-
- getAccessibleChildrenCount(Component) - Static method in class javax.swing.SwingUtilities
-
Returns the number of Accessible
children within
the supplied component.
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the number of accessible children, zero in this case.
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- getAccessibleColumn(int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
Returns the column number of an index in the table.
- getAccessibleColumn(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the column number of an accessible child (cell) with the
specified index.
- getAccessibleColumnAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible column at the specified index.
- getAccessibleColumnCount() - Method in interface javax.accessibility.AccessibleTable
-
Return the number of columns in the table.
- getAccessibleColumnCount() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of columns in the table.
- getAccessibleColumnDescription(int) - Method in interface javax.accessibility.AccessibleTable
-
Return the description of a column, or null if there is none or the index
is out of bounds.
- getAccessibleColumnDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible description for the column with the specified
index, or null
if no description has been set.
- getAccessibleColumnExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of merged columns occupied at the specified row and
column, or 0 if out of bounds.
- getAccessibleColumnExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of columns that the specified cell occupies.
- getAccessibleColumnHeader() - Method in interface javax.accessibility.AccessibleTable
-
Return the column headers as a table.
- getAccessibleColumnHeader() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the column header.
- getAccessibleComponent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns this, since it is an accessible component.
- getAccessibleComponent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves the AccessibleComponent
associated
with this accessible context and its component.
- getAccessibleComponent() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible component.
- getAccessibleComponent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleComponent associated with this object.
- getAccessibleComponent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the accessible component for this header entry.
- getAccessibleContext() - Method in class java.applet.Applet
-
Gets the AccessibleContext associated with this applet, creating one if
necessary.
- getAccessibleContext() - Method in class java.awt.Button
-
Gets the AccessibleContext associated with this Button
.
- getAccessibleContext() - Method in class java.awt.Canvas
-
Gets the AccessibleContext associated with this Canvas
.
- getAccessibleContext() - Method in class java.awt.Checkbox
-
Gets the AccessibleContext associated with this Checkbox
.
- getAccessibleContext() - Method in class java.awt.CheckboxMenuItem
-
Gets the AccessibleContext associated with this CheckboxMenuItem
.
- getAccessibleContext() - Method in class java.awt.Choice
-
Gets the AccessibleContext associated with this Choice
.
- getAccessibleContext() - Method in class java.awt.Component
-
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 java.awt.Label
-
Gets the AccessibleContext associated with this Label
.
- getAccessibleContext() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- getAccessibleContext() - Method in class java.awt.List
-
Gets the AccessibleContext associated with this List
.
- getAccessibleContext() - Method in class java.awt.Menu
-
Gets the AccessibleContext associated with this Menu
.
- getAccessibleContext() - Method in class java.awt.MenuBar
-
Gets the AccessibleContext associated with this MenuBar
.
- getAccessibleContext() - Method in class java.awt.MenuComponent
-
Gets the AccessibleContext associated with this MenuComponent
.
- getAccessibleContext() - Method in class java.awt.MenuItem
-
Gets the AccessibleContext associated with this MenuItem
.
- getAccessibleContext() - Method in class java.awt.Panel
-
Gets the AccessibleContext associated with this panel, creating one if
necessary.
- getAccessibleContext() - Method in class java.awt.PopupMenu
-
Gets the AccessibleContext associated with this PopupMenu
.
- getAccessibleContext() - Method in class java.awt.Scrollbar
-
Gets the AccessibleContext associated with this Scrollbar
.
- getAccessibleContext() - Method in class java.awt.ScrollPane
-
Gets the AccessibleContext associated with this ScrollPane
.
- getAccessibleContext() - Method in class java.awt.TextArea
-
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
-
- getAccessibleContext() - Method in class java.awt.Window
-
Gets the AccessibleContext associated with this Window
.
- getAccessibleContext() - Method in interface javax.accessibility.Accessible
-
If a component supports the Accessibility API then this method should
not return null
.
- getAccessibleContext() - Method in class javax.swing.Box.Filler
-
- getAccessibleContext() - Method in class javax.swing.Box
-
- getAccessibleContext() - Method in class javax.swing.CellRendererPane
-
getAccessibleContext TODO
- 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.
- getAccessibleContext() - Method in class javax.swing.JInternalFrame.JDesktopIcon
-
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.AccessibleJList.AccessibleJListChild
-
Returns the accessible context of this object.
- getAccessibleContext() - Method in class javax.swing.JList
-
- getAccessibleContext() - Method in class javax.swing.JMenu
-
- getAccessibleContext() - Method in class javax.swing.JMenuBar
-
- 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.AccessibleJTable.AccessibleJTableCell
-
Returns the accessible context of this table cell.
- getAccessibleContext() - Method in class javax.swing.JTable
-
- getAccessibleContext() - Method in class javax.swing.JTextArea
-
Returns the accessible context associated with the JTextArea
.
- 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.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleContext associated with this tree node.
- getAccessibleContext() - Method in class javax.swing.JTree
-
Gets the AccessibleContext associated with this
JTree
.
- getAccessibleContext() - Method in class javax.swing.JViewport
-
Returns the accessible context for this JViewport
.
- getAccessibleContext() - Method in class javax.swing.JWindow
-
- getAccessibleContext() - Method in class javax.swing.ProgressMonitor
-
Gets the accessible context.
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the accessible context for this header entry.
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader
-
- getAccessibleContext() - Method in class javax.swing.text.html.HTMLEditorKit
-
Gets the AccessibleContext associated with this.
- getAccessibleContext() - Method in class javax.swing.text.JTextComponent
-
Get the AccessibleContext
of this object.
- getAccessibleDescription() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns a brief description of this accessible context.
- getAccessibleDescription() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the accessible name for this menu component.
- getAccessibleDescription() - Method in class javax.accessibility.AccessibleContext
-
Get the localized description of the object.
- getAccessibleDescription() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the localized description of this object.
- getAccessibleDescription() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
-
Returns a description of this AccessibleJEditorPane
.
- getAccessibleDescription() - Method in class javax.swing.JToolTip.AccessibleJToolTip
-
Returns a description for the accessible component.
- getAccessibleDescription() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the accessible description of this object.
- getAccessibleDescription() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the accessible description.
- getAccessibleEditableText() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible editable text.
- getAccessibleEditableText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve an AccessibleEditableText object that controls this
text component.
- getAccessibleIcon() - Method in class javax.accessibility.AccessibleContext
-
Get all supported accessible icons.
- getAccessibleIcon() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible icons of this object.
- getAccessibleIconDescription() - Method in interface javax.accessibility.AccessibleIcon
-
Returns a textual description of the icon and its purpose.
- getAccessibleIconDescription() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the accessible icon description.
- getAccessibleIconHeight() - Method in interface javax.accessibility.AccessibleIcon
-
Get the icon height.
- getAccessibleIconHeight() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the icon height.
- getAccessibleIconWidth() - Method in interface javax.accessibility.AccessibleIcon
-
Get the icon width.
- getAccessibleIconWidth() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the icon width.
- getAccessibleIndex(int, int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
Returns the cell number for a row-major address from (0,0).
- getAccessibleIndex(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the index of the accessible child at the specified row and
column.
- getAccessibleIndexAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible child index at the specified column and row.
- getAccessibleIndexInParent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the index of this component in its accessible parent.
- getAccessibleIndexInParent() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- getAccessibleIndexInParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves the index of this component within its parent.
- getAccessibleIndexInParent() - Method in class javax.accessibility.AccessibleContext
-
Gets the index of this object within its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the index of this list child within it's parent list.
- getAccessibleIndexInParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the index of this cell in the parent object.
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the index of this object in its accessible parent.
- getAccessibleIndexInParent(Component) - Static method in class javax.swing.SwingUtilities
-
Returns the zero-based index of the specified component
within its parent.
- getAccessibleIndexInParent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the index of this header entry.
- getAccessibleKeyBinding() - Method in interface javax.accessibility.AccessibleExtendedComponent
-
Returns the accessible key bindings for this component.
- getAccessibleKeyBinding(int) - Method in interface javax.accessibility.AccessibleKeyBinding
-
Return the numbered key binding, which can then be cast in an
implementation dependent way to the appropriate object type.
- getAccessibleKeyBinding() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the keybindings associated with this accessible component or
null
if the component does not support key bindings.
- getAccessibleKeyBindingCount() - Method in interface javax.accessibility.AccessibleKeyBinding
-
Returns the count of key bindings for this object.
- getAccessibleName() - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleName() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the accessible name of this component.
- getAccessibleName() - Method in class java.awt.Label.AccessibleAWTLabel
-
Returns the accessible name for the label.
- getAccessibleName() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the accessible name of this component.
- getAccessibleName() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleName() - Method in class javax.accessibility.AccessibleContext
-
Get the localized name of the object.
- getAccessibleName() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible name for the button.
- getAccessibleName() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the localized name for this object.
- getAccessibleName() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Returns the frame title.
- getAccessibleName() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the accessible name.
- getAccessibleName() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the accessible name.
- getAccessibleParent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the parent of this component, if it is accessible.
- getAccessibleParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Accessible
parent of this component.
- getAccessibleParent() - Method in class javax.accessibility.AccessibleContext
-
Return the accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the Accessible parent of this object.
- getAccessibleRelationSet() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible relation set.
- getAccessibleRelationSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible relations of this AccessibleAbstractButton.
- getAccessibleRole() - Method in class java.applet.Applet.AccessibleApplet
-
Get the role of this accessible object, a frame.
- getAccessibleRole() - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleRole() - Method in class java.awt.Canvas.AccessibleAWTCanvas
-
Returns the accessible role for the canvas.
- getAccessibleRole() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the role of this accessible object.
- getAccessibleRole() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns the role of this accessible object.
- getAccessibleRole() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the role of this component.
- getAccessibleRole() - Method in class java.awt.Dialog.AccessibleAWTDialog
-
Gets the role of this object.
- getAccessibleRole() - Method in class java.awt.Frame.AccessibleAWTFrame
-
Gets the role of this object.
- getAccessibleRole() - Method in class java.awt.Label.AccessibleAWTLabel
-
Returns the accessible role for the label.
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleRole() - Method in class java.awt.Menu.AccessibleAWTMenu
-
- getAccessibleRole() - Method in class java.awt.MenuBar.AccessibleAWTMenuBar
-
Returns the accessible role relating to the menu bar.
- getAccessibleRole() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the accessible role of this component.
- getAccessibleRole() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleRole() - Method in class java.awt.Panel.AccessibleAWTPanel
-
Get the role of this accessible object, a panel.
- getAccessibleRole() - Method in class java.awt.PopupMenu.AccessibleAWTPopupMenu
-
- getAccessibleRole() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns the role of this accessible object.
- getAccessibleRole() - Method in class java.awt.ScrollPane.AccessibleAWTScrollPane
-
- getAccessibleRole() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getAccessibleRole() - Method in class java.awt.Window.AccessibleAWTWindow
-
- getAccessibleRole() - Method in class javax.accessibility.AccessibleContext
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.Box.AccessibleBox
-
- getAccessibleRole() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
-
- getAccessibleRole() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
-
getAccessibleRole
- getAccessibleRole() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the accessible role for the ImageIcon
.
- getAccessibleRole() - Method in class javax.swing.JButton.AccessibleJButton
-
Returns the accessible role that this component represents.
- getAccessibleRole() - Method in class javax.swing.JCheckBox.AccessibleJCheckBox
-
- getAccessibleRole() - Method in class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
-
Returns the accessible role for the JCheckBoxMenuItem
component.
- getAccessibleRole() - Method in class javax.swing.JColorChooser.AccessibleJColorChooser
-
getAccessibleRole
- getAccessibleRole() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the accessible role for the JComboBox
component.
- getAccessibleRole() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the accessible role of this component.
- getAccessibleRole() - Method in class javax.swing.JDesktopPane.AccessibleJDesktopPane
-
Returns the accessible role for the JSlider
component.
- getAccessibleRole() - Method in class javax.swing.JFileChooser.AccessibleJFileChooser
-
Returns the accessible role for the JFileChooser
component.
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Returns the accessible role for the JInternalFrame
component.
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Returns the accessible role for the JDesktopIcon
component.
- getAccessibleRole() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the accessible role for the JLabel
component.
- getAccessibleRole() - Method in class javax.swing.JLayeredPane.AccessibleJLayeredPane
-
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList
-
- 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
-
- getAccessibleRole() - Method in class javax.swing.JMenuItem.AccessibleJMenuItem
-
Returns the accessible role for the JMenuItem
component.
- getAccessibleRole() - Method in class javax.swing.JOptionPane.AccessibleJOptionPane
-
- getAccessibleRole() - Method in class javax.swing.JPanel.AccessibleJPanel
-
- getAccessibleRole() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
-
getAccessibleRole
- getAccessibleRole() - Method in class javax.swing.JPopupMenu.AccessibleJPopupMenu
-
- getAccessibleRole() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Returns the accessible role for the JProgressBar
component.
- getAccessibleRole() - Method in class javax.swing.JRadioButton.AccessibleJRadioButton
-
Returns the accessible role for the toggle button.
- getAccessibleRole() - Method in class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
-
Returns the accessible role for the JRadioButtonMenuItem
component.
- getAccessibleRole() - Method in class javax.swing.JRootPane.AccessibleJRootPane
-
DOCUMENT ME!
- getAccessibleRole() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
Returns the accessible role for the JScrollBar
component.
- getAccessibleRole() - Method in class javax.swing.JSeparator.AccessibleJSeparator
-
Returns the accessible role for the JSeparator
component.
- getAccessibleRole() - Method in class javax.swing.JSlider.AccessibleJSlider
-
Returns the accessible role for the JSlider
component.
- getAccessibleRole() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Returns the accessible role for the JSplitPane
component.
- getAccessibleRole() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the accessible row for the table cell.
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible role for the JTable
component.
- getAccessibleRole() - Method in class javax.swing.JToggleButton.AccessibleJToggleButton
-
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.AccessibleJTreeNode
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JViewport.AccessibleJViewport
-
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Returns the accessible role for the header entry.
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- getAccessibleRole() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve the accessible role of this component.
- getAccessibleRow(int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
Returns the row number of an index in the table.
- getAccessibleRow(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the row number of an accessible child (cell) with the specified
index.
- getAccessibleRowAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible row at the specified index.
- getAccessibleRowCount() - Method in interface 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 interface javax.accessibility.AccessibleTable
-
Return the description of a row, or null if there is none or the index
is out of bounds.
- getAccessibleRowDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible description for the row with the specified index,
or null
if no description has been set.
- getAccessibleRowExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of merged rows occupied at the specified row and
column, or 0 if out of bounds.
- getAccessibleRowExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of rows that the specified cell occupies.
- getAccessibleRowHeader() - Method in interface javax.accessibility.AccessibleTable
-
Return the row headers as a table.
- getAccessibleRowHeader() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the accessible row header.
- getAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves the AccessibleSelection
associated
with this accessible context and its component.
- getAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves the Accessible
selected child
at the specified index.
- getAccessibleSelection() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible selection.
- getAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
-
Returns the i-th selected child (not necessarily the overall i-th child)
of this Accessible object.
- getAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the AccessibleSelection object associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the accessible selection from this AccssibleJComboBox.
- getAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
-
Returns the n-th selected accessible child.
- getAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the accessible selection of this object.
- getAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the selected accessible child with the specified
index
.
- getAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns the selected with index i
menu, or
null
if the specified menu is not selected.
- getAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns the AccessibleSelection
for this object.
- getAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the current selection state of the JTabbedPane
as AccessibleSelection object.
- getAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the selected tab, or null
if there is no
selection.
- getAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the selected accessible object with the specified index
i
.
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleSelection associated with this object if one exists.
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
-
Returns an Accessible representing the specified selected item in the object.
- getAccessibleSelection() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleSelectionCount() - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleSelectionCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns a count of the number of Accessible
children of this component which are currently selected.
- getAccessibleSelectionCount() - Method in interface javax.accessibility.AccessibleSelection
-
Returns the number of currently selected Accessible children, which may
be 0 if nothing is selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of selected accessible children of this object.
- getAccessibleSelectionCount() - Method in class javax.swing.JList.AccessibleJList
-
Returns the number of selected accessible children.
- getAccessibleSelectionCount() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the number of selected accessible children.
- getAccessibleSelectionCount() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns the number of selected items in the menu bar.
- getAccessibleSelectionCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the number of selected child components of the
JTabbedPane
.
- getAccessibleSelectionCount() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of selected items in this table.
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of items currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the number of items currently selected.
- getAccessibleStateSet() - Method in class java.applet.Applet.AccessibleApplet
-
Get the state set of this accessible object.
- getAccessibleStateSet() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the state set of this accessible object.
- getAccessibleStateSet() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns a state set describing this component's state.
- getAccessibleStateSet() - Method in class java.awt.Dialog.AccessibleAWTDialog
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.Frame.AccessibleAWTFrame
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList
-
- getAccessibleStateSet() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves the current state of this component
in an accessible form.
- getAccessibleStateSet() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns the state set of this accessible object.
- getAccessibleStateSet() - Method in class java.awt.TextArea.AccessibleAWTTextArea
-
- getAccessibleStateSet() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getAccessibleStateSet() - Method in class java.awt.TextField.AccessibleAWTTextField
-
- getAccessibleStateSet() - Method in class java.awt.Window.AccessibleAWTWindow
-
- getAccessibleStateSet() - Method in class javax.accessibility.AccessibleContext
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the accessible state for the ImageIcon
.
- getAccessibleStateSet() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the accessible state set of this component.
- getAccessibleStateSet() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
-
Returns the accessible state of this AccessibleJEditorPane
.
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the accessible state set of this list item.
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList
-
Return the state set of the JList
.
- getAccessibleStateSet() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns the state of this AccessibleJMenuBar
.
- getAccessibleStateSet() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Returns a set containing the current state of the
JProgressBar
component.
- getAccessibleStateSet() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
Returns a set containing the current state of the
JScrollBar
component.
- getAccessibleStateSet() - Method in class javax.swing.JSlider.AccessibleJSlider
-
Returns a set containing the current state of the
JSlider
component.
- getAccessibleStateSet() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Returns a set containing the current state of the
JSplitPane
component.
- getAccessibleStateSet() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the accessible state set of this accessible table cell.
- getAccessibleStateSet() - Method in class javax.swing.JTextArea.AccessibleJTextArea
-
Returns the accessible state of this AccessibleJTextArea
.
- getAccessibleStateSet() - Method in class javax.swing.JTextField.AccessibleJTextField
-
Returns the accessible state of this AccessibleJTextField
.
- getAccessibleStateSet() - Method in class javax.swing.JToolBar.AccessibleJToolBar
-
Returns a set containing the current state of the
JToolBar
component.
- getAccessibleStateSet() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the state set of this object.
- getAccessibleStateSet(Component) - Static method in class javax.swing.SwingUtilities
-
Returns a set of AccessibleState
s, which represent
the state of the supplied component.
- getAccessibleStateSet() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleStateSet() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retreive the accessible state set of this component.
- getAccessibleSummary() - Method in interface 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.
- getAccessibleText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getAccessibleText() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible text.
- getAccessibleText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible text for this AccessibleAbstractButton.
- getAccessibleText() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
Returns the accessible text of the JEditorPane
.
- getAccessibleText() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleText associated with this object if one exists.
- getAccessibleText() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve an AccessibleText object that controls this text
component.
- getAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
-
- getAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns an implementation of the AccessibleValue
interface for this accessible object.
- getAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns an implementation of the AccessibleValue
interface for this accessible object.
- getAccessibleValue() - Method in class javax.accessibility.AccessibleContext
-
Get any supported accessible value.
- getAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible value of this AccessibleAbstractButton, which
is always this
.
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Returns an object that provides access to the current, minimum and
maximum values for the
JInternalFrame
.
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
- getAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Returns an object that provides access to the current, minimum and
maximum values.
- getAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
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
.
- getAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Returns an object that provides access to the current, minimum and
maximum values for the
JSplitPane
.
- getAccessibleValue() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleValue associated with this object if one exists.
- getAccessibleValue() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLAreaElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLLabelElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html2.HTMLLegendElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface 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 java.beans.EventHandler
-
Returns the action method name.
- getAction() - Method in class javax.swing.AbstractButton
-
Get the value of the "action" property.
- 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(KeyStroke) - Method in interface javax.swing.text.Keymap
-
- getAction() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
Server-side form handler.
- getActionCommand() - Method in class java.awt.Button
-
Returns the action command name for this button.
- getActionCommand() - Method in class java.awt.event.ActionEvent
-
Returns the command string associated with this action.
- getActionCommand() - Method in class java.awt.MenuItem
-
Returns the name of the action command in the action events
generated by this menu item.
- getActionCommand() - Method in class javax.swing.AbstractButton
-
Returns the action command string for this button's model.
- getActionCommand() - Method in interface 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.
- getActionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
-
Get the ActionListener (typically an
Action
object) which is
associated with a particular keystroke.
- getActionListeners() - Method in class java.awt.Button
-
Returns all added 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.AbstractButton
-
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 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.io.FilePermission
-
Get the actions this FilePermission supports.
- getActions() - Method in class java.net.SocketPermission
-
Returns the list of permission actions in this object in canonical
order.
- 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 java.security.Permission
-
This method returns the list of actions for this Permission
as a String
.
- getActions() - Method in class java.security.UnresolvedPermission
-
This method returns the list of actions associated with this
permission.
- getActions() - Method in class java.util.PropertyPermission
-
Returns the action string.
- getActions() - Method in class javax.management.MBeanPermission
-
Returns the list of actions in alphabetical order.
- getActions() - Method in class javax.security.auth.kerberos.ServicePermission
-
Return a string representing the actions.
- getActions() - Method in class javax.security.auth.PrivateCredentialPermission
-
Returns the actions this permission encompasses.
- getActions() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
Returns a custom set of Actions that this formatter supports.
- getActions() - Method in class javax.swing.JFormattedTextField
-
Gets the command list supplied by the UI augmented by the specific
Actions for JFormattedTextField.
- getActions() - Method in class javax.swing.JTextField
-
Returns the set of Actions that are commands for the editor.
- getActions() - Method in class javax.swing.text.DefaultEditorKit
-
Returns the Action
s supported by this EditorKit
.
- getActions() - Method in class javax.swing.text.EditorKit
-
- 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.text.JTextComponent
-
Returns the set of available Actions this component's associated
editor can run.
- getActions() - Method in class javax.swing.text.StyledEditorKit
-
Returns the
Action
s supported by this
EditorKit
.
- getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
-
Get the activation descriptor for the object with the given activation id.
- getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
-
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 interface java.lang.reflect.ParameterizedType
-
Returns an array of Type
objects, which gives
the parameters of this type.
- getAdditionalBeanInfo() - Method in interface 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 java.awt.Scrollbar
-
Returns an array of all registered adjustment listeners.
- getAdjustmentListeners() - Method in class java.awt.ScrollPaneAdjustable
-
- getAdjustmentListeners() - Method in class javax.swing.JScrollBar
-
This method returns an arry of all AdjustmentListeners listening to
this scroll bar.
- getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
-
- 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
-
- getAfterIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getAfterIndex(int, int) - Method in interface 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.AbstractButton.AccessibleAbstractButton
-
Returns the character, word or sentence after the specified index.
- getAfterIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the character, word or sentence after the specified index.
- getAfterIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
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 interface java.security.Key
-
This method returns the name of the algorithm for this key.
- getAlgorithm() - Method in class java.security.KeyFactory
-
Returns the name of the algorithm used.
- getAlgorithm() - Method in class java.security.KeyPairGenerator
-
Returns the name of the algorithm used.
- getAlgorithm() - Method in class java.security.MessageDigest
-
Returns the name of message digest algorithm.
- 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.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.crypto.KeyAgreement
-
Return the name of this key-agreement algorithm.
- getAlgorithm() - Method in class javax.crypto.KeyGenerator
-
Return the name of this key generator.
- getAlgorithm() - Method in class javax.crypto.Mac
-
Returns the name of this MAC 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 javax.net.ssl.KeyManagerFactory
-
Returns the name of this key manager factory algorithm.
- getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns the name of this trust manager algorithm.
- getAlgorithm() - Method in class javax.security.auth.kerberos.KerberosKey
-
Return the name of the algorithm used to create this key.
- getAlgorithmProperty(String, String) - Static method in class java.security.Security
-
- getAlgorithms(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 interface org.w3c.dom.html2.HTMLAppletElement
-
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLDivElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLHeadingElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLHRElement
-
Align the rule on the page.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLLegendElement
-
Text alignment relative to FIELDSET
.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLParagraphElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableCaptionElement
-
Caption alignment with respect to the table.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Horizontal alignment of data in cell.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Horizontal alignment of cell data in column.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Specifies the table's position with respect to the rest of the
document.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
Horizontal alignment of data within cells of this row.
- getAlign() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
-
Horizontal alignment of data in cells.
- getAlignedSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
-
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(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.html.BlockView
-
Gets the alignment.
- 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.IconView
-
Returns the alignment for this view.
- getAlignment(int) - Method in class javax.swing.text.ParagraphView
-
Returns the alignment for this paragraph view for the specified axis.
- getAlignment(AttributeSet) - Static method in class javax.swing.text.StyleConstants
-
- getAlignment() - Method in class javax.swing.text.TabStop
-
Returns the tab alignment.
- getAlignment(int) - Method in class javax.swing.text.View
-
Returns the alignment of this view along the baseline of the parent view.
- 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
-
- 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
-
- getALink() - Method in interface org.w3c.dom.html2.HTMLBodyElement
-
Color of active links (after mouse-button down, but before mouse-button
up).
- getAll(String[]) - Method in interface javax.management.openmbean.CompositeData
-
Returns the appropriate value for each key in the given array,
using the same ordering.
- getAll(String[]) - Method in class javax.management.openmbean.CompositeDataSupport
-
Returns the appropriate value for each key in the given array,
using the same ordering.
- getAll() - Method in class javax.naming.CompositeName
-
- getAll() - Method in class javax.naming.CompoundName
-
- getAll() - Method in interface javax.naming.directory.Attribute
-
- getAll() - Method in interface javax.naming.directory.Attributes
-
- getAll() - Method in class javax.naming.directory.BasicAttribute
-
- getAll() - Method in class javax.naming.directory.BasicAttributes
-
- getAll() - Method in interface javax.naming.Name
-
Returns a non-null (but possibly empty) Enumeration
of the
components of the Name
as String
s.
- getAll() - Method in class javax.naming.Reference
-
Get the enumeration over all defined addresses of the object.
- getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
-
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(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.
- getAllCommands(String) - Method in class javax.activation.CommandMap
-
Returns the complete list of commands for a MIME type.
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands() - Method in class javax.activation.DataHandler
-
Returns the complete list of commands for this type of data.
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Returns all commands for the given MIME type.
- 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 interface 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 LeafElement
s cannot have
children.
- getAllowsChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
getAllowsChildren
- getAllowsChildren() - Method in interface 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.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of threads to stack traces for each
live thread.
- getAllTags() - Static method in class javax.swing.text.html.HTML
-
Returns the set of actual HTML tags that are recognized by
the default HTML reader.
- getAllThreadIds() - Method in interface java.lang.management.ThreadMXBean
-
Returns all live thread 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(Object) - Method in class java.awt.image.ColorModel
-
- getAlpha(int) - Method in class java.awt.image.ComponentColorModel
-
- getAlpha(Object) - 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(Object) - Method in class java.awt.image.DirectColorModel
-
- 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.
- getAlphaMask() - Method in class java.awt.image.DirectColorModel
-
- getAlphaRaster() - Method in class java.awt.image.BufferedImage
-
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
-
Subclasses must override this method if it is possible for the
color model to have an alpha channel.
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
-
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
-
- 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 interface org.w3c.dom.html2.HTMLAppletElement
-
Alternate text for user agents not rendering the normal content of this
element.
- getAlt() - Method in interface org.w3c.dom.html2.HTMLAreaElement
-
Alternate text for user agents not rendering the normal content of this
element.
- getAlt() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Alternate text for user agents not rendering the normal content of this
element.
- getAlt() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Alternate text for user agents not rendering the normal content of this
element.
- getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'alt' key was depressed during the firing
of the event.
- getAltName() - Method in exception javax.naming.CannotProceedException
-
- getAltNameCtx() - Method in exception 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(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.
- getAncestorNamed(String, Component) - Static method in class javax.swing.SwingUtilities
-
Returns the least ancestor of comp
which has the
specified name.
- getAncestorOfClass(Class<?>, Component) - Static method in class javax.swing.SwingUtilities
-
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 interface org.w3c.dom.html2.HTMLDocument
-
A collection of all the anchor (A
) elements in a document
with a value for the name
attribute.
- getAnchorSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
-
- 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 interface 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.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.
- getAngleExtent() - Method in class java.awt.geom.Arc2D
-
Get the extent 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.
- getAngleStart() - Method in class java.awt.geom.Arc2D
-
Get the starting angle of the arc in degrees.
- getAnimationIndex() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
The current animation index.
- getAnnotation(Class<A>) - Method in class java.lang.Class
-
Returns this class' annotation for the specified annotation type,
or null
if no such annotation exists.
- getAnnotation(Class<A>) - Method in class java.lang.Package
-
Returns this package's annotation for the specified annotation type,
or null
if no such annotation exists.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
Returns the element's annotation for the specified annotation type,
or null
if no such annotation exists.
- getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns the element's annotation for the specified annotation type,
or null
if no such annotation exists.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
-
- getAnnotations() - Method in class java.lang.Class
-
Returns all annotations associated with this class.
- getAnnotations() - Method in class java.lang.Package
-
Returns all annotations associated with this package.
- getAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
Returns all annotations associated with the element.
- getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns all annotations associated with the element.
- getAnonymityState() - Method in interface 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(String) - Static method in class java.util.logging.Logger
-
Creates a new, unnamed logger.
- getAppConfigurationEntry(String) - Method in class javax.security.auth.login.Configuration
-
- getApplet(String) - Method in interface 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 interface 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 interface java.applet.AppletContext
-
Returns a list of all the applets in the document for this object.
- getApplets() - Method in interface 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 interface 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(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the approve (open or save) button for the dialog.
- getApproveButton(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.
- getApproveButtonMnemonic(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the approve button mnemonic.
- getApproveButtonText() - Method in class javax.swing.JFileChooser
-
Returns the approve button text.
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the approve button text.
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-
Determines which text is appropriate for the approve button
according to the design guidelines of the implemented
look and feel.
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- getApproveButtonToolTipText() - Method in class javax.swing.JFileChooser
-
Returns the tool tip text for the approve button.
- getApproveButtonToolTipText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
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 interface java.lang.management.OperatingSystemMXBean
-
Returns the name of the underlying system architecture.
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
-
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D
-
Return the arc height of this round rectangle.
- getArchive() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Comma-separated archive list.
- getArchive() - Method in interface 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.Double
-
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D
-
Return the arc width of this round rectangle.
- getAreaOfInterest() - Method in class java.awt.image.renderable.RenderContext
-
- getAreas() - Method in interface org.w3c.dom.html2.HTMLMapElement
-
The list of areas defined for the image map.
- getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
-
Returns the type of the mismatched argument.
- getArguments() - Method in class java.beans.Statement
-
Return the statement arguments.
- getArray() - Method in interface java.sql.Array
-
Returns the contents of this array.
- getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Returns the contents of this array.
- getArray(long, int) - Method in interface java.sql.Array
-
Returns a portion of this array starting at start
into the array and continuing for count
elements.
- getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
This method returns a portion of this array starting at start
into the array and continuing for count
elements.
- getArray(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Array
.
- getArray(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Array
.
- getArray(int) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as an Array
.
- getArray(String) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as an 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.
- getArrayLength() - Method in class javax.swing.text.GapContent
-
Returns the length of the allocated buffer array.
- getArrayType(OpenType<E>) - Static method in class javax.management.openmbean.ArrayType
-
Returns a new
ArrayType
instance in a type-safe
manner, by ensuring that the type of the given
OpenType
matches the component type used in the type of the
returned instance.
- 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
-
- 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(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Returns the ascent of the font that is used by this glyph painter.
- getAsciiStream() - Method in interface 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 interface java.sql.ResultSet
-
This method returns the value of the specified column as an ASCII
stream.
- getAsciiStream(String) - Method in interface 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.
- getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
-
Returns a source object representing the XML resource specified by the
xml-stylesheet
processing instruction and matching the given criteria.
- getAsText() - Method in interface 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(String) - Method in class javax.imageio.metadata.IIOMetadata
-
- getAsync() - Method in interface org.w3c.dom.ls.LSParser
-
true
if the LSParser
is asynchronous,
false
if it is synchronous.
- getAsynchronousLoadPriority() - Method in class javax.swing.text.AbstractDocument
-
Returns the asynchronous loading priority.
- getAtIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getAtIndex(int, int) - Method in interface 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.AbstractButton.AccessibleAbstractButton
-
Returns the character, word or sentence at the specified index.
- getAtIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the character, word or sentence at the specified index.
- getAtIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Gets the text located at index. null is returned if the index
or part is invalid.
- getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
-
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
- getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the value of the specified attribute for the
current character.
- getAttribute(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
-
Returns the value of the attribute by calling the
MBeanServer#getAttribute(ObjectName)
method of
the server returned by
QueryEval.getMBeanServer()
.
- getAttribute(String) - Method in interface javax.management.DynamicMBean
-
Obtains the value of the specified attribute of the
management bean.
- getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
-
Returns the value of the supplied attribute from the specified
management bean.
- getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
-
Returns the value of the supplied attribute from the specified
management bean.
- getAttribute(ObjectName, String, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getAttribute(ObjectName, String)
,
returning the value of the supplied attribute from the specified
management bean.
- getAttribute(String) - Method in class javax.management.StandardMBean
-
Obtains the value of the specified attribute of the
management bean.
- getAttribute() - Method in class javax.naming.directory.ModificationItem
-
- getAttribute(Class<T>) - Method in interface javax.print.PrintService
-
Returns the value of the single specified attribute.
- getAttribute(Object) - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the attribute value with the specified key.
- getAttribute(Object) - Method in interface 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(String) - Static method in class javax.swing.text.html.CSS
-
Returns an a given CSS attribute.
- getAttribute(String) - Method in class javax.swing.text.html.parser.Element
-
Get the element attribute by name.
- getAttribute(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(Object) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- getAttribute(Object) - Method in class javax.swing.text.StyleContext.SmallAttributeSet
-
- getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Retrieves the named attribute value from the underlying implementation.
- getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
-
Retrieve the specified named attribute value.
- getAttribute(String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute value by name.
- getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
-
Returns an attribute by name.
- getAttributeByValue(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
-
- getAttributeCount() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the number of defined attributes in this element.
- getAttributeCount() - Method in interface javax.swing.text.AttributeSet
-
Returns the number of attributes that are stored locally in this
AttributeSet
.
- 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.util.ReaderDelegate
-
- getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the number of attributes on this element.
- getAttributeDataType(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeDataType(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeDefaultValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeDefaultValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeDefinition() - Method in interface javax.naming.directory.Attribute
-
- getAttributeDefinition() - Method in class javax.naming.directory.BasicAttribute
-
- getAttributeDescription(String, String, Locale) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeDescription(String, String, Locale) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeEnumerations(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeEnumerations(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeKey(String) - Static method in class javax.swing.text.html.HTML
-
Returns an htl attribute constant for the given attribute name.
- getAttributeListMaxLength(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeListMaxLength(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeListMinLength(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeListMinLength(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeLocalName(int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the local-name of the attribute at the given index.
- getAttributeMaxValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeMaxValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeMinValue(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeMinValue(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- 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 interface javax.xml.stream.XMLStreamReader
-
Returns the QName of the attribute at the given index.
- getAttributeNames(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeNames(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttributeNames() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the names of the attributes of this element.
- getAttributeNames() - Method in interface 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
-
- getAttributeNamespace(int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace URI of the attribute at the given index.
- getAttributeNode(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getAttributeNode(String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute node by name.
- getAttributeNodeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
-
Retrieves an Attr
node by local name and namespace URI.
- getAttributeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute value by local name and namespace URI.
- getAttributePrefix(int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace prefix of the attribute at the given index.
- getAttributes() - Method in class java.awt.Font
-
Returns a map of chracter attributes which this font currently has set.
- getAttributes() - Method in class java.net.JarURLConnection
-
Returns the Attributes for the Jar entry specified by the URL or null
if none
- getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
- getAttributes() - Method in interface java.sql.Struct
-
This method returns the attributes of this SQL structured type.
- getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
-
This method returns the attributes of this SQL structured type.
- getAttributes() - Method in interface java.text.AttributedCharacterIterator
-
Returns a Map
of the attributes defined for the current
character.
- getAttributes() - Method in class java.util.jar.JarEntry
-
Returns a copy of the Attributes set for this entry.
- getAttributes(String) - Method in class java.util.jar.Manifest
-
Returns the Attributes associated with the Entry.
- getAttributes() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getAttributes(String[]) - Method in interface javax.management.DynamicMBean
-
Obtains the values of each of the specified attributes
of the management bean.
- getAttributes() - Method in class javax.management.MBeanInfo
-
Returns descriptions of each of the attributes provided
by this management bean.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
-
Returns the values of the named attributes from the specified
management bean.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServerConnection
-
Returns the values of the named attributes from the specified
management bean.
- getAttributes() - Method in interface javax.management.openmbean.OpenMBeanInfo
-
Returns descriptions of each of the attributes provided by this
management bean.
- getAttributes(ObjectName, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getAttribute(ObjectName, String)
,
returning the values of the named attributes from the specified
management bean.
- getAttributes(String[]) - Method in class javax.management.StandardMBean
-
Obtains the values of each of the specified attributes
of the management bean.
- getAttributes(String) - Method in interface javax.naming.directory.DirContext
-
- getAttributes(String, String[]) - Method in interface javax.naming.directory.DirContext
-
- getAttributes(Name) - Method in interface javax.naming.directory.DirContext
-
- getAttributes(Name, String[]) - Method in interface javax.naming.directory.DirContext
-
- getAttributes(String) - Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(String, String[]) - Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(Name) - Method in class javax.naming.directory.InitialDirContext
-
- getAttributes(Name, String[]) - Method in class javax.naming.directory.InitialDirContext
-
- getAttributes() - Method in class javax.naming.directory.SearchResult
-
- getAttributes() - Method in class javax.naming.spi.DirStateFactory.Result
-
- getAttributes() - Method in interface javax.print.Doc
-
Returns the unmodifiable view of the attributes of this doc object.
- getAttributes() - Method in interface javax.print.DocPrintJob
-
Returns the print job's attributes.
- getAttributes() - Method in class javax.print.event.PrintJobAttributeEvent
-
Returns the attributes that changed and their new values.
- getAttributes() - Method in class javax.print.event.PrintServiceAttributeEvent
-
Returns the changed attributes this event reports.
- getAttributes() - Method in interface javax.print.PrintService
-
Returns the attributes describing this print service.
- getAttributes() - Method in class javax.print.SimpleDoc
-
Returns the unmodifiable view of the attributes of this doc object.
- getAttributes() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the attributes of this element.
- getAttributes() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns the attributes of the element.
- getAttributes() - Method in interface javax.swing.text.Element
-
- getAttributes() - Method in class javax.swing.text.html.BlockView
-
Fetches the attributes to use when painting.
- getAttributes() - Method in class javax.swing.text.html.HTMLDocument.Iterator
-
Return the attribute set for this tag.
- 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 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.Element
-
Get all attributes of this document as an attribute list.
- getAttributes() - Method in class javax.swing.text.html.parser.Parser
-
Get the attributes of the current tag.
- getAttributes() - Method in class javax.swing.text.View
-
- getAttributes() - Method in interface javax.xml.stream.events.StartElement
-
Returns the attributes declared on this element.
- getAttributes() - Method in interface org.w3c.dom.Node
-
A NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
- getAttributeSyntaxDefinition() - Method in interface javax.naming.directory.Attribute
-
- 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 interface 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(String, String) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getAttributeValue(int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the normalized attribute value for the given attribute.
- getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the normalized value of the attribute at the given index.
- getAttributeValueType(String, String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getAttributeValueType(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
-
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
- getAudioActionMap() - Method in class javax.swing.plaf.basic.BasicLookAndFeel
-
Returns the ActionMap
that stores all the actions that are
responsibly for rendering auditory cues.
- getAudioClip(URL) - Method in class java.applet.Applet
-
Returns an audio clip from the specified URL.
- getAudioClip(URL, String) - Method in class java.applet.Applet
-
Returns an audio clip from the specified absolute URL, and relative path
from that URL.
- getAudioClip(URL) - Method in interface java.applet.AppletContext
-
Returns an audio clip from the specified URL.
- getAudioFileFormat(File) - Static method in class javax.sound.sampled.AudioSystem
-
Return the file format of a given File.
- getAudioFileFormat(InputStream) - Static method in class javax.sound.sampled.AudioSystem
-
Return the file format of a given input stream.
- getAudioFileFormat(URL) - Static method in class javax.sound.sampled.AudioSystem
-
Return the file format of a given URL.
- getAudioFileFormat(File) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return the format of the given file as deduced by this provider.
- getAudioFileFormat(InputStream) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return the format of the given input stream as deduced by this provider.
- getAudioFileFormat(URL) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return the format of the given URL as deduced by this provider.
- getAudioFileTypes() - Static method in class javax.sound.sampled.AudioSystem
-
Return an array of all the supported AudioFileFormat types.
- getAudioFileTypes(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
- getAudioFileTypes() - Method in class javax.sound.sampled.spi.AudioFileWriter
-
Return an array of all audio file format types supported by this
provider.
- getAudioFileTypes(AudioInputStream) - Method in class javax.sound.sampled.spi.AudioFileWriter
-
Return an array of all the audio file format types supported by this
provider, which can be written given the input stream.
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - Static method in class javax.sound.sampled.AudioSystem
-
Given an audio input stream, this will try to create a new audio input
stream whose encoding matches the given target encoding.
- getAudioInputStream(AudioFormat, AudioInputStream) - Static method in class javax.sound.sampled.AudioSystem
-
Given an audio input stream, this will try to create a new audio input
stream whose format matches the given target format.
- getAudioInputStream(File) - Static method in class javax.sound.sampled.AudioSystem
-
Return an audio input stream for the file.
- getAudioInputStream(InputStream) - Static method in class javax.sound.sampled.AudioSystem
-
Return an audio input stream given an input stream.
- getAudioInputStream(URL) - Static method in class javax.sound.sampled.AudioSystem
-
Return an audio input stream for the given URL.
- getAudioInputStream(File) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return an AudioInputStream for the given file.
- getAudioInputStream(InputStream) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return an AudioInputStream wrapping the given input stream.
- getAudioInputStream(URL) - Method in class javax.sound.sampled.spi.AudioFileReader
-
Return an AudioInputStream for the given URL.
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - Method in class javax.sound.sampled.spi.FormatConversionProvider
-
Return an audio input stream given the desired target encoding and
another audio input stream.
- getAudioInputStream(AudioFormat, AudioInputStream) - Method in class javax.sound.sampled.spi.FormatConversionProvider
-
Return an audio input stream given the desired target format 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 interface javax.security.sasl.SaslServer
-
Reports the authorization ID in effect for the client of this session This
method can only be called if
SaslServer.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 interface java.sql.Connection
-
This method tests whether or not auto commit mode is currently enabled.
- getAutoCreateColumnsFromModel() - Method in class javax.swing.JTable
-
- 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
-
- getAutoscrollInsets() - Method in interface java.awt.dnd.Autoscroll
-
This method returns the Insets describing the autoscrolling region or
border relative to the geometry of the implementing Component
- getAutoscrolls() - Method in class javax.swing.JComponent
-
- getAuxiliaryLookAndFeels() - Static method in class javax.swing.UIManager
-
Returns an array (possibly
null
) containing the auxiliary
LookAndFeel
s that are in use.
- getAvailableAcceleratedMemory() - Method in class java.awt.GraphicsDevice
-
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
-
- getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
-
Returns an array of the font family names available in this environment.
- getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
-
Returns an array of the font family names available in this environment,
localized to the current Locale if l is non-null.
- getAvailableIDs(int) - Static method in class java.util.TimeZone
-
Gets the available IDs according to the given time zone
offset.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all available IDs.
- getAvailableInstruments() - Method in interface javax.sound.midi.Synthesizer
-
Get an array containing all instruments in this synthesizer.
- getAvailableLocales() - Method in interface java.awt.im.spi.InputMethodDescriptor
-
Returns the locales supported by the input method this describes.
- 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.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() - Static method in class java.text.NumberFormat
-
This method returns a list of locales for which concrete instances
of NumberFormat
subclasses may be created.
- 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.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() - Method in class javax.imageio.ImageReader
-
Retrieve the available locales.
- getAvailableLocales() - Method in class javax.imageio.ImageWriter
-
Retrieve the available locales.
- getAvailableProcessors() - Method in interface java.lang.management.OperatingSystemMXBean
-
Returns the number of processors currently available to the
virtual machine.
- getAvailableSize(Dimension, Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
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(Character, int) - Static method in class java.awt.AWTKeyStroke
-
Returns a keystroke representing a typed character 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(int, int) - Static method in class java.awt.AWTKeyStroke
-
Returns a keystroke representing a pressed key event, with the given
modifiers.
- getAWTKeyStroke(String) - Static method in class java.awt.AWTKeyStroke
-
Parses a string and returns the keystroke that it represents.
- getAWTKeyStrokeForEvent(KeyEvent) - Static method in class java.awt.AWTKeyStroke
-
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 interface org.w3c.dom.html2.HTMLTableCellElement
-
Names group of related headers.
- getAzimuth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the azimuth property definition in CSS2.
- getBackBuffer() - Method in class java.awt.Component.FlipBufferStrategy
-
Return a direct reference to the back buffer image.
- getBackBuffer() - Method in interface java.awt.peer.ComponentPeer
-
Return the back buffer of this component.
- getBackBufferCapabilities() - Method in class java.awt.BufferCapabilities
-
Retrieve the back buffer's image capabilities.
- getBackground() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the background color.
- getBackground() - Method in class java.awt.Component
-
Returns this component's background color.
- getBackground() - Method in class java.awt.Graphics2D
-
- getBackground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the background color of the component, or null
if this property is unsupported.
- getBackground() - Method in interface javax.accessibility.AccessibleComponent
-
Get the background color of this component.
- getBackground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the background color for this list child.
- getBackground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the background color of this cell.
- getBackground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the background color of this object.
- getBackground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBackground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
-
Extracts a background color from a set of attributes.
- getBackground() - Method in class javax.swing.text.GlyphView
-
Returns the background color which should be used to paint the text.
- getBackground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Takes a set of attributes and turns it into a background
color specification.
- getBackground() - Method in class javax.swing.text.LabelView
-
Returns the background color for the glyphs.
- getBackground(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(AttributeSet) - Method in class javax.swing.text.StyleContext
-
- getBackground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
-
getBackground
- getBackground() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background property definition in CSS2.
- getBackground() - Method in interface org.w3c.dom.html2.HTMLBodyElement
-
- getBackgroundAt(int) - Method in class javax.swing.JTabbedPane
-
This method returns the background color for the tab.
- getBackgroundAttachment() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-attachment property definition in CSS2.
- getBackgroundColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-color property definition in CSS2.
- getBackgroundImage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-image property definition in CSS2.
- getBackgroundNonSelectionColor() - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Returns the background color for tree cells that are not selected.
- getBackgroundPosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-position property definition in CSS2.
- getBackgroundRepeat() - Method in interface 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
-
- 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 interface java.sql.Array
-
Returns the JDBC type identifier of the elements in this
array.
- getBaseType() - Method in class javax.activation.MimeType
-
Returns the string representation of this MIME type without
parameters.
- getBaseTypeName() - Method in interface java.sql.Array
-
Returns the name of the SQL type of the elements in this
array.
- getBaseTypeName() - Method in interface java.sql.Ref
-
This method returns the fully qualified name of the SQL structured
type of the referenced item.
- getBaseURI() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
-
Returns the base URI for the entity.
- getBaseUri() - Method in interface org.relaxng.datatype.ValidationContext
-
Returns the base URI of the context.
- getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
-
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for
resolving a relative
systemId
to an absolute URI.
- getBaseURI() - Method in interface org.w3c.dom.Node
-
The absolute base URI of this node or null
if the
implementation wasn't able to obtain an absolute URI.
- getBasicConstraints() - Method in class java.security.cert.X509Certificate
-
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.
- getBean(CommandInfo) - Method in class javax.activation.DataHandler
-
Returns the instantiated bean using the specified command.
- getBeanClass() - Method in class java.beans.BeanDescriptor
-
Get the Bean's class.
- getBeanContext() - Method in interface 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 interface 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 interface 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<?>, 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.
- 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.
- getBeanInfoSearchPath() - Static method in class java.beans.Introspector
-
Get the search path for BeanInfo classes.
- getBeforeIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getBeforeIndex(int, int) - Method in interface 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.AbstractButton.AccessibleAbstractButton
-
Returns the character, word or sentence before the specified index.
- getBeforeIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the character, word or sentence before the specified index.
- getBeforeIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Gets the text located before index. null is returned if the index
or part is invalid.
- getBeginIndex() - Method in interface 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 java.text.StringCharacterIterator
-
This method returns the character position of the first character in the
range.
- getBeginIndex() - Method in class javax.swing.text.Segment
-
Returns the index of the first character in the segment.
- getBestConfiguration(GraphicsConfiguration[]) - Method in class java.awt.GraphicsConfigTemplate
-
Returns the "best" match among the array of possible configurations, given
the criteria of this template.
- getBestConfiguration(GraphicsConfigTemplate) - Method in class java.awt.GraphicsDevice
-
Return the best configuration, according to the criteria in the given
template.
- getBestCursorSize(int, int) - Method in class java.awt.Toolkit
-
Returns the supported cursor dimension which is closest to the
desired sizes.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
-
This method returns the best set of columns for uniquely identifying
a row.
- getBevelType() - Method in class javax.swing.border.BevelBorder
-
- getBgColor() - Method in interface org.w3c.dom.html2.HTMLBodyElement
-
Document background color.
- getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Cell background color.
- getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Cell background color.
- getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
Background color for rows.
- getBidiLevel(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, int) - Method in interface java.sql.CallableStatement
-
Deprecated.
Use getBigDecimal(int index)
or getBigDecimal(String name) instead.
- getBigDecimal(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
BigDecimal
.
- getBigDecimal(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
BigDecimal
.
- getBigDecimal(int, int) - Method in interface java.sql.ResultSet
-
Deprecated.
- getBigDecimal(String, int) - Method in interface java.sql.ResultSet
-
Deprecated.
- getBigDecimal(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
BigDecimal
.
- getBigDecimal(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
BigDecimal
.
- getBinaryStream() - Method in interface java.sql.Blob
-
This method returns a stream that will read the bytes of this
Blob
.
- getBinaryStream(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a raw byte
stream.
- getBinaryStream(String) - Method in interface 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(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.
- getBitOffset() - Method in interface javax.imageio.stream.ImageInputStream
-
- getBitOffset() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- 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
-
- getBlinkRate() - Method in interface 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 interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Blob
.
- getBlob(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Blob
.
- getBlob(int) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a BLOB.
- getBlob(String) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a BLOB.
- getBlockedCount() - Method in class java.lang.management.ThreadInfo
-
- getBlockedTime() - Method in class java.lang.management.ThreadInfo
-
Returns the accumulated number of milliseconds this
thread has been in the
Thread.State.BLOCKED
state
since thread contention monitoring was last enabled.
- getBlockIncrement() - Method in interface java.awt.Adjustable
-
Returns the increment value for incrementing the value by blocks.
- 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() - Method in class javax.swing.JScrollBar
-
This method returns the blockIncrement.
- 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(int) - Method in class java.awt.image.ColorModel
-
Converts pixel value to sRGB and extract blue int sample
scaled to range [0, 255].
- getBlue(Object) - Method in class java.awt.image.ColorModel
-
- getBlue(int) - Method in class java.awt.image.ComponentColorModel
-
- getBlue(Object) - 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(Object) - Method in class java.awt.image.DirectColorModel
-
- 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() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the blue value of the RGB color.
- 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 interface org.w3c.dom.html2.HTMLDocument
-
The element that contains the content for the document.
- getBoolean(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
.
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a boolean array.
- getBoolean(Object) - Method in class java.lang.reflect.Field
-
Get the value of this boolean Field.
- getBoolean(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
boolean
.
- getBoolean(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
boolean
.
- getBoolean(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
boolean
.
- getBoolean(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
boolean
.
- getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as a boolean.
- getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
-
Convenience method for getting the given entry as a boolean.
- getBoolean(SynthContext, Object, boolean) - Method in class javax.swing.plaf.synth.SynthStyle
-
A convenience method to fetch an integer property.
- getBoolean(Object) - Method in class javax.swing.UIDefaults
-
Returns a boolean entry for the default locale.
- getBoolean(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a boolean entry for a specic locale.
- getBoolean(Object) - Static method in class javax.swing.UIManager
-
Returns a boolean value from the defaults table.
- getBoolean(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns a boolean value from the defaults table.
- getBooleanValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this boolean result.
- getBootClassPath() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the boot classpath used by the virtual machine.
- getBorder() - Method in class javax.swing.border.TitledBorder
-
Retrieves the border underneath the title.
- getBorder() - Method in class javax.swing.JComponent
-
- getBorder() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Retrieves the border of this divider.
- getBorder() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
Returns the border of the text field.
- getBorder(Object) - Method in class javax.swing.UIDefaults
-
Returns a border entry for the default locale.
- getBorder(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a border entry for a specic locale.
- getBorder(Object) - Static method in class javax.swing.UIManager
-
Returns a border from the defaults table.
- getBorder(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns a border from the defaults table.
- getBorder() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border property definition in CSS2.
- getBorder() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Width of border around image.
- getBorder() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Width of border around the object.
- getBorder() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
The width of the border around the table.
- getBorderBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom property definition in CSS2.
- getBorderBottomColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-color property definition in CSS2.
- getBorderBottomStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-style property definition in CSS2.
- getBorderBottomWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-width property definition in CSS2.
- getBorderCollapse() - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the border-color property definition in CSS2.
- getBorderInsets(Component) - Method in class javax.swing.border.AbstractBorder
-
Returns the insets required for drawing this border around the specified
component.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.AbstractBorder
-
Returns the insets required for drawing this border around the specified
component.
- getBorderInsets(Component) - Method in class javax.swing.border.BevelBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.BevelBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in interface javax.swing.border.Border
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.CompoundBorder
-
Changes the specified insets to the insets of this border,
which is the sum of the insets of the inside and the outside
border.
- getBorderInsets(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(Component) - Method in class javax.swing.border.EmptyBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.EmptyBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets() - Method in class javax.swing.border.EmptyBorder
-
Measures the width of this border.
- getBorderInsets(Component) - Method in class javax.swing.border.EtchedBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.EtchedBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.border.LineBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.LineBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.border.MatteBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.MatteBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets() - Method in class javax.swing.border.MatteBorder
-
Measures the width of this border.
- getBorderInsets(Component) - Method in class javax.swing.border.SoftBevelBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.SoftBevelBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.border.TitledBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.border.TitledBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.MarginBorder
-
Determines the insets of this border by calling the
getMargin()
method of the enclosed component.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-
Measures the width of this border.
- getBorderInsets(Component) - Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
-
Measures the width of this border.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
-
Measures the width of this border, storing the results into a
pre-existing Insets object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.BorderUIResource
-
Measures the width of this border by calling the
getBorderInsets
method of the wrapped
delegate.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
-
Returns the insets of the ButtonBorder
.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
-
Returns the insets of the ButtonBorder
in the specified
newInsets
object.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
-
Returns the border insets.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-
Returns the border insets.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-
Populates insets
with the border insets, then returns it.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
-
Populates insets
with the border insets, then returns it.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
-
Returns the border insets.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
-
Returns the border insets.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
-
Returns the insets of the border, creating a new Insets instance
with each call.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
-
Returns the insets of the border, using the supplied Insets instance.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
-
Returns the insets of the border for the Component c
.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
-
Return the insets of this border.
- getBorderInsets(Component) - Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
-
Returns the border insets.
- getBorderInsets(Component, Insets) - Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
-
Returns the border insets.
- getBorderLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left property definition in CSS2.
- getBorderLeftColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-color property definition in CSS2.
- getBorderLeftStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-style property definition in CSS2.
- getBorderLeftWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-width property definition in CSS2.
- getBorderRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right property definition in CSS2.
- getBorderRightColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-color property definition in CSS2.
- getBorderRightStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-style property definition in CSS2.
- getBorderRightWidth() - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the border-spacing property definition in CSS2.
- getBorderStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-style property definition in CSS2.
- getBorderTitle(Border) - Method in class javax.swing.JComponent.AccessibleJComponent
-
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 interface org.w3c.dom.css.CSS2Properties
-
See the border-top property definition in CSS2.
- getBorderTopColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-color property definition in CSS2.
- getBorderTopStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-style property definition in CSS2.
- getBorderTopWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-width property definition in CSS2.
- getBorderWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-width property definition in CSS2.
- getBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the bottom property definition in CSS2.
- getBottom() - Method in interface 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 interface javax.swing.text.Keymap
-
- getBoundedPosition(GlyphView, int, float, float) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
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
-
- getBoundKeyStrokes() - Method in interface javax.swing.text.Keymap
-
- getBounds() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the bounds of this component, or null if it is not on screen.
- getBounds() - Method in class java.awt.Component
-
Returns a bounding rectangle for this component.
- getBounds(Rectangle) - Method in class java.awt.Component
-
Returns the bounds of this component.
- getBounds() - Method in class java.awt.font.GraphicAttribute
-
Returns a Rectangle2D that encloses the rendered area.
- getBounds() - Method in class java.awt.font.ImageGraphicAttribute
-
Gets the bounds of the object rendered, relative to the position.
- 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.awt.geom.Area
-
Returns the bounds of this object in Rectangle format.
- 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.geom.Line2D
-
Gets a bounding box (not necessarily minimal) for this line.
- 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.geom.RectangularShape
-
Returns a bounding box for this shape, in integer format.
- getBounds() - Method in class java.awt.GraphicsConfiguration
-
Returns the bounds of the configuration, in device coordinates.
- getBounds() - Method in class java.awt.image.Raster
-
Returns a new rectangle containing the bounds of this raster.
- getBounds() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns a Rectangle
which represents the
bounds of this component.
- getBounds() - Method in interface java.awt.peer.ComponentPeer
-
Get the bounds of this component peer.
- getBounds() - Method in class java.awt.Polygon
-
Returns the bounding box of this polygon.
- getBounds() - Method in class java.awt.Rectangle
-
Returns the bounds of this rectangle.
- getBounds() - Method in interface java.awt.Shape
-
Returns a Rectange
that bounds the shape.
- getBounds() - Method in interface java.lang.reflect.TypeVariable
-
Returns an array of Type
objects which represent the upper
bounds of this type variable.
- getBounds() - Method in interface javax.accessibility.AccessibleComponent
-
Get the bounds of this component relative to its parent - it's width,
height, and relative location to its parent.
- getBounds(Rectangle) - Method in class javax.swing.JComponent
-
Get the component's current bounding box.
- getBounds() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the bounds of this list child.
- getBounds() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the bounds of the cell relative to its table.
- getBounds() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the bounds of this object in the form of a Rectangle object.
- getBounds() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
-
getBounds
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get bounds for the given tree path.
- getBounds(TreePath, Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Get bounds for the given tree path.
- getBounds2D() - Method in class java.awt.font.GlyphMetrics
-
- 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.
- 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.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.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.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.Rectangle2D
-
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(BufferedImage) - Method in class java.awt.image.AffineTransformOp
-
Transforms source image using transform specified at the constructor and
returns bounds of the transformed image.
- getBounds2D(Raster) - Method in class java.awt.image.AffineTransformOp
-
Returns bounds of the transformed raster.
- getBounds2D(Raster) - Method in class java.awt.image.BandCombineOp
-
- getBounds2D(BufferedImage) - Method in interface java.awt.image.BufferedImageOp
-
Returns the bounds of the destination image on the basis of this
BufferedImageOp
being applied to the specified source image.
- getBounds2D(BufferedImage) - Method in class java.awt.image.ColorConvertOp
-
Returns the corresponding destination boundary of a source boundary.
- getBounds2D(Raster) - Method in class java.awt.image.ColorConvertOp
-
Returns the corresponding destination boundary of a source boundary.
- getBounds2D(BufferedImage) - Method in class java.awt.image.ConvolveOp
-
- getBounds2D(Raster) - Method in class java.awt.image.ConvolveOp
-
- getBounds2D(BufferedImage) - Method in class java.awt.image.LookupOp
-
- getBounds2D(Raster) - Method in class java.awt.image.LookupOp
-
- getBounds2D(Raster) - Method in interface 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(ParameterBlock) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
-
- getBounds2D(BufferedImage) - Method in class java.awt.image.RescaleOp
-
- getBounds2D(Raster) - Method in class java.awt.image.RescaleOp
-
- getBounds2D() - Method in class java.awt.Polygon
-
Returns a high-precision bounding box of this polygon.
- getBounds2D() - Method in class java.awt.Rectangle
-
Returns the high-precision bounds of this rectangle.
- getBounds2D() - Method in interface java.awt.Shape
-
Returns a high precision bounding box of the shape.
- getBoundsAt(int) - Method in class javax.swing.JTabbedPane
-
This method returns the bounds of the tab given the index.
- getBoundsForIconOf(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
-
This method is called by iconifyFrame to determine the bounds of the
JDesktopIcon for the given JInternalFrame.
- getBoundsPrivate() - Method in interface java.awt.peer.FramePeer
-
- getBox(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(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 interface javax.transaction.xa.Xid
-
- getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
-
Determine where to break the text in the given Segment, attempting to find
a word boundary.
- 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) - Method in class javax.swing.text.ParagraphView
-
- 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 interface org.w3c.dom.events.Event
-
Used to indicate whether or not an event is a bubbling event.
- getBuffer() - Method in class java.io.StringWriter
-
This method returns the StringBuffer
object that this
object is writing to.
- getBufferCapabilities() - Method in class java.awt.GraphicsConfiguration
-
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 interface 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(String) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the default locale.
- getBundle(String, Locale) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the given locale.
- getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
-
Get the appropriate ResourceBundle for the given locale.
- getBusy() - Method in interface org.w3c.dom.ls.LSParser
-
true
if the LSParser
is currently busy
loading a document, otherwise false
.
- getButton() - Method in class java.awt.event.MouseEvent
-
Returns which button, if any, was the most recent to change state.
- getButton() - Method in interface org.w3c.dom.events.MouseEvent
-
During mouse events caused by the depression or release of a mouse
button, button
is used to indicate which mouse button
changed state.
- getButtonBorder() - Static method in class javax.swing.plaf.basic.BasicBorders
-
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(String, byte[], int) - Static method in class java.net.Inet6Address
-
Creates a scoped Inet6Address where the scope has an integer id.
- getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
-
Creates a scoped Inet6Address where the scope is a given
NetworkInterface.
- getByAddress(byte[]) - Static method in class java.net.InetAddress
-
Returns an InetAddress object given the raw IP address.
- getByAddress(String, byte[]) - Static method in class java.net.InetAddress
-
Creates an InetAddress based on the provided host name and IP address.
- getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
-
Return a network interface by its address
- getByName(String) - Static method in class java.net.InetAddress
-
Returns an InetAddress object representing the IP address of the given
hostname.
- getByName(String) - Static method in class java.net.NetworkInterface
-
Returns an network interface by name
- getByte(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a byte array.
- getByte(Object) - Method in class java.lang.reflect.Field
-
Get the value of this byte Field.
- getByte(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
byte
.
- getByte(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
byte
.
- getByte(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
byte
.
- getByte(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
byte
.
- getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as a byte array.
- getByteArray(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.midi.MidiFileFormat
-
Get the file length in bytes.
- getByteLength() - Method in class javax.sound.sampled.AudioFileFormat
-
Return the byte length of this file format.
- getByteOffset() - Method in interface org.w3c.dom.DOMLocator
-
The byte offset into the input source this locator is pointing to or
-1
if there is no byte offset available.
- getByteOrder() - Method in interface javax.imageio.stream.ImageInputStream
-
- getByteOrder() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- getByteParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
-
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
- getBytes(String) - Method in class java.lang.String
-
Converts the Unicode characters in this String to a byte array.
- getBytes() - Method in class java.lang.String
-
Converts the Unicode characters in this String to a byte array.
- getBytes(long, int) - Method in interface java.sql.Blob
-
This method returns up to the requested bytes of this Blob
as a byte
array.
- getBytes(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
byte array.
- getBytes(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
byte
array.
- getBytes(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
byte array.
- getBytes(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
byte array.
- getBytesRead() - Method in class java.util.zip.Deflater
-
Gets the number of input bytes processed so far.
- getByteStream() - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of bytes.
- getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents
a writable stream of bytes.
- getByteStream() - Method in class org.xml.sax.InputSource
-
Get the byte stream for this input source.
- getBytesWritten() - Method in class java.util.zip.Deflater
-
Gets the number of output bytes so far.
- getCachedIcon(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 exception javax.security.auth.callback.UnsupportedCallbackException
-
- getCAName() - Method in class java.security.cert.TrustAnchor
-
Return the certificate authority's distinguished name, or null if
none was specified.
- getCancelable() - Method in interface org.w3c.dom.events.Event
-
Used to indicate whether or not an event can have its default action
prevented.
- getCancelSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
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
-
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.Component.BltBufferStrategy
-
Retrieves the capabilities of this buffer strategy.
- getCapabilities() - Method in class java.awt.Component.FlipBufferStrategy
-
Retrieves the capabilities of this buffer strategy.
- getCapabilities() - Method in class java.awt.image.BufferStrategy
-
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 interface org.w3c.dom.html2.HTMLTableElement
-
Returns the table's CAPTION
, or void if none exists.
- getCaptionSide() - Method in interface 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(TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getCaretInfo(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
-
- getCaretListeners() - Method in class javax.swing.text.JTextComponent
-
Returns all added CaretListener
objects.
- getCaretPosition() - Method in interface java.awt.peer.TextComponentPeer
-
- getCaretPosition() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getCaretPosition() - Method in class java.awt.TextComponent
-
Returns the current caret position in the text.
- getCaretPosition() - Method in interface javax.accessibility.AccessibleText
-
Return the offset of the character.
- getCaretPosition() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
This always returns -1
since there is no caret in a button.
- getCaretPosition() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the caret position.
- getCaretPosition() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve the current caret position.
- getCaretPosition() - Method in class javax.swing.text.JTextComponent
-
Retrisves the current caret position.
- getCaretShape(TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getCaretShape(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
-
- getCaretShapes(int) - Method in class java.awt.font.TextLayout
-
- getCaretShapes(int, Rectangle2D) - Method in class java.awt.font.TextLayout
-
- getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
-
- getCatalog() - Method in interface java.sql.Connection
-
This method returns the name of the catalog in use by this connection,
if any.
- getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
-
This method returns the name of the catalog containing the specified
column.
- getCatalogs() - Method in interface 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 interface java.sql.DatabaseMetaData
-
This method returns the separator between the catalog name and the
table name.
- getCatalogTerm() - Method in interface 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.
- getCategory() - Method in interface javax.print.attribute.Attribute
-
Returns the category of the printing attribute which is the specific
attribute class implementing this interface.
- getCategory() - Method in class javax.print.attribute.standard.Chromaticity
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.ColorSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Compression
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Copies
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.CopiesSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtCompleted
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtCreation
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.DateTimeAtProcessing
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Destination
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.DocumentName
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Fidelity
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Finishings
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobHoldUntil
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobImpressions
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobImpressionsCompleted
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobImpressionsSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobKOctets
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobKOctetsProcessed
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobKOctetsSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheets
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheetsCompleted
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobMediaSheetsSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobMessageFromOperator
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobName
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobOriginatingUserName
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobPriority
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobPrioritySupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobSheets
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobState
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobStateReason
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.JobStateReasons
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Media
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.MediaPrintableArea
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.MediaSize
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.MultipleDocumentHandling
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.NumberOfDocuments
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.NumberOfInterveningJobs
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.NumberUp
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.NumberUpSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.OrientationRequested
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.OutputDeviceAssigned
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PageRanges
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PagesPerMinute
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PagesPerMinuteColor
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PDLOverrideSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PresentationDirection
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterInfo
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterIsAcceptingJobs
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterLocation
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterMakeAndModel
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterMessageFromOperator
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterMoreInfo
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterMoreInfoManufacturer
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterName
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterResolution
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterState
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterStateReason
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterStateReasons
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrinterURI
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.PrintQuality
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.QueuedJobCount
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.RequestingUserName
-
Returns category of this attribute.
- getCategory() - Method in class javax.print.attribute.standard.Severity
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.SheetCollate
-
Returns category of this class.
- getCategory() - Method in class javax.print.attribute.standard.Sides
-
Returns category of this class.
- getCause() - Method in exception java.awt.print.PrinterIOException
-
Gets the cause.
- getCause() - Method in exception java.io.WriteAbortedException
-
Returns the cause of this exception.
- getCause() - Method in exception java.lang.ClassNotFoundException
-
Returns the exception which occurred while loading the class,
otherwise returns null.
- getCause() - Method in error java.lang.ExceptionInInitializerError
-
Return the exception that cause this error to be created.
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
-
Returns the cause of this exception (which may be null).
- getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
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 exception java.rmi.activation.ActivationException
-
Returns the cause of this exception.
- getCause() - Method in exception java.rmi.RemoteException
-
Returns the cause of this exception.
- getCause() - Method in exception java.rmi.server.ServerCloneException
-
Returns the cause of this exception.
- getCause() - Method in exception java.security.cert.CertPathBuilderException
-
Get the cause, null if unknown.
- getCause() - Method in exception java.security.cert.CertPathValidatorException
-
Get the cause, null if unknown.
- getCause() - Method in exception java.security.cert.CertStoreException
-
Get the cause, null if unknown.
- getCause() - Method in exception java.security.PrivilegedActionException
-
Gets the cause of this exception.
- getCause() - Method in exception javax.management.MBeanException
-
Returns the true cause of this exception, the wrapped
exception.
- getCause() - Method in exception javax.management.ReflectionException
-
Returns the true cause of this exception, the wrapped
exception.
- getCause() - Method in exception javax.management.RuntimeErrorException
-
Returns the true cause of this error, the wrapped
error.
- getCause() - Method in exception javax.management.RuntimeMBeanException
-
Returns the true cause of this exception, the wrapped runtime
exception.
- getCause() - Method in exception javax.management.RuntimeOperationsException
-
Returns the true cause of this exception, the wrapped
exception.
- getCause() - Method in exception javax.security.sasl.SaslException
-
Returns the cause of this throwable or null
if the cause is
nonexistent or unknown.
- getCause() - Method in exception javax.xml.transform.TransformerException
-
Returns the underlying cause of this exception.
- getCause() - Method in exception javax.xml.xpath.XPathException
-
- getCause() - Method in class sun.awt.CausedFocusEvent
-
- 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(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(JList, int, int) - Method in class javax.swing.plaf.ListUI
-
Determines the bounding box of the rectangle spanned by
two list indices.
- getCellBounds(JList, int, int) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getCellEditor(int, int) - Method in class javax.swing.JTable
-
Get the cell editor, suitable for editing the given cell.
- getCellEditor() - Method in class javax.swing.JTable
-
- getCellEditor() - Method in class javax.swing.JTree
-
- getCellEditor() - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the TreeCellEditor
for this tree.
- getCellEditor() - Method in class javax.swing.table.TableColumn
-
Returns the cell editor for the column (the default value is
null
).
- 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 interface javax.swing.CellEditor
-
Returns the current value for the CellEditor
.
- getCellEditorValue() - Method in class javax.swing.DefaultCellEditor.EditorDelegate
-
Get the value for the editor component.
- getCellEditorValue() - Method in class javax.swing.DefaultCellEditor
-
Get the value, currently being displayed by the editor component.
- getCellEditorValue() - Method in class javax.swing.tree.DefaultTreeCellEditor
-
- getCellIndex() - Method in interface 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 interface 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.JList
-
- getCellRenderer(int, int) - Method in class javax.swing.JTable
-
Get the cell renderer for rendering the given cell.
- getCellRenderer() - Method in class javax.swing.JTree
-
- 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.table.TableColumn
-
Returns the renderer for the table cells in this column.
- getCells() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
The collection of cells in this row.
- getCellSelectionEnabled() - Method in class javax.swing.JTable
-
- getCellSpacing() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
This method returns the spacing between cells.
- getCellSpacing() - Method in interface 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 java.security.cert.X509CertSelector
-
Returns the certificate criterion, or null
if this value
was not set.
- getCertificate(String) - Method in class java.security.KeyStore
-
Gets a Certificate for the specified alias.
- getCertificate() - Method in class javax.security.auth.x500.X500PrivateCredential
-
Returns the certificate of this credential.
- getCertificateAlias(Certificate) - Method in class java.security.KeyStore
-
Determines if the keystore contains the specified certificate
entry and returns the alias.
- getCertificateChain(String) - Method in class java.security.KeyStore
-
Gets a Certificate chain for the specified alias.
- getCertificateChain(String) - Method in interface javax.net.ssl.X509KeyManager
-
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.net.JarURLConnection
-
Returns an array of Certificate objects for the jar file entry specified
by this URL or null if there are none
- getCertificates() - Method in class java.security.cert.CertPath
-
Returns the immutable, thread-safe list of certificates in this path.
- getCertificates(CertSelector) - Method in class java.security.cert.CertStore
-
Get a collection of certificates from this CertStore, optionally
filtered by the specified CertSelector.
- 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.
- 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 interface org.w3c.dom.ls.LSInput
-
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
- getCertPath() - Method in interface java.security.cert.CertPathBuilderResult
-
Get the certificate path that was built.
- getCertPath() - Method in exception 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 interface org.w3c.dom.html2.HTMLTableCellElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
-
Alignment character for cells in a column.
- getChange(Element) - Method in interface javax.swing.event.DocumentEvent
-
getChange
- getChange(Element) - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Returns the changes for an element.
- 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 ChangeListener
s.
- getChangeListeners() - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
-
Returns all currently added ChangeListener
objects.
- 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.DefaultSingleSelectionModel
-
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 ChangeListener
s
- 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.DefaultCaret
-
- 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.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.DatagramSocket
-
Returns the datagram channel assoziated with this datagram socket.
- getChannel() - Method in class java.net.ServerSocket
-
Returns the unique ServerSocketChannel
object
associated with this socket, if any.
- getChannel() - Method in class java.net.Socket
-
Returns the socket channel associated with this socket.
- getChannel() - Method in class javax.sound.midi.ShortMessage
-
Get the channel information from this MIDI message, assuming it is a
MIDI channel message.
- getChannelPressure() - Method in interface javax.sound.midi.MidiChannel
-
Get the key pressure for the channel.
- getChannels() - Method in interface javax.sound.midi.Synthesizer
-
Get the set of MIDI channels controlled by this synth.
- getChannels() - Method in class javax.sound.sampled.AudioFormat
-
Return the number of channels in this format.
- getChar(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a char array.
- getChar(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as a char.
- 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.
- getCharacterAttribute(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getCharacterAttribute(int) - Method in interface javax.accessibility.AccessibleText
-
Returns the attributes of a character at an index, or null if the index
is out of bounds.
- getCharacterAttribute(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the text attribute for the character at the specified character
index.
- getCharacterAttribute(int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns an
AttributeSet
that reflects the text attributes of
the specified character.
- getCharacterAttribute(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
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.
- getCharacterBounds(int) - Method in interface java.awt.peer.TextComponentPeer
-
- getCharacterBounds(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getCharacterBounds(int) - Method in interface javax.accessibility.AccessibleText
-
Determines the bounding box of the indexed character.
- getCharacterBounds(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the bounds of the character at the specified index of the
button's label.
- getCharacterBounds(int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the bounding box of the character at the specified index.
- getCharacterBounds(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Calculate the bounding box of the character at the given index.
- 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 interface javax.swing.text.StyledDocument
-
getCharacterElement
- getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
-
Returns the character encoding of the document.
- getCharacterEncodingScheme() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getCharacterEncodingScheme() - Method in interface 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(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.
- getCharacterInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
-
- getCharacterLevel(int) - Method in class java.awt.font.TextLayout
-
- getCharacterOffset() - Method in interface 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 interface java.sql.Clob
-
This method returns a character stream that reads the contents of this
Clob
.
- getCharacterStream(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a character
stream.
- getCharacterStream(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a character
stream.
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents
a stream of 16-bit units.
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents
a writable stream to which 16-bit units can be output.
- getCharacterStream() - Method in class org.xml.sax.InputSource
-
Get the character stream for this input source.
- getCharContent(boolean) - Method in interface javax.tools.FileObject
-
Returns the character content of the file, if available.
- getCharCount() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getCharCount() - Method in interface javax.accessibility.AccessibleText
-
Return the number of characters.
- getCharCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the number of characters in the button's label.
- 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.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.
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
Get the specified array of characters.
- getChars(int, int, Segment) - Method in interface javax.swing.text.AbstractDocument.Content
-
Fetches a piece of content and stores it in txt
.
- getChars(int, int, Segment) - Method in class javax.swing.text.GapContent
-
Fetches a piece of content and stores it in a
Segment
object.
- getChars(int, int, Segment) - Method in class javax.swing.text.StringContent
-
Updates txt
to contain a direct reference to the underlying
character array.
- getCharset() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
The character encoding of the linked resource.
- getCharset() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
The character encoding of the resource being linked to.
- getCharset() - Method in interface org.w3c.dom.html2.HTMLScriptElement
-
The character encoding of the linked resource.
- getCharsetName() - Method in exception java.nio.charset.IllegalCharsetNameException
-
Retrieves the illegal charset name
- getCharsetName() - Method in exception java.nio.charset.UnsupportedCharsetException
-
Retrieves the illegal charset name
- getCharSetSpec() - Method in exception 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
-
- getCheckBoxMenuItemIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getChecked() - Method in interface 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(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.
- getChild() - Method in class java.util.prefs.NodeChangeEvent
-
Returns the child preference subnode that was added or removed.
- getChild(File, String) - Method in class javax.swing.filechooser.FileSystemView
-
DOCUMENT ME!
- getChild(Object, int) - Method in class javax.swing.tree.DefaultTreeModel
-
getChild
- getChild(Object, int) - Method in interface javax.swing.tree.TreeModel
-
getChild
- getChildAfter(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the next child after the specified node
, or
null
if there is no child after the specified
node
.
- getChildAllocation(int, Shape) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
Returns the current allocation for a child view.
- getChildAllocation(int) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
Returns the current allocation of the child view with the specified
index.
- getChildAllocation(int, Shape) - Method in class javax.swing.text.AsyncBoxView
-
Returns the child allocation for the child view with the specified
index
.
- getChildAllocation(int, Shape) - Method in class javax.swing.text.BoxView
-
Returns the child allocation for the child view with the specified
index
.
- getChildAllocation(int, Shape) - Method in class javax.swing.text.CompositeView
-
Returns the allocation for the specified child View
.
- getChildAllocation(int, Shape) - Method in class javax.swing.text.View
-
- getChildAt(int) - Method in class javax.swing.JTree.DynamicUtilTreeNode
-
Returns the child node at position pos
.
- 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 interface javax.swing.tree.TreeNode
-
Returns the child node at the given index.
- getChildBeanContextChild(Object) - Static method in class java.beans.beancontext.BeanContextSupport
-
- getChildBeanContextMembershipListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
-
- getChildBeanContextServicesListener(Object) - Static method in class java.beans.beancontext.BeanContextServicesSupport
-
- getChildBefore(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
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.JTree.DynamicUtilTreeNode
-
- 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(Object) - Method in class javax.swing.tree.DefaultTreeModel
-
getChildCount
- getChildCount(Object) - Method in interface javax.swing.tree.TreeModel
-
getChildCount
- getChildCount() - Method in interface javax.swing.tree.TreeNode
-
Returns the number of children for this node.
- getChildIndices() - Method in class javax.swing.event.TreeModelEvent
-
getChildIndices
- getChildNames(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getChildNames(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getChildNodes() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getChildNodes() - Method in interface org.w3c.dom.Node
-
A NodeList
that contains all children of this node.
- getChildPolicy(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getChildPolicy(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getChildPropertyChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
-
- getChildren() - Method in interface java.security.cert.PolicyNode
-
Get the iterator of the child nodes of this node.
- getChildren() - Method in class javax.swing.event.TreeModelEvent
-
getChildren
- getChildrenAdded() - Method in interface javax.swing.event.DocumentEvent.ElementChange
-
getChildrenAdded
- getChildrenAdded() - Method in class javax.swing.text.AbstractDocument.ElementEdit
-
Returns the added elements.
- getChildrenRemoved() - Method in interface javax.swing.event.DocumentEvent.ElementChange
-
getChildrenRemoved
- getChildrenRemoved() - Method in class javax.swing.text.AbstractDocument.ElementEdit
-
Returns the removed elements.
- getChildSerializable(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(Object) - Static method in class java.beans.beancontext.BeanContextSupport
-
- getChildView() - Method in class javax.swing.text.AsyncBoxView.ChildState
-
Returns the child view for which this ChildState
represents
the layout state.
- getChildVisibility(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 interface org.w3c.dom.html2.HTMLTableCellElement
-
Offset of alignment character.
- getChOff() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Offset of alignment character.
- getChOff() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
Offset of alignment character.
- getChOff() - Method in interface 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 interface javax.net.ssl.SSLSession
-
Returns this session's cihper suite.
- getCite() - Method in interface org.w3c.dom.html2.HTMLModElement
-
A URI [
IETF RFC 2396] designating a document that describes the reason for the change.
- getCite() - Method in interface org.w3c.dom.html2.HTMLQuoteElement
-
- getClass() - Method in class java.lang.Object
-
Returns the runtime
Class
of this Object.
- getClassAnnotation(Class<?>) - Static method in class java.rmi.server.RMIClassLoader
-
Returns 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.
- getClasses() - Method in class java.lang.Class
-
Get all the public member classes and interfaces declared in this
class or inherited from superclasses.
- getClassLoader() - Method in class java.lang.Class
-
Get the ClassLoader that loaded this class.
- getClassLoader(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(String) - Method in class java.rmi.server.RMIClassLoaderSpi
-
- getClassLoader() - Method in class java.security.ProtectionDomain
-
- getClassLoader(ObjectName) - Method in interface javax.management.MBeanServer
-
Returns the specified class loader.
- getClassLoaderFor(ObjectName) - Method in interface javax.management.MBeanServer
-
Returns the class loader of the specified management bean.
- getClassLoaderRepository() - Method in interface javax.management.MBeanServer
-
Returns the class loader repository used by this server.
- getClassLoaderRepository(MBeanServer) - Static method in class javax.management.MBeanServerFactory
-
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.lang.management.LockInfo
-
Returns the class name of the lock object.
- getClassName() - Method in class java.lang.StackTraceElement
-
Returns the fully qualified class name, or null if unknown.
- 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 exception java.util.MissingResourceException
-
Gets the name of the resource bundle, for which a resource is missing.
- getClassName() - Method in class javax.management.MBeanInfo
-
Returns the class name of the management bean.
- getClassName() - Method in class javax.management.ObjectInstance
-
Returns the class name of the bean.
- getClassName() - Method in interface javax.management.openmbean.OpenMBeanInfo
-
Returns the class name of the management bean.
- getClassName() - Method in class javax.management.openmbean.OpenType
-
Returns the name of the Java class this type represents.
- getClassName(MBeanInfo) - Method in class javax.management.StandardMBean
-
Returns the class name that will be used in the
MBeanInfo
instance.
- getClassName() - Method in class javax.naming.Binding
-
Returns the classname of the bound object.
- getClassName() - Method in class javax.naming.NameClassPair
-
Returns the classname of the binding.
- getClassName() - Method in class javax.naming.Reference
-
Get the name of the class of the referenced object.
- getClassName() - Method in class javax.swing.UIManager.LookAndFeelInfo
-
Returns the fully qualified class name for the
LookAndFeel
.
- getClassName() - Method in interface org.w3c.dom.html2.HTMLElement
-
The class attribute of the element.
- getClassPath() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the classpath used by the system classloader.
- getClear() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clear property definition in CSS2.
- getClear() - Method in interface 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.
- getClientAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
-
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 interface java.rmi.server.ServerRef
-
- getClientProperty(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 interface org.w3c.dom.events.MouseEvent
-
The horizontal coordinate at which the event occurred relative to the
DOM implementation's client area.
- getClientY() - Method in interface org.w3c.dom.events.MouseEvent
-
The vertical coordinate at which the event occurred relative to the DOM
implementation's client area.
- getClip() - Method in class java.awt.Graphics
-
Returns the current clipping region as a Shape
object.
- getClip() - Static method in class javax.sound.sampled.AudioSystem
-
Return a new clip which can be used for playing back an audio stream.
- getClip(Mixer.Info) - 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 javax.swing.DebugGraphics
-
Returns the current clipping region.
- getClip() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clip property definition in CSS2.
- getClipBounds() - Method in class java.awt.Graphics
-
Returns the bounding rectangle of the clipping region for this
graphics context.
- getClipBounds(Rectangle) - Method in class java.awt.Graphics
-
- getClipBounds() - Method in class javax.swing.DebugGraphics
-
getClipBounds
- getClipRect() - Method in class java.awt.Graphics
-
Deprecated.
This method is deprecated in favor of
getClipBounds()
.
- getClob(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Clob
.
- getClob(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Clob
.
- getClob(int) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a CLOB.
- getClob(String) - Method in interface 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(JTree, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the path to the node that is closest to x,y.
- getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getClosestPathForLocation(JTree, int, int) - Method in class javax.swing.plaf.TreeUI
-
Finds the path that is closest to the specified position.
- getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int) - Method in class javax.swing.text.ParagraphView
-
- getClosestRowForLocation(int, int) - Method in class javax.swing.JTree
-
- getCode() - Method in interface javax.tools.Diagnostic
-
Return a diagnostic code.
- getCode() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Applet class file.
- getCode() - Method in interface 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 interface java.applet.AppletStub
-
Returns the URL of the code base for this applet.
- getCodebase(Class) - Static method in class javax.rmi.CORBA.Util
-
- getCodebase(Class) - Method in interface javax.rmi.CORBA.UtilDelegate
-
- getCodeBase() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
- getCodeBase() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Base URI [
IETF RFC 2396] for
classid
,
data
, and
archive
attributes.
- getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
-
Returns the invalid character.
- getCodeSource() - Method in class java.security.ProtectionDomain
-
- getCodeType() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Content type for data downloaded via classid
attribute.
- getCollapsed() - Method in interface 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.
- getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
-
This method returns an instance for CollationElementIterator
for the specified String
under the collation rules for this
object.
- getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
-
This method returns an instance of CollationElementIterator
for the String
represented by the specified
CharacterIterator
.
- getCollationKey(String) - Method in class java.text.Collator
-
This method transforms the specified String
into a
CollationKey
for faster comparisons.
- getCollationKey(String) - Method in class java.text.RuleBasedCollator
-
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 interface java.lang.management.GarbageCollectorMXBean
-
Returns the number of collections the garbage collector
represented by this bean has made
- getCollectionTime() - Method in interface 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 interface 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 interface java.lang.management.MemoryPoolMXBean
-
Returns the collection usage threshold level in bytes.
- getCollectionUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns the number of times the usage level has matched or
exceeded the collection usage threshold.
- getColor(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(String, 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.
- getColor(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() - Method in class java.awt.Graphics
-
Returns the current color for this object.
- getColor() - Method in class java.awt.PageAttributes
-
- getColor() - Method in class javax.swing.DebugGraphics
-
Returns the color used for drawing.
- getColor() - Method in class javax.swing.JColorChooser
-
This method returns the current color for the JColorChooser.
- getColor(SynthContext, ColorType) - Method in class javax.swing.plaf.synth.SynthStyle
-
- getColor() - Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
-
- getColor(Object) - Method in class javax.swing.UIDefaults
-
Returns a color entry for the default locale.
- getColor(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a color entry for a specic locale.
- getColor(Object) - Static method in class javax.swing.UIManager
-
Returns a drawing color from the defaults table.
- getColor(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns a drawing color from the defaults table.
- getColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the color property definition in CSS2.
- getColor() - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
-
Font color.
- getColor() - Method in interface org.w3c.dom.html2.HTMLFontElement
-
Font color.
- 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).
- getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
-
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.
- getColorForState(SynthContext, ColorType) - Method in class javax.swing.plaf.synth.SynthStyle
-
- 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.Component
-
Returns the color model of the device this componet is displayed on.
- getColorModel() - Method in class java.awt.GraphicsConfiguration
-
Gets the color model of the corresponding device.
- getColorModel(int) - Method in class java.awt.GraphicsConfiguration
-
Gets a color model for the corresponding device which supports the desired
transparency level.
- getColorModel() - Method in class java.awt.image.BufferedImage
-
- getColorModel() - Method in class java.awt.image.PixelGrabber
-
- getColorModel() - Method in interface java.awt.image.RenderedImage
-
- getColorModel() - Method in interface java.awt.PaintContext
-
Return the color model of this context.
- getColorModel() - Method in interface java.awt.peer.ComponentPeer
-
Returns the color model of the component.
- getColorModel() - Method in class java.awt.Toolkit
-
Returns the color model of the screen.
- getColorModel() - Method in class javax.imageio.ImageTypeSpecifier
-
Get the color model specified by this image type specifier.
- 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 interface org.w3c.dom.html2.HTMLFrameSetElement
-
The number of columns of frames in the frameset.
- getCols() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
Width of control (in characters).
- getColSpan() - Method in interface 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(Object) - Method in class javax.swing.JTable
-
Get table column with the given identified.
- getColumn(int) - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns the column at the specified index.
- getColumn(int) - Method in interface javax.swing.table.TableColumnModel
-
Returns the TableColumn
at the specified index.
- getColumnClass(int) - Method in class javax.swing.JTable
-
Get the class (datatype) of the column.
- getColumnClass(int) - Method in class javax.swing.table.AbstractTableModel
-
Returns the Class
for all Object
instances
in the specified column.
- getColumnClass(int) - Method in interface javax.swing.table.TableModel
-
Returns the Class
for all Object
instances
in the specified column.
- getColumnClassName(int) - Method in interface 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 interface java.sql.ResultSetMetaData
-
This method returns the number of columns in the result set.
- getColumnCount() - Method in class javax.swing.JTable
-
- 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 interface javax.swing.table.TableColumnModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in interface javax.swing.table.TableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class javax.swing.text.TableView.TableCell
-
Deprecated.
Table cells are now rendered by an arbitrary
View
implementation.
- getColumnDisplaySize(int) - Method in interface 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(Object) - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns the index of the
TableColumn
with the given identifier.
- getColumnIndex(Object) - Method in interface 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 interface 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.
- getColumnLabel(int) - Method in interface 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 interface javax.swing.table.TableColumnModel
-
Returns the column margin.
- getColumnModel() - Method in class javax.swing.JTable
-
- getColumnModel() - Method in class javax.swing.table.JTableHeader
-
- getColumnModelListeners() - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns an array containing the listeners that are registered with the
model.
- getColumnName(int) - Method in interface java.sql.ResultSetMetaData
-
This method returns the name of the specified column.
- getColumnName(int) - Method in class javax.swing.JTable
-
Get the name of the column.
- 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 interface javax.swing.table.TableModel
-
Returns the name of a column in the model.
- getColumnNumber() - Method in interface javax.tools.Diagnostic
-
Returns the column number or
Diagnostic.NOPOS
, indicating that this doesn't
carry position information.
- getColumnNumber() - Method in interface javax.xml.stream.Location
-
Returns the column number at which the current event ends,
or -1 if this is not available.
- getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
-
Returns the column number at which the event occurred.
- getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
-
The column number this locator is pointing to, or -1
if
there is no column number available.
- getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved column number (1-based).
- getColumnNumber() - Method in interface org.xml.sax.Locator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in exception org.xml.sax.SAXParseException
-
The column number of the end of the text where the exception occurred.
- getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns the access rights that have been granted to the
requested columns.
- getColumns() - Method in class java.awt.GridLayout
-
Return the number of columns in this layout.
- 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.
- getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns a list of the tables columns for
the requested tables.
- 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.DefaultTableColumnModel
-
Returns an enumeration of the columns in the model.
- getColumns() - Method in interface javax.swing.table.TableColumnModel
-
Returns an enumeration of the columns in the model.
- getColumnSelectionAllowed() - Method in class javax.swing.JTable
-
Get the value of the columnSelectionAllowed
property.
- 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 interface javax.swing.table.TableColumnModel
-
Returns true
if column selection is allowed, and
false
if column selection is not allowed.
- getColumnType(int) - Method in interface java.sql.ResultSetMetaData
-
This method returns the SQL type of the specified column.
- getColumnTypeName(int) - Method in interface 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(String, String) - Method in class javax.activation.CommandMap
-
Returns the command corresponding to the specified MIME type and
command name.
- getCommand(String, String, DataSource) - Method in class javax.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommand(String) - Method in class javax.activation.DataHandler
-
Returns the specified command.
- getCommand(String, String) - Method in class javax.activation.MailcapCommandMap
-
Returns the command with the specified name for the given MIME type.
- getCommand() - Method in class javax.sound.midi.ShortMessage
-
Get the command nibble from this MIDI message, assuming it is a MIDI
channel message.
- getCommand() - Method in interface javax.sql.RowSet
-
- getCommandClass() - Method in class javax.activation.CommandInfo
-
Returns the command class name.
- getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
-
Get the group command environment, containing path to the jre executable
and startup options.
- getCommandName() - Method in class javax.activation.CommandInfo
-
Returns the command verb.
- getCommandObject(DataHandler, ClassLoader) - Method in class javax.activation.CommandInfo
-
Returns the instantiated bean.
- 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.
- getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
-
Gets an interator which provides access to the text and its attributes,
except for the uncommitted text.
- getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
-
Gets the length of committed text.
- getCommonAncestorContainer() - Method in interface org.w3c.dom.ranges.Range
-
The deepest common ancestor container of the Range's two
boundary-points.
- getCompact() - Method in interface org.w3c.dom.html2.HTMLDirectoryElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html2.HTMLDListElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html2.HTMLMenuElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html2.HTMLOListElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html2.HTMLUListElement
-
Reduce spacing between list items.
- getComparator() - Method in class javax.swing.SortingFocusTraversalPolicy
-
- getCompilationMXBean() - Static method in class java.lang.management.ManagementFactory
-
Returns the compilation bean for the running
virtual machine, if supported.
- getComponent(int) - Method in class java.awt.Container
-
Returns the component at the specified index.
- 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.ComponentEvent
-
This method returns the event source as a Component
.
- getComponent() - Method in class java.awt.event.HierarchyEvent
-
This method returns the event source as a Component
.
- getComponent() - Method in interface java.beans.beancontext.BeanContextChildComponentProxy
-
Get the Component
associated with this BeanContextChild
.
- getComponent() - Method in class javax.swing.ComponentInputMap
-
Returns the component to notify about changes.
- getComponent() - Method in class javax.swing.DefaultCellEditor
-
Get the component that performs the editing sessions.
- getComponent() - Method in class javax.swing.event.AncestorEvent
-
Returns the source of this event.
- 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 interface javax.swing.MenuElement
-
getComponent
- getComponent() - Method in class javax.swing.plaf.basic.BasicTextUI
-
The text component that is managed by this UI.
- getComponent() - Method in class javax.swing.plaf.synth.SynthContext
-
Returns the component that contains the region.
- getComponent() - Method in interface javax.swing.Renderer
-
getComponent
- 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(AttributeSet) - Static method in class javax.swing.text.StyleConstants
-
Returns the component specified in the given attributes, or
null
if no component is specified.
- getComponentAfter(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Returns the Component that should receive the focus after current.
- getComponentAfter(Container, Component) - Method in class java.awt.FocusTraversalPolicy
-
Returns the Component that should receive the focus after a Component.
- getComponentAfter(Container, Component) - Method in class javax.swing.DefaultFocusManager
-
getComponentAfter
- getComponentAfter(Container, Component) - Method in class javax.swing.SortingFocusTraversalPolicy
-
- getComponentAt(int, int) - Method in class java.awt.Component
-
Returns the component occupying the position (x,y).
- getComponentAt(Point) - 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(Point) - Method in class java.awt.Container
-
Returns the component located at the specified point.
- getComponentAt(int) - Method in class javax.swing.JTabbedPane
-
This method returns the component associated with the tab.
- getComponentAtIndex(int) - Method in class javax.swing.JMenuBar
-
Deprecated.
Replaced by getComponent(int)
- getComponentAtIndex(int) - Method in class javax.swing.JPopupMenu
-
Deprecated.
Replaced by getComponent(int)
- getComponentAtIndex(int) - Method in class javax.swing.JToolBar
-
This method returns the component at the given index.
- getComponentBefore(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Returns the Component that should receive the focus before
current
.
- getComponentBefore(Container, Component) - Method in class java.awt.FocusTraversalPolicy
-
Returns the Component that should receive the focus before a Component.
- getComponentBefore(Container, Component) - Method in class javax.swing.DefaultFocusManager
-
getComponentBefore
- getComponentBefore(Container, Component) - Method in class javax.swing.SortingFocusTraversalPolicy
-
- 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.
- getComponentGraphics(Graphics) - Method in class javax.swing.JComponent
-
Prepares a graphics context for painting this object.
- getComponentIndex(Component) - Method in class javax.swing.JMenuBar
-
Returns index of the specified component
- getComponentIndex(Component) - Method in class javax.swing.JPopupMenu
-
Returns index of the specified component in the popup menu
- getComponentIndex(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(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(ColorSpace, float[]) - Method in class java.awt.Color
-
Returns a float array containing the color and alpha components of this
color in the given ColorSpace.
- getComponents() - Method in class java.awt.Container
-
Returns an array of the components in this container.
- getComponents(int, int[], int) - Method in class java.awt.image.ColorModel
-
Fills an array with the unnormalized component samples from a
pixel value.
- getComponents(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.
- getComponents(int, int[], int) - Method in class java.awt.image.ComponentColorModel
-
- getComponents(Object, 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.
- getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
-
- getComponentsInLayer(int) - Method in class javax.swing.JLayeredPane
-
Return an array of all components within a layer of this
container.
- getComponentSize(int) - Method in class java.awt.image.ColorModel
-
- getComponentSize() - Method in class java.awt.image.ColorModel
-
- getComponentState() - Method in class javax.swing.plaf.synth.SynthContext
-
Returns the state of the component.
- getComponentToLayer() - Method in class javax.swing.JLayeredPane
-
Return a hashtable mapping child components of this container to
Integer objects representing the component's layer assignments.
- getComponentType() - Method in class java.lang.Class
-
If this is an array, get the Class representing the type of array.
- getComponentZOrder(Component) - Method in class java.awt.Container
-
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 interface 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.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
-
- getComputedStyle(Element, String) - Method in interface org.w3c.dom.css.ViewCSS
-
This method is used to get the computed style as it is defined in [
CSS2].
- getConcurrency() - Method in interface java.sql.ResultSet
-
This method returns the concurrency type of this result set.
- getConditionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
-
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 interface org.ietf.jgss.GSSContext
-
Returns the confidentiality service state over the context.
- getConnectControls() - Method in class javax.naming.ldap.InitialLdapContext
-
- getConnectControls() - Method in interface javax.naming.ldap.LdapContext
-
- getConnection() - Method in interface java.sql.DatabaseMetaData
-
This method returns the Connection
object that was used
to generate the metadata in this object.
- getConnection(String, Properties) - Static method in class java.sql.DriverManager
-
This method attempts to return a connection to the specified
JDBC URL string using the specified connection properties.
- getConnection(String, String, String) - Static method in class java.sql.DriverManager
-
This method attempts to return a connection to the specified
JDBC URL string using the specified username and password.
- getConnection(String) - Static method in class java.sql.DriverManager
-
This method attempts to return a connection to the specified
JDBC URL string.
- getConnection() - Method in interface java.sql.Statement
-
This method returns the Connection
instance that was
used to create this object.
- getConnection() - Method in interface javax.sql.DataSource
-
- getConnection(String, String) - Method in interface javax.sql.DataSource
-
- getConnection() - Method in interface javax.sql.PooledConnection
-
- getConnection() - Method in interface javax.sql.RowSetInternal
-
- getConnectionId() - Method in interface javax.management.remote.rmi.RMIConnection
-
Returns the unique identifier for this connection to the RMI
server.
- getConnectTimeout() - Method in class java.net.URLConnection
-
Returns the connection timeout speed, in milliseconds, or zero if
the timeout is infinite or not set.
- getConstraint(String) - Method in class javax.swing.SpringLayout.Constraints
-
Returns the constraint for the edge with the edgeName
.
- getConstraint(String, Component) - Method in class javax.swing.SpringLayout
-
Returns the constraint of the edge named by edgeName
.
- getConstraints(Component) - Method in class java.awt.BorderLayout
-
Return the constraint corresponding to a component in this layout.
- getConstraints(Component) - Method in class java.awt.GridBagLayout
-
- getConstraints(Component) - Method in class javax.swing.SpringLayout
-
- getConstructor(Class<?>...) - Method in class java.lang.Class
-
Get a public constructor declared in this class.
- getConstructors() - Method in class java.lang.Class
-
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 interface javax.management.openmbean.OpenMBeanInfo
-
Returns descriptions of each of the constructors provided by this
management bean.
- getConstructors(MBeanConstructorInfo[], Object) - Method in class javax.management.StandardMBean
-
Returns information on the constructors that will be used in
the
MBeanInfo
instance.
- getContainer() - Method in class java.awt.event.ContainerEvent
-
Returns the source of this event as a Container
.
- getContainer() - Method in interface java.beans.beancontext.BeanContextContainerProxy
-
Get the Container
associated with this BeanContext
.
- getContainer() - Method in class javax.swing.text.View
-
- getContainerListeners() - Method in class java.awt.Container
-
- getContent(URLConnection) - Method in class java.net.ContentHandler
-
This method reads from the InputStream
of the passed in URL
connection and uses the data downloaded to create an Object
represening the content.
- getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
-
This method reads from the InputStream
of the passed in URL
connection and uses the data downloaded to create an Object
represening the content.
- 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(Class[]) - Method in class java.net.URL
-
Gets the contents of this URL
- getContent() - Method in class java.net.URLConnection
-
This method returns the content of the document pointed to by the
URL as an Object.
- getContent(Class[]) - Method in class java.net.URLConnection
-
Retrieves the content of this URLConnection
- getContent(DataSource) - Method in interface javax.activation.DataContentHandler
-
Returns an object representing the data in its most preferred form.
- getContent() - Method in class javax.activation.DataHandler
-
Returns the data as a reified object.
- getContent() - Method in class javax.naming.BinaryRefAddr
-
Returns the byte array contents as given to the constructor.
- 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 javax.swing.text.AbstractDocument
-
- 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 interface org.w3c.dom.css.CSS2Properties
-
See the content property definition in CSS2.
- getContent() - Method in interface org.w3c.dom.html2.HTMLMetaElement
-
Associated information.
- getContentBorderInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the content border insets appropriately rotated.
- getContentDocument() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
The document this frame contains, if there is any and it is available,
or null
otherwise.
- getContentDocument() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
The document this frame contains, if there is any and it is available,
or null
otherwise.
- getContentDocument() - Method in interface 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 javax.xml.validation.ValidatorHandler
-
Returns the ContentHandler to receive PSVI SAX events.
- getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current content handler.
- getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the content event handler.
- getContentHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current content handler.
- 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() - 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() - Method in interface javax.swing.RootPaneContainer
-
getContentPane
- getContents(Object) - Method in class java.awt.datatransfer.Clipboard
-
Returns the contents of the clipboard.
- getContents() - Method in class java.util.ListResourceBundle
-
Gets the key/value list.
- getContents() - Method in class javax.accessibility.AccessibleResourceBundle
-
Deprecated.
do not use this class
- getContentType() - Method in class java.net.URLConnection
-
Returns the the content-type of the data pointed to by the URL.
- getContentType() - Method in class javax.activation.DataHandler
-
Returns the MIME type of the data (with parameters).
- getContentType() - Method in interface javax.activation.DataSource
-
Returns the MIME content type of the data.
- getContentType() - Method in class javax.activation.FileDataSource
-
- getContentType(File) - Method in class javax.activation.FileTypeMap
-
Returns the content type of the specified file.
- getContentType(String) - Method in class javax.activation.FileTypeMap
-
Returns the content type of the specified file path.
- getContentType(File) - Method in class javax.activation.MimetypesFileTypeMap
-
Returns the MIME content type of the file.
- getContentType(String) - Method in class javax.activation.MimetypesFileTypeMap
-
Returns the MIME type based on the given filename.
- getContentType() - Method in class javax.activation.URLDataSource
-
Returns the Content-Type header for the URL.
- getContentType() - Method in class javax.swing.JEditorPane
-
- 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.text.rtf.RTFEditorKit
-
Returns the MIME content type.
- getContentTypeFor(String) - Method in interface java.net.FileNameMap
-
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.
- getContinuationContext(CannotProceedException) - Static method in class javax.naming.spi.NamingManager
-
Creates a context in which the context operation must be continued.
- getContinuationDirContext(CannotProceedException) - Static method in class javax.naming.spi.DirectoryManager
-
- getControl(Control.Type) - Method in interface javax.sound.sampled.Line
-
Return the control associated with this Line that matches the
argument.
- 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.
- 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.
- getControlInstance(Control) - Method in class javax.naming.ldap.ControlFactory
-
- getControlInstance(Control, Context, Hashtable<?, ?>) - Static method in class javax.naming.ldap.ControlFactory
-
- 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() - Method in class javax.imageio.metadata.IIOMetadata
-
- getController(int) - Method in interface javax.sound.midi.MidiChannel
-
Get a controller's value.
- getControlObject() - Method in interface java.awt.im.spi.InputMethod
-
Returns a control object from this input method, or null.
- getControls() - Method in interface javax.naming.ldap.HasControls
-
- getControls() - Method in interface 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.
- getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
-
Returns the conversion character which doesn't
match the flag.
- getConversion() - Method in exception java.util.IllegalFormatConversionException
-
Returns the conversion character.
- getConversion() - Method in exception java.util.UnknownFormatConversionException
-
Returns the conversion string.
- getCookie() - Method in interface 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 interface org.w3c.dom.html2.HTMLAnchorElement
-
Comma-separated list of lengths, defining an active region geometry.
- getCoords() - Method in interface 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(String) - Method in class javax.swing.JScrollPane
-
- getCorner(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 interface org.w3c.dom.css.CSS2Properties
-
See the counter-increment property definition in CSS2.
- getCounterReset() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the counter-reset property definition in CSS2.
- getCounterValue() - Method in interface 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(String) - Method in class java.security.KeyStore
-
Gets entry creation date for the specified alias.
- getCreationTime() - Method in interface javax.net.ssl.SSLSession
-
Returns the time in milliseconds since midnight GMT, 1 January 1970, that
this session was created.
- getCredDelegState() - Method in interface 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 interface java.security.cert.X509Extension
-
Returns a set of the CRITICAL extension OIDs from the
certificate/CRL that the object implementing this interface
manages.
- getCRLs(CRLSelector) - Method in class java.security.cert.CertStore
-
Get a collection of certificate revocation lists from this CertStore,
optionally filtered by the specified CRLSelector.
- 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.
- getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns a description of how one table imports another
table's primary key as a foreign key.
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the CRT Coefficient.
- getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
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.spec.RSAPrivateCrtKeySpec
-
Gets the RSA CRT coefficient.
- getCssFloat() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the float property definition in CSS2.
- getCssRules() - Method in interface org.w3c.dom.css.CSSMediaRule
-
A list of all CSS rules contained within the media block.
- getCssRules() - Method in interface org.w3c.dom.css.CSSStyleSheet
-
The list of all CSS rules contained within the style sheet.
- getCssText() - Method in interface org.w3c.dom.css.CSSRule
-
The parsable textual representation of the rule.
- getCssText() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The parsable textual representation of the declaration block
(excluding the surrounding curly braces).
- getCssText() - Method in interface org.w3c.dom.css.CSSValue
-
A string representation of the current value.
- getCssValueType() - Method in interface org.w3c.dom.css.CSSValue
-
A code defining the type of the value as defined above.
- getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'ctrl' key was depressed during the firing
of the event.
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Double
-
Returns the curve’s first control point.
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Float
-
Returns the curve’s first control point.
- getCtrlP1() - Method in class java.awt.geom.CubicCurve2D
-
Returns the curve’s first 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.
- getCtrlP2() - Method in class java.awt.geom.CubicCurve2D
-
Returns the curve’s second 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.
- getCtrlPt() - Method in class java.awt.geom.QuadCurve2D
-
Returns 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.
- getCtrlX() - Method in class java.awt.geom.QuadCurve2D
-
Returns the x coordinate of the curve’s 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.
- getCtrlX1() - Method in class java.awt.geom.CubicCurve2D
-
Returns the x coordinate of the curve’s first
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.
- getCtrlX2() - Method in class java.awt.geom.CubicCurve2D
-
Returns the x coordinate of the curve’s second
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.
- getCtrlY() - Method in class java.awt.geom.QuadCurve2D
-
Returns the y coordinate of the curve’s 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.
- getCtrlY1() - Method in class java.awt.geom.CubicCurve2D
-
Returns the y coordinate of the curve’s first
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.
- getCtrlY2() - Method in class java.awt.geom.CubicCurve2D
-
Returns the y coordinate of the curve’s second
control point.
- getCue() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue property definition in CSS2.
- getCueAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue-after property definition in CSS2.
- getCueBefore() - Method in interface 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(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.
- getCurrencyInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
-
- getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
This method returns the currency symbol in local format.
- getCurrent() - Method in class java.awt.CheckboxGroup
-
Deprecated.
This method is deprecated in favor of
getSelectedCheckbox()
.
- getCurrentAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
-
- getCurrentAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the current value of this accessible object.
- getCurrentAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getCurrentAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns the current value of this accessible object.
- getCurrentAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
-
Gets the current value of this object, or null if it has not been set.
- getCurrentAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the current value of this object as a number.
- getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
- getCurrentAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Returns the current layer for the
JInternalFrame
component
represented by this
JDesktopIcon
, as an
Integer
.
- getCurrentAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
- getCurrentAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
- getCurrentAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
-
- getCurrentAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
- 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.
- getCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
-
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 interface 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 interface 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.
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface java.beans.beancontext.BeanContextServiceProvider
-
Get a list of valid service selectors for the specified service class.
- getCurrentServiceSelectors(Class) - Method in interface java.beans.beancontext.BeanContextServices
-
Get a list of valid service selectors for the specified service class.
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- getCurrentServiceSelectors(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Returns an iterator over the service selectors of the service
provider for the given service.
- getCurrentTarget() - Method in interface 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 interface java.lang.management.ThreadMXBean
-
Returns the total number of nanoseconds of CPU time
the current thread has used.
- getCurrentThreadUserTime() - Method in interface 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 java.awt.Component.AccessibleAWTComponent
-
Gets the cursor.
- getCursor() - Method in class java.awt.Component
-
Returns the cursor for this component.
- getCursor() - Method in class java.awt.dnd.DragSourceContext
-
Returns the current cursor or null if the default
drag cursor is used.
- getCursor() - Method in interface java.awt.dnd.peer.DragSourceContextPeer
-
- getCursor() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Cursor
displayed when the pointer
is positioned over this component.
- getCursor() - Method in interface javax.accessibility.AccessibleComponent
-
Get the cursor of this component.
- getCursor() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the cursor for this list child.
- getCursor() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the cursor for this table cell.
- getCursor() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the Cursor of this object.
- getCursor() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getCursor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cursor property definition in CSS2.
- getCursorName() - Method in interface java.sql.ResultSet
-
This method returns the name of the database cursor used by this
result set.
- getCursorType() - Method in class java.awt.Frame
-
Deprecated.
Use Component.getCursor()
instead.
- getCustomEditor() - Method in interface 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 interface 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.awt.color.ICC_Profile
-
Returns the data corresponding to this ICC_Profile as a byte array.
- 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(DataFlavor) - Method in class java.awt.datatransfer.Clipboard
-
- getData() - Method in class java.awt.image.BufferedImage
-
- getData(Rectangle) - Method in class java.awt.image.BufferedImage
-
- getData() - Method in class java.awt.image.DataBufferByte
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferByte
-
Returns a data bank.
- getData() - Method in class java.awt.image.DataBufferDouble
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferDouble
-
Returns a data bank.
- getData() - Method in class java.awt.image.DataBufferFloat
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferFloat
-
Returns a data bank.
- getData() - Method in class java.awt.image.DataBufferInt
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferInt
-
Returns a data bank.
- getData() - Method in class java.awt.image.DataBufferShort
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferShort
-
Returns a data bank.
- getData() - Method in class java.awt.image.DataBufferUShort
-
Returns the first data bank.
- getData(int) - Method in class java.awt.image.DataBufferUShort
-
Returns a data bank.
- getData() - Method in interface java.awt.image.RenderedImage
-
- getData(Rectangle) - Method in interface java.awt.image.RenderedImage
-
- getData() - Method in class java.net.DatagramPacket
-
Returns the data buffer for this packet
- 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 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.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() - Method in class javax.swing.text.html.FormSubmitEvent
-
Returns the submit data.
- getData() - Method in class javax.swing.text.html.parser.Entity
-
Get the entity data.
- getData() - Method in interface javax.xml.stream.events.Characters
-
Returns the character data assocated with this event.
- getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
-
Returns the processing instruction data.
- getData() - Method in interface org.w3c.dom.CharacterData
-
The character data of the node that implements this interface.
- getData() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
A URI [
IETF RFC 2396] specifying the location of the object's data.
- getData() - Method in interface org.w3c.dom.ProcessingInstruction
-
The content of this processing instruction.
- 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 interface java.sql.DatabaseMetaData
-
This method returns the major version number of the database.
- getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
-
This method returns the minor version number of the database.
- getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
-
This method returns the name of the database product.
- getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
-
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(int[], int) - Method in class java.awt.image.ColorModel
-
Converts the unnormalized component samples from an array to a
pixel value.
- 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.ComponentColorModel
-
- getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
-
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Extract all samples of one pixel and return in an array of transfer type.
- getDataElements(int, 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.
- getDataElements(int[], int, Object) - Method in class java.awt.image.ColorModel
-
- getDataElements(float[], int, Object) - Method in class java.awt.image.ColorModel
-
Converts the normalized component samples from an array to an array of
TransferType values.
- getDataElements(int, Object) - Method in class java.awt.image.ComponentColorModel
-
- getDataElements(int[], int, Object) - Method in class java.awt.image.ComponentColorModel
-
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
-
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).
- getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
-
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.
- getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
-
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Extract one pixel and return in an array of transfer type.
- getDataElements(int, int, Object) - Method in class java.awt.image.Raster
-
- getDataElements(int, int, int, int, Object) - Method in class java.awt.image.Raster
-
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
-
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, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
-
- getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
-
- 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 exception java.sql.DataTruncation
-
This method returns the original size of the parameter or column that
was truncated.
- getDataSource() - Method in class javax.activation.DataHandler
-
Returns the data source from which data is read.
- getDataSourceName() - Method in interface 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.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() - 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(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Date
.
- getDate(int, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Date
.
- getDate(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Date
.
- getDate(String, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Date
.
- getDate(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Date
.
- getDate(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Date
.
- getDate(int, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Date
.
- getDate(String, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Date
.
- getDate() - Method in class java.sql.Time
-
Deprecated.
- getDate() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.DATE)
instead.
- getDate() - Method in class javax.swing.SpinnerDateModel
-
Returns the current date/time.
- 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, 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.
- getDateInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
-
Returns a
DateFormat
instance
for formatting dates with the given style in the specified
Locale
.
- getDateTime() - Method in interface 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.
- getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
-
This method returns a new instance of DateFormat
that
formats both dates and times using the specified styles.
- getDateTimeInstance(int, int, Locale) - Method in class java.text.spi.DateFormatProvider
-
Returns a
DateFormat
instance
for formatting dates and times with the given style in the
specified
Locale
.
- getDay() - Method in class java.sql.Time
-
Deprecated.
- getDay() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.DAY_OF_WEEK)
instead.
- 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
-
- 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(String) - Method in class javax.swing.text.html.StyleSheet
-
Translates a CSS declaration into an AttributeSet.
- getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
-
Returns the declaration of this reference.
- getDeclare() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Declare (for future reference), but do not instantiate, this object.
- getDeclaredAnnotations() - Method in class java.lang.Class
-
Returns all annotations directly defined by this class.
- getDeclaredAnnotations() - Method in class java.lang.Package
-
Returns all annotations directly defined by this package.
- getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
Returns all annotations directly defined by the element.
- getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns all annotations directly defined by the element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.Field
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.Method
-
- getDeclaredClasses() - Method in class java.lang.Class
-
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
-
Get a constructor declared in this class.
- getDeclaredConstructors() - Method in class java.lang.Class
-
Get all the declared constructors of this class.
- getDeclaredField(String) - Method in class java.lang.Class
-
Get a field declared in this class, where name is its simple name.
- getDeclaredFields() - Method in class java.lang.Class
-
Get all the declared fields in this class, but not those inherited from
superclasses.
- getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
-
Get a method declared in this class, where name is its simple name.
- getDeclaredMethods() - Method in class java.lang.Class
-
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
-
If this is a nested or inner class, return the class that declared it.
- getDeclaringClass() - Method in class java.lang.Enum
-
Returns the type of this enumeration constant.
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
-
Gets the class that declared this constructor.
- 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 interface 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.
- getDeepestComponentAt(Component, int, int) - Static method in class javax.swing.SwingUtilities
-
Returns the deepest descendent of parent which is both visible and
contains the point (x,y)
.
- getDefault() - Static method in class java.net.ProxySelector
-
Returns the default proxy selector.
- getDefault() - Static method in class java.util.Locale
-
Returns the default Locale.
- getDefault() - Static method in class java.util.TimeZone
-
Returns the time zone under which the host is running.
- 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.
- getDefaultAction() - Method in interface 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.
- getDefaultAttributeValue(Class<? extends Attribute>) - Method in interface javax.print.PrintService
-
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 interface 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.
- getDefaultCommandMap() - Static method in class javax.activation.CommandMap
-
Returns the default command map.
- getDefaultComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Returns the default Component of root that should receive the focus.
- getDefaultComponent(Container) - Method in class java.awt.FocusTraversalPolicy
-
Returns the default Component to focus.
- getDefaultComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
-
- getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
-
Return the default configuration for this device.
- getDefaultController() - Method in class javax.imageio.IIOParam
-
Retrieve the default controller regardless of whether or not a
non-default controller has been set.
- getDefaultController() - Method in class javax.imageio.metadata.IIOMetadata
-
- 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 interface javax.management.MBeanServer
-
Returns the default domain this server applies to beans that have
no specified domain.
- getDefaultDomain() - Method in interface javax.management.MBeanServerConnection
-
Returns the default domain this server applies to beans that have
no specified domain.
- getDefaultDomain(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getDefaultDomain()
by returning 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 interface 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.
- getDefaultFileTypeMap() - Static method in class javax.activation.FileTypeMap
-
Returns the system default file type map.
- getDefaultFlavorMap() - Static method in class java.awt.datatransfer.SystemFlavorMap
-
Returns the (System)FlavorMap for the current thread's
ClassLoader.
- getDefaultFocusTraversalKeys(int) - Method in class java.awt.KeyboardFocusManager
-
Retrieve the default
Set
of focus traversal
keys for one of the focus traversal directions.
- getDefaultFocusTraversalPolicy() - Method in class java.awt.KeyboardFocusManager
-
- 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.
- getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class javax.imageio.ImageWriter
-
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 interface 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(Class<?>) - Method in class javax.swing.JTable
-
Get the default renderer for rendering the given data type.
- getDefaultRenderer() - Method in class javax.swing.table.JTableHeader
-
Returns the default table cell renderer.
- 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
.
- getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
-
Deprecated.
1.3 The method getRequestProperty should be used instead.
This method does nothing now.
- 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 interface javax.swing.text.Document
-
Returns the default root element.
- getDefaultRootElement() - Method in class javax.swing.text.PlainDocument
-
- getDefaults() - Method in class javax.swing.LookAndFeel
-
Creates and returns a look-and-feel specific defaults table.
- 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.plaf.metal.MetalLookAndFeel
-
- 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.
- getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
-
Get the default screen GraphicsDevice object.
- getDefaultSelected() - Method in interface 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 interface 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
-
Deprecated.
- getDefaultStreamMetadata(ImageWriteParam) - Method in class javax.imageio.ImageWriter
-
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(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.
- getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
-
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 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 interface 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.
- 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 interface 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 interface org.w3c.dom.html2.HTMLTextAreaElement
-
Represents the contents of the element.
- getDefaultView() - Method in interface 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 interface 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 interface org.ietf.jgss.GSSContext
-
Returns the delegated credential object on the acceptor's side.
- getDepth() - Method in interface 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
.
- getDepth() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
getDepth
- 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
-
- getDescendantToggledPaths(TreePath) - Method in class javax.swing.JTree
-
- 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
-
- 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(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Returns the descent of the font that is used by this glyph painter.
- getDescription() - Method in exception java.util.regex.PatternSyntaxException
-
Returns a human readable escription of the syntax error.
- getDescription(Locale) - Method in class javax.imageio.spi.IIOServiceProvider
-
Returns a short description of this service provider that can be
presented to a human user.
- 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(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() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
-
Returns a description of this constructor.
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanInfo
-
Returns a description of this operation.
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
-
Returns a description of this operation.
- getDescription() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
-
Returns a description of this parameter.
- getDescription() - Method in class javax.management.openmbean.OpenType
-
Returns a description of this open type.
- getDescription(MBeanAttributeInfo) - Method in class javax.management.StandardMBean
-
Returns the description of the attribute that will be used in
the supplied
MBeanAttributeInfo
instance.
- getDescription(MBeanConstructorInfo) - Method in class javax.management.StandardMBean
-
Returns the description of the constructor that will be used in
the supplied
MBeanConstructorInfo
instance.
- getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
-
Returns the description of the nth parameter of the constructor
that will be used in the supplied
MBeanParameterInfo
instance.
- getDescription(MBeanFeatureInfo) - Method in class javax.management.StandardMBean
-
Returns the description of the supplied feature that
will be used in the supplied
MBeanFeatureInfo
instance.
- getDescription(MBeanInfo) - Method in class javax.management.StandardMBean
-
Returns the description of the bean that will be used in the
supplied
MBeanInfo
instance.
- getDescription(MBeanOperationInfo) - Method in class javax.management.StandardMBean
-
Returns the description of the operation that will be used in
the supplied
MBeanOperationInfo
instance.
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
-
Returns the description of the nth parameter of the operation
that will be used in the supplied
MBeanParameterInfo
instance.
- getDescription() - Method in class javax.sound.midi.MidiDevice.Info
-
Get the device description
- getDescription() - Method in interface javax.sound.midi.Soundbank
-
Get the sound bank description.
- getDescription() - Method in class javax.sound.sampled.Mixer.Info
-
Return the mixer's description.
- getDescription() - Method in class javax.swing.event.HyperlinkEvent
-
Returns the description of this event.
- 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(File) - Method in class javax.swing.filechooser.FileView
-
Returns a description for the specified file.
- 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(File) - Method in class javax.swing.JFileChooser
-
Returns the description of the file, generated by the current (or default)
FileView
.
- getDescription() - Method in class javax.swing.LookAndFeel
-
Returns a description of the look and feel.
- getDescription() - Method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
-
Returns a description for this filter.
- getDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Returns a description of the given file/directory.
- getDescription() - Method in class javax.swing.plaf.metal.MetalLookAndFeel
-
Returns a string describing the look and feel.
- getDescription() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
Returns a description of the look and feel.
- getDescription() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
-
Returns a textual description of the Synth look and feel.
- getDescriptor() - Method in interface javax.management.DescriptorRead
-
Returns a copy of the descriptor for this management
element.
- getDesignAxisDefaults() - Method in interface java.awt.font.MultipleMaster
-
- getDesignAxisNames() - Method in interface java.awt.font.MultipleMaster
-
- getDesignAxisRanges() - Method in interface java.awt.font.MultipleMaster
-
- getDesktop() - Static method in class java.awt.Desktop
-
Returns an instance 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.JDesktopPane
-
This method returns the DesktopManager used with the JDesktopPane.
- getDesktopManager() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method returns the DesktopManager to use with the JInternalFrame.
- 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(Component) - Static method in class javax.swing.JOptionPane
-
This method returns the JDesktopPane for the given parentComponent or
null if none can be found.
- getDesktopProperty(String) - Method in class java.awt.Toolkit
-
- getDesktopPropertyValue(String, Object) - Static method in class javax.swing.LookAndFeel
-
Returns the value of Toolkit.getDefaultToolkit()
.getDesktopProperty(systemPropertyName)
, or
fallbackValue
if no such property is defined.
- getDestination() - Method in class java.awt.JobAttributes
-
- getDestination(ImageReadParam, Iterator<ImageTypeSpecifier>, int, int) - Static method in class javax.imageio.ImageReader
-
Return a suitable destination buffered image.
- getDestination() - Method in class javax.imageio.ImageReadParam
-
- 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. (0, 0) by default.
- getDestinationType() - Method in class javax.imageio.IIOParam
-
Retrieve the currently set image-type specifier or null if none
has been set.
- getDetail() - Method in interface 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
- getDevice(MidiDevice.Info) - Method in class javax.sound.midi.spi.MidiDeviceProvider
-
Get the MidiDevice for the MIDI device described by info
- getDeviceConfiguration() - Method in class java.awt.Graphics2D
-
- getDeviceInfo() - Method in interface 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(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the dialog title.
- getDialogTitle(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(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- 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
-
Returns the number of dimensions used by arrays
of this type.
- getDimension(Object) - Method in class javax.swing.UIDefaults
-
Returns a dimension entry for the default locale.
- getDimension(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a dimension entry for a specic locale.
- getDimension(Object) - Static method in class javax.swing.UIManager
-
Returns a dimension from the defaults table.
- getDimension(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns a dimension from the defaults table.
- getDir() - Method in interface 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
-
- getDirection() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns the direction of the element.
- getDirection() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the direction property definition in CSS2.
- 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 java.awt.FileDialog
-
Returns the directory for this file dialog.
- getDirectory() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the current directory.
- getDirectoryName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the current directory name.
- getDirtyRegion(JComponent) - Method in class javax.swing.RepaintManager
-
Get the dirty region associated with a component, or null
if the component has no dirty region.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
Enables/disables the link.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLStyleElement
-
Enables/disables the style sheet.
- getDisabled() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface 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.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.
- getDisabledTextColor() - Method in class javax.swing.text.JTextComponent
-
- getDismissDelay() - Method in class javax.swing.ToolTipManager
-
This method returns the time the ToolTip will be shown before being
hidden.
- getDisplay() - Method in interface 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.
- getDisplayCountry(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.
- getDisplayCountry(String, Locale) - Method in class java.util.spi.LocaleNameProvider
-
Returns the localized name for the specified ISO 3166
country in the supplied
Locale
.
- 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.
- getDisplayLanguage(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.
- getDisplayLanguage(String, Locale) - Method in class java.util.spi.LocaleNameProvider
-
Returns the localized name for the specified ISO 639
language in the supplied
Locale
.
- 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 java.beans.FeatureDescriptor
-
Get the localized (display) name of this feature.
- getDisplayName() - Method in class java.net.NetworkInterface
-
Returns the display name of the interface
- getDisplayName(int, int, Locale) - Method in class java.util.Calendar
-
Returns a localised textual representation of the current value
of the given field using the specified style.
- getDisplayName() - Method in class java.util.Locale
-
Gets all local components suitable for display to the user, formatted
for the default locale.
- getDisplayName(Locale) - Method in class java.util.Locale
-
Gets all local components suitable for display to the user, formatted
for a specified locale.
- getDisplayName(String, boolean, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
-
Returns a name for the specified time zone identifier
localized to the supplied
Locale
.
- getDisplayName() - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayName(Locale) - 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.
- getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
-
This method returns a string name of the time zone suitable
for displaying to the user.
- getDisplayName() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
-
This method returns the name displayed in the tab for this chooser panel.
- getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
-
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.
- getDisplayVariant(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.
- getDisplayVariant(String, Locale) - Method in class java.util.spi.LocaleNameProvider
-
Returns the localized name for the specified variant
in the supplied
Locale
.
- 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
-
- getDividerLocation() - Method in class javax.swing.JSplitPane
-
This method returns the location of the divider.
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the location of the divider.
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
-
Determines the current location of the divider.
- getDividerSize() - Method in class javax.swing.JSplitPane
-
This method returns the size of the divider.
- getDividerSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Retrieves the thickness 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 interface javax.print.MultiDoc
-
Returns the current document.
- getDocFlavor() - Method in interface 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 interface org.w3c.dom.Document
-
The Document Type Declaration (see DocumentType
)
associated with this document.
- getDocument() - Method in interface javax.swing.event.DocumentEvent
-
getDocument
- 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 javax.swing.text.AbstractWriter
-
Return this writer's Document.
- getDocument() - Method in class javax.swing.text.DocumentFilter.FilterBypass
-
- getDocument() - Method in interface javax.swing.text.Element
-
- getDocument() - Method in class javax.swing.text.JTextComponent
-
- getDocument() - Method in class javax.swing.text.View
-
- getDocument() - Method in interface org.w3c.dom.views.AbstractView
-
The source DocumentView
of which this is an
AbstractView
.
- getDocumentBase() - Method in class java.applet.Applet
-
Returns the basename URL of the document this applet is embedded in.
- getDocumentBase() - Method in interface java.applet.AppletStub
-
Returns the basename URL of the document this applet is embedded in.
- getDocumentElement() - Method in interface org.w3c.dom.Document
-
This is a convenience attribute that allows direct access to the child
node that is the document element of the document.
- getDocumentFilter() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
Gets the DocumentFilter for this formatter.
- getDocumentFilter() - Method in class javax.swing.text.AbstractDocument
-
- getDocumentFilter() - Method in class javax.swing.text.DefaultFormatter
-
Returns the DocumentFilter that is used to restrict input.
- getDocumentListeners() - Method in class javax.swing.text.AbstractDocument
-
Returns all registered DocumentListener
s.
- getDocumentProperties() - Method in class javax.swing.text.AbstractDocument
-
Returns the properties of this Document
.
- getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
-
Returns the body of the DTD, including the internal DTD subset.
- getDocumentURI() - Method in interface 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 javax.management.ObjectName
-
Returns the domain part of the object name.
- getDomain() - Method in interface 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.
- getDomainCombiner() - Method in class java.security.AccessControlContext
-
Returns the Domain Combiner associated with the AccessControlContext
- getDomains() - Method in interface javax.management.MBeanServer
-
Returns an array containing all the domains used by beans registered
with this server.
- getDomains() - Method in interface javax.management.MBeanServerConnection
-
Returns an array containing all the domains used by beans registered
with this server.
- getDomains(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getDomains()
by returning an array
containing all the domains used by beans registered with
this server.
- getDomConfig() - Method in interface org.w3c.dom.Document
-
The configuration used when Document.normalizeDocument()
is invoked.
- getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
-
The DOMConfiguration
object used when parsing an input
source.
- getDomConfig() - Method in interface 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.
- getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Return the first implementation that has the desired
features, or null
if none is found.
- getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
-
A method to request the first DOM implementation that supports the
specified features.
- getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Return a list of implementations that support the
desired features.
- getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
-
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDoOutput() - Method in class java.net.URLConnection
-
Returns a boolean flag indicating whether or not output will be done
on this connection.
- getDot() - Method in class javax.swing.event.CaretEvent
-
Get caret location
- getDot() - Method in interface javax.swing.text.Caret
-
Returns the current position of this Caret
within the
Document
.
- getDot() - Method in class javax.swing.text.DefaultCaret
-
Returns the current position of this Caret
within the
Document
.
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a double array.
- getDouble(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as a double.
- getDouble() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a double value.
- getDouble(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a double value.
- getDouble(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
double
.
- getDouble(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
double
.
- getDouble(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
double
.
- getDouble(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
double
.
- getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as a double.
- getDouble(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
-
- 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
-
- getDragEnabled() - Method in class javax.swing.JTree
-
Return the value of the dragEnabled
property.
- getDragEnabled() - Method in class javax.swing.text.JTextComponent
-
- getDraggedColumn() - Method in class javax.swing.table.JTableHeader
-
Get the column that is currently being dragged.
- getDraggedDistance() - Method in class javax.swing.table.JTableHeader
-
- 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.Component.BltBufferStrategy
-
Retrieves a graphics object that can be used to draw into this
strategy's image buffer.
- getDrawGraphics() - Method in class java.awt.Component.FlipBufferStrategy
-
Retrieves a graphics object that can be used to draw into this
strategy's image buffer.
- getDrawGraphics() - Method in class java.awt.image.BufferStrategy
-
Retrieves a graphics object that can be used to draw using this
buffer strategy.
- getDrawsLayeredHighlights() - Method in class javax.swing.text.DefaultHighlighter
-
- getDriver(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 interface java.sql.DatabaseMetaData
-
This method returns the major version number of the JDBC driver.
- getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
-
This method returns the minor version number of the JDBC driver.
- getDriverName() - Method in interface 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 interface 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 interface 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(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 interface org.xml.sax.XMLReader
-
Return the current DTD handler.
- getDTDType() - Method in interface javax.xml.stream.events.Attribute
-
Returns the type of this attribute.
- getEarliestSequenceNumber() - Method in class javax.management.remote.NotificationResult
-
Returns the sequence number of the earliest notification
in the buffer.
- 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 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).
- getEchoChar() - Method in class javax.swing.JPasswordField
-
getEchoChar
- 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(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the path to the element that is being editted.
- getEditingPath(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(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
- getEditor(ActionEvent) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
-
Returns the JEditorPane
component from which the
ActionEvent
originated.
- getEditorComponent() - Method in interface 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
- 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.
- getEditorKit() - Method in class javax.swing.JEditorPane
-
Returns the EditorKit.
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicEditorPaneUI
-
Gets the EditorKit for the text component.
- getEditorKit(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Returns the
EditorKit
used for the text component that is managed
by this UI.
- getEditorKit(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(JTextComponent) - Method in class javax.swing.plaf.TextUI
-
Retrieves the EditorKit
managing policies and
persistent state.
- getEditorKitClassNameForContentType(String) - Static method in class javax.swing.JEditorPane
-
Returns the class name of the EditorKit associated with the given
content type.
- getEditorKitForContentType(String) - Method in class javax.swing.JEditorPane
-
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, int) - Method in class java.awt.image.DataBuffer
-
Returns an element from a particular data bank.
- getElem(int) - Method in class java.awt.image.DataBufferByte
-
Returns an element from the first data bank.
- getElem(int, int) - Method in class java.awt.image.DataBufferByte
-
Returns an element from a particular data bank.
- getElem(int) - Method in class java.awt.image.DataBufferDouble
-
Returns an element from the first data bank.
- getElem(int, int) - Method in class java.awt.image.DataBufferDouble
-
Returns an element from a particular data bank.
- getElem(int) - Method in class java.awt.image.DataBufferFloat
-
Returns an element from the first data bank.
- getElem(int, int) - Method in class java.awt.image.DataBufferFloat
-
Returns an element from a particular data bank.
- getElem(int) - Method in class java.awt.image.DataBufferInt
-
Returns an element from the first data bank.
- getElem(int, int) - Method in class java.awt.image.DataBufferInt
-
Returns an element from a particular data bank.
- getElem(int) - Method in class java.awt.image.DataBufferShort
-
Returns an element from the first data bank.
- getElem(int, int) - Method in class java.awt.image.DataBufferShort
-
Returns an element from a particular 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.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, int) - Method in class java.awt.image.DataBuffer
-
Returns an element from a particular data bank, converted to a
double
.
- getElemDouble(int) - Method in class java.awt.image.DataBufferDouble
-
- getElemDouble(int, 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.DataBufferFloat
-
- getElement() - Method in interface javax.swing.event.DocumentEvent.ElementChange
-
getElement
- 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() - Method in class javax.swing.text.AbstractDocument.ElementEdit
-
Returns the changed element.
- getElement(int) - Method in class javax.swing.text.AbstractDocument.LeafElement
-
Returns null
since LeafElement
s cannot have
children.
- getElement(int) - Method in interface javax.swing.text.Element
-
- getElement(Element, Object, Object) - Method in class javax.swing.text.html.HTMLDocument
-
Gets the child element that contains the attribute with the value or null.
- getElement(String) - Method in class javax.swing.text.html.HTMLDocument
-
Returns the element that has the given id Attribute (for instance, <p id
='my paragraph >').
- getElement(String) - Method in class javax.swing.text.html.parser.DTD
-
Get the element by the element name.
- getElement(int) - Method in class javax.swing.text.html.parser.DTD
-
- 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
-
- 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 interface javax.swing.ListModel
-
Retrieves a data element at a specified index.
- 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.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(String) - Method in interface 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 LeafElement
s cannot have
children.
- getElementCount() - Method in interface javax.swing.text.Element
-
- getElementDescription(String, Locale) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getElementDescription(String, Locale) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- 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 LeafElement
s cannot have
children.
- getElementIndex(int) - Method in interface javax.swing.text.Element
-
- getElementIterator() - Method in class javax.swing.text.AbstractWriter
-
Return the ElementIterator for this writer.
- getElementMaxChildren(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getElementMaxChildren(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getElementMinChildren(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getElementMinChildren(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getElementOpenType() - Method in class javax.management.openmbean.ArrayType
-
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(Vector<Element>) - Method in class javax.swing.text.html.parser.ContentModel
-
Adds all list elements to the given vector, ignoring the
operations between the elements.
- getElements() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
Returns a collection of all form control elements in the form.
- getElementsAt(HTMLDocument, int) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
Returns an array of Elements that contain the offset.
- getElementsByName(String) - Method in interface 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(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getElementsByTagName(String) - Method in interface 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(String) - Method in interface org.w3c.dom.Element
-
Returns a NodeList
of all descendant Elements
with a given tag name, in document order.
- getElementsByTagNameNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
-
Returns a NodeList
of all the Elements
with a
given local name and namespace URI in document order.
- getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
-
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 interface javax.xml.stream.XMLEventReader
-
Reads the text context of an element.
- getElementText() - Method in interface 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, int) - Method in class java.awt.image.DataBuffer
-
Returns an element from a particular data bank, converted to a
float
.
- getElemFloat(int) - Method in class java.awt.image.DataBufferDouble
-
- getElemFloat(int, 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.DataBufferFloat
-
- getElevation() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the elevation property definition in CSS2.
- getEmptyCells() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the empty-cells property definition in CSS2.
- getEmptySet() - Method in interface javax.swing.text.AbstractDocument.AttributeContext
-
- getEmptySet() - Method in class javax.swing.text.StyleContext
-
- getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
-
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.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.
- getEnabledCipherSuites() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
-
Returns the enabled cipher suites, or null
if the defaults are to be used.
- 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.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.
- getEnabledProtocols() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
-
Returns the enabled protocols, or null
if the defaults are
to be used.
- 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
-
Returns the class which immediately encloses this class.
- getEnclosingConstructor() - Method in class java.lang.Class
-
Returns the constructor which immediately encloses this class.
- getEnclosingMethod() - Method in class java.lang.Class
-
Returns the method which immediately encloses this class.
- getEncoded() - Method in class java.security.AlgorithmParameters
-
Returns the parameters in the default encoding format.
- getEncoded(String) - Method in class java.security.AlgorithmParameters
-
Returns the parameters in the specified encoding format.
- getEncoded() - Method in class java.security.cert.Certificate
-
Gets the DER ASN.1 encoded format for this Certificate.
- getEncoded() - Method in class java.security.cert.CertPath
-
Returns the encoded form of this path, via the default encoding.
- getEncoded(String) - Method in class java.security.cert.CertPath
-
Returns the encoded form of this path, via the specified encoding.
- 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 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 interface java.security.Key
-
This method returns the encoded form of the key.
- getEncoded() - Method in class java.security.spec.EncodedKeySpec
-
Gets the encoded key in byte format.
- getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
-
Gets the encoded key in byte format.
- getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
-
Gets the encoded key in byte format.
- getEncoded() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
- getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
-
Return the key as a byte array.
- 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 javax.security.auth.x500.X500Principal
-
- getEncoded() - Method in class javax.security.cert.Certificate
-
Return the encoded form of this certificate.
- getEncodedValue() - Method in interface javax.naming.ldap.Control
-
- getEncodedValue() - Method in interface javax.naming.ldap.ExtendedRequest
-
- getEncodedValue() - Method in interface 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 java.io.InputStreamReader
-
This method returns the name of the encoding that is currently in use
by this object.
- 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 java.util.logging.Handler
-
Returns the character encoding which this handler uses for publishing
log records.
- getEncoding() - Method in class javax.sound.sampled.AudioFormat
-
Return the encoding of this format.
- getEncoding() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the input encoding.
- getEncoding() - Method in interface org.w3c.dom.css.CSSCharsetRule
-
The encoding information used in this @charset
rule.
- getEncoding() - Method in interface org.w3c.dom.ls.LSInput
-
The character encoding, if known.
- getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
-
The character encoding to use for the output.
- getEncoding() - Method in interface org.xml.sax.ext.Locator2
-
Returns the name of the character encoding for the entity.
- getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the encoding property.
- getEncoding() - Method in class org.xml.sax.InputSource
-
Get the character encoding for a byte stream or URI.
- getEncodings() - Method in class java.security.cert.CertPath
-
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 interface 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
-
- getEndContainer() - Method in interface org.w3c.dom.ranges.Range
-
Node within which the Range ends
- getEndIndex() - Method in interface 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.
- getEndIndex() - Method in class java.text.StringCharacterIterator
-
This method returns the character position of the end of the text range.
- getEndIndex() - Method in class javax.accessibility.AccessibleHyperlink
-
Gets the character index where this link ends in the parent hypertext
document.
- getEndIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
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).
- 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 interface 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 interface 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 javax.swing.text.View
-
- getEndOffset() - Method in interface org.w3c.dom.ranges.Range
-
Offset within the ending node of the Range.
- 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 interface javax.swing.text.Document
-
Returns the position that marks the end of the document.
- getEndPosition() - Method in interface javax.tools.Diagnostic
-
- getEndTime() - Method in class javax.security.auth.kerberos.KerberosTicket
-
Return the end time for this ticket.
- getEntities() - Method in interface javax.xml.stream.events.DTD
-
Returns the entities declared in the DTD.
- getEntities() - Method in interface org.w3c.dom.DocumentType
-
A NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
- getEntity(int) - Method in class javax.swing.text.html.parser.DTD
-
Get the entity with the given identifier.
- getEntity(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 interface org.xml.sax.XMLReader
-
Return the current entity resolver.
- getEntries() - Method in class java.util.jar.Manifest
-
Gets a map of entry Strings to Attributes for all the entries described
in this manifest.
- getEntry(String) - Method in class java.util.jar.JarFile
-
XXX
It actually returns a JarEntry not a zipEntry
- getEntry(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
-
Returns the enumeration constants of this class, or
null if this class is not an Enum
.
- 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.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.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(String) - Static method in class java.lang.System
-
Gets the value of an environment variable.
- getenv() - Static method in class java.lang.System
-
Returns an unmodifiable view of the system environment variables.
- getEnvironment() - Method in exception javax.naming.CannotProceedException
-
- getEnvironment() - Method in interface 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 exception java.sql.SQLException
-
This method returns the vendor specific error code associated with
this error.
- getErrorHandler() - Method in class javax.xml.validation.SchemaFactory
-
- getErrorHandler() - Method in class javax.xml.validation.Validator
-
- getErrorHandler() - Method in class javax.xml.validation.ValidatorHandler
-
- getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current error handler.
- getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the current error event handler.
- getErrorHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current error handler.
- getErrorIndex() - Method in class java.text.ParsePosition
-
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 exception 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.lang.Process
-
Obtain the input stream that receives data from the subprocess.
- 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.
- getEscapeProcessing() - Method in interface 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
-
- getEtchedInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
-
- getEtchType() - Method in class javax.swing.border.EtchedBorder
-
- getEvent() - Method in interface 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 interface org.w3c.dom.events.Event
-
Used to indicate which phase of event flow is currently being
evaluated.
- getEventPropertyName() - Method in class java.beans.EventHandler
-
Returns the event property name.
- getEventSetDescriptors() - Method in interface 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 interface javax.xml.stream.events.XMLEvent
-
Returns the type of this event.
- getEventType() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getEventType() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the type of the current event.
- 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 exception java.lang.ClassNotFoundException
-
Returns the exception which occurred while loading the class,
otherwise returns null.
- getException() - Method in error java.lang.ExceptionInInitializerError
-
Return the exception that caused this error to be created.
- getException() - Method in exception java.security.PrivilegedActionException
-
Get the underlying Exception
that caused this one.
- getException() - Method in class javax.naming.event.NamingExceptionEvent
-
- getException() - Method in interface javax.naming.ldap.UnsolicitedNotification
-
- getException() - Method in error javax.xml.parsers.FactoryConfigurationError
-
Returns the underlying cause of this exception, if any.
- getException() - Method in error javax.xml.stream.FactoryConfigurationError
-
- getException() - Method in exception javax.xml.transform.TransformerException
-
Returns the underlying cause of this exception.
- getException() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
-
Returns the underlying cause.
- getException() - Method in exception org.xml.sax.SAXException
-
Return the embedded exception, if any.
- getExceptionListener() - Method in class java.beans.Encoder
-
- getExceptionListener() - Method in class java.beans.XMLDecoder
-
Returns the ExceptionListener instance associated with this decoder.
- getExceptionTypes() - Method in class java.lang.reflect.Constructor
-
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
-
- getExp() - Method in exception javax.management.BadBinaryOpValueExpException
-
Returns the inappropriate value expression associated
with this exception.
- getExpandedDescendants(TreePath) - Method in class javax.swing.JTree
-
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(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
-
getExpandedState
- getExpandedState(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Return the expansion state of the given tree path.
- getExpandedState(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Return the expansion state of the given tree path.
- getExpandEntityReferences() - Method in interface 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 interface 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 interface 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 exception 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.
- getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
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(String) - Method in interface java.security.cert.X509Extension
-
Returns the DER encoded OCTET string for the specified
extension value identified by a OID.
- getExtent() - Method in interface 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
-
- getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Tells the parser that if no external subset has been declared
in the document text, none should be used.
- getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
-
Allows applications to provide an external subset for documents
that don't explicitly define one.
- getExtra() - Method in class java.util.zip.ZipEntry
-
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 interface 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 interface org.w3c.dom.html2.HTMLBaseFontElement
-
Font face identifier.
- getFace() - Method in interface 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(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(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Returns the value of the specified feature.
- getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
-
Returns the specified feature for SAX2 parsers obtained from this
factory.
- getFeature(String) - Method in class javax.xml.transform.TransformerFactory
-
Returns the state of a feature in the factory implementation.
- getFeature(String) - Method in class javax.xml.validation.SchemaFactory
-
- getFeature(String) - Method in class javax.xml.validation.Validator
-
- getFeature(String) - Method in class javax.xml.validation.ValidatorHandler
-
- getFeature(String) - Method in class javax.xml.xpath.XPathFactory
-
Returns the state of the named feature.
- getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
-
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in .
- getFeature(String, String) - Method in interface org.w3c.dom.Node
-
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in .
- getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Check a parser feature flag.
- getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a feature.
- getFeature(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a feature flag.
- getFeedResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
-
Returns 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 interface java.sql.ResultSet
-
This method returns the current fetch direction for this result set.
- getFetchDirection() - Method in interface java.sql.Statement
-
This method returns the current direction that the driver thinks the
result set will be accessed int.
- getFetchSize() - Method in interface java.sql.ResultSet
-
This method returns the current number of rows that will be fetched
from the database at a time.
- getFetchSize() - Method in interface java.sql.Statement
-
This method returns the number of rows the driver believes should be
fetched from the database at a time.
- getField(String) - Method in class java.io.ObjectStreamClass
-
- getField(String) - Method in class java.lang.Class
-
Get a public field declared or inherited in this class, where name is
its simple name.
- getField() - Method in class java.text.FieldPosition
-
This method returns the field identifier value for this object.
- getField(DatatypeConstants.Field) - Method in class javax.xml.datatype.Duration
-
Returns the value of the specified field, or null
if the
field is undefined.
- getFieldAttribute() - Method in class java.text.FieldPosition
-
- getFieldNames() - Method in interface javax.management.Descriptor
-
Returns the field names of the descriptor.
- getFields() - Method in class java.io.ObjectStreamClass
-
Returns the serializable (non-static and non-transient) Fields
of the class represented by this ObjectStreamClass.
- getFields() - Method in class java.lang.Class
-
Get all the public fields declared in this class or inherited from
superclasses.
- getFields() - Method in interface javax.management.Descriptor
-
Returns all the field name and value pairs, in the
form name=value
.
- 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(String) - Method in interface javax.management.Descriptor
-
Returns the value of the specified field, or null
if no value is present for the given field name.
- getFieldValues(String...) - Method in interface 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.
- getFile() - Method in class javax.activation.FileDataSource
-
Returns the underlying file.
- 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
-
- getFileChooserHomeFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserListViewIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserNewFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileChooserUpFolderIcon() - Static method in class javax.swing.plaf.metal.MetalIconFactory
-
- getFileDescriptor() - Method in class java.net.DatagramSocketImpl
-
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 java.awt.JobAttributes
-
- getFileName() - Method in class java.lang.StackTraceElement
-
Returns the name of the file, or null if unknown.
- getFileName() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the current file name.
- getFileName() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Returns the file name in the text field.
- 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(File, boolean) - Method in class javax.swing.filechooser.FileSystemView
-
Returns an array containing the files in the given directory.
- getFiles() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
Returns a Vector of (java.io.File) objects containing
the files in this list.
- getFileSelectionMode() - Method in class javax.swing.JFileChooser
-
- 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
-
- 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(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(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(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- 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 interface org.w3c.dom.ls.LSParser
-
When a filter is provided, the implementation will call out to the
filter as it is constructing the DOM tree structure.
- getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
-
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
- getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
-
The NodeFilter
used to screen nodes.
- getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
-
The filter used to screen nodes.
- getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
-
This is the only method which can set the
ImageConsumer
for this filter.
- getFirst() - Method in class java.util.LinkedList
-
Returns the first element in the list.
- getFirstChild() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getFirstChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the first child node belonging to this tree node.
- getFirstChild() - Method in interface org.w3c.dom.Node
-
The first child of this node.
- getFirstColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
-
Returns the first column that changed.
- getFirstColumn() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getFirstComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Returns the first Component of root that should receive the focus.
- getFirstComponent(Container) - Method in class java.awt.FocusTraversalPolicy
-
Returns the first Component in the traversal cycle.
- getFirstComponent(Container) - Method in class javax.swing.DefaultFocusManager
-
getFirstComponent
- getFirstComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
-
- 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(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 interface 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.
- getFirstRow() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getFirstVisibleIndex() - Method in class javax.swing.JList
-
- getFixedCellHeight() - Method in class javax.swing.JList
-
- getFixedCellWidth() - Method in class javax.swing.JList
-
- getFlags() - Method in exception java.util.DuplicateFormatFlagsException
-
Returns the flags which contain a duplicate.
- getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
-
Returns the mismatching flag.
- getFlags() - Method in exception java.util.IllegalFormatFlagsException
-
Returns the illegal flags.
- getFlags() - Method in exception java.util.UnknownFormatFlagsException
-
Returns the flags which contain a unknown.
- getFlags() - Method in class javax.security.auth.kerberos.KerberosTicket
-
Return the flags for this ticket as a boolean array.
- getFlatness(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
-
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() - 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(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
-
Calculates the flatness of a quadratic curve, directly specifying
each coordinate value.
- 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.
- getFlatness() - Method in class java.awt.geom.QuadCurve2D
-
Calculates the flatness of this curve.
- getFlatnessSq(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
-
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() - Method in class java.awt.geom.CubicCurve2D
-
Calculates the squared flatness of this curve.
- getFlatnessSq(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
-
Calculates the squared flatness of a quadratic curve, directly
specifying each coordinate value.
- 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.
- getFlatnessSq() - Method in class java.awt.geom.QuadCurve2D
-
Calculates the squared flatness of this curve.
- 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(String) - Method in interface java.awt.datatransfer.FlavorTable
-
Returns a list of flavors corresponding to the given String native.
- getFlavorsForNative(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.
- getFlavorsForNatives(String[]) - Method in interface java.awt.datatransfer.FlavorMap
-
Maps the specified native type names to DataFlavor
's.
- getFlavorsForNatives(String[]) - Method in class java.awt.datatransfer.SystemFlavorMap
-
Maps the specified native type names to DataFlavor
's.
- getFlipContents() - Method in class java.awt.BufferCapabilities
-
Retrieve the result of a flipping operation.
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a float array.
- getFloat(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as a float.
- getFloat() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a float value.
- getFloat(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a float value.
- getFloat(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
float
.
- getFloat(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
float
.
- getFloat(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
float
.
- getFloat(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
float
.
- getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as a float.
- getFloat(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 interface 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 interface 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 java.awt.Window
-
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.
- 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 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.
- getFocusOwner() - Method in class javax.swing.JInternalFrame
-
This method returns the child Component that will receive focus if this
JInternalFrame is selected.
- 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 java.awt.Component.AccessibleAWTComponent
-
Gets the font.
- getFont() - Method in class java.awt.Component
-
Returns the font in use for this component.
- getFont(String, Font) - Static method in class java.awt.Font
-
Returns a Font
object from the passed property name.
- getFont(String) - Static method in class java.awt.Font
-
Returns a Font
object from the passed property name.
- getFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Static method in class java.awt.Font
-
Returns a font appropriate for the given attribute set.
- getFont() - Method in class java.awt.font.GlyphVector
-
- getFont() - Method in class java.awt.FontMetrics
-
Returns the font that this object is creating metric information fo.
- getFont() - Method in class java.awt.Graphics
-
Returns the current font for this graphics context.
- getFont() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Font
used for text created by this component.
- getFont() - Method in class java.awt.MenuComponent
-
Returns the font in use for this component.
- getFont() - Method in interface java.awt.MenuContainer
-
Returns the font in use by this container.
- getFont() - Method in interface javax.accessibility.AccessibleComponent
-
Get the font of this component
- getFont(Component) - Method in class javax.swing.border.TitledBorder
-
Returns the font that is used for displaying the title text for
a given Component.
- getFont() - Method in class javax.swing.DebugGraphics
-
getFont
- getFont() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the font of the JList
since it is not possible to
set fonts for list children individually.
- getFont() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the font of the table cell.
- getFont() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the Font of this object.
- getFont(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
-
- getFont() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFont(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
-
Extracts a font from a set of attributes.
- getFont() - Method in class javax.swing.text.GlyphView
-
Returns the font for the text run for which this GlyphView
is responsible.
- getFont(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Gets the font to use for the given set.
- getFont() - Method in class javax.swing.text.LabelView
-
Returns the font for the glyphs.
- getFont(AttributeSet) - Method in class javax.swing.text.StyleContext
-
- getFont(String, int, int) - Method in class javax.swing.text.StyleContext
-
- getFont(AttributeSet) - Method in interface javax.swing.text.StyledDocument
-
getFont
- getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
Gets the font of this component.
- getFont() - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Gets the font used for editing.
- getFont() - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Returns the current font.
- getFont(Object) - Method in class javax.swing.UIDefaults
-
Returns a font entry for the default locale.
- getFont(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a font entry for a specic locale.
- getFont(Object) - Static method in class javax.swing.UIManager
-
Retrieves a font from the defaults table of the current
LookAndFeel.
- getFont(Object, Locale) - Static method in class javax.swing.UIManager
-
Retrieves a font from the defaults table of the current
LookAndFeel.
- getFont() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font property definition in CSS2.
- getFontFamily(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.
- getFontFamily() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-family property definition in CSS2.
- getFontForState(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
-
- getFontList() - Method in class java.awt.Toolkit
-
Deprecated.
- getFontMetrics(Font) - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the font metrics for a font.
- getFontMetrics(Font) - Method in class java.awt.Component
-
Returns the font metrics for the specified font in this component.
- getFontMetrics() - Method in class java.awt.Graphics
-
Returns the font metrics for the current font.
- getFontMetrics(Font) - Method in class java.awt.Graphics
-
Returns the font metrics for the specified font.
- getFontMetrics(Font) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Retrieves information on the rendering and metrics of the supplied
font.
- getFontMetrics(Font) - Method in interface java.awt.peer.ComponentPeer
-
Returns the font metrics for the specified font.
- getFontMetrics(Font) - Method in class java.awt.Toolkit
-
Deprecated.
- getFontMetrics(Font) - Method in interface javax.accessibility.AccessibleComponent
-
Get the FontMetrics
of the specified font in this component.
- getFontMetrics() - Method in class javax.swing.DebugGraphics
-
Returns the font metrics of the current font.
- getFontMetrics(Font) - Method in class javax.swing.DebugGraphics
-
Returns the font metrics for a given font.
- getFontMetrics(Font) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the font metrics for the specified font.
- getFontMetrics(Font) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the font metrics for a specified font.
- getFontMetrics(Font) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the FontMetrics of this object.
- getFontMetrics() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the fontmetrics for the font of the JTabbedPane.
- getFontMetrics(Font) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getFontMetrics() - Method in class javax.swing.text.FieldView
-
- getFontMetrics() - Method in class javax.swing.text.LabelView
-
Deprecated.
this is not used anymore
- getFontMetrics(Font) - Method in class javax.swing.text.StyleContext
-
- getFontName() - Method in class java.awt.Font
-
Returns the font face name of the font.
- getFontName(Locale) - Method in class java.awt.Font
-
Returns the font face name of the font.
- getFontPeer(String, int) - Method in class java.awt.Toolkit
-
Deprecated.
- getFontRenderContext() - Method in class java.awt.font.GlyphVector
-
- getFontRenderContext() - Method in class java.awt.Graphics2D
-
Returns the font render context.
- getFontSize(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.
- getFontSize() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size property definition in CSS2.
- getFontSizeAdjust() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size-adjust property definition in CSS2.
- getFontStretch() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-stretch property definition in CSS2.
- getFontStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-style property definition in CSS2.
- getFontTable(int) - Method in interface java.awt.font.OpenType
-
- getFontTable(int, int, int) - Method in interface java.awt.font.OpenType
-
- getFontTable(String) - Method in interface java.awt.font.OpenType
-
- getFontTable(String, int, int) - Method in interface java.awt.font.OpenType
-
- getFontTableSize(int) - Method in interface java.awt.font.OpenType
-
- getFontTableSize(String) - Method in interface java.awt.font.OpenType
-
- getFontVariant() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-variant property definition in CSS2.
- getFontWeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-weight property definition in CSS2.
- getForeground() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the foreground color.
- getForeground() - Method in class java.awt.Component
-
Returns this component's foreground color.
- getForeground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the foreground color of the component, or null
if this property is unsupported.
- getForeground() - Method in interface javax.accessibility.AccessibleComponent
-
Get the foreground color of this component.
- getForeground() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the foreground color for this list child.
- getForeground() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the foreground color of the table cell.
- getForeground() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the foreground color of this object.
- getForeground() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getForeground(AttributeSet) - Method in class javax.swing.text.DefaultStyledDocument
-
Extracts a foreground color from a set of attributes.
- getForeground() - Method in class javax.swing.text.GlyphView
-
Returns the foreground color which should be used to paint the text.
- getForeground(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Takes a set of attributes and turns it into a foreground
color specification.
- getForeground() - Method in class javax.swing.text.LabelView
-
Returns the foreground color for the glyphs.
- getForeground(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(AttributeSet) - Method in class javax.swing.text.StyleContext
-
- getForeground(AttributeSet) - Method in interface javax.swing.text.StyledDocument
-
getForeground
- getForegroundAt(int) - Method in class javax.swing.JTabbedPane
-
This method returns the foreground color for the tab.
- getForm() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLFieldSetElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLIsIndexElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLLabelElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLLegendElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
Returns the FORM
element containing this control.
- getForm() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
Returns the FORM
element containing this control.
- getFormat() - Method in interface java.security.Certificate
-
Deprecated.
This method returns the encoding format of the certificate (e.g., "PGP",
"X.509").
- getFormat() - Method in interface java.security.Key
-
This method returns the name of the encoding format for this key.
- getFormat() - Method in class java.security.spec.EncodedKeySpec
-
Returns the name of the key format used.
- getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
-
Returns the name of the key format used which is "PKCS#8"
- getFormat() - Method in class java.security.spec.X509EncodedKeySpec
-
Returns the name of the key format used which is "X.509"
- getFormat() - Method in class javax.crypto.spec.SecretKeySpec
-
This key's format, which is always "RAW".
- getFormat() - Method in class javax.security.auth.kerberos.KerberosKey
-
Return the format of this key.
- 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 interface javax.sound.sampled.DataLine
-
Return the current format of the data associated with this DataLine.
- 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.swing.text.InternationalFormatter
-
Returns the currently used Format object that is used to format
the JFormattedField.
- getFormatId() - Method in interface 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 java.text.MessageFormat
-
Returns an array with the Formats for
the arguments.
- getFormats() - Method in class javax.sound.sampled.DataLine.Info
-
Return the supported audio formats.
- getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
-
Return the formatters used sorted by argument index.
- getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
-
Returns the format specification.
- getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
-
Returns the format specification.
- getFormattedTextField() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
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(JFormattedTextField) - Method in class javax.swing.JFormattedTextField.AbstractFormatterFactory
-
- getFormatter() - Method in class javax.swing.JFormattedTextField
-
Returns the current formatter used for this JFormattedTextField.
- getFormatter(JFormattedTextField) - Method in class javax.swing.text.DefaultFormatterFactory
-
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 interface 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 java.awt.geom.RectangularShape
-
Return the frame around this object.
- getFrame() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Specifies which external table borders to render.
- getFrameBorder() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
Request frame borders.
- getFrameBorder() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Request frame borders.
- getFrameForComponent(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 interface javax.sound.sampled.Clip
-
Return the frame length of this clip.
- getFramePosition() - Method in interface 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
-
- getFrontBufferCapabilities() - Method in class java.awt.BufferCapabilities
-
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 interface java.security.interfaces.DSAParams
-
Returns the base, or 'g' value
- getG() - Method in class java.security.spec.DSAParameterSpec
-
Returns g for the DSA algorithm.
- 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.
- 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.
- 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 interface java.sql.Statement
-
- getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
-
Returns the Type
of the components within the array.
- getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
-
Returns a representation of the declaration used to declare this
type variable.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
-
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
-
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
-
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
-
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() - 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() - Method in interface javax.swing.RootPaneContainer
-
getGlassPane
- getGlobalActiveWindow() - Method in class java.awt.KeyboardFocusManager
-
Retrieve the active
Window
, regardless of whether or not
the
Window
was made active by a thread in the current
ThreadGroup
.
- getGlobalCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
-
Retrieve the current focus cycle root, regardless of whether or
not it was made set by a thread in the current
ThreadGroup
.
- getGlobalFocusedWindow() - Method in class java.awt.KeyboardFocusManager
-
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
.
- getGlobalPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
-
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 interface 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
.
- getGlyphPixelBounds(int, FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
-
- 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.Component
-
Returns a graphics object for this component.
- getGraphics() - Method in class java.awt.image.BufferedImage
-
- getGraphics() - Method in class java.awt.Image
-
Returns a graphics context object for drawing an off-screen object.
- getGraphics() - Method in class java.awt.image.VolatileImage
-
Returns a Graphics2D object that can be used to draw onto this
image.
- getGraphics() - Method in interface java.awt.peer.ComponentPeer
-
Returns a
Graphics
object suitable for drawing on 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.JComponent
-
Returns the Graphics context for this component.
- getGraphics() - Method in class javax.swing.text.View
-
- getGraphicsConfiguration() - Method in class java.awt.Component
-
Returns the graphics configuration of this component, if there is one.
- getGraphicsConfiguration() - Method in interface java.awt.peer.ComponentPeer
-
Get the graphics configuration of the component.
- getGraphicsConfiguration() - Method in class java.awt.Window
-
Get graphics configuration.
- getGraphicsUtils(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(int) - Method in class java.awt.image.ColorModel
-
Converts pixel value to sRGB and extract green int sample
scaled to range [0, 255].
- getGreen(Object) - Method in class java.awt.image.ColorModel
-
- getGreen(int) - Method in class java.awt.image.ComponentColorModel
-
- getGreen(Object) - 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(Object) - Method in class java.awt.image.DirectColorModel
-
- 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() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the green value of the RGB color.
- 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
-
- getGridColumn() - Method in class javax.swing.text.TableView.TableCell
-
Deprecated.
Table cells are now rendered by an arbitrary
View
implementation.
- getGridRow() - Method in class javax.swing.text.TableView.TableCell
-
Deprecated.
Table cells are now rendered by an arbitrary
View
implementation.
- getGrooveInsets() - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
-
- 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 interface java.security.Certificate
-
Deprecated.
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(Handler) - Method in class java.util.logging.Formatter
-
Returns a string that handlers are supposed to emit before
the first log record.
- getHead(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.
- getHeaderField(String) - Method in class java.net.URLConnection
-
Returns a String representing the value of the header field having
the named key.
- getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
-
Returns the value of the named field parsed as date
- getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named header field as a date.
- getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
-
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 interface 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 interface java.lang.management.MemoryMXBean
-
Returns a
MemoryUsage
object representing the
current state of the heap.
- getHeight() - Method in class java.awt.Component
-
Gets the height of the component.
- getHeight() - Method in class java.awt.Dimension
-
Gets the height of this dimension.
- getHeight() - Method in class java.awt.DisplayMode
-
Returns the height, in pixels.
- getHeight() - Method in class java.awt.font.LineMetrics
-
- getHeight() - Method in class java.awt.FontMetrics
-
Returns the height of a line in this font.
- 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 java.awt.geom.Dimension2D
-
Get the height of this dimension.
- 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.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.geom.RoundRectangle2D.Double
-
- getHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getHeight() - Method in class java.awt.image.BufferedImage
-
- getHeight(ImageObserver) - Method in class java.awt.image.BufferedImage
-
- getHeight(ImageObserver) - Method in class java.awt.Image
-
Returns the height of the image, or -1 if it is unknown.
- getHeight() - Method in class java.awt.image.Kernel
-
Returns the kernel height (as supplied to the constructor).
- 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 interface java.awt.image.renderable.RenderableImage
-
- getHeight() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getHeight() - Method in interface java.awt.image.RenderedImage
-
- getHeight() - Method in class java.awt.image.SampleModel
-
Returns the height of the pixel data accessible via this
SampleModel
.
- getHeight() - Method in class java.awt.image.VolatileImage
-
Returns the height of this image buffer.
- 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.Rectangle
-
Get the height of the rectangle.
- 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.
- getHeight() - Method in class javax.swing.JComponent
-
Returns the height of this component.
- getHeight() - Method in class javax.swing.SpringLayout.Constraints
-
Returns the constraint for the height of the component.
- getHeight() - Method in class javax.swing.text.BoxView
-
Return the current height of the box.
- getHeight(GlyphView) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Returns the full height of the rendered text.
- getHeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the height property definition in CSS2.
- getHeight() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Override height.
- getHeight() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Frame height.
- getHeight() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Height of the image in pixels.
- getHeight() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Override height.
- getHeight() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Cell height.
- 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 java.awt.MenuBar
-
Returns the help menu for this menu bar.
- getHelpMenu() - Method in class javax.swing.JMenuBar
-
This method is not implemented and will throw an
Error
if called.
- 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(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.
- 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() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Gets the highlight color to be used for this slider.
- 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(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.
- 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.
- getHighlightOuterColor(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.
- 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.
- getHighlights() - Method in class javax.swing.text.DefaultHighlighter
-
- getHighlights() - Method in interface javax.swing.text.Highlighter
-
- getHoldability() - Method in interface java.sql.Connection
-
Gets the default holdability of ResultSet
S that are created
from Statement
S 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.
- getHostAddress(URL) - Method in class java.net.URLStreamHandler
-
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
-
Deprecated.
- getHours() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.HOUR_OF_DAY)
instead.
- 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 interface org.w3c.dom.css.CSSImportRule
-
The location of the style sheet to be imported.
- getHref() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
- getHref() - Method in interface org.w3c.dom.html2.HTMLAreaElement
-
- getHref() - Method in interface org.w3c.dom.html2.HTMLBaseElement
-
- getHref() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
- getHref() - Method in interface 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 interface org.w3c.dom.html2.HTMLAnchorElement
-
Language code of the linked resource.
- getHreflang() - Method in interface 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 interface java.awt.peer.ScrollPanePeer
-
- getHScrollbarHeight() - Method in class java.awt.ScrollPane
-
Returns the height of a horizontal scrollbar.
- getHspace() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
- getHspace() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Horizontal space to the left and right of this image in pixels.
- getHspace() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
- getHTMLDocument(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
Gets the HTMLDocument from the JEditorPane.
- getHTMLEditorKit(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
Gets the HTMLEditorKit
- getHtmlFor() - Method in interface org.w3c.dom.html2.HTMLLabelElement
-
This attribute links this label with another form control by
id
attribute.
- getHtmlFor() - Method in interface 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 interface org.w3c.dom.html2.HTMLMetaElement
-
- getHumanPresentableName() - Method in class java.awt.datatransfer.DataFlavor
-
Returns the human presentable name for this flavor.
- getHumanPresentableName() - Method in class javax.activation.ActivationDataFlavor
-
- 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(int) - Method in interface 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() - Method in class javax.swing.AbstractButton
-
Return the button's default "icon" property.
- getIcon(File) - Method in class javax.swing.filechooser.FileView
-
Returns an
Icon
to represent the specified file.
- getIcon(File) - Method in class javax.swing.JFileChooser
-
Returns the icon provided by the current (or default)
FileView
.
- 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(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Returns an icon appropriate for the given file or directory.
- 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(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
-
A convenience method to fetch an Icon-valued property.
- getIcon(AttributeSet) - Static method in class javax.swing.text.StyleConstants
-
Returns the icon specified in the given attributes, or
null
if no icon is specified.
- getIcon(Object) - Method in class javax.swing.UIDefaults
-
Returns an icon entry for the default locale.
- getIcon(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns an icon entry for a specic locale.
- getIcon(Object) - Static method in class javax.swing.UIManager
-
Returns an icon from the defaults table.
- getIcon(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns an icon from the defaults table.
- 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 interface javax.swing.Icon
-
Returns the height of the icon.
- 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.IconUIResource
-
Returns the height of the icon in pixels.
- 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
-
- getIconTextGap() - Method in class javax.swing.JLabel
-
Returns the gap between the icon and the text.
- getIconWidth() - Method in interface javax.swing.Icon
-
Returns the width of the icon.
- 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.IconUIResource
-
Returns the width of the icon in pixels.
- 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.awt.AWTEvent
-
Returns the event type id.
- getId() - Method in class java.lang.Thread
-
Returns the unique identifier for this thread.
- getID() - Method in class java.rmi.activation.Activatable
-
Get the objects activation identifier.
- getID() - Method in class java.util.TimeZone
-
Gets the identifier of this time zone.
- getID() - Method in interface javax.naming.directory.Attribute
-
- getID() - Method in class javax.naming.directory.BasicAttribute
-
- getID() - Method in interface javax.naming.ldap.Control
-
- getID() - Method in interface javax.naming.ldap.ExtendedRequest
-
- getID() - Method in interface javax.naming.ldap.ExtendedResponse
-
- 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 interface javax.net.ssl.SSLSession
-
Returns this session's unique identifier, a arbitrary byte array of up
to 32 bytes.
- 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.swing.plaf.synth.ColorType
-
Returns the unique ID of the color type.
- getID() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
-
Returns the ID of the Synth look and feel.
- getId() - Method in class javax.xml.datatype.DatatypeConstants.Field
-
- getId() - Method in exception org.omg.CORBA.portable.ApplicationException
-
Get the CORBA repository Id of the exception.
- getId() - Method in interface org.w3c.dom.html2.HTMLElement
-
The element's identifier.
- getIdentifier() - Method in class javax.swing.table.TableColumn
-
- getIdentifier() - Method in interface org.w3c.dom.css.Counter
-
This attribute is used for the identifier of the counter.
- getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
-
This metohd returns the quote string for SQL identifiers.
- getIdentity(String) - Method in class java.security.IdentityScope
-
Deprecated.
Returns the specified
Identity
, by name, within this scope.
- getIdentity(Principal) - Method in class java.security.IdentityScope
-
Deprecated.
- getIdentity(PublicKey) - Method in class java.security.IdentityScope
-
Deprecated.
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 interface javax.naming.directory.Attributes
-
- getIDs() - Method in class javax.naming.directory.BasicAttributes
-
- getIds() - Method in interface 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.
- getIdType() - Method in interface org.relaxng.datatype.Datatype
-
Checks if the ID/IDREF semantics is associated with this
datatype.
- 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(URL) - Method in class java.applet.Applet
-
Returns an image from the specified URL.
- getImage(URL, String) - Method in class java.applet.Applet
-
Returns an image from the specified absolute URL, and relative path
from that URL.
- getImage(URL) - Method in interface java.applet.AppletContext
-
Returns an image from the specified URL.
- getImage() - Method in class java.awt.TexturePaint
-
Gets the texture image.
- getImage(String) - Method in class java.awt.Toolkit
-
Returns an image from the specified file, which must be in a
recognized format.
- getImage(URL) - Method in class java.awt.Toolkit
-
Returns an image from the specified URL, which must be in a
recognized format.
- 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.
- 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.
- getImageCapabilities() - Method in class java.awt.GraphicsConfiguration
-
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.
- getImageMetadata(int, String, Set<String>) - Method in class javax.imageio.ImageReader
-
Get the metadata associated with this image.
- getImageMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
-
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(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(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(String) - Static method in class javax.imageio.ImageIO
-
Retrieve an iterator over all registered readers for the given
format.
- getImageReadersByMIMEType(String) - Static method in class javax.imageio.ImageIO
-
Retrieve an iterator over all registered readers for the given
MIME type.
- getImageReadersBySuffix(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 interface org.w3c.dom.html2.HTMLDocument
-
A collection of all the IMG
elements in a document.
- getImageTranscoders(ImageReader, ImageWriter) - Static method in class javax.imageio.ImageIO
-
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(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.
- getImageWriters(ImageTypeSpecifier, String) - Static method in class javax.imageio.ImageIO
-
Retrieve an iterator over the collection of registered image
writers that support writing images of the given type and in the
given format.
- getImageWritersByFormatName(String) - Static method in class javax.imageio.ImageIO
-
Retrieve an iterator over all registered writers for the given
format.
- getImageWritersByMIMEType(String) - Static method in class javax.imageio.ImageIO
-
Retrieve an iterator over all registered writers for the given
MIME type.
- getImageWritersBySuffix(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 interface javax.management.openmbean.OpenMBeanOperationInfo
-
Returns the impact of performing this operation.
- getImpact(MBeanOperationInfo) - Method in class javax.management.StandardMBean
-
Returns the impact of the operation that will be used in the
supplied
MBeanOperationInfo
instance.
- getImplementation() - Method in class javax.management.StandardMBean
-
Returns the instance that implements this bean.
- getImplementation() - Method in interface org.w3c.dom.Document
-
The DOMImplementation
object that handles this document.
- 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 interface 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 java.lang.Package
-
Returns the vendor that wrote this 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 interface javax.management.MBeanServerDelegateMBean
-
Returns the vendor of this Java Management eXtensions (JMX) implementation.
- getImplementationVersion() - Method in class java.lang.Package
-
Returns the version of 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 interface javax.management.MBeanServerDelegateMBean
-
Returns the version of this Java Management eXtensions (JMX) implementation.
- getImplicitDownCycleTraversal() - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Check whether or not implicit down cycling is enabled.
- getImplicitDownCycleTraversal() - Method in class javax.swing.SortingFocusTraversalPolicy
-
- getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
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
-
- 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 java.beans.IndexedPropertyChangeEvent
-
Return the index of the changed property.
- getIndex() - Method in exception java.net.URISyntaxException
-
Returns the index of the failure, or -1.
- getIndex() - Method in exception java.security.cert.CertPathValidatorException
-
Get the index that failed, or -1.
- getIndex() - Method in exception java.sql.DataTruncation
-
This method returns the index of the column or parameter that was
truncated.
- getIndex() - Method in interface java.text.CharacterIterator
-
This method returns the current value of the index.
- getIndex() - Method in class java.text.ParsePosition
-
This method returns the current parsing index.
- getIndex() - Method in class java.text.StringCharacterIterator
-
This method returns the current value of the index.
- getIndex() - Method in exception 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 interface javax.swing.event.DocumentEvent.ElementChange
-
getIndex
- getIndex(int) - Method in class javax.swing.SizeSequence
-
Returns the index of the element that contains the specified position.
- getIndex(TreeNode) - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the index of a given child TreeNode
or
-1
if node
is not a child of this
AbstractElement
.
- getIndex() - Method in class javax.swing.text.AbstractDocument.ElementEdit
-
Returns the index of the change.
- 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 javax.swing.text.Segment
-
Returns the index of the current character in the segment.
- getIndex(TreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the index of the specified child node, or -1 if the node is not
in fact a child of this node.
- getIndex(TreeNode) - Method in interface 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.
- getIndex() - Method in exception org.relaxng.datatype.DatatypeException
-
Gets the index of the content where the error occured.
- getIndex() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
The index of this OPTION
in its parent SELECT
, starting from 0.
- getIndex(String, String) - Method in interface org.xml.sax.Attributes
-
Look up the index of an attribute by Namespace name.
- getIndex(String) - Method in interface org.xml.sax.Attributes
-
Look up the index of an attribute by XML qualified (prefixed) name.
- getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's index by Namespace name.
- getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's index by qualified (prefixed) name.
- getIndex0() - Method in class javax.swing.event.ListDataEvent
-
Returns the 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 interface java.awt.peer.TextComponentPeer
-
- getIndexAtPoint(Point) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getIndexAtPoint(Point) - Method in interface 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.
- getIndexAtPoint(Point) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the index of the label's character at the specified point,
relative to the local bounds of the button.
- getIndexAtPoint(Point) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the index of the character that is located at the specified
point.
- getIndexAtPoint(Point) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Get the index of the character at the given point, in component
pixel co-ordinates.
- getIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
-
- getIndexedReadMethod() - Method in class java.beans.IndexedPropertyDescriptor
-
- getIndexedWriteMethod() - Method in class java.beans.IndexedPropertyDescriptor
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
-
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(Object) - Method in class javax.swing.DefaultComboBoxModel
-
Returns the index of the specified element in the model's item list.
- getIndexOf(Component) - Method in class javax.swing.JLayeredPane
-
Return the index of a component within the underlying (contiguous)
array of children.
- getIndexOfChild(Object, Object) - Method in class javax.swing.tree.DefaultTreeModel
-
getIndexOfChild
- getIndexOfChild(Object, Object) - Method in interface javax.swing.tree.TreeModel
-
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
-
Deprecated.
- 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).
- getInitialComponent(Window) - Method in class java.awt.FocusTraversalPolicy
-
Returns the Component that should receive the focus when a Window is made
visible for the first time.
- getInitialComponent(JInternalFrame) - Method in class javax.swing.InternalFrameFocusTraversalPolicy
-
- getInitialContext(Hashtable<?, ?>) - Method in interface 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
Timer.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.
- getInitialLocation(Insets) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
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(ClassLoader) - Method in interface 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 exception java.net.URISyntaxException
-
Returns the bad input string.
- getInput() - Method in class javax.imageio.ImageReader
-
Get this reader's image input source.
- getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
-
The input source that was parsed.
- getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The input source that is being parsed.
- getInputArguments() - Method in interface java.lang.management.RuntimeMXBean
-
Returns 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.JTextPane
-
Returns the attributes that are applied to newly inserted text.
- getInputAttributes() - Method in class javax.swing.text.html.HTMLEditorKit
-
Gets the input attributes used for the styled editing actions.
- getInputAttributes() - Method in class javax.swing.text.StyledEditorKit
-
Returns the current input attributes.
- getInputClass() - Method in class javax.imageio.spi.ImageInputStreamSpi
-
- 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 interface org.w3c.dom.Document
-
An attribute specifying the encoding used for this document at the time
of the parsing.
- getInputEncoding() - Method in interface org.w3c.dom.Entity
-
An attribute specifying the encoding used for this entity at the time
of parsing, when it is an external parsed entity.
- getInputLength() - Method in exception java.nio.charset.MalformedInputException
-
Retrieves the position of the malformed input in the input stream.
- getInputLength() - Method in exception java.nio.charset.UnmappableCharacterException
-
Retrieves the illegal charset name
- getInputMap(int) - Method in class javax.swing.JComponent
-
Returns the input map associated with this component for the given
state/condition.
- getInputMap() - Method in class javax.swing.JComponent
-
- getInputMethodControlObject() - Method in class java.awt.im.InputContext
-
Returns a control object from the current input method, or null.
- getInputMethodDisplayName(Locale, Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
-
Returns a user visible name of the input locale, displayed in the
specified locale.
- getInputMethodIcon(Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
-
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 interface 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 java.lang.Process
-
Obtain the input stream that receives data from the subprocess.
- 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 java.net.URLConnection
-
Returns an InputStream for this connection.
- getInputStream() - Method in interface java.rmi.server.RemoteCall
-
Deprecated.
- getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
-
Returns an input stream for the given entry.
- getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
-
Creates an input stream reading the given zip entry as
uncompressed data.
- getInputStream() - Method in class javax.activation.DataHandler
-
Returns an input stream from which the data can be read.
- getInputStream() - Method in interface javax.activation.DataSource
-
Returns an input stream from which the data can be read.
- getInputStream() - Method in class javax.activation.FileDataSource
-
- getInputStream() - Method in class javax.activation.URLDataSource
-
- getInputStream() - Method in class javax.xml.transform.stream.StreamSource
-
Returns the source input stream.
- getInputStream() - Method in exception org.omg.CORBA.portable.ApplicationException
-
Get the input stream from where the exception parameters can be read.
- 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.
- getInsertingReader(int, int, int, HTML.Tag, Element) - Method in class javax.swing.text.html.HTMLDocument
-
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 interface java.awt.im.InputMethodRequests
-
Gets the offset where the committed text exists in the text editing
component.
- getInset(int, 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 java.awt.Container
-
Returns the insets for this container, which is the space used for
borders, the margin, etc.
- getInsets() - Method in interface java.awt.peer.ContainerPeer
-
- getInsets() - Method in class javax.swing.JComponent
-
Get the component's insets, which are calculated from
the
JComponent.border
property.
- getInsets(Insets) - Method in class javax.swing.JComponent
-
Get the component's insets, which are calculated from the
JComponent.border
property.
- getInsets() - Method in class javax.swing.JViewport
-
- getInsets(Insets) - Method in class javax.swing.JViewport
-
- getInsets() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the insets of the current border.
- getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
This method returns the insets of the given JComponent.
- getInsets() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Retrieves the insets of the divider.
- getInsets(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the border insets of the current border.
- getInsets() - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
This method returns the insets for the DragWindow.
- getInsets(SynthContext, Insets) - Method in class javax.swing.plaf.synth.SynthStyle
-
- getInsets(Object) - Method in class javax.swing.UIDefaults
-
Returns an insets entry for the default locale.
- getInsets(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns an insets entry for a specic locale.
- getInsets(Object) - Static method in class javax.swing.UIManager
-
Returns an Insets object from the defaults table.
- getInsets(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns an Insets object from the defaults table.
- getInsetSpan(int) - Method in class javax.swing.text.AsyncBoxView
-
Returns the span along an axis that is taken up by the insets.
- getInsideAllocation(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
LookAndFeel
s
that are installed.
- getInstance(int) - Static method in class java.awt.AlphaComposite
-
Creates an AlphaComposite object with the specified rule.
- 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(int) - Static method in class java.awt.color.ColorSpace
-
- getInstance(byte[]) - Static method in class java.awt.color.ICC_Profile
-
Returns an ICC_Profile instance from a byte array of profile data.
- getInstance(int) - Static method in class java.awt.color.ICC_Profile
-
Returns an predefined ICC_Profile instance.
- getInstance(String) - Static method in class java.awt.color.ICC_Profile
-
Returns an ICC_Profile instance from an ICC Profile file.
- getInstance(InputStream) - Static method in class java.awt.color.ICC_Profile
-
Returns an ICC_Profile instance from an InputStream.
- getInstance() - Static method in class java.awt.im.InputContext
-
Returns a new InputContext.
- getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns a new AlgorithmParameterGenerator
instance which
generates algorithm parameters for the specified algorithm.
- getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns a new AlgorithmParameterGenerator
instance which
generates algorithm parameters for the specified algorithm.
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
-
Returns a new AlgorithmParameterGenerator
instance which
generates algorithm parameters for the specified algorithm.
- getInstance(String) - Static method in class java.security.AlgorithmParameters
-
Returns a new instance of AlgorithmParameters
representing
the specified algorithm parameters.
- getInstance(String, String) - Static method in class java.security.AlgorithmParameters
-
Returns a new instance of AlgorithmParameters
representing
the specified algorithm parameters from a named provider.
- getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
-
Returns a new instance of
AlgorithmParameters
representing
the specified algorithm parameters from the specified
Provider
.
- getInstance(String) - Static method in class java.security.cert.CertificateFactory
-
Returns an instance of a CertificateFactory
representing the
specified certificate factory type.
- getInstance(String, 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(String, Provider) - Static method in class java.security.cert.CertificateFactory
-
Returns an instance of a CertificateFactory
representing the
specified certificate factory type from the designated provider.
- getInstance(String) - Static method in class java.security.cert.CertPathBuilder
-
Returns an instance of a named CertPathBuilder
from the
first provider that implements it.
- getInstance(String, String) - Static method in class java.security.cert.CertPathBuilder
-
Returns an instance of a named CertPathBuilder
from a named
provider.
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathBuilder
-
Returns an instance of a named CertPathBuilder
from the
specified provider.
- getInstance(String) - Static method in class java.security.cert.CertPathValidator
-
Returns an instance of the given validator from the first provider that
implements it.
- getInstance(String, String) - Static method in class java.security.cert.CertPathValidator
-
Returns an instance of the given validator from the named provider.
- getInstance(String, Provider) - Static method in class java.security.cert.CertPathValidator
-
Returns an instance of the given validator from the given provider.
- getInstance(String, CertStoreParameters) - Static method in class java.security.cert.CertStore
-
Returns an instance of the given certificate store type from the first
installed provider.
- getInstance(String, CertStoreParameters, String) - Static method in class java.security.cert.CertStore
-
Returns an instance of the given certificate store type from a named
provider.
- getInstance(String, CertStoreParameters, Provider) - Static method in class java.security.cert.CertStore
-
Returns an instance of the given certificate store type from a given
provider.
- getInstance(String) - Static method in class java.security.KeyFactory
-
Returns a new instance of KeyFactory
representing the
specified key factory.
- getInstance(String, String) - Static method in class java.security.KeyFactory
-
Returns a new instance of KeyFactory
representing the
specified key factory from the specified provider.
- getInstance(String, Provider) - Static method in class java.security.KeyFactory
-
Returns a new instance of
KeyFactory
representing the
specified key factory from the designated
Provider
.
- getInstance(String) - Static method in class java.security.KeyPairGenerator
-
Returns a new instance of KeyPairGenerator
which generates
key-pairs for the specified algorithm.
- getInstance(String, String) - Static method in class java.security.KeyPairGenerator
-
Returns a new instance of KeyPairGenerator
which generates
key-pairs for the specified algorithm from a named provider.
- getInstance(String, Provider) - Static method in class java.security.KeyPairGenerator
-
Returns a new instance of
KeyPairGenerator
which generates
key-pairs for the specified algorithm from a designated
Provider
.
- getInstance(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(String, String) - Static method in class java.security.KeyStore
-
Returns an instance of a KeyStore
representing the specified
type, from the named provider.
- getInstance(String, Provider) - Static method in class java.security.KeyStore
-
Returns an instance of a KeyStore
representing the specified
type, from the specified provider.
- getInstance(String) - Static method in class java.security.MessageDigest
-
Returns a new instance of MessageDigest
representing the
specified algorithm.
- getInstance(String, String) - Static method in class java.security.MessageDigest
-
Returns a new instance of MessageDigest
representing the
specified algorithm from a named provider.
- getInstance(String, Provider) - Static method in class java.security.MessageDigest
-
Returns a new instance of
MessageDigest
representing the
specified algorithm from a designated
Provider
.
- getInstance(String) - Static method in class java.security.SecureRandom
-
Returns an instance of a SecureRandom
from the first provider
that implements it.
- getInstance(String, String) - Static method in class java.security.SecureRandom
-
Returns an instance of a SecureRandom
for the specified
algorithm from the named provider.
- getInstance(String, Provider) - Static method in class java.security.SecureRandom
-
Returns an instance of a SecureRandom
for the specified
algorithm from the given provider.
- getInstance(String) - Static method in class java.security.Signature
-
Returns an instance of Signature
representing the specified
signature.
- getInstance(String, String) - Static method in class java.security.Signature
-
Returns an instance of Signature
representing the specified
signature from the named provider.
- getInstance(String, Provider) - Static method in class java.security.Signature
-
Returns an instance of
Signature
representing the specified
signature from the specified
Provider
.
- getInstance() - Static method in class java.text.Collator
-
This method returns an instance of Collator
for the
default locale.
- getInstance(Locale) - Static method in class java.text.Collator
-
This method returns an instance of Collator
for the
specified 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
-
- getInstance(Locale) - Static method in class java.text.DateFormatSymbols
-
- getInstance() - Static method in class java.text.DecimalFormatSymbols
-
- getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
-
- getInstance() - Static method in class java.text.NumberFormat
-
This method returns a default instance for the default locale.
- getInstance(Locale) - Static method in class java.text.NumberFormat
-
This method returns a default instance for the specified locale.
- getInstance(Locale) - Method in class java.text.spi.CollatorProvider
-
- getInstance(Locale) - Method in class java.text.spi.DateFormatSymbolsProvider
-
- getInstance(Locale) - Method in class java.text.spi.DecimalFormatSymbolsProvider
-
- getInstance() - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the default
time zone and locale.
- getInstance(TimeZone) - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the given
time zone and the default locale.
- getInstance(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(TimeZone, Locale) - Static method in class java.util.Calendar
-
Creates a calendar representing the actual time, using the given
time zone and locale.
- getInstance(Locale) - Static method in class java.util.Currency
-
Builds a new currency instance for this locale.
- getInstance(String) - Static method in class java.util.Currency
-
Builds the currency corresponding to the specified currency code.
- getInstance(String) - Static method in class javax.crypto.Cipher
-
Creates a new cipher instance for the given transformation.
- getInstance(String, String) - Static method in class javax.crypto.Cipher
-
Creates a new cipher instance for the given transformation and the named
provider.
- getInstance(String, Provider) - Static method in class javax.crypto.Cipher
-
Creates a new cipher instance for a given transformation from a given
provider.
- getInstance(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(String, String) - Static method in class javax.crypto.ExemptionMechanism
-
Create an instance of ExemptionMechanism
for a designated
mechanism
from a named provider
.
- getInstance(String, Provider) - Static method in class javax.crypto.ExemptionMechanism
-
Create an instance of ExemptionMechanism
for a designated
mechanism
from a designated provider
.
- getInstance(String) - Static method in class javax.crypto.KeyAgreement
-
Get an implementation of an algorithm from the first provider that
implements it.
- getInstance(String, String) - Static method in class javax.crypto.KeyAgreement
-
Return an implementation of an algorithm from a named provider.
- getInstance(String, Provider) - Static method in class javax.crypto.KeyAgreement
-
Return an implementation of an algorithm from a specific provider.
- getInstance(String) - Static method in class javax.crypto.KeyGenerator
-
Create a new key generator, returning the first available implementation.
- getInstance(String, String) - Static method in class javax.crypto.KeyGenerator
-
Create a new key generator from the named provider.
- getInstance(String, Provider) - Static method in class javax.crypto.KeyGenerator
-
Create a new key generator from the supplied provider.
- getInstance(String) - Static method in class javax.crypto.Mac
-
Create an instance of the named algorithm from the first provider with an
appropriate implementation.
- getInstance(String, String) - Static method in class javax.crypto.Mac
-
Create an instance of the named algorithm from the named provider.
- getInstance(String, Provider) - Static method in class javax.crypto.Mac
-
Create an instance of the named algorithm from a provider.
- getInstance(String) - Static method in class javax.crypto.SecretKeyFactory
-
Create a new secret key factory from the first appropriate instance.
- getInstance(String, String) - Static method in class javax.crypto.SecretKeyFactory
-
Create a new secret key factory from the named provider.
- getInstance(String, Provider) - Static method in class javax.crypto.SecretKeyFactory
-
Create a new secret key factory from the specified provider.
- getInstance(ObjectName) - Static method in class javax.management.ObjectName
-
Returns an
ObjectName
instance that is substitutable for the
one given.
- getInstance(String) - Static method in class javax.management.ObjectName
-
- getInstance(String, String, String) - Static method in class javax.management.ObjectName
-
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.
- getInstance(String, Hashtable<String, String>) - 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.
- getInstance(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(String, String) - Static method in class javax.net.ssl.KeyManagerFactory
-
Create an instance of the named key manager factory, from the named
provider.
- getInstance(String, Provider) - Static method in class javax.net.ssl.KeyManagerFactory
-
Create an instance of the named key manager factory, from the given
provider.
- getInstance(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(String, String) - Static method in class javax.net.ssl.SSLContext
-
Get an instance of a context for the specified protocol from the named
provider.
- getInstance(String, Provider) - Static method in class javax.net.ssl.SSLContext
-
Get an instance of a context for the specified protocol from the specified
provider.
- getInstance(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(String, String) - Static method in class javax.net.ssl.TrustManagerFactory
-
Returns an instance of a trust manager factory for the given algorithm from
the named provider.
- getInstance(String, Provider) - Static method in class javax.net.ssl.TrustManagerFactory
-
Returns an instance of a trust manager factory for the given algorithm from
the specified provider.
- getInstance(byte[]) - Static method in class javax.security.cert.X509Certificate
-
Get an instance of X509Certificate for the given encoded bytes.
- getInstance(InputStream) - Static method in class javax.security.cert.X509Certificate
-
Get an instance of X509Certificate for the given encoded stream.
- getInstance() - Static method in class org.ietf.jgss.GSSManager
-
Returns the default GSSManager implementation.
- getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
-
Returns the value of this HttpURLConnection's instanceFollowRedirects
field
- getInstanceOf(Object, Class<?>) - Static method in class java.beans.Beans
-
Returns the Bean as a different class type.
- getInstrument(Patch) - Method in interface javax.sound.midi.Soundbank
-
Get the Instrument for the given Patch.
- getInstruments() - Method in interface javax.sound.midi.Soundbank
-
Get an array of Instruments in this sound bank.
- getInt(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of an int array.
- getInt(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as an int.
- 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 interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
int
.
- getInt(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
int
.
- getInt(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
int
.
- getInt(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
int
.
- getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as an integer.
- getInt(String, int) - Method in class java.util.prefs.Preferences
-
Convenience method for getting the given entry as an integer.
- getInt(SynthContext, Object, int) - Method in class javax.swing.plaf.synth.SynthStyle
-
A convenience method to fetch an integer property.
- getInt(Object) - Method in class javax.swing.UIDefaults
-
Returns an integer entry for the default locale.
- getInt(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns an integer entry for a specic locale.
- getInt(Object) - Static method in class javax.swing.UIManager
-
Returns the integer value of the
Integer
associated with the
given key.
- getInt(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns the integer value of the
Integer
associated with the
given key.
- getInteger(String) - Static method in class java.lang.Integer
-
Get the specified system property as an Integer
.
- getInteger(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(String, 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.
- getIntegerAttributeValue(AttributeSet, HTML.Attribute, int) - Static method in class javax.swing.text.html.HTML
-
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(Locale) - Static method in class java.text.NumberFormat
-
This method returns an integer formatting and parsing class for the
default locale.
- getIntegerInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
-
- getIntegState() - Method in interface 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
-
Get the interfaces this class directly implements, in the
order that they were declared.
- getInteriorRectangle(Component, int, int, int, int) - Method in class javax.swing.border.AbstractBorder
-
Returns a rectangle that covers the specified area minus the insets
required to draw this border.
- getInteriorRectangle(Component, Border, int, int, int, int) - Static method in class javax.swing.border.AbstractBorder
-
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
-
- 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
-
- 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 interface org.w3c.dom.DocumentType
-
The internal subset as a string, or null
if there is none.
- getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
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 interface 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(Object) - Static method in class java.lang.reflect.Proxy
-
Returns the invocation handler for the given proxy instance.
- getInvoker() - Method in class javax.swing.JPopupMenu
-
Returns popup menu's invoker.
- getInvokesStopCellEditing() - Method in class javax.swing.JTree
-
- getIOException() - Method in exception java.awt.print.PrinterIOException
-
Gets the underlying IOException
that caused this exception.
- getIsMap() - Method in interface 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 java.security.cert.X509CRL
-
Returns the issuer (issuer distinguished name) of the CRL.
- getIssuerDN() - Method in class javax.security.cert.X509Certificate
-
Returns the distinguished name of this certificate's issuer.
- 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
Font.ITALIC
.
- getItem(int) - Method in class java.awt.Choice
-
Returns the item at the specified index in the list.
- getItem() - Method in class java.awt.event.ItemEvent
-
Returns the item affected by this state change.
- 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.
- getItem() - Method in interface javax.swing.ComboBoxEditor
-
This method returns item that is currently editable.
- getItem(int) - Method in class javax.swing.JMenu
-
Returns menu item located at the specified index in the menu
- getItem() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-
Returns the text from the editor component.
- 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 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.
- 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.
- 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 java.awt.List
-
Returns all action listeners registered to this object.
- getItemListeners() - Method in class javax.swing.AbstractButton
-
Returns all added ItemListener
objects.
- 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.
- 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 interface 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.
- getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
-
Returns an AttributedCharacterIterator
that
will iterate over the entire string.
- getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
-
Returns an AttributedCharacterIterator
that
will iterate over the specified subrange.
- getIterator(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(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 interface java.beans.PropertyEditor
-
Get a Java language-specific String which could be used to create an Object
of the specified type.
- getJavaInitializationString() - Method in class java.beans.PropertyEditorSupport
-
Gets the Java initialization String for the current
value of the Object.
- getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
-
This method returns the major version number of the JDBC driver.
- getJDBCMinorVersion() - Method in interface 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.awt.MenuShortcut
-
Returns the virtual keycode for this shortcut.
- getKey(String, char[]) - Method in class java.security.KeyStore
-
Returns the key associated with given alias using the
supplied password.
- getKey() - Method in class java.util.AbstractMap.SimpleEntry
-
Get the key corresponding to this entry.
- getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
- getKey() - Method in interface java.util.Map.Entry
-
Get the key corresponding to this entry.
- getKey() - Method in exception 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() - 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.
- 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.
- getKeyEventDispatchers() - Method in class java.awt.KeyboardFocusManager
-
Returns the currently registered key event dispatchers in List
form.
- getKeyEventPostProcessors() - Method in class java.awt.KeyboardFocusManager
-
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 interface 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(String) - Static method in class javax.swing.text.JTextComponent
-
Get a Keymap from the global keymap table, by name.
- getKeymap() - Method in class javax.swing.text.JTextComponent
-
Get the current Keymap of this component.
- 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(String) - Method in class javax.management.ObjectName
-
Returns the property value corresponding to the given key.
- getKeyPropertyList() - Method in class javax.management.ObjectName
-
- getKeyPropertyListString() - Method in class javax.management.ObjectName
-
Returns a
String
representation of the property
list.
- 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.
- getKeys() - Method in class javax.swing.AbstractAction
-
- getKeySelectionManager() - Method in class javax.swing.JComboBox
-
getKeySelectionManager
- getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
-
Return the size of the key.
- getKeySpec(Key, Class<T>) - Method in class java.security.KeyFactory
-
Returns a key specification for the given key.
- getKeySpec(Cipher) - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
- getKeySpec(SecretKey, Class) - Method in class javax.crypto.SecretKeyFactory
-
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
-
Deprecated.
Use KeyStroke.getKeyStroke(char)
This method, unlike all the other factory methods on this object,
returns a non-cached, non-shared object. New code should not use it.
- getKeyStroke(Character, int) - Static method in class javax.swing.KeyStroke
-
- getKeyStroke(int, int, boolean) - Static method in class javax.swing.KeyStroke
-
- getKeyStroke(int, int) - Static method in class javax.swing.KeyStroke
-
- getKeyStroke(String) - Static method in class javax.swing.KeyStroke
-
Returns the KeyStroke according to getAWTKeyStroke()
.
- getKeyStrokeForEvent(KeyEvent) - Static method in class javax.swing.KeyStroke
-
- getKeyStrokesForAction(Action) - Method in interface 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.
- getKind() - Method in interface javax.tools.Diagnostic
-
Returns the kind of this diagnostic object.
- getL() - Method in class javax.crypto.spec.DHParameterSpec
-
Get the length of the private exponent, in bits.
- 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 java.awt.MenuItem
-
Returns the label for this menu item, which may be null
.
- getLabel() - Method in class javax.swing.AbstractButton
-
Deprecated.
use getText()
- getLabel() - Method in class javax.swing.JPopupMenu
-
Returns label for this popup menu
- getLabel() - Method in class javax.swing.text.html.Option
-
Returns the label of this <option>
tag.
- getLabel() - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
-
Assigns a label to this option group.
- getLabel() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
Option label for use in hierarchical menus.
- 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 interface 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
-
Returns the last element in the list.
- getLastAccessedTime() - Method in interface javax.net.ssl.SSLSession
-
Returns the last time this session was accessed.
- getLastChild() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getLastChild() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the last child node belonging to this tree node.
- getLastChild() - Method in interface org.w3c.dom.Node
-
The last child of this node.
- getLastChildPath(TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns a path to the last child of parent
- getLastColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
-
Returns the last column that changed.
- getLastColumn() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getLastComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Returns the last Component of root that should receive the focus.
- getLastComponent(Container) - Method in class java.awt.FocusTraversalPolicy
-
Returns the last Component in the traversal cycle.
- getLastComponent(Container) - Method in class javax.swing.DefaultFocusManager
-
getLastComponent
- getLastComponent(Container) - Method in class javax.swing.SortingFocusTraversalPolicy
-
- 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.
- getLastModified() - Method in interface javax.tools.FileObject
-
Returns the time when the file was last modified.
- getLastPathComponent() - Method in class javax.swing.tree.TreePath
-
Returns the last object in the path.
- getLastRow() - Method in interface javax.accessibility.AccessibleTableModelChange
-
Returns the last row that changed.
- getLastRow() - Method in class javax.swing.event.TableModelEvent
-
Returns the last affected row of this event.
- getLastRow() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getLastSelectedPathComponent() - Method in class javax.swing.JTree
-
- getLastVisibleIndex() - Method in class javax.swing.JList
-
- getLatency() - Method in interface 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(Component) - Method in class javax.swing.JLayeredPane
-
Looks up the layer a child component is currently assigned to.
- getLayer(JComponent) - Static method in class javax.swing.JLayeredPane
-
- 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() - 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() - Method in interface javax.swing.RootPaneContainer
-
getLayeredPane
- getLayeredPaneAbove(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.
- getLayoutAlignmentX(Container) - Method in class java.awt.BorderLayout
-
Returns the X axis alignment, which is a float
indicating
where along the X axis this container wishs to position its layout.
0 indicates align to the left, 1 indicates align to the right, and 0.5
indicates align to the center.
- getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
-
Return this layout manager's x alignment.
- getLayoutAlignmentX(Container) - Method in class java.awt.GridBagLayout
-
- getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
-
Returns the preferred X axis alignment for the specified target
container.
- getLayoutAlignmentX(Container) - Method in class javax.swing.BoxLayout
-
Returns the alignment along the X axis for the container.
- getLayoutAlignmentX(Container) - Method in class javax.swing.JRootPane.RootLayout
-
DOCUMENT ME!
- getLayoutAlignmentX(Container) - Method in class javax.swing.OverlayLayout
-
Returns the X alignment of the container that is laid out.
- getLayoutAlignmentX(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
This specifies how a component is aligned with respect to other
components in the x fdirection.
- getLayoutAlignmentX(Container) - Method in class javax.swing.SpringLayout
-
Returns the X alignment of the Container p
.
- getLayoutAlignmentY(Container) - Method in class java.awt.BorderLayout
-
Returns the Y axis alignment, which is a float
indicating
where along the Y axis this container wishs to position its layout.
0 indicates align to the top, 1 indicates align to the bottom, and 0.5
indicates align to the center.
- getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
-
Returns this layout manager's y alignment.
- getLayoutAlignmentY(Container) - Method in class java.awt.GridBagLayout
-
- getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
-
Returns the preferred Y axis alignment for the specified target
container.
- getLayoutAlignmentY(Container) - Method in class javax.swing.BoxLayout
-
Returns the alignment along the Y axis for the container.
- getLayoutAlignmentY(Container) - Method in class javax.swing.JRootPane.RootLayout
-
DOCUMENT ME!
- getLayoutAlignmentY(Container) - Method in class javax.swing.OverlayLayout
-
Returns the Y alignment of the container that is laid out.
- getLayoutAlignmentY(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
This specifies how a component is aligned with respect to other
components in the y direction.
- getLayoutAlignmentY(Container) - Method in class javax.swing.SpringLayout
-
Returns the Y alignment of the Container p
.
- getLayoutComponent(Object) - Method in class java.awt.BorderLayout
-
Return the component at the indicated location, or null if no component
is at that location.
- getLayoutComponent(Container, Object) - Method in class java.awt.BorderLayout
-
Return the component at the specified location, which must be one
of the absolute constants such as CENTER or SOUTH.
- getLayoutDimensions() - Method in class java.awt.GridBagLayout
-
- getLayoutFlags() - Method in class java.awt.font.GlyphVector
-
- GetLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
-
Obsolete.
- getLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
-
- getLayoutOrientation() - Method in class javax.swing.JList
-
- 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.font.LineMetrics
-
- getLeading() - Method in class java.awt.font.TextLayout
-
- getLeading() - Method in class java.awt.FontMetrics
-
Returns the leading, or spacing between lines, for this font.
- getLeadSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
-
- 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 interface javax.swing.ListSelectionModel
-
Returns the index of the lead item.
- getLeadSelectionPath() - Method in class javax.swing.JTree
-
- getLeadSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
getLeadSelectionPath
- getLeadSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getLeadSelectionRow() - Method in class javax.swing.JTree
-
- getLeadSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
getLeadSelectionRow
- getLeadSelectionRow() - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the left property definition in CSS2.
- getLeft() - Method in interface 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(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 interface 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(Object) - Static method in class java.lang.reflect.Array
-
Gets the array length.
- getLength() - Method in class java.net.DatagramPacket
-
Returns the length of the data in the buffer
- getLength() - Method in class java.text.Bidi
-
Return the length of the paragraph, in characters.
- getLength() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getLength() - Method in class javax.imageio.stream.IIOByteBuffer
-
- getLength() - Method in class javax.sound.midi.MidiMessage
-
Get the length of the MIDI message.
- getLength() - Method in interface javax.swing.event.DocumentEvent
-
getLength
- getLength() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Returns the length of the modification.
- getLength() - Method in class javax.swing.text.AbstractDocument
-
Returns the length of this Document
's content.
- getLength() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns the length of the content.
- getLength() - Method in interface javax.swing.text.Document
-
Returns the length of the document content.
- getLength() - Method in interface org.w3c.dom.CharacterData
-
The number of 16-bit units that are available through data
and the substringData
method below.
- getLength() - Method in interface org.w3c.dom.css.CSSRuleList
-
The number of CSSRules
in the list.
- getLength() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The number of properties that have been explicitly set in this
declaration block.
- getLength() - Method in interface org.w3c.dom.css.CSSValueList
-
The number of CSSValues
in the list.
- getLength() - Method in interface org.w3c.dom.DOMImplementationList
-
The number of DOMImplementation
s in the list.
- getLength() - Method in interface org.w3c.dom.DOMStringList
-
The number of DOMString
s in the list.
- getLength() - Method in interface org.w3c.dom.html2.HTMLCollection
-
This attribute specifies the length or size of the list.
- getLength() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
The number of form controls in the form.
- getLength() - Method in interface org.w3c.dom.html2.HTMLOptionsCollection
-
This attribute specifies the length or size of the list.
- getLength() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
The number of options in this SELECT
.
- getLength() - Method in interface org.w3c.dom.NamedNodeMap
-
The number of nodes in this map.
- getLength() - Method in interface org.w3c.dom.NameList
-
The number of pairs (name and namespaceURI) in the list.
- getLength() - Method in interface org.w3c.dom.NodeList
-
The number of nodes in the list.
- getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
-
The number of media in the list.
- getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
-
The number of StyleSheets
in the list.
- getLength() - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the number of attributes in this list.
- getLength() - Method in interface org.xml.sax.Attributes
-
Return the number of attributes in the list.
- getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Return the number of attributes in the list.
- getLength() - Method in class org.xml.sax.helpers.AttributesImpl
-
Return the number of attributes in the list.
- getLengths() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
-
Retrieve a copy of the array of Huffman code lengths.
- getLetterSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the letter-spacing property definition in CSS2.
- 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.
- getLevel() - Method in interface javax.sound.sampled.DataLine
-
Return the volume level for this DataLine.
- getLevel() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
getLevel
- 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 interface java.lang.management.RuntimeMXBean
-
Returns the library path.
- getLifetime() - Method in interface 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(Line.Info) - Static method in class javax.sound.sampled.AudioSystem
-
Return a line matching the provided description.
- getLine() - Method in class javax.sound.sampled.LineEvent
-
Return the Line associated with this event.
- getLine(Line.Info) - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the line-height property definition in CSS2.
- getLineIncrement() - Method in class java.awt.Scrollbar
-
Deprecated.
This method is deprecated in favor of
getUnitIncrement()
.
- getLineInfo() - Method in interface 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(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.
- getLineInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
-
- getLineJoin() - Method in class java.awt.BasicStroke
-
- getLineLength() - Method in class javax.swing.text.AbstractWriter
-
Return the maximum line length.
- getLineMetrics(String, int, int, FontRenderContext) - Method in class java.awt.Font
-
- getLineMetrics(char[], int, int, FontRenderContext) - Method in class java.awt.Font
-
- getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
-
- getLineMetrics(String, FontRenderContext) - Method in class java.awt.Font
-
Determines the line metrics for a run of text.
- getLineMetrics(String, Graphics) - Method in class java.awt.FontMetrics
-
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.
- getLineMetrics(String, int, int, Graphics) - Method in class java.awt.FontMetrics
-
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.
- getLineMetrics(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
-
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.
- getLineMetrics(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
-
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 java.io.LineNumberInputStream
-
Deprecated.
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 java.lang.StackTraceElement
-
Returns the line number in the file, or a negative number if unknown.
- getLineNumber() - Method in interface javax.tools.Diagnostic
-
Returns the line number or
Diagnostic.NOPOS
, indicating that this doesn't
carry position information.
- getLineNumber() - Method in interface javax.xml.stream.Location
-
Returns the line number at which the current event ends,
or -1 if this is not available.
- getLineNumber() - Method in interface javax.xml.transform.SourceLocator
-
Returns the line number at which the event occurred.
- getLineNumber() - Method in interface 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 org.xml.sax.helpers.LocatorImpl
-
Return the saved line number (1-based).
- getLineNumber() - Method in interface org.xml.sax.Locator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in exception org.xml.sax.SAXParseException
-
The line number of the end of the text where the exception occurred.
- getLineOfOffset(int) - Method in class javax.swing.JTextArea
-
- getLineSeparator() - Method in class javax.swing.text.AbstractWriter
-
Return the current line separator.
- getLineSpacing(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(int) - Method in interface javax.accessibility.AccessibleHypertext
-
Returns link object denoted by the number i
in this
document, or null if i is out of bounds.
- getLink(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
-
Returns the i
-th hyperlink in the document or
null
if there is no hyperlink with the specified index.
- getLink() - Method in interface org.w3c.dom.html2.HTMLBodyElement
-
Color of links that are not active and unvisited.
- getLinkCount() - Method in interface javax.accessibility.AccessibleHypertext
-
Returns the number of links in the document, if any exist.
- getLinkCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
-
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 exception javax.naming.LinkException
-
- getLinkIndex(int) - Method in interface javax.accessibility.AccessibleHypertext
-
Returns the link index for this character index if it resides within
one of the hyperlinks of the document.
- getLinkIndex(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
-
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 exception javax.naming.LinkException
-
- getLinkResolvedName() - Method in exception javax.naming.LinkException
-
- getLinkResolvedObj() - Method in exception javax.naming.LinkException
-
- getLinks() - Method in interface 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.
- getLinkText(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
-
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 interface 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.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.DefaultListCellRenderer
-
getListCellRendererComponent
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in interface javax.swing.ListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-
Returns a component that has been configured to display the given
value
.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer
-
Returns a component that can render the specified value.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
-
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.
- getListenerID() - Method in class javax.management.remote.TargetedNotification
-
Returns the identifier for the listener
which received the notification.
- getListenerList() - Method in class javax.swing.event.EventListenerList
-
Returns an array containing a sequence of listenerType/listener pairs, one
for each listener.
- getListenerMethodDescriptors() - Method in class java.beans.EventSetDescriptor
-
- 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.
- getListeners(EventListener, Class<T>) - Static method in class java.awt.AWTEventMulticaster
-
Returns an array of all chained listeners of the specified type in the
given chain.
- getListeners(Class<T>) - Method in class java.awt.Button
-
Returns all registered EventListers of the given listenerType.
- getListeners(Class<T>) - Method in class java.awt.CheckboxMenuItem
-
Returns an array of all the objects currently registered as FooListeners
upon this CheckboxMenuItem
.
- getListeners(Class<T>) - Method in class java.awt.Choice
-
Returns an array of all the objects currently registered as FooListeners
upon this Choice.
- getListeners(Class<T>) - Method in class java.awt.Component
-
- getListeners(Class<T>) - Method in class java.awt.Container
-
- getListeners(Class<T>) - Method in class java.awt.dnd.DragSource
-
- getListeners(Class<T>) - Method in class java.awt.List
-
Returns an array of all the objects currently registered as FooListeners
upon this List
.
- getListeners(Class<T>) - Method in class java.awt.MenuItem
-
Returns all registered EventListers of the given listenerType.
- getListeners(Class<T>) - Method in class java.awt.Scrollbar
-
Returns an array of all the objects currently registered as FooListeners
upon this Scrollbar
.
- getListeners(Class<T>) - Method in class java.awt.TextComponent
-
Returns an array of all the objects currently registered as FooListeners
upon this TextComponent
.
- getListeners(Class<T>) - Method in class java.awt.TextField
-
Returns an array of all the objects currently registered as FooListeners
upon this TextField
.
- getListeners(Class<T>) - Method in class java.awt.Window
-
Returns an array of all the objects currently registered as FooListeners
upon this Window.
- getListeners(Class<T>) - Method in class javax.swing.AbstractListModel
-
- getListeners(Class<T>) - Method in class javax.swing.AbstractSpinnerModel
-
Gets all the listeners that are of a particular type.
- getListeners(Class<T>) - Method in class javax.swing.DefaultBoundedRangeModel
-
Retrieves the current listeners of the specified class.
- getListeners(Class<T>) - Method in class javax.swing.DefaultButtonModel
-
Returns a specified class of listeners.
- getListeners(Class<T>) - Method in class javax.swing.DefaultListSelectionModel
-
Returns an array of all registerers listeners.
- getListeners(Class<T>) - Method in class javax.swing.DefaultSingleSelectionModel
-
getListeners
- getListeners(Class<T>) - Method in class javax.swing.event.EventListenerList
-
Retrieves the currently subscribed listeners of a particular
type.
- getListeners(Class<T>) - Method in class javax.swing.JComponent
-
- getListeners(Class<T>) - Method in class javax.swing.table.AbstractTableModel
-
Returns an array of listeners of the given type that are registered with
this model.
- getListeners(Class<T>) - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns an array containing the listeners (of the specified type) that
are registered with this model.
- getListeners(Class<T>) - Method in class javax.swing.text.AbstractDocument
-
Returns all registered listeners of a given listener type.
- getListeners(Class<T>) - Method in class javax.swing.text.DefaultCaret
-
Returns all registered event listeners of the specified type.
- getListeners(Class<T>) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- getListeners(Class<T>) - Method in class javax.swing.Timer
-
Get the event listeners of the given type that are listening for the
events, fired by this timer.
- getListeners(Class<T>) - Method in class javax.swing.tree.DefaultTreeModel
-
Returns the registered listeners of a given type.
- getListeners(Class<T>) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns all added listeners of a special type.
- getListenerType() - Method in class java.beans.EventSetDescriptor
-
Returns the class that contains the event firing methods.
- getListPainter(AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Gets the list formatter to use for the given set of CSS attributes.
- getListSelectionListeners() - Method in class javax.swing.DefaultListSelectionModel
-
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 interface org.w3c.dom.css.Counter
-
This attribute is used for the style of the list.
- getListStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style property definition in CSS2.
- getListStyleImage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-image property definition in CSS2.
- getListStylePosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-position property definition in CSS2.
- getListStyleType() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-type property definition in CSS2.
- getLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
-
Returns the number of classes currently loaded by
the virtual machine.
- getLoadedInstruments() - Method in interface 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(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 interface 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 java.applet.Applet
-
Returns the locale for this applet, if it has been set.
- getLocale() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the locale of this component.
- getLocale() - Method in class java.awt.Component
-
Returns the locale for this component.
- getLocale() - Method in class java.awt.im.InputContext
-
Returns the current locale of the current input method or keyboard
layout.
- getLocale() - Method in interface java.awt.im.spi.InputMethod
-
Returns the current input locale, or null if none is defined.
- getLocale() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the locale currently in use by this component.
- getLocale() - Method in class java.awt.Window
-
Returns the locale that this window is configured for.
- getLocale() - Method in class java.beans.beancontext.BeanContextSupport
-
- 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.accessibility.AccessibleContext
-
Gets the component locale, deferring to the parent if one is not declared.
- getLocale() - Method in class javax.imageio.ImageReader
-
Get this reader's locale.
- getLocale() - Method in class javax.imageio.ImageWriteParam
-
- getLocale() - Method in class javax.imageio.ImageWriter
-
Get this writer's locale.
- getLocale() - Method in class javax.print.attribute.TextSyntax
-
Returns the locale of this syntax object.
- getLocale() - Method in class javax.security.auth.callback.LanguageCallback
-
Get the retrieved Locale.
- getLocale() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the locale of this object.
- getLocale() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the locale of this component.
- getLocale() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the locale setting for this accessible table cell.
- getLocale() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the locale of the component.
- getLocale() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
-
Returns the local 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
-
- getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
-
Deprecated.
InputStreamReader
is the preferred way to read
local encodings
- 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".
- getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
-
Deprecated.
OutputStreamWriter
is the preferred way to write
local encodings
- getLocalName() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getLocalName() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the local-name of the current element.
- getLocalName() - Method in interface org.w3c.dom.Node
-
Returns the local part of the qualified name of this node.
- getLocalName(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's local name by index.
- getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's local name.
- getLocalPart() - Method in class javax.xml.namespace.QName
-
- 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 interface 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 java.awt.Component.AccessibleAWTComponent
-
Returns the location of this object relative to its parent's coordinate
system, or null if it is not showing.
- getLocation() - Method in class java.awt.Component
-
Returns the location of this component's top left corner relative to
its parent component.
- getLocation(Point) - Method in class java.awt.Component
-
Returns the location of this component.
- getLocation() - Method in class java.awt.dnd.DragSourceEvent
-
- getLocation() - Method in class java.awt.dnd.DropTargetDragEvent
-
- getLocation() - Method in class java.awt.dnd.DropTargetDropEvent
-
- getLocation() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
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 java.awt.Rectangle
-
Returns the location of this rectangle, which is the coordinates of
its upper left corner.
- 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 interface javax.accessibility.AccessibleComponent
-
Get the location of this component in the parent's coordinate system.
- getLocation(Point) - Method in class javax.swing.JComponent
-
Get the component's location.
- getLocation() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the screen location of this list child relative to it's parent.
- getLocation() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the location of this cell relative to the table's bounds.
- getLocation() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Gets the location of the object relative to the
parent in the form of a point specifying the object's
top-left corner in the screen's coordinate space.
- getLocation() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocation() - Method in interface javax.xml.stream.events.XMLEvent
-
Returns the location of this event.
- getLocation() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getLocation() - Method in exception javax.xml.stream.XMLStreamException
-
Returns the location of the exception.
- getLocation() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the current location of the parser cursor in the underlying
input source.
- getLocation() - Method in interface org.w3c.dom.DOMError
-
The location of the error.
- getLocationAsString() - Method in exception javax.xml.transform.TransformerException
-
Returns the location information as a string.
- getLocationInJTree() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the location in the tree.
- getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
-
Get the text offset for the given screen coordinate.
- getLocationOnScreen() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the location of this object on the screen, or null if it is
not showing.
- getLocationOnScreen() - Method in class java.awt.Component
-
Returns the location of this component's top left corner in screen
coordinates.
- getLocationOnScreen() - Method in class java.awt.event.MouseEvent
-
- getLocationOnScreen() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the location of the component, with co-ordinates
relative to the screen.
- getLocationOnScreen() - Method in interface java.awt.peer.ComponentPeer
-
Returns the location of this component in screen coordinates.
- getLocationOnScreen() - Method in interface javax.accessibility.AccessibleComponent
-
Get the location of this component in the screen's coordinate space.
- getLocationOnScreen() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the absolute screen location of this list child.
- getLocationOnScreen() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the screen location of the table cell.
- getLocationOnScreen() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the location of the object on the screen.
- getLocationOnScreen() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getLocator() - Method in exception 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(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(String, 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(String) - Method in class java.util.logging.LogManager
-
Returns a Logger given its name.
- getLoggerLevel(String) - Method in interface 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 interface 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
-
- getLogicalHighlightShape(int, int, Rectangle2D) - Method in class java.awt.font.TextLayout
-
- getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) - 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 interface javax.swing.text.StyledDocument
-
getLogicalStyle
- getLogicalView(FlowView) - Method in class javax.swing.text.FlowView.FlowStrategy
-
Returns the logical view of the managed FlowView
.
- getLoginModuleName() - Method in class javax.security.auth.login.AppConfigurationEntry
-
- getLoginTimeout() - Static method in class java.sql.DriverManager
-
This method returns the login timeout in use by JDBC drivers systemwide.
- getLoginTimeout() - Method in interface javax.sql.ConnectionPoolDataSource
-
- getLoginTimeout() - Method in interface javax.sql.DataSource
-
- getLoginTimeout() - Method in interface 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
-
Deprecated.
Use getLogWriter()
instead.
- getLogTimers() - Static method in class javax.swing.Timer
-
Return the logging state.
- getLogWriter() - Static method in class java.sql.DriverManager
-
This method returns the log writer being used by all JDBC drivers.
- getLogWriter() - Method in interface javax.sql.ConnectionPoolDataSource
-
- getLogWriter() - Method in interface javax.sql.DataSource
-
- getLogWriter() - Method in interface javax.sql.XADataSource
-
- getLong(String) - Static method in class java.lang.Long
-
Get the specified system property as a Long
.
- getLong(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(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(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a long array.
- getLong(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as a long.
- getLong() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a long value.
- getLong(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a long value.
- getLong(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
long
.
- getLong(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
long
.
- getLong(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
long
.
- getLong(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
long
.
- getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
-
Convenience method for getting the given entry as a long.
- getLong(String, long) - Method in class java.util.prefs.Preferences
-
Convenience method for getting the given entry as a long.
- getLongDesc() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
URI [
IETF RFC 2396] designating a long description of this image or frame.
- getLongDesc() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
URI [
IETF RFC 2396] designating a long description of this image or frame.
- getLongDesc() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
URI [
IETF RFC 2396] designating a long description of this image or frame.
- getLongFramePosition() - Method in interface 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 interface java.lang.reflect.WildcardType
-
Returns an array of Type
s, which specify the
lower bounds of this type.
- getLoweredBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-
- 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 interface 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 exception 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 exception 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.awt.color.ICC_Profile
-
Returns the major version number
- getMajorVersion() - Method in interface java.sql.Driver
-
This method returns the major version number of the driver.
- getManagementSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the version of the management specification
implemented by the virtual machine.
- getManifest() - Method in class java.net.JarURLConnection
-
Returns a Manifest object for this jar file, or null if there is no
manifest.
- 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.
- 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 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.JToolBar
-
This method returns the margin property.
- getMargin() - Method in class javax.swing.text.JTextComponent
-
- getMargin() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin property definition in CSS2.
- getMarginBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-bottom property definition in CSS2.
- getMarginHeight() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
Frame margin height, in pixels.
- getMarginHeight() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Frame margin height, in pixels.
- getMarginLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-left property definition in CSS2.
- getMarginRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-right property definition in CSS2.
- getMarginTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-top property definition in CSS2.
- getMarginWidth() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
Frame margin width, in pixels.
- getMarginWidth() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Frame margin width, in pixels.
- getMark() - Method in class javax.swing.event.CaretEvent
-
Get mark
- getMark() - Method in interface javax.swing.text.Caret
-
Returns the current position of the mark
.
- getMark() - Method in class javax.swing.text.DefaultCaret
-
Returns the current position of the mark
.
- getMarkerOffset() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marker-offset property definition in CSS2.
- getMarks() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marks property definition in CSS2.
- getMask(int) - Method in class java.awt.image.PackedColorModel
-
- getMask() - Method in class javax.swing.text.MaskFormatter
-
Returns the mask used in this MaskFormatter.
- getMasks() - Method in class java.awt.image.PackedColorModel
-
- getMasterSyncMode() - Method in interface javax.sound.midi.Sequencer
-
Get the source of timing information.
- getMasterSyncModes() - Method in interface 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.color.ICC_ProfileRGB
-
Returns the colorant matrix of the conversion.
- getMatrix(double[]) - Method in class java.awt.geom.AffineTransform
-
Return the matrix of values used in this transform.
- getMatrix() - Method in class java.awt.image.BandCombineOp
-
Return the matrix used in this operation.
- getMatrix() - Method in class java.awt.print.PageFormat
-
This method returns a matrix used for transforming user space coordinates
to page coordinates.
- 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.
- getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
-
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 interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a catalog name.
- getMaxCharactersPerLineCount() - Method in class javax.swing.JOptionPane
-
This method returns the maximum characters per line.
- getMaxCharactersPerLineCount() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
This method returns the maximum number of characters that should be
placed on a line.
- getMaxCharBounds(FontRenderContext) - Method in class java.awt.Font
-
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
- getMaxCharBounds(Graphics) - Method in class java.awt.FontMetrics
-
Returns the bounds of the largest character in a Graphics context.
- getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a character literal.
- getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a column name.
- getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of columns in a GROUP BY statement.
- getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of columns in an index.
- getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of columns in an ORDER BY statement.
- getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of columns in a SELECT statement.
- getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of columns in a table.
- getMaxConnections() - Method in interface 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 interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a cursor name.
- getMaxDecent() - Method in class java.awt.FontMetrics
-
Deprecated.
This method is deprecated in favor of
getMaxDescent()
.
- getMaxDescent() - Method in class java.awt.FontMetrics
-
Returns the maximum descent value.
- getMaxExpansion(int) - Method in class java.text.CollationElementIterator
-
This method returns the maximum length of any expansion sequence that
ends with the specified collation order value.
- getMaxFieldSize() - Method in interface java.sql.Statement
-
This method returns the maximum length of any column value in bytes.
- getMaxFieldSize() - Method in interface javax.sql.RowSet
-
- getMaxHeight() - Method in interface 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 interface java.awt.Adjustable
-
Returns the maximum value this object can have.
- getMaximum() - Method in class java.awt.Scrollbar
-
Returns the maximum value for this scrollbar.
- getMaximum() - Method in class java.awt.ScrollPaneAdjustable
-
- 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.
- getMaximum() - Method in class javax.sound.sampled.FloatControl
-
Return the maximum value of this control.
- getMaximum() - Method in interface 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.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 javax.swing.SpinnerNumberModel
-
Returns the maximum value, or null
if there is no maximum.
- getMaximum() - Method in class javax.swing.text.InternationalFormatter
-
Returns the maximal value that is allowed by this Formatter.
- getMaximumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
-
- getMaximumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the maximum acceptable accessible value used
by this object, or null if no maximum value exists.
- getMaximumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getMaximumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns the maximum acceptable accessible value used
by this object.
- getMaximumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
-
Gets the maximum value in the range of this object, or null if there is
no maximum.
- getMaximumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the maximum accessible value for the AccessibleAbstractButton,
which is 1
.
- getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Returns the maximum permitted accessible value.
- getMaximumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Returns the maximum permitted accessible value.
- getMaximumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
- getMaximumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
- getMaximumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
-
- getMaximumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
- getMaximumCharHeight(SynthContext) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
-
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.
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the largest value possible for the location of the
divider.
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getMaximumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
-
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 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.Box.Filler
-
Returns the maximum size of this Filler.
- 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.basic.BasicArrowButton
-
Returns the maximum size of the arrow button.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-
Calculates the maximum size for the specified component.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the maximum size for this
JComboBox
for this
look and feel.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
This method returns the maximum size for the given JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
This method returns the maximum size for the given JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method returns the maximum size of the given JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-
This method returns the maximum size of the
JComponent
given.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
Returns maximum size for the specified menu bar
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
Returns maximum size for the specified menu item
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuUI
-
Get the component's maximum size.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
This method returns the maximum size.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
This method returns the minimum size of the JPopupMenu.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
This method returns the maximum size of the JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method returns the maximum size for this JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
This method returns the maximum size of the
JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
This method returns the maximum size for this
JSlider
for this
look and feel.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the maximum size of the JSplitPane.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the maximum size of the JTabbedPane.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
-
Return the maximum size of the table.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Returns the maximum size for text components that use this UI.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
This method returns the maximum size of the JComponent.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
This method returns the maximum size of the given JComponent for this UI.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-
This method returns the msximum size of the given JComponent.
- getMaximumSize(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(JComponent) - Method in class javax.swing.plaf.ComponentUI
-
Determines the maximum size of a component.
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Returns the maximum size for the file chooser component.
- getMaximumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
-
Returns the maximum size for the button.
- getMaximumSize(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(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(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(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(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getMaximumSize(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
- getMaximumSize(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(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(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(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(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(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(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(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(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
-
- getMaximumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getMaximumSize(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getMaximumSize(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.
- getMaximumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
-
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.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.BlockView
-
Determines the maximum span along the 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.
- getMaximumStreamFormatVersion() - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
-
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.
- getMaximumWindowBounds() - Method in class java.awt.GraphicsEnvironment
-
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 interface 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 interface org.w3c.dom.html2.HTMLInputElement
-
Maximum number of characters for text fields, when type
has the value "text" or "password".
- getMaxLines(Line.Info) - Method in interface 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 interface 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.
- getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a procedure name.
- getMaxReceivers() - Method in interface 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 interface java.sql.Statement
-
This method returns the maximum possible number of rows in a result set.
- getMaxRows() - Method in interface javax.sql.RowSet
-
- getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum size of a row in bytes.
- getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a schema name.
- getMaxSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
-
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 interface javax.swing.ListSelectionModel
-
Returns the highest selected index, or -1
if there is no
selection.
- getMaxSelectionRow() - Method in class javax.swing.JTree
-
- getMaxSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the largest row index from the selection.
- getMaxSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
-
This method includes the maximum length of a SQL statement.
- getMaxStatements() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of statements that can be
active at any time.
- getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a table name.
- getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
-
This method returns the maximum number of tables that may be referenced
in a SELECT statement.
- getMaxTransmitters() - Method in interface 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 interface java.sql.DatabaseMetaData
-
This method returns the maximum length of a user name.
- 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.
- 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 interface 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.
- getMaxWidth() - Method in class javax.swing.table.TableColumn
-
- getMaxWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the max-width property definition in CSS2.
- 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 interface javax.management.MBeanServer
-
Returns the number of management beans registered with this server.
- getMBeanCount() - Method in interface javax.management.MBeanServerConnection
-
Returns the number of management beans registered with this server.
- getMBeanCount(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getMBeanCount()
by returning the number of
management beans registered with this server.
- getMBeanInfo() - Method in interface javax.management.DynamicMBean
-
Returns an information object which lists the attributes
and actions associated with the management bean.
- getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
-
Returns information on the given management bean.
- getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServerConnection
-
Returns information on the given management bean.
- getMBeanInfo(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#getMBeanInfo(ObjectName)
by returning
information on the given management bean.
- getMBeanInfo() - Method in class javax.management.StandardMBean
-
Returns an information object which lists the attributes
and actions associated with the 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
-
- 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 interface javax.management.MBeanServerDelegateMBean
-
Returns the unique identifier for this management server.
- getMech() - Method in interface org.ietf.jgss.GSSContext
-
Returns the mechanism oid for this context.
- getMechanismName() - Method in interface javax.security.sasl.SaslClient
-
Returns the IANA-registered mechanism name of this SASL client.
- getMechanismName() - Method in interface javax.security.sasl.SaslServer
-
Returns the IANA-registered mechanism name of this SASL server (e.g.
- getMechanismNames(Map<String, ?>) - Method in interface javax.security.sasl.SaslClientFactory
-
Returns an array of names of mechanisms that match the specified mechanism
selection policies.
- getMechanismNames(Map<String, ?>) - Method in interface javax.security.sasl.SaslServerFactory
-
Returns an array of names of mechanisms that match the specified mechanism
selection policies.
- getMechs() - Method in interface 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(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 java.awt.PageAttributes
-
- getMedia() - Method in interface org.w3c.dom.css.CSSImportRule
-
A list of media types for which this style sheet may be used.
- getMedia() - Method in interface org.w3c.dom.css.CSSMediaRule
-
A list of media types for this rule.
- getMedia() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
Designed for use with one or more target media.
- getMedia() - Method in interface org.w3c.dom.html2.HTMLStyleElement
-
Designed for use with one or more target media.
- getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The intended destination media for style information.
- getMediaSizeForName(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 interface 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 interface 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 interface java.lang.management.MemoryManagerMXBean
-
Returns an array containing the names of the memory pools
this memory manager manages.
- getMenu(int) - Method in class java.awt.MenuBar
-
Returns the menu at the specified index.
- getMenu(int) - Method in class javax.swing.JMenuBar
-
Return 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
-
- getMenuBar() - Method in class javax.swing.JRootPane
-
Deprecated.
Replaced by getJMenuBar()
- 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 java.awt.MenuBar
-
Returns the number of elements in this menu bar.
- getMenuCount() - Method in class javax.swing.JMenuBar
-
Returns number of menu's 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 exception java.io.InvalidClassException
-
Returns the descriptive error message for this exception.
- getMessage() - Method in exception java.io.WriteAbortedException
-
This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() - Method in class java.lang.Throwable
-
Get the message associated with this Throwable.
- getMessage() - Method in exception java.net.URISyntaxException
-
Returns a message describing the parse error, as if by
getReason() + (getIndex() >= 0 ?
- getMessage() - Method in exception java.nio.charset.MalformedInputException
-
Returns the detail message string of this throwable
- getMessage() - Method in exception java.nio.charset.UnmappableCharacterException
-
Returns the detail message string of this throwable
- getMessage() - Method in exception java.rmi.activation.ActivationException
-
This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() - Method in exception java.rmi.RemoteException
-
This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() - Method in exception java.rmi.server.ServerCloneException
-
This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() - Method in exception java.security.cert.CertPathBuilderException
-
Get the detail message.
- getMessage() - Method in exception java.security.cert.CertPathValidatorException
-
Get the detail message.
- getMessage() - Method in exception java.security.cert.CertStoreException
-
Get the detail message.
- getMessage() - Method in class java.util.logging.LogRecord
-
Returns the message for this LogRecord
before
any localization or parameter substitution.
- getMessage() - Method in exception 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 javax.management.Notification
-
Returns the message contained in this notification.
- getMessage() - Method in class javax.security.auth.callback.TextOutputCallback
-
Returns the message
to be displayed.
- 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.swing.JOptionPane
-
This method returns the message displayed.
- getMessage() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
This method returns the message of the JOptionPane.
- getMessage(Locale) - Method in interface javax.tools.Diagnostic
-
Returns a localized message.
- getMessage() - Method in error javax.xml.parsers.FactoryConfigurationError
-
Returns the message for this error, if any.
- getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
-
- getMessage() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
-
Returns the detail message.
- getMessage() - Method in exception org.ietf.jgss.GSSException
-
Returns a detailed message of this exception.
- getMessage() - Method in exception org.omg.PortableServer.POAPackage.InvalidPolicy
-
- getMessage() - Method in interface org.w3c.dom.DOMError
-
An implementation specific string describing the error that occurred.
- getMessage() - Method in exception org.xml.sax.SAXException
-
Return a detail message for this exception.
- getMessageAndLocation() - Method in exception javax.xml.transform.TransformerException
-
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.security.auth.callback.TextOutputCallback
-
Returns the message's messageType
.
- getMessageType() - Method in class javax.swing.JOptionPane
-
This method returns the message type.
- getMetaData() - Method in interface java.sql.Connection
-
This method returns the meta data for this database connection.
- getMetaData() - Method in interface java.sql.PreparedStatement
-
This method returns meta data for the result set from this statement.
- getMetaData() - Method in interface java.sql.ResultSet
-
This method returns data about the columns returned as part of the
result set as a ResultSetMetaData
instance.
- getMetadata() - Method in class javax.imageio.IIOImage
-
Retrieve the image metadata or null if there is no metadata
associated with this IIOImage.
- getMetadataFormat(String) - Method in class javax.imageio.metadata.IIOMetadata
-
- getMetadataFormatNames() - Method in class javax.imageio.metadata.IIOMetadata
-
- getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'meta' key was depressed during the firing
of the event.
- getMethod() - Method in class java.beans.MethodDescriptor
-
Get the method this MethodDescriptor represents.
- getMethod(String, Class<?>...) - Method in class java.lang.Class
-
Get a public method declared or inherited in this class, where name is
its simple name.
- getMethod() - Method in class java.util.zip.ZipEntry
-
Gets the compression method.
- getMethod() - Method in class javax.swing.text.html.FormSubmitEvent
-
Returns the HTTP submit method.
- getMethod() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
- getMethodDescriptors() - Method in interface 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.beans.Statement
-
Return the statement method name.
- getMethodName() - Method in class java.lang.StackTraceElement
-
Returns the method name in the class, or null if unknown.
- getMethods() - Method in class java.lang.Class
-
Get all the public methods declared in this class or inherited from
superclasses.
- getMIC(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
-
Returns a token containing a cryptographic MIC for the supplied
message, for transfer to the peer application.
- getMIC(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
-
Produces a token containing a cryptographic MIC for the supplied
message, for transfer to the peer application.
- 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 interface javax.sound.midi.Sequencer
-
Get the length of the current sequence in microseconds.
- getMicrosecondLength() - Method in interface javax.sound.sampled.Clip
-
Return the length of the clip in microseconds.
- getMicrosecondPosition() - Method in interface 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 interface javax.sound.midi.Sequencer
-
Get the current playback position of the sequencer in microseconds.
- getMicrosecondPosition() - Method in interface javax.sound.sampled.DataLine
-
Return the number of microseconds this DataLine has been playing.
- getMidiDevice(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(InputStream) - Static method in class javax.sound.midi.MidiSystem
-
Read a MidiFileFormat object from the given stream.
- getMidiFileFormat(URL) - Static method in class javax.sound.midi.MidiSystem
-
Read a MidiFileFormat object from the given url.
- getMidiFileFormat(File) - Static method in class javax.sound.midi.MidiSystem
-
Read a MidiFileFormat object from the given file.
- getMidiFileFormat(InputStream) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a MidiFileFormat from the given stream.
- getMidiFileFormat(URL) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a MidiFileFormat from the given stream.
- getMidiFileFormat(File) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a MidiFileFormat from the given stream.
- getMidiFileTypes() - Static method in class javax.sound.midi.MidiSystem
-
Return an array of supported MIDI file types on this system.
- getMidiFileTypes(Sequence) - Static method in class javax.sound.midi.MidiSystem
-
Return an array of supported MIDI file types on this system
for the given sequnce.
- getMidiFileTypes() - Method in class javax.sound.midi.spi.MidiFileWriter
-
Return the MIDI file types supported by this writer.
- getMidiFileTypes(Sequence) - Method in class javax.sound.midi.spi.MidiFileWriter
-
Return the MIDI file types supported by this writer for the
given sequence.
- 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.activation.ActivationDataFlavor
-
- getMimeType() - Method in class javax.print.DocFlavor
-
Returns the mime type of this flavor object.
- getMimeTypes() - Method in interface javax.accessibility.AccessibleStreamable
-
Return an array of the data flavors supported by this object.
- getMimeTypes() - Method in class javax.activation.CommandMap
-
Get all the MIME types known to this command map.
- 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 interface 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 interface java.awt.Adjustable
-
Returns the minimum value this object can have.
- getMinimum() - Method in class java.awt.Scrollbar
-
Returns the minimum value for this scrollbar.
- getMinimum() - Method in class java.awt.ScrollPaneAdjustable
-
- 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.
- getMinimum() - Method in class javax.sound.sampled.FloatControl
-
Return the minimum value of this control.
- getMinimum() - Method in interface 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.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 javax.swing.SpinnerNumberModel
-
Returns the minimum value, or null
if there is no minimum.
- getMinimum() - Method in class javax.swing.text.InternationalFormatter
-
Returns the minimal value that is allowed by this Formatter.
- getMinimumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
-
- getMinimumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the minimum acceptable accessible value used
by this object, or null if no minimum value exists.
- getMinimumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
- getMinimumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Returns the minimum acceptable accessible value used
by this object.
- getMinimumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
-
Gets the minimum value in the range of this object, or null if there is
no minimum.
- getMinimumAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the minimum accessible value for the AccessibleAbstractButton,
which is 0
.
- getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Returns the minimum permitted accessible value.
- getMinimumAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Returns the minimum permitted accessible value.
- getMinimumAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
- getMinimumAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
- getMinimumAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
-
- getMinimumAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
- getMinimumDividerLocation() - Method in class javax.swing.JSplitPane
-
This method returns the minimum divider location.
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the smallest value possible for the location of the
divider.
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getMinimumDividerLocation(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
-
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 java.awt.Component
-
Returns the component's minimum size.
- getMinimumSize() - Method in class java.awt.Container
-
Returns the minimum size of this container.
- getMinimumSize() - Method in class java.awt.List
-
Returns the minimum size of this component.
- getMinimumSize(int) - Method in class java.awt.List
-
Returns the minimum size of this component assuming it had the specified
number of rows.
- getMinimumSize() - Method in interface java.awt.peer.ComponentPeer
-
Returns the minimum size for the component.
- getMinimumSize(int) - Method in interface java.awt.peer.ListPeer
-
- getMinimumSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
-
- getMinimumSize(int) - Method in interface java.awt.peer.TextFieldPeer
-
- getMinimumSize() - Method in class java.awt.TextArea
-
Retrieve the minimum size for this text area.
- getMinimumSize(int, int) - 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.TextField
-
Returns the minimum size of a text field with the specified number
of columns.
- getMinimumSize(Component) - Method in class javax.swing.border.TitledBorder
-
Calculates the minimum size needed for displaying the border
and its title.
- getMinimumSize() - Method in class javax.swing.Box.Filler
-
Returns the minimum size of this Filler.
- 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 javax.swing.plaf.basic.BasicArrowButton
-
Returns the minimum size of the arrow button.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-
Calculates the minimum size for the specified component.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the minimum size for this
JComboBox
for this
look and feel.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
This method returns the minimum size for the given JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
This method returns the minimum size for the given JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method returns the minimum size of the given JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-
This method returns the minimum size of the
JComponent
given.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
Returns maximum allowed size of JMenuBar.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
Returns minimum size for the specified menu item
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
This method returns the minimum size.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
This method returns the minimum size of the JPopupMenu.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
This method returns the minimum size of the JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method returns the minimum size for this JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
This method returns the minimum size of the
JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
This method returns the minimum size for this
JSlider
for this
look and feel.
- getMinimumSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Returns the minimal size of this divider, which is
dividerSize
by dividerSize
pixels.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the minimum size of the JSplitPane.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the minimum size of the JTabbedPane.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
-
Return the minimum size of the table.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Returns the minimum size for text components.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
This method returns the minimum size of the JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
This method returns the minimum size of the given JComponent for this UI.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-
This method returns the minimum size of the given JComponent.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the minimum size for this component.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
-
Determines the minimum size of a component.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
Returns the minimum size for the combo.
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Returns the minimum size for the file chooser component.
- getMinimumSize() - Method in class javax.swing.plaf.metal.MetalScrollButton
-
Returns the minimum size for the button.
- getMinimumSize(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(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(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(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(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getMinimumSize(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
- getMinimumSize(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(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(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(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(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(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(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(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(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(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
-
- getMinimumSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getMinimumSize(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(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(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getMinimumSize(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.
- getMinimumSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
-
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.BoxView
-
Returns the minimum span of this view along the specified axis.
- getMinimumSpan(int) - Method in class javax.swing.text.ComponentView
-
- 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.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 exception 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 exception 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.awt.color.ICC_Profile
-
Returns the minor version number.
- getMinorVersion() - Method in interface java.sql.Driver
-
This method returns the minor version number of the driver.
- getMinPage() - Method in class java.awt.JobAttributes
-
- getMinSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
-
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 interface javax.swing.ListSelectionModel
-
Returns the lowest selected index, or -1
if there is no
selection.
- getMinSelectionRow() - Method in class javax.swing.JTree
-
- getMinSelectionRow() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the smallest row index from the selection.
- getMinSelectionRow() - Method in interface javax.swing.tree.TreeSelectionModel
-
- GetMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
-
Obsolete.
- getMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
-
- getMinTileX() - Method in class java.awt.image.BufferedImage
-
- getMinTileX() - Method in interface java.awt.image.RenderedImage
-
- getMinTileY() - Method in class java.awt.image.BufferedImage
-
- getMinTileY() - Method in interface 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
-
Deprecated.
- getMinutes() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.MINUTE)
instead.
- getMinutes() - Method in class javax.xml.datatype.Duration
-
Returns the minutes in this duration as an int, or 0 if not present.
- 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.
- 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 interface 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.
- getMinWidth() - Method in class javax.swing.table.TableColumn
-
Returns the TableColumn
's minimum width (the default value
is 15
).
- getMinWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the min-width property definition in CSS2.
- getMinX() - Method in class java.awt.geom.RectangularShape
-
Get the minimum x coordinate in the frame.
- 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 interface java.awt.image.renderable.RenderableImage
-
- getMinX() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getMinX() - Method in interface java.awt.image.RenderedImage
-
- getMinY() - Method in class java.awt.geom.RectangularShape
-
Get the minimum y coordinate in the frame.
- 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 interface java.awt.image.renderable.RenderableImage
-
- getMinY() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getMinY() - Method in interface 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(Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
-
Return a mixer matching the provided description.
- getMixer(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 interface 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 interface javax.swing.ButtonModel
-
Returns the keyboard mnemonic for the button.
- getMnemonic() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
-
Returns the key code for the mnemonic for this panel.
- 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.JComboBox
-
This method returns data model for this comboBox.
- getModel() - Method in class javax.swing.JList
-
- 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.DateEditor
-
- getModel() - Method in class javax.swing.JSpinner
-
Returns the model used by the
JSpinner
component.
- getModel() - Method in class javax.swing.JSpinner.ListEditor
-
- getModel() - Method in class javax.swing.JSpinner.NumberEditor
-
- getModel() - Method in class javax.swing.JTabbedPane
-
This method returns the model used with the JTabbedPane.
- getModel() - Method in class javax.swing.JTable
-
- getModel() - Method in class javax.swing.JTree
-
Returns the model of this JTree
object.
- 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.tree.AbstractLayoutCache
-
Returns the model that provides the tree data.
- 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.AWTKeyStroke
-
Returns the modifiers for this keystroke.
- getModifiers() - Method in class java.awt.event.ActionEvent
-
Returns the keys held down during the action.
- 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.Class
-
Get the modifiers of this class.
- getModifiers() - Method in class java.lang.reflect.Constructor
-
Gets the modifiers this constructor uses.
- getModifiers() - Method in class java.lang.reflect.Field
-
Gets the modifiers this field uses.
- getModifiers() - Method in interface 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 interface 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.
- getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
This method returns the character used to represent the decimal
point for currency values.
- getMono() - Method in interface javax.sound.midi.MidiChannel
-
Get the current mono mode.
- getMonth() - Method in class java.sql.Time
-
Deprecated.
- getMonth() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.MONTH)
instead.
- 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 interface 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 interface 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 java.awt.Window
-
Returns the child component of this window that would receive
focus if this window were to become focused.
- getMostRecentFocusOwner() - Method in class javax.swing.JInternalFrame
-
This method returns the child Component that will receive focus when the
JInternalFrame is selected.
- 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 interface 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 interface 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.
- getMousePosition() - Method in class java.awt.Component
-
Returns the mouse pointer position relative to this Component's
top-left corner.
- getMousePosition(boolean) - Method in class java.awt.Container
-
Returns the mouse pointer position relative to this Container's
top-left corner.
- 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
.
- getMultiDocPrintServices(DocFlavor[], AttributeSet) - Method in class javax.print.PrintServiceLookup
-
Not to be called directly by applications.
- getMultiple() - Method in interface 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 interface javax.sound.midi.MidiChannel
-
Get the current mute mode.
- getMutualAuthState() - Method in interface org.ietf.jgss.GSSContext
-
Returns the state of the mutual authentication option for the
context.
- getName(int) - Method in class java.awt.color.ColorSpace
-
- getName() - Method in class java.awt.Component
-
Returns the name of this component.
- getName() - Method in class java.awt.Cursor
-
- getName() - Method in class java.awt.datatransfer.Clipboard
-
Returns the name of the clipboard.
- getName() - Method in class java.awt.Font
-
Returns the logical name of the font.
- getName() - Method in class java.awt.MenuComponent
-
Returns the name of this component.
- getName() - Method in class java.beans.FeatureDescriptor
-
Get the programmatic name of this feature.
- getName() - Method in class java.io.File
-
This method returns the name of the file.
- 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 java.lang.Class
-
Get the name of this class, separated by dots for package separators.
- getName() - Method in interface java.lang.management.CompilationMXBean
-
Returns the name of the Just-In-Time (JIT) compiler.
- getName() - Method in interface java.lang.management.MemoryManagerMXBean
-
Returns the name of the memory manager.
- getName() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns the name of the memory pool.
- getName() - Method in interface java.lang.management.OperatingSystemMXBean
-
Returns the name of the underlying operating system.
- getName() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the name of this virtual machine.
- getName() - Method in class java.lang.Package
-
Returns the Package name in dot-notation.
- getName() - Method in class java.lang.reflect.Constructor
-
Gets the name of this constructor (the non-qualified name of the class
it was declared in).
- getName() - Method in class java.lang.reflect.Field
-
Gets the name of this field.
- getName() - Method in interface java.lang.reflect.Member
-
Gets the simple name of this member.
- getName() - Method in class java.lang.reflect.Method
-
Gets the name of this method.
- getName() - Method in interface java.lang.reflect.TypeVariable
-
Returns the name of the type variable, as written in the source
code.
- 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.net.NetworkInterface
-
Returns the name of the network interface
- getName() - Method in interface java.security.acl.Acl
-
This method returns the name of this ACL.
- getName() - Method in class java.security.Identity
-
Deprecated.
- getName() - Method in class java.security.Permission
-
Get the name of this Permission
.
- getName() - Method in interface java.security.Principal
-
This method returns a String
that names this
Principal
.
- getName() - Method in class java.security.Provider
-
This method returns the name assigned to this Provider
.
- getName() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns the name of this attribute.
- 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 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() - Method in class javax.activation.DataHandler
-
Returns the name of the data object if created with a DataSource.
- getName() - Method in interface javax.activation.DataSource
-
Returns the underlying name of this object.
- getName() - Method in class javax.activation.FileDataSource
-
- getName() - Method in class javax.activation.URLDataSource
-
Returns the result of getFile
of the underlying URL.
- getName() - Method in class javax.crypto.ExemptionMechanism
-
- getName() - Method in class javax.management.Attribute
-
Returns the attribute name.
- getName() - Method in class javax.management.MBeanFeatureInfo
-
Returns the name of this feature.
- getName() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
-
Returns the name of this constructor.
- getName() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
-
Returns the name of this operation.
- getName() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
-
Returns the name of this parameter.
- getName() - Method in class javax.naming.NameClassPair
-
Returns the name of the binding.
- getName() - Method in class javax.net.ssl.SSLSessionBindingEvent
-
Returns the name the object was bound under.
- getName() - Method in interface javax.print.attribute.Attribute
-
Returns the descriptive name of the attribute category.
- getName() - Method in class javax.print.attribute.standard.Chromaticity
-
Returns the name of this attribute.
- getName() - Method in class javax.print.attribute.standard.ColorSupported
-
Returns the name of this attribute.
- getName() - Method in class javax.print.attribute.standard.Compression
-
Returns the name of this attribute.
- 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 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.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 javax.print.attribute.standard.Fidelity
-
Returns the name of this attribute.
- getName() - Method in class javax.print.attribute.standard.Finishings
-
Returns the name of this attribute.
- 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.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 javax.print.attribute.standard.MultipleDocumentHandling
-
Returns the name of this attribute.
- 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 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 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 javax.print.attribute.standard.PresentationDirection
-
Returns the name of this attribute.
- 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.attribute.standard.QueuedJobCount
-
Returns the name of this attribute.
- getName() - Method in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
Returns the name of this attribute.
- getName() - Method in class javax.print.attribute.standard.RequestingUserName
-
Returns the name of this attribute.
- 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 interface javax.print.PrintService
-
Returns the name of this print service.
- getName() - Method in class javax.security.auth.callback.NameCallback
-
Get the retrieved name.
- getName() - Method in class javax.security.auth.kerberos.KerberosPrincipal
-
Return the name of this principal.
- getName() - Method in class javax.security.auth.x500.X500Principal
-
- getName(String) - Method in class javax.security.auth.x500.X500Principal
-
- getName() - Method in class javax.sound.midi.MidiDevice.Info
-
Get the device name.
- getName() - Method in interface 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.sound.sampled.Mixer.Info
-
Return the name of the mixer.
- getName() - Method in class javax.sound.sampled.Port.Info
-
Return the name of this object.
- getName() - Method in class javax.sound.sampled.ReverbType
-
Return the name of this ReverbType.
- getName(File) - Method in class javax.swing.filechooser.FileView
-
Returns the name for the specified file.
- getName(File) - Method in class javax.swing.JFileChooser
-
Returns the name of the file, generated by the current (or default)
FileView
.
- getName() - Method in class javax.swing.LookAndFeel
-
Returns the name for the look and feel.
- getName(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Returns the name for the given file/directory.
- getName() - Method in class javax.swing.plaf.metal.DefaultMetalTheme
-
Returns the name of the theme.
- 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 javax.swing.plaf.metal.OceanTheme
-
Returns the name of this theme, "Ocean"
- getName() - Method in class javax.swing.plaf.multi.MultiLookAndFeel
-
Returns the name for the look and feel.
- getName() - Method in class javax.swing.plaf.synth.Region
-
Returns the name of the region.
- getName() - Method in class javax.swing.plaf.synth.SynthLookAndFeel
-
Returns the name of the Synth look and feel.
- 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 javax.swing.text.DefaultStyledDocument.SectionElement
-
Returns the name of the element.
- getName() - Method in interface javax.swing.text.Element
-
- getName() - Method in class javax.swing.text.html.HTMLDocument.BlockElement
-
Gets the name of the element.
- getName() - Method in class javax.swing.text.html.HTMLDocument.RunElement
-
Gets the name of the element.
- getName() - Method in class javax.swing.text.html.MultiStyle
-
Returns the name of the style.
- getName() - Method in class javax.swing.text.html.parser.AttributeList
-
Get the name of the attribute.
- 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.html.parser.Element
-
Get the element name.
- getName() - Method in class javax.swing.text.html.parser.Entity
-
Get the entity name.
- getName() - Method in interface javax.swing.text.Keymap
-
- getName() - Method in interface 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.UIManager.LookAndFeelInfo
-
Returns the name of the look and feel.
- getName() - Method in interface javax.tools.FileObject
-
Returns a name for this file object.
- getName() - Method in interface javax.xml.stream.events.Attribute
-
Returns the name of this attribute.
- getName() - Method in interface javax.xml.stream.events.EndElement
-
Returns the element name.
- getName() - Method in interface javax.xml.stream.events.EntityDeclaration
-
Returns the name of the entity.
- getName() - Method in interface javax.xml.stream.events.EntityReference
-
Returns the entity name.
- getName() - Method in interface javax.xml.stream.events.NotationDeclaration
-
Returns the name of the notation.
- getName() - Method in interface javax.xml.stream.events.StartElement
-
Returns the element name.
- getName() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getName() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the QName of the current element.
- getName() - Method in interface org.ietf.jgss.GSSCredential
-
Retrieves the name of the entity that the credential asserts.
- getName(Oid) - Method in interface org.ietf.jgss.GSSCredential
-
Retrieves a mechanism name of the entity that the credential asserts.
- getName() - Method in interface org.w3c.dom.Attr
-
Returns the name of this attribute.
- getName() - Method in interface org.w3c.dom.DocumentType
-
The name of DTD; i.e., the name immediately following the
DOCTYPE
keyword.
- getName() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
Anchor name.
- getName() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
The name of the applet.
- getName() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
Names the form.
- getName() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
The frame name (object of the target
attribute).
- getName() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
The frame name (object of the target
attribute).
- getName() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
The name of the element (for backwards compatibility).
- getName() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.html2.HTMLMapElement
-
Names the map (for use with usemap
).
- getName() - Method in interface org.w3c.dom.html2.HTMLMetaElement
-
Meta information name.
- getName() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.html2.HTMLParamElement
-
The name of a run-time parameter.
- getName() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
Form control or object name when submitted with a form.
- getName(int) - Method in interface org.w3c.dom.NameList
-
Returns the index
th name item in the collection.
- getName(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the name of an attribute in this list (by position).
- getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the name of an attribute (by position).
- getNameConstraints() - Method in class java.security.cert.TrustAnchor
-
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(String) - Method in interface org.w3c.dom.NamedNodeMap
-
Retrieves a node specified by name.
- getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
-
Retrieves a node specified by local name and namespace URI.
- getNameInNamespace() - Method in interface javax.naming.Context
-
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(Name) - Method in interface javax.naming.Context
-
Obtains the name parser for parsing the names of the given naming
subcontext.
- getNameParser(String) - Method in interface javax.naming.Context
-
Obtains the name parser for parsing the names of the given naming
subcontext.
- getNameParser(Name) - Method in class javax.naming.InitialContext
-
- getNameParser(String) - Method in class javax.naming.InitialContext
-
- getNames() - Method in class javax.activation.MimeTypeParameterList
-
Returns an enumeration of all the parameter names.
- getNamesForMech(Oid) - Method in class org.ietf.jgss.GSSManager
-
Returns name type Oid's supported by the specified mechanism.
- getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
-
Returns a read-only namespace context associated with this event.
- getNamespaceContext() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
-
Returns the namespace context.
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace context for the current position.
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
-
Returns the current namespace context.
- getNamespaceContext() - Method in interface javax.xml.xpath.XPath
-
- getNamespaceCount() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getNamespaceCount() - Method in interface 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 interface 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 interface javax.xml.stream.events.EndElement
-
Returns the namespaces that have gone out of scope.
- getNamespaces() - Method in interface javax.xml.stream.events.StartElement
-
Returns the namespaces declared on this element.
- getNamespaceURI() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getNamespaceURI(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Returns the namespace URI currently bound to the given prefix.
- getNamespaceURI() - Method in class javax.xml.namespace.QName
-
- getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
-
Returns the namespace URI.
- getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
-
Returns the namespace URI associated with the given prefix.
- getNamespaceURI(String) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getNamespaceURI(int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getNamespaceURI() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace URI for the given prefix.
- getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the URI of the namespace at the given index.
- getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace URI of the current element.
- getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
-
Returns the index
th namespaceURI item in the collection.
- getNamespaceURI() - Method in interface org.w3c.dom.Node
-
The namespace URI of this node, or null
if it is
unspecified (see ).
- 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.
- getNativeCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get the native commands for the given MIME type.
- getNativeContainer(Component) - Static method in class java.awt.Toolkit
-
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
-
- getNativesForFlavor(DataFlavor) - Method in interface java.awt.datatransfer.FlavorTable
-
Returns a list of String natives corresponding to the given flavor.
- getNativesForFlavor(DataFlavor) - Method in class java.awt.datatransfer.SystemFlavorMap
-
- getNativesForFlavors(DataFlavor[]) - Method in interface java.awt.datatransfer.FlavorMap
-
Maps the specified DataFlavor
objects to the native
data type name.
- getNativesForFlavors(DataFlavor[]) - Method in class java.awt.datatransfer.SystemFlavorMap
-
Maps the specified DataFlavor
objects to the native
data type name.
- 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.
- getNavigationFilter() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
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.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.
- getNeedClientAuth() - Method in class javax.rmi.ssl.SslRMIServerSocketFactory
-
Returns whether client authorization is needed.
- getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
-
This method returns one of the two paramters for the orientation.
- getNeededLocation(int, int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
-
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(String) - Method in interface javax.security.sasl.SaslClient
-
Retrieves the negotiated property.
- getNegotiatedProperty(String) - Method in interface javax.security.sasl.SaslServer
-
Retrieves the negotiated property.
- getNestedException() - Method in exception javax.xml.stream.XMLStreamException
-
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 interface 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 interface 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 java.beans.PropertyChangeEvent
-
Get the property's new value.
- 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 javax.management.AttributeChangeNotification
-
Returns the new value of the attribute.
- getNewValue() - Method in interface 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.
- 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.
- getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
-
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 exception java.sql.SQLException
-
This method returns the exception that is chained to this object.
- getNextFocusableComponent() - Method in class javax.swing.JComponent
-
- 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
-
- getNextLeftHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
-
- getNextLeftHit(TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getNextMatch(String, int, Position.Bias) - Method in class javax.swing.JList
-
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).
- getNextMatch(String, int, Position.Bias) - Method in class javax.swing.JTree
-
Returns the next table element (beginning from the row
startingRow
that starts with prefix
.
- getNextNode() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
getNextNode
- getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
-
Returns the next model location that is visible in north or south
direction.
- getNextRightHit(int) - Method in class java.awt.font.TextLayout
-
- getNextRightHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
-
- getNextRightHit(TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getNextSequenceNumber() - Method in class javax.management.remote.NotificationResult
-
Returns the sequence number of the next notification to
be returned by a future query.
- getNextSibling() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- 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 interface 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 interface 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.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Gets the next position inside the document model that is visible on
screen, starting from pos
.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.plaf.TextUI
-
Calculates the caret position that is visually next to the given
position.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.CompositeView
-
Returns the next model location that is visible in eiter north / south
direction or east / west direction.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.GlyphView
-
Returns the model location that should be used to place a caret when
moving the caret through the document.
- getNextVisualPositionFrom(GlyphView, int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Returns the model location that should be used to place a caret when
moving the caret through the document.
- getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[]) - Method in class javax.swing.text.NavigationFilter
-
Returns the next visual position in the specified direction at which one
would place a caret.
- getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class javax.swing.text.View
-
Returns the document position that is (visually) nearest to the given
document position pos
in the given direction d
.
- getNextWarning() - Method in exception java.sql.SQLWarning
-
This method returns the exception that is chained to this object.
- getNextWord(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 java.util.prefs.PreferenceChangeEvent
-
Returns the source Preference node from which an entry was added,
changed or removed.
- 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.
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.plaf.basic.BasicTreeUI.NodeDimensionsHandler
-
Returns, by reference in bounds, the size and x origin to place value at.
- getNodeDimensions() - Method in class javax.swing.tree.AbstractLayoutCache
-
getNodeDimensions
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
-
Get the node dimensions.
- getNodeDimensions(Object, int, int, boolean, Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache.NodeDimensions
-
Get the node dimensions.
- getNodeName() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getNodeName() - Method in interface org.w3c.dom.Node
-
The name of this node, depending on its type; see the table above.
- getNodeType() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getNodeType() - Method in interface org.w3c.dom.Node
-
A code representing the type of the underlying object, as defined above.
- getNodeValue() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getNodeValue() - Method in interface org.w3c.dom.Node
-
The value of this node, depending on its type; see the table above.
- getNoHref() - Method in interface 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 interface 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 interface java.lang.management.MemoryMXBean
-
Returns a
MemoryUsage
object representing the
current state of non-heap memory.
- getNoResize() - Method in interface 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.
- getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ColorModel
-
Convert unnormalized components to normalized components.
- getNormalizedComponents(Object, float[], int) - Method in class java.awt.image.ColorModel
-
Convert unnormalized components to normalized components.
- getNormalizingTransform() - Method in class java.awt.GraphicsConfiguration
-
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 interface 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 interface javax.xml.stream.events.EntityDeclaration
-
Returns the name of the associated notation.
- getNotationName() - Method in interface org.w3c.dom.Entity
-
For unparsed entities, the name of the notation for the entity.
- getNotations() - Method in interface javax.xml.stream.events.DTD
-
Returns the notations declared in the DTD.
- getNotations() - Method in interface org.w3c.dom.DocumentType
-
A NamedNodeMap
containing 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.management.remote.TargetedNotification
-
Returns the notification.
- 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 interface 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 interface 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 interface 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 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
.
- getNumBands() - Method in class javax.imageio.ImageTypeSpecifier
-
Get the number of bands specified by this image type specifier's
sample model.
- 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(Locale) - Static method in class java.text.NumberFormat
-
This method returns a general purpose number formatting and parsing
class for the default locale.
- getNumberInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
-
- 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 interface 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 interface 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.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 java.awt.image.ColorModel
-
- getNumComponents() - Method in class java.awt.image.LookupTable
-
Return the number of components.
- getNumComponents() - Method in class javax.imageio.ImageTypeSpecifier
-
Get the number of components specified by this image type
specifier's color model.
- 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 interface java.awt.font.MultipleMaster
-
- getNumericFunctions() - Method in interface 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.
- getNumThumbnailsSupported(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class javax.imageio.ImageWriter
-
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 interface java.awt.image.RenderedImage
-
- getNumYTiles() - Method in class java.awt.image.BufferedImage
-
- getNumYTiles() - Method in interface java.awt.image.RenderedImage
-
- 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 java.security.SignedObject
-
Returns the encapsulated object.
- getObject(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Object
.
- getObject(int, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Object
.
- getObject(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Object
.
- getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
-
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(Map<String, Class<?>>) - Method in interface java.sql.Ref
-
- getObject() - Method in interface java.sql.Ref
-
- getObject(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
Object
.
- getObject(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
Object
.
- getObject(int, Map<String, Class<?>>) - Method in interface 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(String, Map<String, Class<?>>) - Method in interface 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(String) - Method in class java.util.ResourceBundle
-
Get an object from this resource bundle.
- getObject(Cipher) - Method in class javax.crypto.SealedObject
-
Unseal and deserialize this sealed object with a specified (already
initialized) cipher.
- getObject(Key) - Method in class javax.crypto.SealedObject
-
Unseal and deserialize this sealed object with the specified key.
- getObject(Key, String) - Method in class javax.crypto.SealedObject
-
Unseal and deserialize this sealed object with the specified key,
using a cipher from the named provider.
- 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 interface org.w3c.dom.html2.HTMLAppletElement
-
The value of the "object" attribute.
- getObjectArrayMaxLength(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectArrayMaxLength(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getObjectArrayMinLength(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectArrayMinLength(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getObjectClass(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectClass(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getObjectDefaultValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectDefaultValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getObjectEnumerations(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectEnumerations(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.
- getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
-
Returns the
ObjectInstance
created for the specified
management bean on registration.
- getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServerConnection
-
Returns the
ObjectInstance
created for the specified
management bean on registration.
- getObjectInstance(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles
MBeanServerConnection#getObjectInstance(ObjectName)
by returning
the
ObjectInstance
created for the specified management
bean on registration.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - Static method in class javax.naming.spi.DirectoryManager
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>, Attributes) - Method in interface javax.naming.spi.DirObjectFactory
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
-
Creates an object for the specified name context, environment and
referencing context object.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in interface javax.naming.spi.ObjectFactory
-
Creates the object, using the specified name and location information.
- getObjectMaxValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectMaxValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getObjectMinValue(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectMinValue(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 interface java.lang.management.MemoryMXBean
-
Returns the number of objects which are waiting to
be garbage collected (finalized).
- getObjectSize(Object) - Method in interface java.lang.instrument.Instrumentation
-
Get the size of an object.
- getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
-
- getObjectValueType(String) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
- getObjectValueType(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- getOffendingNode() - Method in exception javax.imageio.metadata.IIOInvalidTreeException
-
- getOffscreenBuffer(Component, int, int) - Method in class javax.swing.RepaintManager
-
Get an offscreen buffer for painting a component's image.
- 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, int) - Method in class java.awt.image.ComponentSampleModel
-
Returns the offset of the sample in band b
for the pixel at
location (x, y)
.
- getOffset() - Method in class java.awt.image.DataBuffer
-
Returns the element offset for the first data bank.
- getOffset() - Method in class java.awt.image.LookupTable
-
Return the offset.
- 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() - 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 java.net.DatagramPacket
-
This method returns the current offset value into the data buffer
where data will be sent from.
- getOffset() - Method in class java.text.CollationElementIterator
-
This method returns the current offset into the String
that is being iterated over.
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
-
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.
- getOffset() - Method in class javax.imageio.stream.IIOByteBuffer
-
- 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.print.attribute.standard.OrientationRequested
-
Returns the lowest used value by the enumerations of this class.
.
- getOffset() - Method in class javax.print.attribute.standard.PrintQuality
-
Returns the lowest used value by the enumerations of this class.
.
- getOffset() - Method in interface javax.swing.event.DocumentEvent
-
getOffset
- 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 javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Returns the start offset of the modification.
- 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() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns the offset of the content.
- getOffset() - Method in interface javax.swing.text.Position
-
- 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 java.beans.PropertyChangeEvent
-
Get the property's old value.
- getOldValue() - Method in class javax.management.AttributeChangeNotification
-
Returns the old value of the attribute.
- getOmni() - Method in interface 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 interface 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
-
Deprecated.
- getOperations() - Method in interface java.rmi.server.Skeleton
-
Deprecated.
- getOperations() - Method in class javax.management.MBeanInfo
-
Returns descriptions of each of the operations provided
by this management bean.
- getOperations() - Method in interface javax.management.openmbean.OpenMBeanInfo
-
Returns descriptions of each of the operations provided by this
management bean.
- 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 interface 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 javax.security.auth.login.AppConfigurationEntry
-
- getOptions() - Method in class javax.swing.JOptionPane
-
This method returns the options.
- getOptions() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
The collection of OPTION
elements contained by this
element.
- getOptionType() - Method in class javax.security.auth.callback.ConfirmationCallback
-
Get the option type.
- getOptionType() - Method in class javax.swing.JOptionPane
-
This method returns the option type.
- getOrientation() - Method in interface java.awt.Adjustable
-
Returns a constant representing the orientation of the object.
- getOrientation(Locale) - Static method in class java.awt.ComponentOrientation
-
Gets an orientation appropriate for the locale.
- getOrientation(ResourceBundle) - Static method in class java.awt.ComponentOrientation
-
- 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() - Method in class javax.swing.JProgressBar
-
- 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
-
- 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 javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the orientation of the JSplitPane.
- getOrientationRequested() - Method in class java.awt.PageAttributes
-
- getOrigin() - Method in class java.awt.PageAttributes
-
- getOriginal() - Method in interface javax.sql.RowSetInternal
-
- getOriginalRow() - Method in interface javax.sql.RowSetInternal
-
- getOriginatingNode() - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the orphans property definition in CSS2.
- getOtherHit() - Method in class java.awt.font.TextHitInfo
-
- getOtherPrimeInfo() - Method in interface 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 java.awt.font.GlyphVector
-
- getOutline(float, float) - Method in class java.awt.font.GlyphVector
-
- getOutline(AffineTransform) - Method in class java.awt.font.TextLayout
-
- getOutline() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline property definition in CSS2.
- getOutlineColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-color property definition in CSS2.
- getOutlineStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-style property definition in CSS2.
- getOutlineWidth() - Method in interface 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.
- getOutputClass() - Method in class javax.imageio.spi.ImageOutputStreamSpi
-
- 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 interface 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(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.lang.Process
-
Obtain the output stream that sends data to the subprocess.
- 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 java.net.URLConnection
-
Returns an OutputStream for this connection.
- getOutputStream() - Method in class java.rmi.server.LogStream
-
Deprecated.
- getOutputStream() - Method in interface java.rmi.server.RemoteCall
-
Deprecated.
- getOutputStream() - Method in class javax.activation.DataHandler
-
Returns an output stream that can be used to overwrite the underlying
data, if the DataSource constructor was used.
- getOutputStream() - Method in interface javax.activation.DataSource
-
Returns an output stream to which the data can be written.
- getOutputStream() - Method in class javax.activation.FileDataSource
-
- getOutputStream() - Method in class javax.activation.URLDataSource
-
- 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.
- 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 interface org.w3c.dom.css.CSS2Properties
-
See the overflow property definition in CSS2.
- getOverrideStyle(Element, String) - Method in interface org.w3c.dom.css.DocumentCSS
-
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 interface org.w3c.dom.Node
-
The Document
object associated with this node.
- getOwnerElement() - Method in interface org.w3c.dom.Attr
-
The Element
node this attribute is attached to or
null
if this attribute is not in use.
- getOwnerElement() - Method in interface org.w3c.dom.xpath.XPathNamespace
-
The Element
on which the namespace was in scope when it
was requested.
- getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The node that associates this style sheet with the document.
- getOwnerRule() - Method in interface org.w3c.dom.css.CSSStyleSheet
-
If this style sheet comes from an @import
rule, the
ownerRule
attribute will contain the
CSSImportRule
.
- getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
-
Returns the type of which this type is a member.
- getP() - Method in interface java.security.interfaces.DSAParams
-
Returns the prime, or 'p' value
- getP() - Method in class java.security.spec.DSAParameterSpec
-
Returns p for the DSA algorithm.
- 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.
- 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.
- 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.CubicCurve2D
-
Returns the curve’s start 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.Line2D
-
Return the first 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.
- getP1() - Method in class java.awt.geom.QuadCurve2D
-
Returns the curve’s start 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.CubicCurve2D
-
Returns the curve’s end 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.Line2D
-
Return the second 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.
- getP2() - Method in class java.awt.geom.QuadCurve2D
-
Returns the curve’s end point.
- getPackage() - Method in class java.lang.Class
-
Returns the Package
in which this class is defined
Returns null when this information is not available from the
classloader of this class.
- getPackage(String) - Method in class java.lang.ClassLoader
-
Returns the Package object for the requested package name.
- getPackage(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 interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the padding property definition in CSS2.
- getPaddingBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-bottom property definition in CSS2.
- getPaddingLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-left property definition in CSS2.
- getPaddingRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-right property definition in CSS2.
- getPaddingTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-top property definition in CSS2.
- getPage() - Method in class javax.swing.JEditorPane
-
- getPage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page property definition in CSS2.
- getPageBreakAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-after property definition in CSS2.
- getPageBreakBefore() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-before property definition in CSS2.
- getPageBreakInside() - Method in interface 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 interface java.awt.print.Pageable
-
This method returns the PageFormat
instance for the
specified page.
- getPageIncrement() - Method in class java.awt.Scrollbar
-
Deprecated.
This method is deprecated in favor of
getBlockIncrement()
.
- 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(SynthContext) - Method in class javax.swing.plaf.synth.SynthStyle
-
- getPainter(GlyphView, int, int) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Returns a painter that can be used to render the specified glyph view.
- getPainter() - Method in interface javax.swing.text.Highlighter.Highlight
-
- 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
-
- getParagraphElement(int) - Method in interface javax.swing.text.StyledDocument
-
getParagraphElement
- getParagraphElement(JTextComponent, int) - Static method in class javax.swing.text.Utilities
-
Returns the paragraph element in the text component c
at
the specified location offset
.
- getParamClasses() - Method in class java.awt.image.renderable.ParameterBlock
-
- getParameter(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(String) - Method in interface java.applet.AppletStub
-
Returns the value of the specified parameter that was specified in
the <APPLET>
tag for this applet.
- getParameter(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(String) - Method in class java.security.Signature
-
Deprecated.
use the other getParameter
- getParameter() - Method in exception java.sql.DataTruncation
-
This method determines whether or not it was a parameter that was
truncated.
- getParameter(String) - Method in class javax.activation.MimeType
-
Returns the parameter value for the specified name.
- getParameter(String) - Method in class javax.print.DocFlavor
-
Returns the value for an optional parameter of the mime type of this
flavor object.
- getParameter(String) - Method in class javax.xml.transform.Transformer
-
Returns the specified parameter value.
- getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
-
Return the value of a parameter if known.
- getParameterAnnotations() - Method in class java.lang.reflect.Constructor
-
- getParameterAnnotations() - Method in class java.lang.reflect.Method
-
- getParameterBlock() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
-
- getParameterCount() - Method in interface 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 interface 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 interface java.sql.ParameterMetaData
-
- getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
-
Returns the name of the nth parameter of the constructor
that will be used in the supplied
MBeanParameterInfo
instance.
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
-
Returns the name of the nth parameter of the operation
that will be used in the supplied
MBeanParameterInfo
instance.
- getParameterNames() - Method in interface 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 java.awt.image.renderable.ParameterBlock
-
- getParameters() - Method in class java.security.Signature
-
- getParameters() - Method in class java.util.logging.LogRecord
-
Returns the parameters to the log message.
- getParameters() - Method in class javax.activation.MimeType
-
Returns the MIME parameters.
- getParameters() - Method in class javax.crypto.Cipher
-
- getParameters() - Method in class javax.net.ssl.CertPathTrustManagerParameters
-
Returns a copy of the certificate path parameters.
- getParameterSpec(Class<T>) - Method in class java.security.AlgorithmParameters
-
Returns a new instance of
AlgorithmParameters
as a
designated parameter specification
Class
.
- getParameterType(int) - Method in interface java.sql.ParameterMetaData
-
- getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
-
- getParameterTypes() - Method in class java.lang.reflect.Constructor
-
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 interface java.security.interfaces.DSAKey
-
This method returns non-secret parameters of the DSA key
- getParams() - Method in interface javax.crypto.interfaces.DHKey
-
Returns the Diffie-Hellman parameters for this key, which includes
the generator and the prime.
- getParams() - Method in interface javax.sql.RowSetInternal
-
- getParent() - Method in class java.awt.Component
-
Returns the parent of this component.
- getParent() - Method in class java.awt.image.Raster
-
Returns the raster's parent.
- getParent() - Method in class java.awt.MenuComponent
-
Returns the parent of this component.
- getParent() - Method in class java.io.File
-
This method returns a String
the represents this file's
parent.
- getParent() - Method in class java.lang.ClassLoader
-
Returns the parent of this classloader.
- getParent() - Method in class java.lang.ThreadGroup
-
Get the parent of this ThreadGroup.
- getParent() - Method in interface java.security.cert.PolicyNode
-
Returns the parent node of this node, or null if this is the root
node.
- getParent() - Method in class java.util.logging.Logger
-
Returns the parent of this logger.
- 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 javax.swing.ActionMap
-
Returns the parent of this ActionMap
.
- getParent() - Method in class javax.swing.InputMap
-
Returns the parent of this InputMap
.
- 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.text.View
-
- getParent() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the parent node of this node.
- getParent() - Method in interface 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.xml.stream.util.EventReaderDelegate
-
Returns the parent.
- getParent() - Method in class javax.xml.stream.util.ReaderDelegate
-
Returns the parent.
- getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the parent reader.
- getParent() - Method in interface org.xml.sax.XMLFilter
-
Get the parent reader.
- getParentDirectory(File) - Method in class javax.swing.filechooser.FileSystemView
-
Returns the parent directory for the given file/directory.
- getParentElement() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the parent element of this element.
- getParentElement() - Method in interface 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(String) - Method in interface 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 interface 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 interface 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 interface 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 interface org.w3c.dom.css.CSSRule
-
The style sheet that contains this rule.
- getParentStyleSheet() - Method in interface 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 interface javax.swing.text.TabableView
-
- getPassword() - Method in class java.net.PasswordAuthentication
-
Returns the password associated with this object
- getPassword() - Method in interface 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.security.auth.callback.PasswordCallback
-
Get the retrieved password.
- getPassword() - Method in interface javax.sql.RowSet
-
- getPassword() - Method in class javax.swing.JPasswordField
-
Returns the text contained in this TextComponent.
- 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 java.io.File
-
Returns the path name that represents this file.
- 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.
- 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.event.TreeSelectionEvent
-
Returns the first path element.
- 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 javax.swing.tree.TreePath
-
Returns an array containing the path elements.
- getPathBetweenRows(int, int) - Method in class javax.swing.JTree
-
Get the pathes that are displayes between the two given rows.
- getPathBounds(TreePath) - Method in class javax.swing.JTree
-
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the Rectangle enclosing the label portion that the last item in
path will be drawn to.
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getPathBounds(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
-
Determines the geometric extent of the label that is
drawn for a path.
- 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.JTree
-
- getPathForRow(JTree, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the path for passed in row.
- getPathForRow(JTree, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
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(JTree, int) - Method in class javax.swing.plaf.TreeUI
-
Creates a TreePath
for the specified row.
- 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.tree.VariableHeightLayoutCache
-
Get the path, the last element of that is displayed in the given row.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Arc2D
-
Returns an iterator over this arc, with an optional transformation.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Area
-
Returns a PathIterator object defining the contour of this Area,
transformed by at.
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Area
-
Returns a flattened PathIterator object defining the contour of this
Area, transformed by at and with a defined flatness.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.CubicCurve2D
-
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.CubicCurve2D
-
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Ellipse2D
-
Returns a PathIterator object corresponding to the ellipse.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.GeneralPath
-
Creates a PathIterator for iterating along the segments of the path.
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.GeneralPath
-
Creates a new FlatteningPathIterator for the path
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Line2D
-
Return a path iterator, possibly applying a transform on the result.
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Line2D
-
Return a flat path iterator, possibly applying a transform on the result.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.QuadCurve2D
-
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.QuadCurve2D
-
- getPathIterator(AffineTransform) - Method in class java.awt.geom.Rectangle2D
-
Return an iterator along the shape boundary.
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Rectangle2D
-
Return an iterator along the shape boundary.
- getPathIterator(AffineTransform, double) - Method in class java.awt.geom.RectangularShape
-
Return an iterator along the shape boundary.
- getPathIterator(AffineTransform) - Method in class java.awt.geom.RoundRectangle2D
-
Return a new path iterator which iterates over this rectangle.
- getPathIterator(AffineTransform) - Method in class java.awt.Polygon
-
Return an iterator along the shape boundary.
- getPathIterator(AffineTransform, double) - Method in class java.awt.Polygon
-
Return an iterator along the flattened version of the shape boundary.
- getPathIterator(AffineTransform) - Method in interface java.awt.Shape
-
Return an iterator along the shape boundary.
- getPathIterator(AffineTransform, double) - Method in interface java.awt.Shape
-
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
-
- getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
getPathToRoot
- getPathToRoot(TreeNode) - Method in class javax.swing.tree.DefaultTreeModel
-
Builds the parents of node up to and including the root node, where
the original node is the last element in the returned array.
- getPathToRoot(TreeNode, int) - Method in class javax.swing.tree.DefaultTreeModel
-
Builds the parents of node up to and including the root node, where
the original node is the last element in the returned array.
- getPattern() - Method in exception java.util.regex.PatternSyntaxException
-
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 interface org.w3c.dom.css.CSS2Properties
-
See the pause property definition in CSS2.
- getPauseAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause-after property definition in CSS2.
- getPauseBefore() - Method in interface 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 interface java.lang.management.ThreadMXBean
-
- getPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns memory usage statistics for the peak memory usage
of the pool.
- getPeer() - Method in class java.awt.Component
-
- getPeer() - Method in class java.awt.Font
-
Deprecated.
- getPeer() - Method in class java.awt.MenuComponent
-
Deprecated.
- getPeerCertificateChain() - Method in class javax.net.ssl.HandshakeCompletedEvent
-
- getPeerCertificateChain() - Method in interface 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 interface 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 interface 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 interface 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 interface 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(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.
- getPercentInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
-
- getPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
-
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.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.
- getPermission() - Method in exception java.security.AccessControlException
-
This method returns the Permission
object that caused
this exception to be thrown.
- getPermissions(CodeSource) - Method in class java.net.URLClassLoader
-
Returns the permissions needed to access a particular code
source.
- getPermissions(Principal) - Method in interface java.security.acl.Acl
-
This method returns a list of Permission
's that are granted
to a particular Principal
.
- getPermissions(CodeSource) - Method in class java.security.Policy
-
Returns the set of Permissions allowed for a given
CodeSource
.
- getPermissions(ProtectionDomain) - Method in class java.security.Policy
-
- getPermissions() - Method in class java.security.ProtectionDomain
-
- getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
-
Returns a PermissionCollection for the specified CodeSource.
- getPermissions(Subject, CodeSource) - Method in class javax.security.auth.Policy
-
Deprecated.
- getPersistenceDelegate(Class<?>) - Method in class java.beans.Encoder
-
- getPIData() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getPIData() - Method in interface 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 interface javax.xml.stream.XMLStreamReader
-
Returns the target of the current processing instruction event.
- getPitch() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch property definition in CSS2.
- getPitchBend() - Method in interface javax.sound.midi.MidiChannel
-
Get the pitch bend for this channel as a positive 14-bit value.
- getPitchRange() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch-range property definition in CSS2.
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Returns all the samples for the pixel at location (x, y)
stored in the specified data buffer.
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
-
Returns all the samples for the pixel at location (x, y)
stored in the specified data buffer.
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Returns an array (of length 1) containing the sample 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.
- 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.
- 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.
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
-
Returns an array containing the samples for the pixel at (x, y) in the
specified data buffer.
- getPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
-
Returns an array containing the samples for the pixel at (x, y) in the
specified data buffer.
- getPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
-
Returns an array containing the samples for the pixel at (x, y) in the
specified data buffer.
- getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
-
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.
- getPixelBounds(FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
-
- getPixelColor(int, int) - Method in class java.awt.Robot
-
Return the color of the pixel at the given screen coordinates.
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Copy pixels from a region into an array.
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
-
Returns the samples for all the pixels in a rectangular region.
- getPixels() - Method in class java.awt.image.PixelGrabber
-
- 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.
- 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.
- 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.
- getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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, double[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
-
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
-
- getPlayDuring() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the play-during property definition in CSS2.
- getPluginClassName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
-
- 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.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.AffineTransformOp
-
Returns location of the transformed source point.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.BandCombineOp
-
Return corresponding destination point for source point.
- getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.BufferedImageOp
-
Returns the point on the destination image that corresponds to the given
point on the source image.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ColorConvertOp
-
Returns the corresponding destination point for a source point.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ConvolveOp
-
Returns the corresponding destination point for a source point.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.LookupOp
-
Returns the corresponding destination point for a given source point.
- getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.RasterOp
-
Returns the point on the destination raster that corresponds to the given
point on the source raster.
- getPoint2D(Point2D, Point2D) - Method in class java.awt.image.RescaleOp
-
- 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(String) - Method in class javax.swing.text.html.StyleSheet
-
Given the string of the size, returns the point size value.
- 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.
- getPolicy() - Static method in class java.security.Policy
-
Returns the currently installed Policy
handler.
- getPolicy() - Static method in class javax.security.auth.Policy
-
Deprecated.
- 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.
- getPolicyQualifiers() - Method in interface java.security.cert.PolicyNode
-
- 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 interface javax.sound.midi.MidiChannel
-
Get the key pressure for a note.
- getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
-
- getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
-
- getPoolName() - Method in class java.lang.management.MemoryNotificationInfo
-
Returns the name of the pool which has crossed a threshold.
- getPopup(JPopupMenu, int, int) - Method in class javax.swing.plaf.PopupMenuUI
-
Creates a Popup
for displaying the popup menu.
- getPopup(Component, Component, int, int) - Method in class javax.swing.PopupFactory
-
Creates a new Popup
given its owner,
contents and the screen position where the popup
will appear.
- 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.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.
- getPort() - Method in class java.security.cert.LDAPCertStoreParameters
-
Return the port.
- getPosition() - Method in class java.awt.font.LineBreakMeasurer
-
- getPosition(Component) - Method in class javax.swing.JLayeredPane
-
Return the position of a component within its layer.
- getPosition(int) - Method in class javax.swing.SizeSequence
-
Returns the position of the specified element.
- getPosition() - Method in class javax.swing.text.TabStop
-
Returns the tab position.
- getPosition() - Method in interface javax.tools.Diagnostic
-
Returns the position in the source object.
- getPosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the position property definition in CSS2.
- getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The current position in the input source, including all external
entities and other resources that have been read.
- getPositionAbove(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
-
Returns the document position that is closest above to the specified x
coordinate in the row containing offset
.
- getPositionBelow(JTextComponent, int, int) - Static method in class javax.swing.text.Utilities
-
Returns the document position that is closest below to the specified x
coordinate in the row containing offset
.
- getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.GapContent
-
Returns all Position
s that are in the range specified by
offset
and length within the buffer array.
- getPositionsInRange(Vector, int, int) - Method in class javax.swing.text.StringContent
-
- 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 java.math.MathContext
-
Returns the precision setting.
- getPrecision(int) - Method in interface java.sql.ParameterMetaData
-
- getPrecision(int) - Method in interface java.sql.ResultSetMetaData
-
This method returns the precision of the specified column, which is the
number of decimal digits it contains.
- getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
-
Returns the illegal precision.
- getPrecision() - Method in class javax.sound.sampled.FloatControl
-
Return the precision of this control.
- getPredefinedCursor(int) - Static method in class java.awt.Cursor
-
Returns an instance of Cursor
for one of the specified
predetermined types.
- getPreferredButtonSize(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.
- getPreferredCommands(String) - Method in class javax.activation.CommandMap
-
Returns the list of preferred commands for a MIME type.
- getPreferredCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPreferredCommands() - Method in class javax.activation.DataHandler
-
Returns the preferred commands for this type of data.
- getPreferredCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Returns the list of preferred commands for a given MIME type.
- 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.
- getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
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
-
- 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.JTree
-
Returns the preferred viewport size.
- getPreferredScrollableViewportSize() - Method in interface javax.swing.Scrollable
-
- getPreferredScrollableViewportSize() - Method in class javax.swing.text.JTextComponent
-
- getPreferredSize() - Method in class java.awt.Component
-
Returns the component's preferred size.
- getPreferredSize() - Method in class java.awt.Container
-
Returns the preferred size of this container.
- getPreferredSize() - Method in class java.awt.List
-
Returns the preferred size of this component.
- getPreferredSize(int) - Method in class java.awt.List
-
Returns the preferred size of this component assuming it had the specified
number of rows.
- getPreferredSize() - Method in interface java.awt.peer.ComponentPeer
-
Returns the preferred size for the component.
- getPreferredSize(int) - Method in interface java.awt.peer.ListPeer
-
- getPreferredSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
-
- getPreferredSize(int) - Method in interface java.awt.peer.TextFieldPeer
-
- getPreferredSize() - Method in class java.awt.TextArea
-
Retrieve the preferred size for this text area.
- getPreferredSize(int, int) - 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.TextField
-
Returns the preferred size of a text field with the specified number
of columns.
- getPreferredSize() - Method in class javax.swing.Box.Filler
-
Returns the preferred size of this Filler.
- getPreferredSize() - Method in class javax.swing.JApplet
-
- 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
-
- 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
-
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicArrowButton
-
Returns the preferred size of the arrow button.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
-
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicComboBoxRenderer
-
Returns preferredSize of the renderer
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns preferred size for the combo box.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
This method returns the preferred size for the given JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
This method returns the preferred size for the given JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method returns the preferred size of the given JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
-
Gets the size this list would prefer to assume.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
Returns preferred size of JMenuBar.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
Returns preferred size of the given component
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
This method returns the preferred size of the JOptionPane.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
-
This method returns the preferred size of the
JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
This method returns the preferred size of the JPopupMenu.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
This method returns the preferred size of the
given JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method returns a cached value of the preferredSize.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
This method returns the preferred size of the
JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
This method returns the preferred size of the component.
- getPreferredSize() - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Returns the preferred size of this divider, which is
dividerSize
by dividerSize
pixels.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method returns the preferred size of the JSplitPane.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
Get the preferred header size.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
-
Returns the preferred size for the table of that UI.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Returns the preferred size of the text component.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
This method returns the preferred size of the JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
-
This method returns the preferred size of the given JComponent.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the preferred size to properly display the tree, this is a cover
method for getPreferredSize(c, false).
- getPreferredSize(JComponent, boolean) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the preferred size to represent the tree in c.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.ComponentUI
-
Determines the preferred size of a component.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Returns the preferred size for the file chooser component.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
Returns the preferredSize
for the specified scroll bar.
- 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(JComponent) - Method in class javax.swing.plaf.metal.MetalToolTipUI
-
Returns the preferred size for the
JToolTip
component.
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
-
- getPreferredSize(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(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- getPreferredSize(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(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getPreferredSize(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
-
- getPreferredSize(SynthContext, Font, String, Icon, int, int, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
-
Calculates the preferred size that is needed to render the label with
text
and icon
correctly.
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
Overrides JTextField.getPreferredSize to return the preferred size
based on current font, if set, or else use renderer's font.
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
-
- getPreferredSize() - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Returns the preferred size of the cell.
- getPreferredSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
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.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
-
- getPreferredSpan(int) - Method in class javax.swing.text.FieldView
-
- 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.html.BlockView
-
Determines the preferred span along the 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.IconView
-
Returns the preferred span of the content managed by this
View
along the specified axis
.
- getPreferredSpan(int) - Method in class javax.swing.text.PasswordView
-
Determines the preferred span for this view along an axis.
- getPreferredSpan(int) - Method in class javax.swing.text.PlainView
-
- 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.
- getPreferredThumbnailSizes(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class javax.imageio.ImageWriter
-
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
).
- getPreferredWidth(Rectangle) - Method in class javax.swing.tree.AbstractLayoutCache
-
Get the maximal width.
- getPreferredWidth(Rectangle) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get the maximal width.
- getPreferredWidth(Rectangle) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Get the maximal width.
- getPrefix() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getPrefix(int) - Method in class javax.naming.CompositeName
-
- getPrefix(int) - Method in class javax.naming.CompoundName
-
- getPrefix(int) - Method in interface javax.naming.Name
-
Returns the components till the given index as a Name
.
- getPrefix(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Returns the prefix currently bound to the given namespace URI.
- getPrefix() - Method in class javax.xml.namespace.QName
-
- getPrefix() - Method in interface javax.xml.stream.events.Namespace
-
Returns the namespace prefix, if any.
- getPrefix() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getPrefix(String) - Method in interface javax.xml.stream.XMLEventWriter
-
Returns the namespace prefix the specified URI is currently associated
with.
- getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the namespace prefix of the current element.
- getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
-
Returns the prefix associated with the given namespace URI.
- getPrefix() - Method in interface org.w3c.dom.Node
-
The namespace prefix of this node, or null
if it is
unspecified.
- getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return one of the prefixes mapped to a Namespace URI.
- getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Returns all the prefixes currently bound to 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(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 interface 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.
- getPreviousBounds(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
-
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.imageio.metadata.IIOMetadataNode
-
- getPreviousSibling() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the previous sibling for this tree node.
- getPreviousSibling() - Method in interface 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 interface 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(JTextComponent, int) - Static method in class javax.swing.text.Utilities
-
Finds the start of the previous word for the given offset.
- getPrevValue() - Method in interface 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.
- getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
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.
- getPrimaryType() - Method in class javax.activation.MimeType
-
Returns the primary type.
- getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
-
Returns the prime.
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the prime's exponent p.
- getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeExponentP
- getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns d mod (p-1).
- getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Gets the RSA prime exponent P.
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the prime's exponent q.
- getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeExponentQ
- getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns d mod (q-1).
- getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Gets the RSA prime exponent P.
- getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the prime p.
- getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeP value
- getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the prime p.
- getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Gets the RSA prime P.
- getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the prime q.
- getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the primeQ value
- getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the prime q.
- 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.
- getPrimitiveArrayType(Class<T>) - Static method in class javax.management.openmbean.ArrayType
-
Returns a new
ArrayType
instance for the given
primitive type in a type-safe* manner, by ensuring that
the type of the given
OpenType
matches the type
used in the returned instance.
- getPrimitiveType() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
The type of the value as defined by the constants specified above.
- getPrincipal() - Method in interface java.security.acl.AclEntry
-
This method returns the Principal
associated with this
ACL entry.
- getPrincipal() - Method in interface java.security.Certificate
-
Deprecated.
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 java.security.ProtectionDomain
-
Returns a clone of the
Principal
s of this domain.
- 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 javax.security.auth.Subject
-
- getPrincipals(Class<T>) - 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 interface 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 interface 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 interface 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 interface java.awt.PrintGraphics
-
Returns the PrintJob
that this object is being
managed by.
- getPrintJob(Frame, String, Properties) - Method in class java.awt.Toolkit
-
Returns a instance of PrintJob
for the specified
arguments.
- getPrintJob(Frame, String, JobAttributes, PageAttributes) - Method in class java.awt.Toolkit
-
Returns a instance of PrintJob
for the specified
arguments.
- 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.
- getPrintQuality() - Method in class java.awt.PageAttributes
-
- getPrintService() - Method in class java.awt.print.PrinterJob
-
Return the printer for this job.
- getPrintService() - Method in interface javax.print.DocPrintJob
-
Returns the PrintService
object this print job is bound to.
- getPrintService() - Method in class javax.print.event.PrintServiceAttributeEvent
-
Returns the print service that generated this event.
- getPrintService(OutputStream) - Method in class javax.print.StreamPrintServiceFactory
-
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.
- getPrintServices(DocFlavor, AttributeSet) - Method in class javax.print.PrintServiceLookup
-
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
-
- getPrivateCredentials(Class<T>) - Method in class javax.security.auth.Subject
-
- getPrivateExponent() - Method in interface 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
-
Deprecated.
Returns the private key of this Signer
.
- getPrivateKey(String) - Method in interface javax.net.ssl.X509KeyManager
-
Gets the private key associated with the given alias.
- getPrivateKey() - Method in class javax.security.auth.x500.X500PrivateCredential
-
Returns the private key of this credential.
- 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.
- getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns a list of the parameter and result columns for
the requested stored procedures.
- getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns a list of all the stored procedures matching the
specified pattern in the given schema and catalog.
- getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
-
This method returns the vendor's term for "procedure".
- getProcessedDTD() - Method in interface 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 java.awt.color.ICC_ColorSpace
-
Return the profile
- getProfile() - Method in interface org.w3c.dom.html2.HTMLHeadElement
-
- getProfileClass() - Method in class java.awt.color.ICC_Profile
-
Returns the device class of this profile,
(E.g.
- getProgram() - Method in interface 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
-
- getPrompt() - Method in class javax.security.auth.callback.ChoiceCallback
-
Get the prompt.
- getPrompt() - Method in class javax.security.auth.callback.ConfirmationCallback
-
Get the prompt.
- getPrompt() - Method in class javax.security.auth.callback.NameCallback
-
Get the prompt.
- getPrompt() - Method in class javax.security.auth.callback.PasswordCallback
-
Get the prompt.
- getPrompt() - Method in class javax.security.auth.callback.TextInputCallback
-
Get the prompt.
- getPrompt() - Method in interface org.w3c.dom.html2.HTMLIsIndexElement
-
The prompt message.
- 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(String) - Method in class java.awt.image.BufferedImage
-
- getProperty(String, ImageObserver) - Method in class java.awt.image.BufferedImage
-
- getProperty(String, ImageObserver) - Method in class java.awt.Image
-
This method requests a named property for an object.
- getProperty(ParameterBlock, String) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
-
- getProperty(String) - Method in interface java.awt.image.renderable.RenderableImage
-
- getProperty(String) - Method in class java.awt.image.renderable.RenderableImageOp
-
- getProperty(String) - Method in interface java.awt.image.RenderedImage
-
- getProperty(String, String) - Static method in class java.awt.Toolkit
-
Returns the value of the property with the specified name, or the
default value if the property does not exist.
- getProperty(String) - Static method in class java.lang.System
-
Get a single system property by name.
- getProperty(String, String) - Static method in class java.lang.System
-
Get a single system property by name.
- getProperty(String) - Static method in class java.security.Security
-
Returns the value associated with a Security propery.
- getProperty(String) - Method in class java.util.logging.LogManager
-
Returns the value of a configuration property as a String.
- getProperty(String) - Method in class java.util.Properties
-
Gets the property with the specified key in this property list.
- getProperty(String, String) - Method in class java.util.Properties
-
Gets the property with the specified key in this property list.
- getProperty(String) - Method in class javax.sound.sampled.AudioFileFormat
-
Return the value of a property defined in this format.
- getProperty(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(Object) - Method in class javax.swing.text.AbstractDocument
-
Returns a property from this Document
's property list.
- getProperty(Object) - Method in interface javax.swing.text.Document
-
Returns a document property with the specified key.
- getProperty(String) - Method in class javax.xml.parsers.SAXParser
-
Returns the value of the specified SAX2 parser property.
- getProperty(String) - Method in class javax.xml.stream.util.EventReaderDelegate
-
- getProperty(String) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getProperty(String) - Method in interface javax.xml.stream.XMLEventReader
-
Returns the implementation-specific feature or property of the given
name.
- getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
-
Returns the implementation-specific property of the given name.
- getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
-
Returns the implementation-specific property of the given name.
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the implementation-specific feature or property of the given
name.
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
-
Returns the implementation-specific feature or property of the given
name.
- getProperty(String) - Method in class javax.xml.validation.SchemaFactory
-
- getProperty(String) - Method in class javax.xml.validation.Validator
-
- getProperty(String) - Method in class javax.xml.validation.ValidatorHandler
-
- getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Get a parser property.
- getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a property.
- getProperty(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a property.
- getPropertyChangeEvent() - Method in exception java.beans.PropertyVetoException
-
Get the PropertyChange event that was vetoed.
- getPropertyChangeListeners() - Method in class java.awt.Component
-
Returns an array of all specified listeners registered on this component.
- getPropertyChangeListeners(String) - Method in class java.awt.Component
-
Returns an array of all specified listeners on the named property that
are registered on this component.
- getPropertyChangeListeners() - Method in class java.awt.KeyboardFocusManager
-
Returns the currently registered property change listeners
in array form.
- getPropertyChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
-
Returns the currently registered property change listeners
in array form, which listen for changes to the supplied property.
- getPropertyChangeListeners() - Method in class java.awt.Toolkit
-
- getPropertyChangeListeners(String) - Method in class java.awt.Toolkit
-
- getPropertyChangeListeners() - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all registered property change listeners.
- getPropertyChangeListeners(String) - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all property change listeners registered under the
given property name.
- getPropertyChangeListeners() - Method in class javax.swing.AbstractAction
-
Returns all registered listeners.
- getPropertyChangeListeners() - Method in class javax.swing.table.TableColumn
-
Returns the property change listeners for this TableColumn
.
- getPropertyChangeListeners() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns all added PropertyChangeListener
objects.
- 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.
- getPropertyCSSValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
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 interface 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.
- getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
-
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 interface java.awt.image.renderable.ContextualRenderedImageFactory
-
- getPropertyNames() - Method in interface java.awt.image.renderable.RenderableImage
-
- getPropertyNames() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getPropertyNames() - Method in interface 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."
- 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."
- getPropertyPrefix() - Method in class javax.swing.plaf.metal.MetalCheckBoxUI
-
Returns the prefix for properties defined in the
UIDefaults
table.
- getPropertyPriority(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
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.
- getPropertyValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
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
-
Returns the protection domain of this class.
- getProtocol() - Method in class java.net.URL
-
Returns the protocol of the URL
- getProtocol() - Method in class javax.net.ssl.SSLContext
-
Returns the protocol name of this context.
- getProtocol() - Method in interface javax.net.ssl.SSLSession
-
Returns the protocol this session uses.
- getPrototypeCellValue() - Method in class javax.swing.JList
-
- 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 java.security.KeyFactory
-
- getProvider() - Method in class java.security.KeyPairGenerator
-
- getProvider() - Method in class java.security.KeyStore
-
Gets the provider that the class is from.
- getProvider() - Method in class java.security.MessageDigest
-
- getProvider() - Method in class java.security.SecureRandom
-
Returns the provider being used by the current SecureRandom class.
- getProvider(String) - Static method in class java.security.Security
-
Returns an already installed
Provider
given its name.
- getProvider() - Method in class java.security.Signature
-
- 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 javax.crypto.KeyGenerator
-
Return the provider of the underlying implementation.
- getProvider() - Method in class javax.crypto.Mac
-
Get the provider of the underlying implementation.
- getProvider() - Method in class javax.crypto.SecretKeyFactory
-
Get the provider of this implementation.
- getProvider() - Method in class javax.net.ssl.KeyManagerFactory
-
Returns the provider of this implementation.
- 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.
- getProviders() - Static method in class java.security.Security
-
Returns the current list of installed
Provider
s as an array
ordered according to their installation preference order.
- getProviders(String) - Static method in class java.security.Security
-
Returns an array of currently installed
Provider
s, ordered
according to their installation preference order, which satisfy a given
selection criterion.
- getProviders(Map<String, String>) - Static method in class java.security.Security
-
Returns an array of currently installed
Provider
s which satisfy a
set of
selection criteria.
- getProxyClass(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
-
- getPublicCredentials(Class<T>) - Method in class javax.security.auth.Subject
-
- getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
-
Returns the public exponent.
- getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
-
Returns the public exponent for this key
- getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
-
Returns the public exponent value for this key
- getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
-
Return the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Returns the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
-
Gets the RSA public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
-
Gets the RSA public exponent.
- getPublicId() - Method in interface javax.xml.stream.events.EntityDeclaration
-
Returns the public identifier of the entity.
- getPublicId() - Method in interface javax.xml.stream.events.NotationDeclaration
-
Returns the public identifier of the notation.
- getPublicId() - Method in interface javax.xml.stream.Location
-
Returns the public identifier for this location, if any.
- getPublicId() - Method in interface 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.
- getPublicId() - Method in interface org.w3c.dom.DocumentType
-
The public identifier of the external subset.
- getPublicId() - Method in interface org.w3c.dom.Entity
-
The public identifier associated with the entity if specified, and
null
otherwise.
- getPublicId() - Method in interface org.w3c.dom.ls.LSInput
-
The public identifier for this input source.
- getPublicId() - Method in interface org.w3c.dom.Notation
-
The public identifier of this notation.
- getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved public identifier.
- getPublicId() - Method in class org.xml.sax.InputSource
-
Get the public identifier for this input source.
- getPublicId() - Method in interface org.xml.sax.Locator
-
Return the public identifier for the current document event.
- getPublicId() - Method in exception org.xml.sax.SAXParseException
-
Get the public identifier of the entity where the exception occurred.
- getPublicKey() - Method in class java.security.cert.Certificate
-
Returns the public key stored in the Certificate.
- getPublicKey() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns the subject public key.
- getPublicKey() - Method in interface java.security.Certificate
-
Deprecated.
This method returns the public key for the Principal
that
is being guaranteed.
- getPublicKey() - Method in class java.security.Identity
-
Deprecated.
- getPublicKey() - Method in class javax.security.cert.Certificate
-
Returns this certificate's public key.
- getPushLevel() - Method in class java.util.logging.MemoryHandler
-
Returns the push level threshold for this Handler
.
- getQ() - Method in interface java.security.interfaces.DSAParams
-
Returns the subprime, or 'q' value
- getQ() - Method in class java.security.spec.DSAParameterSpec
-
Returns p for the DSA algorithm.
- 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 interface org.xml.sax.Attributes
-
Look up an attribute's XML qualified (prefixed) name by index.
- getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's qualified (prefixed) name.
- getQOP() - Method in class org.ietf.jgss.MessageProp
-
Retrieves the QOP value.
- getQTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
-
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 interface java.sql.Statement
-
The method returns the number of seconds a statement may be in process
before timing out.
- getQueryTimeout() - Method in interface javax.sql.RowSet
-
- getQuotes() - Method in interface 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
-
- getRaisedBevelBorderUIResource() - Static method in class javax.swing.plaf.BorderUIResource
-
- 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(int, int, int, int) - Method in interface java.awt.PaintContext
-
Return a raster containing the colors for the graphics operation.
- 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.
- 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 interface 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 exception java.sql.DataTruncation
-
This method determines whether or not it was a column that was
truncated.
- getReader(int) - Method in class javax.swing.text.html.HTMLDocument
-
Gets the reader for the parser to use when loading the document with HTML.
- getReader(int, int, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument
-
Gets the reader for the parser to use when loading the document with HTML.
- getReader() - Method in class javax.xml.transform.stream.StreamSource
-
Returns the source reader.
- getReaderFormatNames() - Static method in class javax.imageio.ImageIO
-
Retrieve all the informal format names supported by the
collection of registered image readers.
- getReaderForText(Transferable) - Method in class java.awt.datatransfer.DataFlavor
-
Creates a Reader
for a given Transferable
.
- getReaderForText() - Method in interface 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.
- 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 interface org.w3c.dom.html2.HTMLInputElement
-
This control is read-only.
- getReadOnly() - Method in interface 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 exception java.net.URISyntaxException
-
Returns the reason for the failure.
- getReason() - Method in interface javax.print.URIException
-
Returns the reason for this exception as
predefined constants in this interface.
- 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 interface 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 interface javax.sound.midi.Transmitter
-
Get the Receiver to which MIDI events will be sent (possibly null)
- getRectValue() - Method in interface 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(int) - Method in class java.awt.image.ColorModel
-
Converts pixel value to sRGB and extract red int sample scaled
to range [0, 255].
- getRed(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(int) - Method in class java.awt.image.ComponentColorModel
-
- getRed(Object) - 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(Object) - Method in class java.awt.image.DirectColorModel
-
- 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() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the red value of the RGB color.
- 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 interface 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.net.URL
-
Returns the ref (sometimes called the "# reference" or "anchor") portion
of the URL.
- getRef() - Method in class java.rmi.server.RemoteObject
-
- getRef(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Ref
.
- getRef(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
Ref
.
- getRef(int) - Method in interface java.sql.ResultSet
-
This method returns a Ref
for the specified column which
represents the structured type for the column.
- getRef(String) - Method in interface java.sql.ResultSet
-
This method returns a Ref
for the specified column which
represents the structured type for the column.
- getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
-
Returns the class name of the reference type that must be written to the
given stream.
- getReference() - Method in interface javax.naming.Referenceable
-
Get the reference about this object.
- getReferralContext() - Method in exception javax.naming.ldap.LdapReferralException
-
- getReferralContext(Hashtable<?, ?>) - Method in exception javax.naming.ldap.LdapReferralException
-
- getReferralContext(Hashtable<?, ?>, Control[]) - Method in exception javax.naming.ldap.LdapReferralException
-
- getReferralContext() - Method in exception javax.naming.ReferralException
-
- getReferralContext(Hashtable<?, ?>) - Method in exception javax.naming.ReferralException
-
- getReferralInfo() - Method in exception javax.naming.ReferralException
-
- getReferrals() - Method in interface javax.naming.ldap.UnsolicitedNotification
-
- getReferrer() - Method in interface 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(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(String) - Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
-
- getRel() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
Forward link type.
- getRel() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
Forward link type.
- getRelatedData() - Method in interface org.w3c.dom.DOMError
-
The related DOMError.type
dependent data if any.
- getRelatedException() - Method in interface org.w3c.dom.DOMError
-
The related platform dependent exception if any.
- getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
-
The node this locator is pointing to, or null
if no node
is available.
- getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
-
relatedNode
is used to identify a secondary node related
to a mutation event.
- getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to identify a secondary EventTarget
related to a UI
event.
- getRemaining() - Method in class java.util.zip.Inflater
-
Gets the number of unprocessed input.
- getRemainingAcceptLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
-
Returns the remaining lifetime is seconds for the credential to
remain capable of accepting security contexts under the specified
mechanism.
- getRemainingInitLifetime(Oid) - Method in interface org.ietf.jgss.GSSCredential
-
Returns the remaining lifetime is seconds for the credential to
remain capable of initiating security contexts under the specified
mechanism.
- getRemainingLifetime() - Method in interface org.ietf.jgss.GSSCredential
-
Returns the remaining lifetime in seconds for a credential.
- getRemainingName() - Method in exception javax.naming.NamingException
-
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 exception 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
- getRenderingHint(RenderingHints.Key) - Method in class java.awt.Graphics2D
-
Returns the current value of a rendering hint.
- getRenderingHints() - Method in class java.awt.Graphics2D
-
Returns the current rendering hints.
- getRenderingHints() - Method in class java.awt.image.AffineTransformOp
-
Returns rendering hints that are used during transformation.
- getRenderingHints() - Method in class java.awt.image.BandCombineOp
-
- getRenderingHints() - Method in interface java.awt.image.BufferedImageOp
-
Returns the rendering hints for this operation.
- getRenderingHints() - Method in class java.awt.image.ColorConvertOp
-
Returns the rendering hints for this op.
- getRenderingHints() - Method in class java.awt.image.ConvolveOp
-
- getRenderingHints() - Method in class java.awt.image.LookupOp
-
- getRenderingHints() - Method in interface 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
-
- 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 interface javax.xml.stream.events.EntityDeclaration
-
Returns the replacement text for the entity.
- getReplayDetState() - Method in interface 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.
- getRepresentationClass() - Method in class javax.activation.ActivationDataFlavor
-
- 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 interface 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.
- getRequestProperty(String) - Method in class java.net.URLConnection
-
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.BoxView
-
Returns the resize weight of this view.
- getResizeWeight(int) - Method in class javax.swing.text.FieldView
-
- getResizeWeight(int) - Method in class javax.swing.text.html.BlockView
-
Gets the resize weight.
- getResizeWeight(int) - Method in class javax.swing.text.TableView.TableRow
-
Determines the 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(int) - Method in class javax.print.attribute.ResolutionSyntax
-
Returns the resolution as two field array.
- 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.
- getResolvedName() - Method in exception javax.naming.NamingException
-
Gets the part of the name that could be resolved before this exception
happend.
- getResolvedObj() - Method in exception 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 interface 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 interface 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(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
-
Get a resource.
- getResource(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
-
- getResource(String) - Method in class java.lang.Class
-
Get a resource URL using this class's package using the
getClassLoader().getResource() method.
- getResource(String) - Method in class java.lang.ClassLoader
-
Get the URL to a resource using this classloader or one of its parents.
- getResourceAsStream(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
-
Get a resource as a stream.
- getResourceAsStream(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
-
- getResourceAsStream(String) - Method in class java.lang.Class
-
Get a resource using this class's package using the
getClassLoader().getResourceAsStream() method.
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
Get a resource as stream using this classloader or one of its parents.
- 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(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.
- getResources() - Method in interface javax.sound.midi.Soundbank
-
Get an array of non-Instrument resources in this sound bank.
- 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 interface 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 interface java.sql.Array
-
Returns the elements in the array as a ResultSet
.
- getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
-
This method returns the elements in the array as a ResultSet
.
- getResultSet(long, int) - Method in interface java.sql.Array
-
This method returns a portion of the array as a ResultSet
.
- getResultSet(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
This method returns a portion of the array as a ResultSet
.
- getResultSet() - Method in interface java.sql.Statement
-
This method returns the result set of the SQL statement that was
executed.
- getResultSetConcurrency() - Method in interface java.sql.Statement
-
This method returns the concurrency type of the result set for this
statement.
- getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
-
This method returns the default holdability type of ResultSet
S
retrieved from this database.
- getResultSetHoldability() - Method in interface java.sql.Statement
-
- getResultSetType() - Method in interface java.sql.Statement
-
This method returns the result set type for this statement.
- getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
-
Deprecated.
- getResultType() - Method in interface 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 interface 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 java.lang.reflect.Method
-
Gets the return type of this method.
- getReturnType() - Method in class javax.management.MBeanOperationInfo
-
Returns the return type of the operation, as the class
name.
- getReturnType() - Method in interface 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 interface org.w3c.dom.html2.HTMLAnchorElement
-
Reverse link type.
- getRev() - Method in interface 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(BigInteger) - Method in class java.security.cert.X509CRL
-
Gets the requeste dX509Entry for the specified
certificate serial number.
- getRevokedCertificates() - Method in class java.security.cert.X509CRL
-
Returns a Set of revoked certificates.
- getRGB() - Method in class java.awt.Color
-
Returns the RGB value for this color, in the sRGB color space.
- 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(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(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(int) - Method in class java.awt.image.ComponentColorModel
-
- getRGB(Object) - 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(Object) - Method in class java.awt.image.DirectColorModel
-
- 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() - Method in class java.awt.SystemColor
-
Returns the RGB value for this color, in the sRGB color space.
- 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 interface 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 interface java.awt.peer.RobotPeer
-
- getRGBPixels(Rectangle) - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the richness property definition in CSS2.
- getRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the right property definition in CSS2.
- getRight() - Method in interface 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(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(Class) - Method in interface 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(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.
- 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 interface javax.swing.tree.TreeModel
-
getRoot
- getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
-
The root node of the NodeIterator
, as specified when it
was created.
- getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
-
The root
node of the TreeWalker
, as specified
when it was created.
- getRootCause() - Method in exception 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 interface 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 interface 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() - Method in class javax.swing.JInternalFrame
-
This method returns the Root Pane for this JInternalFrame.
- getRootPane() - Method in class javax.swing.JWindow
-
- getRootPane() - Method in interface javax.swing.RootPaneContainer
-
getRootPane
- getRootPane(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(JTextComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Returns the root
View
of a text component.
- getRootView(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(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 interface 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.JTable
-
Get the value of the
rowCount
property by
delegation to the
JTable.dataModel
field.
- getRowCount() - Method in class javax.swing.JTree
-
- getRowCount(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the number of rows that are being displayed.
- getRowCount(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
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(JTree) - Method in class javax.swing.plaf.TreeUI
-
Counts how many rows are currently displayed.
- getRowCount() - Method in class javax.swing.table.DefaultTableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in interface javax.swing.table.TableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in class javax.swing.text.TableView.TableCell
-
Deprecated.
Table cells are now rendered by an arbitrary
View
implementation.
- getRowCount() - Method in class javax.swing.tree.AbstractLayoutCache
-
getRowCount
- getRowCount() - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get the total number of rows in the tree.
- getRowCount() - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Get the total number of rows in the tree.
- getRowEnd(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
-
- getRowForPath(TreePath) - Method in class javax.swing.JTree
-
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the row that the last item identified in path is visible at.
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
- getRowForPath(JTree, TreePath) - Method in class javax.swing.plaf.TreeUI
-
Determines in which row a TreePath
is currently
being displayed.
- getRowForPath(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
-
getRowForPath
- getRowForPath(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get the row, displaying the last node of the given path.
- getRowForPath(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
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.JTable
-
- getRowHeight(int) - Method in class javax.swing.JTable
-
Get the height of the specified row.
- 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() - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns the current row height.
- getRowHeight() - Method in class javax.swing.tree.AbstractLayoutCache
-
getRowHeight
- getRowIndex() - Method in interface 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 interface javax.swing.tree.TreeSelectionModel
-
- getRowMargin() - Method in class javax.swing.JTable
-
- getRows() - Method in class java.awt.GridLayout
-
Return the number of rows in this layout.
- 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.
- getRows() - Method in class javax.swing.JTextArea
-
Returns the current number of rows.
- getRows() - Method in interface org.w3c.dom.html2.HTMLFrameSetElement
-
The number of rows of frames in the frameset.
- getRows() - Method in interface 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 interface org.w3c.dom.html2.HTMLTableSectionElement
-
The collection of rows in this table section.
- getRows() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
Number of text rows.
- getRowSelectionAllowed() - Method in class javax.swing.JTable
-
- getRowsForPaths(TreePath[]) - Method in class javax.swing.tree.AbstractLayoutCache
-
Get the tree row numbers for the given pathes.
- getRowsForPaths(TreePath[]) - Method in interface javax.swing.tree.RowMapper
-
getRowsForPaths
- getRowSpan() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Number of rows spanned by cell.
- getRowStart(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(HTML.Tag, Element) - Method in class javax.swing.text.html.StyleSheet
-
Gets the style used to render the given tag.
- getRule(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.
- getRules() - Method in class java.text.RuleBasedCollator
-
This method returns a String
containing the collation rules
for this object.
- getRules() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Specifies which internal table borders to render.
- 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 interface java.text.AttributedCharacterIterator
-
Returns the index of the character after the end of the run
that contains all attributes defined for the current character.
- getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
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(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the character after the end of the run
that contains the specified attribute 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.
- getRunStart() - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character in the run that
contains all attributes defined for the current character.
- getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character in the run that
contains all attributes in the specified Set
defined for
the current character.
- getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character in the run that
contains the specified attribute defined for the current character.
- getRunStart(int) - Method in class java.text.Bidi
-
Return the index of the first character in the indicated run.
- getRuntime() - Static method in class java.lang.Runtime
-
Get the current Runtime object for this JVM.
- getRunTimeCodeBase() - Method in interface javax.rmi.CORBA.ValueHandler
-
Returns the CodeBase for this ValueHandler.
- getRuntimeMXBean() - Static method in class java.lang.management.ManagementFactory
-
Returns the runtime management bean for the
running virtual machine.
- getSalt() - Method in interface 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, DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Returns a sample value for the pixel at (x, y) in the specified data
buffer.
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
-
Returns the sample for band b
of the pixel at
(x, y)
that is stored in the specified data buffer.
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Returns the sample value for the pixel at (x, y) in the specified data
buffer.
- getSample(int, int, int) - Method in class java.awt.image.Raster
-
Returns the sample value for the pixel at (x, y) in the raster.
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
-
Returns the sample value for the pixel at (x, y) in the specified data
buffer.
- getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
-
Returns the sample value for the pixel at (x, y) in the specified data
buffer.
- getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
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.
- getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
-
Returns the sample value for the pixel at (x, y) in the specified data
buffer.
- getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Returns a 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.
- getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
-
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 java.awt.image.Raster
-
Returns the sample model that accesses the data buffer (to extract pixel
data) for this raster.
- getSampleModel() - Method in interface 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.
- getSampleModel() - Method in class javax.imageio.ImageTypeSpecifier
-
Get the sample model specified by this image type specifier.
- 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, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
-
Copy one band's samples from a region into an array.
- 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.
- 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.
- 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.
- getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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, double[], DataBuffer) - Method in class java.awt.image.SampleModel
-
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(int) - Method in class java.awt.image.ComponentSampleModel
-
Returns the size in bits for the samples in the specified band.
- getSampleSize() - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Returns an array containing the size (in bits) of the samples in each
band.
- getSampleSize(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
-
Returns the size of the samples in the specified 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(int) - Method in class java.awt.image.SampleModel
-
Returns the size (in bits) of the samples for the specified band.
- 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.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 interface java.sql.Savepoint
-
- getSavepointName() - Method in interface java.sql.Savepoint
-
- getScale(int) - Method in interface java.sql.ParameterMetaData
-
- getScale(int) - Method in interface 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(int, int, int) - Method in class java.awt.Image
-
Scales the image to the requested dimension.
- 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.
- 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(Name) - Method in interface javax.naming.directory.DirContext
-
- getSchema(String) - Method in interface javax.naming.directory.DirContext
-
- getSchema(Name) - Method in class javax.naming.directory.InitialDirContext
-
- getSchema(String) - Method in class javax.naming.directory.InitialDirContext
-
- 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.
- getSchemaClassDefinition(Name) - Method in interface javax.naming.directory.DirContext
-
- getSchemaClassDefinition(String) - Method in interface javax.naming.directory.DirContext
-
- getSchemaClassDefinition(Name) - Method in class javax.naming.directory.InitialDirContext
-
- getSchemaClassDefinition(String) - Method in class javax.naming.directory.InitialDirContext
-
- getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
-
This method returns the name of the schema that contains the specified
column.
- getSchemas() - Method in interface 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 interface java.sql.DatabaseMetaData
-
This method returns the vendor's term for "schema".
- getSchemaType() - Method in interface javax.xml.stream.events.XMLEvent
-
Returns schema-related type information about this event, or null if
not available.
- getSchemaTypeInfo() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
-
The type information associated with this attribute.
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
-
The type information associated with this element.
- getScheme() - Method in class java.net.URI
-
Returns the scheme of the URI
- getScheme() - Method in interface org.w3c.dom.html2.HTMLMetaElement
-
Select form of content.
- getSchemeSpecificPart() - Method in class java.net.URI
-
Returns the decoded scheme specific part of this URI.
- getScope() - Method in class java.security.Identity
-
Deprecated.
- getScope() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Scope covered by header cells.
- 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.
- getScreenInsets(GraphicsConfiguration) - Method in class java.awt.Toolkit
-
- 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 interface org.w3c.dom.events.MouseEvent
-
The horizontal coordinate at which the event occurred relative to the
origin of the screen coordinate system.
- getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
-
The vertical coordinate at which the event occurred relative to the
origin of the screen coordinate system.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JList
-
Return the number of pixels the list must scroll in order to move a
"block" of the list into the provided visible rectangle.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
-
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
-
- getScrollableBlockIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
-
Return the preferred scrolling amount (in pixels) for the given
scrolling direction and orientation when scrolling in large amounts
(pages).
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
-
- 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.JTree
-
- getScrollableTracksViewportHeight() - Method in interface 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.
- getScrollableTracksViewportHeight() - Method in class javax.swing.text.JTextComponent
-
- 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.JTree
-
- getScrollableTracksViewportWidth() - Method in interface 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).
- getScrollableTracksViewportWidth() - Method in class javax.swing.text.JTextComponent
-
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JList
-
Return the number of pixels the list must scroll in order to move a
"unit" of the list into the provided visible rectangle.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTable
-
Return the preferred scrolling amount (in pixels) for the given scrolling
direction and orientation.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTextArea
-
Returns the increment that is needed to expose exactly one new line
of text.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTree
-
Return the preferred scrolling amount (in pixels) for the given scrolling
direction and orientation.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in interface javax.swing.Scrollable
-
Return the preferred scrolling amount (in pixels) for the given
scrolling direction and orientation when scrolling in small amounts
like table lines.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.text.JTextComponent
-
- 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 interface org.w3c.dom.html2.HTMLFrameElement
-
Specify whether or not the frame should have scrollbars.
- getScrolling() - Method in interface 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 interface 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
-
Deprecated.
- getSeconds() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.SECOND)
instead.
- 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 interface 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(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
-
Deprecated.
- getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
-
Deprecated.
- 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 interface org.w3c.dom.html2.HTMLOptionElement
-
Represents the current state of the corresponding form control, in an
interactive user agent.
- getSelectedAccessibleColumns() - Method in interface javax.accessibility.AccessibleTable
-
Return the selected columns.
- getSelectedAccessibleColumns() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the indices of all selected columns.
- getSelectedAccessibleRows() - Method in interface javax.accessibility.AccessibleTable
-
Return the selected rows.
- getSelectedAccessibleRows() - Method in class javax.swing.JTable.AccessibleJTable
-
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 interface 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
JTable.columnModel
field.
- getSelectedColumnCount() - Method in class javax.swing.JTable
-
Get the value of the
selectedColumnCount
property by
delegation to the
JTable.columnModel
field.
- getSelectedColumnCount() - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns the number of selected columns in the model.
- getSelectedColumnCount() - Method in interface javax.swing.table.TableColumnModel
-
Returns the number of selected columns in the model.
- getSelectedColumns() - Method in class javax.swing.JTable
-
Get the value of the
selectedColumns
property by
delegation to the
JTable.columnModel
field.
- getSelectedColumns() - Method in class javax.swing.table.DefaultTableColumnModel
-
Returns an array containing the indices of the selected columns.
- getSelectedColumns() - Method in interface 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 java.awt.List
-
Returns the index of the currently 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 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 interface javax.swing.SingleSelectionModel
-
Returns the selected index or -1
if there is no selection.
- getSelectedIndex() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
The ordinal index of the selected option, starting from 0.
- getSelectedIndexes() - Method in class java.awt.List
-
Returns an array containing the indexes of the rows that are
currently selected.
- getSelectedIndexes() - Method in interface java.awt.peer.ListPeer
-
- getSelectedIndexes() - Method in class javax.security.auth.callback.ChoiceCallback
-
Get the selected choices.
- getSelectedIndices() - Method in class javax.swing.JList
-
Returns the indices of values in the
JList.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 java.awt.List
-
Returns the item that is currently selected, or null
if there
is no item selected.
- getSelectedItem() - Method in interface 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 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 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 interface java.awt.ItemSelectable
-
Returns the list of objects that are selected in this component.
- 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[]
.
- 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 javax.swing.DefaultButtonModel
-
Return null
.
- 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.
- getSelectedPath() - Method in class javax.swing.MenuSelectionManager
-
Returns path representing current menu selection
- getSelectedRow() - Method in class javax.swing.JTable
-
- getSelectedRowCount() - Method in class javax.swing.JTable
-
- getSelectedRows() - Method in class javax.swing.JTable
-
- getSelectedTabPadInsets(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the selected tab pad insets appropriately rotated.
- getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
-
Gets the currently selected text.
- getSelectedText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getSelectedText() - Method in class java.awt.TextComponent
-
Returns a string that contains the text that is currently selected.
- getSelectedText() - Method in interface javax.accessibility.AccessibleText
-
Returns the selected text.
- getSelectedText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the selected text.
- getSelectedText() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the selected text.
- getSelectedText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve the current text selection.
- getSelectedText() - Method in class javax.swing.text.JTextComponent
-
Retrieves the currently selected text in this text document.
- getSelectedTextColor() - Method in class javax.swing.text.JTextComponent
-
- getSelectedValue() - Method in class javax.swing.JList
-
- getSelectedValues() - Method in class javax.swing.JList
-
- getSelection() - Method in class javax.swing.ButtonGroup
-
Returns the currently selected button model.
- getSelectionBackground() - Method in class javax.swing.JList
-
- getSelectionBackground() - Method in class javax.swing.JTable
-
- 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.
- getSelectionColor() - Method in class javax.swing.text.JTextComponent
-
- getSelectionCount() - Method in class javax.swing.JTree
-
- getSelectionCount() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the number of paths in the selection.
- getSelectionCount() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getSelectionEnd() - Method in interface java.awt.peer.TextComponentPeer
-
- getSelectionEnd() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getSelectionEnd() - Method in class java.awt.TextComponent
-
Returns the ending position of the selected text region.
- getSelectionEnd() - Method in interface javax.accessibility.AccessibleText
-
Returns the end index of the selection.
- getSelectionEnd() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
This always returns -1
since
button labels can't be selected.
- getSelectionEnd() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the end index of the selected text.
- getSelectionEnd() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve the index of the last character in the current text
selection.
- getSelectionEnd() - Method in class javax.swing.text.JTextComponent
-
Returns the end postion of the currently selected text.
- getSelectionForeground() - Method in class javax.swing.JList
-
- getSelectionForeground() - Method in class javax.swing.JTable
-
- 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.
- getSelectionMode() - Method in class javax.swing.DefaultListSelectionModel
-
- getSelectionMode() - Method in class javax.swing.JList
-
- getSelectionMode() - Method in interface javax.swing.ListSelectionModel
-
- getSelectionMode() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the current selection mode.
- getSelectionMode() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getSelectionModel() - Method in class javax.swing.JColorChooser
-
This method returns the ColorSelectionModel used with this JColorChooser.
- getSelectionModel() - Method in class javax.swing.JList
-
- 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
-
- getSelectionModel() - Method in class javax.swing.JTree
-
- 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 interface javax.swing.table.TableColumnModel
-
Returns the selection model used to track table column selections.
- getSelectionModel() - Method in class javax.swing.tree.AbstractLayoutCache
-
getSelectionModel
- getSelectionPainter() - Method in class javax.swing.text.DefaultCaret
-
- getSelectionPath() - Method in class javax.swing.JTree
-
- getSelectionPath() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the first path in the selection.
- getSelectionPath() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getSelectionPaths() - Method in class javax.swing.JTree
-
- getSelectionPaths() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the complete selection.
- getSelectionPaths() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getSelectionRows() - Method in class javax.swing.JTree
-
- getSelectionRows() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns the currently selected rows.
- getSelectionRows() - Method in interface javax.swing.tree.TreeSelectionModel
-
- getSelectionStart() - Method in interface java.awt.peer.TextComponentPeer
-
- getSelectionStart() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
- getSelectionStart() - Method in class java.awt.TextComponent
-
Returns the starting position of the selected text region.
- getSelectionStart() - Method in interface javax.accessibility.AccessibleText
-
Returns the start index of the selection.
- getSelectionStart() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
This always returns -1
since
button labels can't be selected.
- getSelectionStart() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the start index of the selected text.
- getSelectionStart() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Retrieve the index of the first character in the current text
selection.
- getSelectionStart() - Method in class javax.swing.text.JTextComponent
-
Returns the start postion of the currently selected text.
- getSelectionValues() - Method in class javax.swing.JOptionPane
-
This method returns the selection values.
- getSelectorText() - Method in interface org.w3c.dom.css.CSSPageRule
-
The parsable textual representation of the page selector for the rule.
- getSelectorText() - Method in interface 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(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.
- getSentenceInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
-
- getSeparator() - Method in interface 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(InputStream) - Static method in class javax.sound.midi.MidiSystem
-
Read a Sequence object from the given stream.
- getSequence(URL) - Static method in class javax.sound.midi.MidiSystem
-
Read a Sequence object from the given url.
- getSequence(File) - Static method in class javax.sound.midi.MidiSystem
-
Read a Sequence object from the given file.
- getSequence() - Method in interface javax.sound.midi.Sequencer
-
Get the current sequence object for this sequencer.
- getSequence(InputStream) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a Sequence from the given stream.
- getSequence(URL) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a Sequence from the given stream.
- getSequence(File) - Method in class javax.sound.midi.spi.MidiFileReader
-
Read a Sequence from the given stream.
- getSequenceDetState() - Method in interface 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 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.
- getSerialNumber() - Method in class javax.security.cert.X509Certificate
-
Returns this certificate's serial number.
- 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.
- getServerAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
-
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.
- getService(BeanContextServices, Object, Class, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
-
Get a service.
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface java.beans.beancontext.BeanContextServices
-
Get a service from this BeanContextServices
.
- getService(BeanContextServices, Object, Class, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Retrieves the specified 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.
- getServiceProvider() - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
- getServiceProviderByClass(Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
-
Returns one of the service providers that is a subclass of the
specified class.
- getServiceProviders(Class<T>, boolean) - Method in class javax.imageio.spi.ServiceRegistry
-
Retrieves all providers that have been registered for the
specified service category.
- getServiceProviders(Class<T>, ServiceRegistry.Filter, boolean) - Method in class javax.imageio.spi.ServiceRegistry
-
Retrieves all providers that have been registered for the
specified service category and that satisfy the criteria
of a custom filter.
- getServicesBeanInfo() - Method in interface java.beans.beancontext.BeanContextServiceProviderBeanInfo
-
Get BeanInfo
s for all of the service classes of this BeanInfoServiceProvider
.
- getServiceUIFactory() - Method in interface 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(byte[]) - Method in interface javax.net.ssl.SSLSessionContext
-
Gets the session specified by its ID, or null
if there
is no session, or if it has expired.
- getSession() - Method in class javax.net.ssl.SSLSocket
-
Returns this socket's session object.
- getSessionCacheSize() - Method in interface javax.net.ssl.SSLSessionContext
-
Returns the maximum number of sessions that may be cached by this
session context.
- getSessionContext() - Method in interface 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 interface javax.net.ssl.SSLSessionContext
-
Returns the period of time (in seconds) that a session may be cached
for before becoming invalid.
- getSeverity() - Method in interface org.w3c.dom.DOMError
-
The severity of the error, either SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
- getShadowColor(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.
- 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() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Gets the shadow color to be used for this slider.
- getShadowInnerColor(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.
- 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.
- getShadowOuterColor(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.
- 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.
- getShape() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
The shape of the active area.
- getShape() - Method in interface 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(DefaultMutableTreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
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 interface 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 interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'shift' key was depressed during the
firing of the event.
- getShort(Object, int) - Static method in class java.lang.reflect.Array
-
Gets an element of a short array.
- getShort(Object) - Method in class java.lang.reflect.Field
-
Get the value of this Field as a short.
- getShort() - Method in class java.nio.ByteBuffer
-
Relative get method for reading a short value.
- getShort(int) - Method in class java.nio.ByteBuffer
-
Absolute get method for reading a short value.
- getShort(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
short
.
- getShort(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
short
.
- getShort(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
short
.
- getShort(String) - Method in interface 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
.
- getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuBar
-
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
-
- getShowsRootHandles() - Method in class javax.swing.JTree
-
- getShowsRootHandles() - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Returns true if the node handles are to be displayed.
- getShowVerticalLines() - Method in class javax.swing.JTable
-
- 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 java.security.cert.X509CRL
-
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.
- getSigAlgOID() - Method in class java.security.cert.X509Certificate
-
Returns the OID for the signature algorithm used.
- getSigAlgOID() - Method in class java.security.cert.X509CRL
-
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.
- getSigAlgParams() - Method in class java.security.cert.X509Certificate
-
Returns the AlgorithmParameters in the encoded form
for the signature algorithm used.
- getSigAlgParams() - Method in class java.security.cert.X509CRL
-
Returns the AlgorithmParameters in the encoded form
for the signature algorithm used.
- getSigAlgParams() - Method in class javax.security.cert.X509Certificate
-
Returns the signature parameters.
- getSign() - Method in class javax.xml.datatype.Duration
-
Returns the sign of this value.
- 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.
- getSignature() - Method in class java.security.SignedObject
-
Returns the signature bytes of the encapsulated object.
- 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 interface javax.management.openmbean.OpenMBeanConstructorInfo
-
Returns the constructor's signature, in the form of
information on each parameter.
- getSignature() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
-
Returns the operation's signature, in the form of
information on each parameter.
- getSigners() - Method in class java.lang.Class
-
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
-
Returns the simple name for this class, as used in the source
code.
- getSingleNodeValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this single node result, which may be null
.
- 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 java.awt.Component
-
Returns the size of this object.
- getSize(Dimension) - Method in class java.awt.Component
-
Returns the size of this component.
- 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 java.awt.image.DataBuffer
-
Returns the size of the data buffer.
- getSize() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the size of the component.
- 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() - Method in interface javax.accessibility.AccessibleComponent
-
Get the size of this component - it's width and height.
- getSize(int) - Method in class javax.print.attribute.Size2DSyntax
-
Returns the size described in this object as a two field array.
- 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(Dimension) - Method in class javax.swing.JComponent
-
Get the component's size.
- getSize() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the size of this list child.
- getSize() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the size of the table cell.
- getSize() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the size of this object in the form of a Dimension object.
- getSize() - Method in interface javax.swing.ListModel
-
Return the number of data elements in the list.
- 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 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(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() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getSize() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the size property definition in CSS2.
- getSize() - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
-
Computed font size.
- getSize() - Method in interface org.w3c.dom.html2.HTMLFontElement
-
Font size.
- getSize() - Method in interface org.w3c.dom.html2.HTMLHRElement
-
The height of the rule.
- getSize() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Size information.
- getSize() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
Number of visible rows.
- 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.
- getSizeOfComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
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 interface javax.sound.midi.Sequencer
-
Get the current slave synchronization mode.
- getSlaveSyncModes() - Method in interface 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 interface 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 interface 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(InputStream) - Static method in class javax.sound.midi.MidiSystem
-
Read a Soundbank object from the given stream.
- getSoundbank(URL) - Static method in class javax.sound.midi.MidiSystem
-
Read a Soundbank object from the given url.
- getSoundbank(File) - Static method in class javax.sound.midi.MidiSystem
-
Read a Soundbank object from the given file.
- getSoundbank() - Method in class javax.sound.midi.SoundbankResource
-
Get the sound bank containing this resource.
- getSoundbank(URL) - Method in class javax.sound.midi.spi.SoundbankReader
-
Get a Soundbank from the given URL.
- getSoundbank(InputStream) - Method in class javax.sound.midi.spi.SoundbankReader
-
Get a Soundbank from the given InputStream.
- getSoundbank(File) - Method in class javax.sound.midi.spi.SoundbankReader
-
Get a Soundbank from the given File.
- getSource() - Method in class java.awt.image.BufferedImage
-
- getSource() - Method in class java.awt.Image
-
Returns the image producer object for this object.
- getSource(int) - Method in class java.awt.image.renderable.ParameterBlock
-
- getSource() - Method in class java.awt.image.VolatileImage
-
Calling this method is equivalent to calling
getSnapshot().getSource().
- getSource() - Method in class java.beans.PropertyEditorSupport
-
Returns the bean that is used as the source of events.
- getSource() - Method in class java.util.EventObject
-
Returns the source of the event.
- getSource() - Method in interface javax.tools.Diagnostic
-
Returns the source of this diagnostic object.
- 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
-
- getSourceActions(JComponent) - Method in class javax.swing.TransferHandler
-
- getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
-
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.
- getSourceAsDragGestureRecognizer() - Method in class java.awt.dnd.DragGestureEvent
-
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(AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
-
Return a source data line matching the given audio format.
- getSourceDataLine(AudioFormat, Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
-
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(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() - Method in interface javax.sound.sampled.Mixer
-
Return an array of Info objects describing all the source lines
available in this Mixer.
- getSourceLineInfo(Line.Info) - Method in interface 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 interface 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.
- getSourceRegion(ImageReadParam, int, int) - Static method in class javax.imageio.ImageReader
-
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 interface java.awt.image.renderable.RenderableImage
-
- getSources() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getSources() - Method in interface 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(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(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(int, int) - Method in class javax.swing.text.BoxView
-
Returns the span for the child view with the given index for the specified
axis.
- getSpan(GlyphView, int, int, TabExpander, float) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Determine the span of the glyphs from location p0
to
location p1
.
- getSpan() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Indicates the number of columns in a group or affected by a grouping.
- getSpeak() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak property definition in CSS2.
- getSpeakHeader() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-header property definition in CSS2.
- getSpeakNumeral() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-numeral property definition in CSS2.
- getSpeakPunctuation() - Method in interface 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 interface 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 java.lang.Package
-
Returns the name of the specification designer, or null if unknown.
- getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
-
Returns the vendor of this Java Management eXtensions (JMX) specification.
- getSpecificationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
-
Returns the vendor of this Java Management eXtensions (JMX) specification.
- getSpecificationVersion() - Method in class java.lang.Package
-
Returns the version of the specification, or null if unknown.
- getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
-
Returns the version of this Java Management eXtensions (JMX) specification.
- getSpecificationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
-
Returns the version of this Java Management eXtensions (JMX) specification.
- getSpecified() - Method in interface org.w3c.dom.Attr
-
True
if this attribute was explicitly given a value in
the instance document, false
otherwise.
- getSpecName() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the specification name of the virtual machine.
- getSpecVendor() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the specification vendor of the virtual machine.
- getSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the specification version of the virtual machine.
- getSpeechRate() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speech-rate property definition in CSS2.
- getSpi(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 interface 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 exception java.sql.SQLException
-
This method returns the SQLState information associated with this
error.
- getSQLStateType() - Method in interface java.sql.DatabaseMetaData
-
- getSQLTypeName() - Method in interface java.sql.SQLData
-
This method returns the user defined datatype name for this object.
- getSQLTypeName() - Method in interface java.sql.Struct
-
This method returns the name of the SQL structured type for this
object.
- getSrc() - Method in interface org.w3c.dom.html2.HTMLFrameElement
-
- getSrc() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
- getSrc() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
- getSrc() - Method in interface 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 interface org.w3c.dom.html2.HTMLScriptElement
-
- getSrcName() - Method in interface 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.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.Thread
-
Returns an array of
StackTraceElement
s
representing the current stack trace of this thread.
- getStackTrace() - Method in class java.lang.Throwable
-
- 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 interface org.w3c.dom.html2.HTMLObjectElement
-
Message to render while loading the object.
- 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.
- getStart() - Method in interface org.w3c.dom.html2.HTMLOListElement
-
Starting sequence number.
- getStartContainer() - Method in interface 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.
- getStartIndex() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
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 interface 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 interface 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 javax.swing.text.View
-
- getStartOffset() - Method in interface org.w3c.dom.ranges.Range
-
Offset within the starting node of the Range.
- 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 interface javax.swing.text.Document
-
Returns the position that marks the beginning of the document
content.
- getStartPosition() - Method in interface javax.tools.Diagnostic
-
Returns the start position in the source object.
- getStartTime() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the approximate start time of the virtual machine
in milliseconds.
- getStartTime() - Method in class javax.security.auth.kerberos.KerberosTicket
-
Return the start time for this ticket.
- 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.im.InputMethodHighlight
-
Return the conversion state of the highlighted text.
- getState() - Method in interface java.awt.peer.FramePeer
-
- getState() - Method in class java.lang.Thread
-
Returns the current state of the thread.
- getState() - Method in class javax.swing.JCheckBoxMenuItem
-
Returns checked state for this check box menu item.
- getStateChange() - Method in class java.awt.event.ItemEvent
-
- getStateLabel(boolean) - Method in class javax.sound.sampled.BooleanControl
-
Return the label corresponding to the indicated state.
- getStatement() - Method in interface java.sql.ResultSet
-
This method returns a the Statement
that was used to
produce this result set.
- getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - Static method in class javax.naming.spi.DirectoryManager
-
- getStateToBind(Object, Name, Context, Hashtable<?, ?>, Attributes) - Method in interface javax.naming.spi.DirStateFactory
-
- getStateToBind(Object, Name, Context, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
-
Get the object state for binding.
- getStateToBind(Object, Name, Context, Hashtable<?, ?>) - Method in interface javax.naming.spi.StateFactory
-
Get the object state for binding.
- getStaticAttribute(Object) - Static method in class javax.swing.text.StyleContext
-
Gets the object previously registered with registerStaticAttributeKey.
- getStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
-
Returns the String that key will be registered with
registerStaticAttributeKey.
- 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.sound.midi.MidiMessage
-
Get the status byte of the MIDI message (as an int)
- getStatus() - Method in interface javax.transaction.Transaction
-
- getStatus() - Method in interface javax.transaction.TransactionManager
-
- getStatus() - Method in interface javax.transaction.UserTransaction
-
- getStepSize() - Method in class javax.swing.SpinnerNumberModel
-
Returns the step size.
- getStream(String) - Method in interface java.applet.AppletContext
-
Return the stream associated with a given key in this applet context, or
null if nothing is associated.
- getStream(DataFlavor) - Method in interface javax.accessibility.AccessibleStreamable
-
Return an input stream that yields the contents of this object,
using the given data flavor.
- getStream(URL) - Method in class javax.swing.JEditorPane
-
- getStreamForBytes() - Method in interface 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 interface 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.
- getStreamMetadata(String, Set<String>) - Method in class javax.imageio.ImageReader
-
Get the metadata associated with the image being read.
- getStreamMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
-
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 interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the stress property definition in CSS2.
- getStrictErrorChecking() - Method in interface org.w3c.dom.Document
-
An attribute specifying whether error checking is enforced or not.
- getStrikethroughOffset() - Method in class java.awt.font.LineMetrics
-
- getStrikethroughThickness() - Method in class java.awt.font.LineMetrics
-
- getString(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
String
.
- getString(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
String
.
- getString(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
String
.
- getString(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
String
.
- getString(String) - Method in class java.util.ResourceBundle
-
Get a String from this resource bundle.
- getString() - Method in class javax.swing.JProgressBar
-
- getString(SynthContext, Object, String) - Method in class javax.swing.plaf.synth.SynthStyle
-
A convenience method to fetch a String property.
- getString(int, int) - Method in interface 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() - Method in class javax.swing.text.html.parser.Entity
-
Returns a data as String
- getString(int, int) - Method in class javax.swing.text.StringContent
-
Returns a new String
containing the characters in the
specified range.
- getString(Object) - Method in class javax.swing.UIDefaults
-
Returns a string entry for the default locale.
- getString(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns a string entry for a specic locale.
- getString(Object) - Static method in class javax.swing.UIManager
-
Returns the
String
associated with the given key.
- getString(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns the
String
associated with the given key.
- getStringArray(String) - Method in class java.util.ResourceBundle
-
Get an array of Strings from this resource bundle.
- getStringBounds(String, FontRenderContext) - Method in class java.awt.Font
-
Returns the logical bounds of the specified string when rendered with this
font in the specified
FontRenderContext
.
- getStringBounds(String, int, int, FontRenderContext) - Method in class java.awt.Font
-
Returns the logical bounds of the specified string when rendered with this
font in the specified
FontRenderContext
.
- getStringBounds(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
-
Returns the logical bounds of the specified string when rendered with this
font in the specified
FontRenderContext
.
- getStringBounds(char[], int, int, FontRenderContext) - Method in class java.awt.Font
-
Returns the logical bounds of the specified string when rendered with this
font in the specified
FontRenderContext
.
- getStringBounds(String, Graphics) - Method in class java.awt.FontMetrics
-
- getStringBounds(String, int, int, Graphics) - Method in class java.awt.FontMetrics
-
- getStringBounds(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
-
- getStringBounds(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
-
- getStringData() - Method in interface org.w3c.dom.ls.LSInput
-
String data to parse.
- getStringFunctions() - Method in interface java.sql.DatabaseMetaData
-
This method returns a comma separated list of string functions.
- getStringNameType() - Method in interface org.ietf.jgss.GSSName
-
Returns the oid representing the type of name returned through the
GSSName.toString()
method.
- getStringPlacement(Graphics, String, int, int, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
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.EnumSyntax
-
Returns a table with the enumeration values represented as strings
for this object.
- 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.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 interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get the string value.
- getStringValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this string result.
- getStroke() - Method in class java.awt.Graphics2D
-
Returns the current stroke.
- getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) - Method in class java.awt.font.TextLayout.CaretPolicy
-
- getStyle() - Method in class java.awt.Font
-
- getStyle() - Method in class java.awt.im.InputMethodHighlight
-
Return the rendering style attributes map, or null if it should be the
default mapping.
- getStyle(String) - Method in class javax.swing.JTextPane
-
Looks up and returns a named Style
.
- getStyle() - Method in class javax.swing.plaf.synth.SynthContext
-
Returns the style of the region.
- getStyle(JComponent, Region) - Static method in class javax.swing.plaf.synth.SynthLookAndFeel
-
Returns the style for the specified component and region.
- getStyle(JComponent, Region) - Method in class javax.swing.plaf.synth.SynthStyleFactory
-
Returns a
SynthStyle
for the specified region of the specified
component.
- getStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
-
Looks up and returns a named Style
.
- getStyle(String) - Method in class javax.swing.text.StyleContext
-
Get the style from the style table.
- getStyle(String) - Method in interface javax.swing.text.StyledDocument
-
getStyle
- getStyle() - Method in interface org.w3c.dom.css.CSSFontFaceRule
-
The declaration-block of this rule.
- getStyle() - Method in interface org.w3c.dom.css.CSSPageRule
-
The declaration-block of this rule.
- getStyle() - Method in interface org.w3c.dom.css.CSSStyleRule
-
The declaration-block of this rule set.
- getStyle() - Method in interface org.w3c.dom.css.ElementCSSInlineStyle
-
The style attribute.
- getStyledDocument() - Method in class javax.swing.JTextPane
-
Returns the
StyledDocument
that is the content model for
this
JTextPane
.
- getStyledDocument(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
-
- getStyledEditorKit() - Method in class javax.swing.JTextPane
-
- getStyledEditorKit(JEditorPane) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
-
- 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 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.
- getStyleSheet() - Method in interface org.w3c.dom.css.CSSImportRule
-
The style sheet referred to by this rule, if it has been loaded.
- getStyleSheets() - Method in class javax.swing.text.html.StyleSheet
-
Returns an array of the linked StyleSheets.
- getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
-
A list containing all the style sheets explicitly linked into or
embedded in a document.
- 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 interface 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(AccessControlContext) - Static method in class javax.security.auth.Subject
-
- getSubject() - Method in class javax.security.auth.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 interface 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.
- getSubType() - Method in class javax.activation.MimeType
-
Returns the subtype.
- getSuffix(int) - Method in class javax.naming.CompositeName
-
- getSuffix(int) - Method in class javax.naming.CompoundName
-
- getSuffix(int) - Method in interface javax.naming.Name
-
Returns the components from the given index till the end as a
Name
.
- getSummary() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Description about the purpose or structure of a table.
- getSuperclass() - Method in class java.lang.Class
-
Get the direct superclass of this class.
- getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
- getSupportedAttributeCategories() - Method in interface javax.print.PrintService
-
Returns all supported attribute categories.
- getSupportedAttributeValues(Class<? extends Attribute>, DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
-
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 interface 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.
- getSupportedDocFlavors() - Method in class javax.print.StreamPrintServiceFactory
-
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.
- getSymbol(Locale) - Method in class java.util.Currency
-
This method returns the symbol which precedes or follows a
value in this particular currency.
- getSymbol(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
-
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(String) - Static method in class java.awt.Cursor
-
Retrieves the system specific custom Cursor named Cursor names are,
for example: "Invalid.16x16".
- getSystemDisplayName(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 interface java.sql.DatabaseMetaData
-
This method returns a comma separated list of of system functions.
- getSystemIcon(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 interface javax.xml.stream.events.EntityDeclaration
-
Returns the system identifier of the entity.
- getSystemId() - Method in interface javax.xml.stream.events.NotationDeclaration
-
Returns the system identifier of the notation.
- getSystemId() - Method in interface javax.xml.stream.events.StartDocument
-
Returns the system identifier of the document entity.
- getSystemId() - Method in interface javax.xml.stream.Location
-
Returns the system identifier for the underlying source.
- 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 interface javax.xml.transform.Result
-
Returns the system ID for this result.
- 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 interface javax.xml.transform.sax.TemplatesHandler
-
Returns the system ID for the templates object created by this processor.
- getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
-
Returns the system ID relative to which URLs will be resolved.
- getSystemId() - Method in interface javax.xml.transform.Source
-
Returns the system ID for this source.
- getSystemId() - Method in interface javax.xml.transform.SourceLocator
-
Returns the XML system ID for the document.
- 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 interface org.w3c.dom.DocumentType
-
The system identifier of the external subset.
- getSystemId() - Method in interface org.w3c.dom.Entity
-
The system identifier associated with the entity if specified, and
null
otherwise.
- getSystemId() - Method in interface org.w3c.dom.ls.LSInput
-
The system identifier, a URI reference [
IETF RFC 2396], for this
input source.
- getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
-
The system identifier, a URI reference [
IETF RFC 2396], for this
output destination.
- getSystemId() - Method in interface org.w3c.dom.Notation
-
The system identifier of this notation.
- getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved system identifier.
- getSystemId() - Method in class org.xml.sax.InputSource
-
Get the system identifier for this input source.
- getSystemId() - Method in interface org.xml.sax.Locator
-
Return the system identifier for the current document event.
- getSystemId() - Method in exception org.xml.sax.SAXParseException
-
Get the system identifier of the entity where the exception occurred.
- getSystemLoadAverage() - Method in interface 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 interface java.lang.management.RuntimeMXBean
-
Returns a map containing the keys and values of the system
properties.
- getSystemResource(String) - Static method in class java.lang.ClassLoader
-
Get the URL to a resource using the system classloader.
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
Get a resource using the system classloader.
- getSystemResources(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
-
Deprecated.
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(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.
- getTabbedSpan(float, TabExpander) - Method in class javax.swing.text.GlyphView
-
Returns the preferred span of this view for tab expansion.
- getTabbedSpan(float, TabExpander) - Method in interface javax.swing.text.TabableView
-
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean) - Static method in class javax.swing.text.Utilities
-
Provides a facility to map screen coordinates into a model location.
- getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
-
Provides a facility to map screen coordinates into a model location.
- getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int) - Static method in class javax.swing.text.Utilities
-
Determines the width, that the given text
s
would take
if it was printed with the given
FontMetrics
on the
specified screen position.
- getTabBounds(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.
- getTabBounds(int, Rectangle) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the tab bounds in the given rectangle.
- getTabBounds(JTabbedPane, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- getTabBounds(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
-
- getTabIndex(TabStop) - Method in class javax.swing.text.TabSet
-
Returns the index of the specified tab, or -1 if the tab is not found.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLAreaElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
Index that represents the element's position in the tabbing order.
- getTabIndex() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
Index that represents the element's position in the tabbing order.
- 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
-
- 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
-
- 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 java.awt.image.LookupOp
-
Return the LookupTable for this op.
- getTable() - Method in class java.awt.image.ShortLookupTable
-
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.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class javax.swing.DefaultCellEditor
-
Get the cell editor component that will perform the editing session.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in interface javax.swing.table.TableCellEditor
-
Get table cell editor component
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class javax.swing.table.DefaultTableCellRenderer
-
Get the string value of the object and pass it to setText().
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in interface javax.swing.table.TableCellRenderer
-
Get table cell renderer component
- getTableHeader() - Method in class javax.swing.JTable
-
- getTableLayout() - Method in interface 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 interface java.sql.ResultSetMetaData
-
This method returns the name of the table containing the specified
column.
- getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
This method returns the access rights that have been granted to the
requested tables.
- getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
-
This method returns a list of the requested table as a
ResultSet
with the following columns:
TABLE_CAT - The catalog the table is in, which may be null
.
- getTableTypes() - Method in interface 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(JTabbedPane) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method returns the number of runs.
- getTabRunCount(JTabbedPane) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
- getTabRunCount(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(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 interface 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(String) - Static method in class javax.swing.text.html.HTML
-
Returns a HTML tag constant for the given HTML attribute name.
- getTag() - Method in class javax.swing.text.html.HTMLDocument.Iterator
-
Type of tag this iterator represents.
- getTagName() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getTagName() - Method in interface org.w3c.dom.Element
-
The name of the element.
- getTags() - Method in interface 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(Handler) - Method in class java.util.logging.Formatter
-
Returns a string that handlers are supposed to emit after
the last log record.
- getTail(Handler) - Method in class java.util.logging.XMLFormatter
-
- getTarget() - Method in class java.beans.EventHandler
-
Returns the target object.
- getTarget() - Method in class java.beans.Statement
-
Return the statement object.
- getTarget() - Method in class javax.accessibility.AccessibleRelation
-
Return the targets of this relation.
- getTarget() - Method in interface javax.rmi.CORBA.Tie
-
Get the invocation target, where all method calls should be delegated.
- getTarget() - Method in class javax.swing.text.html.HTMLFrameHyperlinkEvent
-
Gets the string, passed as the target frame identifier.
- getTarget() - Method in interface javax.xml.stream.events.ProcessingInstruction
-
Returns the processing instruction target.
- getTarget() - Method in interface org.w3c.dom.events.Event
-
Used to indicate the EventTarget
to which the event was
originally dispatched.
- getTarget() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.html2.HTMLAreaElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.html2.HTMLBaseElement
-
The default target frame.
- getTarget() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
-
The target of this processing instruction.
- getTargetActions() - Method in class java.awt.dnd.DragSourceDragEvent
-
- getTargetActions() - Method in class java.awt.dnd.DropTargetContext
-
- getTargetActions() - Method in interface 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(AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
-
Find and return a target data line matching the given audio format.
- getTargetDataLine(AudioFormat, Mixer.Info) - Static method in class javax.sound.sampled.AudioSystem
-
Return a target data line matching the given audio format and
mixer.
- getTargetedNotifications() - Method in class javax.management.remote.NotificationResult
-
Returns the notification and identifier pairs returned
by the query.
- getTargetEncodings(AudioFormat.Encoding) - Static method in class javax.sound.sampled.AudioSystem
-
Given a source encoding, return an array of all target encodings to which
data in this form can be converted.
- getTargetEncodings(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.
- getTargetEncodings() - Method in class javax.sound.sampled.spi.FormatConversionProvider
-
Return an array of all the target encodings supported by this conversion
provider.
- getTargetEncodings(AudioFormat) - Method in class javax.sound.sampled.spi.FormatConversionProvider
-
Return an array of all the target encodings that are available for a given
source format.
- getTargetError() - Method in exception javax.management.RuntimeErrorException
-
Returns the true cause of this error, the wrapped
error.
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
Get the wrapped (targeted) exception.
- getTargetException() - Method in exception javax.management.MBeanException
-
Returns the true cause of this exception, the wrapped
exception.
- getTargetException() - Method in exception javax.management.ReflectionException
-
Returns the true cause of this exception, the wrapped
exception.
- getTargetException() - Method in exception javax.management.RuntimeMBeanException
-
Returns the true cause of this exception, the wrapped runtime
exception.
- getTargetException() - Method in exception javax.management.RuntimeOperationsException
-
Returns the true cause of this exception, the wrapped
exception.
- getTargetFormats(AudioFormat.Encoding, AudioFormat) - Static method in class javax.sound.sampled.AudioSystem
-
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.
- getTargetFormats(AudioFormat.Encoding, AudioFormat) - Method in class javax.sound.sampled.spi.FormatConversionProvider
-
Return a array of all the target formats that match given target encoding,
and to which this provider can convert the source format.
- getTargetLineInfo(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() - Method in interface javax.sound.sampled.Mixer
-
Return an array of Info objects describing all the target lines
available in this Mixer.
- getTargetLineInfo(Line.Info) - Method in interface 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 interface javax.sound.sampled.Mixer
-
Return an array of all the target lines available in this Mixer.
- getTargName() - Method in interface org.ietf.jgss.GSSContext
-
Returns the name of the context target (acceptor).
- getTBodies() - Method in interface 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 interface javax.xml.transform.sax.TemplatesHandler
-
Returns the templates object created by the parsing of the SAX events.
- getTempoFactor() - Method in interface javax.sound.midi.Sequencer
-
Get the current scaling factor for the playback tempo.
- getTempoInBPM() - Method in interface javax.sound.midi.Sequencer
-
Get the current tempo in beats per minute.
- getTempoInMPQ() - Method in interface javax.sound.midi.Sequencer
-
Get the current tempo in microseconds per quarter note.
- getText() - Method in class java.awt.event.InputMethodEvent
-
This method returns the input method text.
- getText() - Method in class java.awt.Label
-
Returns the text displayed in this label.
- getText() - Method in interface java.awt.peer.TextComponentPeer
-
- getText() - Method in class java.awt.TextComponent
-
Returns the text in this component
- 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.security.auth.callback.TextInputCallback
-
Get the retrieved text.
- getText() - Method in class javax.swing.AbstractButton
-
Return the button's "text" property.
- 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
-
Deprecated.
- getText(int, int) - Method in class javax.swing.JPasswordField
-
Deprecated.
- getText(int, int) - Method in class javax.swing.text.AbstractDocument
-
Returns a piece of this Document
's content.
- getText(int, int, Segment) - Method in class javax.swing.text.AbstractDocument
-
Fetches a piece of this
Document
's content and stores
it in the given
Segment
.
- getText(Element) - Method in class javax.swing.text.AbstractWriter
-
Return the text of the Document that is associated with the given
Element.
- getText(int, int) - Method in interface javax.swing.text.Document
-
Returns the textual content starting at offset
with
a length of length
.
- getText(int, int, Segment) - Method in interface javax.swing.text.Document
-
Fetch the textual content starting at offset
with
a length of length
and store it in txt
.
- getText(int, int) - Method in class javax.swing.text.GlyphView
-
Returns the text segment that this view is responsible for.
- getText() - Method in class javax.swing.text.JTextComponent
-
Retrieves the current text in this text document.
- getText(int, int) - Method in class javax.swing.text.JTextComponent
-
Retrieves a part of the current text in this document.
- getText() - Method in interface javax.xml.stream.events.Comment
-
Returns the comment text.
- getText() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getText() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the string value of the current event.
- getText() - Method in interface org.w3c.dom.html2.HTMLBodyElement
-
Document text color.
- getText() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
The text contained within the option element.
- getText() - Method in interface org.w3c.dom.html2.HTMLScriptElement
-
The script content of the element.
- getText() - Method in interface org.w3c.dom.html2.HTMLTitleElement
-
The specified title as a string.
- getTextAlign() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-align property definition in CSS2.
- getTextBorder() - Static method in class javax.swing.plaf.metal.MetalBorders
-
- getTextBounds(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
-
Determines the bounding box of some text held by this object.
- getTextCharacters(int, char[], int, int) - Method in class javax.xml.stream.util.ReaderDelegate
-
- getTextCharacters() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the string value of the current event as a character array.
- getTextCharacters(int, char[], int, int) - Method in interface javax.xml.stream.XMLStreamReader
-
Copies the string value of the current event into the specified
character array.
- getTextComponent(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 interface org.w3c.dom.Node
-
This attribute returns the text content of this node and its
descendants.
- getTextDecoration() - Method in interface 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 interface 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 interface 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.
- getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
-
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 interface javax.accessibility.AccessibleEditableText
-
Return the text between two points.
- getTextRange(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
-
Return a range of text from the underlying object.
- getTextRange(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
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 interface javax.accessibility.AccessibleExtendedText
-
Return a text sequence from the underlying object.
- getTextSequenceAt(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
-
Return a text sequence from the underlying object.
- getTextSequenceBefore(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
-
Return a text sequence from the underlying object.
- getTextShadow() - Method in interface 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 interface javax.xml.stream.XMLStreamReader
-
Returns the offset of the first character in the text character array.
- getTextTransform() - Method in interface 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 interface org.w3c.dom.html2.HTMLTableElement
-
Returns the table's TFOOT
, or null
if none
exists.
- getTHead() - Method in interface 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 interface java.lang.management.ThreadMXBean
-
Returns the number of live threads, including
both daemon threads and non-daemon threads.
- getThreadCpuTime(long) - Method in interface 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.lang.management.ThreadInfo
-
Returns the identifier of the thread associated with
this instance of
ThreadInfo
.
- getThreadID() - Method in class java.util.logging.LogRecord
-
Returns an identifier for the thread in which this
LogRecord
was created.
- getThreadInfo(long) - Method in interface java.lang.management.ThreadMXBean
-
Returns information on the specified thread without any
stack trace information.
- getThreadInfo(long[]) - Method in interface java.lang.management.ThreadMXBean
-
Returns information on the specified threads without any
stack trace information.
- getThreadInfo(long[], boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
-
Returns information on the specified threads with full
stack trace information and optional synchronization
information.
- getThreadInfo(long, int) - Method in interface java.lang.management.ThreadMXBean
-
Returns information on the specified thread with
stack trace information to the supplied depth.
- getThreadInfo(long[], int) - Method in interface 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 interface 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.
- getThumbnails() - Method in class javax.imageio.IIOImage
-
Retrieve the list of thumbnails or null if there are no
thumbnails associated with this IIOImage.
- 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.sound.midi.Sequence
-
The length of this sequence in MIDI ticks.
- getTickLength() - Method in interface javax.sound.midi.Sequencer
-
Get the length of the current sequence 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.
- getTickPosition() - Method in interface javax.sound.midi.Sequencer
-
Get the current playback position of the sequencer in MIDI ticks.
- getTie(Remote) - Static method in class javax.rmi.CORBA.Util
-
Get the Tie that handles invocations on the given target.
- getTie(Remote) - Method in interface 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 interface java.awt.image.RenderedImage
-
- getTiledSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
-
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 interface 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.
- getTileGridXOffset() - Method in class javax.imageio.ImageWriteParam
-
- getTileGridYOffset() - Method in class java.awt.image.BufferedImage
-
- getTileGridYOffset() - Method in interface 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.
- getTileGridYOffset() - Method in class javax.imageio.ImageWriteParam
-
- getTileHeight() - Method in class java.awt.image.BufferedImage
-
- getTileHeight() - Method in interface java.awt.image.RenderedImage
-
- getTileHeight(int) - Method in class javax.imageio.ImageReader
-
Get the height of an image tile.
- getTileHeight() - Method in class javax.imageio.ImageWriteParam
-
- 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 interface java.awt.image.RenderedImage
-
- getTileWidth(int) - Method in class javax.imageio.ImageReader
-
Get the width of an image tile.
- getTileWidth() - Method in class javax.imageio.ImageWriteParam
-
- getTilingMode() - Method in class javax.imageio.ImageWriteParam
-
- getTime(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Time
.
- getTime(int, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Time
.
- getTime(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Time
.
- getTime(String, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Time
.
- getTime(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Time
.
- getTime(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Time
.
- getTime(int, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Time
.
- getTime(String, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Time
.
- 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.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.util.zip.ZipEntry
-
Gets the time of last modification of the entry.
- getTimeDateFunctions() - Method in interface 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(Calendar) - Method in class javax.xml.datatype.Duration
-
Returns the duration length in milliseconds.
- getTimeInMillis(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, 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.
- getTimeInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
-
Returns a
DateFormat
instance
for formatting times with the given style in the specified
Locale
.
- getTimeLimit() - Method in class javax.naming.directory.SearchControls
-
- getTimestamp(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Timestamp
.
- getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Timestamp
.
- getTimestamp(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Timestamp
.
- getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.sql.Timestamp
.
- getTimestamp(int) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Timestamp
.
- getTimestamp(String) - Method in interface java.sql.ResultSet
-
This method returns the value of the specified column as a Java
java.sql.Timestamp
.
- getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Timestamp
.
- getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.sql.Timestamp
.
- getTimeStamp() - Method in class javax.management.Notification
-
Returns the date and time at which this notification was
emitted.
- getTimeStamp() - Method in interface org.w3c.dom.events.Event
-
Used to specify the time (in milliseconds relative to the epoch) at
which the event was created.
- getTimeToLive() - Method in class java.net.DatagramSocketImpl
-
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.text.DateFormat
-
This method returns the TimeZone
object being used by
this instance.
- getTimeZone() - Method in class java.util.Calendar
-
Gets the time zone of this calendar
- getTimeZone(String) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimezone() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- getTimeZone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
- getTimezoneOffset() - Method in class java.util.Date
-
Deprecated.
use
Calendar.get(Calendar.ZONE_OFFSET)+Calendar.get(Calendar.DST_OFFSET)
instead.
- 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 javax.swing.border.TitledBorder
-
Returns the text of the title.
- getTitle() - Method in class javax.swing.JInternalFrame
-
Returns the frame's title.
- getTitle(String, FontMetrics, int) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
This method returns the title string based on the available width and the
font metrics.
- getTitle() - Method in interface 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 interface org.w3c.dom.html2.HTMLElement
-
The element's advisory title.
- getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The advisory title.
- 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 interface javax.accessibility.AccessibleExtendedComponent
-
Returns the title border text for this component.
- getTitledBorderText() - Method in class javax.swing.JComponent.AccessibleJComponent
-
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
-
- 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 interface 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.
- getToolTipLocation(MouseEvent) - Method in class javax.swing.JComponent
-
Return the location at which the toolTipText
property should
be displayed, when triggered by a particular mouse event.
- getToolTipText() - Method in interface javax.accessibility.AccessibleExtendedComponent
-
Returns the tool-tip text for this component.
- getToolTipText() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the tooltip text for this accessible component.
- getToolTipText() - Method in class javax.swing.JComponent
-
Returns the current tooltip text for this component, or null
if none has been set.
- getToolTipText(MouseEvent) - Method in class javax.swing.JComponent
-
Returns the tooltip text for this component for a particular mouse
event.
- getToolTipText(MouseEvent) - Method in class javax.swing.JTabbedPane
-
This method returns the tooltip text given a mouse event.
- getToolTipText(JTextComponent, Point) - Method in class javax.swing.plaf.TextUI
-
Returns a String for presenting a tool tip at the specified
location.
- getToolTipText(float, float, Shape) - Method in class javax.swing.text.html.ImageView
-
Get the tool tip text.
- getToolTipText(MouseEvent) - Method in class javax.swing.text.JTextComponent
-
Returns the tooltip text for this text component for the given mouse
event.
- getToolTipText(float, float, Shape) - Method in class javax.swing.text.View
-
- getToolTipTextAt(int) - Method in class javax.swing.JTabbedPane
-
This method returns the tooltip string for the tab.
- getTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the top property definition in CSS2.
- getTop() - Method in interface 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
-
- getTotalColumnWidth() - Method in interface javax.swing.table.TableColumnModel
-
- getTotalCompilationTime() - Method in interface java.lang.management.CompilationMXBean
-
Returns the accumulated time, in milliseconds, that
the JIT compiler has spent compiling Java bytecodes
to native machine code.
- getTotalIn() - Method in class java.util.zip.Deflater
-
Deprecated.
- getTotalIn() - Method in class java.util.zip.Inflater
-
Gets the total number of processed compressed input bytes.
- getTotalLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
-
Returns the total number of classes loaded by the
virtual machine since it was started.
- getTotalOut() - Method in class java.util.zip.Deflater
-
Deprecated.
- getTotalOut() - Method in class java.util.zip.Inflater
-
Gets the total number of output bytes returned by inflate().
- getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The total size of the document including all external resources, this
number might change as a document is being parsed if references to
more external resources are seen.
- getTotalStartedThreadCount() - Method in interface 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 interface 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 interface 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 interface javax.transaction.TransactionManager
-
- getTransactionIsolation() - Method in interface java.sql.Connection
-
This method returns the current transaction isolation mode.
- getTransactionIsolation() - Method in interface javax.sql.RowSet
-
- getTransactionTimeout() - Method in interface 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.DropTargetDragEvent
-
TODO
- getTransferable() - Method in class java.awt.dnd.DropTargetDropEvent
-
- getTransferable() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
-
- getTransferData(DataFlavor) - Method in class java.awt.datatransfer.StringSelection
-
This method returns the data in the requested format.
- getTransferData(DataFlavor) - Method in interface java.awt.datatransfer.Transferable
-
Returns the data in the specified DataFlavor
.
- getTransferData(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
-
- getTransferData(DataFlavor, DataSource) - Method in interface javax.activation.DataContentHandler
-
Returns an object representing the data to be transferred.
- getTransferData(DataFlavor) - Method in class javax.activation.DataHandler
-
Returns an object representing the data to be transferred.
- getTransferDataFlavors() - Method in class java.awt.datatransfer.StringSelection
-
Returns a list of supported data flavors.
- getTransferDataFlavors() - Method in interface java.awt.datatransfer.Transferable
-
This method returns a list of available data flavors for the data being
transferred.
- getTransferDataFlavors() - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
-
- getTransferDataFlavors() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
-
- getTransferDataFlavors() - Method in interface javax.activation.DataContentHandler
-
Returns a list of the flavors that data can be provided in, ordered
by preference.
- getTransferDataFlavors() - Method in class javax.activation.DataHandler
-
Returns the data flavors in which this data is available.
- getTransferHandler() - Method in class javax.swing.JComponent
-
- getTransferSize() - Method in exception 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
-
- 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.font.FontRenderContext
-
Retrieves the affine transform for scaling typographical points
to raster pixels.
- 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.TransformAttribute
-
Returns a copy of the transform contained by this attribute.
- getTransform() - Method in class java.awt.Graphics2D
-
Returns the current transform.
- getTransform() - Method in class java.awt.image.AffineTransformOp
-
Returns transform used in transformation between source and destination
image.
- getTransform() - Method in class java.awt.image.renderable.RenderContext
-
- getTransformer() - Method in interface 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 interface 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.Color
-
Returns the transparency level of this color.
- getTransparency() - Method in class java.awt.GradientPaint
-
Returns the transparency code for this GradientPaint
instance.
- getTransparency() - Method in class java.awt.image.BufferedImage
-
Return the transparency type.
- getTransparency() - Method in class java.awt.image.ColorModel
-
- getTransparency() - Method in class java.awt.image.VolatileImage
-
Returns the transparency type of this image.
- getTransparency() - Method in class java.awt.TexturePaint
-
Returns the transparency mode.
- getTransparency() - Method in interface java.awt.Transparency
-
Return the transparency type.
- 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
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.DefaultCellEditor
-
Sets an initial value for the editor.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Configures the editor.
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in interface javax.swing.tree.TreeCellEditor
-
Returns a component that has been configured to edit one element (or
node) in a
JTree
component.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Returns a component (in fact this
) that can be used to
render a tree cell with the specified state.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in interface javax.swing.tree.TreeCellRenderer
-
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.JTree
-
Returns all added TreeSelectionListener
objects.
- getTreeSelectionListeners() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns all TreeSelectionListener
added to this model.
- 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
-
Deprecated.
// FIXME: when ?
- getTTL() - Method in class java.net.MulticastSocket
-
Deprecated.
1.2 Replaced by getTimeToLive()
- getType() - Method in class java.awt.color.ColorSpace
-
- getType() - Method in class java.awt.Cursor
-
Returns the numeric type identifier for this cursor.
- getType() - Method in class java.awt.font.GlyphMetrics
-
- getType() - Method in class java.awt.geom.AffineTransform
-
Returns the type of this transform.
- getType() - Method in class java.awt.GraphicsDevice
-
Returns the type of the device.
- getType() - Method in class java.awt.image.BufferedImage
-
- 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(char) - Static method in class java.lang.Character
-
Returns the Unicode general category property of a character.
- getType(int) - Static method in class java.lang.Character
-
Returns the Unicode general category property of a character.
- getType() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns the type of memory used by this pool.
- getType() - Method in class java.lang.reflect.Field
-
Gets the type of this field.
- 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.security.cert.CRL
-
Returns the CRL type.
- getType() - Method in class java.security.KeyStore
-
Returns the type of the KeyStore supported
- getType() - Method in interface java.sql.ResultSet
-
This method returns the result set type of this result set.
- getType() - Method in interface javax.accessibility.AccessibleTableModelChange
-
Returns the change type.
- 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 javax.management.Notification
-
Returns the type of this notification.
- getType(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.
- getType() - Method in class javax.naming.event.NamingEvent
-
- getType() - Method in class javax.naming.RefAddr
-
Returns the non-null address type given to the constructor.
- 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.sound.sampled.AudioFileFormat
-
Return the Type associated with this file format.
- getType() - Method in class javax.sound.sampled.Control
-
Return the Type of this Control.
- getType() - Method in class javax.sound.sampled.LineEvent
-
Return the Type associated with this event.
- getType() - Method in interface javax.swing.event.DocumentEvent
-
getType
- getType() - Method in class javax.swing.event.ListDataEvent
-
- getType() - Method in class javax.swing.event.TableModelEvent
-
- getType() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- getType() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Returns the type of the modification.
- getType() - Method in class javax.swing.text.DefaultStyledDocument.ElementSpec
-
Returns the type of the element.
- getType() - Method in class javax.swing.text.html.parser.AttributeList
-
Get the type of the attribute.
- 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 interface org.w3c.dom.css.CSSRule
-
The type of the rule, as defined above.
- getType() - Method in interface org.w3c.dom.DOMError
-
A DOMString
indicating which related data is expected in
relatedData
.
- getType() - Method in interface org.w3c.dom.events.Event
-
The name of the event (case-insensitive).
- getType() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
-
Advisory content type.
- getType() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
The type of button (all lower case).
- getType() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
The type of control created (all lower case).
- getType() - Method in interface org.w3c.dom.html2.HTMLLIElement
-
List item bullet style.
- getType() - Method in interface org.w3c.dom.html2.HTMLLinkElement
-
Advisory content type.
- getType() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Content type for data downloaded via data
attribute.
- getType() - Method in interface org.w3c.dom.html2.HTMLOListElement
-
Numbering style.
- getType() - Method in interface org.w3c.dom.html2.HTMLParamElement
-
Content type for the value
attribute when
valuetype
has the value "ref".
- getType() - Method in interface org.w3c.dom.html2.HTMLScriptElement
-
The content type of the script language.
- getType() - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
The type of this form control.
- getType() - Method in interface org.w3c.dom.html2.HTMLStyleElement
-
The content type of the style sheet language.
- getType() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
-
The type of this form control.
- getType() - Method in interface org.w3c.dom.html2.HTMLUListElement
-
Bullet style.
- getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
This specifies the style sheet language for this style sheet.
- getType(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the type of an attribute in the list (by position).
- getType(String) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the type of an attribute in the list (by name).
- getType(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by index.
- getType(String, String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by Namespace name.
- getType(String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by XML qualified (prefixed) name.
- getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the type of an attribute (by position).
- getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the type of an attribute (by name).
- getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's type by index.
- getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's type by Namespace-qualified name.
- getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's type by qualified (prefixed) name.
- 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.
- getTypeDescription(File) - Method in class javax.swing.filechooser.FileView
-
Returns a description for the type of the specified file.
- getTypeDescription(File) - Method in class javax.swing.JFileChooser
-
Returns the type description for the file, generated by the current (or
default)
FileView
.
- getTypeDescription(File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Returns a localised description for the type of file/directory.
- getTypeInfo() - Method in interface java.sql.DatabaseMetaData
-
This method returns a list of the SQL types supported by this
database.
- getTypeInfoProvider() - Method in class javax.xml.validation.ValidatorHandler
-
- getTypeMap() - Method in interface java.sql.Connection
-
This method returns the mapping of SQL types to Java classes
currently in use by this connection.
- getTypeMap() - Method in interface javax.sql.RowSet
-
- getTypeName() - Method in class javax.management.openmbean.OpenType
-
Returns the name of this open type.
- getTypeName() - Method in interface org.w3c.dom.TypeInfo
-
The name of a type declared for the associated element or attribute,
or null
if unknown.
- getTypeNamespace() - Method in interface 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
-
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
-
Returns an array of TypeVariable
objects that represents
the type variables declared by this constructor, in declaration order.
- getTypeParameters() - Method in interface 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
-
- getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
-
This method returns the list of user defined data types in use.
- getUI(int, String) - Method in class javax.print.ServiceUIFactory
-
Returns an UI object which may be cast to the requested UI type.
- 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.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() - Method in class javax.swing.table.JTableHeader
-
- getUI() - Method in class javax.swing.text.JTextComponent
-
This method returns the label's UI delegate.
- getUI(JComponent) - Method in class javax.swing.UIDefaults
-
- getUI(JComponent) - Static method in class javax.swing.UIManager
-
Returns UI delegate from the current
LookAndFeel
that renders the
target component.
- getUIActionMap(JComponent) - Static method in class javax.swing.SwingUtilities
-
Returns the ActionMap that is provided by the ComponentUI of
component
.
- getUIClass(String, ClassLoader) - Method in class javax.swing.UIDefaults
-
Returns the ComponentUI class that renders a component.
- getUIClass(String) - Method in class javax.swing.UIDefaults
-
Returns the ComponentUI class that renders a 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
-
- 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
-
- 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.JTextArea
-
Returns the UI class ID string.
- 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.
- getUIClassID() - Method in class javax.swing.table.JTableHeader
-
- 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.
- getUIClassNamesForRole(int) - Method in class javax.print.ServiceUIFactory
-
Returns the UI types supported by this factory for an UI role.
- getUIError(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(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 exception 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
-
- 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 interface 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 exception javax.naming.directory.AttributeModificationException
-
- getUnicodeBidi() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the unicode-bidi property definition in CSS2.
- getUnicodeStream(int) - Method in interface java.sql.ResultSet
-
Deprecated.
Use getCharacterStream instead.
- getUnicodeStream(String) - Method in interface java.sql.ResultSet
-
Deprecated.
Use getCharacterStream instead.
- getUnitIncrement() - Method in interface java.awt.Adjustable
-
Returns the increment value for incrementing the value by units.
- 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() - Method in class javax.swing.JScrollBar
-
This method returns the unitIncrement.
- 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 interface java.lang.management.ClassLoadingMXBean
-
Returns the number of classes that have been unloaded
by the virtual machine since it was started.
- getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ColorModel
-
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 interface javax.print.AttributeException
-
Returns the unsupported printing attribute classes for a print service
that does not support the attribute category at all.
- getUnsupportedAttributes(DocFlavor, AttributeSet) - Method in interface javax.print.PrintService
-
Identifies all the unsupported attributes of the given set of attributes
in the context of the specified document flavor.
- getUnsupportedFlavors() - Method in interface javax.print.FlavorException
-
Returns the unsupported document flavors.
- getUnsupportedURI() - Method in interface javax.print.URIException
-
Returns the unsupported URI
which caused this exception.
- getUnsupportedValues() - Method in interface 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
-
- getUpdateCount() - Method in interface java.sql.Statement
-
This method returns the update count of the SQL statement that was
executed.
- getUpdateCounts() - Method in exception 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
-
- getUpperBounds() - Method in interface java.lang.reflect.WildcardType
-
Returns an array of Type
s, which specify the
upper bounds of this type.
- getUptime() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the uptime of the virtual machine in milliseconds.
- getURI() - Method in class javax.print.attribute.URISyntax
-
Returns the URI value of this syntax object.
- getUri() - Method in interface org.w3c.dom.DOMLocator
-
The URI this locator is pointing to, or null
if no URI is
available.
- getURI(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's Namespace URI by index.
- getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's Namespace URI.
- getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Look up a prefix and get the currently-mapped Namespace URI.
- 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.net.URLConnection
-
Returns the URL object associated with this connection
- getURL(int) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.net.URL
.
- getURL(String) - Method in interface java.sql.CallableStatement
-
This method returns the value of the specified parameter as a Java
java.net.URL
.
- getURL() - Method in interface java.sql.DatabaseMetaData
-
This method returns the URL for this database.
- getURL(int) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.net.URL
.
- getURL(String) - Method in interface java.sql.ResultSet
-
This method returns the specified column value as a
java.net.URL
.
- getURL() - Method in class javax.activation.URLDataSource
-
Returns the underlying URL.
- getUrl() - Method in interface javax.sql.RowSet
-
- getURL() - Method in class javax.swing.event.HyperlinkEvent
-
Returns the URL of this event.
- getURL() - Method in interface org.w3c.dom.html2.HTMLDocument
-
- getURLContext(String, Hashtable<?, ?>) - Static method in class javax.naming.spi.NamingManager
-
Creates the URL context for the given URL scheme id.
- getURLOrDefaultInitCtx(Name) - Method in class javax.naming.InitialContext
-
Obtains the context for resolving the given name.
- getURLOrDefaultInitCtx(String) - Method in class javax.naming.InitialContext
-
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 java.lang.management.MemoryNotificationInfo
-
Returns the usage levels at the time of notification.
- getUsage() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns memory usage statistics for the current memory usage
of the pool.
- getUsage() - Method in interface org.ietf.jgss.GSSCredential
-
Returns the credential usage flag.
- getUsage(Oid) - Method in interface org.ietf.jgss.GSSCredential
-
Returns the credential usage flag for the specified credential
mechanism.
- getUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
-
Returns the usage threshold level in bytes.
- getUsageThresholdCount() - Method in interface 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 interface org.w3c.dom.html2.HTMLImageElement
-
Use client-side image map.
- getUseMap() - Method in interface org.w3c.dom.html2.HTMLInputElement
-
Use client-side image map.
- getUseMap() - Method in interface 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(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getUserData() - Method in class javax.management.Notification
-
Returns the additional user data associated with the notification.
- getUserData(String) - Method in interface 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.awt.print.PrinterJob
-
Returns the printing user name.
- getUserName() - Method in class java.net.PasswordAuthentication
-
Returns the username associated with this object
- getUserName() - Method in interface java.sql.DatabaseMetaData
-
This method returns the database username for this connection.
- getUsername() - Method in interface javax.sql.RowSet
-
- getUserObject() - Method in class javax.imageio.metadata.IIOMetadataNode
-
- getUserObject() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns the user object attached to this node.
- 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 interface org.w3c.dom.DOMLocator
-
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or
-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 interface java.security.cert.PolicyNode
-
Get the policy OID this node represents.
- getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Vertical alignment of data in cell.
- getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Vertical alignment of cell data in column.
- getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
-
Vertical alignment of data within cells of this row.
- getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
-
Vertical alignment of data in cells.
- getValue() - Method in interface 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.awt.Scrollbar
-
Returns the current value for this scrollbar.
- getValue() - Method in class java.awt.ScrollPaneAdjustable
-
- getValue() - Method in class java.beans.Expression
-
Return the result of executing the method.
- getValue(String) - Method in class java.beans.FeatureDescriptor
-
Get an arbitrary value set with setValue().
- getValue() - Method in interface 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.rmi.dgc.Lease
-
Get the lease duration
- getValue() - Method in class java.text.Annotation
-
This method returns the text attribute object this Annotation
instance is wrappering.
- getValue() - Method in class java.util.AbstractMap.SimpleEntry
-
Get the value corresponding to this entry.
- getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
- getValue(String) - Method in class java.util.jar.Attributes
-
Gets the value of an attribute name given as a String.
- getValue(Attributes.Name) - Method in class java.util.jar.Attributes
-
Gets the value of the given attribute name.
- getValue() - Method in interface java.util.Map.Entry
-
Get the value corresponding to this entry.
- getValue() - Method in class java.util.zip.Adler32
-
Returns the Adler32 data checksum computed so far.
- getValue() - Method in interface 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.management.Attribute
-
Returns the attribute value.
- getValue() - Method in class javax.management.StringValueExp
-
Returns the value.
- getValue(String) - Method in interface javax.net.ssl.SSLSession
-
Returns the object bound to the given name.
- getValue() - Method in class javax.print.attribute.DateTimeSyntax
-
Returns the date value of this object.
- getValue() - Method in class javax.print.attribute.EnumSyntax
-
Returns the value of this enumeration object.
- getValue() - Method in class javax.print.attribute.IntegerSyntax
-
Returns the value of this object.
- getValue() - Method in class javax.print.attribute.TextSyntax
-
Returns the value of this syntax object.
- getValue() - Method in class javax.sound.sampled.BooleanControl
-
Return the current value of thhe control.
- getValue() - Method in class javax.sound.sampled.EnumControl
-
Return the current value of this control.
- getValue() - Method in class javax.sound.sampled.FloatControl
-
Return the current value of this control.
- getValue(String) - Method in class javax.swing.AbstractAction
-
Returns the value associated with the specified key.
- getValue(String) - Method in interface javax.swing.Action
-
Returns the value associated with the specified key.
- getValue() - Method in interface javax.swing.BoundedRangeModel
-
Returns the current value for the model.
- getValue() - Method in class javax.swing.DefaultBoundedRangeModel
-
Returns the current value of this bounded range model.
- 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 javax.swing.SpinnerDateModel
-
- getValue() - Method in class javax.swing.SpinnerListModel
-
Returns the current value of the model.
- getValue() - Method in interface 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.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 javax.swing.text.html.parser.AttributeList
-
Get the default value of this attribute.
- getValue() - Method in interface javax.xml.stream.events.Attribute
-
Returns the normalized value of this attribute.
- getValue() - Method in interface org.w3c.dom.Attr
-
On retrieval, the value of the attribute is returned as a string.
- getValue() - Method in interface org.w3c.dom.html2.HTMLButtonElement
-
The current form control value.
- getValue() - Method in interface 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 interface org.w3c.dom.html2.HTMLLIElement
-
Reset sequence number when used in OL
.
- getValue() - Method in interface org.w3c.dom.html2.HTMLOptionElement
-
The current form control value.
- getValue() - Method in interface org.w3c.dom.html2.HTMLParamElement
-
The value of a run-time parameter.
- getValue() - Method in interface 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 interface org.w3c.dom.html2.HTMLTextAreaElement
-
Represents the current contents of the corresponding form control, in
an interactive user agent.
- getValue(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the value of an attribute in the list (by position).
- getValue(String) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the value of an attribute in the list (by name).
- getValue(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by index.
- getValue(String, String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by Namespace name.
- getValue(String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by XML qualified (prefixed) name.
- getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the value of an attribute (by position).
- getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the value of an attribute (by name).
- getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's value by index.
- getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's value by Namespace-qualified name.
- getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's value by qualified (prefixed) name.
- getValueAt(int, int) - Method in class javax.swing.JTable
-
Get the cell value at the given position.
- 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 interface 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 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.
- getValueIsAdjusting() - Method in interface 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
-
- 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.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 interface javax.swing.ListSelectionModel
-
Returns a flag that is passed to registered listeners when changes are
made to the model.
- getValueNames() - Method in interface javax.net.ssl.SSLSession
-
Returns the names of all values bound to this session.
- 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.
- getValues() - Method in class javax.sound.sampled.EnumControl
-
Return the valid values for this control.
- getValues() - Method in class javax.swing.text.html.parser.AttributeList
-
Get the allowed values of this attribute.
- getValueType() - Method in interface 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 interface javax.sound.midi.Soundbank
-
Get the sound bank vendor.
- getVendor() - Method in class javax.sound.sampled.Mixer.Info
-
Return the mixer's 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 interface java.awt.font.OpenType
-
- getVersion() - Method in interface java.lang.management.OperatingSystemMXBean
-
Returns the version of the underlying operating system.
- getVersion() - Method in class java.security.cert.X509Certificate
-
Returns the version of this certificate.
- getVersion() - Method in class java.security.cert.X509CRL
-
Gets the version of this CRL.
- 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.imageio.spi.IIOServiceProvider
-
Returns an identifier string for the version of this service
provider.
- getVersion() - Method in interface javax.management.remote.rmi.RMIServer
-
Returns the version of the RMI connection protocol used
by this server.
- getVersion() - Method in class javax.security.cert.X509Certificate
-
Returns the X.509 version number.
- getVersion() - Method in class javax.sound.midi.MidiDevice.Info
-
get the device version
- getVersion() - Method in interface javax.sound.midi.Soundbank
-
Get the sound bank version.
- getVersion() - Method in class javax.sound.sampled.Mixer.Info
-
Return the mixer's version.
- getVersion() - Method in interface javax.xml.stream.events.StartDocument
-
Returns the XML version of the document.
- getVersion() - Method in class javax.xml.stream.util.ReaderDelegate
-
- getVersion() - Method in interface javax.xml.stream.XMLStreamReader
-
Returns the XML version declared in the XML declaration.
- getVersion() - Method in interface org.w3c.dom.html2.HTMLHtmlElement
-
Version information about the document's DTD.
- getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
-
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 interface 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
-
- 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 java.awt.KeyboardFocusManager
-
Returns the currently registered vetoable property change listeners
in array form.
- getVetoableChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
-
Returns the currently registered vetoable property change listeners
in array form, which listen for changes to the supplied property.
- getVetoableChangeListeners() - Method in class java.beans.VetoableChangeSupport
-
Returns an array of all registered vetoable change listeners.
- getVetoableChangeListeners(String) - Method in class java.beans.VetoableChangeSupport
-
Returns an array of all vetoable change listeners registered under the
given property name.
- getVetoableChangeListeners() - Method in class javax.swing.JComponent
-
Return all registered VetoableChangeListener
objects.
- 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(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
-
- getView() - Method in interface org.w3c.dom.events.UIEvent
-
The view
attribute identifies the AbstractView
from which the event was generated.
- getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.BoxView
-
Returns the child View
at the specified location.
- getViewAtPoint(int, int, Rectangle) - Method in class javax.swing.text.CompositeView
-
Returns the child View
at the specified location.
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.CompositeView
-
Returns the child View
that contains the given model
position.
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView
-
Returns the child view that represents the specified position in the
model.
- getViewAtPosition(int, Rectangle) - Method in class javax.swing.text.TableView.TableRow
-
Returns the child view that represents the specified position in the
model.
- getViewAttributes(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
View
s for
the
Element
s 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(int, Position.Bias) - Method in class javax.swing.text.AsyncBoxView
-
Returns the view index of the child view that represents the specified
model position.
- getViewIndex(int, Position.Bias) - Method in class javax.swing.text.CompositeView
-
Returns the index of the child view that represents the specified
model location.
- getViewIndex(float, float, Shape) - Method in class javax.swing.text.View
-
- getViewIndex(int, Position.Bias) - Method in class javax.swing.text.View
-
- getViewIndexAtPoint(float, float, Shape) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
Returns the view index of the view that occupies the specified area, or
-1
if there is no such child view.
- getViewIndexAtPosition(int, Position.Bias) - Method in class javax.swing.text.AsyncBoxView
-
Returns the child view index of the view that represents the specified
position in the document model.
- 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
.
- getViewIndexAtVisualOffset(float) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
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
-
- getViewportBorderBounds(JScrollPane) - Method in class javax.swing.ScrollPaneLayout
-
- 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 interface org.w3c.dom.css.CSS2Properties
-
See the visibility property definition in CSS2.
- getVisible() - Method in class java.awt.Scrollbar
-
Deprecated.
This method is deprecated in favor of
getVisibleAmount()
.
- getVisibleAdvance() - Method in class java.awt.font.TextLayout
-
- getVisibleAmount() - Method in interface java.awt.Adjustable
-
Returns the length of the indicator for this object.
- 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
-
- getVisibleAmount() - Method in class javax.swing.JScrollBar
-
This method returns the visible amount (AKA extent).
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
-
getVisibleChildCount
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get the number of the visible childs for the given tree path.
- getVisibleChildCount(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
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(TreePath) - Method in class javax.swing.tree.AbstractLayoutCache
-
getVisiblePathsFrom
- getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.FixedHeightLayoutCache
-
Get the enumeration over all visible paths that start from the given
parent path.
- getVisiblePathsFrom(TreePath) - Method in class javax.swing.tree.VariableHeightLayoutCache
-
Get the enumeration over all visible paths 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
-
- getVisibleRowCount() - Method in class javax.swing.JTree
-
- getVisualBounds() - Method in class java.awt.font.GlyphVector
-
- getVisualHighlightShape(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
-
- getVisualOtherHit(TextHitInfo) - Method in class java.awt.font.TextLayout
-
- getVisualRepresentation(Transferable) - Method in class javax.swing.TransferHandler
-
- getVLink() - Method in interface 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 interface java.lang.management.RuntimeMXBean
-
Returns the implementation name of the virtual machine.
- getVmVendor() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the implementation vendor of the virtual machine.
- getVmVersion() - Method in interface java.lang.management.RuntimeMXBean
-
Returns the implementation version of the virtual machine.
- getVoiceFamily() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the voice-family property definition in CSS2.
- getVoiceStatus() - Method in interface javax.sound.midi.Synthesizer
-
Get the current status for the voices produced by this synth.
- getVolatileOffscreenBuffer(Component, int, int) - Method in class javax.swing.RepaintManager
-
Creates and returns a volatile offscreen buffer for the specified
component that can be used as a double buffer.
- getVolume() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the volume property definition in CSS2.
- getVScrollbarWidth() - Method in interface java.awt.peer.ScrollPanePeer
-
- getVScrollbarWidth() - Method in class java.awt.ScrollPane
-
Returns the width of a vertical scrollbar.
- getVspace() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Vertical space, in pixels, above and below this image, applet, or
object.
- getVspace() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
Vertical space above and below this image in pixels.
- getVspace() - Method in interface 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
-
- getWaitedTime() - Method in class java.lang.management.ThreadInfo
-
- 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 interface java.sql.Connection
-
This method returns the first warning that occurred on this connection,
if any.
- getWarnings() - Method in interface java.sql.ResultSet
-
This method returns the first SQL warning associated with this result
set.
- getWarnings() - Method in interface java.sql.Statement
-
This method returns the first SQL warning attached to this statement.
- 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.
- getWarningString() - Method in class javax.swing.JInternalFrame
-
This method returns null.
- 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 interface org.w3c.dom.ls.LSParserFilter
-
Tells the LSParser
what types of nodes to show to the
method LSParserFilter.acceptNode
.
- getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
-
Tells the LSSerializer
what types of nodes to show to the
filter.
- getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
-
This attribute determines which node types are presented via the
NodeIterator
.
- getWhatToShow() - Method in interface 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 interface org.w3c.dom.css.CSS2Properties
-
See the white-space property definition in CSS2.
- getWholeText() - Method in interface org.w3c.dom.Text
-
Returns all text of Text
nodes logically-adjacent text
nodes to this node, concatenated in document order.
- getWidows() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the widows property definition in CSS2.
- getWidth() - Method in class java.awt.Component
-
Gets the width of the component.
- getWidth() - Method in class java.awt.Dimension
-
Gets the width of this dimension.
- getWidth() - Method in class java.awt.DisplayMode
-
Returns the width, in pixels.
- 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 java.awt.geom.Dimension2D
-
Get the width of this dimension.
- 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 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.geom.RoundRectangle2D.Double
-
- getWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getWidth() - Method in class java.awt.image.BufferedImage
-
- getWidth(ImageObserver) - Method in class java.awt.image.BufferedImage
-
- getWidth(ImageObserver) - Method in class java.awt.Image
-
Returns the width of the image, or -1 if it is unknown.
- getWidth() - Method in class java.awt.image.Kernel
-
Returns the kernel width (as supplied to the constructor).
- 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 interface java.awt.image.renderable.RenderableImage
-
- getWidth() - Method in class java.awt.image.renderable.RenderableImageOp
-
- getWidth() - Method in interface java.awt.image.RenderedImage
-
- getWidth() - Method in class java.awt.image.SampleModel
-
Returns the width of the pixel data accessible via this
SampleModel
.
- getWidth() - Method in class java.awt.image.VolatileImage
-
Returns the width of this image buffer.
- 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.Rectangle
-
Get the width of the rectangle.
- getWidth() - Method in exception java.util.IllegalFormatWidthException
-
Returns the illegal width.
- 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() - Method in class javax.swing.JComponent
-
Returns the width of this component.
- 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 javax.swing.text.BoxView
-
Return the current width of the box.
- getWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the width property definition in CSS2.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLAppletElement
-
Override width.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLHRElement
-
The width of the rule.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
-
Frame width.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLImageElement
-
The width of the image in pixels.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLObjectElement
-
Override width.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLPreElement
-
Fixed width for content.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
-
Cell width.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLTableColElement
-
Default column width.
- getWidth() - Method in interface org.w3c.dom.html2.HTMLTableElement
-
Specifies the desired table width.
- 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
-
- getWindingRule() - Method in class java.awt.geom.GeneralPath
-
Returns the path’s current winding rule.
- getWindingRule() - Method in interface 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(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(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(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.
- getWordInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
-
- getWordSize() - Method in class javax.crypto.spec.RC5ParameterSpec
-
Get the word size, in bits.
- getWordSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the word-spacing property definition in CSS2.
- getWordStart(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 interface org.ietf.jgss.GSSContext
-
- getWrapStyleWord() - Method in class javax.swing.JTextArea
-
Checks whether word style wrapping is enabled.
- getWritableParent() - Method in class java.awt.image.WritableRaster
-
- getWritableTile(int, int) - Method in class java.awt.image.BufferedImage
-
- getWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
-
- getWritableTileIndices() - Method in class java.awt.image.BufferedImage
-
- getWritableTileIndices() - Method in interface 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.Component
-
Gets the x coordinate of the upper left corner.
- getX() - Method in class java.awt.dnd.DragSourceEvent
-
- getX() - Method in class java.awt.event.MouseEvent
-
This method returns the X coordinate of the mouse position.
- 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.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 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.geom.Point2D
-
Get the X coordinate, in double precision.
- 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
-
- getX() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getX() - Method in class java.awt.Point
-
Get the x coordinate.
- getX() - Method in class java.awt.Rectangle
-
Get the X coordinate of the upper-left corner.
- getX() - Method in interface 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 interface javax.crypto.interfaces.DHPrivateKey
-
Returns the private value x.
- getX() - Method in class javax.crypto.spec.DHPrivateKeySpec
-
Get the private exponent.
- getX(int) - Method in class javax.print.attribute.Size2DSyntax
-
Returns the size in x direction.
- 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() - Method in class javax.swing.JComponent
-
Returns the X coordinate of the upper left corner of this component.
- getX() - Method in class javax.swing.SpringLayout.Constraints
-
Returns the constraint for the left edge of the component.
- 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.CubicCurve2D
-
Returns the x coordinate of the curve’s start
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.Line2D
-
Return the x coordinate of the first 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.
- getX1() - Method in class java.awt.geom.QuadCurve2D
-
Returns the x coordinate of the curve’s start
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.CubicCurve2D
-
Returns the x coordinate of the curve’s end
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.Line2D
-
Return the x coordinate of the second 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.
- getX2() - Method in class java.awt.geom.QuadCurve2D
-
Returns the x coordinate of the curve’s end
point.
- getXAConnection() - Method in interface javax.sql.XADataSource
-
- getXAConnection(String, String) - Method in interface javax.sql.XADataSource
-
- getXAResource() - Method in interface javax.sql.XAConnection
-
- getXMicrometers() - Method in class javax.print.attribute.Size2DSyntax
-
Returns the size in x direction in mircometers.
- getXmlEncoding() - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the
XML declaration, the encoding of this document.
- getXmlEncoding() - Method in interface org.w3c.dom.Entity
-
An attribute specifying, as part of the text declaration, the encoding
of this entity, when it is an external parsed entity.
- 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 interface org.w3c.dom.Document
-
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
- getXmlVersion() - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the
XML declaration, the version number of this document.
- getXmlVersion() - Method in interface org.w3c.dom.Entity
-
An attribute specifying, as part of the text declaration, the version
number of this entity, when it is an external parsed entity.
- getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
-
Returns the version of XML used for the entity.
- getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the version property.
- getXOnScreen() - Method in class java.awt.event.MouseEvent
-
- 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 interface javax.xml.xpath.XPath
-
- getXPathVariableResolver() - Method in interface javax.xml.xpath.XPath
-
- getY() - Method in class java.awt.Component
-
Gets the y coordinate of the upper left corner.
- getY() - Method in class java.awt.dnd.DragSourceEvent
-
- getY() - Method in class java.awt.event.MouseEvent
-
This method returns the Y coordinate of the mouse position.
- 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.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 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.geom.Point2D
-
Get the Y coordinate, in double precision.
- 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
-
- getY() - Method in class java.awt.geom.RoundRectangle2D.Float
-
- getY() - Method in class java.awt.Point
-
Get the y coordinate.
- getY() - Method in class java.awt.Rectangle
-
Get the Y coordinate of the upper-left corner.
- getY() - Method in interface 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 interface javax.crypto.interfaces.DHPublicKey
-
Get the public value y.
- getY() - Method in class javax.crypto.spec.DHPublicKeySpec
-
Get the public value.
- getY(int) - Method in class javax.print.attribute.Size2DSyntax
-
Return the size in y direction.
- 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() - Method in class javax.swing.JComponent
-
Returns the Y coordinate of the upper left corner of this component.
- getY() - Method in class javax.swing.SpringLayout.Constraints
-
Returns the constraint for the upper edge of the component.
- 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.CubicCurve2D
-
Returns the y coordinate of the curve’s start
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.Line2D
-
Return the y coordinate of the first 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.
- getY1() - Method in class java.awt.geom.QuadCurve2D
-
Returns the y coordinate of the curve’s start
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.CubicCurve2D
-
Returns the y coordinate of the curve’s end
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.Line2D
-
Return the y coordinate of the second 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.
- getY2() - Method in class java.awt.geom.QuadCurve2D
-
Returns the y coordinate of the curve’s end
point.
- getYear() - Method in class java.sql.Time
-
Deprecated.
- getYear() - Method in class java.util.Date
-
Deprecated.
Use Calendar instead of Date, and use get(Calendar.YEAR)
instead. Note the 1900 difference in the year.
- 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.
- getYOnScreen() - Method in class java.awt.event.MouseEvent
-
- 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 interface 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 variable in class javax.print.DocFlavor.BYTE_ARRAY
-
Byte array doc flavor with a MIME Type of "image/gif".
- GIF - Static variable in class javax.print.DocFlavor.INPUT_STREAM
-
InputStream doc flavor with a MIME Type of "image/gif".
- GIF - Static variable in class javax.print.DocFlavor.URL
-
URL doc flavor with a MIME Type of "image/gif".
- GLASS_PANE - Static variable in class javax.accessibility.AccessibleRole
-
A pane guaranteed to be painted on top of panes beneath it.
- GLASS_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
-
The property fired in a PropertyChangeEvent when the glassPane property
changes.
- glassPane - Variable in class javax.swing.JRootPane
-
DOCUMENT ME!
- glassPaneDispatcher - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
The MouseListener that is responsible for activating the JInternalFrame
when the mouse press activates one of its descendents.
- global - Static variable 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 variable in interface java.beans.beancontext.BeanContext
-
The global lock on changing any BeanContext hierarchy.
- GlyphJustificationInfo - Class in java.awt.font
-
- GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) - Constructor for class java.awt.font.GlyphJustificationInfo
-
- GlyphMetrics - Class in java.awt.font
-
- GlyphMetrics(boolean, float, float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
-
- GlyphMetrics(float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
-
- GlyphVector - Class in java.awt.font
-
- GlyphVector() - Constructor for class java.awt.font.GlyphVector
-
Constructs a GlyphVector
object.
- GlyphView - Class in javax.swing.text
-
Renders a run of styled text.
- GlyphView(Element) - Constructor for class javax.swing.text.GlyphView
-
Creates a new GlyphView
for the given Element
.
- GlyphView.GlyphPainter - Class in javax.swing.text
-
An abstract base implementation for a glyph painter for
GlyphView
.
- GlyphView.GlyphPainter() - Constructor for class javax.swing.text.GlyphView.GlyphPainter
-
Creates a new GlyphPainer
.
- GMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the gMonth
data type.
- GMONTHDAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the gMonthDay
data type.
- GoodBreakWeight - Static variable in class javax.swing.text.View
-
- GOPHER - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
The gopher protocol.
- GOT_FOCUS - Static variable in class java.awt.Event
-
- gotDefault - Variable in class javax.naming.InitialContext
-
- gotFocus(Event, Object) - Method in class java.awt.Component
-
- GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
-
Gothic.
0x10330 - 0x1034F.
- 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 in java.awt
-
A paint object that can be used to color a region by blending two colors.
- GradientPaint(float, float, Color, float, float, Color) - Constructor for class java.awt.GradientPaint
-
Creates a new acyclic GradientPaint
.
- GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
-
Creates a new acyclic GradientPaint
.
- GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
-
Creates a new cyclic or acyclic GradientPaint
.
- GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
-
Creates a new cyclic or acyclic GradientPaint
.
- GraphicAttribute - Class in java.awt.font
-
This class represents a graphic embedded in text.
- GraphicAttribute(int) - Constructor for class java.awt.font.GraphicAttribute
-
Constructor.
- Graphics - Class in java.awt
-
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 in java.awt
-
An abstract class defining a device independent two-dimensional vector
graphics API.
- Graphics2D() - Constructor for class java.awt.Graphics2D
-
- GraphicsConfigTemplate - Class in java.awt
-
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.
- GraphicsConfiguration - Class in java.awt
-
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.
- GraphicsDevice - Class in java.awt
-
This describes a graphics device available to the given environment.
- GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
-
The default constructor.
- GraphicsEnvironment - Class in java.awt
-
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 variable in class java.awt.Color
-
Constant for the color gray: R=128, G=128, B=128.
- GRAY - Static variable in class java.awt.Color
-
Constant for the color gray: R=128, G=128, B=128.
- GrayFilter - Class in javax.swing
-
Produces grayscale images out of colored images.
- GrayFilter(boolean, int) - Constructor for class javax.swing.GrayFilter
-
Create a GrayFilter.
- GREATER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- GREEK - Static variable in class java.lang.Character.UnicodeBlock
-
Greek.
0x0370 - 0x03FF.
- GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Greek Extended.
0x1F00 - 0x1FFF.
- green - Static variable in class java.awt.Color
-
Constant for the color green: R=0, G=255, B=0.
- GREEN - Static variable in class java.awt.Color
-
Constant for the color green: R=0, G=255, B=0.
- GREENCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
-
- GregorianCalendar - Class in java.util
-
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(TimeZone) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time, using the specified time zone and the default locale.
- GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time, using the default time zone and the specified locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
-
Constructs a new GregorianCalender representing the current
time with the given time zone and the given 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.
- GregorianCalendar(int, int, 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.
- GregorianCalendar(int, int, int, 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.
- GridBagConstraints - Class in java.awt
-
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.
- GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class java.awt.GridBagConstraints
-
Create a new GridBagConstraints object with the indicated
parameters.
- GridBagLayout - Class in java.awt
-
- GridBagLayout() - Constructor for class java.awt.GridBagLayout
-
- gridColor - Variable in class javax.swing.JTable
-
- gridheight - Variable in class java.awt.GridBagConstraints
-
- GridLayout - Class in java.awt
-
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 - Variable in class java.awt.GridBagConstraints
-
- gridx - Variable in class java.awt.GridBagConstraints
-
- gridy - Variable in class java.awt.GridBagConstraints
-
- Group - Interface in java.security.acl
-
This interface represents a group of Principals
.
- group() - Method in class java.util.regex.Matcher
-
- group(int) - Method in class java.util.regex.Matcher
-
- group() - Method in interface java.util.regex.MatchResult
-
Returns the substring of the input which was matched.
- group(int) - Method in interface java.util.regex.MatchResult
-
Returns the substring of the input which was matched by the
given sub-match group.
- group - Variable in class javax.swing.DefaultButtonModel
-
The group this model belongs to.
- GROUP_BOX - Static variable 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 interface java.util.regex.MatchResult
-
Returns the number of sub-match groups in the matching pattern.
- GROUPING_SEPARATOR - Static variable 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 - Variable in class java.awt.font.GlyphJustificationInfo
-
- growLeftLimit - Variable in class java.awt.font.GlyphJustificationInfo
-
- growPriority - Variable in class java.awt.font.GlyphJustificationInfo
-
- growRightLimit - Variable in class java.awt.font.GlyphJustificationInfo
-
- GSSContext - Interface in org.ietf.jgss
-
This interface encapsulates the GSS-API security context and provides
the security services (
GSSContext.wrap(byte[],int,int,org.ietf.jgss.MessageProp)
,
GSSContext.unwrap(byte[],int,int,org.ietf.jgss.MessageProp)
,
GSSContext.getMIC(byte[],int,int,org.ietf.jgss.MessageProp)
,
GSSContext.verifyMIC(byte[],int,int,byte[],int,int,org.ietf.jgss.MessageProp)
) that
are available over the context.
- GSSCredential - Interface in org.ietf.jgss
-
This interface encapsulates the GSS-API credentials for an entity.
- GSSException - Exception in org.ietf.jgss
-
This exception is thrown whenever a fatal GSS-API error occurs
including mechanism specific errors.
- GSSException(int) - Constructor for exception org.ietf.jgss.GSSException
-
Create a new GSS exception with the given major code.
- GSSException(int, int, String) - Constructor for exception org.ietf.jgss.GSSException
-
Create a new GSS exception with the given major and minor codes, and a
minor explanation string.
- GSSManager - Class in org.ietf.jgss
-
- GSSManager() - Constructor for class org.ietf.jgss.GSSManager
-
- GSSName - Interface in org.ietf.jgss
-
This interface encapsulates a single GSS-API principal entity.
- GT - Static variable in class javax.management.Query
-
A code representing the {@link #gt(ValueExp, ValueExp)
query to be used in serialization.
- gt(ValueExp, 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 in java.security
-
This interface specifies a mechanism for querying whether or not
access is allowed to a guarded object.
- GuardedObject - Class in java.security
-
This class is an object that is guarded by a Guard
object.
- GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
-
This method initializes a new instance of GuardedObject
that protects the specified Object
using the specified
Guard
.
- guessContentTypeFromName(String) - Static method in class java.net.URLConnection
-
Returns the MIME type of a file based on the name of the file.
- guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
-
Returns the MIME type of a stream based on the first few characters
at the beginning of the stream.
- GUJARATI - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode GUJARATI range.
- GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
-
Gujarati.
0x0A80 - 0x0AFF.
- GURMUKHI - Static variable in class java.awt.font.NumericShaper
-
Constant representing the Unicode GURMUKHI range.
- GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
-
Gurmukhi.
0x0A00 - 0x0A7F.
- GYEAR - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the gYear
data type.
- GYEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
The qualified-name for the gYearMonth
data type.
- GZIP - Static variable in class javax.print.attribute.standard.Compression
-
The print data is GNU Zip compressed.
- GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
-
The magic number found at the start of a GZIP stream.
- GZIPInputStream - Class in java.util.zip
-
This filter stream is used to decompress a "GZIP" format stream.
- GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a GZIPInputStream with the default buffer size.
- GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
-
Creates a GZIPInputStream with the specified buffer size.
- GZIPOutputStream - Class in java.util.zip
-
This filter stream is used to compress a stream into a "GZIP" stream.
- GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a GZIPOutputStream with the default buffer size
- GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
-
Creates a GZIPOutputStream with the specified buffer size