Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

G

GAME_DOWN - Static variable in class com.codename1.ui.Display
Game action for down key
GAME_DOWN - Static variable in class com.sun.lwuit.Display
Game action for down key
GAME_FIRE - Static variable in class com.codename1.ui.Display
Game action for fire
GAME_FIRE - Static variable in class com.sun.lwuit.Display
Game action for fire
GAME_LEFT - Static variable in class com.codename1.ui.Display
Game action for left key
GAME_LEFT - Static variable in class com.sun.lwuit.Display
Game action for left key
GAME_RIGHT - Static variable in class com.codename1.ui.Display
Game action for right key
GAME_RIGHT - Static variable in class com.sun.lwuit.Display
Game action for right key
GAME_UP - Static variable in class com.codename1.ui.Display
Game action for UP key
GAME_UP - Static variable in class com.sun.lwuit.Display
Game action for UP key
gameKeyPress(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
gameKeyPress(int) - Static method in class com.codename1.testing.TestUtils
Simulates a game key press
gameKeyRelease(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
gameKeyRelease(int) - Static method in class com.codename1.testing.TestUtils
Simulates a game key release
GatheringByteChannel - Interface in java.nio.channels
A channel that can write bytes from a sequence of buffers.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
gc indicates to the VM that it may be a good time to run 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.
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "General Punctuation" Unicode character block.
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).
generate(DoubleSupplier) - Static method in interface java.util.stream.DoubleStream
Returns an infinite sequential unordered stream where each element is generated by the provided DoubleSupplier.
generate(IntSupplier) - Static method in interface java.util.stream.IntStream
Returns an infinite sequential unordered stream where each element is generated by the provided IntSupplier.
generate(LongSupplier) - Static method in interface java.util.stream.LongStream
Returns an infinite sequential unordered stream where each element is generated by the provided LongSupplier.
generate(Supplier<T>) - Static method in interface java.util.stream.Stream
Returns an infinite sequential unordered stream where each element is generated by the provided Supplier.
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.
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.
generatePeerImage() - Method in class com.codename1.ui.PeerComponent
The native implementation should implement this method to generate a native peer image representing the component
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSecret() - Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset inclusive.
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
generic() - 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.
GenericListCellRenderer<T> - Class in com.codename1.ui.list
The generic list cell renderer can display containers or arbitrary Codename One components as items in a list.
GenericListCellRenderer(Component, Component) - Constructor for class com.codename1.ui.list.GenericListCellRenderer
Constructs a generic renderer with the given selected/unselected components
GenericListCellRenderer(Component, Component, Component, Component) - Constructor for class com.codename1.ui.list.GenericListCellRenderer
Constructs a generic renderer with the given selected/unselected components for odd/even values allowing a "pinstripe" effect
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
Constructs a new GenericSignatureFormatError.
GenericSignatureFormatError(String) - Constructor for error java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError with the specified message.
GenericSpinner - Class in com.codename1.ui.spinner
A spinner class that allows arbitrary values, this is effectively a combo box replacement for platforms where a combo box is not available
GenericSpinner() - Constructor for class com.codename1.ui.spinner.GenericSpinner
Default constructor
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.
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 com.codename1.io.CacheMap
Returns the object matching the given key
get(String, String) - Static method in class com.codename1.io.Preferences
Gets the value as a String
get(String, int) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, long) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, double) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, float) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String, boolean) - Static method in class com.codename1.io.Preferences
Gets the value as a number
get(String) - Method in class com.codename1.javascript.JavascriptContext
Executes a javascript string and returns the result of the execution as an appropriate object value depending on the type of value that was returned.
get(String) - Method in class com.codename1.javascript.JSObject
Returns a member variable of the Javascript object.
get(int) - Method in class com.codename1.javascript.JSObject
This method is useful only for JSObjects that encapsulate Javascript arrays.
get(String) - Method in class com.codename1.processing.Result
Get the object value from the requested path.
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(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(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.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(Object) - Method in class java.security.Provider
 
get(TemporalUnit) - Method in interface java.time.chrono.ChronoPeriod
Gets the value of the requested unit.
get(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
get(TemporalField) - Method in interface java.time.chrono.Era
Gets the value of the specified field from this era as an int.
get(TemporalField) - Method in enum java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as an int.
get(TemporalUnit) - Method in class java.time.Duration
Gets the value of the requested unit.
get(TemporalField) - Method in class java.time.Instant
Gets the value of the specified field from this instant as an int.
get(TemporalField) - Method in class java.time.LocalDate
Gets the value of the specified field from this date as an int.
get(TemporalField) - Method in class java.time.LocalDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.LocalTime
Gets the value of the specified field from this time as an int.
get(TemporalField) - Method in enum java.time.Month
Gets the value of the specified field from this month-of-year as an int.
get(TemporalField) - Method in class java.time.MonthDay
Gets the value of the specified field from this month-day as an int.
get(TemporalField) - Method in class java.time.OffsetDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.OffsetTime
Gets the value of the specified field from this time as an int.
get(TemporalUnit) - Method in class java.time.Period
Gets the value of the requested unit.
get(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the value of the specified field as an int.
get(TemporalUnit) - Method in interface java.time.temporal.TemporalAmount
Returns the value of the requested unit.
get(TemporalField) - Method in class java.time.Year
Gets the value of the specified field from this year as an int.
get(TemporalField) - Method in class java.time.YearMonth
Gets the value of the specified field from this year-month as an int.
get(TemporalField) - Method in class java.time.ZonedDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.ZoneOffset
Gets the value of the specified field from this offset as an int.
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() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the current value.
get() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the current value.
get() - Method in class java.util.concurrent.CompletableFuture
Waits if necessary for this future to complete, and then returns its result.
get(long, TimeUnit) - Method in class java.util.concurrent.CompletableFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
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() - Method in interface java.util.function.Supplier
Gets a result.
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() - Method in class java.util.Optional
If a value is present in this Optional, returns the value, otherwise throws NoSuchElementException.
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 - Static variable in interface javax.microedition.io.HttpConnection
 
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.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getA() - Method in class java.security.spec.EllipticCurve
Returns the first coefficient a of the elliptic curve.
getAbout() - Method in class com.codename1.facebook.Page
Simple Getter
getAbout() - Method in class com.codename1.facebook.User
 
getAbsoluteAlignment() - Method in class com.codename1.ui.TextArea
Deprecated.
this method is redundant and no longer used
getAbsoluteAlignment() - Method in class com.sun.lwuit.TextArea
Returns the absolute alignment of the TextArea In RTL LEFT alignment is actually RIGHT, but this method returns the actual alignment
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.
getAbsoluteX() - Method in class com.codename1.ui.Component
Returns the absolute X location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAbsoluteX() - Method in class com.sun.lwuit.Component
Returns the absolute X location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAbsoluteY() - Method in class com.codename1.ui.Component
Returns the absolute Y location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAbsoluteY() - Method in class com.sun.lwuit.Component
Returns the absolute Y location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX()
getAcceptedIssuers() - Method in interface javax.net.ssl.X509TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAccessPermissions() - Method in class com.codename1.cloud.CloudObject
The access permissions for an object can only be changed for an object in which the current user is the owner
getAccuracy() - Method in class com.codename1.location.Location
Returns the horizontal accuracy of the location in meters
getAcl() - Method in interface java.nio.file.attribute.AclFileAttributeView
Reads the access control list.
getActionCommand() - Method in class java.awt.event.ActionEvent
Returns the command string associated with this action.
getActionListeners() - Method in class com.codename1.components.OnOffSwitch
Deprecated.
use the version that returns a collection
getActionListeners() - Method in class com.codename1.ui.Button
Deprecated.
use getListeners instead
getActionListeners() - Method in class com.codename1.ui.list.ContainerList
Deprecated.
use getListeners instead
getActionListeners() - Method in class com.codename1.ui.List
Deprecated.
use getListeners instead
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.net.URLPermission
Returns the normalized method list and request header list, in the form:
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.microedition.xlet.ixc.IxcPermission
 
getActions() - Method in class javax.security.auth.PrivateCredentialPermission
Returns the "canonical string representation" of the actions.
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.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualRows() - Method in class com.codename1.ui.TextArea
Returns the number of actual rows in the text area taking into consideration growsByContent
getActualRows() - Method in class com.sun.lwuit.TextArea
Returns the number of actual rows in the text area taking into consideration growsByContent
getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
Returns an array of Type objects representing the actual type arguments to this type.
getAd() - Method in class com.codename1.components.Ads
HTML ad received from the server
getAdapter() - Method in class com.codename1.ui.list.GenericListCellRenderer
The adapter used when dealing with image URL's
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.microedition.io.Datagram
 
getAddress() - Method in interface javax.microedition.io.SocketConnection
 
getAddresses() - Method in class com.codename1.contacts.Contact
Gets the Contact Addresses, the Hashtable contains key/value pairs where the key is a String which represents the type of the Address, types can be: "home", "work", "other" the value is an Address Object.
getAdjustable() - Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
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.
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.
getAge() - Method in class com.codename1.components.Ads
Users age
getAlbum(String, Album, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest an album from an albumId
getAlbum(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Album from a albumId This is a sync method it will block until a response it returned
getAlbumPhotos(String, DefaultListModel, int, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the albums photos
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.
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.
getAlign() - Method in class com.codename1.ui.layouts.FlowLayout
Alignment of the flow layout, defaults to LEFT
getAlignment() - Method in class com.codename1.ui.Label
Deprecated.
use Style.getAlignment instead
getAlignment() - Method in class com.codename1.ui.plaf.Style
Returns the alignment of the Label
getAlignment() - Method in class com.codename1.ui.TextArea
Deprecated.
use Style.getAlignment instead
getAlignment() - Method in class com.sun.lwuit.Label
Returns the alignment of the Label
getAlignment() - Method in class com.sun.lwuit.TextArea
Returns the alignment of the TextArea
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.
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.
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
Returns the keys of all attributes defined on the iterator's text range.
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.
getAllContacts() - Static method in class com.codename1.contacts.ContactsManager
This method returns all contacts IDs
getAllContacts(boolean) - Method in class com.codename1.ui.Display
Gets all contacts from the address book of the device
getAllContactsWithNumbers() - Static method in class com.codename1.contacts.ContactsManager
This method returns all contacts that has a phone number
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAlpha() - Method in class com.codename1.ui.Graphics
Returnes the alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
getAlpha() - Method in class com.sun.lwuit.Graphics
Returnes the alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
getAlpha(int) - 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.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.
getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of alpha transparency components into the specified array.
getAltitude() - Method in class com.codename1.location.Location
Returns the altitude of this Location
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAmPmStrings() - Method in class com.codename1.l10n.DateFormatSymbols
 
getAmPmStrings() - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAndAccumulate(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
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.
getAndUpdate(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAnimation() - Method in class com.codename1.components.InfiniteProgress
 
getAnimation(int) - Method in class com.codename1.ui.animations.Timeline
Returns the animation object in the given offset
getAnimation(int) - Method in class com.sun.lwuit.animations.Timeline
Returns the animation object in the given offset
getAnimation(String) - Method in class com.sun.lwuit.util.Resources
Deprecated.
use getImage(String) instead
getAnimationAt(int, int) - Method in class com.codename1.ui.animations.Timeline
Returns the animation object at the given X/Y coordinate in the timeline for the current frame.
getAnimationAt(int, int) - Method in class com.sun.lwuit.animations.Timeline
Returns the animation object at the given X/Y coordinate in the timeline for the current frame.
getAnimationCount() - Method in class com.codename1.ui.animations.Timeline
Returns the number of animation objects in this timeline
getAnimationCount() - Method in class com.sun.lwuit.animations.Timeline
Returns the number of animation objects in this timeline
getAnimationDelay() - Method in class com.codename1.ui.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
getAnimationDelay() - Method in class com.sun.lwuit.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
getAnimationResourceNames() - Method in class com.sun.lwuit.util.Resources
Deprecated.
use getImageResourceNames instead
getAnnotatedActualTypeArguments() - Method in interface java.lang.reflect.AnnotatedParameterizedType
Returns the potentially annotated actual type arguments of this parameterized type.
getAnnotatedBounds() - Method in interface java.lang.reflect.AnnotatedTypeVariable
Returns the potentially annotated bounds of this type variable.
getAnnotatedBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of AnnotatedType objects that represent the use of types to denote the upper bounds of the type parameter represented by this TypeVariable.
getAnnotatedExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify the declared exceptions of the method/constructor represented by this Executable.
getAnnotatedGenericComponentType() - Method in interface java.lang.reflect.AnnotatedArrayType
Returns the potentially annotated generic component type of this array type.
getAnnotatedInterfaces() - Method in class java.lang.Class
Returns an array of AnnotatedType objects that represent the use of types to specify superinterfaces of the entity represented by this Class object.
getAnnotatedLowerBounds() - Method in interface java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated lower bounds of this wildcard type.
getAnnotatedParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify formal parameter types of the method/constructor represented by this Executable.
getAnnotatedReceiverType() - Method in class java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReceiverType() - Method in class java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReturnType() - Method in class java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - Method in class java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - Method in class java.lang.reflect.Method
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedSuperclass() - Method in class java.lang.Class
Returns an AnnotatedType object that represents the use of a type to specify the superclass of the entity represented by this Class object.
getAnnotatedType() - Method in class java.lang.reflect.Field
Returns an AnnotatedType object that represents the use of a type to specify the declared type of the field represented by this Field.
getAnnotatedType() - Method in class java.lang.reflect.Parameter
Returns an AnnotatedType object that represents the use of a type to specify the type of the formal parameter represented by this Parameter.
getAnnotatedUpperBounds() - Method in interface java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated upper bounds of this wildcard type.
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
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.Executable
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.Field
 
getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
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.Parameter
Returns this element's annotation for the specified type if such an annotation is present, else null.
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 annotations that are present on this element.
getAnnotations() - Method in class java.lang.reflect.Parameter
Returns annotations that are present on this element.
getAnnotationsByType(Class<A>) - Method in class java.lang.Class
 
getAnnotationsByType(Class<A>) - Method in class java.lang.Package
 
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Executable
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Field
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
Returns annotations that are associated with this element.
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.
getAPIds() - Method in class com.codename1.io.NetworkManager
Returns the ids of the access points available if supported
getAPName(String) - Method in class com.codename1.io.NetworkManager
Returns the user displayable name for the given access point
getAppConfigurationEntry(String) - Method in class javax.security.auth.login.Configuration
Retrieve the AppConfigurationEntries for the specified name from this Configuration.
getAppHomePath() - Method in class com.codename1.io.FileSystemStorage
This will return the application home directory.
getAppID() - Method in class com.codename1.components.Ads
Simple getter of the unique identifier of the app on the ads service network.
getAppId() - Method in class com.codename1.facebook.ui.LikeButton
 
getApplicationBufferSize() - Method in interface javax.net.ssl.SSLSession
Gets the current size of the largest application data that is expected when using this session.
getAPType(String) - Method in class com.codename1.io.NetworkManager
Returns the type of the access point
getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getArray() - Method in interface java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object.
getArray(long, int) - Method in interface java.sql.Array
Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
Retreives a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArrivedParties() - Method in class java.util.concurrent.Phaser
Returns the number of registered parties that have arrived at the current phase of this phaser.
getArrowHeight() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Returns the arrow height in pixels
getArrowSegmentLength() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Gets the arrow segment length
getArrowWidth() - Method in class com.codename1.maps.layers.ArrowLinesLayer
Gets the arrow width in pixels
getAsArray(String) - Method in class com.codename1.processing.Result
Get a List of values from the requested path.
getAsBoolean(String) - Method in class com.codename1.processing.Result
Get a boolean value from the requested path.
getAsBoolean() - Method in interface java.util.function.BooleanSupplier
Gets a result.
getAsBooleanArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsciiName() - Method in class javax.net.ssl.SNIHostName
Returns the StandardCharsets.US_ASCII-compliant hostname of this SNIHostName object.
getAsciiStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAsciiStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsDouble(String) - Method in class com.codename1.processing.Result
Get a double value from the requested path.
getAsDouble() - Method in interface java.util.function.DoubleSupplier
Gets a result.
getAsDouble() - Method in class java.util.OptionalDouble
If a value is present in this OptionalDouble, returns the value, otherwise throws NoSuchElementException.
getAsDoubleArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsInt() - Method in interface java.util.function.IntSupplier
Gets a result.
getAsInt() - Method in class java.util.OptionalInt
If a value is present in this OptionalInt, returns the value, otherwise throws NoSuchElementException.
getAsInteger(String) - Method in class com.codename1.processing.Result
Get an integer value from the requested path.
getAsIntegerArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAsLong(String) - Method in class com.codename1.processing.Result
Get an long value from the requested path.
getAsLong() - Method in interface java.util.function.LongSupplier
Gets a result.
getAsLong() - Method in class java.util.OptionalLong
If a value is present in this OptionalLong, returns the value, otherwise throws NoSuchElementException.
getAsLongArray(String) - Method in class com.codename1.processing.Result
Get an array of values from the requested path.
getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
Get the stylesheet specification(s) associated with the XML Source document via the xml-stylesheet processing instruction that match the given criteria.
getAsString(String) - Method in class com.codename1.processing.Result
Get a string value from the requested path.
getAsStringArray(String) - Method in class com.codename1.processing.Result
Get an array of string values from the requested path.
getAsync() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAsyncMode() - Method in class java.util.concurrent.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAttachment() - Method in class com.codename1.messaging.Message
Gets the message attachment file path
getAttachmentMimeType() - Method in class com.codename1.messaging.Message
Gets the attachment mime type
getAttachments() - Method in class com.codename1.messaging.Message
Returns the attachment map which can be used to add multiple attachments
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(String) - Method in class com.codename1.ui.html.HTMLElement
 
getAttribute(String) - Method in class com.codename1.xml.Element
Returns the attribute value by its name (or null if it wasn't defined for this element)
getAttribute(Path, String, LinkOption...) - Static method in class java.nio.file.Files
Reads the value of a file attribute.
getAttribute(String) - Method in class java.nio.file.FileStore
Reads the value of a file store attribute.
getAttribute(String) - Method in class java.security.Provider.Service
Return the value of the specified attribute or null if this attribute is not set for this Service.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the value of the named attribute for the current character.
getAttribute(String, int) - Method in interface javax.script.ScriptContext
Gets the value of an attribute in a given scope.
getAttribute(String) - Method in interface javax.script.ScriptContext
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
getAttribute(String) - Method in class javax.script.SimpleScriptContext
Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
getAttribute(String, int) - Method in class javax.script.SimpleScriptContext
Gets the value of an attribute in a given scope.
getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeById(int) - Method in class com.codename1.ui.html.HTMLElement
Returns an HTMLElement's attribute by the attribute's ID (One of the ATTR_* constants)
getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
Returns the attribute referred to by this name
getAttributeCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeLocalName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index
getAttributeName(Integer) - Method in class com.codename1.ui.html.HTMLElement
Returns the attribute name of the requested attribute
getAttributeName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the qname of the attribute at the provided index
getAttributeNamespace(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributes() - Method in class com.codename1.xml.Element
Returns the attributes Hashtable
getAttributes() - Method in class java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - Method in interface java.security.KeyStore.Entry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.PrivateKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.SecretKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.TrustedCertificateEntry
Retrieves the attributes associated with an entry.
getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAttributes() - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes() - Method in interface java.text.AttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes(String) - Method in class java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAttributes() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of non-namespace declared attributes declared on this START_ELEMENT, returns an empty iterator if there are no attributes.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributesScope(String) - Method in interface javax.script.ScriptContext
Get the lowest scope in which an attribute is defined.
getAttributesScope(String) - Method in class javax.script.SimpleScriptContext
Get the lowest scope in which an attribute is defined.
getAttributeType(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index
getAttributeTypeInfo(int) - Method in class javax.xml.validation.TypeInfoProvider
Returns the immutable TypeInfo object for the specified attribute of the current element.
getAttributeValue(String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the value of the attribute at the index
getAttribution() - Method in class com.codename1.facebook.Post
Gets the Attribution
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAuthority() - Method in class java.net.URI
Returns the decoded authority component of this URI.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getAuthorityKeyIdentifier() - Method in class java.security.cert.X509CertSelector
Returns the authorityKeyIdentifier criterion.
getAuthorityName() - Method in exception java.security.cert.CertificateRevokedException
Returns the name of the authority that signed the certificate's revocation status information.
getAutoCommit() - Method in interface java.sql.Connection
Retrieves the current auto-commit mode for this Connection object.
getAutoComplete(HTMLComponent, String, String) - Method in class com.codename1.components.Ads
 
getAutoComplete(HTMLComponent, String, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutoComplete(HTMLComponent, String, String) - Method in interface com.codename1.ui.html.HTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutoComplete(HTMLComponent, String, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutoComplete(HTMLComponent, String, String) - Method in interface com.sun.lwuit.html.HTMLCallback
Called on form creation and enabled implementations of this method to return a value to preset in a form field.
getAutocreateContainerGaps() - Method in class com.codename1.ui.layouts.GroupLayout
Returns whether or not gaps between the container and the first/last components should automatically be created.
getAutocreateContainerGaps() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns whether or not gaps between the container and the first/last components should automatically be created.
getAutocreateGaps() - Method in class com.codename1.ui.layouts.GroupLayout
Returns true if gaps between components are automatically be created.
getAutocreateGaps() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns true if gaps between components are automatically be created.
getAutoDetectURL() - Static method in class com.codename1.io.NetworkManager
This URL is used to check whether an Internet connection is available
getAvailableCalendarTypes() - Static method in class java.util.Calendar
Returns an unmodifiable Set containing all calendar types supported by Calendar in the runtime environment.
getAvailableChronologies() - Static method in interface java.time.chrono.Chronology
Returns the available chronologies.
getAvailableCurrencies() - Static method in class java.util.Currency
Gets the set of available currencies.
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset in milliseconds.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Static method in class java.text.BreakIterator
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.Collator
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DateFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DateFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.NumberFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.time.format.DecimalStyle
Lists all the locales that are supported.
getAvailableLocales() - Static method in class java.util.Calendar
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.util.Locale
Returns an array of all installed locales.
getAvailableLocales() - Method in class java.util.spi.LocaleServiceProvider
Returns an array of all locales for which this locale service provider can provide localized objects or names.
getAvailableRecordingMimeTypes() - Static method in class com.codename1.media.MediaManager
Gets the available recording MimeTypes
getAvailableRecordingMimeTypes() - Method in class com.codename1.ui.Display
Gets the available recording MimeTypes
getAvailableZoneIds() - Static method in class java.time.zone.ZoneRulesProvider
Gets the set of available zone IDs.
getAvailableZoneIds() - Static method in class java.time.ZoneId
Gets the set of available zone IDs.
getAvailIn() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getAvailIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getAvailOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getAverage() - Method in class java.util.DoubleSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class java.util.IntSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class java.util.LongSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAxis() - Method in class com.codename1.ui.layouts.BoxLayout
Returns the layout axis x/y
getB() - Method in class java.security.spec.EllipticCurve
Returns the second coefficient b of the elliptic curve.
getBackCommand() - Method in class com.codename1.ui.Form
Indicates the command that is defined as the back command out of this form.
getBackCommand() - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the back command out of this form.
getBackCommand() - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the back command out of this form.
getBackCommandText(String) - Method in class com.codename1.ui.util.UIBuilder
Returns the text for the back command string.
getBackground() - Method in class java.awt.Component
Gets the background color of this component.
getBackgroundAlignment() - Method in class com.sun.lwuit.plaf.Style
Return the alignment for the image or tiled image
getBackgroundGradientEndColor() - Method in class com.codename1.ui.plaf.Style
End color for the radial/linear gradient
getBackgroundGradientEndColor() - Method in class com.sun.lwuit.plaf.Style
End color for the radial/linear gradient
getBackgroundGradientRelativeSize() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
getBackgroundGradientRelativeSize() - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative size
getBackgroundGradientRelativeX() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
getBackgroundGradientRelativeX() - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position X
getBackgroundGradientRelativeY() - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
getBackgroundGradientRelativeY() - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position Y
getBackgroundGradientStartColor() - Method in class com.codename1.ui.plaf.Style
Start color for the radial/linear gradient
getBackgroundGradientStartColor() - Method in class com.sun.lwuit.plaf.Style
Start color for the radial/linear gradient
getBackgroundType() - Method in class com.codename1.ui.plaf.Style
The type of the background defaults to BACKGROUND_IMAGE_SCALED
getBackgroundType() - Method in class com.sun.lwuit.plaf.Style
The type of the background defaults to BACKGROUND_IMAGE_SCALED
getBackIcon() - Method in class com.codename1.components.MediaPlayer
 
getBaseBundleName() - Method in class java.util.ResourceBundle
Returns the base name of this bundle, if known, or null if unknown.
getBaseLevel() - Method in class java.text.Bidi
Return the base level (0 if left-to-right, 1 if right-to-left).
getBaseline(int, int) - Method in class com.codename1.ui.ComboBox
 
getBaseline(int, int) - Method in class com.codename1.ui.Component
The baseline for the component text according to which it should be aligned with other components for best visual look.
getBaseline(int, int) - Method in class com.sun.lwuit.ComboBox
 
getBaseline(int, int) - Method in class com.sun.lwuit.Component
The baseline for the component text according to which it should be aligned with other components for best visual look.
getBaseline(int, int) - Method in class java.awt.Component
Returns the baseline.
getBaselineResizeBehavior() - Method in class com.codename1.ui.Component
Returns a constant indicating how the baseline varies with the size of the component.
getBaselineResizeBehavior() - Method in class com.codename1.ui.Label
 
getBaselineResizeBehavior() - Method in class com.sun.lwuit.Component
Returns a constant indicating how the baseline varies with the size of the component.
getBaselineResizeBehavior() - Method in class com.sun.lwuit.Label
 
getBaseType() - Method in interface java.sql.Array
Retrieves the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Array
Retrieves the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Ref
Retrieves the fully-qualified SQL name of the SQL structured type that this Ref object references.
getBaseUnit() - Method in enum java.time.temporal.ChronoField
 
getBaseUnit() - Method in interface java.time.temporal.TemporalField
Gets the unit that the field is measured in.
getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
Get the base URI for this reference or null if this information is not available
getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURI() - Method in interface org.w3c.dom.Node
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURL() - Method in class com.codename1.ui.html.DocumentInfo
Returns the base URL for this document
getBaseURL() - Method in class com.sun.lwuit.html.DocumentInfo
Returns the base URL for this document
getBasicConstraints() - Method in class java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBasicConstraints() - Method in class java.security.cert.X509CertSelector
Returns the basic constraints constraint.
getBatchSize() - Method in class com.codename1.cloud.CloudListModel
Returns the batch size fetched from the server
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Get the baud rate of the serial connection.
getBeginIndex() - Method in interface java.text.CharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class java.text.FieldPosition
Retrieves the index of the first character in the requested field.
getBeginIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getBeginIndex() for String.
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBgColor() - Method in class com.codename1.ui.plaf.Style
Background color for the component
getBgColor() - Method in class com.sun.lwuit.plaf.Style
Background color for the component
getBgImage() - Method in class com.codename1.ui.plaf.Style
Background image for the component
getBgImage() - Method in class com.sun.lwuit.plaf.Style
Background image for the component
getBgPainter() - Method in class com.codename1.ui.plaf.Style
Return the background painter for this style, normally this would be the internal image/color painter but can be user defined
getBgPainter() - Method in class com.sun.lwuit.plaf.Style
Return the background painter for this style, normally this would be the internal image/color painter but can be user defined
getBgTransparency() - Method in class com.codename1.ui.plaf.Style
Returns the transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
getBgTransparency() - Method in class com.sun.lwuit.plaf.Style
Returns the transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
Deprecated.
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in interface java.sql.ResultSet
Deprecated.
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(String, int) - Method in interface java.sql.ResultSet
Deprecated.
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryStream() - Method in interface java.sql.Blob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in interface java.sql.Blob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream() - Method in interface java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a stream.
getBindablePropertyNames() - Method in class com.codename1.ui.CheckBox
 
getBindablePropertyNames() - Method in class com.codename1.ui.Component
Returns the names of the properties within this component that can be bound for persistence, the order of these names mean that the first one will be the first bound
getBindablePropertyNames() - Method in class com.codename1.ui.Label
 
getBindablePropertyNames() - Method in class com.codename1.ui.RadioButton
 
getBindablePropertyNames() - Method in class com.codename1.ui.TextArea
 
getBindablePropertyTypes() - Method in class com.codename1.ui.CheckBox
 
getBindablePropertyTypes() - Method in class com.codename1.ui.Component
Returns the types of the properties that are bindable within this component
getBindablePropertyTypes() - Method in class com.codename1.ui.Label
 
getBindablePropertyTypes() - Method in class com.codename1.ui.RadioButton
 
getBindablePropertyTypes() - Method in class com.codename1.ui.TextArea
 
getBindings(int) - Method in class javax.script.AbstractScriptEngine
Returns the Bindings with the specified scope value in the protected context field.
getBindings(int) - Method in interface javax.script.ScriptContext
Gets the Bindings associated with the given scope in this ScriptContext.
getBindings(int) - Method in interface javax.script.ScriptEngine
Returns a scope of named values.
getBindings() - Method in class javax.script.ScriptEngineManager
getBindings returns the value of the globalScope field.
getBindings(int) - Method in class javax.script.SimpleScriptContext
Returns the value of the engineScope field if specified scope is ENGINE_SCOPE.
getBio() - Method in class com.codename1.facebook.User
 
getBirthday() - Method in class com.codename1.contacts.Contact
Gets the Contact birthday
getBirthday() - Method in class com.codename1.facebook.User
 
getBitmapFont(String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
getBitmapFont(String) - Static method in class com.sun.lwuit.Font
Returns a previously loaded bitmap font from cache
getBlob(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getBlob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlocker(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.
getBlockSize() - Method in class javax.crypto.Cipher
Returns the block size (in bytes).
getBlue(int) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.IndexColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlueMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the blue color component.
getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of blue color components into the specified array.
getBody() - Method in class java.net.CacheRequest
Returns an OutputStream to which the response body can be written.
getBody() - Method in class java.net.CacheResponse
Returns the response body as an InputStream.
getBoolean(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getBoolean(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a boolean.
getBoolean(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed boolean values.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance boolean field.
getBoolean(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBorder() - Method in class com.codename1.ui.Button
 
getBorder() - Method in class com.codename1.ui.Component
Normally returns getStyle().getBorder() but some subclasses might use this to programmatically replace the border in runtime e.g.
getBorder() - Method in class com.codename1.ui.plaf.Style
Returns the border for the style
getBorder() - Method in class com.sun.lwuit.Button
 
getBorder() - Method in class com.sun.lwuit.Component
Normally returns getStyle().getBorder() but some subclasses might use this to programmatically replace the border in runtime e.g.
getBorder() - Method in class com.sun.lwuit.plaf.Style
Returns the border for the style
getBorderGap() - Method in class com.sun.lwuit.List
Getting the surrounding border gap
getBottomGap() - Method in class com.codename1.ui.Component
Returns the gap to be left for the bottom scrollbar on the X axis.
getBottomGap() - Method in class com.codename1.ui.Container
 
getBottomGap() - Method in class com.sun.lwuit.Component
Returns the gap to be left for the bottom scrollbar on the X axis.
getBoundingBox() - Method in class com.codename1.maps.Tile
Gets the tile bounding box.
getBoundPropertyValue(String) - Method in class com.codename1.ui.CheckBox
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.Component
Allows the binding code to extract the value of the property
getBoundPropertyValue(String) - Method in class com.codename1.ui.Label
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.RadioButton
 
getBoundPropertyValue(String) - Method in class com.codename1.ui.TextArea
 
getBounds() - Method in class com.codename1.ui.Component
Returns the component bounds which is sometimes more convenient than invoking getX/Y/Width/Height.
getBounds() - Method in class com.sun.lwuit.Component
Returns the component bounds which is sometimes more convenient than invoking getX/Y/Width/Height.
getBounds() - Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds(Rectangle) - Method in class java.awt.Component
Stores the bounds of this component into "return value" rv and return rv.
getBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of Type objects representing the upper bound(s) of this type variable.
getBranchQualifier() - Method in interface javax.transaction.xa.Xid
Obtain the transaction branch identifier part of XID as an array of bytes.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBrowserNavigationCallback() - Method in class com.codename1.components.WebBrowser
The browser navigation callback interface allows handling a case where a URL invocation can be delegated to Java code.
getBrowserNavigationCallback() - Method in class com.codename1.ui.BrowserComponent
The browser navigation callback interface allows handling a case where a URL invocation can be delegated to Java code.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getBundle() - Method in class com.codename1.ui.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
getBundle(String) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, the default locale and the specified control.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, locale, and class loader.
getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale, class loader and control.
getBusy() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - Method in class java.awt.event.MouseEvent
Returns which, if any, of the mouse buttons has changed state.
getButton() - Method in interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButtonCount() - Method in class com.codename1.ui.ButtonGroup
Returns the number of buttons in the group.
getButtonCount() - Method in class com.sun.lwuit.ButtonGroup
Returns the number of buttons in the group.
getButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance byte field.
getByte(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByteOffset() - Method in interface org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated.
This method does not use the proper encoding. Use getBytes() to use the default encoding.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
getBytes converts the characters of this String to a sequence of bytes using the default encoding.
getBytes(Charset) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the given charset, storing the result into a new byte array.
getBytes(long, int) - Method in interface java.sql.Blob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes() - Method in interface java.sql.RowId
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
getBytesRead() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getBytesRead() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getByteStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getBytesWritten() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getBytesWritten() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getCA() - Method in class java.security.cert.TrustAnchor
Returns the name of the most-trusted CA as an X500Principal.
getCachePrefix() - Method in class com.codename1.io.CacheMap
A prefix prepended to storage entries to differentiate them
getCacheSize() - Method in class com.codename1.cloud.CloudListModel
Returns the elements cached within the implementation
getCacheSize() - Method in class com.codename1.io.CacheMap
Indicates the size of the memory cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
getCalendar() - Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCalendarField() - Method in class java.text.DateFormat.Field
Returns the Calendar field associated with this attribute.
getCalendarType() - Method in interface java.time.chrono.Chronology
Gets the calendar type of the calendar system.
getCalendarType() - Method in class java.time.chrono.HijrahChronology
Gets the calendar type of the Islamic calendar.
getCalendarType() - Method in class java.time.chrono.IsoChronology
Gets the calendar type of the underlying calendar system - 'iso8601'.
getCalendarType() - Method in class java.time.chrono.JapaneseChronology
Gets the calendar type of the underlying calendar system - 'japanese'.
getCalendarType() - Method in class java.time.chrono.MinguoChronology
Gets the calendar type of the underlying calendar system - 'roc'.
getCalendarType() - Method in class java.time.chrono.ThaiBuddhistChronology
Gets the calendar type of the underlying calendar system - 'buddhist'.
getCalendarType() - Method in class java.util.Calendar
Returns the calendar type of this Calendar.
getCalendarType() - Method in class java.util.GregorianCalendar
Returns "gregory" as the calendar type.
getCallback() - Method in exception javax.security.auth.callback.UnsupportedCallbackException
Get the unrecognized Callback.
getCallbackHandler() - Method in class java.security.KeyStore.CallbackHandlerProtection
Returns the CallbackHandler.
getCAName() - Method in class java.security.cert.TrustAnchor
Returns the name of the most-trusted CA in RFC 2253 String format.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCancelMenuItem() - Method in class com.codename1.ui.MenuBar
This method returns the cancel menu item, when a menu is opened
getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a List of Locales as candidate locales for baseName and locale.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalName() - Method in class java.lang.Class
Returns the canonical name of the underlying class as defined by the Java Language Specification.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCapabilities() - Method in class java.awt.image.VolatileImage
Returns an ImageCapabilities object which can be inquired as to the specific capabilities of this VolatileImage.
getCapturedArg(int) - Method in class java.lang.invoke.SerializedLambda
Get a dynamic argument to the lambda capture site.
getCapturedArgCount() - Method in class java.lang.invoke.SerializedLambda
Get the count of dynamic arguments to the lambda capture site.
getCapturingClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the class that captured this lambda.
getCAPublicKey() - Method in class java.security.cert.TrustAnchor
Returns the public key of the most-trusted CA.
getCaret() - Method in class java.awt.event.InputMethodEvent
Gets the caret.
getCatalog() - Method in interface java.sql.Connection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in interface java.sql.DatabaseMetaData
Retrieves the catalog names available in this database.
getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "catalog".
getCategory() - Method in class com.codename1.components.Ads
Category is a single word description of the application.
getCategory() - Method in class com.codename1.facebook.Page
Simple Getter
getCause() - Method in exception java.io.UncheckedIOException
Returns the cause of this exception.
getCause() - Method in exception java.io.WriteAbortedException
Returns the exception that terminated the operation (the cause).
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in exception java.lang.reflect.InvocationTargetException
Returns the cause of this exception (the thrown target exception, which may be null).
getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception java.nio.file.DirectoryIteratorException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.activation.ActivationException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.RemoteException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.server.ServerCloneException
Returns the cause of this exception.
getCause() - Method in exception java.security.PrivilegedActionException
Returns the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException).
getCause() - Method in error javax.xml.parsers.FactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - Method in error javax.xml.stream.FactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - Method in exception javax.xml.transform.TransformerException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
use the exception chaining mechanism of JDK1.4
getCause() - Method in exception javax.xml.xpath.XPathException
Get the cause of this XPathException.
getCause() - Method in exception org.xml.sax.SAXException
Return the cause of the exception
getCellAlignment() - Method in class com.codename1.ui.table.Table
Indicates the alignment of the cells see label alignment for details
getCellAlignment() - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the cells see label alignment for details
getCellColumn(Component) - Method in class com.codename1.ui.table.Table
Returns the column in which the given cell is placed
getCellColumn(Component) - Method in class com.sun.lwuit.table.Table
Returns the column in which the given cell is placed
getCellHorizontalSpan(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCellHorizontalSpan(int, int) - Method in class com.sun.lwuit.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCellRendererComponent(Component, Object, T, int, boolean) - Method in interface com.codename1.ui.list.CellRenderer
Returns a component instance that is already set to render "value".
getCellRendererComponent(Component, Object, T, int, boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getCellRendererComponent(Component, Object, T, int, boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getCellRow(Component) - Method in class com.codename1.ui.table.Table
Returns the row in which the given cell is placed
getCellRow(Component) - Method in class com.sun.lwuit.table.Table
Returns the row in which the given cell is placed
getCellVerticalSpan(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCellVerticalSpan(int, int) - Method in class com.sun.lwuit.table.TableLayout
Returns the spanning for the table cell at the given coordinate
getCenter() - Method in class com.codename1.maps.MapComponent
Returns the center location of the map in WGS84 format.
getCenter() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the center location
getCenter() - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component in the center location
getCenterBehavior() - Method in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the center component to one of the constants defined in this class
getCertificate() - Method in class java.security.cert.X509CertSelector
Returns the certificateEquals criterion.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificate() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the end entity Certificate from the certificate chain in this entry.
getCertificate() - Method in class javax.security.auth.x500.X500PrivateCredential
Returns the X.509 certificate.
getCertificateAlias(Certificate) - Method in class java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getCertificateChain() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the Certificate chain from this entry.
getCertificateChain(String) - Method in interface javax.net.ssl.X509KeyManager
Returns the certificate chain associated with the given alias.
getCertificateChecking() - Method in class java.security.cert.X509CRLSelector
Returns the certificate being checked.
getCertificateIssuer() - Method in class java.security.cert.X509CRLEntry
Get the issuer of the X509Certificate described by this entry.
getCertificates() - Method in class java.net.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class java.security.cert.CertPath
Returns the list of certificates in this certification path.
getCertificates(CertSelector) - Method in class java.security.cert.CertStore
Returns a Collection of Certificates that match the specified selector.
getCertificates() - Method in class java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - Method in class java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getCertificateValid() - Method in class java.security.cert.X509CertSelector
Returns the certificateValid criterion.
getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCertPath() - Method in interface java.security.cert.CertPathBuilderResult
Returns the built certification path.
getCertPath() - Method in exception java.security.cert.CertPathValidatorException
Returns the certification path that was being validated when the exception was thrown.
getCertPath() - Method in class java.security.cert.PKIXCertPathBuilderResult
Returns the built and validated certification path.
getCertPathCheckers() - Method in class java.security.cert.PKIXParameters
Returns the List of certification path checkers.
getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
getCertStoreParameters() - Method in class java.security.cert.CertStore
Returns the parameters used to initialize this CertStore.
getCertStores() - Method in class java.security.cert.PKIXParameters
Returns an immutable List of CertStores that are used to find certificates and CRLs.
getChain() - Method in class com.codename1.ui.painter.PainterChain
Allows us to traverse the painter chain
getChain() - Method in class com.sun.lwuit.painter.PainterChain
Allows us to traverse the painter chain
getChannel() - Method in class java.io.FileInputStream
Returns the unique FileChannel object associated with this file input stream.
getChannel() - Method in class java.io.FileOutputStream
Returns the unique FileChannel object associated with this file output stream.
getChannel() - Method in class java.io.RandomAccessFile
Returns the unique FileChannel object associated with this file.
getChannel() - Method in class java.net.DatagramSocket
Returns the unique DatagramChannel object associated with this datagram socket, if any.
getChannel() - Method in class java.net.ServerSocket
Returns the unique ServerSocketChannel object associated with this socket, if any.
getChannel() - Method in class java.net.Socket
Returns the unique SocketChannel object associated with this socket, if any.
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
Returns the encoding style of the XML data
getCharacterEncodingScheme() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration Returns null if none was declared
getCharacterInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the default locale.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterOffset() - Method in interface javax.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getCharacterStream(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(long, long) - Method in interface java.sql.Clob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream() - Method in interface java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getCharIndex() - Method in class java.awt.font.TextHitInfo
Returns the index of the character hit.
getCharLocation(String, int) - Method in class com.codename1.ui.Display
Returns the index of the given char within the source string, the actual index isn't necessarily the same when bidi is involved See this for more on visual vs.
getCharLocation(String, int) - Method in class com.sun.lwuit.Display
Returns the index of the given char within the source string, the actual index isn't necessarily the same when bidi is involved See this for more on visual vs.
getCharPerKeyCode(int, int, boolean) - Method in class com.codename1.ui.TextField
Returns the character matching the given key code after the given amount of user presses
getCharPerKeyCode(int, int, boolean) - Method in class com.sun.lwuit.TextField
Returns the character matching the given key code after the given amount of user presses
getChars(int, int, char[], int) - Method in class java.lang.String
getChars copies a subrange of the the characters of this string into a character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
 
getCharset() - Method in class com.codename1.ui.Font
Returns a string containing all the characters supported by this font.
getCharset() - Method in class com.sun.lwuit.Font
Returns a string containing all the characters supported by this font.
getCheckBoxFocusImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the checkbox when focused
getCheckBoxImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the checkbox (selected followed by unselected).
getCheckBoxImages() - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the images used to represent the checkbox (selected followed by unselected).
getCheckBoxPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getCheckBoxPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getCheckBoxPreferredSize(Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getCheckBoxPreferredSize(Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getCheckboxText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild() - Method in class java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getChildAt(int) - Method in class com.codename1.xml.Element
Returns the Element's child positioned at the specified index
getChildIndex(Element) - Method in class com.codename1.xml.Element
Returns the child index
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildren(Object) - Method in class com.codename1.components.FileTreeModel
 
getChildren(Object) - Method in interface com.codename1.ui.tree.TreeModel
Returns the child objects representing the given parent, null should return the root objects
getChildren() - Method in class com.codename1.xml.Element
Returns the internal children vector
getChildren(Object) - Method in interface com.sun.lwuit.tree.TreeModel
Returns the child objects representing the given parent, null should return the root objects
getChildren() - Method in interface java.security.cert.PolicyNode
Returns an iterator over the children of this node.
getChildrenByTagName(String) - Method in class com.codename1.xml.Element
Returns all children with the specified tag name
getChoices() - Method in class javax.security.auth.callback.ChoiceCallback
Get the list of choices.
getChronology() - Method in interface java.time.chrono.ChronoLocalDate
Gets the chronology of this date.
getChronology() - Method in interface java.time.chrono.ChronoLocalDateTime
Gets the chronology of this date-time.
getChronology() - Method in interface java.time.chrono.ChronoPeriod
Gets the chronology that defines the meaning of the supported units.
getChronology() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the chronology of this date-time.
getChronology() - Method in class java.time.chrono.HijrahDate
Gets the chronology of this date, which is the Hijrah calendar system.
getChronology() - Method in class java.time.chrono.JapaneseDate
Gets the chronology of this date, which is the Japanese calendar system.
getChronology() - Method in class java.time.chrono.MinguoDate
Gets the chronology of this date, which is the Minguo calendar system.
getChronology() - Method in class java.time.chrono.ThaiBuddhistDate
Gets the chronology of this date, which is the Thai Buddhist calendar system.
getChronology() - Method in class java.time.format.DateTimeFormatter
Gets the overriding chronology to be used during formatting.
getChronology() - Method in class java.time.LocalDate
Gets the chronology of this date, which is the ISO calendar system.
getChronology() - Method in class java.time.Period
Gets the chronology of this period, which is the ISO calendar system.
getCipherSuite() - Method in class java.net.SecureCacheResponse
Returns the cipher suite in use on the original connection that retrieved the network resource.
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
 
getCipherSuite() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the cipher suite in use by the session which was produced by the handshake.
getCipherSuite() - Method in class javax.net.ssl.HttpsURLConnection
Returns the cipher suite in use on this connection.
getCipherSuite() - Method in interface javax.net.ssl.SSLSession
Returns the name of the SSL cipher suite which is used for all connections in the session.
getCipherSuites() - Method in class javax.net.ssl.SSLParameters
Returns a copy of the array of ciphersuites or null if none have been set.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassAnnotation(Class<?>) - Static method in class java.rmi.server.RMIClassLoader
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.
getClassAnnotation(Class<?>) - Method in class java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassAnnotation(Class).
getClassContext() - Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses() - Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader() - Method in interface com.sun.lwuit.misc.LWUITResourceClassLoader
 
getClassLoader() - Method in class java.lang.Class
Returns the class loader for the class.
getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
Returns a class loader that loads classes from the given codebase URL path.
getClassLoader(String) - Method in class java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassLoader(String).
getClassLoader() - Method in class java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassLoader() - Method in interface javax.microedition.xlet.XletContext
 
getClassLoadingLock(String) - Method in class java.lang.ClassLoader
Returns the lock object for class loading operations.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - Method in class java.rmi.activation.ActivationDesc
Returns the class name for the object specified by this descriptor.
getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's class name (possibly null).
getClassName() - Method in class java.security.Provider.Service
Return the name of the class implementing this service.
getClassName() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getClearCommand() - Method in class com.codename1.ui.Form
Indicates the command that is defined as the clear command in this form.
getClearCommand() - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the clear command in this form.
getClearCommand() - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the clear command in this form.
getClickCount() - Method in class java.awt.event.MouseEvent
Returns the number of mouse clicks associated with this event.
getClientAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
Get the matching aliases for authenticating the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientHost() - Static method in class java.rmi.server.RemoteServer
Returns a string representation of the client host for the remote method invocation being processed in the current thread.
getClientHost() - Method in interface java.rmi.server.ServerRef
Deprecated.
Returns the hostname of the current client.
getClientInfo(String) - Method in interface java.sql.Connection
Returns the value of the client info property specified by name.
getClientInfo() - Method in interface java.sql.Connection
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfoProperties() - Method in interface java.sql.DatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientProperty(String) - Method in class com.codename1.ui.Command
The client properties are a useful way to associate meta-data with a command without subclassing
getClientProperty(String) - Method in class com.codename1.ui.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.
getClientProperty(String) - Method in class com.sun.lwuit.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.
getClientSecret() - Method in class com.codename1.facebook.ui.LikeButton
 
getClientSessionContext() - Method in class javax.net.ssl.SSLContext
Returns the client session context, which represents the set of SSL sessions available for use during the handshake phase of client-side SSL sockets.
getClientX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - Method in class com.codename1.ui.Graphics
Returns the clip as an x,y,w,h array
getClipHeight() - Method in class com.codename1.ui.Graphics
Returns the clip height
getClipHeight() - Method in class com.sun.lwuit.Graphics
Returns the clip height
getClipWidth() - Method in class com.codename1.ui.Graphics
Returns the clip width
getClipWidth() - Method in class com.sun.lwuit.Graphics
Returns the clip width
getClipX() - Method in class com.codename1.ui.Graphics
Returns the x clipping position
getClipX() - Method in class com.sun.lwuit.Graphics
Returns the x clipping position
getClipY() - Method in class com.codename1.ui.Graphics
Returns the y clipping position
getClipY() - Method in class com.sun.lwuit.Graphics
Returns the y clipping position
getClob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClosestComponentTo(int, int) - Method in class com.codename1.ui.Container
Very useful for touch events or drop events that need approximation more than accuracy
getCloudBoundProperty() - Method in class com.codename1.ui.Component
Indicates the property within this component that should be bound to the cloud object
getCloudDestinationProperty() - Method in class com.codename1.ui.Component
The destination property of the CloudObject
getCloudId() - Method in class com.codename1.cloud.CloudObject
The object id is a unique key that allows you to find an object that was persisted in the store (a primary key).
getCodenameOneGraphicsOrNull() - Method in class com.codename1.ui.Display
 
getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
Returns the illegal code point as defined by Character.isValidCodePoint(int).
getCodeScanner() - Method in class com.codename1.ui.Display
Returns the native implementation of the code scanner or null
getCodeSigners() - Method in class java.security.CodeSource
Returns the code signers associated with this CodeSource.
getCodeSigners() - Method in class java.util.jar.JarEntry
Returns the CodeSigner objects for this entry, or null if none.
getCodeSource() - Method in class java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCofactor() - Method in class java.security.spec.ECParameterSpec
Returns the cofactor.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
Returns a CollationElementIterator for the given String.
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
Returns a CollationElementIterator for the given CharacterIterator.
getCollationKey(String) - Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getCollection() - Method in class java.security.cert.CollectionCertStoreParameters
Returns the Collection from which Certificates and CRLs are retrieved.
getColor() - Method in class com.codename1.ui.Graphics
Returns the current color
getColor() - Method in class com.sun.lwuit.Graphics
Returns the current color
getColorModel() - Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel() - Method in class java.awt.image.BufferedImage
Returns the ColorModel.
getColorModel() - Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorSpace() - Method in class java.awt.image.ColorModel
Returns the ColorSpace associated with this ColorModel.
getColumn() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in interface com.codename1.db.Cursor
Returns the column count
getColumnCount() - Method in class com.codename1.ui.table.DefaultTableModel
 
getColumnCount() - Method in interface com.codename1.ui.table.TableModel
Returns the number of columns in the table
getColumnCount() - Method in class com.sun.lwuit.table.DefaultTableModel
 
getColumnCount() - Method in interface com.sun.lwuit.table.TableModel
Returns the number of columns in the table
getColumnCount() - Method in interface java.sql.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnIndex(String) - Method in interface com.codename1.db.Cursor
Returns the zero-based index for a given column name.
getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in interface com.codename1.db.Cursor
Returns the column name at a given zero-based column index.
getColumnName(int) - Method in class com.codename1.ui.table.DefaultTableModel
 
getColumnName(int) - Method in interface com.codename1.ui.table.TableModel
Returns the name of the column at the given offset
getColumnName(int) - Method in class com.sun.lwuit.table.DefaultTableModel
 
getColumnName(int) - Method in interface com.sun.lwuit.table.TableModel
Returns the name of the column at the given offset
getColumnName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's name.
getColumnNumber() - Method in exception javax.script.ScriptException
Get the column number on which an error occurred.
getColumnNumber() - Method in interface javax.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
Return the character position where the current document event ends.
getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in exception org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnPosition(int) - Method in class com.codename1.ui.table.TableLayout
Returns the position of the given table column.
getColumnPosition(int) - Method in class com.sun.lwuit.table.TableLayout
Returns the position of the given table column.
getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns() - Method in class com.codename1.ui.layouts.GridLayout
 
getColumns() - Method in class com.codename1.ui.spinner.GenericSpinner
Return the column count
getColumns() - Method in class com.codename1.ui.table.TableLayout
Get the number of columns
getColumns() - Method in class com.codename1.ui.TextArea
Returns the number of columns in the text area
getColumns() - Method in class com.sun.lwuit.TextArea
Returns the number of columns in the text area
getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumnType(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getComboBoxPreferredSize(List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getComboBoxPreferredSize(List) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getComboBoxPreferredSize(List) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getComboBoxPreferredSize(List) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getCommand() - Method in class com.codename1.components.MultiButton
Returns the command for the emblem
getCommand() - Method in class com.codename1.ui.Button
This method return the Button Command if exists
getCommand() - Method in class com.codename1.ui.events.ActionEvent
If this event was sent as a result of a command action this method returns that command
getCommand(int) - Method in class com.codename1.ui.Form
Returns the command occupying the given index
getCommand(int) - Method in class com.codename1.ui.MenuBar
Returns the command occupying the given index
getCommand() - Method in class com.sun.lwuit.Button
This method return the Button Command if exists
getCommand() - Method in class com.sun.lwuit.events.ActionEvent
If this event was sent as a result of a command action this method returns that command
getCommand(int) - Method in class com.sun.lwuit.Form
Returns the command occupying the given index
getCommand() - Method in interface javax.sql.RowSet
Retrieves this RowSet object's command property.
getCommandBehavior() - Method in class com.codename1.ui.Display
Indicates the way commands should be added to a form as one of the ocmmand constants defined in this class
getCommandCount() - Method in class com.codename1.ui.Form
A helper method to check the amount of commands within the form menu
getCommandCount() - Method in class com.codename1.ui.MenuBar
Returns number of commands
getCommandCount() - Method in class com.sun.lwuit.Form
A helper method to check the amount of commands within the form menu
getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's command-environment control object.
getCommandName() - Method in class com.codename1.ui.Command
gets the Command Name
getCommandName() - Method in class com.sun.lwuit.Command
gets the Command Name
getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured java command options.
getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured path-qualified java command name.
getCommands() - Method in class com.codename1.ui.MenuBar
This method returns a Vector of Command objects
getComment() - Method in class com.codename1.io.gzip.GZIPHeader
 
getComment() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getComment() - Method in class java.net.HttpCookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class java.util.zip.ZipEntry
Returns the comment string for the entry.
getComment() - Method in class java.util.zip.ZipFile
Returns the zip file comment, or null if none.
getComments() - Method in class com.codename1.facebook.Photo
Gets the comments on this Photos, where each entry is a Post Object
getCommentsCount() - Method in class com.codename1.facebook.Post
Gets the comments count number
getCommentURL() - Method in class java.net.HttpCookie
Returns the comment URL describing the purpose of this cookie, or null if the cookie has no comment URL.
getCommittedCharacterCount() - Method in class java.awt.event.InputMethodEvent
Gets the number of committed characters in the text.
getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets an iterator providing access to the entire text and attributes contained in the text editing component except for uncommitted text.
getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
Gets the length of the entire text contained in the text editing component except for uncommitted (composed) text.
getCommitTimeout() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
getCommitTimeout() - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
getCommonPoolParallelism() - Static method in class java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of the common pool.
getComparator() - Method in interface java.util.Spliterator
If this Spliterator's source is Spliterator.SORTED by a Comparator, returns that Comparator.
getCompletedTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getCompleter() - Method in class java.util.concurrent.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getComponent() - Method in class com.codename1.ui.events.ActionEvent
Returns the source component object
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
getComponent() - Method in class java.awt.event.ComponentEvent
Returns the originator of the event.
getComponentAfter(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAt(int) - Method in class com.codename1.ui.Container
Returns the Component at a given index
getComponentAt(int, int) - Method in class com.codename1.ui.Container
Returns a Component that exists in the given x, y coordinates by traversing component objects and invoking contains
getComponentAt(int, int) - Method in class com.codename1.ui.table.TableLayout
Returns the component at the given row/column
getComponentAt(int) - Method in class com.sun.lwuit.Container
Returns the Component at a given index
getComponentAt(int, int) - Method in class com.sun.lwuit.Container
Returns a Component that exists in the given x, y coordinates by traversing component objects and invoking contains
getComponentAt(int, int) - Method in class com.sun.lwuit.table.TableLayout
Returns the component at the given row/column
getComponentAt(int, int) - Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(Point) - Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(int, int) - Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point) - Method in class java.awt.Container
Gets the component that contains the specified point.
getComponentBefore(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentByPath(int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
getComponentByPath(int[]) - Static method in class com.codename1.testing.TestUtils
Gets the component from the current form based on its path.
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component constraint
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
 
getComponentConstraint(Component) - Method in class com.codename1.ui.layouts.Layout
Returns the optional component constraint
getComponentConstraint(Component) - Method in class com.codename1.ui.table.TableLayout
 
getComponentConstraint(Component) - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component constraint
getComponentConstraint(Component) - Method in class com.sun.lwuit.layouts.Layout
Returns the optional component constraint
getComponentConstraint(Component) - Method in class com.sun.lwuit.table.TableLayout
 
getComponentCount() - Method in class com.codename1.ui.Container
Returns the number of components
getComponentCount() - Method in class com.sun.lwuit.Container
Returns the number of components
getComponentCount() - Method in class java.awt.Container
Gets the number of components in this panel.
getComponentCustomStyle(String, String) - Method in class com.codename1.ui.plaf.UIManager
Returns a custom style for the component with the given id, this method always returns a new instance.
getComponentCustomStyle(String, String) - Method in class com.sun.lwuit.plaf.UIManager
Returns a custom style for the component with the given id, this method always returns a new instance.
getComponentForm() - Method in class com.codename1.ui.Component
Returns the Component Form or null if this Component is not added yet to a form
getComponentForm() - Method in class com.codename1.ui.Form
 
getComponentForm() - Method in class com.sun.lwuit.Component
Returns the Component Form or null if this Component is not added yet to a form
getComponentForm() - Method in class com.sun.lwuit.Form
 
getComponentIndex(Component) - Method in class com.codename1.ui.Container
Returns the Component index in the Container
getComponentIndex(Component) - Method in class com.codename1.ui.Form
 
getComponentIndex(Component) - Method in class com.sun.lwuit.Container
Returns the Component index in the Container
getComponentIndex(Component) - Method in class com.sun.lwuit.Form
 
getComponentListeners() - Method in class java.awt.Component
Returns an array of all the component listeners registered on this component.
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getComponents(int, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponentSelectedStyle(String) - Method in class com.codename1.ui.plaf.UIManager
Returns the selected style of the component with the given id or a new instance of the default style.
getComponentSelectedStyle(String) - Method in class com.sun.lwuit.plaf.UIManager
Returns the selected style of the component with the given id or a new instance of the default style.
getComponentSize(int) - Method in class java.awt.image.ColorModel
Returns the number of bits for the specified color/alpha component.
getComponentSize() - Method in class java.awt.image.ColorModel
Returns an array of the number of bits per color/alpha component.
getComponentSize() - Method in class java.awt.image.IndexColorModel
Returns an array of the number of bits for each color/alpha component.
getComponentState() - Method in class com.codename1.components.OnOffSwitch
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentState() - Method in class com.codename1.ui.Component
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentState() - Method in class com.codename1.ui.spinner.GenericSpinner
Some components may optionally generate a state which can then be restored using setCompnentState().
getComponentStyle(String) - Method in class com.codename1.ui.plaf.UIManager
Returns the style of the component with the given id or a new instance of the default style.
getComponentStyle(String) - Method in class com.sun.lwuit.plaf.UIManager
Returns the style of the component with the given id or a new instance of the default style.
getComponentType() - Method in class java.lang.Class
getComponentType returns the element type of an array.
getCompoundBorders() - Method in class com.codename1.ui.plaf.Border
This method returns the Compound Borders array.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Returns the size of the compressed entry data.
getConcurrency() - Method in interface java.sql.ResultSet
Retrieves the concurrency mode of this ResultSet object.
getConfiguration() - Method in class java.security.DomainLoadStoreParameter
Gets the identifier for the domain configuration data.
getConfiguration() - Static method in class javax.security.auth.login.Configuration
Get the installed login Configuration.
getConnection() - Method in class com.codename1.io.BufferedInputStream
If applicable this member represents the connection object for the stream
getConnection() - Method in class com.codename1.io.BufferedOutputStream
If applicable this member represents the connection object for the stream
getConnection() - Method in interface java.sql.DatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection(String, Properties) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, String, String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection() - Method in interface java.sql.Statement
Retrieves the Connection object that produced this Statement object.
getConnection() - Method in interface javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in interface javax.sql.DataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in interface javax.sql.PooledConnection
Creates and returns a Connection object that is a handle for the physical connection that this PooledConnection object represents.
getConnection() - Method in interface javax.sql.RowSetInternal
Retrieves the Connection object that was passed to this RowSet object.
getConnectionRequest() - Method in class com.codename1.io.NetworkEvent
Equivalent to getSource() casted to connection request
getConnectTimeout() - Method in class java.net.URLConnection
Returns setting for connect timeout.
getConstraint() - Method in class com.codename1.ui.TextArea
Returns the editing constraint value
getConstraint() - Method in class com.sun.lwuit.TextArea
Returns the editing constraint value
getConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors() - Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContactById(String) - Static method in class com.codename1.contacts.ContactsManager
This method returns a Contact by the contact id
getContactById(String, boolean, boolean, boolean, boolean, boolean) - Static method in class com.codename1.contacts.ContactsManager
This method returns a Contact by the contact id and fills it's data according to the given flags
getContactById(String) - Method in class com.codename1.ui.Display
Get a Contact according to it's contact id.
getContactById(String, boolean, boolean, boolean, boolean, boolean) - Method in class com.codename1.ui.Display
This method returns a Contact by the contact id and fills it's data according to the given flags
getContainer() - Method in class java.awt.event.ContainerEvent
Returns the originator of the event.
getContainer() - Method in interface javax.microedition.xlet.XletContext
 
getContainerGap(Component, int, Container) - Method in class com.codename1.ui.layouts.LayoutStyle
Returns the amount of space to position a component inside its parent.
getContainerGap(Component, int, Container) - Method in class com.sun.lwuit.layouts.LayoutStyle
Returns the amount of space to position a component inside its parent.
getContainerListeners() - Method in class java.awt.Container
Returns an array of all the container listeners registered on this container.
getContainerState(Container) - Method in class com.codename1.ui.util.UIBuilder
This method is the container navigation equivalent of getFormState() see that method for details.
getContent() - Method in class com.codename1.messaging.Message
Gets the message content
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentHandler() - Method in class javax.xml.validation.ValidatorHandler
Gets the ContentHandler which receives the augmented validation result.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentLength() - Method in class com.codename1.io.ConnectionRequest
Returns the content length header value
getContentLength() - Method in class com.codename1.io.MultipartRequest
 
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentLengthLong() - Method in class java.net.URLConnection
Returns the value of the content-length header field as a long.
getContentPane() - Method in class com.codename1.ui.Dialog
 
getContentPane() - Method in class com.codename1.ui.Form
This method returns the Content pane instance
getContentPane() - Method in class com.codename1.ui.Tabs
This method retrieves the Tabs content pane
getContentPane() - Method in class com.sun.lwuit.Form
This method returns the Content pane instance
getContents() - Method in class java.util.ListResourceBundle
Returns an array in which each item is a pair of objects in an Object array.
getContentType() - Method in class com.codename1.io.ConnectionRequest
 
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
Gets the MIME type for the specified file name.
getContext() - Static method in class java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext and any limited privilege scope, and places it in an AccessControlContext object.
getContext() - Method in class javax.script.AbstractScriptEngine
Returns the value of the protected context field.
getContext() - Method in interface javax.script.ScriptEngine
Returns the default ScriptContext of the ScriptEngine whose Bindings, Reader and Writers are used for script executions when no ScriptContext is specified.
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats.
getControl(String) - Method in interface java.util.spi.ResourceBundleControlProvider
Returns a ResourceBundle.Control instance that is used to handle resource bundle loading for the given baseName.
getControlFlag() - Method in class javax.security.auth.login.AppConfigurationEntry
Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for this LoginModule.
getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible conversion.
getConversion() - Method in exception java.util.IllegalFormatConversionException
Returns the inapplicable conversion.
getConversion() - Method in exception java.util.UnknownFormatConversionException
Returns the unknown conversion.
getCookieHeader() - Static method in class com.codename1.io.ConnectionRequest
Workaround for https://bugs.php.net/bug.php?id=65633 allowing developers to customize the name of the cookie header to Cookie
getCookies() - Method in interface java.net.CookieStore
Get all not-expired cookies in cookie store.
getCookieStore() - Method in class java.net.CookieManager
To retrieve current cookie store.
getCoordFromPosition(int, int) - Method in class com.codename1.maps.MapComponent
Gets the Coord location on the map from a x, y position.
getCorePoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCount() - Method in class com.codename1.facebook.Album
Gets number of photos in this album
getCount() - Method in class java.util.concurrent.CountDownLatch
Returns the current count.
getCount() - Method in class java.util.DoubleSummaryStatistics
Return the count of values recorded.
getCount() - Method in class java.util.IntSummaryStatistics
Returns the count of values recorded.
getCount() - Method in class java.util.LongSummaryStatistics
Returns the count of values recorded.
getCountry() - Method in class com.codename1.contacts.Address
Gets Address Country
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.
getCover_photo() - Method in class com.codename1.facebook.Album
Gets the cover photos url of this album
getCoverId() - Method in class com.codename1.facebook.Page
Simple Getter
getCoverLink() - Method in class com.codename1.facebook.Page
Simple Getter
getCrashReporter() - Method in class com.codename1.ui.Display
The crash reporter gets invoked when an uncaught exception is intercepted
getCRC() - Method in class com.codename1.io.gzip.GZIPHeader
 
getCRC() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getCRC() - Method in class com.codename1.io.gzip.GZIPOutputStream
 
getCrc() - Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data.
getCRC32Table() - Static method in class com.codename1.io.gzip.CRC32
 
getCreated_time() - Method in class com.codename1.facebook.Album
Gets created_time
getCreated_time() - Method in class com.codename1.facebook.Photo
Get created_time
getCreationDate(String) - Method in class java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCreationTime() - Method in class java.util.zip.ZipEntry
Returns the creation time of the entry.
getCreationTime() - Method in interface javax.net.ssl.SSLSession
Returns the time at which this Session representation was created, in milliseconds since midnight, January 1, 1970 UTC.
getCredentialClass() - Method in class javax.security.auth.PrivateCredentialPermission
Returns the Class name of the Credential associated with this PrivateCredentialPermission.
getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCRLs(CRLSelector) - Method in class java.security.cert.CertStore
Returns a Collection of CRLs that match the specified selector.
getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime's crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCurrency() - Method in class java.text.DecimalFormat
Gets the currency used by this decimal format when formatting currency values.
getCurrency() - Method in class java.text.DecimalFormatSymbols
Gets the currency of these DecimalFormatSymbols.
getCurrency() - Method in class java.text.NumberFormat
Gets the currency used by this number format when formatting currency values.
getCurrencyCode() - Method in class java.util.Currency
Gets the ISO 4217 currency code of this currency.
getCurrencyInstance() - Static method in class java.text.NumberFormat
Returns a currency format for the current default FORMAT locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencyInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats monetary values for the specified locale.
getCurrencySymbol() - Method in class com.codename1.l10n.L10NManager
Returns the currency symbol for this locale
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.
getCurrent() - Method in class com.codename1.ui.Display
Return the form currently displayed on the screen or null if no form is currently displayed.
getCurrent() - Method in class com.sun.lwuit.Display
Return the form currently displayed on the screen or null if no form is currently displayed.
getCurrentAccessPoint() - Method in class com.codename1.io.NetworkManager
Returns the id of the current access point
getCurrentAd() - Method in class com.codename1.ads.AdsService
Returns the last requested ad
getCurrentDate() - Method in class com.codename1.ui.Calendar
Returns the currently viewed date (as opposed to the selected date)
getCurrentDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getCurrentDay() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCurrentHour() - Method in class com.codename1.ui.spinner.TimeSpinner
The hour from 1-12 or 0-23
getCurrentLocation() - Method in class com.codename1.location.LocationManager
Gets the current Location of the device, in most cases this uses the GPS.
getCurrentLocationSync() - Method in class com.codename1.location.LocationManager
Returns the current location synchronously, this is useful if you just want to know the location NOW and don't care about tracking location.
getCurrentLocationSync(long) - Method in class com.codename1.location.LocationManager
Returns the current location synchronously, this is useful if you just want to know the location NOW and don't care about tracking location.
getCurrentMinute() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getCurrentMode() - Method in class com.codename1.ui.VirtualKeyboard
Gets the current mode.
getCurrentMonth() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCurrentMotionTime() - Method in class com.codename1.ui.animations.Motion
Returns the current time within the motion relative to start time
getCurrentMotionTime() - Method in class com.sun.lwuit.animations.Motion
Returns the current time within the motion relative to start time
getCurrentPersona() - Static method in class com.codename1.cloud.CloudPersona
This method returns the currently logged in persona or a blank persona (token would be null)
getCurrentSelected() - Method in class com.codename1.ui.List
Returns the visual selection during a drag operation, otherwise equivalent to model.getSelectedIndex
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getCursor() - Method in class java.awt.Component
Gets the cursor set in the component.
getCursorBlinkTimeOff() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is invisible
getCursorBlinkTimeOff() - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible
getCursorBlinkTimeOn() - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is visible
getCursorBlinkTimeOn() - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible
getCursorName() - Method in interface java.sql.ResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getCursorPosition() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor char position
getCursorPosition() - Method in class com.codename1.ui.TextField
 
getCursorPosition() - Method in class com.sun.lwuit.TextArea
Returns the position of the cursor char position
getCursorPosition() - Method in class com.sun.lwuit.TextField
 
getCursorX() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor char position in the current line.
getCursorX() - Method in class com.codename1.ui.TextField
 
getCursorX() - Method in class com.sun.lwuit.TextArea
Returns the position of the cursor char position in the current line.
getCursorX() - Method in class com.sun.lwuit.TextField
 
getCursorY() - Method in class com.codename1.ui.TextArea
Returns the position of the cursor line position
getCursorY() - Method in class com.codename1.ui.TextField
 
getCursorY() - Method in class com.sun.lwuit.TextArea
Returns the position of the cursor line position
getCursorY() - Method in class com.sun.lwuit.TextField
 
getCurve() - Method in class java.security.spec.ECParameterSpec
Returns the elliptic curve that this parameter defines.
getData() - Method in class com.codename1.io.services.CachedData
 
getData(String) - Method in class com.codename1.ui.util.Resources
Returns the data resource from the file
getData(String) - Method in class com.sun.lwuit.util.Resources
Returns the data resource from the file
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getData() - Method in class java.rmi.activation.ActivationDesc
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor.
getData() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's initialization data.
getData() - Method in interface javax.microedition.io.Datagram
 
getData() - Method in interface javax.xml.stream.events.Characters
Get the character data of this event
getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
The data section of the processing instruction
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDatabaseMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabasePath(String) - Static method in class com.codename1.db.Database
Returns the file path of the Database if exists and if supported on the platform.
getDatabasePath(String) - Method in class com.codename1.ui.Display
Returns the file path of the Database if exists and if supported on the platform.
getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this database product.
getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the data resources within this bundle
getDataResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the data resources within this bundle
getDataSize() - Method in exception java.sql.DataTruncation
Gets the number of bytes of data that should have been transferred.
getDataSource() - Method in class com.codename1.components.MediaPlayer
Convenience JavaBean method, see other version of this method
getDataSourceName() - Method in interface javax.sql.RowSet
Retrieves the logical name that identifies the data source for this RowSet object.
getDataType() - Method in class java.awt.image.DataBuffer
Returns the type of the data elements in the data buffer.
getDataTypeSize(int) - Static method in class java.awt.image.DataBuffer
Returns the size (number of bits) of the specified data type.
getDate() - Method in class com.codename1.ui.Calendar
Return the date object matching the current selection
getDate() - Method in class com.codename1.ui.spinner.Picker
Returns the date, this value is used both for type date/date and time.
getDate() - Method in class com.sun.lwuit.Calendar
Return the date object matching the current selection
getDate() - Method in class java.net.URLConnection
Returns the value of the date header field.
getDate() - Method in class java.security.cert.PKIXParameters
Returns the time for which the validity of the certification path should be determined.
getDate(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - Method in class java.sql.Time
Deprecated. 
getDate() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDate() - Method in interface javax.microedition.io.HttpConnection
 
getDateAndTime() - Method in class java.security.cert.X509CRLSelector
Returns the dateAndTime criterion.
getDateFormatSymbols() - Method in class com.codename1.l10n.SimpleDateFormat
Get the date format symbols for parsing/formatting textual components of dates in a localization sensitive way.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets a copy of the date and time format symbols of this date format.
getDateInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for date (SHORT).
getDateInstance(int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for dates.
getDateInstance() - Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default FORMAT locale.
getDateInstance(int) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default FORMAT locale.
getDateInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date with the given formatting style for the specified locale.
getDateTimeAfter() - Method in class java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'after' offset.
getDateTimeBefore() - Method in class java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'before' offset.
getDateTimeInstance(int, int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for dates and times.
getDateTimeInstance() - Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default FORMAT locale.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default FORMAT locale.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDateTimeInstance(int, int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date and time with the given formatting style for the specified locale.
getDay() - Method in class java.sql.Time
Deprecated. 
getDay() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
getDay() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return day in month or DatatypeConstants.FIELD_UNDEFINED.
getDaylightSavings(Instant) - Method in class java.time.zone.ZoneRules
Gets the amount of daylight savings in use for the specified instant in this zone.
getDayOfMonth() - Method in class java.time.LocalDate
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.LocalDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.MonthDay
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.OffsetDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.ZonedDateTime
Gets the day-of-month field.
getDayOfMonthIndicator() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the indicator of the day-of-month of the transition.
getDayOfWeek() - Method in class java.time.LocalDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.LocalDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.OffsetDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the day-of-week of the transition.
getDayOfWeek() - Method in class java.time.ZonedDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfYear() - Method in class java.time.LocalDate
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.LocalDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.OffsetDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.ZonedDateTime
Gets the day-of-year field.
getDays() - Method in class java.time.Period
Gets the amount of days of this period.
getDays() - Method in class javax.xml.datatype.Duration
Obtains the value of the DAYS field as an integer value, or 0 if not present.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
Returns a copy of the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for decimal sign.
getDecimalSeparator() - Method in class java.time.format.DecimalStyle
Gets the character that represents the decimal point.
getDecimalStyle() - Method in class java.time.format.DateTimeFormatter
Gets the DecimalStyle to be used during formatting.
getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
Return the declaration of this entity.
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Class
 
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Package
 
getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is directly present, else null.
getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.Parameter
 
getDeclaredAnnotations() - Method in class java.lang.Class
 
getDeclaredAnnotations() - Method in class java.lang.Package
 
getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Executable
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Field
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Method
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Parameter
Returns annotations that are directly present on this element.
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Class
 
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Package
 
getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
 
getDeclaredClasses() - Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the declared methods of the class or interface represented by this Class object, including public, protected, default (package) access, and private methods, but excluding inherited methods.
getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclaringClass() - Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - Method in class java.lang.Enum
Returns the Class object corresponding to this enum constant's enum type.
getDeclaringClass() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the class in which the cracked method handle's underlying member was defined.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - Method in class java.lang.reflect.Executable
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringExecutable() - Method in class java.lang.reflect.Parameter
Return the Executable which declares this parameter.
getDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDecomposition() - Method in class java.text.Collator
Get the decomposition mode of this Collator.
getDefault() - Static method in class java.net.CookieHandler
Gets the system-wide cookie handler.
getDefault() - Static method in class java.net.ProxySelector
Gets the system-wide proxy selector.
getDefault() - Static method in class java.net.ResponseCache
Gets the system-wide response cache.
getDefault() - Static method in class java.nio.file.FileSystems
Returns the default FileSystem.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefault(Locale.Category) - Static method in class java.util.Locale
Gets the current value of the default locale for the specified Category for this instance of the Java Virtual Machine.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone of the Java virtual machine.
getDefault() - Static method in class javax.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.ssl.SSLContext
Returns the default SSL context.
getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefaultAdapter() - Static method in class com.codename1.ui.list.GenericListCellRenderer
The default adapter to use for image URLs
getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
Obtains the default KeyManagerFactory algorithm name.
getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
Obtains the default TrustManagerFactory algorithm name.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultBorder() - Static method in class com.codename1.ui.plaf.Border
Gets the default border to the given value
getDefaultBorder() - Static method in class com.sun.lwuit.plaf.Border
Gets the default border to the given value
getDefaultBufferSize() - Static method in class com.codename1.io.BufferedInputStream
The default size for a stream buffer
getDefaultBufferSize() - Static method in class com.codename1.io.BufferedOutputStream
The default size for a stream buffer
getDefaultChangeInputModeKey() - Static method in class com.codename1.ui.TextField
Key to change the input mode on the device
getDefaultChangeInputModeKey() - Static method in class com.sun.lwuit.TextField
Key to change the input mode on the device
getDefaultChoice() - Method in class javax.security.auth.callback.ChoiceCallback
Get the defaultChoice.
getDefaultCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultColumnWidth() - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
getDefaultColumnWidth() - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
getDefaultCommand() - Method in class com.codename1.ui.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultCommand() - Method in class com.codename1.ui.MenuBar
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultCommand() - Method in class com.sun.lwuit.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the default Component to focus.
getDefaultDialogPosition() - Static method in class com.codename1.ui.Dialog
Default screen orientation position for the upcoming dialog.
getDefaultDialogPosition() - Static method in class com.sun.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
getDefaultDialogTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
getDefaultDialogTransitionIn() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
getDefaultDialogTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
getDefaultDialogTransitionOut() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
getDefaultDialogType() - Static method in class com.codename1.ui.Dialog
The default type for dialogs
getDefaultDialogType() - Static method in class com.sun.lwuit.Dialog
The default type for dialogs
getDefaultFont() - Static method in class com.codename1.ui.Font
Return the global default font instance
getDefaultFont() - Static method in class com.sun.lwuit.Font
Return the global default font instance
getDefaultFormTintColor() - Method in class com.codename1.ui.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
getDefaultFormTintColor() - Method in class com.sun.lwuit.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
getDefaultFormTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
getDefaultFormTransitionIn() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
getDefaultFormTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
getDefaultFormTransitionOut() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
getDefaultFractionDigits() - Method in class java.util.Currency
Gets the default number of fraction digits used with this currency.
getDefaultHostnameVerifier() - Static method in class javax.net.ssl.HttpsURLConnection
Gets the default HostnameVerifier that is inherited by new instances of this class.
getDefaultInputModeOrder() - Static method in class com.codename1.ui.TextField
Returns the order in which input modes are toggled by default
getDefaultInputModeOrder() - Static method in class com.codename1.ui.VirtualKeyboard
Returns the order in which input modes are toggled by default
getDefaultInputModeOrder() - Static method in class com.sun.lwuit.TextField
Returns the order in which input modes are toggled by default
getDefaultMenuTransitionIn() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
getDefaultMenuTransitionIn() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
getDefaultMenuTransitionOut() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
getDefaultMenuTransitionOut() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
getDefaultName() - Method in class javax.security.auth.callback.NameCallback
Get the default name.
getDefaultOption() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the default option.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
Returns the canonical instance of the default provider for the service provider interface RMIClassLoaderSpi.
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultRowHeight() - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
getDefaultRowHeight() - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
getDefaultSmoothScrollingSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
getDefaultSmoothScrollingSpeed() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns a reference to the default socket factory used by this RMI implementation.
getDefaultSSLParameters() - Method in class javax.net.ssl.SSLContext
Returns a copy of the SSLParameters indicating the default settings for this SSL context.
getDefaultSSLSocketFactory() - Static method in class javax.net.ssl.HttpsURLConnection
Gets the default static SSLSocketFactory that is inherited by new instances of this class.
getDefaultStream() - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
getDefaultSymbolDialogKey() - Static method in class com.codename1.ui.TextField
The default key for poping open the symbol dialog
getDefaultSymbolDialogKey() - Static method in class com.sun.lwuit.TextField
The default key for poping open the symbol dialog
getDefaultText() - Method in class javax.security.auth.callback.TextInputCallback
Get the default text.
getDefaultTimeout() - Static method in class com.codename1.io.services.ImageDownloadService
Indicates the default timeout to use for image download service, -1 indicates no default is set.
getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
Retrieves this database's default transaction isolation level.
getDefaultType() - Static method in class java.security.cert.CertPathBuilder
Returns the default CertPathBuilder type as specified by the certpathbuilder.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - Static method in class java.security.cert.CertPathValidator
Returns the default CertPathValidator type as specified by the certpathvalidator.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - Static method in class java.security.cert.CertStore
Returns the default CertStore type as specified by the certstore.type security property, or the string "LDAP" if no such property exists.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultUserAgent() - Static method in class com.codename1.io.ConnectionRequest
 
getDefaultValign() - Static method in class com.codename1.ui.TextArea
Indicates the default vertical alignment for a text field, only applies to single line text fields
getDefaultValue() - Method in class java.lang.reflect.Method
Returns the default value for the annotation member represented by this Method instance.
getDefaultVirtualKeyboard() - Method in class com.codename1.ui.Display
Get the default virtual keyboard or null if the VirtualKeyboard is disabled
getDeflater() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDelegatedTask() - Method in class javax.net.ssl.SSLEngine
Returns a delegated Runnable task for this SSLEngine.
getDepth() - Method in interface java.security.cert.PolicyNode
Returns the depth of this node in the valid policy tree.
getDescendantsByTagId(int, int) - Method in class com.codename1.ui.html.HTMLElement
Returns all descendants with the specified tag id
getDescendantsByTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Returns all descendants with the specified tag id
getDescendantsByTagName(String, int) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name
getDescendantsByTagName(String) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name
getDescendantsByTagNameAndAttribute(String, String, int) - Method in class com.codename1.xml.Element
Returns all descendants with the specified tag name and the none empty attribute
getDescription() - Method in class com.codename1.facebook.Album
Gets description
getDescription() - Method in class com.codename1.maker.MakerPlugin
The description that the user has set to this plugin
getDescription() - Method in class com.codename1.payment.Product
 
getDescription() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the description of the error.
getDestination() - Method in class com.codename1.ui.animations.Transition
Returns the destination form that should be set once animation is completed
getDestination() - Method in class com.sun.lwuit.animations.Transition
Returns the destination form that should be set once animation is completed
getDestinationFile() - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to file system under this file name
getDestinationStorage() - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to storage under this file name
getDestinationValue() - Method in class com.codename1.ui.animations.Motion
The number to which we will reach when the motion is finished
getDestinationValue() - Method in class com.sun.lwuit.animations.Motion
The number to which we will reach when the motion is finished
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDeveloperEmailId() - Method in class com.codename1.maker.MakerPlugin
Returns the email for the developer used in registration to the Codename One build server
getDeviceDensity() - Method in class com.codename1.ui.Display
Returns one of the density variables appropriate for this device, notice that density doesn't always correspond to resolution and an implementation might decide to change the density based on DPI constraints.
getDeviceKey() - Static method in class com.codename1.push.Push
Returns the push device key if the device was previously successfully registered for push otherwise returns null
getDialogComponent() - Method in class com.codename1.ui.Dialog
Returns the container that actually implements the dialog positioning.
getDialogPosition() - Method in class com.codename1.ui.Dialog
Screen orientation position for the upcoming dialog.
getDialogPreferredSize() - Method in class com.codename1.ui.Dialog
Returns the preferred size of the dialog, this allows developers to position a dialog manually in arbitrary positions.
getDialogStyle() - Method in class com.codename1.ui.Dialog
Simple getter to get the Dialog Style
getDialogStyle() - Method in class com.sun.lwuit.Dialog
Simple getter to get the Dialog Style
getDialogType() - Method in class com.codename1.ui.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
getDialogType() - Method in class com.sun.lwuit.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
getDialogUIID() - Method in class com.codename1.ui.Dialog
Returns the uiid of the dialog
getDigestAlgorithm() - Method in class java.security.spec.MGF1ParameterSpec
Returns the algorithm name of the message digest used by the mask generation function.
getDigestAlgorithm() - Method in class java.security.spec.PSSParameterSpec
Returns the message digest algorithm name.
getDigestAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
Returns the message digest algorithm name.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for a digit in a pattern.
getDirection() - Method in class com.codename1.location.Location
Returns the direction of this Location in degress 0-360
getDirectionality(char) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character.
getDirectionality(int) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character (Unicode code point).
getDirtyRegion() - Method in class com.codename1.ui.Component
gets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code.
getDirtyRegion() - Method in class com.sun.lwuit.Component
gets the Component dirty region
getDisableColor() - Method in class com.codename1.ui.plaf.LookAndFeel
This color is used to paint disable mode text color.
getDisableColor() - Method in class com.sun.lwuit.plaf.LookAndFeel
This color is used to paint disable mode text color.
getDisabledIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in the disabled state
getDisabledIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in the disabled state
getDisabledStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the disabled state allowing us to manipulate the look of the component when its disabled
getDiscard() - Method in class java.net.HttpCookie
Returns the discard attribute of the cookie
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.
getDisplayHeight() - Method in class com.codename1.ui.Display
Return the height of the display
getDisplayHeight() - Method in class com.sun.lwuit.Display
Return the height of the display
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.
getDisplayName() - Method in class com.codename1.contacts.Contact
Gets the Contact Display Name
getDisplayName() - Method in class com.codename1.payment.Product
 
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Chronology
Gets the textual representation of this chronology.
getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Era
Gets the textual representation of this era.
getDisplayName(TextStyle, Locale) - Method in enum java.time.DayOfWeek
Gets the textual representation, such as 'Mon' or 'Friday'.
getDisplayName(TextStyle, Locale) - Method in enum java.time.Month
Gets the textual representation, such as 'Jan' or 'December'.
getDisplayName(Locale) - Method in enum java.time.temporal.ChronoField
 
getDisplayName(Locale) - Method in interface java.time.temporal.TemporalField
Gets the display name for the field in the requested locale.
getDisplayName(TextStyle, Locale) - Method in class java.time.ZoneId
Gets the textual representation of the zone, such as 'British Time' or '+02:00'.
getDisplayName(int, int, Locale) - Method in class java.util.Calendar
Returns the string representation of the calendar field value in the given style and locale.
getDisplayName() - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the default DISPLAY locale.
getDisplayName(Locale) - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the specified locale.
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(String, int, int, int, Locale) - Method in class java.util.spi.CalendarNameProvider
Returns the string representation (display name) of the calendar field value in the given style and locale.
getDisplayName(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Returns a name for the currency that is appropriate for display to the user.
getDisplayName(String, boolean, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getDisplayName() - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
Returns a Map containing all names of the calendar field in the given style and locale and their corresponding field values.
getDisplayNames(String, int, int, Locale) - Method in class java.util.spi.CalendarNameProvider
Returns a Map containing all string representations (display names) of the Calendar field in the given style and locale and their corresponding field values.
getDisplayScript() - Method in class java.util.Locale
Returns a name for the the locale's script that is appropriate for display to the user.
getDisplayScript(Locale) - Method in class java.util.Locale
Returns a name for the locale's script that is appropriate for display to the user.
getDisplayScript(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
getDisplayWidth() - Method in class com.codename1.ui.Display
Return the width of the display
getDisplayWidth() - Method in class com.sun.lwuit.Display
Return the width of the display
getDisposeOnCompletion() - Method in class com.codename1.io.ConnectionRequest
A dialog that will be seamlessly disposed once the given request has been completed
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentInfo() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the DocumentInfo that currently represents the document loaded/shown
getDocumentInfo() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the DocumentInfo that currently represents the document loaded/shown
getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
getDocumentURI() - Method in interface org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDOM() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the DOM representing this document
getDomain() - Method in class com.codename1.io.Cookie
 
getDomain() - Method in class java.net.HttpCookie
Returns the domain name set for this cookie.
getDomainCombiner() - Method in class java.security.AccessControlContext
Get the DomainCombiner associated with this AccessControlContext.
getDomConfig() - Method in interface org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
Obtain an instance of a DOMImplementation object.
getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return the first implementation that has the desired features, or null if none is found.
getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return a list of implementations that support the desired features.
getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDoneListener() - Method in class com.codename1.ui.TextField
Gets the done listener of this TextField.
getDontSendButtonText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDouble(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getDouble(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getDouble(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a double.
getDouble(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed double values.
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type double or of another primitive type convertible to type double via a widening conversion.
getDouble(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDraggedComponent() - Method in class com.codename1.ui.events.ActionEvent
Set in the case of a drop listener, returns the component being dragged
getDraggedx() - Method in class com.codename1.ui.Component
Gets the current dragged x values when the Component is being dragged
getDraggedy() - Method in class com.codename1.ui.Component
Gets the current dragged y values when the Component is being dragged
getDragImage() - Method in class com.codename1.ui.Component
This method returns an image representing the dragged component, it can be overriden by subclasses to customize the look of the image, the image will be overlaid on top of the form during a drag and drop operation
getDragRegionStatus(int, int) - Method in class com.codename1.ui.Component
Indicates if the section within the X/Y area is a "drag region" where we expect people to drag or press in which case we can instantly start dragging making perceived performance faster.
getDragRegionStatus(int, int) - Method in class com.codename1.ui.Form
Indicates if the section within the X/Y area is a "drag region" where we expect people to drag or press in which case we can instantly start dragging making perceived performance faster.
getDragRegionStatus(int, int) - Method in class com.codename1.ui.List
 
getDragRegionStatus(int, int) - Method in class com.codename1.ui.MenuBar
 
getDragRegionStatus(int, int) - Method in class com.codename1.ui.SideMenuBar
 
getDragSpeed(boolean) - Method in class com.codename1.ui.Component
This method returns the dragging speed based on the latest dragged events
getDragSpeed(boolean) - Method in class com.codename1.ui.Display
This method returns the dragging speed based on the latest dragged events
getDragSpeed(boolean) - Method in class com.sun.lwuit.Display
This method returns the dragging speed based on the latest dragged events
getDragStartPercentage() - Method in class com.codename1.ui.Display
This method allows us to manipulate the drag started detection logic.
getDragStartPercentage() - Method in class com.sun.lwuit.Display
This method allows us to manipulate the drag started detection logic.
getDriver(String) - Static method in class java.sql.DriverManager
Attempts to locate a driver that understands the given URL.
getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's major version number.
getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's minor version number.
getDriverName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this JDBC driver.
getDrivers() - Static method in class java.sql.DriverManager
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
getDriverVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getDropTarget() - Method in class com.codename1.ui.events.ActionEvent
Set in the case of a drop listener, returns the component on which the drop occurs
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in milliseconds that the clock is advanced during daylight saving time.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDTDType() - Method in interface javax.xml.stream.events.Attribute
Gets the type of this attribute, default is the String "CDATA"
getDuration() - Method in interface com.codename1.media.Media
Returns the length in seconds of the audio file or -1 if not known
getDuration() - Method in class com.codename1.ui.animations.Motion
Returns the animation duration
getDuration() - Method in class com.codename1.ui.animations.Timeline
Returns the duration of the entire timeline in milliseconds
getDuration() - Method in class com.sun.lwuit.animations.Timeline
Returns the duration of the entire timeline in milliseconds
getDuration() - Method in enum java.time.temporal.ChronoUnit
Gets the estimated duration of this unit in the ISO calendar system.
getDuration() - Method in interface java.time.temporal.TemporalUnit
Gets the duration of this unit, which may be an estimate.
getDuration() - Method in class java.time.zone.ZoneOffsetTransition
Gets the duration of the transition.
getEast() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the east location
getEast() - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component in the east location
getEffectiveKeyBits() - Method in class javax.crypto.spec.RC2ParameterSpec
Returns the effective key size in bits.
getElem(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank.
getElemDouble(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a double.
getElementById(String) - Method in class com.codename1.xml.Element
Returns the element with the specified ID
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElementText() - Method in class javax.xml.stream.util.EventReaderDelegate
 
getElementText() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getElementText() - Method in interface javax.xml.stream.XMLEventReader
Reads the content of a text-only element.
getElementText() - Method in interface javax.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getElementTypeInfo() - Method in class javax.xml.validation.TypeInfoProvider
Returns the immutable TypeInfo object for the current element.
getElementUIID() - Method in class com.codename1.ui.ComponentGroup
The UIID to apply to the elements within this container
getElemFloat(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a float.
getEmail() - Method in class com.codename1.facebook.User
 
getEmails() - Method in class com.codename1.contacts.Contact
Gets the Contact Emails, the Hashtable contains key/value pairs where the key is a String which represents the type of the Email, types can be: "home", "mobile", "work", "other" the value is String of the email.
getEmbed() - Method in class com.codename1.ui.util.EmbeddedContainer
Indicates the name of the container to embed into this container
getEmblem() - Method in class com.codename1.components.MultiButton
Returns the emblem image
getEmblemName() - Method in class com.codename1.components.MultiButton
Returns the name of the emblem
getEmblemPosition() - Method in class com.codename1.components.MultiButton
Returns the emblem position based on border layout constraints
getEmblemUIID() - Method in class com.codename1.components.MultiButton
Returns the UIID of the Emblem
getEmpty() - Static method in class com.codename1.ui.plaf.Border
Deprecated.
use createEmpty instead
getEmpty() - Static method in class com.sun.lwuit.plaf.Border
Deprecated.
use createEmpty instead
getEnabledCipherSuites() - Method in class javax.net.ssl.SSLEngine
Returns the names of the SSL cipher suites which are currently enabled for use on this engine.
getEnabledCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
Returns the list of cipher suites which are currently enabled for use by newly accepted connections.
getEnabledCipherSuites() - Method in class javax.net.ssl.SSLSocket
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
getEnabledProtocols() - Method in class javax.net.ssl.SSLEngine
Returns the names of the protocol versions which are currently enabled for use with this SSLEngine.
getEnabledProtocols() - Method in class javax.net.ssl.SSLServerSocket
Returns the names of the protocols which are currently enabled for use by the newly accepted connections.
getEnabledProtocols() - Method in class javax.net.ssl.SSLSocket
Returns the names of the protocol versions which are currently enabled for use on this connection.
getEnableSessionCreation() - Method in class javax.net.ssl.SSLEngine
Returns true if new SSL sessions may be established by this engine.
getEnableSessionCreation() - Method in class javax.net.ssl.SSLServerSocket
Returns true if new SSL sessions may be established by the sockets which are created from this server socket.
getEnableSessionCreation() - Method in class javax.net.ssl.SSLSocket
Returns true if new SSL sessions may be established by this socket.
getEnclosingClass() - Method in class java.lang.Class
Returns the immediately enclosing class of the underlying class.
getEnclosingConstructor() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a constructor, returns a Constructor object representing the immediately enclosing constructor of the underlying class.
getEnclosingMethod() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a method, returns a Method object representing the immediately enclosing method of the underlying class.
getEncoded() - Method in class java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded(String) - Method in class java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class java.security.cert.CertPath
Returns the encoded form of this certification path, using the default encoding.
getEncoded(String) - Method in class java.security.cert.CertPath
Returns the encoded form of this certification path, using the specified encoding.
getEncoded() - Method in class java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of this PolicyQualifierInfo.
getEncoded() - Method in class java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - Method in class java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - Method in interface java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER encoding.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class javax.crypto.EncryptedPrivateKeyInfo
Returns the ASN.1 encoding of this object.
getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
Returns the key material of this secret key.
getEncoded() - Method in class javax.net.ssl.SNIServerName
Returns a copy of the encoded server name value of this server name.
getEncoded() - Method in class javax.security.auth.x500.X500Principal
Returns the distinguished name in ASN.1 DER encoded form.
getEncoded() - Method in class javax.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEncoding() - Method in class com.codename1.ui.html.DocumentInfo
Returns a string describing the document's encoding
getEncoding() - Method in class com.sun.lwuit.html.DocumentInfo
Returns a string describing the document's encoding
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.util.logging.Handler
Return the character encoding for this Handler.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
 
getEncoding() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
Return input encoding if known or null if unknown.
getEncoding() - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding() - Method in interface org.xml.sax.ext.Locator2
Returns the name of the character encoding for the entity.
getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the encoding property.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncodings() - Method in class java.security.cert.CertPath
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
getEncryptedData() - Method in class javax.crypto.EncryptedPrivateKeyInfo
Returns the encrypted data.
getEndDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getEndIndex() - Method in interface java.text.CharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class java.text.FieldPosition
Retrieves the index of the character following the last character in the requested field.
getEndIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getEndIndex() for String.
getEndpointIdentificationAlgorithm() - Method in class javax.net.ssl.SSLParameters
Gets the endpoint identification algorithm.
getEndTime() - Method in class com.codename1.ui.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
getEndTime() - Method in class com.sun.lwuit.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
getEndYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getEngine() - Method in class javax.script.CompiledScript
Returns the ScriptEngine whose compile method created this CompiledScript.
getEngineByExtension(String) - Method in class javax.script.ScriptEngineManager
Look up and create a ScriptEngine for a given extension.
getEngineByMimeType(String) - Method in class javax.script.ScriptEngineManager
Look up and create a ScriptEngine for a given mime type.
getEngineByName(String) - Method in class javax.script.ScriptEngineManager
Looks up and creates a ScriptEngine for a given name.
getEngineFactories() - Method in class javax.script.ScriptEngineManager
Returns a list whose elements are instances of all the ScriptEngineFactory classes found by the discovery mechanism.
getEngineName() - Method in interface javax.script.ScriptEngineFactory
Returns the full name of the ScriptEngine.
getEngineVersion() - Method in interface javax.script.ScriptEngineFactory
Returns the version of the ScriptEngine.
getEntities() - Method in interface javax.xml.stream.events.DTD
Return a List containing the general entities, both external and internal, declared in the DTD.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEntries() - Method in class java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry(String, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
Gets a keystore Entry for the specified alias with the specified protection parameter.
getEntry(String) - Method in class java.util.jar.JarFile
Returns the ZipEntry for the given entry name or null if not found.
getEntry(String) - Method in class java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class java.net.JarURLConnection
Return the entry name for this connection.
getEnumConstants() - Method in class java.lang.Class
Returns the elements of this enum class or null if this Class object does not represent an enum type.
getenv(String) - Static method in class java.lang.System
Gets the value of the specified environment variable.
getenv() - Static method in class java.lang.System
Returns an unmodifiable string map view of the current system environment.
getEon() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return high order component for XML Schema 1.0 dateTime datatype field for year.
getEonAndYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return XML Schema 1.0 dateTime datatype field for year.
getEpochSecond() - Method in class java.time.Instant
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
getEra() - Method in interface java.time.chrono.ChronoLocalDate
Gets the era, as defined by the chronology.
getEra() - Method in class java.time.chrono.HijrahDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.JapaneseDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.MinguoDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.ThaiBuddhistDate
Gets the era applicable at this date.
getEra() - Method in class java.time.LocalDate
Gets the era applicable at this date.
getEras() - Method in class com.codename1.l10n.DateFormatSymbols
 
getEras() - Method in class java.text.DateFormatSymbols
Gets era strings.
getError() - Method in class com.codename1.io.NetworkEvent
 
getErrorCode() - Method in exception com.codename1.cloud.CloudException
Returns the error code for the cloud exception, see the cloud storage for return codes
getErrorCode() - Method in exception java.sql.SQLException
Retrieves the vendor-specific exception code for this SQLException object.
getErrorHandler() - Method in class javax.xml.validation.SchemaFactory
Gets the current ErrorHandler set to this SchemaFactory.
getErrorHandler() - Method in class javax.xml.validation.Validator
Gets the current ErrorHandler set to this Validator.
getErrorHandler() - Method in class javax.xml.validation.ValidatorHandler
Gets the current ErrorHandler set to this ValidatorHandler.
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorIndex() - Method in class java.text.ParsePosition
Retrieve the index at which an error occurred, or -1 if the error index has not been set.
getErrorIndex() - Method in exception java.time.format.DateTimeParseException
Returns the index where the error was found.
getErrorIndex() - Method in exception java.util.IllformedLocaleException
Returns the index where the error was found.
getErrorListener() - Method in class javax.xml.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorListener() - Method in class javax.xml.transform.TransformerFactory
Get the error event handler for the TransformerFactory.
getErrorManager() - Method in class java.util.logging.Handler
Retrieves the ErrorManager for this Handler.
getErrorOffset() - Method in exception com.codename1.l10n.ParseException
 
getErrorOffset() - Method in exception java.text.ParseException
Returns the position where the error was found.
getErrorStream() - Method in class java.lang.Process
Returns the input stream connected to the error output of the subprocess.
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getErrorText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getErrorWriter() - Method in interface javax.script.ScriptContext
Returns the Writer used to display error output.
getErrorWriter() - Method in class javax.script.SimpleScriptContext
Returns the Writer used to display error output.
getEscapeProcessing() - Method in interface javax.sql.RowSet
Retrieves whether escape processing is enabled for this RowSet object.
getEventAllocator() - Method in class javax.xml.stream.XMLInputFactory
Gets the allocator used by streams created with this factory
getEventMask() - Method in class java.awt.event.AWTEventListenerProxy
Returns the event mask associated with the listener.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventType() - Method in interface javax.xml.stream.events.XMLEvent
Returns an integer code for this event.
getEventType() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEventType() - Method in interface javax.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getExactSizeIfKnown() - Method in interface java.util.Spliterator
Convenience method that returns Spliterator.estimateSize() if this Spliterator is Spliterator.SIZED, else -1.
getException() - Method in class java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getException() - Method in exception java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getException() - Method in class java.util.concurrent.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getException() - Method in error javax.xml.parsers.FactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - Method in error javax.xml.stream.FactoryConfigurationError
Return the nested exception (if any)
getException() - Method in exception javax.xml.transform.TransformerException
This method retrieves an exception that this exception wraps.
getException() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - Method in exception org.xml.sax.SAXException
Return the embedded exception, if any.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExclusiveOwnerThread() - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Returns the thread last set by setExclusiveOwnerThread, or null if never set.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExemptionMechanism() - Method in class javax.crypto.Cipher
Returns the exemption mechanism object used with this cipher.
getExpectedContentType() - Method in class com.codename1.ui.html.DocumentInfo
Returns the expected content type, one of TYPE_HTML, TYPE_IMAGE or TYPE_CSS
getExpectedContentType() - Method in class com.sun.lwuit.html.DocumentInfo
Returns the expected content type, one of TYPE_HTML, TYPE_IMAGE or TYPE_CSS
getExpectedPolicies() - Method in interface java.security.cert.PolicyNode
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header field.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
 
getExpires() - Method in class com.codename1.io.Cookie
 
getExpires() - Static method in class com.codename1.io.Oauth2
Returns the expiry for the token received via oauth
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a double.
getExponent() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime's exponent.
getExponentSeparator() - Method in class java.text.DecimalFormatSymbols
Returns the string used to separate the mantissa from the exponent.
getExponentSize() - Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the random exponent (private value).
getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getExtendedKeyUsage() - Method in class java.security.cert.X509Certificate
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
getExtendedKeyUsage() - Method in class java.security.cert.X509CertSelector
Returns the extendedKeyUsage criterion.
getExtension(char) - Method in class java.util.Locale
Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.
getExtensionKeys() - Method in class java.util.Locale
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
getExtensions() - Method in exception java.security.cert.CertificateRevokedException
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.
getExtensions() - Method in interface javax.script.ScriptEngineFactory
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by this ScriptEngine.
getExtensionValue(String) - Method in interface java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
Tells the parser that if no external subset has been declared in the document text, none should be used.
getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
Allows applications to provide an external subset for documents that don't explicitly define one.
getExtra() - Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry.
getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFace() - Method in class com.codename1.ui.Font
Return Optional operation returning the font face for system fonts
getFace() - Method in class com.sun.lwuit.Font
Return Optional operation returning the font face for system fonts
getFaceBookObject(String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method returns immediately and will call the callback when it returns with the FaceBook Object data.
getFaceBookObject(String, ActionListener, boolean, boolean) - Method in class com.codename1.facebook.FaceBookAccess
This method returns immediately and will call the callback when it returns with the FaceBook Object data.
getFaceBookObjectItems(String, String, DefaultListModel, Hashtable, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Get a list of FaceBook objects for a given id
getFactory() - Method in class java.util.concurrent.ForkJoinPool
Returns the factory used for constructing new workers.
getFactory() - Method in interface javax.script.ScriptEngine
Returns a ScriptEngineFactory for the class to which this ScriptEngine belongs.
getFadeScrollBarSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
 
getFadeScrollEdgeLength() - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the width/height of the fading edge to indicate scrolling
getFailedProperties() - Method in exception java.sql.SQLClientInfoException
Returns the list of client info properties that could not be set.
getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure set by the setFailureHandler method.
getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a Locale to be used as a fallback locale for further resource bundle searches by the ResourceBundle.getBundle factory method.
getFamilyName() - Method in class com.codename1.contacts.Contact
Gets Contact family name
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Get the state of the named feature.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class javax.xml.transform.TransformerFactory
Look up the value of a feature.
getFeature(String) - Method in class javax.xml.validation.SchemaFactory
Look up the value of a feature flag.
getFeature(String) - Method in class javax.xml.validation.Validator
Look up the value of a feature flag.
getFeature(String) - Method in class javax.xml.validation.ValidatorHandler
Look up the value of a feature flag.
getFeature(String) - Method in class javax.xml.xpath.XPathFactory
Get the state of the named feature.
getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
getFeature(String, String) - Method in interface org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature flag.
getFetchDirection() - Method in interface java.sql.ResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in interface java.sql.Statement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in interface java.sql.ResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in interface java.sql.Statement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFgColor() - Method in class com.codename1.ui.plaf.Style
Foreground color for the component
getFgColor() - Method in class com.sun.lwuit.plaf.Style
Foreground color for the component
GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
getField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getField() - Method in class java.security.spec.EllipticCurve
Returns the finite field field that this elliptic curve is over.
getField() - Method in class java.text.FieldPosition
Retrieves the field identifier.
getField(DatatypeConstants.Field) - Method in class javax.xml.datatype.Duration
Gets the value of a field.
getFieldAttribute() - Method in class java.text.FieldPosition
Returns the field identifier as an attribute constant from one of the Field subclasses.
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields() - Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFieldSize() - Method in interface java.security.spec.ECField
Returns the field size in bits.
getFieldSize() - Method in class java.security.spec.ECFieldF2m
Returns the field size in bits which is m for this characteristic 2 finite field.
getFieldSize() - Method in class java.security.spec.ECFieldFp
Returns the field size in bits which is size of prime p for this prime finite field.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getFile() - Method in exception java.nio.file.FileSystemException
Returns the file used to create this exception.
getFile() - Method in interface javax.microedition.io.HttpConnection
 
getFileAttributeView(Path, Class<V>, LinkOption...) - Static method in class java.nio.file.Files
Returns a file attribute view of a given type.
getFileAttributeView(Class<V>) - Method in interface java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of this directory.
getFileAttributeView(T, Class<V>, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of a file in this directory.
getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Returns a file attribute view of a given type.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileName() - Method in interface java.nio.file.Path
Returns the name of the file or directory denoted by this path as a Path object.
getFileName() - Method in exception javax.script.ScriptException
Get the source of the script causing the error.
getFileNameMap() - Static method in class java.net.URLConnection
Loads filename map (a mimetable) from a data file.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFileStore(Path) - Static method in class java.nio.file.Files
Returns the FileStore representing the file store where a file is located.
getFileStore(Path) - Method in class java.nio.file.spi.FileSystemProvider
Returns the FileStore representing the file store where a file is located.
getFileStoreAttributeView(Class<V>) - Method in class java.nio.file.FileStore
Returns a FileStoreAttributeView of the given type.
getFileStores() - Method in class java.nio.file.FileSystem
Returns an object to iterate over the underlying file stores.
getFileSystem(URI) - Static method in class java.nio.file.FileSystems
Returns a reference to an existing FileSystem.
getFileSystem() - Method in interface java.nio.file.Path
Returns the file system that created this object.
getFileSystem(URI) - Method in class java.nio.file.spi.FileSystemProvider
Returns an existing FileSystem created by this provider.
getFileSystemSeparator() - Method in class com.codename1.io.FileSystemStorage
Returns the file system separator char normally '/'
getFileURL() - Method in class com.codename1.io.Log
Indicates the URL where the log file is saved
getFilter() - Method in class java.util.logging.Handler
Get the current Filter for this Handler.
getFilter() - Method in class java.util.logging.Logger
Get the current filter for this Logger.
getFilter() - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFirst() - Method in class java.util.ArrayDeque
 
getFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
getFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
getFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirst_name() - Method in class com.codename1.facebook.User
 
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstChildByTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Returns an HTMLElement's child by a tag ID (One of the TAG_* constants)
getFirstChildByTagName(String) - Method in class com.codename1.xml.Element
Returns an Element's child by a tag name
getFirstComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstDayOfWeek() - Method in class java.time.temporal.WeekFields
Gets the first day-of-week.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstDayOfWeek(Locale) - Method in class java.util.spi.CalendarDataProvider
Returns the first day of a week in the given locale.
getFirstName() - Method in class com.codename1.contacts.Contact
Gets Contact First Name
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFixedSelection() - Method in class com.codename1.ui.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
getFixedSelection() - Method in class com.sun.lwuit.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
getFlags() - Method in exception java.util.DuplicateFormatFlagsException
Returns the set of flags which contains a duplicate flag.
getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible flag.
getFlags() - Method in exception java.util.IllegalFormatFlagsException
Returns the set of flags which contains an illegal combination.
getFlags() - Method in exception java.util.UnknownFormatFlagsException
Returns the set of flags which contains an unknown flag.
getFloat(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getFloat(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type float or of another primitive type convertible to type float via a widening conversion.
getFloat(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFocusComponent(Component) - Method in interface com.codename1.ui.list.CellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getFocusComponent(Component) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getFocusComponent(Component) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getFocusCycleRootAncestor() - Method in class java.awt.Component
Returns the Container which is the focus cycle root of this Component's focus traversal cycle.
getFocused() - Method in class com.codename1.ui.Form
Returns the current focus component for this form
getFocused() - Method in class com.sun.lwuit.Form
Returns the current focus component for this form
getFocusedInstance() - Method in class com.codename1.ui.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
getFocusedInstance() - Method in class com.sun.lwuit.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
getFocusListeners() - Method in class java.awt.Component
Returns an array of all the focus listeners registered on this component.
getFocusTraversalKeys(int) - Method in class java.awt.Component
Returns the Set of focus traversal keys for a given traversal operation for this Component.
getFocusTraversalKeys(int) - Method in class java.awt.Container
Returns the Set of focus traversal keys for a given traversal operation for this Container.
getFocusTraversalKeysEnabled() - Method in class java.awt.Component
Returns whether focus traversal keys are enabled for this Component.
getFocusTraversalPolicy() - Method in class java.awt.Container
Returns the focus traversal policy that will manage keyboard traversal of this Container's children, or null if this Container is not a focus cycle root.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFont() - Method in class com.codename1.ui.Graphics
Returns the font used with the drawString method calls
getFont() - Method in class com.codename1.ui.plaf.Style
Font for the component
getFont(String) - Method in class com.codename1.ui.util.Resources
Returns the font resource from the file
getFont() - Method in class com.sun.lwuit.Graphics
Returns the font used with the drawString method calls
getFont() - Method in class com.sun.lwuit.plaf.Style
Font for the component
getFont(String) - Method in class com.sun.lwuit.util.Resources
Returns the font resource from the file
getFont() - Method in class java.awt.Component
Gets the font of this component.
getFontMetrics(Font) - Method in class java.awt.Component
Gets the font metrics for the specified font.
getFontResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the fonts within this bundle
getFontResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the fonts within this bundle
getForeground() - Method in class java.awt.Component
Gets the foreground color of this component.
getForkJoinTaskTag() - Method in class java.util.concurrent.ForkJoinTask
Returns the tag for this task.
getFormat() - Method in interface java.security.Certificate
Deprecated.
Returns the name of the coding format.
getFormat() - Method in interface java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the encoding format for this secret key.
getFormatId() - Method in interface javax.transaction.xa.Xid
Obtain the format identifier part of the XID.
getFormats() - Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats() - Method in class java.text.MessageFormat
Gets the formats used for the format elements in the previously set pattern string.
getFormats(String) - Method in class java.util.ResourceBundle.Control
Returns a List of Strings containing formats to be used to load resource bundles for the given baseName.
getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
Gets the formats used for the values passed into format methods or returned from parse methods.
getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
Returns the unmatched format specifier.
getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
Returns the format specifier which does not have a width.
getFormatter() - Method in class java.util.logging.Handler
Return the Formatter for this Handler.
getFormState(Form) - Method in class com.codename1.ui.util.UIBuilder
Returns the state of the current form which we are about to leave as part of the navigation logic.
getFounded() - Method in class com.codename1.facebook.Page
Simple Getter
getFractionalSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return fractional seconds.
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getFrameCount() - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
Returns the number of frames in the animation including the initial frame
getFrameRate() - Method in class com.codename1.ui.Display
Indicates the maximum frames the API will try to draw every second
getFrameRate() - Method in class com.sun.lwuit.Display
Indicates the maximum frames the API will try to draw every second
getFrameRGB(int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
Returns the RGB for the given frame, this method is relatively slow and it is recommended that you do not use it for realtime animations.
getFrameTime(int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
The time in which the given frame should appear
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFrom() - Method in class com.codename1.facebook.Album
Gets the from User
getFrom() - Method in class com.codename1.facebook.Photo
Get from
getFrom() - Method in class com.codename1.facebook.Post
Gets the from User
getFrom(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
 
getFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Gets the value of this field from the specified temporal object.
getFullUrl() - Method in class com.codename1.ui.html.DocumentInfo
Returns the full url string including parameters in GET request
getFullUrl() - Method in class com.sun.lwuit.html.DocumentInfo
Returns the full url string including parameters in GET request
getFunctionalInterfaceClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the invoked type to which this lambda has been converted
getFunctionalInterfaceMethodName() - Method in class java.lang.invoke.SerializedLambda
Get the name of the primary method for the functional interface to which this lambda has been converted.
getFunctionalInterfaceMethodSignature() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the primary method for the functional interface to which this lambda has been converted.
getFunctionColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getFwdIcon() - Method in class com.codename1.components.MediaPlayer
 
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, g.
getG() - Method in class java.security.spec.DSAParameterSpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPublicKeySpec
Returns the base g.
getG() - Method in class javax.crypto.spec.DHParameterSpec
Returns the base generator g.
getG() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the base generator g.
getG() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the base generator g.
getGameAction(int) - Method in class com.codename1.ui.Display
Returns the game action code matching the given key combination
getGameAction(int) - Method in class com.sun.lwuit.Display
Returns the game action code matching the given key combination
getGap() - Method in class com.codename1.ui.Label
Returns the gap in pixels between the icon/text to the Label boundaries
getGap() - Method in class com.sun.lwuit.Label
Returns the gap in pixels between the icon/text to the Label boundaries
getGender() - Method in class com.codename1.components.Ads
The user gender can be: M/m, F/f, Male, Female.
getGender() - Method in class com.codename1.facebook.User
 
getGeneratedKeys() - Method in interface java.sql.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGenerator() - Method in class java.security.spec.ECParameterSpec
Returns the generator which is also known as the base point.
getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
Returns a Type object representing the component type of this array.
getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
Returns the GenericDeclaration object representing the generic declaration declared this type variable.
getGenericDisplayName(String, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a generic name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericInterfaces() - Method in class java.lang.Class
Return array of interfaces implemented by this with actual generic parameters
getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericReturnType() - Method in class java.lang.reflect.Method
Returns a Type object that represents the formal return type of the method represented by this Method object.
getGenericSuperclass() - Method in class java.lang.Class
Return super class including actual generic parameters.
getGenericType() - Method in class java.lang.reflect.Field
Returns a Type object that represents the declared type for the field represented by this Field object.
getGlassPane() - Method in class com.codename1.ui.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
getGlassPane() - Method in class com.sun.lwuit.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
getGlobal() - Static method in class java.util.logging.Logger
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
Obtain the global transaction identifier part of XID as an array of bytes.
getGraphics() - Method in class com.codename1.ui.EncodedImage
 
getGraphics() - Method in class com.codename1.ui.Image
If this is a mutable image a graphics object allowing us to draw on it is returned.
getGraphics() - Method in class com.codename1.ui.RGBImage
This method is unsupported in this image type
getGraphics() - Method in class com.codename1.ui.ScaledImage
 
getGraphics() - Method in class com.sun.lwuit.EncodedImage
 
getGraphics() - Method in class com.sun.lwuit.Image
If this is a mutable image a graphics object allowing us to draw on it is returned.
getGraphics() - Method in class com.sun.lwuit.IndexedImage
Deprecated.
This method is unsupported in this image type
getGraphics() - Method in class com.sun.lwuit.RGBImage
This method is unsupported in this image type
getGraphics() - Method in class com.sun.lwuit.ScaledImage
 
getGraphics() - Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics() - Method in class java.awt.image.BufferedImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - Method in class java.awt.image.VolatileImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphicsConfiguration() - Method in class java.awt.Component
Gets the GraphicsConfiguration associated with this Component.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGreen(int) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.IndexColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreenMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the green color component.
getGreens(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of green color components into the specified array.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGridPosX() - Method in class com.codename1.ui.Component
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected.
getGridPosX() - Method in class com.codename1.ui.Container
 
getGridPosX() - Method in class com.codename1.ui.List
 
getGridPosY() - Method in class com.codename1.ui.Component
This method should be implemented correctly by subclasses to make snap to grid functionality work as expected.
getGridPosY() - Method in class com.codename1.ui.Container
 
getGridPosY() - Method in class com.codename1.ui.List
 
getGroup() - Method in class com.codename1.components.MultiButton
Indicates the group for the radio button
getGroup() - Method in class com.codename1.ui.RadioButton
This is a helper method to ease the usage of button groups
getGroupFlag() - Method in class com.codename1.ui.ComponentGroup
The group flag allows changing the flag that activates this group, from ComponentGroupBool to any arbitrary flag.
getGroupID() - Method in class java.rmi.activation.ActivationDesc
Returns the group identifier for the object specified by this descriptor.
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for thousands separator.
getGroupingSize() - Method in class java.text.DecimalFormat
Return the grouping size.
getGrowLimit() - Method in class com.codename1.ui.TextArea
Indicates the maximum number of rows in a text area after it has grown, -1 indicates no limit
getGuarantor() - Method in interface java.security.Certificate
Deprecated.
Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHandler() - Method in class javax.xml.transform.sax.SAXResult
Get the ContentHandler that is the Result.
getHandlers() - Method in class java.util.logging.Logger
Get the Handlers associated with this logger.
getHandshakeSession() - Method in class javax.net.ssl.SSLEngine
Returns the SSLSession being constructed during a SSL/TLS handshake.
getHandshakeSession() - Method in class javax.net.ssl.SSLSocket
Returns the SSLSession being constructed during a SSL/TLS handshake.
getHandshakeStatus() - Method in class javax.net.ssl.SSLEngine
Returns the current handshake status for this SSLEngine.
getHandshakeStatus() - Method in class javax.net.ssl.SSLEngineResult
Gets the handshake status of this SSLEngine operation.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHead(Handler) - Method in class java.util.logging.Formatter
Return the header string for a set of formatted records.
getHead(Handler) - Method in class java.util.logging.XMLFormatter
Return the header string for a set of XML formatted records.
getHeader(Object, String) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeaderField(int) - Method in class java.net.HttpURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
 
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
 
getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
 
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
 
getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
 
getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldNames(Object) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field names for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaders(Object, String) - Method in class com.codename1.io.ConnectionRequest
Returns the HTTP header field for the given connection, this method is only guaranteed to work when invoked from the readHeaders method.
getHeaders() - Method in class java.net.CacheResponse
Returns the response headers as a Map.
getHeight() - Method in class com.codename1.facebook.Photo
Get height
getHeight() - Method in class com.codename1.ui.animations.Timeline
 
getHeight() - Method in class com.codename1.ui.Component
Returns the component height
getHeight() - Method in class com.codename1.ui.EncodedImage
 
getHeight() - Method in class com.codename1.ui.Font
Return the total height of the font
getHeight() - Method in class com.codename1.ui.geom.Dimension
Return the height of the dimension
getHeight() - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().getHeight();
getHeight() - Method in class com.codename1.ui.Image
Returns the height of the image
getHeight() - Method in class com.codename1.ui.RGBImage
 
getHeight() - Method in class com.codename1.ui.ScaledImage
 
getHeight() - Method in class com.sun.lwuit.animations.Timeline
 
getHeight() - Method in class com.sun.lwuit.Component
Returns the component height
getHeight() - Method in class com.sun.lwuit.EncodedImage
 
getHeight() - Method in class com.sun.lwuit.Font
Return the total height of the font
getHeight() - Method in class com.sun.lwuit.geom.Dimension
Return the height of the dimension
getHeight() - Method in class com.sun.lwuit.Image
Returns the height of the image
getHeight() - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
getHeight() - Method in class com.sun.lwuit.RGBImage
 
getHeight() - Method in class com.sun.lwuit.ScaledImage
 
getHeight() - Method in class java.awt.Component
Returns the current height of this component.
getHeight() - Method in class java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight() - Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight() - Method in class java.awt.image.VolatileImage
Returns the height of the VolatileImage.
getHeightPercentage() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHint() - Method in class com.codename1.ui.List
Returns the hint text
getHint() - Method in class com.codename1.ui.TextArea
Returns the hint text
getHintIcon() - Method in class com.codename1.ui.List
Returns the hint icon
getHintIcon() - Method in class com.codename1.ui.TextArea
Returns the hint icon
getHintLabel() - Method in class com.codename1.ui.TextArea
Returns the hint label component that can be customized directly
getHoldability() - Method in interface java.sql.Connection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in interface java.sql.ResultSet
Retrieves the holdability of this ResultSet object
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHomeForm() - Method in class com.codename1.ui.util.UIBuilder
When reaching the home form the navigation stack is cleared
getHometown() - Method in class com.codename1.facebook.User
Gets the user Hometown if available
getHonorsVisibility() - Method in class com.codename1.ui.layouts.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHonorsVisibility() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHorizontalAlign() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHorizontalGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the Group that is responsible for layout along the horizontal axis.
getHorizontalGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the Group that is responsible for layout along the horizontal axis.
getHorizontalScrollHeight() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the default height of a horizontal scroll bar
getHorizontalScrollHeight() - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the default height of a horizontal scroll bar
getHorizontalSpan() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getHost() - Method in class java.net.URI
Returns the host component of this URI.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHost() - Method in interface javax.microedition.io.HttpConnection
 
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostAddress(URL) - Method in class java.net.URLStreamHandler
Get the IP address of our host.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostnameVerifier() - Method in class javax.net.ssl.HttpsURLConnection
Gets the HostnameVerifier in place on this instance.
getHostOrIP() - Static method in class com.codename1.io.Socket
Returns the hostname or ip address of the device if available/applicable
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getHour() - Method in class java.time.LocalDateTime
Gets the hour-of-day field.
getHour() - Method in class java.time.LocalTime
Gets the hour-of-day field.
getHour() - Method in class java.time.OffsetDateTime
Gets the hour-of-day field.
getHour() - Method in class java.time.OffsetTime
Gets the hour-of-day field.
getHour() - Method in class java.time.ZonedDateTime
Gets the hour-of-day field.
getHour() - Method in class javax.xml.datatype.XMLGregorianCalendar
getHours() - Method in class java.sql.Date
Deprecated. 
getHours() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
getHours() - Method in class javax.xml.datatype.Duration
Obtains the value of the HOURS field as an integer value, or 0 if not present.
getHTMLCallback() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the HTMLCallback that is set on this HTMLComponent
getHTMLCallback() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the HTMLCallback that is set on this HTMLComponent
getHttpMethod() - Method in class com.codename1.io.ConnectionRequest
Returns the http method
getIcon() - Method in class com.codename1.components.MultiButton
Returns the icon image
getIcon() - Method in class com.codename1.components.SpanButton
Returns the image of the icon
getIcon() - Method in class com.codename1.components.SpanLabel
Returns the image of the icon
getIcon() - Method in class com.codename1.maker.MakerPlugin
The icon that the user has set to this plugin
getIcon() - Method in class com.codename1.maps.layers.PointLayer
Gets the point Icon
getIcon() - Method in class com.codename1.ui.Command
Returns the icon representing the command
getIcon() - Method in class com.codename1.ui.Label
Returns the labels icon
getIcon() - Method in class com.sun.lwuit.Command
Returns the icon representing the command
getIcon() - Method in class com.sun.lwuit.Label
Returns the labels icon
getIconComponent() - Method in class com.codename1.components.MultiButton
Allows us to gain direct access to the icon component so we can set it directly without going via the other methods, this is especially useful for classes such as the ImageDownloadService which can then update the icon seamlessly.
getIconFromState() - Method in class com.codename1.ui.Button
Returns the icon for the button based on its current state
getIconFromState() - Method in class com.sun.lwuit.Button
Returns the icon for the button based on its current state
getIconName() - Method in class com.codename1.components.MultiButton
Returns the name of the icon
getIconPlaceholder() - Method in class com.codename1.components.RSSReader
 
getIconPlaceholder() - Method in class com.codename1.io.services.RSSService
 
getIconPosition() - Method in class com.codename1.components.MultiButton
Returns the icon position based on border layout constraints
getIconPosition() - Method in class com.codename1.components.SpanButton
Returns the icon position based on border layout constraints
getIconPosition() - Method in class com.codename1.components.SpanLabel
Returns the icon position based on border layout constraints
getIconUIID() - Method in class com.codename1.components.MultiButton
Returns the UIID of the Icon
getIconUIID() - Method in class com.codename1.components.SpanButton
Returns the UIID for the icon
getIconUIID() - Method in class com.codename1.components.SpanLabel
Returns the UIID for the icon
getIconUrl() - Method in class com.codename1.facebook.Photo
Get iconUrl
getId() - Method in class com.codename1.contacts.Contact
Gets the Contact unique id
getId() - Method in class com.codename1.facebook.FBObject
Simple getter
getId() - Method in class com.codename1.ui.Command
Return the command ID
getId() - Method in class com.sun.lwuit.Command
Return the command ID
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.rmi.activation.Activatable
Returns the object's activation identifier.
getId() - Method in interface java.security.cert.Extension
Gets the extensions's object identifier.
getId() - Method in interface java.time.chrono.Chronology
Gets the ID of the chronology.
getId() - Method in class java.time.chrono.HijrahChronology
Gets the ID of the chronology.
getId() - Method in class java.time.chrono.IsoChronology
Gets the ID of the chronology - 'ISO'.
getId() - Method in class java.time.chrono.JapaneseChronology
Gets the ID of the chronology - 'Japanese'.
getId() - Method in class java.time.chrono.MinguoChronology
Gets the ID of the chronology - 'Minguo'.
getId() - Method in class java.time.chrono.ThaiBuddhistChronology
Gets the ID of the chronology - 'ThaiBuddhist'.
getId() - Method in class java.time.ZoneId
Gets the unique time-zone ID.
getId() - Method in class java.time.ZoneOffset
Gets the normalized zone offset ID.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getId() - Method in interface javax.net.ssl.SSLSession
Returns the identifier assigned to this Session.
getId() - Method in class javax.xml.datatype.DatatypeConstants.Field
Get id of this Field.
getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getIdentity(String) - Method in class java.security.IdentityScope
Deprecated.
Returns the identity in this scope with the specified name (if any).
getIdentity(Principal) - Method in class java.security.IdentityScope
Deprecated.
Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - Method in class java.security.IdentityScope
Deprecated.
Retrieves the identity with the specified public key.
getIds() - Method in interface javax.net.ssl.SSLSessionContext
Returns an Enumeration of all session id's grouped under this SSLSessionContext.
getIdStr() - Method in class com.codename1.io.services.TwitterRESTService
Gets the id string of the first entry which is important if we want to set the id to start with in the next request
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getIgnorCharsWhileEncoding() - Static method in class com.codename1.io.Util
These chars will not be encoded by the encoding method in this class as requested in RFE 427 http://java.net/jira/browse/LWUIT-427
getIgnoreRepaint() - Method in class java.awt.Component
 
getImage() - Method in class com.codename1.components.ImageViewer
Returns the currently showing image
getImage() - Method in class com.codename1.ui.EncodedImage
 
getImage() - Method in class com.codename1.ui.Image
Returns the platform specific image implementation, warning the implementation class can change between revisions of Codename One and platforms.
getImage() - Method in class com.codename1.ui.ScaledImage
 
getImage(String) - Method in class com.codename1.ui.util.Resources
Returns the image resource from the file
getImage() - Method in class com.sun.lwuit.Image
Returns the platform specific image implementation, warning the implementation class can change between revisions of LWUIT and platforms.
getImage() - Method in class com.sun.lwuit.ScaledImage
 
getImage(String) - Method in class com.sun.lwuit.util.Resources
Returns the image resource from the file
getImageData() - Method in class com.codename1.components.FileEncodedImage
 
getImageData() - Method in class com.codename1.components.FileEncodedImageAsync
 
getImageData() - Method in class com.codename1.components.ReplaceableImage
 
getImageData() - Method in class com.codename1.components.StorageImage
 
getImageData() - Method in class com.codename1.components.StorageImageAsync
 
getImageData() - Method in class com.codename1.ui.EncodedImage
Returns the byte array data backing the image allowing the image to be stored and discarded completely from RAM.
getImageData() - Method in class com.codename1.ui.URLImage
 
getImageData() - Method in class com.sun.lwuit.EncodedImage
Returns the byte array data backing the image allowing the image to be stored and discarded completely from RAM.
getImageDataByte() - Method in class com.sun.lwuit.IndexedImage
Deprecated.
Retrieves the image data as offsets into the palette array
getImageIO() - Method in class com.codename1.ui.Display
Returns the image IO instance that allows scaling image files.
getImageIO() - Static method in class com.codename1.ui.util.ImageIO
Gets the ImageIO instance
getImageList() - Method in class com.codename1.components.ImageViewer
Returns the list model containing the images in the we can swipe through
getImageName() - Method in class com.codename1.ui.Image
The name of the image is set for some images mostly to ease the debugging of Codename One application
getImagePathToShare() - Method in class com.codename1.components.ShareButton
Gets the image path to share
getImageResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the images within this bundle
getImageResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the images within this bundle
getImages() - Method in class com.codename1.facebook.Photo
Get images vector where each entry is a String of a url
getImageSize(String) - Method in class com.codename1.ui.util.ImageIO
Returns the image size in pixels
getImageURL(String, Dimension) - Method in class com.codename1.facebook.FaceBookAccess
Returns the URL for a given image
getImageX() - Method in class com.codename1.components.ImageViewer
Returns the x position of the image viewport which can be useful when it is being panned by the user
getImageY() - Method in class com.codename1.components.ImageViewer
Returns the y position of the image viewport which can be useful when it is being panned by the user
getImplClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the class containing the implementation method.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplementationOrNull() - Method in class com.codename1.ui.Display
 
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getImplicitDownCycleTraversal() - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns whether this ContainerOrderFocusTraversalPolicy transfers focus down-cycle implicitly.
getImplMethodKind() - Method in class java.lang.invoke.SerializedLambda
Get the method handle kind (see MethodHandleInfo) of the implementation method.
getImplMethodName() - Method in class java.lang.invoke.SerializedLambda
Get the name of the implementation method.
getImplMethodSignature() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the implementation method.
getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
getInAppPurchase() - Static method in class com.codename1.payment.Purchase
Returns the native OS purchase implementation if applicable, if unavailable this method will try to fallback to a custom purchase implementation and failing that will return null
getInAppPurchase(boolean) - Static method in class com.codename1.payment.Purchase
Deprecated.
use the version that takes no arguments
getInAppPurchase() - Method in class com.codename1.ui.Display
Returns the native OS purchase implementation if applicable, if unavailable this method will try to fallback to a custom purchase implementation and failing that will return null
getInAppPurchase(boolean) - Method in class com.codename1.ui.Display
Deprecated.
use the version that accepts no arguments, the physical goods purchase is always manual payment if applicable
getInCheck() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIncrements() - Method in class com.codename1.ui.Slider
The increments when the user presses a key to the left/right/up/down etc.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getIndex() - Method in exception java.net.URISyntaxException
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
getIndex() - Method in exception java.nio.file.InvalidPathException
Returns an index into the input string of the position at which the error occurred, or -1 if this position is not known.
getIndex() - Method in exception java.security.cert.CertPathValidatorException
Returns the index of the certificate in the certification path that caused the exception to be thrown.
getIndex() - Method in exception java.sql.DataTruncation
Retrieves the index of the column or parameter that was truncated.
getIndex() - Method in interface java.text.CharacterIterator
Returns the current index.
getIndex() - Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getIndex() for String.
getIndex() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the error index.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML qualified (prefixed) name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndexDouble(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getIndexLong(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getIndexString(int) - Method in class com.codename1.cloud.CloudObject
Returns the index value for the given index number
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInfinity() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent infinity.
getInflater() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getInfo() - Method in class java.security.Identity
Deprecated.
Returns general information previously specified for this identity.
getInfo() - Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInitialPolicies() - Method in class java.security.cert.PKIXParameters
Returns an immutable Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
getInnerBorderMode() - Method in class com.codename1.ui.table.Table
Returns the current inner border mode
getInput() - Method in exception java.net.URISyntaxException
Returns the input string.
getInput() - Method in exception java.nio.file.InvalidPathException
Returns the input string.
getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputContext() - Method in class java.awt.Component
Gets the input context used by this component for handling the communication with input methods when text is entered in this component.
getInputEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInputField() - Method in class com.codename1.ui.VirtualKeyboard
This method returns the Virtual Keyboard TextField.
getInputLength() - Method in exception java.nio.charset.MalformedInputException
Returns the length of the input.
getInputLength() - Method in exception java.nio.charset.UnmappableCharacterException
Returns the length of the input.
getInputMethodControlObject() - Method in class java.awt.im.InputContext
Returns a control object from the current input method, or null.
getInputMethodListeners() - Method in class java.awt.Component
Returns an array of all the input method listeners registered on this component.
getInputMethodRequests() - Method in class java.awt.Component
Gets the input method request handler which supports requests from input methods for this component.
getInputMode() - Method in class com.codename1.ui.TextArea
Returns the currently selected input mode
getInputMode() - Method in class com.codename1.ui.TextField
 
getInputMode() - Method in class com.sun.lwuit.TextArea
Returns the currently selected input mode
getInputMode() - Method in class com.sun.lwuit.TextField
 
getInputModeOrder() - Method in class com.codename1.ui.TextArea
Returns the order in which input modes are toggled
getInputModeOrder() - Method in class com.codename1.ui.TextField
 
getInputModeOrder() - Method in class com.codename1.ui.VirtualKeyboard
Returns the order in which input modes are toggled
getInputModeOrder() - Method in class com.sun.lwuit.TextArea
Returns the order in which input modes are toggled
getInputModeOrder() - Method in class com.sun.lwuit.TextField
 
getInputSkipDelay() - Static method in class com.sun.lwuit.spinner.Spinner
Indicates the time after which the skip input area for entering spinner values manually will disappear
getInputSource() - Method in class javax.xml.transform.sax.SAXSource
Get the SAX InputSource to be used for the Source.
getInputStream() - Method in class java.lang.Process
Returns the input stream connected to the normal output of the subprocess.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputStream() - Method in class javax.xml.transform.stream.StreamSource
Get the byte stream that was set with setByteStream.
getInsertionIndex() - Method in class java.awt.font.TextHitInfo
Returns the insertion index.
getInsertPositionOffset() - Method in interface java.awt.im.InputMethodRequests
Gets the offset of the insert position in the committed text contained in the text editing component.
getInsets() - Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInstance() - Static method in class com.codename1.cloud.CloudStorage
Creates an instance of the cloud storage object, only one instance should be used per application.
getInstance() - Static method in class com.codename1.codescan.CodeScanner
Returns the instance of the code scanner, notice that this method is equivalent to Display.getInstance().getCodeScanner().
getInstance() - Static method in class com.codename1.facebook.FaceBookAccess
gets the class instance
getInstance() - Static method in class com.codename1.io.FileSystemStorage
This class is a singleton
getInstance() - Static method in class com.codename1.io.Log
Returns the singleton instance of the log
getInstance() - Static method in class com.codename1.io.NetworkManager
Returns the singleton instance of this class
getInstance() - Static method in class com.codename1.io.Storage
Returns the storage instance or null if the storage wasn't initialized using a call to init(String) first.
getInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for date/time (SHORT/SHORT).
getInstance() - Static method in class com.codename1.l10n.L10NManager
Convenience method that invokes Display.getLocalizationManager()
getInstance() - Static method in class com.codename1.social.FacebookConnect
 
getInstance() - Static method in class com.codename1.testing.TestReporting
Gets the test reporting instance
getInstance() - Static method in class com.codename1.ui.Display
Return the Display instance
getInstance() - Static method in class com.codename1.ui.plaf.UIManager
Singleton instance method
getInstance() - Static method in class com.sun.lwuit.Display
Return the Display instance
getInstance() - Static method in class com.sun.lwuit.plaf.UIManager
Singleton instance method
getInstance() - Static method in class java.awt.im.InputContext
Returns a new InputContext instance.
getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String, Provider) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, String) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, String) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, CertStoreParameters) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type and is initialized with the specified parameters.
getInstance(String, CertStoreParameters, String) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String, CertStoreParameters, Provider) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, Provider) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Provider) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Policy.Parameters) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, String) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, Provider) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, String) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, Provider) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, Provider) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance() - Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance(Locale) - Static method in class java.text.Collator
Gets the Collator for the desired locale.
getInstance() - Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - Static method in class java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the default locale.
getInstance(Locale) - Static method in class java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the default locale.
getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getInstance(Locale) - Method in class java.text.spi.CollatorProvider
Returns a new Collator instance for the specified locale.
getInstance(Locale) - Method in class java.text.spi.DateFormatSymbolsProvider
Returns a new DateFormatSymbols instance for the specified locale.
getInstance(Locale) - Method in class java.text.spi.DecimalFormatSymbolsProvider
Returns a new DecimalFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstance(String) - Static method in class java.util.Currency
Returns the Currency instance for the given currency code.
getInstance(Locale) - Static method in class java.util.Currency
Returns the Currency instance for the country of the given locale.
getInstance(String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, Provider) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String) - Static method in class javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String, String) - Static method in class javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String, Provider) - Static method in class javax.crypto.ExemptionMechanism
Returns an ExemptionMechanism object that implements the specified exemption mechanism algorithm.
getInstance(String) - Static method in class javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String, String) - Static method in class javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String, Provider) - Static method in class javax.crypto.KeyAgreement
Returns a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String) - Static method in class javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String, String) - Static method in class javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String, Provider) - Static method in class javax.crypto.KeyGenerator
Returns a KeyGenerator object that generates secret keys for the specified algorithm.
getInstance(String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, Provider) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String) - Static method in class javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String, String) - Static method in class javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String, Provider) - Static method in class javax.crypto.SecretKeyFactory
Returns a SecretKeyFactory object that converts secret keys of the specified algorithm.
getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String, String) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String, Provider) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String, String) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String, Provider) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(String, String) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(String, Provider) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstance(String, Configuration.Parameters) - Static method in class javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(String, Configuration.Parameters, String) - Static method in class javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(String, Configuration.Parameters, Provider) - Static method in class javax.security.auth.login.Configuration
Returns a Configuration object of the specified type.
getInstance(InputStream) - Static method in class javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the data read from the input stream inStream.
getInstance(byte[]) - Static method in class javax.security.cert.X509Certificate
Instantiates an X509Certificate object, and initializes it with the specified byte array.
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
getInstanceStrong() - Static method in class java.security.SecureRandom
Returns a SecureRandom object that was selected by using the algorithms/providers specified in the securerandom.strongAlgorithms Security property.
getInstant() - Method in class java.time.zone.ZoneOffsetTransition
Gets the transition instant.
getInstantiatedMethodType() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the primary functional interface method after type variables are substituted with their instantiation from the capture site.
getInt(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return an int
getInt(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed int values.
getInt(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type int or of another primitive type convertible to type int via a widening conversion.
getInt(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInteger(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getInteger(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntegerInstance() - Static method in class java.text.NumberFormat
Returns an integer number format for the current default FORMAT locale.
getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
Returns an integer number format for the specified locale.
getIntegerInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats integer values for the specified locale.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterface(Class<T>) - Method in interface javax.script.Invocable
Returns an implementation of an interface using functions compiled in the interpreter.
getInterface(Object, Class<T>) - Method in interface javax.script.Invocable
Returns an implementation of an interface using member functions of a scripting object compiled in the interpreter.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getInterfaces() - Method in class java.lang.Class
getInterfaces returns an array of all the interface classes this class implements directly.
getInternal() - Method in class com.codename1.components.FileEncodedImageAsync
 
getInternal() - Method in class com.codename1.components.StorageImageAsync
 
getInternal() - Method in class com.codename1.components.WebBrowser
Since the internal component can be either an HTMLComponent or a BrowserComponent one of them will be returned.
getInternal() - Method in class com.codename1.io.BufferedInputStream
Allows access to the underlying input stream if desired
getInternal() - Method in class com.codename1.ui.EncodedImage
Returns the actual image represented by the encoded image, this image will be cached in a weak/soft reference internally.
getInternal() - Method in class com.codename1.ui.URLImage
 
getInternalImage(int, int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
getInternalImage(int, int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
 
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
getInvalidityDate() - Method in exception java.security.cert.CertificateRevokedException
Returns the invalidity date, as specified in the Invalidity Date extension of this CertificateRevokedException.
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation of this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getIssuer() - Method in class java.security.cert.X509CertSelector
Returns the issuer criterion as an X500Principal.
getIssuerAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of issuer alternative names from the IssuerAltName extension, (OID = 2.5.29.18).
getIssuerAsBytes() - Method in class java.security.cert.X509CertSelector
Returns the issuer criterion as a byte array.
getIssuerAsString() - Method in class java.security.cert.X509CertSelector
getIssuerDN() - Method in class java.security.cert.X509Certificate
getIssuerDN() - Method in class java.security.cert.X509CRL
Denigrated, replaced by X509CRL.getIssuerX500Principal().
getIssuerDN() - Method in class javax.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIssuerNames() - Method in class java.security.cert.X509CRLSelector
Returns a copy of the issuerNames criterion.
getIssuers() - Method in class java.security.cert.X509CRLSelector
Returns the issuerNames criterion.
getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
getIssuerX500Principal() - Method in class java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) value from the CRL as an X500Principal.
getItem() - Method in class java.awt.event.ItemEvent
Returns the item affected by the event.
getItemAt(int) - Method in class com.codename1.cloud.CloudListModel
 
getItemAt(int) - Method in class com.codename1.contacts.ContactsModel
 
getItemAt(int) - Method in class com.codename1.ui.list.DefaultListModel
 
getItemAt(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
getItemAt(int) - Method in interface com.codename1.ui.list.ListModel
Returns the item at the given offset
getItemAt(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
getItemAt(int) - Method in interface com.sun.lwuit.list.ListModel
Returns the item at the given offset
getItemGap() - Method in class com.codename1.ui.List
Returns the gap between items
getItemGap() - Method in class com.sun.lwuit.List
Returns the gap between items
getItemSelectable() - Method in class java.awt.event.ItemEvent
Returns the originator of the event.
getIterationCount() - Method in interface javax.crypto.interfaces.PBEKey
Returns the iteration count or 0 if not specified.
getIterationCount() - Method in class javax.crypto.spec.PBEKeySpec
Returns the iteration count or 0 if not specified.
getIterationCount() - Method in class javax.crypto.spec.PBEParameterSpec
Returns the iteration count.
getIterator() - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIV() - Method in class javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - Method in class javax.crypto.spec.GCMParameterSpec
Returns the Initialization Vector (IV).
getIV() - Method in class javax.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getIV() - Method in class javax.crypto.spec.RC2ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getIV() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getJarEntry() - Method in class java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry(String) - Method in class java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - Method in class java.net.JarURLConnection
Return the JAR file for this connection.
getJarFileURL() - Method in class java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKeepAliveTime(TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getKey() - Method in class javax.crypto.spec.DESedeKeySpec
Returns the DES-EDE key.
getKey() - Method in class javax.crypto.spec.DESKeySpec
Returns the DES key material.
getKeyboardType() - Method in class com.codename1.ui.Display
Returns the type of the input device one of: KEYBOARD_TYPE_UNKNOWN, KEYBOARD_TYPE_NUMERIC, KEYBOARD_TYPE_QWERTY, KEYBOARD_TYPE_VIRTUAL, KEYBOARD_TYPE_HALF_QWERTY
getKeyboardType() - Method in class com.sun.lwuit.Display
Returns the type of the input device one of: KEYBOARD_TYPE_UNKNOWN, KEYBOARD_TYPE_NUMERIC, KEYBOARD_TYPE_QWERTY, KEYBOARD_TYPE_VIRTUAL, KEYBOARD_TYPE_HALF_QWERTY
getKeyChar() - Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode(int) - Method in class com.codename1.ui.Display
Deprecated.
this method doesn't work properly across device and is mocked up here mostly for the case of unit testing. Do not use it for anything other than that! Do not rely on getKeyCode(GAME_*) == keyCodeFromKeyEvent, this will never actually happen!
getKeyCode(int) - Method in class com.sun.lwuit.Display
Deprecated.
this method doesn't work properly across device and is mocked up here mostly for the case of unit testing. Do not use it for anything other than that! Do not rely on getKeyCode(GAME_*) == keyCodeFromKeyEvent, this will never actually happen!
getKeyCode() - Method in class java.awt.event.KeyEvent
Returns the integer keyCode associated with the key in this event.
getKeyEvent() - Method in class com.codename1.ui.events.ActionEvent
If this event was triggered by a key press this method will return the appropriate keycode
getKeyEvent() - Method in class com.sun.lwuit.events.ActionEvent
If this event was triggered by a key press this method will return the appropriate keycode
getKeyLength() - Method in class javax.crypto.spec.PBEKeySpec
Returns the to-be-derived key length or 0 if not specified.
getKeyListeners() - Method in class java.awt.Component
Returns an array of all the key listeners registered on this component.
getKeyLocation() - Method in class java.awt.event.KeyEvent
Returns the location of the key that originated this key event.
getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
Returns one key manager for each type of key material.
getKeyModifiersText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys() - Method in class java.util.ListResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.PropertyResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.ResourceBundle
Returns an enumeration of the keys.
getKeysInCache() - Method in class com.codename1.io.CacheMap
Returns the keys for all the objects currently in cache, this is useful to traverse all the objects and refresh them without actually deleting the cache and fetching them from scratch.
Important this vector is a copy of a current state, keys might not exist anymore or might change, others might be added in the interim.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
getKeySpec(Key, Class<T>) - Method in class java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeySpec(Cipher) - Method in class javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key) - Method in class javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key, String) - Method in class javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(Key, Provider) - Method in class javax.crypto.EncryptedPrivateKeyInfo
Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.
getKeySpec(SecretKey, Class<?>) - Method in class javax.crypto.SecretKeyFactory
Returns a specification (key material) of the given key object in the requested format.
getKeyStore() - Method in class java.security.KeyStore.Builder
Returns the KeyStore described by this object.
getKeyText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getKeyUsage() - Method in class java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
getKeyUsage() - Method in class java.security.cert.X509CertSelector
Returns the keyUsage criterion.
getKeywords() - Method in class com.codename1.components.Ads
Keywords relevant to this user specific session
getL() - Method in class javax.crypto.spec.DHParameterSpec
Returns the size in bits, l, of the random exponent (private value).
getL10N(String, String) - Method in class com.codename1.ui.util.Resources
Returns a hashmap containing localized String key/value pairs for the given locale name
getL10N(String, String) - Method in class com.sun.lwuit.util.Resources
Returns a hashmap containing localized String key/value pairs for the given locale name
getL10NResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the localization bundles within this bundle
getL10NResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the localization bundles within this bundle
getLabelForComponent() - Method in class com.codename1.ui.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
getLabelForComponent() - Method in class com.sun.lwuit.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
getLabelPreferredSize(Label) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getLabelPreferredSize(Label) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getLabelPreferredSize(Label) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getLabelPreferredSize(Label) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getLandscapeSwap(String) - Method in class com.codename1.ui.layouts.BorderLayout
Returns the landscape swap destination for the given border layout element if such a destination is defined.
getLanguage() - Method in class com.codename1.l10n.L10NManager
Returns the current locale language as an ISO 639 two letter code
getLanguage() - Method in class com.codename1.maps.providers.GoogleMapsProvider
Defines the language to use for display of labels on map tiles.
getLanguage() - Method in class java.util.Locale
Returns the language code of this Locale.
getLanguageName() - Method in interface javax.script.ScriptEngineFactory
Returns the name of the scripting language supported by this ScriptEngine.
getLanguageVersion() - Method in interface javax.script.ScriptEngineFactory
Returns the version of the scripting language supported by this ScriptEngine.
getLargeMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargestMinimum() - Method in class java.time.temporal.ValueRange
Gets the largest possible minimum value that the field can take.
getLargestPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLargeUpdateCount() - Method in interface java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getLargeUpdateCounts() - Method in exception java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getLast() - Method in class java.util.ArrayDeque
 
getLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
getLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
getLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLast_name() - Method in class com.codename1.facebook.User
 
getLast_updated() - Method in class com.codename1.facebook.User
 
getLastAccessedTime() - Method in interface javax.net.ssl.SSLSession
Returns the last time this Session representation was accessed by the session level infrastructure, in milliseconds since midnight, January 1, 1970 UTC.
getLastAccessTime() - Method in class java.util.zip.ZipEntry
Returns the last access time of the entry.
getLastActivityTime() - Method in class com.codename1.io.BufferedInputStream
Returns the time of the last activity
getLastActivityTime() - Method in class com.codename1.io.BufferedOutputStream
Returns the time of the last activity
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastKnownLocation() - Method in class com.codename1.location.LocationManager
Gets the last known Location of the device.
getLastModified() - Method in class com.codename1.cloud.CloudObject
Indicates the last modification date for the object
getLastModified(String) - Method in class com.codename1.io.FileSystemStorage
Returns the time that the file denoted by this abstract pathname was last modified.
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
 
getLastModifiedTime(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns a file's last modified time.
getLastModifiedTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getLatitude() - Method in class com.codename1.location.Location
Returns the latitude of this Location
getLatitude() - Method in class com.codename1.maps.Coord
Gets the Coord Latitude
getLayerAt(int) - Method in class com.codename1.maps.MapComponent
Returns Layer at index
getLayeredPane() - Method in class com.codename1.ui.Form
This method returns the layered pane of the Form, the layered pane is laid on top of the content pane and is created lazily upon calling this method the layer will be created.
getLayersConut() - Method in class com.codename1.maps.MapComponent
Returns layers count
getLayout() - Method in class com.codename1.ui.Container
Returns the layout manager responsible for arranging this container
getLayout() - Method in class com.codename1.ui.Dialog
 
getLayout() - Method in class com.codename1.ui.Form
 
getLayout() - Method in class com.sun.lwuit.Container
Returns the layout manager responsible for arranging this container
getLayout() - Method in class com.sun.lwuit.Form
 
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutDimensions() - Method in class com.codename1.ui.layouts.GridBagLayout
 
getLayoutHeight() - Method in class com.codename1.ui.Container
Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutHeight() - Method in class com.sun.lwuit.Container
Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutStyle() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the LayoutStyle instance to use
getLayoutStyle() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the LayoutStyle instance to use
getLayoutWeights() - Method in class com.codename1.ui.layouts.GridBagLayout
 
getLayoutWidth() - Method in class com.codename1.ui.Container
Returns the width for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutWidth() - Method in class com.sun.lwuit.Container
Returns the width for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLeadComponent() - Method in class com.codename1.ui.Container
Returns the lead component for this hierarchy if such a component is defined
getLeadParent() - Method in class com.codename1.ui.Container
Returns the lead container thats handling the leading, this is useful for a container hierarchy where the parent container might not be the leader
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
getLeastSignificantBits() - Method in class java.util.UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getLength(String) - Method in class com.codename1.io.FileSystemStorage
Returns the length of the file
getLength() - Method in class com.codename1.io.NetworkEvent
Returns the length of the download event or the upload event in case it is known.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength() - Method in class java.text.Bidi
Return the length of text in the line.
getLength() - Method in interface javax.microedition.io.ContentConnection
 
getLength() - Method in interface javax.microedition.io.Datagram
 
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - Method in interface org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the number of attributes in this list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLevel() - Static method in class com.codename1.io.Log
Returns the logging level for printing log details, the lower the value the more verbose would the printouts be
getLevel() - Method in class java.util.logging.Handler
Get the log level specifying which messages will be logged by this Handler.
getLevel() - Method in class java.util.logging.Logger
Get the log Level that has been specified for this Logger.
getLevel() - Method in class java.util.logging.LogRecord
Get the logging message level, for example Level.SEVERE.
getLevelAt(int) - Method in class java.text.Bidi
Return the resolved level of the character at offset.
getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
Get a SAX2 LexicalHandler for the output.
getLikes() - Method in class com.codename1.facebook.Post
Gets the Link Count
getLikesCount() - Method in class com.codename1.facebook.Page
Simple Getter
getLimit() - Method in class com.codename1.components.RSSReader
Places a limit on the number of RSS entries requested from the server
getLimits() - Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the given locale.
getLineInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for line breaks for the given locale.
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated.
Returns the current line number.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLineNumber() - Method in exception javax.script.ScriptException
Get the line number on which an error occurred.
getLineNumber() - Method in interface javax.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in interface javax.xml.transform.SourceLocator
Return the line number where the current document event ends.
getLineNumber() - Method in interface org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in exception org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLines() - Method in class com.codename1.ui.TextArea
Returns the number of text lines in the TextArea
getLines() - Method in class com.sun.lwuit.TextArea
Returns the number of text lines in the TextArea
getLinesToScroll() - Method in class com.codename1.ui.TextArea
Indicates the number of lines to scroll with every scroll operation
getLinesToScroll() - Method in class com.sun.lwuit.TextArea
Indicates the number of lines to scroll with every scroll operation
getLink() - Method in class com.codename1.facebook.Album
Gets the link
getLink() - Method in class com.codename1.facebook.Page
Simple Getter
getLink() - Method in class com.codename1.facebook.Photo
Get link
getLink() - Method in class com.codename1.facebook.User
 
getLinkDescription() - Method in class com.codename1.facebook.Post
Gets the linkDescription
getLinkName() - Method in class com.codename1.facebook.Post
Deprecated.
use getName() instead
getLinkProperties(HTMLComponent, String) - Method in class com.codename1.components.Ads
 
getLinkProperties(HTMLComponent, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkProperties(HTMLComponent, String) - Method in interface com.codename1.ui.html.HTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkProperties(HTMLComponent, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkProperties(HTMLComponent, String) - Method in interface com.sun.lwuit.html.HTMLCallback
Returns properties about the given link to indicate to HTMLComponent how to render it Note that this method is always called NOT on the EDT thread.
getLinkUrl() - Method in class com.codename1.facebook.Post
Gets the link Url
getListCellRendererComponent(List, T, int, boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getListCellRendererComponent(List, T, int, boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getListCellRendererComponent(List, T, int, boolean) - Method in interface com.codename1.ui.list.ListCellRenderer
Returns a component instance that is already set to render "value".
getListCellRendererComponent(List, Object, int, boolean) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
 
getListCellRendererComponent(List, Object, int, boolean) - Method in interface com.sun.lwuit.list.ListCellRenderer
Returns a component instance that is already set to render "value".
getListener() - Method in class java.util.EventListenerProxy
Returns the listener associated with the proxy.
getListenerCollection() - Method in class com.codename1.ui.util.EventDispatcher
Returns the collection of the listeners
getListeners() - Method in class com.codename1.components.OnOffSwitch
Returns a collection containing the action listeners for this button
getListeners() - Method in class com.codename1.ui.Button
Returns a collection containing the action listeners for this button
getListeners() - Method in class com.codename1.ui.list.ContainerList
This method allows extracting the action listeners from the current list
getListeners() - Method in class com.codename1.ui.List
This method allows extracting the action listeners from the current list
getListeners(Class<T>) - Method in class java.awt.Component
Returns an array of all the objects currently registered as FooListeners upon this Component.
getListeners(Class<T>) - Method in class java.awt.Container
Returns an array of all the objects currently registered as FooListeners upon this Container.
getListenerVector() - Method in class com.codename1.ui.util.EventDispatcher
Deprecated.
use getListenerCollection instead, this method will now be VERY SLOW
getListenerVector() - Method in class com.sun.lwuit.util.EventDispatcher
Returns the vector of the listeners
getListFocusComponent(List) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getListFocusComponent(List) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getListFocusComponent(List) - Method in interface com.codename1.ui.list.ListCellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getListFocusComponent(List) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
 
getListFocusComponent(List) - Method in interface com.sun.lwuit.list.ListCellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getListPreferredSize(List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getListPreferredSize(List) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getListPreferredSize(List) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getListPreferredSize(List) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getListSizeCalculationSampleCount() - Method in class com.codename1.ui.List
Indicates the number of elements the list should check to determine the element sizes.
getLoadingPlaceholder() - Method in class com.codename1.cloud.CloudListModel
When loading the element from the cloud a placehold is shown to indicate to the user that the content isn't fully here
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.nio.channels.AsynchronousServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.DatagramChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in interface java.nio.channels.NetworkChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.ServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.SocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
 
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
 
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
 
getLocalCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
getLocalCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the certificate(s) that were sent to the peer during handshaking.
getLocalCertificates() - Method in class javax.net.ssl.HttpsURLConnection
Returns the certificate(s) that were sent to the server during handshaking.
getLocalCertificates() - Method in interface javax.net.ssl.SSLSession
Returns the certificate(s) that were sent to the peer during handshaking.
getLocale() - Method in class com.codename1.facebook.User
 
getLocale() - Method in class com.codename1.l10n.L10NManager
Determines the locale (location) as an ISO 3166 country code
getLocale() - Method in class java.awt.Component
Gets the locale of this component.
getLocale() - Method in class java.awt.im.InputContext
Returns the current locale of the current input method or keyboard layout.
getLocale() - Method in class java.text.MessageFormat
Gets the locale that's used when creating or comparing subformats.
getLocale() - Method in class java.time.format.DateTimeFormatter
Gets the locale to be used during formatting.
getLocale() - Method in class java.util.ResourceBundle
Returns the locale of this resource bundle.
getLocale() - Method in class javax.security.auth.callback.LanguageCallback
Get the retrieved Locale.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocality() - Method in class com.codename1.contacts.Address
Gets Address Locality
getLocalizationManager() - Method in class com.codename1.ui.Display
Returns the localization manager instance for this platform
getLocalizedDateTimePattern(FormatStyle, FormatStyle, Chronology, Locale) - Static method in class java.time.format.DateTimeFormatterBuilder
Gets the formatting pattern for date and time styles for a locale and chronology.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalizedName() - Method in class java.util.logging.Level
Return the localized string name of the Level, for the current default locale.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
getLocalizedPrice() - Method in class com.codename1.payment.Product
 
getLocalName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalPart() - Method in class javax.xml.namespace.QName
Get the local part of this QName.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.DatagramSocketImpl
Gets the local port.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
 
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
 
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
 
getLocalPrincipal() - Method in class java.net.SecureCacheResponse
Returns the principal that was sent to the server during handshaking in the original connection that retrieved the network resource.
getLocalPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the principal that was sent to the peer during handshaking.
getLocalPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
Returns the principal that was sent to the server during handshaking.
getLocalPrincipal() - Method in interface javax.net.ssl.SSLSession
Returns the principal that was sent to the peer during handshaking.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLocalSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
Obtains an array of supported signature algorithms that the local side is willing to use.
getLocalTime() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the local time of day of the transition which must be checked with ZoneOffsetTransitionRule.isMidnightEndOfDay().
getLocation() - Method in class com.codename1.components.Ads
Location string is a comma separated list of country, state/province, city For example: US, NY, NY
getLocation() - Method in class com.codename1.facebook.Album
Gets the location
getLocation() - Method in class com.codename1.facebook.User
Gets the user City if available
getLocation() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation(Point) - Method in class java.awt.Component
Stores the x,y origin of this component into "return value" rv and return rv.
getLocation() - Method in exception java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLocation() - Method in class java.rmi.activation.ActivationDesc
Returns the code location for the object specified by this descriptor.
getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's code location.
getLocation() - Method in class java.security.CodeSource
Returns the location associated with this CodeSource.
getLocation() - Method in interface javax.xml.stream.events.XMLEvent
Return the location of this event.
getLocation() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocation() - Method in exception javax.xml.stream.XMLStreamException
Gets the location of the exception
getLocation() - Method in interface javax.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocation() - Method in interface org.w3c.dom.DOMError
The location of the error.
getLocationAsString() - Method in exception javax.xml.transform.TransformerException
Get the location information as a string.
getLocationListener() - Method in class com.codename1.location.LocationManager
Allows the implementation to notify the location listener of changes to location
getLocationManager() - Static method in class com.codename1.location.LocationManager
Gets the LocationManager instance
getLocationManager() - Method in class com.codename1.ui.Display
This method returns the platform Location Control
getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
Gets the offset within the composed text for the specified absolute x and y coordinates on the screen.
getLocationOnScreen() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLocationOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute x, y position of the event.
getLocator() - Method in exception javax.xml.transform.TransformerException
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
getLog() - Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getLogContent() - Static method in class com.codename1.io.Log
Returns the contents of the log as a single long string to be displayed by the application any way it sees fit
getLogger(String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String) - Method in class java.util.logging.LogManager
Method to find a named logger.
getLoggerLevel(String) - Method in interface java.util.logging.LoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerName() - Method in class java.util.logging.LogRecord
Get the source Logger's name.
getLoggerNames() - Method in interface java.util.logging.LoggingMXBean
Returns the list of currently registered logger names.
getLoggerNames() - Method in class java.util.logging.LogManager
Get an enumeration of known logger names.
getLoggingMXBean() - Static method in class java.util.logging.LogManager
Returns LoggingMXBean for managing loggers.
getLoginModuleName() - Method in class javax.security.auth.login.AppConfigurationEntry
Get the class name of the configured LoginModule.
getLoginTimeout() - Static method in class java.sql.DriverManager
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database.
getLoginTimeout() - Method in interface javax.sql.CommonDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogManager() - Static method in class java.util.logging.LogManager
Returns the global LogManager object.
getLogStream() - Static method in class java.sql.DriverManager
Deprecated.
Use getLogWriter
getLogWriter() - Static method in class java.sql.DriverManager
Retrieves the log writer.
getLogWriter() - Method in interface javax.sql.CommonDataSource
Retrieves the log writer for this DataSource object.
getLong(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getLong(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type long or of another primitive type convertible to type long via a widening conversion.
getLong(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
getLong(TemporalField) - Method in interface java.time.chrono.Era
Gets the value of the specified field from this era as a long.
getLong(TemporalField) - Method in class java.time.chrono.HijrahDate
 
getLong(TemporalField) - Method in class java.time.chrono.JapaneseDate
 
getLong(TemporalField) - Method in class java.time.chrono.MinguoDate
 
getLong(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
 
getLong(TemporalField) - Method in enum java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as a long.
getLong(TemporalField) - Method in class java.time.Instant
Gets the value of the specified field from this instant as a long.
getLong(TemporalField) - Method in class java.time.LocalDate
Gets the value of the specified field from this date as a long.
getLong(TemporalField) - Method in class java.time.LocalDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.LocalTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - Method in enum java.time.Month
Gets the value of the specified field from this month-of-year as a long.
getLong(TemporalField) - Method in class java.time.MonthDay
Gets the value of the specified field from this month-day as a long.
getLong(TemporalField) - Method in class java.time.OffsetDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.OffsetTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the value of the specified field as a long.
getLong(TemporalField) - Method in class java.time.Year
Gets the value of the specified field from this year as a long.
getLong(TemporalField) - Method in class java.time.YearMonth
Gets the value of the specified field from this year-month as a long.
getLong(TemporalField) - Method in class java.time.ZonedDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.ZoneOffset
Gets the value of the specified field from this offset as a long.
getLongClickDuration() - Method in class com.codename1.ui.TextField
The amount of time considered as a "long click" causing the long click method to be invoked.
getLongClickDuration() - Method in class com.sun.lwuit.TextField
The amount of time considered as a "long click" causing the long click method to be invoked.
getLongClickInputMode() - Method in class com.codename1.ui.TextField
Returns the input mode for the ong click mode
getLongClickInputMode() - Method in class com.sun.lwuit.TextField
Returns the input mode for the ong click mode
getLongitude() - Method in class com.codename1.location.Location
Returns the longitude of this Location
getLongitude() - Method in class com.codename1.maps.Coord
Gets the Coord Longitude.
getLongtitude() - Method in class com.codename1.location.Location
Deprecated.
use getLongitude
getLookAndFeel() - Method in class com.codename1.ui.plaf.UIManager
Returns the currently installed look and feel
getLookAndFeel() - Method in class com.sun.lwuit.plaf.UIManager
Returns the currently installed look and feel
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getLowerBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the lower bound(s) of this type variable.
getLowestSetBit() - Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getM() - Method in class java.security.spec.ECFieldF2m
Returns the value m of this characteristic 2 finite field.
getMacLength() - Method in class javax.crypto.Mac
Returns the length of the MAC in bytes.
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - Method in class java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getMajorVersion() - Method in class com.codename1.ui.util.Resources
Returns the version number for this resource file.
getMajorVersion() - Method in class com.sun.lwuit.util.Resources
Returns the version number for this resource file.
getMajorVersion() - Method in interface java.sql.Driver
Retrieves the driver's major version number.
getManifest() - Method in class java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - Method in class java.util.jar.JarFile
Returns the jar file manifest, or null if none.
getManifest() - Method in class java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getMappedValue() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMapSize() - Method in class java.awt.image.IndexColorModel
Returns the size of the color/alpha component arrays in this IndexColorModel.
getMargin(int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMargin(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMargin(int) - Method in class com.sun.lwuit.plaf.Style
Returns the Margin
getMargin(boolean, int) - Method in class com.sun.lwuit.plaf.Style
Returns the Margin
getMarginUnit() - Method in class com.codename1.ui.plaf.Style
Indicates the units used for margin elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
getMarginValue(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Margin
getMask() - Method in class com.codename1.ui.Label
Returns the mask matching the given image
getMask(int) - Method in class java.awt.image.PackedColorModel
Returns the mask indicating which bits in a pixel contain the specified color/alpha sample.
getMaskedIcon() - Method in class com.codename1.ui.Label
If a mask is applied returns the icon with a mask, otherwise returns the icon
getMaskName() - Method in class com.codename1.components.MultiButton
Set the mask name for the icon
getMaskName() - Method in class com.codename1.ui.Label
Determines the name of the mask from the image constants thus allowing the mask to be applied from the theme
getMasks() - Method in class java.awt.image.PackedColorModel
Returns a mask array indicating which bits in a pixel contain the color and alpha samples.
getMatchAllSubjectAltNames() - Method in class java.security.cert.X509CertSelector
Indicates if the X509Certificate must contain all or at least one of the subjectAlternativeNames specified in the setSubjectAlternativeNames or addSubjectAlternativeName methods.
getMax() - Method in class com.codename1.ui.spinner.NumericSpinner
The maximum value for the spinner
getMax() - Method in class java.util.DoubleSummaryStatistics
Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded.
getMax() - Method in class java.util.IntSummaryStatistics
Returns the maximum value recorded, or Integer.MIN_VALUE if no values have been recorded.
getMax() - Method in class java.util.LongSummaryStatistics
Returns the maximum value recorded, or Long.MIN_VALUE if no values have been recorded
getMaxAge() - Method in class java.net.HttpCookie
Returns the maximum age of the cookie, specified in seconds.
getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.
getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the jurisdiction policy file.
getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCRL() - Method in class java.security.cert.X509CRLSelector
Returns the maxCRLNumber criterion.
getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxElementHeight() - Method in class com.codename1.ui.List
Maximum number of elements shown in a list, this member is used to calculate the list preferred size.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
Return the maximum length of any expansion sequences that end with the specified comparison order.
getMaxFieldSize() - Method in interface java.sql.Statement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFieldSize() - Method in interface javax.sql.RowSet
Retrieves the maximum number of bytes that may be returned for certain column values.
getMaximum() - Method in class java.time.temporal.ValueRange
Gets the maximum value that the field can take.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
getMaximumFractionDigits() - Method in class java.text.DecimalFormat
Gets the maximum number of digits allowed in the fraction portion of a number.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.DecimalFormat
Gets the maximum number of digits allowed in the integer portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
 
getMaximumPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaximumSize() - Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize() - Method in class java.awt.Container
Returns the maximum size of this container.
getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxLogicalLobSize() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for the logical size for a LOB.
getMaxPathLength() - Method in class java.security.cert.PKIXBuilderParameters
Returns the value of the maximum number of intermediate non-self-issued certificates that may exist in a certification path.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRows() - Method in interface javax.sql.RowSet
Retrieves the maximum number of rows that this RowSet object can contain.
getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxSize() - Method in class com.codename1.ui.TextArea
Returns the maximum size for the text area
getMaxSize() - Method in class com.sun.lwuit.TextArea
Returns the maximum size for the text area
getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a user name.
getMaxValue() - Method in class com.codename1.ui.Slider
 
getMaxZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the max zoom level of the map
getMedia() - Method in class com.codename1.components.MediaPlayer
Returns the Media Object of this MediaPlayer
getMediaRecorderingMimeType() - Static method in class com.codename1.media.MediaManager
Deprecated.
see getAvailableRecordingMimeTypes() instead
getMediaRecorderingMimeType() - Method in class com.codename1.ui.Display
Deprecated.
see getAvailableRecordingMimeTypes() instead
getMediaTime() - Method in class com.sun.lwuit.MediaComponent
Return the duration of the media
getMenuBar() - Method in class com.codename1.ui.Form
Returns the associated Menu Bar object
getMenuBarClass() - Method in class com.codename1.ui.plaf.LookAndFeel
This method returns the MenuBar class.
getMenuIcons() - Method in class com.codename1.ui.plaf.LookAndFeel
Simple getter for the menu icons
getMenuIcons() - Method in class com.sun.lwuit.plaf.LookAndFeel
Simple getter for the menu icons
getMenuRenderer() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the Menu default renderer
getMenuRenderer() - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the Menu default renderer
getMenuStyle() - Method in class com.codename1.ui.Form
Returns the style of the menu
getMenuStyle() - Method in class com.codename1.ui.MenuBar
Returns the Menu Dialog Style
getMenuStyle() - Method in class com.sun.lwuit.Form
Returns the style of the menu
getMessage() - Method in class com.codename1.facebook.Post
Gets the message
getMessage() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getMessage() - Method in class com.codename1.io.NetworkEvent
 
getMessage() - Method in exception java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in exception java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in exception java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - Method in exception java.nio.charset.MalformedInputException
Returns the message.
getMessage() - Method in exception java.nio.charset.UnmappableCharacterException
Returns the message.
getMessage() - Method in exception java.nio.file.FileSystemException
Returns the detail message string.
getMessage() - Method in exception java.nio.file.InvalidPathException
Returns a string describing the error.
getMessage() - Method in exception java.rmi.activation.ActivationException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.rmi.RemoteException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.rmi.server.ServerCloneException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.security.cert.CertificateRevokedException
 
getMessage() - Method in exception java.util.DuplicateFormatFlagsException
 
getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
 
getMessage() - Method in exception java.util.IllegalFormatCodePointException
 
getMessage() - Method in exception java.util.IllegalFormatConversionException
 
getMessage() - Method in exception java.util.IllegalFormatFlagsException
 
getMessage() - Method in exception java.util.IllegalFormatPrecisionException
 
getMessage() - Method in exception java.util.IllegalFormatWidthException
 
getMessage() - Method in class java.util.logging.LogRecord
Get the "raw" log message, before localization or formatting.
getMessage() - Method in exception java.util.MissingFormatArgumentException
 
getMessage() - Method in exception java.util.MissingFormatWidthException
 
getMessage() - Method in exception java.util.regex.PatternSyntaxException
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
getMessage() - Method in exception java.util.UnknownFormatConversionException
 
getMessage() - Method in exception java.util.UnknownFormatFlagsException
 
getMessage() - Method in exception javax.script.ScriptException
Returns a message containing the String passed to a constructor as well as line and column numbers and filename if any of these are known.
getMessage() - Method in class javax.security.auth.callback.TextOutputCallback
Get the message to be displayed.
getMessage() - Method in error javax.xml.parsers.FactoryConfigurationError
Return the message (if any) for this error .
getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
Report the message associated with this error
getMessage() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
Return the message (if any) for this error .
getMessage() - Method in interface org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMessage() - Method in exception org.xml.sax.SAXException
Return a detail message for this exception.
getMessageAndLocation() - Method in exception javax.xml.transform.TransformerException
Get the error message with location information appended.
getMessageDigest() - Method in class java.security.DigestInputStream
Returns the message digest associated with this stream.
getMessageDigest() - Method in class java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMessageType() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the message type.
getMessageType() - Method in class javax.security.auth.callback.TextOutputCallback
Get the message type.
getMetaData() - Method in class com.codename1.io.NetworkEvent
 
getMetaData() - Method in class com.codename1.maker.MakerPlugin
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
getMetaData() - Method in class com.codename1.ui.util.Resources
Returns optional meta-data associated with the resource file
getMetaData() - Method in class com.sun.lwuit.util.Resources
Returns optional meta-data associated with the resource file
getMetaData() - Method in interface java.sql.Connection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in interface java.sql.PreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in interface java.sql.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethod() - Method in class java.util.zip.ZipEntry
Returns the compression method of the entry.
getMethodCallSyntax(String, String, String...) - Method in interface javax.script.ScriptEngineFactory
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public methods of the class or interface represented by this Class object, including those declared by the class or interface and those inherited from superclasses and superinterfaces.
getMethodType() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the nominal type of the cracked symbolic reference, expressed as a method type.
getMGFAlgorithm() - Method in class java.security.spec.PSSParameterSpec
Returns the mask generation function algorithm name.
getMGFAlgorithm() - Method in class javax.crypto.spec.OAEPParameterSpec
Returns the mask generation function algorithm name.
getMGFParameters() - Method in class java.security.spec.PSSParameterSpec
Returns the parameters for the mask generation function.
getMGFParameters() - Method in class javax.crypto.spec.OAEPParameterSpec
Returns the parameters for the mask generation function.
getMidTermsOfReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
Returns an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis.
getMillis() - Method in class java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMillisecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return millisecond precision of XMLGregorianCalendar.getFractionalSecond().
getMimeDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMimeType() - Method in class com.codename1.messaging.Message
Gets the message mime type
getMimeTypes() - Method in interface javax.script.ScriptEngineFactory
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
getMin() - Method in class com.codename1.ui.spinner.NumericSpinner
The minimum value for the spinner
getMin() - Method in class java.util.DoubleSummaryStatistics
Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded.
getMin() - Method in class java.util.IntSummaryStatistics
Returns the minimum value recorded, or Integer.MAX_VALUE if no values have been recorded.
getMin() - Method in class java.util.LongSummaryStatistics
Returns the minimum value recorded, or Long.MAX_VALUE if no values have been recorded.
getMinCRL() - Method in class java.security.cert.X509CRLSelector
Returns the minCRLNumber criterion.
getMinElementHeight() - Method in class com.codename1.ui.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
getMinElementHeight() - Method in class com.sun.lwuit.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
getMinimalDaysInFirstWeek() - Method in class java.time.temporal.WeekFields
Gets the minimal number of days in the first week.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimalDaysInFirstWeek(Locale) - Method in class java.util.spi.CalendarDataProvider
Returns the minimal number of days required in the first week of a year.
getMinimum() - Method in class java.time.temporal.ValueRange
Gets the minimum value that the field can take.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value for the given calendar field of this GregorianCalendar instance.
getMinimumFractionDigits() - Method in class java.text.DecimalFormat
Gets the minimum number of digits allowed in the fraction portion of a number.
getMinimumFractionDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumHeight() - Method in class com.codename1.ui.plaf.Border
Returns the minimum size required to properly display this border, normally this is 0 but a border might deem itself undisplayable with too small a size e.g.
getMinimumIntegerDigits() - Method in class java.text.DecimalFormat
Gets the minimum number of digits allowed in the integer portion of a number.
getMinimumIntegerDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumSize() - Method in class java.awt.Component
Gets the mininimum size of this component.
getMinimumSize() - Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSizePerColumn() - Static method in class com.codename1.ui.table.TableLayout
Indicates the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
getMinimumSizePerColumn() - Static method in class com.sun.lwuit.table.TableLayout
Indicates the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
getMinimumWidth() - Method in class com.codename1.ui.plaf.Border
Returns the minimum size required to properly display this border, normally this is 0 but a border might deem itself undisplayable with too small a size e.g.
getMinorVersion() - Method in class com.codename1.ui.util.Resources
Returns the minor version number for this resource file This value relates to the value from the header defined by the resource file specification.
getMinorVersion() - Method in class com.sun.lwuit.util.Resources
Returns the minor version number for this resource file This value relates to the value from the header defined by the resource file specification.
getMinorVersion() - Method in interface java.sql.Driver
Gets the driver's minor version number.
getMinusSign() - Method in class java.text.DecimalFormatSymbols
Gets the character used to represent minus sign.
getMinute() - Method in class java.time.LocalDateTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.LocalTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.OffsetDateTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.OffsetTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.ZonedDateTime
Gets the minute-of-hour field.
getMinute() - Method in class javax.xml.datatype.XMLGregorianCalendar
getMinutes() - Method in class java.sql.Date
Deprecated. 
getMinutes() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getMinutes() - Method in class javax.xml.datatype.Duration
Obtains the value of the MINUTES field as an integer value, or 0 if not present.
getMinuteStep() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getMinValue() - Method in class com.codename1.ui.Slider
 
getMinZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the min zoom level of the map
getModel() - Method in class com.codename1.ui.list.ContainerList
Returns the list model
getModel() - Method in class com.codename1.ui.List
Returns the model underlying the list
getModel() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getModel(int) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getModel() - Method in class com.codename1.ui.table.Table
Returns the model instance
getModel() - Method in class com.codename1.ui.tree.Tree
Returns the tree model instance
getModel() - Method in class com.sun.lwuit.List
Returns the model underlying the list
getModel() - Method in class com.sun.lwuit.table.Table
Returns the model instance
getModifiedTime() - Method in class com.codename1.io.gzip.GZIPHeader
 
getModifiedtime() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getModifiers() - Method in class java.awt.event.ActionEvent
Returns the modifier keys held down during this action event.
getModifiers() - Method in class java.awt.event.InputEvent
Returns the modifier mask for this event.
getModifiers() - Method in class java.lang.Class
getModifiers returns modifier set for this class
getModifiers() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the access modifiers of the underlying member.
getModifiers() - Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Executable
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class java.lang.reflect.Method
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Parameter
Get the modifier flags for this the parameter represented by this Parameter object.
getModifiersEx() - Method in class java.awt.event.InputEvent
Returns the extended modifier mask for this event.
getModifiersExText(int) - Static method in class java.awt.event.InputEvent
Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".
getModulus() - Method in interface java.security.interfaces.RSAKey
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPublicKeySpec
Returns the modulus.
getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Returns the monetary decimal separator.
getMonth() - Method in class java.sql.Time
Deprecated. 
getMonth() - Method in class java.time.LocalDate
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.LocalDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.MonthDay
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.OffsetDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.YearMonth
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the month of the transition.
getMonth() - Method in class java.time.ZonedDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMonth() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return number of month or DatatypeConstants.FIELD_UNDEFINED.
getMonths() - Method in class com.codename1.l10n.DateFormatSymbols
 
getMonths() - Method in class java.text.DateFormatSymbols
Gets month strings.
getMonths() - Method in class java.time.Period
Gets the amount of months of this period.
getMonths() - Method in class javax.xml.datatype.Duration
Obtains the value of the MONTHS field as an integer value, or 0 if not present.
getMonthValue() - Method in class java.time.LocalDate
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.LocalDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.MonthDay
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.OffsetDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.YearMonth
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.ZonedDateTime
Gets the month-of-year field from 1 to 12.
getMonthViewSelectedStyle() - Method in class com.codename1.ui.Calendar
Gets the selected style of the month view component within the calendar
getMonthViewSelectedStyle() - Method in class com.sun.lwuit.Calendar
Gets the selected style of the month view component within the calendar
getMonthViewUnSelectedStyle() - Method in class com.codename1.ui.Calendar
Gets the un selected style of the month view component within the calendar
getMonthViewUnSelectedStyle() - Method in class com.sun.lwuit.Calendar
Gets the un selected style of the month view component within the calendar
getMoreResults() - Method in interface java.sql.Statement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in interface java.sql.Statement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMostSignificantBits() - Method in class java.util.UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMotion() - Method in class com.codename1.ui.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
getMotion() - Method in class com.sun.lwuit.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
getMouseListeners() - Method in class java.awt.Component
Returns an array of all the mouse listeners registered on this component.
getMouseModifiersText(int) - Static method in class java.awt.event.MouseEvent
Returns a String instance describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".
getMouseMotionListeners() - Method in class java.awt.Component
Returns an array of all the mouse motion listeners registered on this component.
getMouseWheelListeners() - Method in class java.awt.Component
Returns an array of all the mouse wheel listeners registered on this component.
getMsisdn() - Method in class com.codename1.ui.Display
Returns the MSISDN for devices that expose it
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getMultiplier() - Method in class java.text.DecimalFormat
Gets the multiplier for use in percent, per mille, and similar formats.
getName() - Method in class com.codename1.facebook.FBObject
Simple getter
getName() - Method in class com.codename1.io.BufferedInputStream
Indicates the name of the stream for debugging purposes
getName() - Method in class com.codename1.io.BufferedOutputStream
Indicates the name of the stream for debugging purposes
getName() - Method in class com.codename1.io.Cookie
 
getName() - Method in class com.codename1.io.gzip.GZIPHeader
 
getName() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getName() - Method in class com.codename1.maps.layers.AbstractLayer
Gets the name of this Layer
getName() - Method in interface com.codename1.maps.layers.Layer
Gets the name of this Layer
getName() - Method in class com.codename1.maps.layers.PointLayer
Gets the Point name
getName() - Method in class com.codename1.ui.Component
A component name allows us to easily identify the component within a dynamic UI.
getName() - Method in class java.awt.Component
Gets the name of the component.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.io.ObjectStreamClass
Returns the name of the class described by this descriptor.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName(int) - Static method in class java.lang.Character
Returns the Unicode name of the specified character codePoint, or null if the code point is unassigned.
getName() - Method in class java.lang.Class
getName returns the name of this class.
getName() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the name of the cracked method handle's underlying member.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - Method in class java.lang.reflect.Executable
Returns the name of the executable represented by this object.
getName() - Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - Method in class java.lang.reflect.Parameter
Returns the name of the parameter.
getName() - Method in interface java.lang.reflect.TypeVariable
Returns the name of this type variable, as it occurs in the source code.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.net.HttpCookie
Returns the name of the cookie.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in exception java.nio.file.attribute.UserPrincipalNotFoundException
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.
getName(int) - Method in interface java.nio.file.Path
Returns a name element of this path as a Path object.
getName() - Method in class java.security.Identity
Deprecated.
Returns this identity's name.
getName() - Method in interface java.security.KeyStore.Entry.Attribute
Returns the attribute's name.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.
getName() - Method in interface java.security.Principal
Returns the name of this principal.
getName() - Method in class java.security.Provider
Returns the name of this provider.
getName() - Method in class java.security.spec.ECGenParameterSpec
Returns the standard or predefined name of the to-be-generated EC domain parameters.
getName() - Method in enum java.sql.JDBCType
Returns the SQLType name that represents a SQL data type.
getName() - Method in interface java.sql.SQLType
Returns the SQLType name that represents a SQL data type.
getName() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns the name of the attribute.
getName() - Method in class java.util.logging.Level
Return the non-localized string name of the Level.
getName() - Method in class java.util.logging.Logger
Get the name for this logger.
getName() - Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getName() - Method in class javax.crypto.ExemptionMechanism
Returns the exemption mechanism name of this ExemptionMechanism object.
getName() - Method in interface javax.microedition.io.file.FileConnection
 
getName() - Method in class javax.net.ssl.SSLSessionBindingEvent
Returns the name to which the object is being bound, or the name from which the object is being unbound.
getName() - Method in class javax.security.auth.callback.NameCallback
Get the retrieved name.
getName() - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
getName(String) - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the specified format.
getName(String, Map<String, String>) - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the specified format.
getName() - Method in interface javax.xml.stream.events.Attribute
Returns the QName for this attribute
getName() - Method in interface javax.xml.stream.events.EndElement
Get the name of this event
getName() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's name
getName() - Method in interface javax.xml.stream.events.EntityReference
The name of the entity
getName() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation name.
getName() - Method in interface javax.xml.stream.events.StartElement
Get the name of this event
getName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getName() - Method in interface javax.xml.stream.XMLStreamReader
Returns a QName for the current START_ELEMENT or END_ELEMENT event
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - Method in interface org.w3c.dom.NameList
Returns the indexth name item in the collection.
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the name of an attribute (by position).
getNameConstraints() - Method in class java.security.cert.TrustAnchor
Returns the name constraints parameter.
getNameConstraints() - Method in class java.security.cert.X509CertSelector
Returns the name constraints criterion.
getNameCount() - Method in interface java.nio.file.Path
Returns the number of name elements in the path.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameLine1() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine2() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine3() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNameLine4() - Method in class com.codename1.components.MultiButton
Returns the name of the row
getNames() - Method in interface javax.script.ScriptEngineFactory
Returns an immutable list of short names for the ScriptEngine, which may be used to identify the ScriptEngine by the ScriptEngineManager.
getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
Gets a read-only namespace context.
getNamespaceContext() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
Returns the current namespace context.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
Returns the current namespace context.
getNamespaceContext() - Method in interface javax.xml.xpath.XPath
Return the current namespace context.
getNamespaceCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT, this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE.
getNamespacePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespaces() - Method in interface javax.xml.stream.events.EndElement
Returns an Iterator of namespaces that have gone out of scope.
getNamespaces() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of namespaces declared on this element.
getNamespaceURI(String) - Method in interface javax.xml.namespace.NamespaceContext
Get Namespace URI bound to a prefix in the current scope.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Get the Namespace URI of this QName.
getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
Gets the uri bound to the prefix of this namespace
getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
Return the uri for the given prefix.
getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the uri for the namespace declared at the index.
getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace.
getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNaN() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent "not a number".
getNano() - Method in class java.time.Duration
Gets the number of nanoseconds within the second in this duration.
getNano() - Method in class java.time.Instant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNano() - Method in class java.time.LocalDateTime
Gets the nano-of-second field.
getNano() - Method in class java.time.LocalTime
Gets the nano-of-second field.
getNano() - Method in class java.time.OffsetDateTime
Gets the nano-of-second field.
getNano() - Method in class java.time.OffsetTime
Gets the nano-of-second field.
getNano() - Method in class java.time.ZonedDateTime
Gets the nano-of-second field.
getNanos() - Method in class java.sql.Timestamp
Gets this Timestamp object's nanos value.
getNativeFont() - Method in class com.codename1.ui.Font
Returns the internal implementation specific font object
getNativePeer() - Method in class com.codename1.ui.PeerComponent
Returns the native peer instance
getNCharacterStream(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNClob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNClob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNeedClientAuth() - Method in class javax.net.ssl.SSLEngine
Returns true if the engine will require client authentication.
getNeedClientAuth() - Method in class javax.net.ssl.SSLParameters
Returns whether client authentication should be required.
getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication will be required on newly accepted server-mode SSLSockets.
getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNegativePrefix() - Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSign() - Method in class java.time.format.DecimalStyle
Gets the character that represents the negative sign.
getNegativeSuffix() - Method in class java.text.DecimalFormat
Get the negative suffix.
getNestedException() - Method in exception javax.xml.stream.XMLStreamException
Gets the nested exception.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getNetworkTimeout() - Method in interface java.sql.Connection
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewsFeed(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user news feed, the data is being stored in the given DefaultListModel.
getNewsFeed(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user news feed, the data is being stored in the given DefaultListModel.
getNewState() - Method in class java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the new state of the window.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNextColumn() - Method in class com.codename1.ui.table.TableLayout
Returns the column where the next operation of add will appear
getNextColumn() - Method in class com.sun.lwuit.table.TableLayout
Returns the column where the next operation of add will appear
getNextEntry() - Method in class java.util.jar.JarInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextEntry() - Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextException() - Method in exception java.sql.SQLException
Retrieves the exception chained to this SQLException object by setNextException(SQLException ex).
getNextFocusDown() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the down key
getNextFocusDown() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key
getNextFocusLeft() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the left key.
getNextFocusLeft() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key.
getNextFocusRight() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the right key
getNextFocusRight() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key
getNextFocusUp() - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the up key.
getNextFocusUp() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the up key.
getNextIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextInIndex() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextJarEntry() - Method in class java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNextOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextOutIndex() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getNextRow() - Method in class com.codename1.ui.table.TableLayout
Returns the row where the next operation of add will appear
getNextRow() - Method in class com.sun.lwuit.table.TableLayout
Returns the row where the next operation of add will appear
getNextSibling() - Method in class javax.xml.transform.dom.DOMResult
Get the child node before which the result nodes will be inserted.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNextUpdate() - Method in class java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNextWarning() - Method in exception java.sql.SQLWarning
Retrieves the warning chained to this SQLWarning object by setNextWarning.
getNode() - Method in class javax.xml.transform.dom.DOMResult
Get the node that will contain the result DOM tree.
getNode() - Method in class javax.xml.transform.dom.DOMSource
Get the node that represents a Source DOM tree.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats and the getFallbackLocale method returns null.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
 
getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNorth() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the north location
getNorth() - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component in the north location
getNorthEast() - Method in class com.codename1.maps.BoundingBox
Gets the north east coordinate
getNotAfter() - Method in class java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotAfter() - Method in class javax.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotationName() - Method in interface javax.xml.stream.events.EntityDeclaration
The name of the associated notation.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface javax.xml.stream.events.DTD
Return a List containing the notations declared in the DTD.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotBefore() - Method in class java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNotBefore() - Method in class javax.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNote() - Method in class com.codename1.contacts.Contact
Gets Contact Note
getNow(T) - Method in class java.util.concurrent.CompletableFuture
Returns the result value (or throws any encountered exception) if completed, else returns the given valueIfAbsent.
getNString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNumBanks() - Method in class java.awt.image.DataBuffer
Returns the number of data banks for this DataBuffer.
getNumberFormat() - Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getNumberInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumberInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new general-purpose NumberFormat instance for the specified locale.
getNumberOfDependents() - Method in class java.util.concurrent.CompletableFuture
Returns the estimated number of CompletableFutures whose completions are awaiting completion of this CompletableFuture.
getNumberWaiting() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getNumChildren() - Method in class com.codename1.xml.Element
Returns the number of this Element's children
getNumColorComponents() - Method in class java.awt.image.ColorModel
Returns the number of color components in this ColorModel.
getNumComponents() - Method in class java.awt.image.ColorModel
Returns the number of components, including alpha, in this ColorModel.
getNumericCode() - Method in class java.util.Currency
Returns the ISO 4217 numeric code of this currency.
getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getNumericValue(char) - Static method in class java.lang.Character
Returns the int value that the specified Unicode character represents.
getNumericValue(int) - Static method in class java.lang.Character
Returns the int value that the specified character (Unicode code point) represents.
getObject(String) - Method in class com.codename1.cloud.CloudObject
Allows us to extract an object from the cloud object without knowing its type in advance or whether it exists
getObject(String) - Method in class com.codename1.javascript.JSObject
Wrapper around the get() method to return a JSObject.
getObject(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed object values.
getObject() - Method in class java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject() - Method in class java.security.SignedObject
Retrieves the encapsulated object.
getObject(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(int, Class<T>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(Map<String, Class<?>>) - Method in interface java.sql.Ref
Retrieves the referenced object and maps it to a Java type using the given type map.
getObject() - Method in interface java.sql.Ref
Retrieves the SQL structured type instance referenced by this Ref object.
getObject(int) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class<T>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getObject(Key) - Method in class javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject(Cipher) - Method in class javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObject(Key, String) - Method in class javax.crypto.SealedObject
Retrieves the original (encapsulated) object.
getObjectId() - Method in class com.codename1.cloud.CloudObject
 
getObjectId() - Method in class com.codename1.io.Cookie
 
getObjectId() - Method in interface com.codename1.io.Externalizable
The object id must be unique, it is used to identify the object when loaded even when it is obfuscated.
getObjectId() - Method in class com.codename1.io.services.CachedData
 
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getOcspExtensions() - Method in class java.security.cert.PKIXRevocationChecker
Gets the optional OCSP request extensions.
getOcspResponder() - Method in class java.security.cert.PKIXRevocationChecker
Gets the URI that identifies the location of the OCSP responder.
getOcspResponderCert() - Method in class java.security.cert.PKIXRevocationChecker
Gets the OCSP responder's certificate.
getOcspResponses() - Method in class java.security.cert.PKIXRevocationChecker
Gets the OCSP responses.
getOff() - Method in class com.codename1.components.OnOffSwitch
Label for the off mode
getOffset() - Method in class java.awt.image.DataBuffer
Returns the element offset for the first data bank.
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset() - Method in class java.text.CollationElementIterator
Returns the character offset in the original text corresponding to the next collation element.
getOffset() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - Method in class java.time.OffsetDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - Method in class java.time.OffsetTime
Gets the zone offset, such as '+01:00'.
getOffset(Instant) - Method in class java.time.zone.ZoneRules
Gets the offset applicable at the specified instant in these rules.
getOffset(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets a suitable offset for the specified local date-time in these rules.
getOffset() - Method in class java.time.ZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset(long) - Method in class java.util.SimpleTimeZone
Returns the offset of this time zone from UTC at the given time.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Returns the difference in milliseconds between local time and UTC, taking into account both the raw offset and the effect of daylight saving, for the specified date and time.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffset() - Method in interface javax.microedition.io.Datagram
 
getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransition
Gets the offset after the transition.
getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the offset after the transition.
getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransition
Gets the offset before the transition.
getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the offset before the transition.
getOffsetHit(int) - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo whose character index is offset by delta from the charIndex of this TextHitInfo.
getOffsets() - Method in class java.awt.image.DataBuffer
Returns the offsets for all the data banks used by this DataBuffer.
getOldState() - Method in class java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the previous state of the window.
getOn() - Method in class com.codename1.components.OnOffSwitch
Label for the on mode
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOpacity() - Method in class com.codename1.ui.plaf.Style
Returns the opacity value for the component
getOperation() - Method in class java.rmi.server.Operation
Deprecated.
no replacement
getOperations() - Method in interface java.rmi.server.Skeleton
Deprecated.
no replacement
getOppositeComponent() - Method in class java.awt.event.FocusEvent
Returns the other Component involved in this focus change.
getOppositeWindow() - Method in class java.awt.event.WindowEvent
Returns the other Window involved in this focus or activation change.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOption(SocketOption<T>) - Method in interface java.nio.channels.NetworkChannel
Returns the value of a socket option.
getOptions() - Method in class java.security.cert.PKIXRevocationChecker
Gets the revocation options.
getOptions() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the confirmation options.
getOptions() - Method in class javax.security.auth.login.AppConfigurationEntry
Get the options configured for this LoginModule.
getOptionType() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the option type.
getOrDefault(Object, Object) - Method in class java.security.Provider
 
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.concurrent.ConcurrentMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or the given defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.HashMap
 
getOrDefault(Object, V) - Method in class java.util.Hashtable
 
getOrDefault(Object, V) - Method in class java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrder() - Method in class java.security.spec.ECParameterSpec
Returns the order of the generator.
getOrientation() - Method in class com.codename1.ui.ComboBox
 
getOrientation() - Method in class com.codename1.ui.List
Returns the list orientation
getOrientation() - Method in class com.sun.lwuit.ComboBox
 
getOrientation() - Method in class com.sun.lwuit.List
Returns the list orientation
getOriginal() - Method in class com.codename1.share.ShareService
Gets the original Form
getOriginal() - Method in interface javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of this RowSet object.
getOriginalRow() - Method in interface javax.sql.RowSetInternal
Retrieves a ResultSet object containing the original value of the current row only.
getOriginatingNode() - Method in interface javax.xml.transform.dom.DOMLocator
Return the node where the event occurred.
getOS() - Method in class com.codename1.io.gzip.GZIPHeader
 
getOS() - Method in class com.codename1.io.gzip.GZIPInputStream
 
getOtherFile() - Method in exception java.nio.file.FileSystemException
Returns the other file used to create this exception.
getOtherHit() - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo on the other side of the insertion point.
getOtherPrimeInfo() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).
getOtherPrimeInfo() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).
getOutputProperties() - Method in interface javax.xml.transform.Templates
Get the properties corresponding to the effective xsl:output element.
getOutputProperties() - Method in class javax.xml.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class javax.xml.transform.Transformer
Get an output property that is in effect for the transformer.
getOutputSize(int) - Method in class javax.crypto.Cipher
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
getOutputSize(int) - Method in class javax.crypto.ExemptionMechanism
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next genExemptionBlob operation, given the input length inputLen (in bytes).
getOutputStatement(String) - Method in interface javax.script.ScriptEngineFactory
Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.
getOutputStream() - Method in class java.lang.Process
Returns the output stream connected to the normal input of the subprocess.
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
getOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getOutputStream() - Method in class javax.xml.transform.stream.StreamResult
Get the byte stream that was set with setOutputStream.
getOwner() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
Read the file owner.
getOwner(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns the owner of a file.
getOwner() - Method in class java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
Returns a Type object representing the type that this type is a member of.
getP() - Method in interface java.security.interfaces.DSAParams
Returns the prime, p.
getP() - Method in class java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPublicKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.ECFieldFp
Returns the prime p of this prime finite field.
getP() - Method in class javax.crypto.spec.DHParameterSpec
Returns the prime modulus p.
getP() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the prime modulus p.
getP() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the prime modulus p.
getPackage() - Method in class java.lang.Class
Gets the object representing the package which contains this class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers ClassLoader instance.
getPackageName() - Method in class com.codename1.maker.MakerPlugin
A unique identifier for this specific plugin
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's ClassLoader instance.
getPacketBufferSize() - Method in interface javax.net.ssl.SSLSession
Gets the current size of the largest SSL/TLS packet that is expected when using this session.
getPadding(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding in using the current unit
getPadding(int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding
getPadding(boolean, int) - Method in class com.sun.lwuit.plaf.Style
Returns the Padding
getPadding(int) - Method in class com.sun.lwuit.plaf.Style
Returns the Padding
getPaddingUnit() - Method in class com.codename1.ui.plaf.Style
Indicates the units used for padding elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
getPaddingValue(boolean, int) - Method in class com.codename1.ui.plaf.Style
Returns the Padding in the internal value regardless of the unit
getPage() - Method in class com.codename1.components.WebBrowser
Returns the page set by getPage for the GUI builder
getPage(String) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Page from a pageId/name This is a sync method it will block until a response it returned
getPageStatus() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the page status
getPageStatus() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the page status
getPageURL() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the page's URL
getPageURL() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the page's URL
getPalette() - Method in class com.sun.lwuit.IndexedImage
Deprecated.
Retrieves the palette for the indexed image drawing
getParallelism() - Method in class java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of this pool.
getParameter(String) - Method in class java.security.Signature
Deprecated. 
getParameter() - Method in exception java.sql.DataTruncation
Indicates whether the value truncated was a parameter value or a column value.
getParameter(String) - Method in interface javax.script.ScriptEngineFactory
Returns the value of an attribute whose meaning may be implementation-specific.
getParameter(String) - Method in class javax.xml.transform.Transformer
Get a parameter that was explicitly set with setParameter.
getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterAnnotations() - Method in class java.lang.reflect.Constructor
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - Method in class java.lang.reflect.Executable
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - Method in class java.lang.reflect.Method
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterCount() - Method in class java.lang.reflect.Constructor
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in class java.lang.reflect.Executable
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in class java.lang.reflect.Method
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in interface java.sql.ParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterizedType() - Method in class java.lang.reflect.Parameter
Returns a Type object that identifies the parameterized type for the parameter represented by this Parameter object.
getParameterMetaData() - Method in interface java.sql.PreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMode(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's mode.
getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameters() - Method in class java.lang.reflect.Executable
Returns an array of Parameter objects that represent all the parameters to the underlying executable represented by this object.
getParameters() - Method in class java.security.Policy
Return Policy parameters.
getParameters() - Method in class java.security.Signature
Returns the parameters used with this signature object.
getParameters() - Method in class java.util.logging.LogRecord
Get the parameters to the log message.
getParameters() - Method in class javax.crypto.Cipher
Returns the parameters used with this cipher.
getParameters() - Method in class javax.net.ssl.CertPathTrustManagerParameters
Return a clone of the CertPathParameters encapsulated by this class.
getParameters() - Method in class javax.net.ssl.KeyStoreBuilderParameters
Return the unmodifiable List of the KeyStore.Builders encapsulated by this object.
getParameters() - Method in class javax.security.auth.login.Configuration
Return Configuration parameters.
getParameterSpec(Class<T>) - Method in class java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
getParameterSpec() - Method in class javax.crypto.spec.PBEParameterSpec
Returns the cipher algorithm parameter specification.
getParameterType(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParams() - Method in class com.codename1.ui.html.DocumentInfo
Returns the request paramter as an percentage-encoded string
getParams() - Method in class com.sun.lwuit.html.DocumentInfo
Returns the request paramter as an percentage-encoded string
getParams() - Method in interface java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
getParams() - Method in interface java.security.interfaces.ECKey
Returns the domain parameters associated with this key.
getParams() - Method in class java.security.spec.ECPrivateKeySpec
Returns the associated elliptic curve domain parameters.
getParams() - Method in class java.security.spec.ECPublicKeySpec
Returns the associated elliptic curve domain parameters.
getParams() - Method in interface javax.crypto.interfaces.DHKey
Returns the key parameters.
getParams() - Method in interface javax.sql.RowSetInternal
Retrieves the parameters that have been set for this RowSet object's command.
getParent() - Method in class com.codename1.ui.Component
Returns the container in which this component is contained
getParent() - Method in class com.codename1.xml.Element
Returns this Element's parent
getParent() - Method in class com.sun.lwuit.Component
Returns the container in which this component is contained
getParent() - Method in class java.awt.Component
Gets the parent of this component.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParent() - Method in class java.net.NetworkInterface
Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.
getParent() - Method in interface java.nio.file.Path
Returns the parent path, or null if this path does not have a parent.
getParent() - Method in interface java.security.cert.PolicyNode
Returns the parent of this node, or null if this is the root node.
getParent() - Method in class java.util.concurrent.Phaser
Returns the parent of this phaser, or null if none.
getParent() - Method in class java.util.logging.Logger
Return the parent for this Logger.
getParent() - Method in class javax.xml.stream.util.EventReaderDelegate
Get the parent of this instance.
getParent() - Method in class javax.xml.stream.util.StreamReaderDelegate
Get the parent of this instance.
getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentForm() - Method in class com.codename1.ui.SideMenuBar
Returns the Parent Form of this menu
getParentLogger() - Method in interface java.sql.Driver
Return the parent Logger of all the Loggers used by this driver.
getParentLogger() - Method in interface javax.sql.CommonDataSource
Return the parent Logger of all the Loggers used by this data source.
getParentLoggerName(String) - Method in interface java.util.logging.LoggingMXBean
Returns the name of the parent for the specified logger.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParsedString() - Method in exception java.time.format.DateTimeParseException
Returns the string that was being parsed.
getParser() - Method in class javax.xml.parsers.SAXParser
Returns the SAX parser that is encapsultated by the implementation of this class.
getParseTree() - Method in class com.codename1.io.services.TwitterRESTService
Returns the full Hashtable parse tree read from the server
getParties() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassword() - Method in class java.net.PasswordAuthentication
Returns the user password.
getPassword() - Method in class java.security.KeyStore.PasswordProtection
Gets the password.
getPassword() - Method in interface javax.crypto.interfaces.PBEKey
Returns the password.
getPassword() - Method in class javax.crypto.spec.PBEKeySpec
Returns a copy of the password.
getPassword() - Method in class javax.security.auth.callback.PasswordCallback
Get the retrieved password.
getPassword() - Method in interface javax.sql.RowSet
Retrieves the password used to create a database connection.
getPasswordAuthentication() - Method in class java.net.Authenticator
Called when password authorization is needed.
getPasteDataFromClipboard() - Method in class com.codename1.ui.Display
Returns the current content of the clipboard
getPath() - Method in class com.codename1.io.Cookie
 
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.HttpCookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class java.net.URI
Returns the decoded path component of this URI.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPath(String, String...) - Method in class java.nio.file.FileSystem
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
getPath(URI) - Method in class java.nio.file.spi.FileSystemProvider
Return a Path object by converting the given URI.
getPath() - Method in interface javax.microedition.io.file.FileConnection
 
getPathMatcher(String) - Method in class java.nio.file.FileSystem
Returns a PathMatcher that performs match operations on the String representation of Path objects by interpreting a given pattern.
getPathToNames() - Method in class java.security.cert.X509CertSelector
Returns a copy of the pathToNames criterion.
getPattern() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the erroneous regular-expression pattern.
getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used to separate positive and negative subpatterns in a pattern.
getPauseIcon() - Method in class com.codename1.components.MediaPlayer
 
getPeerCertificateChain() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was identified as part of defining the session.
getPeerCertificateChain() - Method in interface javax.net.ssl.SSLSession
Returns the identity of the peer which was identified as part of defining the session.
getPeerCertificates() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was established as part of defining the session.
getPeerCertificates() - Method in interface javax.net.ssl.SSLSession
Returns the identity of the peer which was established as part of defining the session.
getPeerHost() - Method in class javax.net.ssl.SSLEngine
Returns the host name of the peer.
getPeerHost() - Method in interface javax.net.ssl.SSLSession
Returns the host name of the peer in this session.
getPeerImage() - Method in class com.codename1.ui.PeerComponent
The peer image is drawn when the component doesn't exist or during transition a placeholder image can be placed in the beginning to show something while the peer is being created asynchronously.
getPeerPort() - Method in class javax.net.ssl.SSLEngine
Returns the port number of the peer.
getPeerPort() - Method in interface javax.net.ssl.SSLSession
Returns the port number of the peer in this session.
getPeerPrincipal() - Method in class java.net.SecureCacheResponse
Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.
getPeerPrincipal() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the identity of the peer which was established as part of defining the session.
getPeerPrincipal() - Method in class javax.net.ssl.HttpsURLConnection
Returns the server's principal which was established as part of defining the session.
getPeerPrincipal() - Method in interface javax.net.ssl.SSLSession
Returns the identity of the peer which was established as part of defining the session.
getPeerSupportedSignatureAlgorithms() - Method in class javax.net.ssl.ExtendedSSLSession
Obtains an array of supported signature algorithms that the peer is able to use.
getPendingCount() - Method in class java.util.concurrent.CountedCompleter
Returns the current pending count.
getPercent() - Method in class java.text.DecimalFormatSymbols
Gets the character used for percent sign.
getPercentInstance() - Static method in class java.text.NumberFormat
Returns a percentage format for the current default FORMAT locale.
getPercentInstance(Locale) - Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPercentInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats percentage values for the specified locale.
getPerMill() - Method in class java.text.DecimalFormatSymbols
Gets the character used for per mille sign.
getPermission() - Method in class java.net.HttpURLConnection
Returns a SocketPermission object representing the permission necessary to connect to the destination host and port.
getPermission() - Method in class java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermission() - Method in exception java.security.AccessControlException
Gets the Permission object associated with this exception, or null if there was no corresponding Permission object.
getPermissions() - Method in class com.codename1.facebook.ui.LikeButton
 
getPermissions(CodeSource) - Method in class java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
getPermissions(ProtectionDomain) - Method in class java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
getPermissions() - Method in class java.security.ProtectionDomain
Returns the static permissions granted to this domain.
getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
Returns the permissions for the given CodeSource object.
getPermissions(Subject, CodeSource) - Method in class javax.security.auth.Policy
Deprecated.
Retrieve the Permissions granted to the Principals associated with the specified CodeSource.
getPhase() - Method in class java.util.concurrent.Phaser
Returns the current phase number.
getPhoneNumbers() - Method in class com.codename1.contacts.Contact
Gets the Contact phone numbers, the Hashtable contains key/value pairs where the key is a String which represents the type of the phone number, types can be: "home", "mobile", "work", "fax", "other" the value is String of the phone number.
getPhoto() - Method in class com.codename1.contacts.Contact
Gets the Contact photo
getPhoto(String, Photo, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest a photo from a photo Id
getPhoto(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Photo from a photoId This is a sync method it will block until a response it returned
getPhotoThumbnail(String, ActionListener, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the photo thumbnail of a Photo Object
getPhotoThumbnail(String, Label, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the photo thumbnail of a Photo Object
getPicture(String, Label, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPicture(String, ActionListener, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPicture(String, Component, int, String, Dimension, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id and stores it in the given List in the offset index This assumes the GenericListCellRenderer style of list which relies on a hashtable based model approach.
getPicture() - Method in class com.codename1.facebook.Post
Gets the picture id
getPictureAndWait(String, Dimension) - Method in class com.codename1.facebook.FaceBookAccess
Gets the picture of the given facebook object id
getPictureUrl() - Method in class com.codename1.facebook.Photo
Get pictureUrl
getPIData() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPIData() - Method in interface javax.xml.stream.XMLStreamReader
Get the data section of a processing instruction
getPITarget() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPITarget() - Method in interface javax.xml.stream.XMLStreamReader
Get the target of a processing instruction
getPixels() - Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixelSize() - Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPlatformName() - Method in class com.codename1.ui.Display
Returns a 2-3 letter code representing the platform name for the platform override
getPlatformOverrides() - Method in class com.codename1.ui.Display
Returns the suffixes for ovr files that should be used when loading a layered resource file on this platform
getPlayIcon() - Method in class com.codename1.components.MediaPlayer
 
getPluginName() - Method in class com.codename1.maker.MakerPlugin
Returns the user displayable name of the plugin
getPoint() - Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPointFromCoord(Coord) - Method in class com.codename1.maps.MapComponent
Gets the screen coordinates of a specific Coord
getPolicy() - Method in class java.security.cert.X509CertSelector
Returns the policy criterion.
getPolicy() - Static method in class java.security.Policy
Returns the installed Policy object.
getPolicy() - Static method in class javax.security.auth.Policy
Deprecated.
Returns the installed Policy object.
getPolicyQualifier() - Method in class java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of the qualifier field of this PolicyQualifierInfo.
getPolicyQualifierId() - Method in class java.security.cert.PolicyQualifierInfo
Returns the policyQualifierId field of this PolicyQualifierInfo.
getPolicyQualifiers() - Method in interface java.security.cert.PolicyNode
Returns the set of policy qualifiers associated with the valid policy represented by this node.
getPolicyQualifiersRejected() - Method in class java.security.cert.PKIXParameters
Gets the PolicyQualifiersRejected flag.
getPolicyTree() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the root node of the valid policy tree resulting from the PKIX certification path validation algorithm.
getPool() - Static method in class java.util.concurrent.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - Method in class java.util.concurrent.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
Attempts to establish a physical database connection that can be used as a pooled connection.
getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
Attempts to establish a physical database connection that can be used as a pooled connection.
getPoolIndex() - Method in class java.util.concurrent.ForkJoinWorkerThread
Returns the unique index number of this thread in its pool.
getPoolSize() - Method in class java.util.concurrent.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPort() - Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort() - Method in class java.net.URI
Returns the port number of this URI.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPort() - Method in class java.security.cert.LDAPCertStoreParameters
Returns the port number of the LDAP server.
getPort() - Method in interface javax.microedition.io.HttpConnection
 
getPort() - Method in interface javax.microedition.io.HttpsConnection
 
getPort() - Method in interface javax.microedition.io.SocketConnection
 
getPortlist() - Method in class java.net.HttpCookie
Returns the port list attribute of the cookie
getPosition() - Method in interface com.codename1.db.Cursor
Returns the current Cursor position.
getPosition() - Method in class com.codename1.facebook.Photo
Get position
getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPositivePrefix() - Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSign() - Method in class java.time.format.DecimalStyle
Gets the character that represents the positive sign.
getPositiveSuffix() - Method in class java.text.DecimalFormat
Get the positive suffix.
getPosixFilePermissions(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns a file's POSIX file permissions.
getPost(String, Post, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gest a post from a post Id
getPost(String, boolean) - Method in class com.codename1.facebook.FaceBookAccess
Gets a Post from a postId This is a sync method it will block until a response it returned
getPostalCode() - Method in class com.codename1.contacts.Address
Gets Address Postal Code
getPostComments(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the post comments
getPostId() - Method in class com.codename1.facebook.ui.LikeButton
 
getPreciseWheelRotation() - Method in class java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as a double.
getPrecision() - Method in class java.math.MathContext
Returns the precision setting.
getPrecision(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's specified column size.
getPrecision(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's specified column size.
getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
Returns the precision
getPreferredGap(Component, Component, int, int, Container) - Method in class com.codename1.ui.layouts.LayoutStyle
Returns the amount of space to use between two components.
getPreferredGap(Component, Component, int, int, Container) - Method in class com.sun.lwuit.layouts.LayoutStyle
Returns the amount of space to use between two components.
getPreferredH() - Method in class com.codename1.ui.Component
Helper method to retrieve the preferred height of the component.
getPreferredH() - Method in class com.sun.lwuit.Component
Helper method to retrieve the preferred height of the component.
getPreferredSize() - Method in class com.codename1.ui.Component
Returns the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.BorderLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.BoxLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.CoordinateLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.FlowLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GridLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.GroupLayout
Returns the preferred size for the specified container.
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.LayeredLayout
 
getPreferredSize(Container) - Method in class com.codename1.ui.layouts.Layout
Returns the container preferred size
getPreferredSize(Container) - Method in class com.codename1.ui.table.TableLayout
 
getPreferredSize() - Method in class com.sun.lwuit.Component
Returns the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.BorderLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.BoxLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.FlowLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.GridLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the preferred size for the specified container.
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.Layout
Returns the container preferred size
getPreferredSize(Container) - Method in class com.sun.lwuit.table.TableLayout
 
getPreferredSize() - Method in class java.awt.Component
Gets the preferred size of this component.
getPreferredSize() - Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredW() - Method in class com.codename1.ui.Component
Helper method to retrieve the preferred width of the component.
getPreferredW() - Method in class com.sun.lwuit.Component
Helper method to retrieve the preferred width of the component.
getPrefix(String) - Method in interface javax.xml.namespace.NamespaceContext
Get prefix bound to Namespace URI in the current scope.
getPrefix() - Method in class javax.xml.namespace.QName
Get the prefix of this QName.
getPrefix() - Method in interface javax.xml.stream.events.Namespace
Gets the prefix, returns "" if this is a default namespace declaration.
getPrefix() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPrefix(String) - Method in interface javax.xml.stream.XMLEventWriter
Gets the prefix the uri is bound to
getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix
getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
Gets the prefix the uri is bound to
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
Get all prefixes bound to a Namespace URI in the current scope.
getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes whose declarations are active in the current context.
getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
getPressedIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state
getPressedIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in pressed state
getPressedIcon() - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state
getPressedInstance() - Method in class com.codename1.ui.plaf.Border
Returns the pressed version of the border if one is set by the user
getPressedInstance() - Method in class com.sun.lwuit.plaf.Border
Returns the pressed version of the border if one is set by the user
getPressedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
getPressedStyle() - Method in class com.sun.lwuit.Button
Returns the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
getPreviousForm() - Method in class com.codename1.ui.Form
Allows the display to skip the menu dialog if that is the current form
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getPrimaryEmail() - Method in class com.codename1.contacts.Contact
Gets the primary email of this Contact, notice this can be null even though the Contact has emails declared
getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's primary key columns.
getPrimaryPhoneNumber() - Method in class com.codename1.contacts.Contact
Gets the primary phone number of this Contact, notice this can be null even though the Contact has phone numbers declared
getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeP.
getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimePLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the prime P of the to-be-generated DSA domain parameters in bits.
getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrimeSize() - Method in class javax.crypto.spec.DHGenParameterSpec
Returns the size in bits of the prime modulus.
getPrincipal() - Method in interface java.security.Certificate
Deprecated.
Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrincipals() - Method in class java.security.ProtectionDomain
Returns an array of principals for this domain.
getPrincipals() - Method in class javax.security.auth.PrivateCredentialPermission
Returns the Principal classes and names associated with this PrivateCredentialPermission.
getPrincipals() - Method in class javax.security.auth.Subject
Return the Set of Principals associated with this Subject.
getPrincipals(Class<T>) - Method in class javax.security.auth.Subject
Return a Set of Principals associated with this Subject that are instances or subclasses of the specified Class.
getPriority() - Method in class com.codename1.io.ConnectionRequest
The priority of this connection based on the constants in this class
getPriority() - Method in class java.lang.Thread
JamaicaVM: Return the base priority of this thread.
getPrivacy() - Method in class com.codename1.facebook.Album
Gets the privacy
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateCredentials() - Method in class javax.security.auth.Subject
Return the Set of private credentials held by this Subject.
getPrivateCredentials(Class<T>) - Method in class javax.security.auth.Subject
Return a Set of private credentials associated with this Subject that are instances or subclasses of the specified Class.
getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the PrivateKey from this entry.
getPrivateKey() - Method in class java.security.Signer
Deprecated.
Returns this signer's private key.
getPrivateKey(String) - Method in interface javax.net.ssl.X509KeyManager
Returns the key associated with the given alias.
getPrivateKey() - Method in class javax.security.auth.x500.X500PrivateCredential
Returns the PrivateKey.
getPrivateKeyValid() - Method in class java.security.cert.X509CertSelector
Returns the privateKeyValid criterion.
getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getProcessedDTD() - Method in interface javax.xml.stream.events.DTD
Returns an implementation defined representation of the DTD.
getProducts(String[]) - Method in class com.codename1.payment.Purchase
Returns the product list for the given SKU array
getProgram(String...) - Method in interface javax.script.ScriptEngineFactory
Returns a valid scripting language executable program with given statements.
getProgress() - Method in class com.codename1.ui.Slider
Indicates the value of progress made
getProgressPercentage() - Method in class com.codename1.io.NetworkEvent
Returns the percentage of progress for a download operation assuming length is known
getProgressTitle() - Method in class com.codename1.components.RSSReader
 
getProgressType() - Method in class com.codename1.io.NetworkEvent
Indicates the type of progres indication for this event
getProjection() - Method in class com.codename1.maps.layers.AbstractLayer
The projection of this Layer
getPrompt() - Method in class javax.security.auth.callback.ChoiceCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.NameCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.PasswordCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.TextInputCallback
Get the prompt.
getProperties() - Static method in class java.lang.System
Determines the current system properties.
getProperty(String, String) - Method in class com.codename1.ui.Display
Returns the property from the underlying platform deployment or the default value if no deployment values are supported.
getProperty(String, ImageObserver) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String) - Static method in class java.lang.System
getProperty returns the value of a given property.
getProperty(String, String) - Static method in class java.lang.System
getProperty returns the value of a given property, or a default value if the property is not set.
getProperty(String) - Method in class java.security.Provider
 
getProperty(String) - Static method in class java.security.Security
Gets a security property value.
getProperty(String) - Method in class java.util.logging.LogManager
Get the value of a logging property.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String) - Method in class javax.xml.parsers.SAXParser
Returns the particular property requested for in the underlying implementation of XMLReader.
getProperty(String) - Method in class javax.xml.stream.util.EventReaderDelegate
 
getProperty(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getProperty(String) - Method in interface javax.xml.stream.XMLEventReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
Get a feature/property on the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.validation.SchemaFactory
Look up the value of a property.
getProperty(String) - Method in class javax.xml.validation.Validator
Look up the value of a property.
getProperty(String) - Method in class javax.xml.validation.ValidatorHandler
Look up the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a property.
getPropertyChangeListeners() - Method in class java.awt.Component
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class java.awt.Component
Returns an array of all the listeners which have been associated with the named property.
getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
Gets information about the possible properties for this driver.
getPropertyNames() - Method in class com.codename1.components.Ads
 
getPropertyNames() - Method in class com.codename1.components.ImageViewer
 
getPropertyNames() - Method in class com.codename1.components.InfiniteProgress
 
getPropertyNames() - Method in class com.codename1.components.MediaPlayer
 
getPropertyNames() - Method in class com.codename1.components.MultiButton
 
getPropertyNames() - Method in class com.codename1.components.OnOffSwitch
 
getPropertyNames() - Method in class com.codename1.components.RSSReader
 
getPropertyNames() - Method in class com.codename1.components.ShareButton
 
getPropertyNames() - Method in class com.codename1.components.SpanButton
 
getPropertyNames() - Method in class com.codename1.components.SpanLabel
 
getPropertyNames() - Method in class com.codename1.components.WebBrowser
 
getPropertyNames() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyNames() - Method in class com.codename1.maps.MapComponent
 
getPropertyNames() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyNames() - Method in class com.codename1.ui.Component
A component may expose mutable property names for a UI designer to manipulate, this API is designed for usage internally by the GUI builder code
getPropertyNames() - Method in class com.codename1.ui.ComponentGroup
 
getPropertyNames() - Method in class com.codename1.ui.Form
 
getPropertyNames() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyNames() - Method in class com.codename1.ui.Label
 
getPropertyNames() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyNames() - Method in class com.codename1.ui.list.MultiList
 
getPropertyNames() - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyNames() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyNames() - Method in class com.codename1.ui.table.Table
 
getPropertyNames() - Method in class com.codename1.ui.Tabs
 
getPropertyNames() - Method in class com.codename1.ui.tree.Tree
 
getPropertyNames() - Method in class java.awt.image.BufferedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyOverrides() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's property-override list.
getPropertyTypeNames() - Method in class com.codename1.components.Ads
 
getPropertyTypeNames() - Method in class com.codename1.components.ImageViewer
 
getPropertyTypeNames() - Method in class com.codename1.components.SpanButton
 
getPropertyTypeNames() - Method in class com.codename1.components.SpanLabel
 
getPropertyTypeNames() - Method in class com.codename1.components.WebBrowser
 
getPropertyTypeNames() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyTypeNames() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyTypeNames() - Method in class com.codename1.ui.Component
This method is here to workaround an XMLVM array type bug where property types aren't identified properly, it returns the names of the types using the following type names: String,int,double,long,byte,short,char,String[],String[][],byte[],Image,Image[],Object[],ListModel,ListCellRenderer
getPropertyTypeNames() - Method in class com.codename1.ui.Form
 
getPropertyTypeNames() - Method in class com.codename1.ui.Label
 
getPropertyTypeNames() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyTypeNames() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyTypeNames() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyTypeNames() - Method in class com.codename1.ui.table.Table
 
getPropertyTypeNames() - Method in class com.codename1.ui.Tabs
 
getPropertyTypeNames() - Method in class com.codename1.ui.tree.Tree
 
getPropertyTypes() - Method in class com.codename1.components.Ads
 
getPropertyTypes() - Method in class com.codename1.components.ImageViewer
 
getPropertyTypes() - Method in class com.codename1.components.InfiniteProgress
 
getPropertyTypes() - Method in class com.codename1.components.MediaPlayer
 
getPropertyTypes() - Method in class com.codename1.components.MultiButton
 
getPropertyTypes() - Method in class com.codename1.components.OnOffSwitch
 
getPropertyTypes() - Method in class com.codename1.components.RSSReader
 
getPropertyTypes() - Method in class com.codename1.components.ShareButton
 
getPropertyTypes() - Method in class com.codename1.components.SpanButton
 
getPropertyTypes() - Method in class com.codename1.components.SpanLabel
 
getPropertyTypes() - Method in class com.codename1.components.WebBrowser
 
getPropertyTypes() - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyTypes() - Method in class com.codename1.maps.MapComponent
 
getPropertyTypes() - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyTypes() - Method in class com.codename1.ui.Component
Matches the property names method (see that method for further details).
getPropertyTypes() - Method in class com.codename1.ui.ComponentGroup
 
getPropertyTypes() - Method in class com.codename1.ui.Form
 
getPropertyTypes() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyTypes() - Method in class com.codename1.ui.Label
 
getPropertyTypes() - Method in class com.codename1.ui.list.ContainerList
 
getPropertyTypes() - Method in class com.codename1.ui.list.MultiList
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyTypes() - Method in class com.codename1.ui.table.Table
 
getPropertyTypes() - Method in class com.codename1.ui.Tabs
 
getPropertyTypes() - Method in class com.codename1.ui.tree.Tree
 
getPropertyValue(String) - Method in class com.codename1.components.Ads
 
getPropertyValue(String) - Method in class com.codename1.components.ImageViewer
 
getPropertyValue(String) - Method in class com.codename1.components.InfiniteProgress
 
getPropertyValue(String) - Method in class com.codename1.components.MediaPlayer
 
getPropertyValue(String) - Method in class com.codename1.components.MultiButton
 
getPropertyValue(String) - Method in class com.codename1.components.OnOffSwitch
 
getPropertyValue(String) - Method in class com.codename1.components.RSSReader
 
getPropertyValue(String) - Method in class com.codename1.components.ShareButton
 
getPropertyValue(String) - Method in class com.codename1.components.SpanButton
 
getPropertyValue(String) - Method in class com.codename1.components.SpanLabel
 
getPropertyValue(String) - Method in class com.codename1.components.WebBrowser
 
getPropertyValue(String) - Method in class com.codename1.facebook.ui.LikeButton
 
getPropertyValue(String) - Method in class com.codename1.maps.MapComponent
 
getPropertyValue(String) - Method in class com.codename1.ui.AutoCompleteTextField
 
getPropertyValue(String) - Method in class com.codename1.ui.Component
Returns the current value of the property name, this method is used by the GUI builder
getPropertyValue(String) - Method in class com.codename1.ui.ComponentGroup
 
getPropertyValue(String) - Method in class com.codename1.ui.Form
 
getPropertyValue(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
getPropertyValue(String) - Method in class com.codename1.ui.Label
 
getPropertyValue(String) - Method in class com.codename1.ui.list.ContainerList
 
getPropertyValue(String) - Method in class com.codename1.ui.list.MultiList
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.DateSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.NumericSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.spinner.TimeSpinner
 
getPropertyValue(String) - Method in class com.codename1.ui.table.Table
 
getPropertyValue(String) - Method in class com.codename1.ui.Tabs
 
getPropertyValue(String) - Method in class com.codename1.ui.tree.Tree
 
getProtectionAlgorithm() - Method in class java.security.KeyStore.PasswordProtection
Gets the name of the protection algorithm.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtectionParameter() - Method in class java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for this domain.
getProtectionParameter(String) - Method in class java.security.KeyStore.Builder
Returns the ProtectionParameters that should be used to obtain the Entry with the given alias.
getProtectionParameter() - Method in interface java.security.KeyStore.LoadStoreParameter
Gets the parameter used to protect keystore data.
getProtectionParameters() - Method in class java.security.KeyStore.PasswordProtection
Gets the parameters supplied for the protection algorithm.
getProtectionParams() - Method in class java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for keystores in this domain.
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
 
getProtocol() - Method in class javax.net.ssl.SSLContext
Returns the protocol name of this SSLContext object.
getProtocol() - Method in interface javax.net.ssl.SSLSession
Returns the standard name of the protocol used for all connections in the session.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
 
getProtocols() - Method in class javax.net.ssl.SSLParameters
Returns a copy of the array of protocols or null if none have been set.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
 
getProvider() - Method in class com.codename1.maps.MapComponent
Gets the map provider
getProvider() - Method in class java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - Method in class java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - Method in class java.security.cert.CertificateFactory
Returns the provider of this certificate factory.
getProvider() - Method in class java.security.cert.CertPathBuilder
Returns the provider of this CertPathBuilder.
getProvider() - Method in class java.security.cert.CertPathValidator
Returns the Provider of this CertPathValidator.
getProvider() - Method in class java.security.cert.CertStore
Returns the provider of this CertStore.
getProvider() - Method in class java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - Method in class java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - Method in class java.security.KeyStore
Returns the provider of this keystore.
getProvider() - Method in class java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - Method in class java.security.Policy
Return the Provider of this Policy.
getProvider() - Method in class java.security.Provider.Service
Return the Provider of this service.
getProvider() - Method in class java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider(String) - Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProvider() - Method in class java.security.Signature
Returns the provider of this signature object.
getProvider() - Method in class javax.crypto.Cipher
Returns the provider of this Cipher object.
getProvider() - Method in class javax.crypto.ExemptionMechanism
Returns the provider of this ExemptionMechanism object.
getProvider() - Method in class javax.crypto.KeyAgreement
Returns the provider of this KeyAgreement object.
getProvider() - Method in class javax.crypto.KeyGenerator
Returns the provider of this KeyGenerator object.
getProvider() - Method in class javax.crypto.Mac
Returns the provider of this Mac object.
getProvider() - Method in class javax.crypto.SecretKeyFactory
Returns the provider of this SecretKeyFactory object.
getProvider() - Method in class javax.net.ssl.KeyManagerFactory
Returns the provider of this KeyManagerFactory object.
getProvider() - Method in class javax.net.ssl.SSLContext
Returns the provider of this SSLContext object.
getProvider() - Method in class javax.net.ssl.TrustManagerFactory
Returns the provider of this TrustManagerFactory object.
getProvider() - Method in class javax.security.auth.login.Configuration
Return the Provider of this Configuration.
getProviders() - Static method in class java.security.Security
Returns an array containing all the installed providers.
getProviders(String) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified selection criterion, or null if no such providers have been installed.
getProviders(Map<String, String>) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getPseudoColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getPSource() - Method in class javax.crypto.spec.OAEPParameterSpec
Returns the source of encoding input P.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicCredentials() - Method in class javax.security.auth.Subject
Return the Set of public credentials held by this Subject.
getPublicCredentials(Class<T>) - Method in class javax.security.auth.Subject
Return a Set of public credentials associated with this Subject that are instances or subclasses of the specified Class.
getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicId() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's public identifier, or null if none was given
getPublicId() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation's public identifier, or null if none was given.
getPublicId() - Method in interface javax.xml.stream.Location
Returns the public ID of the XML
getPublicId() - Method in interface javax.xml.transform.SourceLocator
Return the public identifier for the current document event.
getPublicId() - Method in class javax.xml.transform.stream.StreamSource
Get the public identifier that was set with setPublicId.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in exception org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable.
getPublicKey() - Method in interface java.security.Certificate
Deprecated.
Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey() - Method in class java.security.Identity
Deprecated.
Returns this identity's public key.
getPublicKey() - Method in class javax.security.cert.Certificate
Gets the public key from this certificate.
getPullToRefreshHeight() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getPullToRefreshHeight() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the required height of the pull to refresh feature
getPushLevel() - Method in class java.util.logging.MemoryHandler
Get the pushLevel.
getQ() - Method in interface java.security.interfaces.DSAParams
Returns the subprime, q.
getQ() - Method in class java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQuery() - Method in class java.net.URI
Returns the decoded query component of this URI.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getQuery() - Method in interface javax.microedition.io.HttpConnection
 
getQueryTimeout() - Method in interface java.sql.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueryTimeout() - Method in interface javax.sql.RowSet
Retrieves the maximum number of seconds the driver will wait for a statement to execute.
getQueue() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedReaderThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the read lock.
getQueuedSubmissionCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire either the read or write lock.
getQueuedThreads() - Method in class java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueuedWriterThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the write lock.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueueLength() - Method in class java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getQuotes() - Method in class com.codename1.facebook.User
 
getRadioButton(int) - Method in class com.codename1.ui.ButtonGroup
Returns the radio button at the given group index
getRadioButton(int) - Method in class com.sun.lwuit.ButtonGroup
Returns the radio button at the given group index
getRadioButtonFocusImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the radio button when in focused mode
getRadioButtonImages() - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Returns the images used to represent the radio button (selected followed by unselected).
getRadioButtonImages() - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the images used to represent the radio button (selected followed by unselected).
getRadioButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getRadioButtonPreferredSize(Button) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getRadioButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getRadioButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getRange() - Method in class java.util.Locale.LanguageRange
Returns the language range of this LanguageRange.
getRangeUnit() - Method in enum java.time.temporal.ChronoField
 
getRangeUnit() - Method in interface java.time.temporal.TemporalField
Gets the range that the field is bound by.
getRawAuthority() - Method in class java.net.URI
Returns the raw authority component of this URI.
getRawFragment() - Method in class java.net.URI
Returns the raw fragment component of this URI.
getRawOffset() - Method in class java.util.SimpleTimeZone
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getRawPath() - Method in class java.net.URI
Returns the raw path component of this URI.
getRawQuery() - Method in class java.net.URI
Returns the raw query component of this URI.
getRawResult() - Method in class java.util.concurrent.CountedCompleter
Returns the result of the computation.
getRawResult() - Method in class java.util.concurrent.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getRawResult() - Method in class java.util.concurrent.RecursiveAction
Always returns null.
getRawResult() - Method in class java.util.concurrent.RecursiveTask
 
getRawSchemeSpecificPart() - Method in class java.net.URI
Returns the raw scheme-specific part of this URI.
getRawType() - Method in interface java.lang.reflect.ParameterizedType
Returns the Type object representing the class or interface that declared this type.
getRawUserInfo() - Method in class java.net.URI
Returns the raw user-information component of this URI.
getRead() - Method in exception java.sql.DataTruncation
Indicates whether or not the value was truncated on a read.
getReader() - Method in interface javax.script.ScriptContext
Returns a Reader to be used by the script to read input.
getReader() - Method in class javax.script.SimpleScriptContext
Returns a Reader to be used by the script to read input.
getReader() - Method in class javax.xml.transform.stream.StreamSource
Get the character stream that was set with setReader.
getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReadLockCount() - Method in class java.util.concurrent.locks.StampedLock
Queries the number of read locks held for this lock.
getReadTimeout() - Method in class java.net.URLConnection
Returns setting for read timeout.
getReason() - Method in exception java.net.HttpRetryException
Returns a string explaining why the http request could not be retried.
getReason() - Method in exception java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReason() - Method in exception java.nio.file.FileSystemException
Returns the string explaining why the file system operation failed.
getReason() - Method in exception java.nio.file.InvalidPathException
Returns a string explaining why the input string was rejected.
getReason() - Method in exception java.security.cert.CertPathValidatorException
Returns the reason that the validation failed.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRed(int) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.IndexColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRedirectURI() - Method in class com.codename1.facebook.ui.LikeButton
 
getRedMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the red color component.
getReds(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of red color components into the specified array.
getReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
Returns a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRef() - Method in class java.rmi.server.RemoteObject
Returns the remote reference for the remote object.
getRef(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef() - Method in interface javax.microedition.io.HttpConnection
 
getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getReference() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getReferenceKind() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the reference kind of the cracked method handle, which in turn determines whether the method handle's underlying member was a constructor, method, or field.
getRefreshRateMillis() - Method in class com.codename1.cloud.CloudListModel
Indicates the rate in milliseconds in which to poll the server for the current data of elements that are visible at the moment.
getRegion() - Method in class com.codename1.contacts.Address
Gets Address Region
getRegisteredParties() - Method in class java.util.concurrent.Phaser
Returns the number of parties registered at this phaser.
getRegistry() - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the default registry port of 1099.
getRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the specified port.
getRegistry(String) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host on the default registry port of 1099.
getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host and port.
getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Returns a locally created remote reference to the remote object Registry on the specified host and port.
getRegistry(XletContext) - Static method in class javax.microedition.xlet.ixc.IxcRegistry
 
getRejectedExecutionHandler() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRelatedData() - Method in interface org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - Method in interface org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRelationship_status() - Method in class com.codename1.facebook.User
 
getReleaseRadius() - Method in class com.codename1.ui.Button
Indicates a radius in which a pointer release will still have effect.
getRemaining() - Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoteAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - Method in class java.nio.channels.DatagramChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - Method in class java.nio.channels.SocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoveOnCancelPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
getRenderer() - Method in class com.codename1.ui.list.ContainerList
The renderer used to draw the container list elements
getRenderer() - Method in class com.codename1.ui.List
Returns the renderer which is used to draw list elements
getRenderer(int) - Method in class com.codename1.ui.spinner.GenericSpinner
 
getRenderer() - Method in class com.codename1.ui.spinner.GenericSpinner
 
getRenderer() - Method in class com.sun.lwuit.List
Returns the renderer which is used to draw list elements
getRenderingPrototype() - Method in class com.codename1.ui.List
See set rendering prototype
getRenderingPrototype() - Method in class com.codename1.ui.spinner.GenericSpinner
Returns the rendering prototype
getRenderingPrototype(int) - Method in class com.codename1.ui.spinner.GenericSpinner
Returns the rendering prototype
getRenderingPrototype() - Method in class com.sun.lwuit.List
See set rendering prototype
getReplacementText() - Method in interface javax.xml.stream.events.EntityDeclaration
The replacement text of the entity.
getReportingLevel() - Static method in class com.codename1.io.Log
Indicates the level of log reporting, this allows developers to send device logs to the cloud thus tracking crashes or functionality in the device.
getRequestedServerNames() - Method in class javax.net.ssl.ExtendedSSLSession
Obtains a List containing all SNIServerNames of the requested Server Name Indication (SNI) extension.
getRequestHandler() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the document request handler
getRequestHandler() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the document request handler
getRequestingHost() - Method in class java.net.Authenticator
Gets the hostname of the site or proxy requesting authentication, or null if not available.
getRequestingPort() - Method in class java.net.Authenticator
Gets the port number for the requested connection.
getRequestingPrompt() - Method in class java.net.Authenticator
Gets the prompt string given by the requestor.
getRequestingProtocol() - Method in class java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class java.net.Authenticator
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
getRequestingSite() - Method in class java.net.Authenticator
Gets the InetAddress of the site requesting authorization, or null if not available.
getRequestingURL() - Method in class java.net.Authenticator
Returns the URL that resulted in this request for authentication.
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
 
getRequestorType() - Method in class java.net.Authenticator
Returns whether the requestor is a Proxy or a Server.
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
 
getResFile() - Static method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows URL's referring to a res:// local resource to default to this file
getResolverFields() - Method in class java.time.format.DateTimeFormatter
Gets the resolver fields to use during parsing.
getResolverStyle() - Method in class java.time.format.DateTimeFormatter
Gets the resolver style to use during parsing.
getResource(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResourceAsStream(Class, String) - Method in class com.codename1.ui.Display
This method is essentially equivalent to cls.getResourceAsStream(String) however some platforms might define unique ways in which to load resources within the implementation.
getResourceAsStream(Class, String) - Method in class com.sun.lwuit.Display
This method is essentially equivalent to cls.getResourceAsStream(String) however some platforms might define unique ways in which to load resources within the implementation.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class java.net.URLClassLoader
Returns an input stream for reading the specified resource.
getResourceBundle() - Method in class com.codename1.l10n.DateFormatSymbols
 
getResourceBundle() - Method in class com.codename1.ui.plaf.UIManager
Deprecated.
this method uses the old resource bundle hashtable, use the new getBundle() method
getResourceBundle() - Method in class com.sun.lwuit.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
getResourceBundle() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle for this logger.
getResourceBundle() - Method in class java.util.logging.LogRecord
Get the localization resource bundle
getResourceBundleName() - Method in class java.util.logging.Level
Return the level's localization resource bundle name, or null if no localization bundle is defined.
getResourceBundleName() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle name for this logger.
getResourceBundleName() - Method in class java.util.logging.LogRecord
Get the localization resource bundle name
getResourceClassLoader() - Static method in class com.sun.lwuit.misc.LWUITSharedSecrets
 
getResourceFilePath() - Method in class com.codename1.ui.util.UIBuilder
Allows the navigation code to avoid storing the resource file and lets the GC remove it from memory when its not in use
getResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the resources within this bundle
getResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the resources within this bundle
getResourceResolver() - Method in class javax.xml.validation.SchemaFactory
Gets the current LSResourceResolver set to this SchemaFactory.
getResourceResolver() - Method in class javax.xml.validation.Validator
Gets the current LSResourceResolver set to this Validator.
getResourceResolver() - Method in class javax.xml.validation.ValidatorHandler
Gets the current LSResourceResolver set to this ValidatorHandler.
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getResponseCode() - Method in class com.codename1.io.ConnectionRequest
Returns the response code for this request, this is only relevant after the request completed and might contain a temporary (e.g.
getResponseCode() - Method in class com.codename1.io.NetworkEvent
Indicates the response code sent by the response code listener
getResponseCode() - Method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
 
getResponseContentType() - Method in class com.codename1.io.ConnectionRequest
Returns the content type from the response headers
getResponseData() - Method in class com.codename1.io.ConnectionRequest
This method will return a valid value for only some of the responses and only after the response was processed
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
 
getResposeCode() - Method in class com.codename1.io.ConnectionRequest
Deprecated.
misspelled method name please use getResponseCode
getRestartMode() - Method in class java.rmi.activation.ActivationDesc
Returns the "restart" mode of the object associated with this activation descriptor.
getResult() - Method in class com.codename1.io.services.ImageDownloadService
Returns the image returned from the server, this method is useful for renderers
getResults() - Method in class com.codename1.io.services.RSSService
The results are presented as a vector of hashtables easily presentable in Codename One
getResultSet() - Method in interface java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - Method in interface java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet() - Method in interface java.sql.Statement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in interface java.sql.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
Retrieves this database's default holdability for ResultSet objects.
getResultSetHoldability() - Method in interface java.sql.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in interface java.sql.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getReturnType() - Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRevocationChecker() - Method in class java.security.cert.CertPathBuilder
Returns a CertPathChecker that the encapsulated CertPathBuilderSpi implementation uses to check the revocation status of certificates.
getRevocationChecker() - Method in class java.security.cert.CertPathValidator
Returns a CertPathChecker that the encapsulated CertPathValidatorSpi implementation uses to check the revocation status of certificates.
getRevocationDate() - Method in exception java.security.cert.CertificateRevokedException
Returns the date on which the certificate was revoked.
getRevocationDate() - Method in class java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevocationReason() - Method in exception java.security.cert.CertificateRevokedException
Returns the reason the certificate was revoked.
getRevocationReason() - Method in class java.security.cert.X509CRLEntry
Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.
getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
Gets the CRL entry, if any, with the given certificate serialNumber.
getRevokedCertificate(X509Certificate) - Method in class java.security.cert.X509CRL
Get the CRL entry, if any, for the given certificate.
getRevokedCertificates() - Method in class java.security.cert.X509CRL
Gets all the entries from this CRL.
getRGB() - Method in class com.codename1.ui.animations.Timeline
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.codename1.ui.EncodedImage
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.codename1.ui.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
getRGB() - Method in class com.codename1.ui.Image
Returns the content of this image as a newly created ARGB array.
getRGB() - Method in class com.codename1.ui.RGBImage
Returns a mutable array that can be used to change the appearance of the image arranged as AARRGGBB.
getRGB(int[], int, int, int, int, int, int) - Method in class com.codename1.ui.RGBImage
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.codename1.ui.ScaledImage
 
getRGB() - Method in class com.sun.lwuit.animations.Timeline
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.sun.lwuit.EncodedImage
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.sun.lwuit.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
getRGB() - Method in class com.sun.lwuit.Image
Returns the content of this image as a newly created ARGB array.
getRGB(int[], int, int, int, int, int, int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
getRGB() - Method in class com.sun.lwuit.RGBImage
Returns a mutable array that can be used to change the appearance of the image arranged as AARRGGBB.
getRGB(int[], int, int, int, int, int, int) - Method in class com.sun.lwuit.RGBImage
 
getRGB(int[], int, int, int, int, int, int) - Method in class com.sun.lwuit.ScaledImage
 
getRGB(int, int) - Method in class java.awt.image.BufferedImage
Returns an integer pixel in the default RGB color model (TYPE_INT_ARGB) and default sRGB colorspace.
getRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
Returns an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, from a portion of the image data.
getRGB(int) - Method in class java.awt.image.ColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.IndexColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGBCached() - Method in class com.codename1.ui.animations.Timeline
 
getRGBCached() - Method in class com.codename1.ui.Image
Returns the content of this image as a newly created ARGB array or a cached instance if possible.
getRGBCached() - Method in class com.sun.lwuit.animations.Timeline
 
getRGBCached() - Method in class com.sun.lwuit.Image
Returns the content of this image as a newly created ARGB array or a cached instance if possible.
getRGBdefault() - Static method in class java.awt.image.ColorModel
Returns a DirectColorModel that describes the default format for integer RGB values used in many of the methods in the AWT image interfaces for the convenience of the programmer.
getRGBs(int[]) - Method in class java.awt.image.IndexColorModel
Converts data for each index from the color and alpha component arrays to an int in the default RGB ColorModel format and copies the resulting 32-bit ARGB values into the specified array.
getRolloverIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
getRolloverIcon() - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in rolled over state
getRolloverIcon() - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
getRolloverPressedIcon() - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state and is selected.
getRoot() - Method in interface java.nio.file.Path
Returns the root component of this path as a Path object, or null if this path does not have a root component.
getRoot() - Method in class java.util.concurrent.CountedCompleter
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
getRoot() - Method in class java.util.concurrent.Phaser
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
getRootAncestor(Component) - Method in class com.codename1.ui.util.UIBuilder
Returns either the parent form or the component bellow the embedded container above c.
getRootAvailableSpace(String) - Method in class com.codename1.io.FileSystemStorage
Returns the available space in the given root directory
getRootDirectories() - Method in class java.nio.file.FileSystem
Returns an object to iterate over the paths of the root directories.
getRoots() - Method in class com.codename1.io.FileSystemStorage
Returns the filesystem roots from which the structure of the file system can be traversed
getRootSizeBytes(String) - Method in class com.codename1.io.FileSystemStorage
Returns the size of the given root directory
getRootType(String) - Method in class com.codename1.io.FileSystemStorage
Returns the type of the root often by guessing
getRoundingMode() - Method in class java.math.MathContext
Returns the roundingMode setting.
getRoundingMode() - Method in class java.text.DecimalFormat
Gets the RoundingMode used in this DecimalFormat.
getRoundingMode() - Method in class java.text.NumberFormat
Gets the RoundingMode used in this NumberFormat.
getRounds() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the number of rounds.
getRow() - Method in interface com.codename1.db.Cursor
Get the Row data Object.
getRow() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getRow() - Method in interface java.sql.ResultSet
Retrieves the current row number.
getRowCount() - Method in class com.codename1.ui.table.DefaultTableModel
 
getRowCount() - Method in interface com.codename1.ui.table.TableModel
Returns the number of rows in the table
getRowCount() - Method in class com.sun.lwuit.table.DefaultTableModel
 
getRowCount() - Method in interface com.sun.lwuit.table.TableModel
Returns the number of rows in the table
getRowId(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowId(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowIdLifetime() - Method in interface java.sql.DatabaseMetaData
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for which a RowId object remains valid.
getRowPosition(int) - Method in class com.codename1.ui.table.TableLayout
Returns the position of the given table row.
getRowPosition(int) - Method in class com.sun.lwuit.table.TableLayout
Returns the position of the given table row.
getRows() - Method in class com.codename1.ui.layouts.GridLayout
 
getRows() - Method in class com.codename1.ui.table.TableLayout
Get the number of rows
getRows() - Method in class com.codename1.ui.TextArea
Returns the number of rows in the text area
getRows() - Method in class com.sun.lwuit.TextArea
Returns the number of rows in the text area
getRowsGap() - Method in class com.codename1.ui.TextArea
Gets the num of pixels gap between the rows
getRowsGap() - Method in class com.sun.lwuit.TextArea
Gets the num of pixels gap between the rows
getRules() - Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRules(String, boolean) - Static method in class java.time.zone.ZoneRulesProvider
Gets the rules for the zone ID.
getRules() - Method in class java.time.ZoneId
Gets the time-zone rules for this ID allowing calculations to be performed.
getRules() - Method in class java.time.ZoneOffset
Gets the associated time-zone rules.
getRunCount() - Method in class java.text.Bidi
Return the number of level runs.
getRunLevel(int) - Method in class java.text.Bidi
Return the level of the nth logical run in this line.
getRunLimit() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(int) - Method in class java.text.Bidi
Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line.
getRunningThreadCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getRunStart() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(int) - Method in class java.text.Bidi
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getS() - Method in interface java.security.interfaces.ECPrivateKey
Returns the private value S.
getS() - Method in class java.security.spec.ECPrivateKeySpec
Returns the private value S.
getSalt() - Method in interface javax.crypto.interfaces.PBEKey
Returns the salt or null if not specified.
getSalt() - Method in class javax.crypto.spec.PBEKeySpec
Returns a copy of the salt or null if not specified.
getSalt() - Method in class javax.crypto.spec.PBEParameterSpec
Returns the salt.
getSaltLength() - Method in class java.security.spec.PSSParameterSpec
Returns the salt length in bits.
getSavepointId() - Method in interface java.sql.Savepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in interface java.sql.Savepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getScale(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getScaleX() - Method in class com.codename1.ui.Graphics
Returns the affine X scale
getScaleY() - Method in class com.codename1.ui.Graphics
Returns the affine Y scale
getSchema() - Method in interface java.sql.Connection
Retrieves this Connection object's current schema name.
getSchema() - Method in class javax.xml.parsers.DocumentBuilder
Get a reference to the the Schema being used by the XML processor.
getSchema() - Method in class javax.xml.parsers.DocumentBuilderFactory
Gets the Schema object specified through the DocumentBuilderFactory.setSchema(Schema schema) method.
getSchema() - Method in class javax.xml.parsers.SAXParser
Get a reference to the the Schema being used by the XML processor.
getSchema() - Method in class javax.xml.parsers.SAXParserFactory
Gets the Schema object specified through the SAXParserFactory.setSchema(Schema schema) method.
getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's table's schema.
getSchemas() - Method in interface java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemas(String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getSchemaType() - Method in interface javax.xml.stream.events.XMLEvent
This method is provided for implementations to provide optional type information about the associated event.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
The type information associated with this element.
getScheme() - Method in class java.net.URI
Returns the scheme component of this URI.
getScheme() - Method in class java.nio.file.spi.FileSystemProvider
Returns the URI scheme that identifies this provider.
getSchemeSpecificPart() - Method in class java.net.URI
Returns the decoded scheme-specific part of this URI.
getScope() - Method in class java.security.Identity
Deprecated.
Returns this identity's scope.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getScopes() - Method in interface javax.script.ScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScopes() - Method in class javax.script.SimpleScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScript() - Method in class java.util.Locale
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
getScriptContext(Bindings) - Method in class javax.script.AbstractScriptEngine
Returns a SimpleScriptContext.
getScriptEngine() - Method in interface javax.script.ScriptEngineFactory
Returns an instance of the ScriptEngine associated with this ScriptEngineFactory.
getScrollable() - Method in class com.codename1.ui.Component
Returns the scrollable parent of this component
getScrollAmount() - Method in class java.awt.event.MouseWheelEvent
Returns the number of units that should be scrolled per click of mouse wheel rotation.
getScrollAnimationSpeed() - Method in class com.codename1.ui.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
getScrollAnimationSpeed() - Method in class com.codename1.ui.Form
 
getScrollAnimationSpeed() - Method in class com.sun.lwuit.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
getScrollAnimationSpeed() - Method in class com.sun.lwuit.Form
 
getScrollDimension() - Method in class com.codename1.ui.Component
Returns the Components dimension in scrolling, this is very similar to the preferred size aspect only it represents actual scrolling limits.
getScrollDimension() - Method in class com.sun.lwuit.Component
Returns the Components dimension in scrolling, this is very similar to the preferred size aspect only it represents actual scrolling limits.
getScrollIncrement() - Method in class com.codename1.ui.Container
Gets the Container scroll increment
getScrollIncrement() - Method in class com.sun.lwuit.Container
Gets the Container scroll increment
getScrollOpacity() - Method in class com.codename1.ui.Component
This method is used internally by the look and feel to implement the fading scrollbar behavior.
getScrollOpacityChangeSpeed() - Method in class com.codename1.ui.Component
Indicates the decrement units for the scroll opacity
getScrollType() - Method in class java.awt.event.MouseWheelEvent
Returns the type of scrolling that should take place in response to this event.
getScrollX() - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getScrollX() - Method in class com.sun.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getScrollY() - Method in class com.codename1.ui.Component
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getScrollY() - Method in class com.sun.lwuit.Component
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getSecond() - Method in class java.time.LocalDateTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.LocalTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.OffsetDateTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.OffsetTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.ZonedDateTime
Gets the second-of-minute field.
getSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
getSeconds() - Method in class java.sql.Date
Deprecated. 
getSeconds() - Method in class java.time.Duration
Gets the number of seconds in this duration.
getSeconds() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
getSeconds() - Method in class javax.xml.datatype.Duration
Obtains the value of the SECONDS field as an integer value, or 0 if not present.
getSecretKey() - Method in class java.security.KeyStore.SecretKeyEntry
Gets the SecretKey from this entry.
getSecure() - Method in class java.net.HttpCookie
Returns true if sending this cookie should be restricted to a secure protocol, or false if the it can be sent using any protocol.
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityContext(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
Deprecated.
no replacement
getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses this method to obtain a class loader's security context.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
 
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
 
getSecurityManager() - Static method in class java.lang.System
getSecurityManager returns the currently installed security manager.
getSeed(int) - Static 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.
getSeed() - Method in class java.security.spec.EllipticCurve
Returns the seeding bytes seed used during curve generation.
getSeedLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the domain parameter seed in bits.
getSelectCommand() - Method in class com.codename1.ui.MenuBar
The selectCommand is the command to invoke when a Component has foucs in Third Soft Button state.
getSelectCommandText() - Method in class com.codename1.ui.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
getSelectCommandText() - Method in class com.sun.lwuit.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
getSelected() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getSelectedButton() - Method in class com.codename1.ui.list.MultiList
Allows developers to customize the properties of the selected multi-button in code
getSelectedColumn() - Method in class com.codename1.ui.table.Table
Returns the selected column in the table
getSelectedColumn() - Method in class com.sun.lwuit.table.Table
Returns the selected column in the table
getSelectedComponent() - Method in class com.codename1.ui.Tabs
Returns the component associated with the tab at the given index
getSelectedDay() - Method in class com.codename1.ui.Calendar
Returns the time for the current calendar.
getSelectedDay() - Method in class com.sun.lwuit.Calendar
Returns the time for the current calendar.
getSelectedEven() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getSelectedIndex() - Method in class com.codename1.cloud.CloudListModel
 
getSelectedIndex() - Method in class com.codename1.ui.ButtonGroup
Return the index of the selected button within the group
getSelectedIndex() - Method in class com.codename1.ui.list.ContainerList
Returns the current selected offset in the list
getSelectedIndex() - Method in class com.codename1.ui.list.DefaultListModel
 
getSelectedIndex() - Method in class com.codename1.ui.list.FilterProxyListModel
 
getSelectedIndex() - Method in class com.codename1.ui.List
Returns the current selected offset in the list
getSelectedIndex() - Method in interface com.codename1.ui.list.ListModel
Returns the selected list offset
getSelectedIndex() - Method in class com.codename1.ui.Tabs
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class com.sun.lwuit.ButtonGroup
Return the index of the selected button within the group
getSelectedIndex() - Method in class com.sun.lwuit.list.DefaultListModel
 
getSelectedIndex() - Method in class com.sun.lwuit.List
Returns the current selected offset in the list
getSelectedIndex() - Method in interface com.sun.lwuit.list.ListModel
Returns the selected list offset
getSelectedIndex() - Method in class com.sun.lwuit.TabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the selected confirmation option.
getSelectedIndexes() - Method in class javax.security.auth.callback.ChoiceCallback
Get the selected choices.
getSelectedItem() - Method in class com.codename1.ui.list.ContainerList
Returns the current/last selected item
getSelectedItem() - Method in class com.codename1.ui.List
Returns the current selected item in the list or null for no selection
getSelectedItem() - Method in class com.codename1.ui.tree.Tree
Returns the currently selected item in the tree
getSelectedItem() - Method in class com.sun.lwuit.List
Returns the current selected item in the list or null for no selection
getSelectedItem() - Method in class com.sun.lwuit.tree.Tree
Returns the currently selected item in the tree
getSelectedRect() - Method in class com.codename1.ui.ComboBox
 
getSelectedRect() - Method in class com.codename1.ui.Component
Returns the component bounds with absolute screen coordinates, for components that include an internal selection behavior and are not containers (currently only List) this method allows returning the position of the selection itself which is useful for things such as the popup dialog and similar UI's that need to reference the position of the selection externally
getSelectedRect() - Method in class com.codename1.ui.list.ContainerList
 
getSelectedRect() - Method in class com.codename1.ui.List
 
getSelectedRow() - Method in class com.codename1.ui.table.Table
Returns the selected row in the table
getSelectedRow() - Method in class com.sun.lwuit.table.Table
Returns the selected row in the table
getSelectedString() - Method in class com.codename1.ui.spinner.Picker
Returns the current string
getSelectedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the selected state allowing us to manipulate the look of the component when it owns focus
getSelectedStyle() - Method in class com.sun.lwuit.Component
Returns the Component Style for the selected state allowing us to manipulate the look of the component when it owns focus
getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the currently selected text from the text editing component.
getSelectionTransparency() - Method in class com.codename1.ui.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
getSelectionTransparency() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
getSelectMenuItem() - Method in class com.codename1.ui.MenuBar
This method returns the select menu item, when a menu is opened
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSendButtonText() - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
getSentenceInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the default locale.
getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the given locale.
getSentenceInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for sentence breaks for the given locale.
getSentReceived() - Method in class com.codename1.io.NetworkEvent
Returns the amount of data received up to this event or sent up to this event (depending on the event type).
getSeparator() - Method in class java.nio.file.FileSystem
Returns the name separator, represented as a string.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number.
getSerialNumber() - Method in class java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in class java.security.cert.X509CertSelector
Returns the serialNumber criterion.
getSerialNumber() - Method in class java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialNumber() - Method in class javax.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServerAliases(String, Principal[]) - Method in interface javax.net.ssl.X509KeyManager
Get the matching aliases for authenticating the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
 
getServerCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
getServerCertificates() - Method in class javax.net.ssl.HttpsURLConnection
Returns the server's certificate chain which was established as part of defining the session.
getServerName() - Method in class java.security.cert.LDAPCertStoreParameters
Returns the DNS name of the LDAP server.
getServerNames() - Method in class javax.net.ssl.SSLParameters
Returns a List containing all SNIServerNames of the Server Name Indication (SNI) parameter, or null if none has been set.
getServerSessionContext() - Method in class javax.net.ssl.SSLContext
Returns the server session context, which represents the set of SSL sessions available for use during the handshake phase of server-side SSL sockets.
getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a ServerSocketFactory object for this context.
getService(String, String) - Method in class java.security.Provider
Get the service describing this Provider's implementation of the specified type of this algorithm or alias.
getServices() - Method in class java.security.Provider
Get an unmodifiable Set of all services supported by this Provider.
getSession() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the session that triggered this event.
getSession() - Method in class javax.net.ssl.SSLEngine
Returns the SSLSession in use in this SSLEngine.
getSession() - Method in class javax.net.ssl.SSLSessionBindingEvent
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound.
getSession(byte[]) - Method in interface javax.net.ssl.SSLSessionContext
Returns the SSLSession bound to the specified session id.
getSession() - Method in class javax.net.ssl.SSLSocket
Returns the SSL Session in use by this connection.
getSessionCacheSize() - Method in interface javax.net.ssl.SSLSessionContext
Returns the size of the cache used for storing SSLSession objects grouped under this SSLSessionContext.
getSessionContext() - Method in interface javax.net.ssl.SSLSession
Returns the context in which this session is bound.
getSessionTimeout() - Method in interface javax.net.ssl.SSLSessionContext
Returns the timeout limit of SSLSession objects grouped under this SSLSessionContext.
getSeverity() - Method in interface org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getSharedInstance() - Static method in class com.codename1.ui.layouts.LayoutStyle
Factory methods for obtaining the current LayoutStyle object appropriate for the current look and feel.
getSharedInstance() - Static method in class com.sun.lwuit.layouts.LayoutStyle
Factory methods for obtaining the current LayoutStyle object appropriate for the current look and feel.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getShiftText() - Method in class com.codename1.ui.Label
Simple getter to return how many pixels to shift the text inside the Label
getShiftText() - Method in class com.sun.lwuit.Label
Simple getter to return how many pixels to shift the text inside the Label
getShort(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getShort(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type short or of another primitive type convertible to type short via a widening conversion.
getShort(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShortMonths() - Method in class com.codename1.l10n.DateFormatSymbols
 
getShortMonths() - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortWeekdays() - Method in class com.codename1.l10n.DateFormatSymbols
 
getShortWeekdays() - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getShowDuringEditBehavior() - Method in class com.codename1.ui.Display
Returns the status of the show during edit flag
getShowDuringEditBehavior() - Method in class com.sun.lwuit.Display
Returns the status of the show during edit flag
getShowOnInit() - Method in class com.codename1.io.ConnectionRequest
This dialog will be shown when this request enters the network queue
getSideGap() - Method in class com.codename1.ui.Component
Returns the gap to be left for the side scrollbar on the Y axis.
getSideGap() - Method in class com.codename1.ui.Container
 
getSideGap() - Method in class com.codename1.ui.List
 
getSideGap() - Method in class com.sun.lwuit.Component
Returns the gap to be left for the side scrollbar on the Y axis.
getSigAlgName() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgName() - Method in class javax.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgOID() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - Method in class java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgOID() - Method in class javax.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgParams() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - Method in class java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSigAlgParams() - Method in class javax.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSign() - Method in class javax.xml.datatype.Duration
Returns the sign of this duration in -1,0, or 1.
getSignature() - Method in class java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
getSignature() - Method in class java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSignature() - Method in class java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignerCertPath() - Method in class java.security.CodeSigner
Returns the signer's certificate path.
getSignerCertPath() - Method in class java.security.Timestamp
Returns the certificate path for the Timestamping Authority.
getSigners() - Method in class java.lang.Class
getSigners returns the signers of this class, or null if there are none or this is a primitive type.
getSigProvider() - Method in class java.security.cert.PKIXParameters
Returns the signature provider's name, or null if not set.
getSilentRetryCount() - Method in class com.codename1.io.ConnectionRequest
Indicates the number of times to silently retry a connection that failed before prompting
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSize() - Method in class com.codename1.cloud.CloudListModel
 
getSize() - Method in class com.codename1.ui.animations.Timeline
Returns the pixel based unscaled dimentions of this timeline
getSize() - Method in class com.codename1.ui.Font
Return Optional operation returning the font size for system fonts
getSize() - Method in class com.codename1.ui.geom.Rectangle
Return the dimension of the rectangle
getSize() - Method in class com.codename1.ui.list.DefaultListModel
 
getSize() - Method in class com.codename1.ui.list.FilterProxyListModel
 
getSize() - Method in interface com.codename1.ui.list.ListModel
Returns the number of items in the list
getSize() - Method in class com.sun.lwuit.animations.Timeline
Returns the pixel based unscaled dimentions of this timeline
getSize() - Method in class com.sun.lwuit.Font
Return Optional operation returning the font size for system fonts
getSize() - Method in class com.sun.lwuit.geom.Rectangle
Return the dimension of the rectangle
getSize() - Method in class com.sun.lwuit.list.DefaultListModel
 
getSize() - Method in interface com.sun.lwuit.list.ListModel
Returns the number of items in the list
getSize() - Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize(Dimension) - Method in class java.awt.Component
Stores the width/height of this component into "return value" rv and return rv.
getSize() - Method in class java.awt.image.DataBuffer
Returns the size of the data buffer.
getSize() - Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data.
getSizeOfArray(String) - Method in class com.codename1.processing.Result
Get the size of an array at the requested path.
getSku() - Method in class com.codename1.payment.Product
 
getSmallestMaximum() - Method in class java.time.temporal.ValueRange
Gets the smallest possible maximum value that the field can take.
getSnapshot() - Method in class java.awt.image.VolatileImage
Returns a static snapshot image of this object.
getSNIMatchers() - Method in class javax.net.ssl.SSLParameters
Returns a Collection containing all SNIMatchers of the Server Name Indication (SNI) parameter, or null if none has been set.
getSocket() - Method in class javax.net.ssl.HandshakeCompletedEvent
Returns the socket which is the source of this event.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory set by the setSocketFactory method.
getSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a SocketFactory object for this context.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
 
getSoftButton(int) - Method in class com.codename1.ui.Form
Returns the button representing the softbutton, this allows modifying softbutton attributes and behavior programmatically rather than by using the command API.
getSoftButton(int) - Method in class com.sun.lwuit.Form
Returns the button representing the softbutton, this allows modifying softbutton attributes and behavior programmatically rather than by using the command API.
getSoftButtonCount() - Method in class com.codename1.ui.Form
Returns the number of buttons on the menu bar for use with getSoftButton()
getSoftButtonCount() - Method in class com.sun.lwuit.Form
Returns the number of buttons on the menu bar for use with getSoftButton()
getSoftButtonStyle() - Method in class com.sun.lwuit.Form
Retrieves the style of the menu bar programmatically
getSoftFailExceptions() - Method in class java.security.cert.PKIXRevocationChecker
Returns a list containing the exceptions that are ignored by the revocation checker when the SOFT_FAIL option is set.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class com.codename1.ui.animations.Transition
Returns the source form which is the form from which the animation is starting.
getSource() - Method in class com.codename1.ui.events.ActionEvent
The element that triggered the action event, useful for decoupling event handling code
getSource() - Method in class com.sun.lwuit.animations.Transition
Returns the source form which is the form from which the animation is starting.
getSource() - Method in class com.sun.lwuit.events.ActionEvent
The element that triggered the action event, useful for decoupling event handling code
getSource() - Method in class java.awt.image.BufferedImage
Returns the object that produces the pixels for the image.
getSource() - Method in class java.awt.image.VolatileImage
This returns an ImageProducer for this VolatileImage.
getSource(Class<T>) - Method in interface java.sql.SQLXML
Returns a Source for reading the XML value designated by this SQLXML instance.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSourceClassName() - Method in class java.util.logging.LogRecord
Get the name of the class that (allegedly) issued the logging request.
getSourceMethodName() - Method in class java.util.logging.LogRecord
Get the name of the method that (allegedly) issued the logging request.
getSourceString() - Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
getSourceUrl() - Method in class com.codename1.facebook.Photo
Get sourceUrl
getSourceValue() - Method in class com.codename1.ui.animations.Motion
The number from which we are starting (usually indicating animation start position)
getSourceValue() - Method in class com.sun.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position)
getSouth() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the south location
getSouth() - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component in the south location
getSouthWest() - Method in class com.codename1.maps.BoundingBox
Gets the /south west coordinate
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
getSpecified() - Method in interface org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpinnerHandle() - Static method in class com.sun.lwuit.spinner.Spinner
The image appearing on the side of the spinner widget to indicate its "spinnability"
getSQLException() - Method in class javax.sql.ConnectionEvent
Retrieves the SQLException for this ConnectionEvent object.
getSQLException() - Method in class javax.sql.StatementEvent
Returns the SQLException the driver is about to throw
getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
getSQLState() - Method in exception java.sql.SQLException
Retrieves the SQLState for this SQLException object.
getSQLStateType() - Method in interface java.sql.DatabaseMetaData
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL:2003.
getSQLTypeName() - Method in interface java.sql.SQLData
Returns the fully-qualified name of the SQL user-defined type that this object represents.
getSQLTypeName() - Method in interface java.sql.Struct
Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getSQLXML(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSSLParameters() - Method in class javax.net.ssl.SSLEngine
Returns the SSLParameters in effect for this SSLEngine.
getSSLParameters() - Method in class javax.net.ssl.SSLServerSocket
Returns the SSLParameters in effect for newly accepted connections.
getSSLParameters() - Method in class javax.net.ssl.SSLSocket
Returns the SSLParameters in effect for this SSLSocket.
getSSLSocketFactory() - Method in class javax.net.ssl.HttpsURLConnection
Gets the SSL socket factory to be used when creating sockets for secure https URL connections.
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getStamp() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStandardOffset() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the standard offset in force at the transition.
getStandardOffset(Instant) - Method in class java.time.zone.ZoneRules
Gets the standard offset for the specified instant in this zone.
getStartDate() - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
getStartTime() - Method in class com.codename1.ui.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
getStartTime() - Method in class com.codename1.ui.animations.Motion
The value of System.currentTimemillis() when motion was started
getStartTime() - Method in class com.sun.lwuit.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
getStartTime() - Method in class com.sun.lwuit.animations.Motion
The value of System.currentTimemillis() when motion was started
getStartYear() - Method in class com.codename1.ui.spinner.DateSpinner
 
getState() - Method in class com.codename1.ui.Button
Returns the button state
getState() - Method in class com.sun.lwuit.Button
Returns the button state
getState() - Method in class java.awt.im.InputMethodHighlight
Returns the conversion state of the text range.
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the current value of synchronization state.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the current value of synchronization state.
getStateChange() - Method in class java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStatement() - Method in interface java.sql.ResultSet
Retrieves the Statement object that produced this ResultSet object.
getStatement() - Method in class javax.sql.StatementEvent
Returns the PreparedStatement that is being closed or is invalid
getStatus() - Method in class com.codename1.cloud.CloudObject
Returns one of the status constants in this class
getStatus(int) - Method in class com.codename1.io.services.TwitterRESTService
Returns the status at the given offset
getStatus() - Method in class com.codename1.location.Location
The status of the location one of: LocationManager.AVAILABLE, LocationManager.OUT_OF_SERVICE or LocationManager.TEMPORARILY_UNAVAILABLE:
getStatus() - Method in class com.codename1.location.LocationManager
Gets the Manager status: AVAILABLE, OUT_OF_SERVICE or TEMPORARILY_UNAVAILABLE
getStatus() - Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getStatus() - Method in class javax.net.ssl.SSLEngineResult
Gets the return value of this SSLEngine operation.
getStatusesCount() - Method in class com.codename1.io.services.TwitterRESTService
Returns the number of statuses within the response
getStealCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
getStep() - Method in class com.codename1.ui.spinner.NumericSpinner
Step for spinner gap
getStorageCacheSize() - Method in class com.codename1.cloud.CloudListModel
Returns the elements cached within the persistent storage
getStorageCacheSize() - Method in class com.codename1.io.CacheMap
Indicates the size of the storage cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
getStreetAddress() - Method in class com.codename1.contacts.Address
Gets Address Street
getStrength() - Method in class java.text.Collator
Returns this Collator's strength property.
getStrictErrorChecking() - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getString(String) - Method in class com.codename1.cloud.CloudObject
Returns the value for the given key
getString(int) - Method in interface com.codename1.db.Row
Gets column value by index.
getString(String) - Method in class com.codename1.javascript.JSObject
Wrapper around get() to return a String.
getString(int) - Method in class com.codename1.javascript.JSObject
Wrapper for get(int) for indexed string values.
getString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString() - Method in interface java.sql.SQLXML
Returns a string representation of the XML value designated by this SQLXML instance.
getString(String) - Method in class java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getStringArray(String) - Method in class java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getStringData() - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
getStringFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getStrings() - Method in class com.codename1.ui.spinner.Picker
Returns the String array matching the metadata
getStyle() - Method in class com.codename1.ui.Component
Returns the current Component Style allowing code to draw the current component, you should normally use getUnselected/Pressed/DisabledStyle() and not this method since it will return different values based on component state.
getStyle() - Method in class com.codename1.ui.Font
Return Optional operation returning the font style for system fonts
getStyle() - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
getStyle() - Method in class com.codename1.ui.Slider
 
getStyle() - Method in class com.sun.lwuit.Button
 
getStyle() - Method in class com.sun.lwuit.Component
Returns the Component Style allowing us to manipulate the look of the component
getStyle() - Method in class com.sun.lwuit.Font
Return Optional operation returning the font style for system fonts
getSubimage(int, int, int, int) - Method in class java.awt.image.BufferedImage
Returns a subimage defined by a specified rectangular region.
getSubInterfaces() - Method in class java.net.NetworkInterface
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.
getSubject() - Method in class java.security.cert.X509CertSelector
Returns the subject criterion as an X500Principal.
getSubject() - Method in class javax.security.auth.login.LoginContext
Return the authenticated Subject.
getSubject(AccessControlContext) - Static method in class javax.security.auth.Subject
Get the Subject associated with the provided AccessControlContext.
getSubject() - Method in class javax.security.auth.SubjectDomainCombiner
Get the Subject associated with this SubjectDomainCombiner.
getSubjectAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17).
getSubjectAlternativeNames() - Method in class java.security.cert.X509CertSelector
Returns a copy of the subjectAlternativeNames criterion.
getSubjectAsBytes() - Method in class java.security.cert.X509CertSelector
Returns the subject criterion as a byte array.
getSubjectAsString() - Method in class java.security.cert.X509CertSelector
getSubjectDN() - Method in class java.security.cert.X509Certificate
getSubjectDN() - Method in class javax.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectKeyIdentifier() - Method in class java.security.cert.X509CertSelector
Returns the subjectKeyIdentifier criterion.
getSubjectPublicKey() - Method in class java.security.cert.X509CertSelector
Returns the subjectPublicKey criterion.
getSubjectPublicKeyAlgID() - Method in class java.security.cert.X509CertSelector
Returns the subjectPublicKeyAlgID criterion.
getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
getSubprimeQLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the sub-prime Q of the to-be-generated DSA domain parameters in bits.
getSubString(long, int) - Method in interface java.sql.Clob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSuggestionModel() - Method in class com.codename1.ui.AutoCompleteTextField
Returns the list model to show within the completion list
getSum() - Method in class java.util.DoubleSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class java.util.IntSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class java.util.LongSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSuperclass() - Method in class java.lang.Class
getSuperclass gets the super class of this class
getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSupportedAttributesList() - Method in class com.codename1.ui.html.HTMLElement
Returns a list of supported attributes for this tag.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLEngine
Returns the names of the cipher suites which could be enabled for use on this engine.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocket
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLServerSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocket
Returns the names of the cipher suites which could be enabled for use on this connection.
getSupportedCipherSuites() - Method in class javax.net.ssl.SSLSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getSupportedExtensions() - Method in class java.security.cert.PKIXCertPathChecker
Returns an immutable Set of X.509 certificate extensions that this PKIXCertPathChecker supports (i.e.
getSupportedProtocols() - Method in class javax.net.ssl.SSLEngine
Returns the names of the protocols which could be enabled for use with this SSLEngine.
getSupportedProtocols() - Method in class javax.net.ssl.SSLServerSocket
Returns the names of the protocols which could be enabled for use.
getSupportedProtocols() - Method in class javax.net.ssl.SSLSocket
Returns the names of the protocols which could be enabled for use on an SSL connection.
getSupportedSSLParameters() - Method in class javax.net.ssl.SSLContext
Returns a copy of the SSLParameters indicating the supported settings for this SSL context.
getSupportedStandardName() - Method in class com.codename1.ui.html.HTMLParser
Returns a string identifying the document type this parser supports.
getSupportedStandardName() - Method in class com.codename1.xml.XMLParser
Returns a string identifying the document type this parser supports.
getSupportedVirtualKeyboard() - Method in class com.codename1.ui.Display
Returns all platform supported virtual keyboards names
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getSurplusQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them, or zero if this thread is not operating in a ForkJoinPool.
getSVGDocument() - Method in class com.codename1.ui.Image
Returns a platform specific DOM object that can be manipulated by the user to change the SVG Image
getSVGDocument() - Method in class com.codename1.ui.ScaledImage
 
getSVGDocument() - Method in class com.sun.lwuit.Image
Returns a platform specific DOM object that can be manipulated by the user to change the SVG Image
getSVGDocument() - Method in class com.sun.lwuit.ScaledImage
 
getSwipePlaceholder() - Method in class com.codename1.components.ImageViewer
This image is shown briefly during swiping while the full size image is loaded
getSwipeThreshold() - Method in class com.codename1.components.ImageViewer
The swipe threshold is a number between 0 and 1 that indicates the threshold after which the swiped image moves to the next image.
getSymbol() - Method in class java.util.Currency
Gets the symbol of this currency for the default DISPLAY locale.
getSymbol(Locale) - Method in class java.util.Currency
Gets the symbol of this currency for the specified locale.
getSymbol(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Gets the symbol of the given currency code for the specified locale.
getSymbolTable() - Static method in class com.codename1.ui.TextField
Returns the symbol table for the device
getSymbolTable() - Static method in class com.sun.lwuit.TextField
Returns the symbol table for the device
getSyncFlush() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getSystem() - Static method in class java.rmi.activation.ActivationGroup
Returns the activation system for the VM.
getSystem() - Method in class java.rmi.activation.ActivationGroupID
Returns the group's activation system.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getSystemId() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's system identifier.
getSystemId() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation's system identifier, or null if none was given.
getSystemId() - Method in interface javax.xml.stream.events.StartDocument
Returns the system ID of the XML data
getSystemId() - Method in interface javax.xml.stream.Location
Returns the system ID of the XML
getSystemId() - Method in class javax.xml.transform.dom.DOMResult
Get the System Identifier.
getSystemId() - Method in class javax.xml.transform.dom.DOMSource
Get the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.Result
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.sax.SAXResult
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.sax.SAXSource
Get the base ID (URI or system ID) from where URIs will be resolved.
getSystemId() - Method in interface javax.xml.transform.sax.TemplatesHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - Method in interface javax.xml.transform.Source
Get the system identifier that was set with setSystemId.
getSystemId() - Method in interface javax.xml.transform.SourceLocator
Return the system identifier for the current document event.
getSystemId() - Method in class javax.xml.transform.stax.StAXResult
The returned system identifier is always null.
getSystemId() - Method in class javax.xml.transform.stax.StAXSource
Get the system identifier used by this StAXSource.
getSystemId() - Method in class javax.xml.transform.stream.StreamResult
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class javax.xml.transform.stream.StreamSource
Get the system identifier that was set with setSystemId.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in exception org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemResource() - Static method in class com.codename1.ui.util.Resources
Gets the system resource which can be located /CN1Images.res.
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getSystemScope() - Static method in class java.security.IdentityScope
Deprecated.
Returns the system's identity scope.
getTabbedPaneBorderWidth() - Method in class com.sun.lwuit.TabbedPane
The TabbedPane surrounded border width
getTabbedPaneCell(TabbedPane, String, Image, boolean, boolean, Style, Style, Style, int, int, Dimension, Dimension) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getTabbedPaneCell(TabbedPane, String, Image, boolean, boolean, Style, Style, Style, int, int, Dimension, Dimension) - Method in class com.sun.lwuit.plaf.LookAndFeel
Draws and return the TabbedPane cell component (renderer) according to each tab orientation, the borders are getting draws
getTabComponentAt(int) - Method in class com.codename1.ui.Tabs
Returns the tab at index.
getTabComponentAt(int) - Method in class com.sun.lwuit.TabbedPane
Returns the tab at index.
getTabCount() - Method in class com.codename1.ui.Tabs
Returns the number of tabs in this tabbedpane.
getTabCount() - Method in class com.sun.lwuit.TabbedPane
Returns the number of tabs in this tabbedpane.
getTabIcon(int) - Method in class com.codename1.ui.Tabs
Returns the icon of the tab at the given index
getTableName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table name.
getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in interface java.sql.DatabaseMetaData
Retrieves the table types available in this database.
getTabPlacement() - Method in class com.codename1.ui.Tabs
Returns the placement of the tabs for this tabbedpane.
getTabPlacement() - Method in class com.sun.lwuit.TabbedPane
Returns the placement of the tabs for this tabbedpane.
getTabsContainer() - Method in class com.codename1.ui.Tabs
This method retrieves the Tabs buttons Container
getTabSelectedIcon(int) - Method in class com.codename1.ui.Tabs
Returns the icon of the tab at the given index
getTabTextPosition() - Method in class com.codename1.ui.Tabs
Returns The position of the text relative to the icon
getTabTitle(int) - Method in class com.codename1.ui.Tabs
Returns the title of the tab at the given index
getTactileTouchDuration() - Method in class com.codename1.ui.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
getTactileTouchDuration() - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
getTagId() - Method in class com.codename1.ui.html.HTMLElement
Returns this HTMLElement's ID
getTagName() - Method in class com.codename1.ui.html.HTMLElement
Returns this HTMLElement's tag name
getTagName() - Method in class com.codename1.xml.Element
Returns this Element's tag name
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTail(Handler) - Method in class java.util.logging.Formatter
Return the tail string for a set of formatted records.
getTail(Handler) - Method in class java.util.logging.XMLFormatter
Return the tail string for a set of XML formatted records.
getTarget() - Method in class java.lang.invoke.CallSite
Returns the target method of the call site, according to the behavior defined by this call site's specific class.
getTarget() - Method in class java.lang.invoke.ConstantCallSite
Returns the target method of the call site, which behaves like a final field of the ConstantCallSite.
getTarget() - Method in class java.lang.invoke.MutableCallSite
Returns the target method of the call site, which behaves like a normal field of the MutableCallSite.
getTarget() - Method in class java.lang.invoke.VolatileCallSite
Returns the target method of the call site, which behaves like a volatile field of the VolatileCallSite.
getTarget() - Method in interface javax.xml.stream.events.ProcessingInstruction
The target section of the processing instruction
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTargetCertConstraints() - Method in class java.security.cert.PKIXParameters
Returns the required constraints on the target certificate.
getTargetContainer() - Method in class com.codename1.components.RSSReader
The form/container to which the RSS will navigate when clicking a RSS entry
getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getTBSCertificate() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTBSCertList() - Method in class java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getTemplates() - Method in interface javax.xml.transform.sax.TemplatesHandler
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.
getTensileLength() - Method in class com.codename1.ui.Component
Recommended length for the tensile, -1 for default
getText() - Method in class com.codename1.components.SpanButton
Returns the text of the button
getText() - Method in class com.codename1.components.SpanLabel
Returns the text of the label
getText() - Method in class com.codename1.ui.Label
Returns the label text
getText() - Method in class com.codename1.ui.TextArea
Returns the text in the text area
getText() - Method in class com.codename1.xml.Element
Returns the text of this element (for text elements only)
getText() - Method in class com.sun.lwuit.Label
Returns the label text
getText() - Method in class com.sun.lwuit.TextArea
Returns the text in the text area
getText() - Method in class java.awt.event.InputMethodEvent
Gets the combined committed and composed text.
getText() - Method in class java.text.BreakIterator
Get the text being scanned
getText() - Method in class javax.security.auth.callback.TextInputCallback
Get the retrieved text.
getText() - Method in interface javax.xml.stream.events.Comment
Return the string data of the comment, returns empty string if it does not exist
getText() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getText() - Method in interface javax.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getTextAreaSize(TextArea, boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getTextAreaSize(TextArea, boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getTextAreaSize(TextArea, boolean) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getTextAreaSize(TextArea, boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getTextAt(int) - Method in class com.codename1.ui.TextArea
Returns the text in the given row of the text box
getTextAt(int) - Method in class com.sun.lwuit.TextArea
Returns the text in the given row of the text box
getTextCharacters(int, char[], int, int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextCharacters(int, char[], int, int) - Method in interface javax.xml.stream.XMLStreamReader
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
getTextChildren(String, boolean) - Method in class com.codename1.xml.Element
Returns all children with the specified text
getTextContent() - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextDecoration() - Method in class com.codename1.ui.plaf.Style
Returns the text decoration of this style
getTextDescendants(String, boolean, int) - Method in class com.codename1.xml.Element
Returns all text descendants containing the specified text
getTextDescendants(String, boolean) - Method in class com.codename1.xml.Element
Returns all text descendants containing the specified text
getTextFieldCursorColor() - Method in class com.codename1.ui.plaf.LookAndFeel
The color of the text field cursor
getTextFieldPreferredSize(TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
getTextFieldPreferredSize(TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
Calculate the preferred size of the component
getTextFieldPreferredSize(TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
 
getTextFieldPreferredSize(TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
Calculate the preferred size of the component
getTextFieldString(TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Similar to getText() but works properly with password fields
getTextFieldString(TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Similar to getText() but works properly with password fields
getTextLength() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextLength() - Method in interface javax.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextLine1() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine2() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine3() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLine4() - Method in class com.codename1.components.MultiButton
Returns the content of the row
getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
Gets the location of a specified offset in the current composed text, or of the selection in committed text.
getTextPosition() - Method in class com.codename1.ui.Label
Returns The position of the text relative to the icon
getTextPosition() - Method in class com.sun.lwuit.Label
Returns The position of the text relative to the icon
getTextStart() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextStart() - Method in interface javax.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTextToShare() - Method in class com.codename1.components.ShareButton
Gets the text to share
getTextUIID() - Method in class com.codename1.components.SpanButton
Returns the uiid of the actual text
getTextUIID() - Method in class com.codename1.components.SpanLabel
Returns the uiid of the actual text
getTheme(String) - Method in class com.codename1.ui.util.Resources
Returns the theme resource from the file
getTheme(String) - Method in class com.sun.lwuit.util.Resources
Returns the theme resource from the file
getThemeConstant(String, int) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeConstant(String, String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeImageConstant(String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme constant defined in the resource editor
getThemeMaskConstant(String) - Method in class com.codename1.ui.plaf.UIManager
Returns a theme mask constant
getThemeName() - Method in class com.codename1.ui.plaf.UIManager
 
getThemeName() - Method in class com.sun.lwuit.plaf.UIManager
 
getThemeResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the images within this bundle
getThemeResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the images within this bundle
getThenReset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Equivalent in effect to DoubleAccumulator.get() followed by DoubleAccumulator.reset().
getThenReset() - Method in class java.util.concurrent.atomic.LongAccumulator
Equivalent in effect to LongAccumulator.get() followed by LongAccumulator.reset().
getThickness() - Method in class com.codename1.ui.plaf.Border
This method returns how thick is the border in pixels, notice this doesn't apply to most border types
getThickness() - Method in class com.sun.lwuit.plaf.Border
This methos returns how thick is the border in pixels
getThisUpdate() - Method in class java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
getThreadAndTimeStamp() - Method in class com.codename1.io.Log
Returns a simple string containing a timestamp and thread name.
getThreadCount() - Method in class com.codename1.io.NetworkManager
The number of threads
getThreadFactory() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThreadGroup() - Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
getThreadID() - Method in class java.util.logging.LogRecord
Get an identifier for the thread where the message originated.
getThrowable() - Method in class java.awt.event.InvocationEvent
Returns any Throwable caught while executing the Runnable's run() method.
getThrown() - Method in class java.util.logging.LogRecord
Get any throwable associated with the log record.
getThumbImage() - Method in class com.codename1.ui.Slider
The thumb image is drawn on top of the current progress
getTickerSpeed() - Method in class com.codename1.ui.plaf.LookAndFeel
Gets the ticker speed
getTickerSpeed() - Method in class com.sun.lwuit.plaf.LookAndFeel
Gets the ticker speed
getTileSize() - Static method in class com.codename1.maps.providers.GoogleMapsProvider
 
getTime() - Method in interface com.codename1.media.Media
Returns the time in seconds in the audio file or -1 if not known
getTime() - Method in class com.codename1.ui.animations.Timeline
Returns the time of the timeline
getTime() - Method in class com.codename1.ui.spinner.Picker
This value is only used for time type and is ignored in the case of date and time where both are embedded within the date.
getTime() - Method in class com.sun.lwuit.animations.Timeline
Returns the time of the timeline
getTime(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - Method in class java.sql.Timestamp
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Timestamp object.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of the time and date functions available with this database.
getTimeDefinition() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the time definition, specifying how to convert the time to an instant.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeInMillis(Calendar) - Method in class javax.xml.datatype.Duration
Returns the length of the duration in milli-seconds.
getTimeInMillis(Date) - Method in class javax.xml.datatype.Duration
Returns the length of the duration in milli-seconds.
getTimeInstance() - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance with default style for time (SHORT).
getTimeInstance(int) - Static method in class com.codename1.l10n.DateFormat
Get a DateFormat instance that uses a given style for times.
getTimeInstance() - Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default FORMAT locale.
getTimeInstance(int) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default FORMAT locale.
getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats time with the given formatting style for the specified locale.
getTimeout() - Method in class com.codename1.io.ConnectionRequest
Indicates the timeout for this connection request
getTimeout() - Method in class com.codename1.io.NetworkManager
Returns the timeout duration
getTimeoutMillis() - Method in class com.codename1.testing.AbstractTest
Defaults to two minutes.
getTimeoutMillis() - Method in interface com.codename1.testing.UnitTest
Returns the time in milliseconds after which the test should be automatically failed.
getTimeStamp() - Method in class com.codename1.location.Location
Returns the timestamp of this Location
getTimestamp() - Method in class java.security.CodeSigner
Returns the signature timestamp.
getTimestamp() - Method in class java.security.Timestamp
Returns the date and time when the timestamp was generated.
getTimestamp(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeToLive() - Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns the time-to-live (TTL) value for resource bundles that are loaded under this ResourceBundle.Control.
getTimezone() - Method in class com.codename1.facebook.User
 
getTimeZone() - Method in class com.codename1.ui.Calendar
Gets the Calendar timezone
getTimeZone() - Method in class java.text.DateFormat
Gets the time zone.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone() - Method in class java.util.GregorianCalendar
 
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone(ZoneId) - Static method in class java.util.TimeZone
Gets the TimeZone for the given zoneId.
getTimezone() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return timezone offset in minutes or DatatypeConstants.FIELD_UNDEFINED if this optional field is not defined.
getTimeZone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Returns a java.util.TimeZone for this class.
getTimezoneOffset() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by -(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
getTintColor() - Method in class com.codename1.ui.Form
Default color for the screen tint when a dialog or a menu is shown
getTintColor() - Method in class com.sun.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown
getTitle() - Method in class com.codename1.components.WebBrowser
Returns the title for the browser page
getTitle() - Method in class com.codename1.maker.MakerPlugin
The title that the user has set to this plugin
getTitle() - Method in class com.codename1.ui.BrowserComponent
The page title
getTitle() - Method in class com.codename1.ui.Dialog
 
getTitle() - Method in class com.codename1.ui.Form
Returns the Form title text
getTitle() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Returns the HTML page's title as described in its TITLE tag
getTitle() - Method in class com.sun.lwuit.Form
Returns the Form title text
getTitle() - Method in class com.sun.lwuit.html.HTMLComponent
Returns the HTML page's title as described in its TITLE tag
getTitleAlignment() - Method in class com.codename1.ui.table.Table
Indicates the alignment of the title see label alignment for details
getTitleAlignment() - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the title see label alignment for details
getTitleArea() - Method in class com.codename1.ui.Form
Deprecated.
this method was exposed to allow some hacks, you are advised not to use it. There are some alternatives such as command behavior (thru Display or the theme constants)
getTitleComponent() - Method in class com.codename1.ui.Dialog
 
getTitleComponent() - Method in class com.codename1.ui.Form
Allows modifying the title attributes beyond style (e.g.
getTitleComponent() - Method in class com.sun.lwuit.Form
Allows modifying the title attributes beyond style (e.g.
getTitleStyle() - Method in class com.codename1.ui.Dialog
 
getTitleStyle() - Method in class com.codename1.ui.Form
Returns the style of the title
getTitleStyle() - Method in class com.sun.lwuit.Form
Returns the style of the title
getTLen() - Method in class javax.crypto.spec.GCMParameterSpec
Returns the authentication tag length.
getTo() - Method in class com.codename1.facebook.Post
Gets the to users
getToken() - Method in class com.codename1.cloud.CloudPersona
Returns a unique login token that represents the current user and his password, while this login token shouldn't be user visible (it's a password too!) it can be transfered to a different device to give them both identical user role and joined access.
getToken() - Method in class com.codename1.social.FacebookConnect
The facebook token that can be used to access facebook functionality
getToolkit() - Method in class java.awt.Component
Gets the toolkit of this component.
getTotalAnimationTime() - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
Returns the duration for the entire animation used to determine when to loop
getTotalBytesRead() - Method in class com.codename1.io.BufferedInputStream
Returns the total amount of bytes read from this stream so far
getTotalBytesWritten() - Method in class com.codename1.io.BufferedOutputStream
Returns the total amount of bytes written to this stream so far
getTotalIn() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getTotalIn() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getTotalIn() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getTotalIn() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getTotalOut() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
getTotalOut() - Method in class com.codename1.io.gzip.InflaterInputStream
 
getTotalOut() - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
getTotalOut() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getTotalOut() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getTotalSeconds() - Method in class java.time.ZoneOffset
Gets the total zone offset in seconds.
getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getTotalSpace() - Method in class java.nio.file.FileStore
Returns the size, in bytes, of the file store.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTrailerField() - Method in class java.security.spec.PSSParameterSpec
Returns the value for the trailer field, i.e.
getTransactionIsolation() - Method in interface java.sql.Connection
Retrieves this Connection object's current transaction isolation level.
getTransactionIsolation() - Method in interface javax.sql.RowSet
Retrieves the transaction isolation level set for this RowSet object.
getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
Obtains the current transaction timeout value set for this XAResource instance.
getTransferSize() - Method in exception java.sql.DataTruncation
Gets the number of bytes of data actually transferred.
getTransferType() - Method in class java.awt.image.ColorModel
Returns the transfer type of this ColorModel.
getTransformer() - Method in interface javax.xml.transform.sax.TransformerHandler
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
getTransition(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets the offset transition applicable at the specified local date-time in these rules.
getTransitionIn() - Static method in class com.codename1.ui.VirtualKeyboard
The transition in for the VKB
getTransitionInAnimator() - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for entering this form.
getTransitionInAnimator() - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for entering this form.
getTransitionLeft() - Method in class com.sun.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
getTransitionOut() - Static method in class com.codename1.ui.VirtualKeyboard
The transition out for the VKB
getTransitionOutAnimator() - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
getTransitionOutAnimator() - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
getTransitionRight() - Method in class com.sun.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
getTransitionRules() - Method in class java.time.zone.ZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitions() - Method in class java.time.zone.ZoneRules
Gets the complete list of fully defined transitions.
getTransitionSpeed() - Method in class com.codename1.ui.animations.CommonTransitions
Returns the speed of the transition in milliseconds
getTranslateX() - Method in class com.codename1.ui.Graphics
Returns the current x translate value
getTranslateX() - Method in class com.sun.lwuit.Graphics
Returns the current x translate value
getTranslateY() - Method in class com.codename1.ui.Graphics
Returns the current y translate value
getTranslateY() - Method in class com.sun.lwuit.Graphics
Returns the current y translate value
getTransparency() - Method in class java.awt.image.ColorModel
Returns the transparency.
getTransparency() - Method in class java.awt.image.IndexColorModel
Returns the transparency.
getTransparency() - Method in class java.awt.image.VolatileImage
Returns the transparency.
getTransparentPixel() - Method in class java.awt.image.IndexColorModel
Returns the index of a transparent pixel in this IndexColorModel or -1 if there is no pixel with an alpha value of 0.
getTreeLock() - Method in class java.awt.Component
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
getTrustAnchor() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.
getTrustAnchors() - Method in class java.security.cert.PKIXParameters
Returns an immutable Set of the most-trusted CAs.
getTrustedCert() - Method in class java.security.cert.TrustAnchor
Returns the most-trusted CA certificate.
getTrustedCertificate() - Method in class java.security.KeyStore.TrustedCertificateEntry
Gets the trusted Certficate from this entry.
getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
Returns one trust manager for each type of trust material.
getTTL() - Method in class java.net.DatagramSocketImpl
Deprecated.
use getTimeToLive instead.
getTTL() - Method in class java.net.MulticastSocket
Deprecated.
use the getTimeToLive method instead, which returns an int instead of a byte.
getType() - Method in class com.codename1.cloud.CloudObject
Returns the type of the object
getType() - Method in class com.codename1.facebook.Album
Gets the type
getType() - Method in class com.codename1.facebook.Post
Get the type
getType() - Method in class com.codename1.ui.spinner.Picker
Returns the type of the picker
getType() - Method in class java.awt.image.BufferedImage
Returns the image type.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType(int) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType() - Method in interface java.lang.reflect.AnnotatedType
Returns the underlying type that this annotated type represents.
getType() - Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType() - Method in class java.lang.reflect.Parameter
Returns a Class object that identifies the declared type for the parameter represented by this Parameter object.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.cert.CertPath
Returns the type of Certificates in this certification path.
getType() - Method in class java.security.cert.CertStore
Returns the type of this CertStore.
getType() - Method in class java.security.cert.CRL
Returns the type of this CRL.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getType() - Method in class java.security.Policy
Return the type of this Policy.
getType() - Method in class java.security.Provider.Service
Get the type of this service.
getType() - Method in interface java.sql.ResultSet
Retrieves the type of this ResultSet object.
getType() - Method in interface javax.microedition.io.ContentConnection
 
getType() - Method in class javax.net.ssl.SNIMatcher
Returns the server name type of this SNIMatcher object.
getType() - Method in class javax.net.ssl.SNIServerName
Returns the name type of this server name.
getType() - Method in class javax.security.auth.login.Configuration
Return the type of this Configuration.
getType() - Method in interface org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the type of an attribute in the list (by position).
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the type of an attribute in the list (by name).
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the type of an attribute (by position).
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the type of an attribute (by name).
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeInfo() - Method in interface java.sql.DatabaseMetaData
Retrieves a description of all the data types supported by this database.
getTypeInfoProvider() - Method in class javax.xml.validation.ValidatorHandler
Obtains the TypeInfoProvider implementation of this ValidatorHandler.
getTypeMap() - Method in interface java.sql.Connection
Retrieves the Map object associated with this Connection object.
getTypeMap() - Method in interface javax.sql.RowSet
Retrieves the Map object associated with this RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
getTypeName() - Method in class java.lang.Class
Return an informative string for the name of this type.
getTypeName() - Method in interface java.lang.reflect.Type
Returns a string describing this type, including information about any type parameters.
getTypeName() - Method in interface org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getTypeParameters() - Method in class java.lang.Class
Return an array of the declared type parameters for a generic class.
getTypeParameters() - Method in class java.lang.reflect.Constructor
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Executable
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Method
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getUdid() - Method in class com.codename1.ui.Display
Returns the UDID for devices that support it
getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUIID() - Method in class com.codename1.ui.Component
Unique identifier for a component.
getUIID() - Method in class com.sun.lwuit.Component
Unique identifier for a component.
getUIIDLine1() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine2() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine3() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIIDLine4() - Method in class com.codename1.components.MultiButton
Returns the UIID of the row
getUIManager() - Method in class com.codename1.ui.Component
This method should be used by the Component to retrieve the correct UIManager to work with
getUIManager() - Method in class com.codename1.ui.Container
 
getUIManager() - Method in class com.codename1.ui.Form
 
getUIResourceNames() - Method in class com.codename1.ui.util.Resources
Returns the names of the ui resources within this bundle
getUnallocatedSpace() - Method in class java.nio.file.FileStore
Returns the number of unallocated bytes in the file store.
getUnarrivedParties() - Method in class java.util.concurrent.Phaser
Returns the number of registered parties that have not yet arrived at the current phase of this phaser.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUncaughtExceptionHandler() - Method in class java.util.concurrent.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.
getUnderlying() - Method in class com.codename1.ui.list.FilterProxyListModel
Returns the underlying model which is needed to perform mutations on the list.
getUnicodeLocaleAttributes() - Method in class java.util.Locale
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
getUnicodeLocaleKeys() - Method in class java.util.Locale
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
getUnicodeLocaleType(String) - Method in class java.util.Locale
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
getUnicodeStream(int) - Method in interface java.sql.ResultSet
Deprecated.
use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in interface java.sql.ResultSet
Deprecated.
use getCharacterStream instead
getUniqueDeviceId() - Static method in class com.codename1.io.Log
Returns a server generated unique device id that is cached locally and is only valid per application.
getUnits() - Method in interface java.time.chrono.ChronoPeriod
Gets the set of units supported by this period.
getUnits() - Method in class java.time.Duration
Gets the set of units supported by this duration.
getUnits() - Method in class java.time.Period
Gets the set of units supported by this period.
getUnits() - Method in interface java.time.temporal.TemporalAmount
Returns the list of units uniquely defining the value of this TemporalAmount.
getUnitsToScroll() - Method in class java.awt.event.MouseWheelEvent
This is a convenience method to aid in the implementation of the common-case MouseWheelListener - to scroll a ScrollPane or JScrollPane by an amount which conforms to the platform settings.
getUnresolvedActions() - Method in class java.security.UnresolvedPermission
Get the actions for the underlying permission that has not been resolved.
getUnresolvedCerts() - Method in class java.security.UnresolvedPermission
Get the signer certificates (without any supporting chain) for the underlying permission that has not been resolved.
getUnresolvedName() - Method in class java.security.UnresolvedPermission
Get the target name of the underlying permission that has not been resolved.
getUnresolvedType() - Method in class java.security.UnresolvedPermission
Get the type (class name) of the underlying permission that has not been resolved.
getUnselected() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getUnselectedButton() - Method in class com.codename1.ui.list.MultiList
Allows developers to customize the properties of the unselected multi-button in code
getUnselectedEven() - Method in class com.codename1.ui.list.GenericListCellRenderer
 
getUnselectedStyle() - Method in class com.codename1.ui.Component
Returns the Component Style for the unselected mode allowing us to manipulate the look of the component
getUnselectedStyle() - Method in class com.sun.lwuit.Component
Returns the Component Style for the unselected mode allowing us to manipulate the look of the component
getUnsupportedChars() - Method in class com.codename1.ui.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
getUnsupportedChars() - Method in class com.sun.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
getUpdateCount() - Method in interface java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdateCounts() - Method in exception java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getUpdated_time() - Method in class com.codename1.facebook.Album
Gets the updated_time
getUpdated_time() - Method in class com.codename1.facebook.Photo
Get updated_time
getUpdateDuration() - Method in class com.codename1.components.Ads
The amount of time needed to update the ad
getUpdateRect() - Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getUpperBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the upper bound(s) of this type variable.
getURI() - Method in class java.security.URIParameter
Returns the URI.
getUri() - Method in interface org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURIResolver() - Method in class javax.xml.transform.Transformer
Get an object that will be used to resolve URIs used in document().
getURIResolver() - Method in class javax.xml.transform.TransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getURIs() - Method in interface java.net.CookieStore
Get all URIs which identify the cookies in this cookie store.
getURL() - Method in class com.codename1.components.RSSReader
The URL of the RSS stream
getURL() - Method in class com.codename1.components.WebBrowser
The page URL
getUrl() - Method in class com.codename1.io.ConnectionRequest
 
getUrl() - Method in class com.codename1.io.services.CachedData
 
getURL() - Method in class com.codename1.ui.BrowserComponent
The page URL
getUrl() - Method in class com.codename1.ui.html.DocumentInfo
Returns the absolute URL associated with this DocumentInfo object
getUrl() - Method in class com.sun.lwuit.html.DocumentInfo
Returns the absolute URL associated with this DocumentInfo object
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL() - Method in interface java.sql.DatabaseMetaData
Retrieves the URL for this DBMS.
getURL(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL() - Method in interface javax.microedition.io.file.FileConnection
 
getURL() - Method in interface javax.microedition.io.HttpConnection
 
getUrl() - Method in interface javax.sql.RowSet
Retrieves the url property this RowSet object will use to create a connection if it uses the DriverManager instead of a DataSource object to establish the connection.
getURLBasePath(String) - Static method in class com.codename1.io.Util
Returns the URL's base path, which is the same as the path only without an ending file e.g.: http://domain.com/f/f.html would return as: /f/
getUrlDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getUrlForCloudFileId(String) - Method in class com.codename1.cloud.CloudStorage
Converts a file id to a URL with which the file can be downloaded, notice that the file URL is world readable!
getURLHost(String) - Static method in class com.codename1.io.Util
Returns the URL's host portion
getURLPath(String) - Static method in class com.codename1.io.Util
Returns the URL's path
getURLProtocol(String) - Static method in class com.codename1.io.Util
Returns the protocol of an absolute URL e.g.
getUrls() - Method in class com.codename1.contacts.Contact
Gets Contact urls
getURLs() - Method in class java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUsableSpace() - Method in class java.nio.file.FileStore
Returns the number of bytes available to this Java virtual machine on the file store.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUseCipherSuitesOrder() - Method in class javax.net.ssl.SSLParameters
Returns whether the local cipher suites preference should be honored.
getUseClientMode() - Method in class javax.net.ssl.SSLEngine
Returns true if the engine is set to use client mode when handshaking.
getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode when handshaking.
getUseParentHandlers() - Method in class java.util.logging.Logger
Discover whether or not this logger is sending its output to its parent logger.
getUser(String, User, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets a user from a user id
getUser(String) - Method in class com.codename1.facebook.FaceBookAccess
Gets a User from a user id This is a sync method it will block until a response it returned
getUserAgent() - Method in class com.codename1.io.ConnectionRequest
 
getUserAlbums(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user albums
getUserData(String) - Method in interface org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUserEvents(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user events
getUserFriends(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user friends
getUserInboxThreads(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user inbox Threads
getUserInfo() - Method in class java.net.URI
Returns the decoded user-information component of this URI.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getUsername() - Method in class com.codename1.facebook.Page
Simple Getter
getUsername() - Method in class com.codename1.facebook.User
Returns the username
getUserName() - Method in class java.net.PasswordAuthentication
Returns the user name.
getUserName() - Method in interface java.sql.DatabaseMetaData
Retrieves the user name as known to this database.
getUsername() - Method in interface javax.sql.RowSet
Retrieves the username used to create a database connection for this RowSet object.
getUserNotifications(String, String, boolean, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user notifications (this method uses the legacy rest api see http://developers.facebook.com/docs/reference/rest/)
getUserPrincipalLookupService() - Method in class java.nio.file.FileSystem
Returns the UserPrincipalLookupService for this file system (optional operation).
getUsersDetails(String[], String[], ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets users requested details ((this method uses the legacy rest api see http://developers.facebook.com/docs/reference/rest/))
getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getValidOffsets(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets the offset applicable at the specified local date-time in these rules.
getValidPolicy() - Method in interface java.security.cert.PolicyNode
Returns the valid policy represented by this node.
getValign() - Method in class com.codename1.ui.layouts.FlowLayout
Indicates vertical alignment within the flow layout
getValue() - Method in class com.codename1.io.Cookie
 
getValue() - Method in class com.codename1.io.gzip.Adler32
 
getValue() - Method in class com.codename1.io.gzip.CRC32
 
getValue() - Method in class com.codename1.ui.animations.Motion
Returns the value for the motion for the current clock time.
getValue() - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
getValue(int) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
getValue() - Method in class com.codename1.ui.spinner.NumericSpinner
The value for the spinner
getValue() - Method in class com.sun.lwuit.animations.Motion
Returns the value for the motion for the current clock time.
getValue() - Method in class com.sun.lwuit.spinner.Spinner
Returns the value of the spinner to a number or a date based on the spinner type
getValue() - Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue() - Method in class java.net.HttpCookie
Returns the value of the cookie.
getValue() - Method in class java.rmi.dgc.Lease
Returns the lease duration.
getValue() - Method in interface java.security.cert.Extension
Gets the extensions's DER-encoded value.
getValue() - Method in interface java.security.KeyStore.Entry.Attribute
Returns the attribute's value.
getValue() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER-encoded value as a string.
getValue() - Method in class java.text.Annotation
Returns the value of the attribute, which may be null.
getValue() - Method in interface java.time.chrono.Era
Gets the numeric value associated with the era as defined by the chronology.
getValue() - Method in enum java.time.chrono.HijrahEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.IsoEra
Gets the numeric era int value.
getValue() - Method in class java.time.chrono.JapaneseEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.MinguoEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.ThaiBuddhistEra
Gets the numeric era int value.
getValue() - Method in enum java.time.DayOfWeek
Gets the day-of-week int value.
getValue() - Method in enum java.time.Month
Gets the month-of-year int value.
getValue() - Method in class java.time.Year
Gets the year value.
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue(String) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(Attributes.Name) - Method in class java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.zip.Adler32
Returns the checksum value.
getValue() - Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue() - Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValue() - Method in class javax.crypto.spec.PSource.PSpecified
Returns the value of encoding input P.
getValue(String) - Method in interface javax.net.ssl.SSLSession
Returns the object bound to the given name in the session's application layer data.
getValue() - Method in interface javax.xml.stream.events.Attribute
Gets the normalized value of this attribute
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the value of an attribute in the list (by position).
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated.
Return the value of an attribute in the list (by name).
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the value of an attribute (by position).
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Get the value of an attribute (by name).
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValueAt(int, int) - Method in class com.codename1.ui.table.DefaultTableModel
 
getValueAt(int, int) - Method in interface com.codename1.ui.table.TableModel
Returns the value of the cell at the given location
getValueAt(int, int) - Method in class com.sun.lwuit.table.DefaultTableModel
 
getValueAt(int, int) - Method in interface com.sun.lwuit.table.TableModel
Returns the value of the cell at the given location
getValueIsAdjusting() - Method in class java.awt.event.AdjustmentEvent
Returns true if this is one of multiple adjustment events.
getValueNames() - Method in interface javax.net.ssl.SSLSession
Returns an array of the names of all the application layer data objects bound into the Session.
getVariable(String) - Method in interface com.codename1.media.Media
Allows querying platform specific information from the media object
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVariation() - Method in class java.awt.im.InputMethodHighlight
Returns the variation of the text range.
getVelocity() - Method in class com.codename1.location.Location
Returns the velocity of this Location in meters per second (m/s)
getVendor() - Method in enum java.sql.JDBCType
Returns the name of the vendor that supports this data type.
getVendor() - Method in interface java.sql.SQLType
Returns the name of the vendor that supports this data type.
getVendorTypeNumber() - Method in enum java.sql.JDBCType
Returns the vendor specific type number for the data type.
getVendorTypeNumber() - Method in interface java.sql.SQLType
Returns the vendor specific type number for the data type.
getVersion() - Method in class com.codename1.cloud.CloudObject
 
getVersion() - Method in class com.codename1.io.Cookie
 
getVersion() - Method in interface com.codename1.io.Externalizable
Returns the version for the current persistance code, the version will be pased to internalized thus allowing the internalize method to recognize classes persisted in older revisions
getVersion() - Method in class com.codename1.io.services.CachedData
 
getVersion() - Method in class java.net.HttpCookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in class java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersion() - Method in class java.security.Provider
Returns the version number for this provider.
getVersion() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the version.
getVersion() - Method in class javax.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in interface javax.xml.stream.events.StartDocument
Returns the version of XML of this XML stream
getVersion() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getVersion() - Method in interface javax.xml.stream.XMLStreamReader
Get the xml version declared on the xml declaration Returns null if none was declared
getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
getVersions(String) - Static method in class java.time.zone.ZoneRulesProvider
Gets the history of rules for the zone ID.
getVerticalAlign() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getVerticalAlignment() - Method in class com.codename1.ui.Label
Returns the vertical alignment of the Label, this will only work when the icon is in the side of the text and not above or bellow it.
getVerticalAlignment() - Method in class com.codename1.ui.TextArea
Returns the vertical alignment of the text field, this only applies to single line text field
getVerticalAlignment() - Method in class com.sun.lwuit.Label
Returns the vertical alignment of the Label, this will only work when the icon is in the side of the text and not above or bellow it.
getVerticalGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Returns the ParallelGroup that is responsible for layout along the vertical axis.
getVerticalGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the ParallelGroup that is responsible for layout along the vertical axis.
getVerticalScrollWidth() - Method in class com.codename1.ui.plaf.LookAndFeel
Returns the default width of a vertical scroll bar
getVerticalScrollWidth() - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the default width of a vertical scroll bar
getVerticalSpan() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getVideoComponent() - Method in interface com.codename1.media.Media
Gets the VideoComponent of this Video.
getVideoControl() - Method in class com.sun.lwuit.MediaComponent
Returns the native video control if such a control exists, this is required for some platforms.
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getVirtualKeyboard(TextArea) - Static method in class com.codename1.ui.VirtualKeyboard
This method returns the Textfield associated VirtualKeyboard, see bindVirtualKeyboard(TextField tf, VirtualKeyboard vkb) method.
getVirtualKeyboardName() - Method in class com.codename1.ui.VirtualKeyboard
 
getVisibleBounds() - Method in class com.codename1.ui.ComboBox
 
getVisibleBounds() - Method in class com.codename1.ui.Component
Returns the component bounds for scrolling which might differ from the getBounds for large components e.g.
getVisibleBounds() - Method in class com.codename1.ui.List
 
getVisibleBounds() - Method in class com.sun.lwuit.ComboBox
 
getVisibleBounds() - Method in class com.sun.lwuit.Component
Returns the component bounds for scrolling which might differ from the getBounds for large components e.g.
getVisibleBounds() - Method in class com.sun.lwuit.List
 
getVisiblePosition() - Method in class java.awt.event.InputMethodEvent
Gets the position that's most important to be visible.
getVKBTint(TextArea) - Static method in class com.codename1.ui.VirtualKeyboard
The tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
getVMID() - Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.
getVolume() - Method in interface com.codename1.media.Media
Returns the media playback volume in percentage
getW() - Method in interface java.security.interfaces.ECPublicKey
Returns the public point W.
getW() - Method in class java.security.spec.ECPublicKeySpec
Returns the public point W.
getWaitingConsumerCount() - Method in class java.util.concurrent.LinkedTransferQueue
 
getWaitingConsumerCount() - Method in interface java.util.concurrent.TransferQueue
Returns an estimate of the number of consumers waiting to receive elements via BlockingQueue.take() or timed poll.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting on the given condition associated with the write lock.
getWallFeed(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallFeed(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallPosts(String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall feed, the data is being stored in the given DefaultListModel.
getWallPosts(String, DefaultListModel, int, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Gets the user wall posts, the data is being stored in the given DefaultListModel.
getWantClientAuth() - Method in class javax.net.ssl.SSLEngine
Returns true if the engine will request client authentication.
getWantClientAuth() - Method in class javax.net.ssl.SSLParameters
Returns whether client authentication should be requested.
getWantClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication will be requested on newly accepted server-mode connections.
getWantClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will request client authentication.
getWarnings() - Method in interface java.sql.Connection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in interface java.sql.ResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in interface java.sql.Statement
Retrieves the first warning reported by calls on this Statement object.
getWebsite() - Method in class com.codename1.facebook.Page
Simple Getter
getWebsite() - Method in class com.codename1.facebook.User
 
getWeekdays() - Method in class com.codename1.l10n.DateFormatSymbols
 
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWeeksInWeekYear() - Method in class java.util.Calendar
Returns the number of weeks in the week year represented by this Calendar.
getWeeksInWeekYear() - Method in class java.util.GregorianCalendar
Returns the number of weeks in the week year represented by this GregorianCalendar.
getWeekYear() - Method in class java.util.Calendar
Returns the week year represented by this Calendar.
getWeekYear() - Method in class java.util.GregorianCalendar
Returns the week year represented by this GregorianCalendar.
getWeight() - Method in class java.util.Locale.LanguageRange
Returns the weight of this LanguageRange.
getWest() - Method in class com.codename1.ui.layouts.BorderLayout
Returns the component in the west location
getWest() - Method in class com.sun.lwuit.layouts.BorderLayout
Returns the component in the west location
getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWheelRotation() - Method in class java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as an integer.
getWhen() - Method in class java.awt.event.ActionEvent
Returns the timestamp of when this event occurred.
getWhen() - Method in class java.awt.event.InputEvent
Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.
getWhen() - Method in class java.awt.event.InputMethodEvent
Returns the time stamp of when this event occurred.
getWhen() - Method in class java.awt.event.InvocationEvent
Returns the timestamp of when this event occurred.
getWholeText() - Method in interface org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidestChar() - Static method in class com.codename1.ui.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
getWidestChar() - Static method in class com.sun.lwuit.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
getWidth() - Method in class com.codename1.facebook.Photo
Get width
getWidth() - Method in class com.codename1.ui.animations.Timeline
 
getWidth() - Method in class com.codename1.ui.Component
Returns the component width
getWidth() - Method in class com.codename1.ui.EncodedImage
 
getWidth() - Method in class com.codename1.ui.geom.Dimension
Returns the width of the dimension
getWidth() - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().getWidth();
getWidth() - Method in class com.codename1.ui.Image
Returns the width of the image
getWidth() - Method in class com.codename1.ui.RGBImage
 
getWidth() - Method in class com.codename1.ui.ScaledImage
 
getWidth() - Method in class com.sun.lwuit.animations.Timeline
 
getWidth() - Method in class com.sun.lwuit.Component
Returns the component width
getWidth() - Method in class com.sun.lwuit.EncodedImage
 
getWidth() - Method in class com.sun.lwuit.geom.Dimension
Returns the width of the dimension
getWidth() - Method in class com.sun.lwuit.Image
Returns the width of the image
getWidth() - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
getWidth() - Method in class com.sun.lwuit.RGBImage
 
getWidth() - Method in class com.sun.lwuit.ScaledImage
 
getWidth() - Method in class java.awt.Component
Returns the current width of this component.
getWidth() - Method in class java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth() - Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth() - Method in class java.awt.image.VolatileImage
Returns the width of the VolatileImage.
getWidth() - Method in exception java.util.IllegalFormatWidthException
Returns the width
getWidthPercentage() - Method in class com.codename1.ui.table.TableLayout.Constraint
 
getWindow() - Method in class java.awt.event.WindowEvent
Returns the originator of the event.
getWordInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the default locale.
getWordInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the given locale.
getWordInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for word breaks for the given locale.
getWordSize() - Method in class javax.crypto.spec.RC5ParameterSpec
Returns the word size in bits.
getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriter() - Method in interface javax.script.ScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in class javax.script.SimpleScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in class javax.xml.transform.stream.StreamResult
Get the character stream that was set with setWriter.
getX() - Method in class com.codename1.ui.Component
Returns the current component x location relatively to its parent container
getX() - Method in class com.codename1.ui.events.ActionEvent
The X position if this is a pointer event otherwise undefined
getX() - Method in class com.codename1.ui.geom.Point
Gets the x value of this Point
getX() - Method in class com.codename1.ui.geom.Rectangle
Return the x coordinate of the rectangle
getX() - Method in class com.sun.lwuit.Component
Returns the current component x location relatively to its parent container
getX() - Method in class com.sun.lwuit.events.ActionEvent
The X position if this is a pointer event otherwise undefined
getX() - Method in class com.sun.lwuit.geom.Rectangle
Return the x coordinate of the rectangle
getX() - Method in class java.awt.Component
Returns the current x coordinate of the components origin.
getX() - Method in class java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - Method in interface java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getX() - Method in interface javax.crypto.interfaces.DHPrivateKey
Returns the private value, x.
getX() - Method in class javax.crypto.spec.DHPrivateKeySpec
Returns the private value x.
getXAConnection() - Method in interface javax.sql.XADataSource
Attempts to establish a physical database connection that can be used in a distributed transaction.
getXAConnection(String, String) - Method in interface javax.sql.XADataSource
Attempts to establish a physical database connection, using the given user name and password.
getXAResource() - Method in interface javax.sql.XAConnection
Retrieves an XAResource object that the transaction manager will use to manage this XAConnection object's participation in a distributed transaction.
getXletProperty(String) - Method in interface javax.microedition.xlet.XletContext
 
getXmlEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXMLEventReader() - Method in class javax.xml.transform.stax.StAXSource
Get the XMLEventReader used by this StAXSource.
getXMLEventWriter() - Method in class javax.xml.transform.stax.StAXResult
Get the XMLEventWriter used by this StAXResult.
getXMLReader() - Method in class javax.xml.parsers.SAXParser
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
Get the XMLReader to be used for the Source.
getXMLReporter() - Method in class javax.xml.stream.XMLInputFactory
The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXMLResolver() - Method in class javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXMLSchemaType() - Method in class javax.xml.datatype.Duration
Return the name of the XML Schema date/time type that this instance maps to.
getXMLSchemaType() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return the name of the XML Schema date/time type that this instance maps to.
getXmlStandalone() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXMLStreamReader() - Method in class javax.xml.transform.stax.StAXSource
Get the XMLStreamReader used by this StAXSource.
getXMLStreamWriter() - Method in class javax.xml.transform.stax.StAXResult
Get the XMLStreamWriter used by this StAXResult.
getXmlVersion() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
Returns the version of XML used for the entity.
getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the version property.
getXOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute horizontal x position of the event.
getXPathFunctionResolver() - Method in interface javax.xml.xpath.XPath
Return the current function resolver.
getXPathVariableResolver() - Method in interface javax.xml.xpath.XPath
Return the current variable resolver.
getY() - Method in class com.codename1.ui.Component
Returns the component y location relatively to its parent container
getY() - Method in class com.codename1.ui.events.ActionEvent
The Y position if this is a pointer event otherwise undefined
getY() - Method in class com.codename1.ui.geom.Point
Gets the y value of this Point
getY() - Method in class com.codename1.ui.geom.Rectangle
Return the y coordinate of the rectangle
getY() - Method in class com.sun.lwuit.Component
Returns the component y location relatively to its parent container
getY() - Method in class com.sun.lwuit.events.ActionEvent
The Y position if this is a pointer event otherwise undefined
getY() - Method in class com.sun.lwuit.geom.Rectangle
Return the y coordinate of the rectangle
getY() - Method in class java.awt.Component
Returns the current y coordinate of the components origin.
getY() - Method in class java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - Method in interface java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY() - Method in class java.security.spec.DSAPublicKeySpec
Returns the public key y.
getY() - Method in interface javax.crypto.interfaces.DHPublicKey
Returns the public value, y.
getY() - Method in class javax.crypto.spec.DHPublicKeySpec
Returns the public value y.
getYear() - Method in class java.sql.Time
Deprecated. 
getYear() - Method in class java.time.LocalDate
Gets the year field.
getYear() - Method in class java.time.LocalDateTime
Gets the year field.
getYear() - Method in class java.time.OffsetDateTime
Gets the year field.
getYear() - Method in class java.time.YearMonth
Gets the year field.
getYear() - Method in class java.time.ZonedDateTime
Gets the year field.
getYear() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
getYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
Return low order component for XML Schema 1.0 dateTime datatype field for year or DatatypeConstants.FIELD_UNDEFINED.
getYears() - Method in class java.time.Period
Gets the amount of years of this period.
getYears() - Method in class javax.xml.datatype.Duration
Get the years value of this Duration as an int or 0 if not present.
getYield() - Method in class com.codename1.io.BufferedInputStream
Allows setting a yield duration for this stream which is useful for background operations to release CPU
getYield() - Method in class com.codename1.io.ConnectionRequest
Returns the amount of time to yield for other processes, this is an implicit method that automatically generates values for lower priority connections
getYOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute vertical y position of the event.
getZeroDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for zero.
getZeroDigit() - Method in class java.time.format.DecimalStyle
Gets the character that represents zero.
getZone() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the zone ID, such as 'Europe/Paris'.
getZone() - Method in class java.time.Clock
Gets the time-zone being used to create dates and times.
getZone() - Method in class java.time.format.DateTimeFormatter
Gets the overriding zone to be used during formatting.
getZone() - Method in class java.time.ZonedDateTime
Gets the time-zone, such as 'Europe/Paris'.
getZoneStrings() - Method in class com.codename1.l10n.DateFormatSymbols
 
getZoneStrings() - Method in class java.text.DateFormatSymbols
Gets time zone strings.
getZoom() - Method in class com.codename1.components.ImageViewer
Manipulate the zoom level of the application
getZoomLevel() - Method in class com.codename1.maps.MapComponent
Returns the current zoom level of the map.
GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Glagolitic" Unicode character block.
GlassTutorial - Class in com.codename1.ui.util
A Glass Tutorial appears on top of the UI especially on a touch device but could be on any device and points to/circles components within the UI coupled with explanation of what they do and a tint of the screen.
GlassTutorial() - Constructor for class com.codename1.ui.util.GlassTutorial
 
global - Static variable in class java.util.logging.Logger
Deprecated.
Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. The preferred way to get the global logger object is via the call Logger.getGlobal(). For compatibility with old JDK versions where the Logger.getGlobal() is not available use the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) or Logger.getLogger("global").
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
GLOBAL_LOGGER_NAME is a name for the global logger.
GLOBAL_SCOPE - Static variable in interface javax.script.ScriptContext
GlobalScope attributes are visible to all engines created by same ScriptEngineFactory.
globalScope - Variable in class javax.script.SimpleScriptContext
This is the global scope bindings.
GMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gMonth.
GMONTHDAY - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.
goBack() - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
goBack() - Static method in class com.codename1.testing.TestUtils
Executes the back command for the current form, similarly to pressing the back button
GOOGLE_PUSH_KEY - Static variable in class com.codename1.push.Push
Key for the hashtable argument when pushing to the google play store
GoogleMapsProvider - Class in com.codename1.maps.providers
This is a GoogleMaps Provider https://developers.google.com/maps/documentation/staticmaps/
GoogleMapsProvider(String) - Constructor for class com.codename1.maps.providers.GoogleMapsProvider
Google map provider Constructor
GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gothic" Unicode character block.
grabPixels() - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long) - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
Graphics - Class in com.codename1.ui
Abstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.
Graphics - Class in com.sun.lwuit
Abstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.
GREATER - Static variable in class javax.xml.datatype.DatatypeConstants
Comparison result.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek and Coptic" Unicode character block.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek Extended" Unicode character block.
GregorianCalendar - Class in java.util
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default FORMAT locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default FORMAT locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GridBagConstraints - Class in com.codename1.ui.layouts
Port of the GridBag code from Apache's Harmony
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class com.codename1.ui.layouts.GridBagConstraints
 
GridBagConstraints() - Constructor for class com.codename1.ui.layouts.GridBagConstraints
 
GridBagLayout - Class in com.codename1.ui.layouts
Codename One port of the infamous GridBagLayout based on the Apache Harmony code
GridBagLayout() - Constructor for class com.codename1.ui.layouts.GridBagLayout
 
gridheight - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
GridLayout - Class in com.codename1.ui.layouts
Components are arranged in an equally sized grid based on available space
GridLayout(int, int) - Constructor for class com.codename1.ui.layouts.GridLayout
Creates a new instance of GridLayout with the given rows and columns
GridLayout - Class in com.sun.lwuit.layouts
Components are arranged in an equally sized grid based on available space
GridLayout(int, int) - Constructor for class com.sun.lwuit.layouts.GridLayout
Creates a new instance of GridLayout with the given rows and columns
gridwidth - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
gridx - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
gridy - Variable in class com.codename1.ui.layouts.GridBagConstraints
 
group() - Method in class java.nio.channels.MembershipKey
Returns the multicast group for which this membership key was created.
group() - Method in interface java.nio.file.attribute.PosixFileAttributes
Returns the group owner of the file.
group() - Method in class java.util.regex.Matcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given named-capturing group during the previous match operation.
group() - Method in interface java.util.regex.MatchResult
Returns the input subsequence matched by the previous match.
group(int) - Method in interface java.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
groupCount() - Method in class java.util.regex.Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount() - Method in interface java.util.regex.MatchResult
Returns the number of capturing groups in this match result's pattern.
GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the grouping separator field.
groupingBy(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function, and returning the results in a Map.
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function.
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
GroupLayout - Class in com.codename1.ui.layouts
GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.
GroupLayout(Container) - Constructor for class com.codename1.ui.layouts.GroupLayout
Creates a GroupLayout for the specified JComponent.
GroupLayout - Class in com.sun.lwuit.layouts
GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.
GroupLayout(Container) - Constructor for class com.sun.lwuit.layouts.GroupLayout
Creates a GroupLayout for the specified JComponent.
GroupLayout.Group - Class in com.codename1.ui.layouts
Group provides for commonality between the two types of operations supported by GroupLayout: laying out components one after another (SequentialGroup) or layout on top of each other (ParallelGroup).
GroupLayout.Group - Class in com.sun.lwuit.layouts
Group provides for commonality between the two types of operations supported by GroupLayout: laying out components one after another (SequentialGroup) or layout on top of each other (ParallelGroup).
GroupLayout.ParallelGroup - Class in com.codename1.ui.layouts
A Group that lays out its elements on top of each other.
GroupLayout.ParallelGroup - Class in com.sun.lwuit.layouts
A Group that lays out its elements on top of each other.
GroupLayout.SequentialGroup - Class in com.codename1.ui.layouts
A Group that lays out its elements sequentially, one after another.
GroupLayout.SequentialGroup - Class in com.sun.lwuit.layouts
A Group that lays out its elements sequentially, one after another.
GroupPrincipal - Interface in java.nio.file.attribute
A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
growShrink(int) - Method in class com.codename1.ui.Component
Grows or shrinks this component to its new preferred size, this method essentially takes a component whose preferred size has changed and creates a "growing" effect that lasts for the duration.
growShrink(Component, int) - Static method in class com.codename1.ui.util.Effects
Deprecated.
use Component.growShrink instead
Guard - Interface in java.security
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - Class in java.security
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
guardWithTest(MethodHandle, MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Makes a method handle which adapts a target method handle, by guarding it with a test, a boolean-valued method handle.
guardWithTest(MethodHandle, MethodHandle) - Method in class java.lang.invoke.SwitchPoint
Returns a method handle which always delegates either to the target or the fallback.
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gujarati" Unicode character block.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gurmukhi" Unicode character block.
GYEAR - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gYear.
GYEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.
GZConnectionRequest - Class in com.codename1.io.gzip
A connection request that can detect a GZipped response and parse it
GZConnectionRequest() - Constructor for class com.codename1.io.gzip.GZConnectionRequest
 
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPException - Exception in com.codename1.io.gzip
 
GZIPException() - Constructor for exception com.codename1.io.gzip.GZIPException
 
GZIPException(String) - Constructor for exception com.codename1.io.gzip.GZIPException
 
GZIPHeader - Class in com.codename1.io.gzip
 
GZIPHeader() - Constructor for class com.codename1.io.gzip.GZIPHeader
 
GZIPInputStream - Class in com.codename1.io.gzip
 
GZIPInputStream(InputStream) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPInputStream(InputStream, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPInputStream(InputStream, Inflater, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPInputStream
 
GZIPInputStream - Class in java.util.zip
This class implements a stream filter for reading compressed data in the GZIP file format.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - Class in com.codename1.io.gzip
 
GZIPOutputStream(OutputStream) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class com.codename1.io.gzip.GZIPOutputStream
 
GZIPOutputStream - Class in java.util.zip
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream, int, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size and flush mode.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size and the specified flush mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links