- GAP_TOKEN - Static variable in exception org.ietf.jgss.GSSException
-
An expected per-message token was not received.
- GapContent - Class in javax.swing.text
-
An implementation of the AbstractDocument.Content interface
implemented using a gapped buffer similar to that used by emacs.
- GapContent() - Constructor for class javax.swing.text.GapContent
-
Creates a new GapContent object.
- GapContent(int) - Constructor for class javax.swing.text.GapContent
-
Creates a new GapContent object, with the initial
size specified.
- GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
-
- GarbageCollectorMXBean - Interface in java.lang.management
-
The management interface for the garbage collection of
the Java virtual machine.
- GatheringByteChannel - Interface in java.nio.channels
-
A channel that can write bytes from a sequence of buffers.
- GaugeMonitor - Class in javax.management.monitor
-
Defines a monitor MBean designed to observe the values of a gauge attribute.
- GaugeMonitor() - Constructor for class javax.management.monitor.GaugeMonitor
-
Default constructor.
- GaugeMonitorMBean - Interface in javax.management.monitor
-
Exposes the remote management interface of the gauge monitor MBean.
- gc() - Method in interface java.lang.management.MemoryMXBean
-
Runs the garbage collector.
- gc() - Method in class java.lang.Runtime
-
Runs the garbage collector.
- gc() - Static method in class java.lang.System
-
Runs the garbage collector.
- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of
abs(this) and abs(val).
- GCMParameterSpec - Class in javax.crypto.spec
-
Specifies the set of parameters required by a
Cipher using the Galois/Counter Mode (GCM) mode.
- GCMParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.GCMParameterSpec
-
Constructs a GCMParameterSpec using the specified authentication
tag bit-length and IV buffer.
- GCMParameterSpec(int, byte[], int, int) - Constructor for class javax.crypto.spec.GCMParameterSpec
-
Constructs a GCMParameterSpec object using the specified
authentication tag bit-length and a subset of the specified
buffer as the IV.
- GDAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype gDay.
- GE - Static variable in class javax.management.Query
-
- GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "General Punctuation" Unicode character block.
- GeneralPath - Class in java.awt.geom
-
The GeneralPath class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves.
- GeneralPath() - Constructor for class java.awt.geom.GeneralPath
-
Constructs a new empty single precision
GeneralPath object
with a default winding rule of
Path2D.WIND_NON_ZERO.
- GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
-
Constructs a new GeneralPath object with the specified
winding rule to control operations that require the interior of the
path to be defined.
- GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
-
Constructs a new GeneralPath object with the specified
winding rule and the specified initial capacity to store path
coordinates.
- GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
-
Constructs a new
GeneralPath object from an arbitrary
Shape object.
- GeneralSecurityException - Exception in java.security
-
The GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it.
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
-
Constructs a GeneralSecurityException with no detail message.
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
-
Constructs a GeneralSecurityException with the specified detail
message.
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Creates a GeneralSecurityException with the specified
detail message and cause.
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
-
Creates a GeneralSecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a certificate object and initializes it with
the data read from the input stream inStream.
- generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
-
Returns a (possibly empty) collection view of the certificates read
from the given input stream inStream.
- generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
the data read from the InputStream inStream.
- generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
-
Generates a CertPath object and initializes it with
a List of Certificates.
- generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
-
Generates a certificate revocation list (CRL) object and initializes it
with the data read from the input stream inStream.
- generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
-
Returns a (possibly empty) collection view of the CRLs read
from the given input stream inStream.
- Generated - Annotation Type in javax.annotation
-
The Generated annotation is used to mark source code that has been generated.
- generatedKeyAlwaysReturned() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a generated key will always be returned if the column
name(s) or index(es) specified for the auto generated key column(s)
are valid and the statement succeeds.
- generateKey() - Method in class javax.crypto.KeyGenerator
-
Generates a secret key.
- generateKeyPair() - Method in class java.security.KeyPairGenerator
-
Generates a key pair.
- generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
-
Generates a key pair.
- generateParameters() - Method in class java.security.AlgorithmParameterGenerator
-
Generates the parameters.
- generatePrivate(KeySpec) - Method in class java.security.KeyFactory
-
Generates a private key object from the provided key specification
(key material).
- generatePublic(KeySpec) - Method in class java.security.KeyFactory
-
Generates a public key object from the provided key specification
(key material).
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- generateSecret() - Method in class javax.crypto.KeyAgreement
-
Generates the shared secret and returns it in a new buffer.
- generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
-
Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset inclusive.
- generateSecret(String) - Method in class javax.crypto.KeyAgreement
-
Creates the shared secret and returns it as a SecretKey
object of the specified algorithm.
- generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
-
Generates a SecretKey object from the provided key
specification (key material).
- generateSeed(int) - Method in class java.security.SecureRandom
-
Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- generic() - Method in class java.lang.invoke.MethodType
-
Converts all types, both reference and primitive, to Object.
- GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
-
GENERIC_FAILURE is used for failure that don't fit
into one of the other categories.
- GenericArrayType - Interface in java.lang.reflect
-
GenericArrayType represents an array type whose component
type is either a parameterized type or a type variable.
- GenericDeclaration - Interface in java.lang.reflect
-
A common interface for all entities that declare type variables.
- genericMethodType(int, boolean) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are Object with an optional trailing Object[] array.
- genericMethodType(int) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are all Object.
- GenericSignatureFormatError - Error in java.lang.reflect
-
Thrown when a syntactically malformed signature attribute is
encountered by a reflective method that needs to interpret the
generic signature information for a type, method or constructor.
- GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
-
- genExemptionBlob() - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob.
- genExemptionBlob(byte[]) - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob, and stores the result in
the output buffer.
- genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
-
Generates the exemption mechanism key blob, and stores the result in
the output buffer, starting at outputOffset
inclusive.
- genKeyPair() - Method in class java.security.KeyPairGenerator
-
Generates a key pair.
- GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Geometric Shapes" Unicode character block.
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian" Unicode character block.
- GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian Supplement" Unicode character block.
- geq(ValueExp, ValueExp) - Static method in class javax.management.Query
-
Returns a query expression that represents a "greater than or equal
to" constraint on two values.
- GERMAN - Static variable in class java.util.Locale
-
Useful constant for language.
- GERMANY - Static variable in class java.util.Locale
-
Useful constant for country.
- get(Object) - Method in class java.awt.RenderingHints
-
Returns the value to which the specified key is mapped.
- get(Object) - Method in class java.beans.Encoder
-
Returns a tentative value for oldInstance in
the environment created by this stream.
- get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named boolean field from the persistent field.
- get(String, byte) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named byte field from the persistent field.
- get(String, char) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named char field from the persistent field.
- get(String, short) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named short field from the persistent field.
- get(String, int) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named int field from the persistent field.
- get(String, long) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named long field from the persistent field.
- get(String, float) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named float field from the persistent field.
- get(String, double) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named double field from the persistent field.
- get(String, Object) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named Object field from the persistent field.
- get(Class<?>) - Method in class java.lang.ClassValue
-
Returns the value for the given class.
- get() - Method in class java.lang.ref.PhantomReference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.Reference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.SoftReference
-
Returns this reference object's referent.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object.
- get(Object) - Method in class java.lang.reflect.Field
-
Returns the value of the field represented by this Field, on
the specified object.
- get() - Method in class java.lang.ThreadLocal
-
Returns the value in the current thread's copy of this
thread-local variable.
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
-
Gets all the applicable cookies from a cookie cache for the
specified uri in the request header.
- get(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
-
- get(URI) - Method in interface java.net.CookieStore
-
Retrieve cookies associated with given URI, or whose domain matches the
given URI.
- get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
-
Retrieve the cached response based on the requesting uri,
request method and request headers.
- get() - Method in class java.nio.ByteBuffer
-
Relative get method.
- get(int) - Method in class java.nio.ByteBuffer
-
Absolute get method.
- get(byte[], int, int) - Method in class java.nio.ByteBuffer
-
Relative bulk get method.
- get(byte[]) - Method in class java.nio.ByteBuffer
-
Relative bulk get method.
- get() - Method in class java.nio.CharBuffer
-
Relative get method.
- get(int) - Method in class java.nio.CharBuffer
-
Absolute get method.
- get(char[], int, int) - Method in class java.nio.CharBuffer
-
Relative bulk get method.
- get(char[]) - Method in class java.nio.CharBuffer
-
Relative bulk get method.
- get() - Method in class java.nio.DoubleBuffer
-
Relative get method.
- get(int) - Method in class java.nio.DoubleBuffer
-
Absolute get method.
- get(double[], int, int) - Method in class java.nio.DoubleBuffer
-
Relative bulk get method.
- get(double[]) - Method in class java.nio.DoubleBuffer
-
Relative bulk get method.
- get(String, String...) - Static method in class java.nio.file.Paths
-
Converts a path string, or a sequence of strings that when joined form
a path string, to a Path.
- get(URI) - Static method in class java.nio.file.Paths
-
Converts the given URI to a
Path object.
- get() - Method in class java.nio.FloatBuffer
-
Relative get method.
- get(int) - Method in class java.nio.FloatBuffer
-
Absolute get method.
- get(float[], int, int) - Method in class java.nio.FloatBuffer
-
Relative bulk get method.
- get(float[]) - Method in class java.nio.FloatBuffer
-
Relative bulk get method.
- get() - Method in class java.nio.IntBuffer
-
Relative get method.
- get(int) - Method in class java.nio.IntBuffer
-
Absolute get method.
- get(int[], int, int) - Method in class java.nio.IntBuffer
-
Relative bulk get method.
- get(int[]) - Method in class java.nio.IntBuffer
-
Relative bulk get method.
- get() - Method in class java.nio.LongBuffer
-
Relative get method.
- get(int) - Method in class java.nio.LongBuffer
-
Absolute get method.
- get(long[], int, int) - Method in class java.nio.LongBuffer
-
Relative bulk get method.
- get(long[]) - Method in class java.nio.LongBuffer
-
Relative bulk get method.
- get() - Method in class java.nio.ShortBuffer
-
Relative get method.
- get(int) - Method in class java.nio.ShortBuffer
-
Absolute get method.
- get(short[], int, int) - Method in class java.nio.ShortBuffer
-
Relative bulk get method.
- get(short[]) - Method in class java.nio.ShortBuffer
-
Relative bulk get method.
- get() - Method in class java.rmi.MarshalledObject
-
Returns a new copy of the contained marshalledobject.
- get(Object) - Method in class java.security.Provider
-
- get(int) - Method in class java.util.AbstractList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class java.util.AbstractMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.AbstractSequentialList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.ArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.BitSet
-
Returns the value of the bit with the specified index.
- get(int, int) - Method in class java.util.BitSet
-
Returns a new BitSet composed of bits from this BitSet
from fromIndex (inclusive) to toIndex (exclusive).
- get(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- get() - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Returns the current value.
- get() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get() - Method in class java.util.concurrent.atomic.AtomicLong
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Returns the current values of both the reference and the mark.
- get() - Method in class java.util.concurrent.atomic.AtomicReference
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Returns the current values of both the reference and the stamp.
- get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the element at the specified position in this list.
- get() - Method in class java.util.concurrent.ForkJoinTask
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinTask
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get() - Method in interface java.util.concurrent.Future
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get(long, TimeUnit) - Method in interface java.util.concurrent.Future
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get() - Method in class java.util.concurrent.FutureTask
-
- get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
-
- get(Object) - Method in class java.util.Dictionary
-
Returns the value to which the key is mapped in this dictionary.
- get(Object) - Method in class java.util.EnumMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.HashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.Hashtable
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.IdentityHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.jar.Attributes
-
Returns the value of the specified attribute name, or null if the
attribute name was not found.
- get(Object) - Method in class java.util.LinkedHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.LinkedList
-
Returns the element at the specified position in this list.
- get(int) - Method in interface java.util.List
-
Returns the element at the specified position in this list.
- get(Object) - Method in interface java.util.Map
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(String, String) - Method in class java.util.prefs.AbstractPreferences
-
- get(String, String) - Method in class java.util.prefs.Preferences
-
Returns the value associated with the specified key in this preference
node.
- get(Object) - Method in class java.util.TreeMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.Vector
-
Returns the element at the specified position in this Vector.
- get(Object) - Method in class java.util.WeakHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(String) - Method in class javax.accessibility.AccessibleRelationSet
-
Returns the relation that matches the specified key.
- get(String) - Method in class javax.activation.MimeTypeParameterList
-
Retrieve the value associated with the given name, or null if there
is no current association.
- get(String) - Method in interface javax.management.openmbean.CompositeData
-
Returns the value of the item whose name is key.
- get(String) - Method in class javax.management.openmbean.CompositeDataSupport
-
Returns the value of the item whose name is key.
- get(Object[]) - Method in interface javax.management.openmbean.TabularData
-
Returns the CompositeData value whose index is
key, or null if there is no value mapping
to key, in this TabularData instance.
- get(Object) - Method in class javax.management.openmbean.TabularDataSupport
-
This method simply calls get((Object[]) key).
- get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
-
Returns the CompositeData value whose index is
key, or null if there is no value mapping
to key, in this TabularData instance.
- get(int) - Method in class javax.naming.CompositeName
-
Retrieves a component of this composite name.
- get(int) - Method in class javax.naming.CompoundName
-
Retrieves a component of this compound name.
- get() - Method in interface javax.naming.directory.Attribute
-
Retrieves one of this attribute's values.
- get(int) - Method in interface javax.naming.directory.Attribute
-
Retrieves the attribute value from the ordered list of attribute values.
- get(String) - Method in interface javax.naming.directory.Attributes
-
Retrieves the attribute with the given attribute id from the
attribute set.
- get() - Method in class javax.naming.directory.BasicAttribute
-
Retrieves one of this attribute's values.
- get(int) - Method in class javax.naming.directory.BasicAttribute
-
- get(String) - Method in class javax.naming.directory.BasicAttributes
-
- get(int) - Method in class javax.naming.ldap.LdapName
-
Retrieves a component of this LDAP name as a string.
- get(int) - Method in interface javax.naming.Name
-
Retrieves a component of this name.
- get(String) - Method in class javax.naming.Reference
-
Retrieves the first address that has the address type 'addrType'.
- get(int) - Method in class javax.naming.Reference
-
Retrieves the address at index posn.
- get(Class<?>) - Method in interface javax.print.attribute.AttributeSet
-
Returns the attribute value which this attribute set contains in the
given attribute category.
- get(Class<?>) - Method in class javax.print.attribute.HashAttributeSet
-
Returns the attribute value which this attribute set contains in the
given attribute category.
- get(String) - Method in class javax.script.AbstractScriptEngine
-
Gets the value for the specified key in the ENGINE_SCOPE of the
protected context field.
- get(Object) - Method in interface javax.script.Bindings
-
Returns the value to which this map maps the specified key.
- get(String) - Method in interface javax.script.ScriptEngine
-
Retrieves a value set in the state of this engine.
- get(String) - Method in class javax.script.ScriptEngineManager
-
Gets the value for the specified key in the Global Scope
- get(Object) - Method in class javax.script.SimpleBindings
-
Returns the value to which this map maps the specified key.
- get(int) - Method in class javax.sound.midi.Track
-
Obtains the event at the specified index.
- get(Object) - Method in class javax.swing.ActionMap
-
Returns the binding for key, messaging the
parent ActionMap if the binding is not locally defined.
- get(int) - Method in class javax.swing.DefaultListModel
-
Returns the element at the specified position in this list.
- get(KeyStroke) - Method in class javax.swing.InputMap
-
Returns the binding for keyStroke, messaging the
parent InputMap if the binding is not locally defined.
- get(SynthContext, Object) - Method in class javax.swing.plaf.nimbus.NimbusStyle
-
- get(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
-
Getter for a region specific style property.
- get() - Method in class javax.swing.SwingWorker
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get(long, TimeUnit) - Method in class javax.swing.SwingWorker
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get(Object) - Method in class javax.swing.UIDefaults
-
Returns the value for key.
- get(Object, Locale) - Method in class javax.swing.UIDefaults
-
Returns the value for key associated with the given locale.
- get(Object) - Static method in class javax.swing.UIManager
-
Returns an object from the defaults.
- get(Object, Locale) - Static method in class javax.swing.UIManager
-
Returns an object from the defaults that is appropriate for
the given locale.
- get(Object) - Method in class javax.xml.crypto.dom.DOMCryptoContext
-
This implementation uses an internal
HashMap to get the object
that the specified key maps to.
- get(Object) - Method in interface javax.xml.crypto.XMLCryptoContext
-
Returns the value to which this context maps the specified key.
- get(Object) - Method in class javax.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- get2DigitYearStart() - Method in class java.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- get_any() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the org.omg.CORBA.Any contained
in this DynAny object.
- get_any() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts an Any value contained in the Any represented by this DynAny.
- get_as_string() - Method in class org.omg.DynamicAny._DynEnumStub
-
Returns the value of the DynEnum as an IDL identifier.
- get_as_string() - Method in interface org.omg.DynamicAny.DynEnumOperations
-
Returns the value of the DynEnum as an IDL identifier.
- get_as_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
-
Returns the value of the DynEnum as the enumerated value's ordinal value.
- get_as_ulong() - Method in interface org.omg.DynamicAny.DynEnumOperations
-
Returns the value of the DynEnum as the enumerated value's ordinal value.
- get_boolean() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the boolean contained
in this DynAny object.
- get_boolean() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the boolean value from this DynAny.
- get_boolean() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the boolean value from this DynAny.
- get_boxed_value() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Returns the boxed value as an Any.
- get_boxed_value_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Returns the boxed value as a DynAny.
- get_char() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the char contained
in this DynAny object.
- get_char() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the char value from this DynAny.
- get_char() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the char value from this DynAny.
- get_char() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the char value from this DynAny.
- get_codebase(Object) - Method in class org.omg.CORBA_2_3.portable.Delegate
-
Returns the codebase for object reference provided.
- get_compact_typecode() - Method in class org.omg.CORBA.TypeCode
-
Strips out all optional name and member name fields,
but leaves all alias typecodes intact.
- get_current() - Method in class org.omg.CORBA.ORB
-
Deprecated.
use resolve_initial_references.
- get_default_context() - Method in class org.omg.CORBA.ORB
-
Gets the default Context object.
- get_discriminator() - Method in class org.omg.DynamicAny._DynUnionStub
-
Returns the current discriminator value.
- get_discriminator() - Method in interface org.omg.DynamicAny.DynUnionOperations
-
Returns the current discriminator value.
- get_domain_managers(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Retrieves the DomainManagers of this object.
- get_domain_policy(int) - Method in interface org.omg.CORBA.DomainManagerOperations
-
This returns the policy of the specified type for objects in
this domain.
- get_double() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the double contained
in this DynAny object.
- get_double() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the double value from this DynAny.
- get_double() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the double value from this DynAny.
- get_double() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the double value from this DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_dyn_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
- get_effective_component(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the IOP.TaggedComponent with the given ID from
the profile selected for this request.
- get_effective_components(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns an array of all tagged components with the given ID from the
profile selected for this request.
- get_effective_policy(int) - Method in interface org.omg.PortableInterceptor.IORInfoOperations
-
Allows an ORB service implementation to determine what server side
policy of a particular type is in effect for an IOR being
constructed.
- get_elements() - Method in interface org.omg.CORBA.DynArray
-
Deprecated.
Returns the value of all the elements of this array.
- get_elements() - Method in interface org.omg.CORBA.DynSequence
-
Deprecated.
Returns the value of every element in this sequence.
- get_elements() - Method in class org.omg.DynamicAny._DynArrayStub
-
Returns the elements of the DynArray.
- get_elements() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Returns the elements of the sequence.
- get_elements() - Method in interface org.omg.DynamicAny.DynArrayOperations
-
Returns the elements of the DynArray.
- get_elements() - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Returns the elements of the sequence.
- get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
-
Returns the elements of the DynArray as DynAnys.
- get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Returns the DynAnys representing the elements of the sequence.
- get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynArrayOperations
-
Returns the elements of the DynArray as DynAnys.
- get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Returns the DynAnys representing the elements of the sequence.
- get_float() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the float contained
in this DynAny object.
- get_float() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the float value from this DynAny.
- get_float() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the float value from this DynAny.
- get_float() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the float value from this DynAny.
- get_id() - Method in interface org.omg.CORBA.portable.BoxedValueHelper
-
- get_id() - Method in class org.omg.CORBA.StringValueHelper
-
- get_id() - Method in class org.omg.CORBA.WStringValueHelper
-
- get_interface_def(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Return an InterfaceDef for the object reference provided.
- get_interface_def(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
-
This operation returns an object in the Interface Repository
which provides type information that may be useful to a program.
- get_length() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Returns the current length of the sequence.
- get_length() - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Returns the current length of the sequence.
- get_long() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the int contained
in this DynAny object.
- get_long() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the integer value from this DynAny.
- get_long() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the integer value from this DynAny.
- get_longlong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the long contained
in this DynAny object.
- get_longlong() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the long value from this DynAny.
- get_longlong() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the long value from this DynAny.
- get_members() - Method in interface org.omg.CORBA.DynStruct
-
Deprecated.
Returns an array containing all the members of the stored struct.
- get_members() - Method in interface org.omg.CORBA.DynValue
-
Deprecated.
Returns an array containing all the members of the value object
stored in this DynValue.
- get_members() - Method in class org.omg.DynamicAny._DynStructStub
-
Returns a sequence of NameValuePairs describing the name and the value of each member
in the struct associated with a DynStruct object.
- get_members() - Method in class org.omg.DynamicAny._DynValueStub
-
Returns a sequence of NameValuePairs describing the name and the value of each member
in the value type.
- get_members() - Method in interface org.omg.DynamicAny.DynStructOperations
-
Returns a sequence of NameValuePairs describing the name and the value of each member
in the struct associated with a DynStruct object.
- get_members() - Method in interface org.omg.DynamicAny.DynValueOperations
-
Returns a sequence of NameValuePairs describing the name and the value of each member
in the value type.
- get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
-
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the struct associated with a DynStruct object.
- get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
-
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the value type.
- get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynStructOperations
-
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the struct associated with a DynStruct object.
- get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueOperations
-
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the value type.
- get_next_response() - Method in class org.omg.CORBA.ORB
-
Gets the next Request instance for which a response
has been received.
- get_object_id() - Method in interface org.omg.PortableServer.CurrentOperations
-
Returns the ObjectId identifying the object in
whose context it is called.
- get_octet() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the byte contained
in this DynAny object.
- get_octet() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the byte value from this DynAny.
- get_octet() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the byte value from this DynAny.
- get_POA() - Method in interface org.omg.PortableServer.CurrentOperations
-
Returns reference to the POA implementing the
object in whose context it is called.
- get_policy(Object, int) - Method in class org.omg.CORBA.portable.Delegate
-
Returns the Policy object of the specified type
which applies to this object.
- get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
-
Retrieves the TypeCode object that represents
the given primitive IDL type.
- get_reference() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the org.omg.CORBA.Other contained
in this DynAny object.
- get_reference() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reference() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the reference to a CORBA Object from this DynAny.
- get_reply_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Returns a copy of the service context with the given ID that
is associated with the reply.
- get_request_policy(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the given policy in effect for this operation.
- get_request_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Returns a copy of the service context with the given ID that
is associated with the request.
- get_response() - Method in class org.omg.CORBA.Request
-
Allows the user to access the
response for the invocation triggered earlier with the
send_deferred method.
- get_servant() - Method in interface org.omg.PortableServer.POAOperations
-
This operation returns the default servant associated
with the POA.
- get_servant_manager() - Method in interface org.omg.PortableServer.POAOperations
-
If the ServantRetentionPolicy of the POA is RETAIN,
then the ServantManager argument (imgr) shall support
the ServantActivator interface.
- get_server_policy(int) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Returns the policy in effect for this operation for the given
policy type.
- get_service_information(short, ServiceInformationHolder) - Method in class org.omg.CORBA.ORB
-
Used to obtain information about CORBA facilities and services
that are supported by this ORB.
- get_short() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the short contained
in this DynAny object.
- get_short() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the short value from this DynAny.
- get_short() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the short value from this DynAny.
- get_short() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the short value from this DynAny.
- get_slot(int) - Method in interface org.omg.PortableInterceptor.CurrentOperations
-
Retrieves the slot data the application set in PICurrent via
get_slot.
- get_slot(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Returns the data from the given slot of the
PortableInterceptor.Current that is in the scope of
the request.
- get_state() - Method in interface org.omg.PortableServer.POAManagerOperations
-
This operation returns the state of the POA manager.
- get_string() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the String contained
in this DynAny object.
- get_string() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the string value from this DynAny.
- get_string() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the string value from this DynAny.
- get_string() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the string value from this DynAny.
- get_typecode() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the org.omg.CORBA.TypeCode contained
in this DynAny object.
- get_typecode() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the TypeCode object from this DynAny.
- get_typecode() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the TypeCode object from this DynAny.
- get_ulong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the int contained
in this DynAny object.
- get_ulong() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the integer value from this DynAny.
- get_ulong() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the integer value from this DynAny.
- get_ulonglong() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the long contained
in this DynAny object.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the long value from this DynAny.
- get_ulonglong() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the long value from this DynAny.
- get_ushort() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the short contained
in this DynAny object.
- get_ushort() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the short value from this DynAny.
- get_ushort() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the short value from this DynAny.
- get_val() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the java.io.Serializable object contained
in this DynAny object.
- get_val() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts a Serializable object from this DynAny.
- get_val() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts a Serializable object from this DynAny.
- get_value() - Method in interface org.omg.CORBA.DynFixed
-
Deprecated.
Returns the value of the fixed type represented in this
DynFixed object.
- get_value() - Method in class org.omg.DynamicAny._DynFixedStub
-
Returns the value of a DynFixed.
- get_value() - Method in interface org.omg.DynamicAny.DynFixedOperations
-
Returns the value of a DynFixed.
- get_value_def(String) - Method in class org.omg.CORBA_2_3.ORB
-
- get_values(String, int, String) - Method in class org.omg.CORBA.Context
-
Retrieves the NamedValue objects whose
name field matches the given name or name
pattern.
- get_wchar() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the char contained
in this DynAny object.
- get_wchar() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the long value from this DynAny.
- get_wchar() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the long value from this DynAny.
- get_wstring() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Retrieves the String contained
in this DynAny object.
- get_wstring() - Method in class org.omg.DynamicAny._DynAnyStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynArrayStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynEnumStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynFixedStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynStructStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynUnionStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in class org.omg.DynamicAny._DynValueStub
-
Extracts the string value from this DynAny.
- get_wstring() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Extracts the string value from this DynAny.
- getA() - Method in class java.security.spec.EllipticCurve
-
Returns the first coefficient a of the
elliptic curve.
- getAbsoluteFile() - Method in class java.io.File
-
Returns the absolute form of this abstract pathname.
- getAbsolutePath() - Method in class java.io.File
-
Returns the absolute pathname string of this abstract pathname.
- getAccelerationPriority() - Method in class java.awt.Image
-
Returns the current value of the acceleration priority hint.
- getAccelerator() - Method in class javax.swing.JMenuItem
-
Returns the KeyStroke which serves as an accelerator
for the menu item.
- getAcceleratorForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
Returns the accelerator foreground color of the current theme.
- getAcceleratorForeground() - Method in class javax.swing.plaf.metal.MetalTheme
-
Returns the accelerator foreground color.
- getAcceleratorSelectedForeground() - Static method in class javax.swing.plaf.metal.MetalLookAndFeel
-
Returns the accelerator selected foreground color of the
current theme.
- getAcceleratorSelectedForeground() - Method in class javax.swing.plaf.metal.MetalTheme
-
Returns the accelerator selected foreground color.
- getAcceleratorString() - Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- getAcceptAllFileFilter() - Method in class javax.swing.JFileChooser
-
Returns the AcceptAll file filter.
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Returns the default accept all file filter
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-
- getAcceptAllFileFilter(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
Invokes the getAcceptAllFileFilter method on each UI handled by this object.
- getAcceptedIssuers() - Method in interface javax.net.ssl.X509TrustManager
-
Return an array of certificate authority certificates
which are trusted for authenticating peers.
- getAcceptorAddress() - Method in class org.ietf.jgss.ChannelBinding
-
Get the acceptor's address for this channel binding.
- getAccessibleAction() - Method in class java.awt.Button.AccessibleAWTButton
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleAction associated with this object that supports
one or more actions.
- getAccessibleAction() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAction() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Gets the AccessibleAction associated with this object that supports
one or more actions.
- getAccessibleAction() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleAction associated with this
object if one exists.
- getAccessibleAction() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleAction associated with this object.
- getAccessibleAction() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleAction() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
- getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
-
Returns an object that represents the link anchor,
as appropriate for that link.
- getAccessibleActionAnchor(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Return an object that represents the link anchor,
as appropriate for that link.
- getAccessibleActionCount() - Method in class java.awt.Button.AccessibleAWTButton
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns the number of accessible actions available in this object
If there are more than one, the first one is considered the "default"
action of the object.
- getAccessibleActionCount() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in interface javax.accessibility.AccessibleAction
-
Returns the number of accessible actions available in this object
If there are more than one, the first one is considered the "default"
action of the object.
- getAccessibleActionCount() - Method in class javax.accessibility.AccessibleHyperlink
-
Returns the number of accessible actions available in this Link
If there are more than one, the first one is NOT considered the
"default" action of this LINK object (e.g.
- getAccessibleActionCount() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of Actions available in this object.
- getAccessibleActionCount() - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns the number of accessible actions available in this Link
If there are more than one, the first one is NOT considered the
"default" action of this LINK object (e.g.
- getAccessibleActionCount() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Returns the number of accessible actions available in this object
If there are more than one, the first one is considered the "default"
action of the object.
- getAccessibleActionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of accessible actions available in this
tree node.
- getAccessibleActionCount() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns the number of accessible actions available in this object
If there are more than one, the first one is considered the
"default" action of the object.
- getAccessibleActionDescription(int) - Method in class java.awt.Button.AccessibleAWTButton
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class java.awt.Choice.AccessibleAWTChoice
-
Returns a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in interface javax.accessibility.AccessibleAction
-
Returns a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class javax.accessibility.AccessibleHyperlink
-
Returns a String description of this particular
link action.
- getAccessibleActionDescription(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Return a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Return a String description of this particular
link action.
- getAccessibleActionDescription(int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Returns a description of the specified action of the object.
- getAccessibleActionDescription(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Return a description of the specified action of the tree node.
- getAccessibleActionDescription(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns a description of the specified action of the object.
- getAccessibleActionObject(int) - Method in class javax.accessibility.AccessibleHyperlink
-
Returns an object that represents the link action,
as appropriate for that link.
- getAccessibleActionObject(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
-
Returns a URL object that represents the link.
- getAccessibleAt(Point) - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the Accessible child,
if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList
-
Returns the Accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleAt(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(Point) - Method in interface javax.accessibility.AccessibleComponent
-
Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the Accessible at a specified row and column
in the table.
- getAccessibleAt(Point) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleAt(Point) - Method in class javax.swing.JList.AccessibleJList
-
Returns the Accessible child contained at
the local coordinate Point, if one exists.
- getAccessibleAt(Point) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the Accessible child contained at
the local coordinate Point, if one exists.
- getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- getAccessibleAt(Point) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(Point) - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the Accessible child, if one exists,
contained at the local coordinate Point.
- getAccessibleAt(Component, Point) - Static method in class javax.swing.SwingUtilities
-
Returns the Accessible child contained at the
local coordinate Point, if one exists.
- getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleAt(Point) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
Returns the Accessible child, if one exists, contained at the local
coordinate Point.
- getAccessibleCaption() - Method in interface javax.accessibility.AccessibleTable
-
Returns the caption for the table.
- getAccessibleCaption() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the caption for the table.
- getAccessibleChild(int) - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Return the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList
-
Return the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
-
Returns the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
Returns the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChild(int) - Method in class javax.swing.JList.AccessibleJList
-
Return the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JRootPane.AccessibleJRootPane
-
Returns the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Returns the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Return the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the specified Accessible child of the
object.
- getAccessibleChild(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Return the specified Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.JTree.AccessibleJTree
-
Return the nth Accessible child of the object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.ComponentUI
-
Returns the ith Accessible child of the object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiButtonUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiListUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSliderUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTableUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolBarUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiToolTipUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(JComponent, int) - Method in class javax.swing.plaf.multi.MultiViewportUI
-
Invokes the getAccessibleChild method on each UI handled by this object.
- getAccessibleChild(int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Returns the specified Accessible child of the object.
- getAccessibleChild(Component, int) - Static method in class javax.swing.SwingUtilities
-
Return the nth Accessible child of the object.
- getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChild(int) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
Return the nth Accessible child of the object.
- getAccessibleChildrenCount() - Method in class java.awt.Component.AccessibleAWTComponent
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class java.awt.Container.AccessibleAWTContainer
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.accessibility.AccessibleContext
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleChildrenCount() - Method in class javax.swing.JList.AccessibleJList
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JRootPane.AccessibleJRootPane
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the number of top-level children nodes of this
JTree.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.ComponentUI
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
-
Invokes the getAccessibleChildrenCount method on each UI handled by this object.
- getAccessibleChildrenCount() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Returns the number of accessible children of the object.
- getAccessibleChildrenCount(Component) - Static method in class javax.swing.SwingUtilities
-
Returns the number of accessible children in the object.
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleChildrenCount() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
Returns the number of accessible children in the object.
- getAccessibleColumn(int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
Returns the column number of an index in the table.
- getAccessibleColumn(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the column number of an index in the table.
- getAccessibleColumnAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the column at a given index into the table.
- getAccessibleColumnCount() - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of columns in the table.
- getAccessibleColumnCount() - Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleColumnDescription(int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the description text of the specified column in the table.
- getAccessibleColumnDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the description of the specified column in the table.
- getAccessibleColumnExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of columns occupied by the Accessible at
a specified row and column in the table.
- getAccessibleColumnExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of columns occupied by the
Accessible at a given (row, column).
- getAccessibleColumnHeader() - Method in interface javax.accessibility.AccessibleTable
-
Returns the column headers as an AccessibleTable.
- getAccessibleColumnHeader() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the column headers as an AccessibleTable.
- getAccessibleComponent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the AccessibleComponent associated
with this object if one exists.
- getAccessibleComponent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the AccessibleComponent associated with
this object if one exists.
- getAccessibleComponent() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleComponent associated with this object that has a
graphical representation.
- getAccessibleComponent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Get the AccessibleComponent associated with this object.
- getAccessibleComponent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleComponent associated with
this object if one exists.
- getAccessibleComponent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleComponent associated with this object.
- getAccessibleComponent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the AccessibleComponent associated with this object that has a
graphical representation.
- getAccessibleComponent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Get the AccessibleComponent associated with this object.
- getAccessibleContext() - Method in class java.applet.Applet
-
Gets the AccessibleContext associated with this Applet.
- getAccessibleContext() - Method in class java.awt.Button
-
Gets the AccessibleContext associated with
this Button.
- getAccessibleContext() - Method in class java.awt.Canvas
-
Gets the AccessibleContext associated with this Canvas.
- getAccessibleContext() - Method in class java.awt.Checkbox
-
Gets the AccessibleContext associated with this Checkbox.
- getAccessibleContext() - Method in class java.awt.CheckboxMenuItem
-
Gets the AccessibleContext associated with this CheckboxMenuItem.
- getAccessibleContext() - Method in class java.awt.Choice
-
Gets the AccessibleContext associated with this
Choice.
- getAccessibleContext() - Method in class java.awt.Component
-
Gets the AccessibleContext associated
with this Component.
- getAccessibleContext() - Method in class java.awt.Dialog
-
Gets the AccessibleContext associated with this Dialog.
- getAccessibleContext() - Method in class java.awt.Frame
-
Gets the AccessibleContext associated with this Frame.
- getAccessibleContext() - Method in class java.awt.Label
-
Gets the AccessibleContext associated with this Label.
- getAccessibleContext() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Gets the AccessibleContext for this object.
- getAccessibleContext() - Method in class java.awt.List
-
Gets the AccessibleContext associated with this
List.
- getAccessibleContext() - Method in class java.awt.Menu
-
Gets the AccessibleContext associated with this Menu.
- getAccessibleContext() - Method in class java.awt.MenuBar
-
Gets the AccessibleContext associated with this MenuBar.
- getAccessibleContext() - Method in class java.awt.MenuComponent
-
Gets the AccessibleContext associated with
this MenuComponent.
- getAccessibleContext() - Method in class java.awt.MenuItem
-
Gets the AccessibleContext associated with this MenuItem.
- getAccessibleContext() - Method in class java.awt.Panel
-
Gets the AccessibleContext associated with this Panel.
- getAccessibleContext() - Method in class java.awt.PopupMenu
-
Gets the AccessibleContext associated with this
PopupMenu.
- getAccessibleContext() - Method in class java.awt.Scrollbar
-
Gets the AccessibleContext associated with this
Scrollbar.
- getAccessibleContext() - Method in class java.awt.ScrollPane
-
Gets the AccessibleContext associated with this ScrollPane.
- getAccessibleContext() - Method in class java.awt.TextArea
-
Returns the AccessibleContext associated with
this TextArea.
- getAccessibleContext() - Method in class java.awt.TextComponent
-
Gets the AccessibleContext associated with this TextComponent.
- getAccessibleContext() - Method in class java.awt.TextField
-
Gets the AccessibleContext associated with this TextField.
- getAccessibleContext() - Method in class java.awt.Window
-
Gets the AccessibleContext associated with this Window.
- getAccessibleContext() - Method in interface javax.accessibility.Accessible
-
Returns the AccessibleContext associated with this object.
- getAccessibleContext() - Method in class javax.swing.Box.Filler
-
Gets the AccessibleContext associated with this Box.Filler.
- getAccessibleContext() - Method in class javax.swing.Box
-
Gets the AccessibleContext associated with this Box.
- getAccessibleContext() - Method in class javax.swing.CellRendererPane
-
Gets the AccessibleContext associated with this CellRendererPane.
- getAccessibleContext() - Method in class javax.swing.ImageIcon
-
Gets the AccessibleContext associated with this ImageIcon.
- getAccessibleContext() - Method in class javax.swing.JApplet
-
Gets the AccessibleContext associated with this JApplet.
- getAccessibleContext() - Method in class javax.swing.JButton
-
Gets the AccessibleContext associated with this
JButton.
- getAccessibleContext() - Method in class javax.swing.JCheckBox
-
Gets the AccessibleContext associated with this JCheckBox.
- getAccessibleContext() - Method in class javax.swing.JCheckBoxMenuItem
-
Gets the AccessibleContext associated with this JCheckBoxMenuItem.
- getAccessibleContext() - Method in class javax.swing.JColorChooser
-
Gets the AccessibleContext associated with this JColorChooser.
- getAccessibleContext() - Method in class javax.swing.JComboBox
-
Gets the AccessibleContext associated with this JComboBox.
- getAccessibleContext() - Method in class javax.swing.JComponent
-
Returns the AccessibleContext associated with this
JComponent.
- getAccessibleContext() - Method in class javax.swing.JDesktopPane
-
Gets the AccessibleContext associated with this
JDesktopPane.
- getAccessibleContext() - Method in class javax.swing.JDialog
-
Gets the AccessibleContext associated with this JDialog.
- getAccessibleContext() - Method in class javax.swing.JEditorPane
-
Gets the AccessibleContext associated with this JEditorPane.
- getAccessibleContext() - Method in class javax.swing.JFileChooser
-
Gets the AccessibleContext associated with this JFileChooser.
- getAccessibleContext() - Method in class javax.swing.JFrame
-
Gets the AccessibleContext associated with this JFrame.
- getAccessibleContext() - Method in class javax.swing.JInternalFrame
-
Gets the AccessibleContext associated with this
JInternalFrame.
- getAccessibleContext() - Method in class javax.swing.JInternalFrame.JDesktopIcon
-
Gets the AccessibleContext associated with this JDesktopIcon.
- getAccessibleContext() - Method in class javax.swing.JLabel
-
Get the AccessibleContext of this object
- getAccessibleContext() - Method in class javax.swing.JLayer
-
Gets the AccessibleContext associated with this JLayer.
- getAccessibleContext() - Method in class javax.swing.JLayeredPane
-
Gets the AccessibleContext associated with this JLayeredPane.
- getAccessibleContext() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Get the AccessibleContext for this object.
- getAccessibleContext() - Method in class javax.swing.JList
-
Gets the AccessibleContext associated with this JList.
- getAccessibleContext() - Method in class javax.swing.JMenu
-
Gets the AccessibleContext associated with this JMenu.
- getAccessibleContext() - Method in class javax.swing.JMenuBar
-
Gets the AccessibleContext associated with this JMenuBar.
- getAccessibleContext() - Method in class javax.swing.JMenuItem
-
Returns the AccessibleContext associated with this
JMenuItem.
- getAccessibleContext() - Method in class javax.swing.JOptionPane
-
Returns the AccessibleContext associated with this JOptionPane.
- getAccessibleContext() - Method in class javax.swing.JPanel
-
Gets the AccessibleContext associated with this JPanel.
- getAccessibleContext() - Method in class javax.swing.JPasswordField
-
Returns the AccessibleContext associated with this
JPasswordField.
- getAccessibleContext() - Method in class javax.swing.JPopupMenu
-
Gets the AccessibleContext associated with this JPopupMenu.
- getAccessibleContext() - Method in class javax.swing.JProgressBar
-
Gets the AccessibleContext associated with this
JProgressBar.
- getAccessibleContext() - Method in class javax.swing.JRadioButton
-
Gets the AccessibleContext associated with this JRadioButton.
- getAccessibleContext() - Method in class javax.swing.JRadioButtonMenuItem
-
Gets the AccessibleContext associated with this JRadioButtonMenuItem.
- getAccessibleContext() - Method in class javax.swing.JRootPane
-
Gets the AccessibleContext associated with this
JRootPane.
- getAccessibleContext() - Method in class javax.swing.JScrollBar
-
Gets the AccessibleContext associated with this JScrollBar.
- getAccessibleContext() - Method in class javax.swing.JScrollPane
-
Gets the AccessibleContext associated with this JScrollPane.
- getAccessibleContext() - Method in class javax.swing.JSeparator
-
Gets the AccessibleContext associated with this JSeparator.
- getAccessibleContext() - Method in class javax.swing.JSlider
-
Gets the AccessibleContext associated with this JSlider.
- getAccessibleContext() - Method in class javax.swing.JSpinner
-
Gets the AccessibleContext for the JSpinner
- getAccessibleContext() - Method in class javax.swing.JSplitPane
-
Gets the AccessibleContext associated with this JSplitPane.
- getAccessibleContext() - Method in class javax.swing.JTabbedPane
-
Gets the AccessibleContext associated with this JTabbedPane.
- getAccessibleContext() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleContext associated with this
component.
- getAccessibleContext() - Method in class javax.swing.JTable
-
Gets the AccessibleContext associated with this JTable.
- getAccessibleContext() - Method in class javax.swing.JTextArea
-
Gets the AccessibleContext associated with this JTextArea.
- getAccessibleContext() - Method in class javax.swing.JTextField
-
Gets the AccessibleContext associated with this
JTextField.
- getAccessibleContext() - Method in class javax.swing.JToggleButton
-
Gets the AccessibleContext associated with this JToggleButton.
- getAccessibleContext() - Method in class javax.swing.JToolBar
-
Gets the AccessibleContext associated with this JToolBar.
- getAccessibleContext() - Method in class javax.swing.JToolTip
-
Gets the AccessibleContext associated with this JToolTip.
- getAccessibleContext() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleContext associated with this tree node.
- getAccessibleContext() - Method in class javax.swing.JTree
-
Gets the AccessibleContext associated with this JTree.
- getAccessibleContext() - Method in class javax.swing.JViewport
-
Gets the AccessibleContext associated with this JViewport.
- getAccessibleContext() - Method in class javax.swing.JWindow
-
Gets the AccessibleContext associated with this JWindow.
- getAccessibleContext() - Method in class javax.swing.plaf.basic.BasicComboPopup
-
Gets the AccessibleContext associated with this BasicComboPopup.
- getAccessibleContext() - Method in class javax.swing.ProgressMonitor
-
Gets the AccessibleContext for the
ProgressMonitor
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
Get the AccessibleContext associated with this object.
- getAccessibleContext() - Method in class javax.swing.table.JTableHeader
-
Gets the AccessibleContext associated with this JTableHeader.
- getAccessibleContext() - Method in class javax.swing.text.html.HTMLEditorKit
-
returns the AccessibleContext associated with this editor kit
- getAccessibleContext() - Method in class javax.swing.text.JTextComponent
-
Gets the AccessibleContext associated with this
JTextComponent.
- getAccessibleDescription() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the accessible description of this object.
- getAccessibleDescription() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the accessible description of this object.
- getAccessibleDescription() - Method in class javax.accessibility.AccessibleContext
-
Gets the accessibleDescription property of this object.
- getAccessibleDescription() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Gets the accessible description of this object.
- getAccessibleDescription() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
-
Gets the accessibleDescription property of this object.
- getAccessibleDescription() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleDescription() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the accessible description of this object.
- getAccessibleDescription() - Method in class javax.swing.JToolTip.AccessibleJToolTip
-
Get the accessible description of this object.
- getAccessibleDescription() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the accessible description of this object.
- getAccessibleDescription() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the accessibleDescription property of this object.
- getAccessibleDescription() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleEditableText() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleEditableText associated with this object
presenting editable text on the display.
- getAccessibleEditableText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns the AccessibleEditableText interface for
this text component.
- getAccessibleIcon() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleIcons associated with an object that has
one or more associated icons
- getAccessibleIcon() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Get the AccessibleIcons associated with this object if one
or more exist.
- getAccessibleIcon() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Get the AccessibleIcons associated with this object if one
or more exist.
- getAccessibleIcon() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Returns the icon for the element renderer, as the only item
of an array of AccessibleIcons or a null array
if the renderer component contains no icons.
- getAccessibleIconDescription() - Method in interface javax.accessibility.AccessibleIcon
-
Gets the description of the icon.
- getAccessibleIconDescription() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the description of the icon.
- getAccessibleIconHeight() - Method in interface javax.accessibility.AccessibleIcon
-
Gets the height of the icon
- getAccessibleIconHeight() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the height of the icon.
- getAccessibleIconWidth() - Method in interface javax.accessibility.AccessibleIcon
-
Gets the width of the icon
- getAccessibleIconWidth() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the width of the icon.
- getAccessibleIndex(int, int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
- getAccessibleIndex(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the index at a row and column in the table.
- getAccessibleIndexAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the index at a given (row, column) in the table.
- getAccessibleIndexInParent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Get the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.accessibility.AccessibleContext
-
Gets the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleIndexInParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the 0-based index of this object in its accessible parent.
- getAccessibleIndexInParent(Component) - Static method in class javax.swing.SwingUtilities
-
Get the index of this object in its accessible parent.
- getAccessibleIndexInParent() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleKeyBinding() - Method in interface javax.accessibility.AccessibleExtendedComponent
-
Returns key bindings associated with this object
- getAccessibleKeyBinding(int) - Method in interface javax.accessibility.AccessibleKeyBinding
-
Returns a key binding for this object.
- getAccessibleKeyBinding() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns key bindings associated with this object
- getAccessibleKeyBinding() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Returns key bindings associated with this object
- getAccessibleKeyBinding() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns key bindings associated with this object
- getAccessibleKeyBindingCount() - Method in interface javax.accessibility.AccessibleKeyBinding
-
Returns the number of key bindings for this object
- getAccessibleName() - Method in class java.awt.Button.AccessibleAWTButton
-
Get the accessible name of this object.
- getAccessibleName() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the accessible name of this object.
- getAccessibleName() - Method in class java.awt.Label.AccessibleAWTLabel
-
Get the accessible name of this object.
- getAccessibleName() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the accessible name of this object.
- getAccessibleName() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.accessibility.AccessibleContext
-
Gets the accessibleName property of this object.
- getAccessibleName() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Gets the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JDialog.AccessibleJDialog
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JFrame.AccessibleJFrame
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleName() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Returns the accessible name of this object, or null if
there is no accessible name.
- getAccessibleName() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the accessible name of this object.
- getAccessibleName() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the accessibleName property of this object.
- getAccessibleName() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleParent() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the Accessible parent of this object.
- getAccessibleParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the Accessible parent of this object.
- getAccessibleParent() - Method in class javax.accessibility.AccessibleContext
-
Gets the Accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the Accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the Accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the Accessible parent of this object.
- getAccessibleParent() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the Accessible parent of this object.
- getAccessibleRelationSet() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleRelationSet associated with an object
- getAccessibleRelationSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Get the AccessibleRelationSet associated with this object if one
exists.
- getAccessibleRelationSet() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Get the AccessibleRelationSet associated with this object if one
exists.
- getAccessibleRole() - Method in class java.applet.Applet.AccessibleApplet
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Button.AccessibleAWTButton
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Canvas.AccessibleAWTCanvas
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Choice.AccessibleAWTChoice
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the role of this object.
- getAccessibleRole() - Method in class java.awt.Dialog.AccessibleAWTDialog
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Frame.AccessibleAWTFrame
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Label.AccessibleAWTLabel
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Menu.AccessibleAWTMenu
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.MenuBar.AccessibleAWTMenuBar
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the role of this object.
- getAccessibleRole() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Panel.AccessibleAWTPanel
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.PopupMenu.AccessibleAWTPopupMenu
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.ScrollPane.AccessibleAWTScrollPane
-
Get the role of this object.
- getAccessibleRole() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
Gets the role of this object.
- getAccessibleRole() - Method in class java.awt.Window.AccessibleAWTWindow
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.accessibility.AccessibleContext
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.Box.AccessibleBox
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.Box.Filler.AccessibleBoxFiller
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.CellRendererPane.AccessibleCellRendererPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JButton.AccessibleJButton
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JCheckBox.AccessibleJCheckBox
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JColorChooser.AccessibleJColorChooser
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JDesktopPane.AccessibleJDesktopPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JFileChooser.AccessibleJFileChooser
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JLabel.AccessibleJLabel
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JLayeredPane.AccessibleJLayeredPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleRole() - Method in class javax.swing.JList.AccessibleJList
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JMenuItem.AccessibleJMenuItem
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JOptionPane.AccessibleJOptionPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JPanel.AccessibleJPanel
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JPopupMenu.AccessibleJPopupMenu
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JRadioButton.AccessibleJRadioButton
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JRootPane.AccessibleJRootPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JScrollPane.AccessibleJScrollPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JSeparator.AccessibleJSeparator
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JSlider.AccessibleJSlider
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTable.AccessibleJTable
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.JToggleButton.AccessibleJToggleButton
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JToolBar.AccessibleJToolBar
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JToolTip.AccessibleJToolTip
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.JViewport.AccessibleJViewport
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the role of this object.
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleRole() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
Get the role of this object.
- getAccessibleRole() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Gets the role of this object.
- getAccessibleRow(int) - Method in interface javax.accessibility.AccessibleExtendedTable
-
Returns the row number of an index in the table.
- getAccessibleRow(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the row number of an index in the table.
- getAccessibleRowAtIndex(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the row at a given index into the table.
- getAccessibleRowCount() - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of rows in the table.
- getAccessibleRowCount() - Method in class javax.swing.JTable.AccessibleJTable
-
- getAccessibleRowDescription(int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the description of the specified row in the table.
- getAccessibleRowDescription(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the description of the specified row in the table.
- getAccessibleRowExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
-
Returns the number of rows occupied by the Accessible at
a specified row and column in the table.
- getAccessibleRowExtentAt(int, int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of rows occupied by the Accessible
at a specified row and column in the table.
- getAccessibleRowHeader() - Method in interface javax.accessibility.AccessibleTable
-
Returns the row headers as an AccessibleTable.
- getAccessibleRowHeader() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the row headers as an AccessibleTable.
- getAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
-
Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the AccessibleSelection associated with this
object which allows its Accessible children to be selected.
- getAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns an Accessible representing the specified
selected child in the object.
- getAccessibleSelection() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleSelection associated with this object which allows its
Accessible children to be selected.
- getAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
-
Returns an Accessible representing the specified selected child
of the object.
- getAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns an Accessible representing the specified selected child
in the popup.
- getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
-
Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns the currently selected sub-menu if one is selected,
otherwise null (there can only be one selection, and it can
only be a sub-menu, as otherwise menu items don't remain
selected).
- getAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns the currently selected menu if one is selected,
otherwise null.
- getAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Gets the AccessibleSelection associated with
this object.
- getAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleSelection associated with
this object if one exists.
- getAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Returns an Accessible representing the
specified selected child in the object.
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleSelection associated with this object if one
exists.
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
-
Get the AccessibleSelection associated with this object.
- getAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
-
Returns an Accessible representing the specified selected item
in the object.
- getAccessibleSelection() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleSelectionCount() - Method in class java.awt.List.AccessibleAWTList
-
Returns the number of items currently selected.
- getAccessibleSelectionCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() - Method in interface javax.accessibility.AccessibleSelection
-
Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Returns the number of Accessible children currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JList.AccessibleJList
-
Returns the number of items currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Returns 1 if a sub-menu is currently selected in this menu.
- getAccessibleSelectionCount() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Returns 1 if a menu is currently selected in this menu bar.
- getAccessibleSelectionCount() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- getAccessibleSelectionCount() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the number of Accessible children
currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Returns the number of items currently selected.
- getAccessibleSelectionCount() - Method in class javax.swing.JTree.AccessibleJTree
-
Returns the number of items currently selected.
- getAccessibleStateSet() - Method in class java.applet.Applet.AccessibleApplet
-
Get the state of this object.
- getAccessibleStateSet() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.Component.AccessibleAWTComponent
-
Gets the state of this object.
- getAccessibleStateSet() - Method in class java.awt.Dialog.AccessibleAWTDialog
-
Get the state of this object.
- getAccessibleStateSet() - Method in class java.awt.Frame.AccessibleAWTFrame
-
Get the state of this object.
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Gets the state of this object.
- getAccessibleStateSet() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.TextArea.AccessibleAWTTextArea
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
Gets the state set of the TextComponent.
- getAccessibleStateSet() - Method in class java.awt.TextField.AccessibleAWTTextField
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class java.awt.Window.AccessibleAWTWindow
-
Get the state of this object.
- getAccessibleStateSet() - Method in class javax.accessibility.AccessibleContext
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Gets the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JComponent.AccessibleJComponent
-
Gets the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.JDialog.AccessibleJDialog
-
Get the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.JEditorPane.AccessibleJEditorPane
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JFrame.AccessibleJFrame
-
Get the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleStateSet() - Method in class javax.swing.JList.AccessibleJList
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Get the accessible state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JSlider.AccessibleJSlider
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JTextArea.AccessibleJTextArea
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JTextField.AccessibleJTextField
-
Gets the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.JToolBar.AccessibleJToolBar
-
Get the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the state set of this object.
- getAccessibleStateSet() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the state set of this object.
- getAccessibleStateSet(Component) - Static method in class javax.swing.SwingUtilities
-
Get the state of this object.
- getAccessibleStateSet() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleStateSet() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Gets the state set of the JTextComponent.
- getAccessibleSummary() - Method in interface javax.accessibility.AccessibleTable
-
Returns the summary description of the table.
- getAccessibleSummary() - Method in class javax.swing.JTable.AccessibleJTable
-
Returns the summary description of the table.
- getAccessibleTable() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleTable associated with an object
- getAccessibleTable() - Method in class javax.swing.JTable.AccessibleJTable
-
Gets the AccessibleTable associated with this
object.
- getAccessibleText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
Get the AccessibleText associated with this object.
- getAccessibleText() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleText associated with this object presenting
text on the display.
- getAccessibleText() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
- getAccessibleText() - Method in class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
-
- getAccessibleText() - Method in class javax.swing.JLabel.AccessibleJLabel
-
- getAccessibleText() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleText() - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
-
Gets the AccessibleText for the JPasswordField.
- getAccessibleText() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Gets the AccessibleText associated with this object presenting
text on the display.
- getAccessibleText() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleText associated with this
object if one exists.
- getAccessibleText() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleText associated with this object if one
exists.
- getAccessibleText() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the AccessibleText associated with this object presenting
text on the display.
- getAccessibleText() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessibleText() - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Get the AccessibleText associated with this object.
- getAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
-
Get the AccessibleValue associated with this
object.
- getAccessibleValue() - Method in class javax.accessibility.AccessibleContext
-
Gets the AccessibleValue associated with this object that supports a
Numerical value.
- getAccessibleValue() - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.AccessibleJInternalFrame
-
Gets the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
-
Gets the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- getAccessibleValue() - Method in class javax.swing.JProgressBar.AccessibleJProgressBar
-
Gets the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JScrollBar.AccessibleJScrollBar
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JSlider.AccessibleJSlider
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Gets the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JSplitPane.AccessibleJSplitPane
-
Get the AccessibleValue associated with this object.
- getAccessibleValue() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Gets the AccessibleValue associated with
this object if one exists.
- getAccessibleValue() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Get the AccessibleValue associated with this object if one
exists.
- getAccessibleValue() - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Gets the AccessibleValue associated with this object that supports a
Numerical value.
- getAccessibleValue() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- getAccessLevel() - Method in class javax.tools.ForwardingJavaFileObject
-
- getAccessLevel() - Method in interface javax.tools.JavaFileObject
-
Provides a hint about the access level of the class represented
by this file object.
- getAccessLevel() - Method in class javax.tools.SimpleJavaFileObject
-
This implementation returns null.
- getAccessory() - Method in class javax.swing.JFileChooser
-
Returns the accessory component.
- getAccessoryPanel() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
-
Returns a copy of the array of AC Huffman tables set on the
most recent call to setDecodeTables, or
null if tables are not currently set.
- getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
-
Returns a copy of the array of AC Huffman tables set on the
most recent call to setEncodeTables, or
null if tables are not currently set.
- getAcl() - Method in interface java.nio.file.attribute.AclFileAttributeView
-
Reads the access control list.
- getAction() - Method in class java.beans.EventHandler
-
Returns the name of the target's writable property
that this event handler will set,
or the name of the method that this event handler
will invoke on the target.
- getAction() - Method in class javax.swing.AbstractButton
-
Returns the currently set Action for this
ActionEvent source, or null
if no Action is set.
- getAction() - Method in class javax.swing.JComboBox
-
Returns the currently set Action for this
ActionEvent source, or null if no
Action is set.
- getAction() - Method in class javax.swing.JTextField
-
Returns the currently set Action for this
ActionEvent source, or null
if no Action is set.
- getAction(KeyStroke) - Method in interface javax.swing.text.Keymap
-
Fetches the action appropriate for the given symbolic
event sequence.
- getActionCommand() - Method in class java.awt.Button
-
Returns the command name of the action event fired by this button.
- getActionCommand() - Method in class java.awt.event.ActionEvent
-
Returns the command string associated with this action.
- getActionCommand() - Method in class java.awt.MenuItem
-
Gets the command name of the action event that is fired
by this menu item.
- getActionCommand() - Method in class java.awt.TrayIcon
-
Returns the command name of the action event fired by this tray icon.
- getActionCommand() - Method in class javax.swing.AbstractButton
-
Returns the action command for this button.
- getActionCommand() - Method in interface javax.swing.ButtonModel
-
Returns the action command string for the button.
- getActionCommand() - Method in class javax.swing.DefaultButtonModel
-
Returns the action command string for the button.
- getActionCommand() - Method in class javax.swing.JComboBox
-
Returns the action command that is included in the event sent to
action listeners.
- getActionCommand() - Method in class javax.swing.Timer
-
Returns the string that will be delivered as the action command
in ActionEvents fired by this timer.
- getActionForKeyStroke(KeyStroke) - Method in class javax.swing.JComponent
-
Returns the object that will perform the action registered for a
given keystroke.
- getActionListeners() - Method in class java.awt.Button
-
Returns an array of all the action listeners
registered on this button.
- getActionListeners() - Method in class java.awt.List
-
Returns an array of all the action listeners
registered on this list.
- getActionListeners() - Method in class java.awt.MenuItem
-
Returns an array of all the action listeners
registered on this menu item.
- getActionListeners() - Method in class java.awt.TextField
-
Returns an array of all the action listeners
registered on this textfield.
- getActionListeners() - Method in class java.awt.TrayIcon
-
Returns an array of all the action listeners
registered on this TrayIcon.
- getActionListeners() - Method in class javax.swing.AbstractButton
-
Returns an array of all the ActionListeners added
to this AbstractButton with addActionListener().
- getActionListeners() - Method in class javax.swing.DefaultButtonModel
-
Returns an array of all the action listeners
registered on this DefaultButtonModel.
- getActionListeners() - Method in class javax.swing.JComboBox
-
Returns an array of all the ActionListeners added
to this JComboBox with addActionListener().
- getActionListeners() - Method in class javax.swing.JFileChooser
-
Returns an array of all the action listeners
registered on this file chooser.
- getActionListeners() - Method in class javax.swing.JTextField
-
Returns an array of all the ActionListeners added
to this JTextField with addActionListener().
- getActionListeners() - Method in class javax.swing.Timer
-
Returns an array of all the action listeners registered
on this timer.
- getActionMap() - Method in class javax.swing.JComponent
-
Returns the ActionMap used to determine what
Action to fire for particular KeyStroke
binding.
- getActionMap() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getActions() - Method in class java.io.FilePermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class java.net.SocketPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class java.security.AllPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class java.security.BasicPermission
-
Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
a BasicPermission.
- getActions() - Method in class java.security.Permission
-
Returns the actions as a String.
- getActions() - Method in class java.security.UnresolvedPermission
-
Returns the canonical string representation of the actions,
which currently is the empty string "", since there are no actions for
an UnresolvedPermission.
- getActions() - Method in class java.util.PropertyPermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class javax.management.MBeanPermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class javax.security.auth.kerberos.ServicePermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class javax.security.auth.PrivateCredentialPermission
-
Returns the "canonical string representation" of the actions.
- getActions() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
Subclass and override if you wish to provide a custom set of
Actions.
- getActions() - Method in class javax.swing.JFormattedTextField
-
Fetches the command list for the editor.
- getActions() - Method in class javax.swing.JTextField
-
Fetches the command list for the editor.
- getActions() - Method in class javax.swing.text.DefaultEditorKit
-
Fetches the set of commands that can be used
on a text component that is using a model and
view produced by this kit.
- getActions() - Method in class javax.swing.text.EditorKit
-
Fetches the set of commands that can be used
on a text component that is using a model and
view produced by this kit.
- getActions() - Method in class javax.swing.text.html.HTMLEditorKit
-
Fetches the command list for the editor.
- getActions() - Method in class javax.swing.text.InternationalFormatter
-
If getSupportsIncrement returns true, this returns
two Actions suitable for incrementing/decrementing the value.
- getActions() - Method in class javax.swing.text.JTextComponent
-
Fetches the command list for the editor.
- getActions() - Method in class javax.swing.text.StyledEditorKit
-
Fetches the command list for the editor.
- getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
-
Returns the activation descriptor, for the object with the activation
identifier, id.
- getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
-
Returns the activation group descriptor, for the group
with the activation group identifier, id.
- getActiveCount() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns the approximate number of threads that are actively
executing tasks.
- getActiveThreadCount() - Method in class java.util.concurrent.ForkJoinPool
-
Returns an estimate of the number of threads that are currently
stealing or executing tasks.
- getActiveWindow() - Method in class java.awt.KeyboardFocusManager
-
Returns the active Window, if the active Window is in the same context
as the calling thread.
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement.
- getActualMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value that the specified calendar field
could have, given the time value of this
Calendar.
- getActualMaximum(int) - Method in class java.util.GregorianCalendar
-
- getActualMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value that the specified calendar field
could have, given the time value of this Calendar.
- getActualMinimum(int) - Method in class java.util.GregorianCalendar
-
- getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
-
Returns an array of Type objects representing the actual type
arguments to this type.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdditionalBeanInfo() - Method in interface java.beans.BeanInfo
-
This method allows a BeanInfo object to return an arbitrary collection
of other BeanInfo objects that provide additional information on the
current bean.
- getAdditionalBeanInfo() - Method in class java.beans.SimpleBeanInfo
-
Claim there are no other relevant BeanInfo objects.
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon
-
- getAdditionalHeight() - Method in class javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon
-
- getAddListenerMethod() - Method in class java.beans.EventSetDescriptor
-
Gets the method used to add event listeners.
- getAddress() - Method in class java.net.DatagramPacket
-
Returns the IP address of the machine to which this datagram is being
sent or from which the datagram was received.
- getAddress() - Method in class java.net.Inet4Address
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class java.net.Inet6Address
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class java.net.InetAddress
-
Returns the raw IP address of this InetAddress
object.
- getAddress() - Method in class java.net.InetSocketAddress
-
Gets the InetAddress.
- getAddress() - Method in class java.net.InterfaceAddress
-
Returns an InetAddress for this address.
- getAddress() - Method in interface javax.management.remote.JMXAddressable
-
The address of this object.
- getAddress() - Method in interface javax.management.remote.JMXConnectorServerMBean
-
The address of this connector server.
- getAddress() - Method in class javax.management.remote.rmi.RMIConnector
-
The address of this connector.
- getAddress() - Method in class javax.management.remote.rmi.RMIConnectorServer
-
- getAdjustable() - Method in class java.awt.event.AdjustmentEvent
-
Returns the Adjustable object where this event originated.
- getAdjustmentListeners() - Method in class java.awt.Scrollbar
-
Returns an array of all the adjustment listeners
registered on this scrollbar.
- getAdjustmentListeners() - Method in class java.awt.ScrollPaneAdjustable
-
Returns an array of all the adjustment listeners
registered on this ScrollPaneAdjustable.
- getAdjustmentListeners() - Method in class javax.swing.JScrollBar
-
Returns an array of all the AdjustmentListeners added
to this JScrollBar with addAdjustmentListener().
- getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
-
Returns the type of adjustment which caused the value changed
event.
- getAdler() - Method in class java.util.zip.Deflater
-
Returns the ADLER-32 value of the uncompressed data.
- getAdler() - Method in class java.util.zip.Inflater
-
Returns the ADLER-32 value of the uncompressed data.
- getAdvance() - Method in class java.awt.font.GlyphMetrics
-
Returns the advance of the glyph along the baseline (either
horizontal or vertical).
- getAdvance() - Method in class java.awt.font.GraphicAttribute
-
Returns the advance of this GraphicAttribute.
- getAdvance() - Method in class java.awt.font.ImageGraphicAttribute
-
Returns the advance of this ImageGraphicAttribute.
- getAdvance() - Method in class java.awt.font.ShapeGraphicAttribute
-
Returns the advance of this ShapeGraphicAttribute.
- getAdvance() - Method in class java.awt.font.TextLayout
-
Returns the advance of this TextLayout.
- getAdvanceBetween(int, int) - Method in class java.awt.font.TextMeasurer
-
Returns the graphical width of a line beginning at start
and including characters up to limit.
- getAdvanceX() - Method in class java.awt.font.GlyphMetrics
-
Returns the x-component of the advance of the glyph.
- getAdvanceY() - Method in class java.awt.font.GlyphMetrics
-
Returns the y-component of the advance of the glyph.
- getAffineX() - Method in class java.security.spec.ECPoint
-
Returns the affine x-coordinate x.
- getAffineY() - Method in class java.security.spec.ECPoint
-
Returns the affine y-coordinate y.
- getAfterIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in interface javax.accessibility.AccessibleText
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.JLabel.AccessibleJLabel
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.JPasswordField.AccessibleJPasswordField
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.ProgressMonitor.AccessibleProgressMonitor
-
Returns the String after a given index.
- getAfterIndex(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Returns the String after a given index.
- getAlgName() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the encryption algorithm.
- getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
-
Returns the standard name of the algorithm this parameter
generator is associated with.
- getAlgorithm() - Method in class java.security.AlgorithmParameters
-
Returns the name of the algorithm associated with this parameter object.
- getAlgorithm() - Method in class java.security.cert.CertPathBuilder
-
Returns the name of the algorithm of this CertPathBuilder.
- getAlgorithm() - Method in class java.security.cert.CertPathValidator
-
Returns the algorithm name of this CertPathValidator.
- getAlgorithm() - Method in interface java.security.Key
-
Returns the standard algorithm name for this key.
- getAlgorithm() - Method in class java.security.KeyFactory
-
Gets the name of the algorithm
associated with this KeyFactory.
- getAlgorithm() - Method in class java.security.KeyPairGenerator
-
Returns the standard name of the algorithm for this key pair generator.
- getAlgorithm() - Method in class java.security.MessageDigest
-
Returns a string that identifies the algorithm, independent of
implementation details.
- getAlgorithm() - Method in class java.security.Provider.Service
-
Return the name of the algorithm of this service.
- getAlgorithm() - Method in class java.security.SecureRandom
-
Returns the name of the algorithm implemented by this SecureRandom
object.
- getAlgorithm() - Method in class java.security.Signature
-
Returns the name of the algorithm for this signature object.
- getAlgorithm() - Method in class java.security.SignedObject
-
Retrieves the name of the signature algorithm.
- getAlgorithm() - Method in class javax.crypto.Cipher
-
Returns the algorithm name of this Cipher object.
- getAlgorithm() - Method in class javax.crypto.KeyAgreement
-
Returns the algorithm name of this KeyAgreement object.
- getAlgorithm() - Method in class javax.crypto.KeyGenerator
-
Returns the algorithm name of this KeyGenerator object.
- getAlgorithm() - Method in class javax.crypto.Mac
-
Returns the algorithm name of this Mac object.
- getAlgorithm() - Method in class javax.crypto.SealedObject
-
Returns the algorithm that was used to seal this object.
- getAlgorithm() - Method in class javax.crypto.SecretKeyFactory
-
Returns the algorithm name of this SecretKeyFactory object.
- getAlgorithm() - Method in class javax.crypto.spec.PSource
-
Returns the PSource algorithm name.
- getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
-
Returns the name of the algorithm associated with this secret key.
- getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
-
Returns the algorithm name of this KeyManagerFactory object.
- getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns the algorithm name of this TrustManagerFactory
object.
- getAlgorithm() - Method in class javax.security.auth.kerberos.KerberosKey
-
Returns the standard algorithm name for this key.
- getAlgorithm() - Method in interface javax.xml.crypto.AlgorithmMethod
-
Returns the algorithm URI of this AlgorithmMethod.
- getAlgorithm() - Method in class javax.xml.crypto.dsig.TransformService
-
Returns the URI of the algorithm supported by this
TransformService.
- getAlgorithmConstraints() - Method in class javax.net.ssl.SSLParameters
-
Returns the cryptographic algorithm constraints.
- getAlgorithmProperty(String, String) - Static method in class java.security.Security
-
Deprecated.
This method used to return the value of a proprietary
property in the master file of the "SUN" Cryptographic Service
Provider in order to determine how to parse algorithm-specific
parameters. Use the new provider-based and algorithm-independent
AlgorithmParameters and KeyFactory engine
classes (introduced in the J2SE version 1.2 platform) instead.
- getAlgorithms(String) - Static method in class java.security.Security
-
Returns a Set of Strings containing the names of all available
algorithms or types for the specified Java cryptographic service
(e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
- getAlgParameters() - Method in class javax.crypto.EncryptedPrivateKeyInfo
-
Returns the algorithm parameters used by the encryption algorithm.
- getAlias() - Method in class javax.security.auth.x500.X500PrivateCredential
-
Returns the KeyStore alias.
- getAlignedSizeRequirements(SizeRequirements[]) - Static method in class javax.swing.SizeRequirements
-
Determines the total space necessary to
align a set of components.
- getAlignment() - Method in class java.awt.FlowLayout
-
Gets the alignment for this layout.
- getAlignment() - Method in class java.awt.font.GraphicAttribute
-
Returns the alignment of this GraphicAttribute.
- getAlignment() - Method in class java.awt.Label
-
Gets the current alignment of this label.
- getAlignment(int) - Method in class javax.swing.text.BoxView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(int) - Method in class javax.swing.text.ComponentView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(int) - Method in class javax.swing.text.GlyphView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(int) - Method in class javax.swing.text.html.BlockView
-
Gets the alignment.
- getAlignment(int) - Method in class javax.swing.text.html.ImageView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(int) - Method in class javax.swing.text.html.ListView
-
Calculates the desired shape of the list.
- getAlignment(int) - Method in class javax.swing.text.IconView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(int) - Method in class javax.swing.text.ParagraphView
-
Determines the desired alignment for this view along an
axis.
- getAlignment(AttributeSet) - Static method in class javax.swing.text.StyleConstants
-
Gets the alignment setting.
- getAlignment() - Method in class javax.swing.text.TabStop
-
Returns the alignment, as an integer, of the tab.
- getAlignment(int) - Method in class javax.swing.text.View
-
Determines the desired alignment for this view along an
axis.
- getAlignmentX() - Method in class java.awt.Component
-
Returns the alignment along the x axis.
- getAlignmentX() - Method in class java.awt.Container
-
Returns the alignment along the x axis.
- getAlignmentX() - Method in class javax.swing.JComponent
-
Overrides Container.getAlignmentX to return
the vertical alignment.
- getAlignmentY() - Method in class java.awt.Component
-
Returns the alignment along the y axis.
- getAlignmentY() - Method in class java.awt.Container
-
Returns the alignment along the y axis.
- getAlignmentY() - Method in class javax.swing.JComponent
-
Overrides Container.getAlignmentY to return
the horizontal alignment.
- getAlignOnBaseline() - Method in class java.awt.FlowLayout
-
Returns true if components are to be vertically aligned along
their baseline.
- getAll(String[]) - Method in interface javax.management.openmbean.CompositeData
-
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
- getAll(String[]) - Method in class javax.management.openmbean.CompositeDataSupport
-
Returns an array of the values of the items whose names are specified by
keys, in the same order as keys.
- getAll() - Method in class javax.naming.CompositeName
-
Retrieves the components of this composite name as an enumeration
of strings.
- getAll() - Method in class javax.naming.CompoundName
-
Retrieves the components of this compound name as an enumeration
of strings.
- getAll() - Method in interface javax.naming.directory.Attribute
-
Retrieves an enumeration of the attribute's values.
- getAll() - Method in interface javax.naming.directory.Attributes
-
Retrieves an enumeration of the attributes in the attribute set.
- getAll() - Method in class javax.naming.directory.BasicAttribute
-
Retrieves an enumeration of this attribute's values.
- getAll() - Method in class javax.naming.directory.BasicAttributes
-
- getAll() - Method in class javax.naming.ldap.LdapName
-
Retrieves the components of this name as an enumeration
of strings.
- getAll() - Method in interface javax.naming.Name
-
Retrieves the components of this name as an enumeration
of strings.
- getAll() - Method in class javax.naming.Reference
-
Retrieves an enumeration of the addresses in this reference.
- getAllAnnotationMirrors(Element) - Method in interface javax.lang.model.util.Elements
-
Returns all annotations of an element, whether
inherited or directly present.
- getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
-
Returns the keys of all attributes defined on the
iterator's text range.
- getAllAttributeKeys() - Static method in class javax.swing.text.html.CSS
-
Return the set of all possible CSS attribute keys.
- getAllAttributeKeys() - Static method in class javax.swing.text.html.HTML
-
Returns the set of HTML attributes recognized.
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator over all of the attribute
Name objects in this
SOAPElement object.
- getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator over all of the attributes
in this SOAPElement as QName objects.
- getAllByName(String) - Static method in class java.net.InetAddress
-
Given the name of a host, returns an array of its IP addresses,
based on the configured name service on the system.
- getAllCommands(String) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands(String, DataSource) - Method in class javax.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands() - Method in class javax.activation.DataHandler
-
Return all the commands for this type of data.
- getAllCommands(String) - Method in class javax.activation.MailcapCommandMap
-
Get all the available commands in all mailcap files known to
this instance of MailcapCommandMap for this MIME type.
- getAllFonts() - Method in class java.awt.GraphicsEnvironment
-
Returns an array containing a one-point size instance of all fonts
available in this GraphicsEnvironment.
- getAllFrames() - Method in class javax.swing.JDesktopPane
-
Returns all JInternalFrames currently displayed in the
desktop.
- getAllFramesInLayer(int) - Method in class javax.swing.JDesktopPane
-
Returns all JInternalFrames currently displayed in the
specified layer of the desktop.
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeaders in this MimeHeaders object.
- getAllLoadedClasses() - Method in interface java.lang.instrument.Instrumentation
-
Returns an array of all classes currently loaded by the JVM.
- getAllMembers(TypeElement) - Method in interface javax.lang.model.util.Elements
-
Returns all members of a type element, whether inherited or
declared directly.
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart object
as an iterator over the MimeHeader objects.
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart object
as an iterator over the MimeHeader objects.
- getAllNotificationIDs() - Method in class javax.management.timer.Timer
-
Gets all timer notification identifiers registered into the list of notifications.
- getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
-
Gets all timer notification identifiers registered into the list of notifications.
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns true if the receiver allows children.
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.BranchElement
-
Returns true if the receiver allows children.
- getAllowsChildren() - Method in class javax.swing.text.AbstractDocument.LeafElement
-
Returns true if the receiver allows children.
- getAllowsChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Returns true if this node is allowed to have children.
- getAllowsChildren() - Method in interface javax.swing.tree.TreeNode
-
Returns true if the receiver allows children.
- getAllowsInvalid() - Method in class javax.swing.text.DefaultFormatter
-
Returns whether or not the value being edited is allowed to be invalid
for a length of time.
- getAllowUserInteraction() - Method in class java.net.URLConnection
-
Returns the value of the allowUserInteraction field for
this object.
- getAllRelationIds() - Method in class javax.management.relation.RelationService
-
Returns all the relation ids for all the relations handled by the
Relation Service.
- getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
-
Returns all the relation ids for all the relations handled by the
Relation Service.
- getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
-
Retrieves names of all known relation types.
- getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
-
Retrieves names of all known relation types.
- getAllRoles() - Method in interface javax.management.relation.Relation
-
Returns all roles present in the relation.
- getAllRoles(String) - Method in class javax.management.relation.RelationService
-
Returns all roles present in the relation.
- getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
-
Returns all roles present in the relation.
- getAllRoles() - Method in class javax.management.relation.RelationSupport
-
Returns all roles present in the relation.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of stack traces for all live threads.
- getAllTags() - Static method in class javax.swing.text.html.HTML
-
Returns the set of actual HTML tags that
are recognized by the default HTML reader.
- getAllThreadIds() - Method in interface java.lang.management.ThreadMXBean
-
Returns all live thread IDs.
- getAlpha() - Method in class java.awt.AlphaComposite
-
Returns the alpha value of this AlphaComposite.
- getAlpha() - Method in class java.awt.Color
-
Returns the alpha component in the range 0-255.
- getAlpha(int) - Method in class java.awt.image.ColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(Object) - Method in class java.awt.image.ColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(int) - Method in class java.awt.image.ComponentColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(Object) - Method in class java.awt.image.ComponentColorModel
-
Returns the alpha component for the specified pixel, scaled from
0 to 255.
- getAlpha(int) - Method in class java.awt.image.DirectColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(Object) - Method in class java.awt.image.DirectColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlpha(int) - Method in class java.awt.image.IndexColorModel
-
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
- getAlphaMask() - Method in class java.awt.image.DirectColorModel
-
Returns the mask indicating which bits in an int pixel
representation contain the alpha component.
- getAlphaRaster() - Method in class java.awt.image.BufferedImage
-
Returns a WritableRaster representing the alpha
channel for BufferedImage objects
with ColorModel objects that support a separate
spatial alpha channel, such as ComponentColorModel and
DirectColorModel.
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
-
Returns a Raster representing the alpha channel of an
image, extracted from the input Raster, provided that
pixel values of this ColorModel represent color and
alpha information as separate spatial bands (e.g.
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
-
Returns a Raster representing the alpha channel of an image,
extracted from the input Raster.
- getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
-
Returns a
WritableRaster representing the alpha channel of
an image, extracted from the input
WritableRaster.
- getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
-
Copies the array of alpha transparency components into the
specified array.
- getAlternatives() - Method in interface javax.lang.model.type.UnionType
-
Return the alternatives comprising this union type.
- getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'alt' key was depressed during the firing
of the event.
- getAltName() - Method in exception javax.naming.CannotProceedException
-
Retrieves the altName field of this exception.
- getAltNameCtx() - Method in exception javax.naming.CannotProceedException
-
Retrieves the altNameCtx field of this exception.
- getAltText() - Method in class javax.swing.text.html.ImageView
-
Returns the text to display if the image can't be loaded.
- getAmountFull(Insets, int, int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
This determines the amount of the progress bar that should be filled
based on the percent done gathered from the model.
- getAmPmStrings() - Method in class java.text.DateFormatSymbols
-
Gets ampm strings.
- getAncestor() - Method in class javax.swing.event.AncestorEvent
-
Returns the ancestor that the event actually occurred on.
- getAncestorListeners() - Method in class javax.swing.JComponent
-
Returns an array of all the ancestor listeners
registered on this component.
- getAncestorNamed(String, Component) - Static method in class javax.swing.SwingUtilities
-
Convenience method for searching above comp in the
component hierarchy and returns the first object of name it
finds.
- getAncestorOfClass(Class<?>, Component) - Static method in class javax.swing.SwingUtilities
-
Convenience method for searching above comp in the
component hierarchy and returns the first object of class c it
finds.
- getAncestorParent() - Method in class javax.swing.event.AncestorEvent
-
Returns the parent of the ancestor the event actually occurred on.
- getAnchorRect() - Method in class java.awt.TexturePaint
-
Returns a copy of the anchor rectangle which positions and
sizes the textured image.
- getAnchorSelectionIndex() - Method in class javax.swing.DefaultListSelectionModel
-
Return the first index argument from the most recent call to
setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getAnchorSelectionIndex() - Method in class javax.swing.JList
-
Returns the anchor selection index.
- getAnchorSelectionIndex() - Method in interface javax.swing.ListSelectionModel
-
Return the first index argument from the most recent call to
setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
- getAnchorSelectionPath() - Method in class javax.swing.JTree
-
Returns the path identified as the anchor.
- getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically adds the given value to the current value.
- getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically adds the given value to the current value.
- getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically decrements by one the current value.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically decrements by one the current value.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically increments by one the current value.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically increments by one the element at index i.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically increments by one the current value.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically increments by one the element at index i.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets to the given value and returns the previous value.
- getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically sets the element at position i to the given value
and returns the old value.
- getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAngleExtent() - Method in class java.awt.geom.Arc2D.Double
-
Returns the angular extent of the arc.
- getAngleExtent() - Method in class java.awt.geom.Arc2D.Float
-
Returns the angular extent of the arc.
- getAngleExtent() - Method in class java.awt.geom.Arc2D
-
Returns the angular extent of the arc.
- getAngleStart() - Method in class java.awt.geom.Arc2D.Double
-
Returns the starting angle of the arc.
- getAngleStart() - Method in class java.awt.geom.Arc2D.Float
-
Returns the starting angle of the arc.
- getAngleStart() - Method in class java.awt.geom.Arc2D
-
Returns the starting angle of the arc.
- getAnimationIndex() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
Gets the index of the current animation frame.
- getAnnotation(Class<A>) - Method in class java.lang.Class
-
- getAnnotation(Class<A>) - Method in class java.lang.Package
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
-
- getAnnotation(Class<A>) - Method in interface javax.lang.model.element.Element
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotationMirrors() - Method in interface javax.lang.model.element.Element
-
Returns the annotations that are directly present on this element.
- getAnnotations() - Method in class java.lang.Class
-
- getAnnotations() - Method in class java.lang.Package
-
- getAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns all annotations present on this element.
- getAnnotationType() - Method in interface javax.lang.model.element.AnnotationMirror
-
Returns the type of this annotation.
- getAnonymityState() - Method in interface org.ietf.jgss.GSSContext
-
Determines if the context initiator is
anonymously authenticated to the context acceptor.
- getAnonymousLogger() - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getAnonymousLogger(String) - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getAntiAliasingHint() - Method in class java.awt.font.FontRenderContext
-
Return the text anti-aliasing rendering mode hint used in this
FontRenderContext.
- getAppConfigurationEntry(String) - Method in class javax.security.auth.login.Configuration
-
Retrieve the AppConfigurationEntries for the specified name
from this Configuration.
- getApplet(String) - Method in interface java.applet.AppletContext
-
Finds and returns the applet in the document represented by this
applet context with the given name.
- getAppletContext() - Method in class java.applet.Applet
-
Determines this applet's context, which allows the applet to
query and affect the environment in which it runs.
- getAppletContext() - Method in interface java.applet.AppletStub
-
Returns the applet's context.
- getAppletInfo() - Method in class java.applet.Applet
-
Returns information about this applet.
- getApplets() - Method in interface java.applet.AppletContext
-
Finds all the applets in the document represented by this applet
context.
- getApplicationBufferSize() - Method in interface javax.net.ssl.SSLSession
-
Gets the current size of the largest application data that is
expected when using this session.
- getApplicationData() - Method in class org.ietf.jgss.ChannelBinding
-
Get the application specified data for this channel binding.
- getApproveButton(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButton(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- getApproveButtonMnemonic() - Method in class javax.swing.JFileChooser
-
Returns the approve button's mnemonic.
- getApproveButtonMnemonic(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButtonText() - Method in class javax.swing.JFileChooser
-
Returns the text used in the ApproveButton in the
FileChooserUI.
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-
- getApproveButtonText(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
Invokes the getApproveButtonText method on each UI handled by this object.
- getApproveButtonToolTipText() - Method in class javax.swing.JFileChooser
-
Returns the tooltip text used in the ApproveButton.
- getApproveButtonToolTipText(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getApproveSelectionAction() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- getArch() - Method in interface java.lang.management.OperatingSystemMXBean
-
Returns the operating system architecture.
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
-
Gets the height of the arc that rounds off the corners.
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
-
Gets the height of the arc that rounds off the corners.
- getArcHeight() - Method in class java.awt.geom.RoundRectangle2D
-
Gets the height of the arc that rounds off the corners.
- getArcType() - Method in class java.awt.geom.Arc2D
-
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
-
Gets the width of the arc that rounds off the corners.
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
-
Gets the width of the arc that rounds off the corners.
- getArcWidth() - Method in class java.awt.geom.RoundRectangle2D
-
Gets the width of the arc that rounds off the corners.
- getAreaOfInterest() - Method in class java.awt.image.renderable.RenderContext
-
Gets the ares of interest currently contained in the
RenderContext.
- getArgument() - Method in exception javax.lang.model.element.UnknownAnnotationValueException
-
Returns the additional argument.
- getArgument() - Method in exception javax.lang.model.element.UnknownElementException
-
Returns the additional argument.
- getArgument() - Method in exception javax.lang.model.type.UnknownTypeException
-
Returns the additional argument.
- getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
-
Returns the class of the mismatched argument.
- getArguments() - Method in class java.beans.Statement
-
Returns the arguments for the method to invoke.
- getArray() - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY value designated
by this
Array object in the form of an array in the Java
programming language.
- getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retrieves the contents of the SQL ARRAY value designated by this
Array object.
- getArray(long, int) - Method in interface java.sql.Array
-
Retrieves a slice of the SQL ARRAY
value designated by this Array object, beginning with the
specified index and containing up to count
successive elements of the SQL array.
- getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
-
Retreives a slice of the SQL ARRAY value
designated by this Array object, beginning with the specified
index and containing up to count
successive elements of the SQL array.
- getArray(int) - Method in interface java.sql.CallableStatement
-
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array object in the Java programming language.
- getArray(String) - Method in interface java.sql.CallableStatement
-
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the Java programming language.
- getArray(int) - Method in interface java.sql.ResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Array object
in the Java programming language.
- getArray(String) - Method in interface java.sql.