- ABORT - Static variable in interface java.awt.image.ImageObserver
-
This flag in the infoflags argument to imageUpdate indicates that
an image which was being tracked asynchronously was aborted before
production was complete.
- abort() - Method in class java.net.CacheRequest
-
Aborts the attempt to cache the response.
- abort(Executor) - Method in interface java.sql.Connection
-
Terminates an open connection.
- abort() - Method in interface javax.security.auth.spi.LoginModule
-
Method to abort the authentication process (phase 2).
- abort() - Method in interface org.w3c.dom.ls.LSParser
-
Abort the loading of the document that is currently being loaded by
the LSParser
.
- abortGrabbing() - Method in class java.awt.image.PixelGrabber
-
Request the PixelGrabber to abort the image fetch.
- AbortPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
-
Creates an AbortPolicy
.
- abs(int) - Static method in class java.lang.Math
-
Returns the absolute value of an int
value.
- abs(long) - Static method in class java.lang.Math
-
Returns the absolute value of a long
value.
- abs(float) - Static method in class java.lang.Math
-
Returns the absolute value of a float
value.
- abs(double) - Static method in class java.lang.Math
-
Returns the absolute value of a double
value.
- abs(int) - Static method in class java.lang.StrictMath
-
Returns the absolute value of an int
value.
- abs(long) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a long
value.
- abs(float) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a float
value.
- abs(double) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a double
value.
- abs() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value
of this BigDecimal
, and whose scale is
this.scale()
.
- abs(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value
of this BigDecimal
, with rounding according to the
context settings.
- abs() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the absolute value of this
BigInteger.
- abs() - Method in class java.time.Duration
-
Returns a copy of this duration with a positive length.
- absolute(int) - Method in interface java.sql.ResultSet
-
Moves the cursor to the given row number in
this ResultSet
object.
- ABSTRACT - Static variable in class java.lang.reflect.Modifier
-
The int
value representing the abstract
modifier.
- AbstractChronology - Class in java.time.chrono
-
An abstract implementation of a calendar system, used to organize and identify dates.
- AbstractChronology() - Constructor for class java.time.chrono.AbstractChronology
-
Creates an instance.
- AbstractCollection<E> - Class in java.util
-
This class provides a skeletal implementation of the Collection
interface, to minimize the effort required to implement this interface.
- AbstractCollection() - Constructor for class java.util.AbstractCollection
-
Sole constructor.
- AbstractDoubleSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractDoubleSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractExecutorService - Class in java.util.concurrent
-
- AbstractExecutorService() - Constructor for class java.util.concurrent.AbstractExecutorService
-
- AbstractInterruptibleChannel - Class in java.nio.channels.spi
-
Base implementation class for interruptible channels.
- AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
-
Initializes a new instance of this class.
- AbstractIntSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractIntSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractLayer - Class in com.codename1.maps.layers
-
This class represents an abstract layer on the map.
- AbstractLayer(Projection, String) - Constructor for class com.codename1.maps.layers.AbstractLayer
-
Creates an abstract layer.
- AbstractList<E> - Class in java.util
-
This class provides a skeletal implementation of the
List
interface to minimize the effort required to implement this interface
backed by a "random access" data store (such as an array).
- AbstractList() - Constructor for class java.util.AbstractList
-
Sole constructor.
- AbstractLongSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractLongSpliterator
-
Creates a spliterator reporting the given estimated size and
characteristics.
- AbstractMap<K,V> - Class in java.util
-
This class provides a skeletal implementation of the Map
interface, to minimize the effort required to implement this interface.
- AbstractMap() - Constructor for class java.util.AbstractMap
-
Sole constructor.
- AbstractMap.SimpleEntry<K,V> - Class in java.util
-
An Entry maintaining a key and a value.
- AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
-
An Entry maintaining an immutable key and value.
- AbstractMethodError - Error in java.lang
-
Thrown when an application tries to call an abstract method.
- AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with no detail message.
- AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with the specified
detail message.
- AbstractOwnableSynchronizer - Class in java.util.concurrent.locks
-
A synchronizer that may be exclusively owned by a thread.
- AbstractOwnableSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractOwnableSynchronizer
-
Empty constructor for use by subclasses.
- AbstractQueue<E> - Class in java.util
-
This class provides skeletal implementations of some
Queue
operations.
- AbstractQueue() - Constructor for class java.util.AbstractQueue
-
Constructor for use by subclasses.
- AbstractQueuedLongSynchronizer - Class in java.util.concurrent.locks
-
- AbstractQueuedLongSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Creates a new AbstractQueuedLongSynchronizer
instance
with initial synchronization state of zero.
- AbstractQueuedLongSynchronizer.ConditionObject - Class in java.util.concurrent.locks
-
- AbstractQueuedSynchronizer - Class in java.util.concurrent.locks
-
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues.
- AbstractQueuedSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Creates a new AbstractQueuedSynchronizer
instance
with initial synchronization state of zero.
- AbstractQueuedSynchronizer.ConditionObject - Class in java.util.concurrent.locks
-
- AbstractScriptEngine - Class in javax.script
-
Provides a standard implementation for several of the variants of the eval
method.
- AbstractScriptEngine() - Constructor for class javax.script.AbstractScriptEngine
-
Creates a new instance of AbstractScriptEngine using a SimpleScriptContext
as its default ScriptContext
.
- AbstractScriptEngine(Bindings) - Constructor for class javax.script.AbstractScriptEngine
-
Creates a new instance using the specified Bindings
as the
ENGINE_SCOPE
Bindings
in the protected context
field.
- AbstractSelectableChannel - Class in java.nio.channels.spi
-
Base implementation class for selectable channels.
- AbstractSelectableChannel(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelectableChannel
-
Initializes a new instance of this class.
- AbstractSelectionKey - Class in java.nio.channels.spi
-
Base implementation class for selection keys.
- AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
-
Initializes a new instance of this class.
- AbstractSelector - Class in java.nio.channels.spi
-
Base implementation class for selectors.
- AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
-
Initializes a new instance of this class.
- AbstractSequentialList<E> - Class in java.util
-
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "sequential access" data store (such as a linked list).
- AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
-
Sole constructor.
- AbstractSet<E> - Class in java.util
-
This class provides a skeletal implementation of the Set
interface to minimize the effort required to implement this
interface.
- AbstractSet() - Constructor for class java.util.AbstractSet
-
Sole constructor.
- AbstractSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractSpliterator
-
Creates a spliterator reporting the given estimated size and
additionalCharacteristics.
- AbstractTest - Class in com.codename1.testing
-
A unit test class that simplifies the process of writing test cases
for Codename One.
- AbstractTest() - Constructor for class com.codename1.testing.AbstractTest
-
- accept(Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
-
Determines whether a Component is an acceptable choice as the new
focus owner.
- accept(File) - Method in interface java.io.FileFilter
-
Tests whether or not the specified abstract pathname should be
included in a pathname list.
- accept(File, String) - Method in interface java.io.FilenameFilter
-
Tests if a specified file should be included in a file list.
- accept() - Method in class java.net.ServerSocket
-
Listens for a connection to be made to this socket and accepts
it.
- accept(SocketImpl) - Method in class java.net.SocketImpl
-
Accepts a connection.
- accept(A, CompletionHandler<AsynchronousSocketChannel, ? super A>) - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Accepts a connection.
- accept() - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Accepts a connection.
- accept() - Method in class java.nio.channels.ServerSocketChannel
-
Accepts a connection made to this channel's socket.
- accept(T) - Method in interface java.nio.file.DirectoryStream.Filter
-
Decides if the given directory entry should be accepted or filtered.
- accept(double) - Method in class java.util.DoubleSummaryStatistics
-
Records another value into the summary information.
- accept(T, U) - Method in interface java.util.function.BiConsumer
-
Performs this operation on the given arguments.
- accept(T) - Method in interface java.util.function.Consumer
-
Performs this operation on the given argument.
- accept(double) - Method in interface java.util.function.DoubleConsumer
-
Performs this operation on the given argument.
- accept(int) - Method in interface java.util.function.IntConsumer
-
Performs this operation on the given argument.
- accept(long) - Method in interface java.util.function.LongConsumer
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface java.util.function.ObjDoubleConsumer
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface java.util.function.ObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface java.util.function.ObjLongConsumer
-
Performs this operation on the given arguments.
- accept(int) - Method in class java.util.IntSummaryStatistics
-
Records a new value into the summary information
- accept(int) - Method in class java.util.LongSummaryStatistics
-
Records a new int
value into the summary information.
- accept(long) - Method in class java.util.LongSummaryStatistics
-
Records a new long
value into the summary information.
- accept(double) - Method in interface java.util.stream.DoubleStream.Builder
-
Adds an element to the stream being built.
- accept(int) - Method in interface java.util.stream.IntStream.Builder
-
Adds an element to the stream being built.
- accept(long) - Method in interface java.util.stream.LongStream.Builder
-
Adds an element to the stream being built.
- accept(T) - Method in interface java.util.stream.Stream.Builder
-
Adds an element to the stream being built.
- accept(XMLEvent) - Method in interface javax.xml.stream.EventFilter
-
Tests whether this event is part of this stream.
- accept(XMLStreamReader) - Method in interface javax.xml.stream.StreamFilter
-
Tests whether the current state is part of this stream.
- ACCEPT_ALL - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which accepts all cookies.
- ACCEPT_NONE - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which accepts no cookies.
- ACCEPT_ORIGINAL_SERVER - Static variable in interface java.net.CookiePolicy
-
One pre-defined policy which only accepts cookies from original server.
- acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
-
- acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed with the
corresponding result as argument to the supplied action.
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using this
stage's default asynchronous execution facility, with the
corresponding result as argument to the supplied action.
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using the
supplied executor, with the corresponding result as argument to
the supplied function.
- acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
-
This method will be called by the parser at the completion of the
parsing of each node.
- acceptsURL(String) - Method in interface java.sql.Driver
-
Retrieves whether the driver thinks that it can open a connection
to the given URL.
- ACCESS_APPLICATION - Static variable in class com.codename1.cloud.CloudObject
-
An application visible/modifiable object!
- ACCESS_APPLICATION_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
-
An application scope readable object! Can only be modified by its creator
- ACCESS_EXTERNAL_DTD - Static variable in class javax.xml.XMLConstants
-
Property: accessExternalDTD
- ACCESS_EXTERNAL_SCHEMA - Static variable in class javax.xml.XMLConstants
-
Property: accessExternalSchema
- ACCESS_EXTERNAL_STYLESHEET - Static variable in class javax.xml.XMLConstants
-
Property: accessExternalStylesheet
- ACCESS_POINT_TYPE_CABLE - Static variable in class com.codename1.io.NetworkManager
-
Indicates an access point based on a cable
- ACCESS_POINT_TYPE_CORPORATE - Static variable in class com.codename1.io.NetworkManager
-
Indicates a corporate routing server access point type (e.g.
- ACCESS_POINT_TYPE_NETWORK2G - Static variable in class com.codename1.io.NetworkManager
-
Indicates a 2g network access point type
- ACCESS_POINT_TYPE_NETWORK3G - Static variable in class com.codename1.io.NetworkManager
-
Indicates a 3g network access point type
- ACCESS_POINT_TYPE_UNKNOWN - Static variable in class com.codename1.io.NetworkManager
-
Indicates an unknown access point type
- ACCESS_POINT_TYPE_WLAN - Static variable in class com.codename1.io.NetworkManager
-
Indicates a wlan (802.11b/c/g/n) access point type
- ACCESS_PRIVATE - Static variable in class com.codename1.cloud.CloudObject
-
An object that can only be viewed or modified by its creator
- ACCESS_PUBLIC - Static variable in class com.codename1.cloud.CloudObject
-
A world visible/modifiable object!
- ACCESS_PUBLIC_READ_ONLY - Static variable in class com.codename1.cloud.CloudObject
-
A world visible object! Can only be modified by its creator.
- AccessControlContext - Class in java.security
-
An AccessControlContext is used to make system resource access decisions
based on the context it encapsulates.
- AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
-
Create an AccessControlContext with the given array of ProtectionDomains.
- AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
-
Create a new AccessControlContext
with the given
AccessControlContext
and DomainCombiner
.
- AccessControlException - Exception in java.security
-
This exception is thrown by the AccessController to indicate
that a requested access (to a critical system resource such as the
file system or the network) is denied.
- AccessControlException(String) - Constructor for exception java.security.AccessControlException
-
Constructs an AccessControlException
with the
specified, detailed message.
- AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
-
Constructs an AccessControlException
with the
specified, detailed message, and the requested permission that caused
the exception.
- AccessController - Class in java.security
-
The AccessController class is used for access control operations
and decisions.
- AccessDeniedException - Exception in java.nio.file
-
Checked exception thrown when a file system operation is denied, typically
due to a file permission or other access check.
- AccessDeniedException(String) - Constructor for exception java.nio.file.AccessDeniedException
-
Constructs an instance of this class.
- AccessDeniedException(String, String, String) - Constructor for exception java.nio.file.AccessDeniedException
-
Constructs an instance of this class.
- AccessException - Exception in java.rmi
-
An AccessException
is thrown by certain methods of the
java.rmi.Naming
class (specifically bind
,
rebind
, and unbind
) and methods of the
java.rmi.activation.ActivationSystem
interface to
indicate that the caller does not have permission to perform the action
requested by the method call.
- AccessException - Class in java.rmi
-
An AccessException
is thrown by certain methods of the
java.rmi.Naming
class (specifically bind
,
rebind
, and unbind
) and methods of the
java.rmi.activation.ActivationSystem
interface to
indicate that the caller does not have permission to perform the action
requested by the method call.
- AccessException(String) - Constructor for exception java.rmi.AccessException
-
Constructs an AccessException
with the specified
detail message.
- AccessException(String, Exception) - Constructor for exception java.rmi.AccessException
-
Constructs an AccessException
with the specified
detail message and nested exception.
- AccessibleObject - Class in java.lang.reflect
-
The AccessibleObject class is the base class for Field, Method and
Constructor objects.
- AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
-
Constructor: only used by the Java Virtual Machine.
- AccessMode - Enum in java.nio.file
-
Defines access modes used to test the accessibility of a file.
- AccountException - Exception in javax.security.auth.login
-
A generic account exception.
- AccountException() - Constructor for exception javax.security.auth.login.AccountException
-
Constructs a AccountException with no detail message.
- AccountException(String) - Constructor for exception javax.security.auth.login.AccountException
-
Constructs a AccountException with the specified detail message.
- AccountExpiredException - Exception in javax.security.auth.login
-
Signals that a user account has expired.
- AccountExpiredException() - Constructor for exception javax.security.auth.login.AccountExpiredException
-
Constructs a AccountExpiredException with no detail message.
- AccountExpiredException(String) - Constructor for exception javax.security.auth.login.AccountExpiredException
-
Constructs a AccountExpiredException with the specified detail
message.
- AccountLockedException - Exception in javax.security.auth.login
-
Signals that an account was locked.
- AccountLockedException() - Constructor for exception javax.security.auth.login.AccountLockedException
-
Constructs a AccountLockedException with no detail message.
- AccountLockedException(String) - Constructor for exception javax.security.auth.login.AccountLockedException
-
Constructs a AccountLockedException with the specified
detail message.
- AccountNotFoundException - Exception in javax.security.auth.login
-
Signals that an account was not found.
- AccountNotFoundException() - Constructor for exception javax.security.auth.login.AccountNotFoundException
-
Constructs a AccountNotFoundException with no detail message.
- AccountNotFoundException(String) - Constructor for exception javax.security.auth.login.AccountNotFoundException
-
Constructs a AccountNotFoundException with the specified
detail message.
- accumulate(double) - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Updates with the given value.
- accumulate(long) - Method in class java.util.concurrent.atomic.LongAccumulator
-
Updates with the given value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulateAndGet(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 updated value.
- accumulator() - Method in interface java.util.stream.Collector
-
A function that folds a value into a mutable result container.
- AclEntry - Class in java.nio.file.attribute
-
An entry in an access control list (ACL).
- AclEntry.Builder - Class in java.nio.file.attribute
-
- AclEntryFlag - Enum in java.nio.file.attribute
-
Defines the flags for used by the flags component of an ACL
entry
.
- AclEntryPermission - Enum in java.nio.file.attribute
-
Defines the permissions for use with the permissions component of an ACL
entry
.
- AclEntryType - Enum in java.nio.file.attribute
-
A typesafe enumeration of the access control entry types.
- AclFileAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that supports reading or updating a file's Access
Control Lists (ACL) or file owner attributes.
- acos(double) - Static method in class com.codename1.util.MathUtil
-
Return the arccosine of a.
- acos(double) - Static method in class java.lang.Math
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- acos(double) - Static method in class java.lang.StrictMath
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- acquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in exclusive mode, ignoring interrupts.
- acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in exclusive mode, ignoring interrupts.
- acquire() - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, blocking until one is
available, or the thread is
interrupted.
- acquire(int) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore,
blocking until all are available,
or the thread is
interrupted.
- acquiredBy() - Method in class java.nio.channels.FileLock
-
Returns the channel upon whose file this lock was acquired.
- acquireInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in exclusive mode, aborting if interrupted.
- acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in exclusive mode, aborting if interrupted.
- acquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in shared mode, ignoring interrupts.
- acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in shared mode, ignoring interrupts.
- acquireSharedInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
-
Acquires in shared mode, aborting if interrupted.
- acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
-
Acquires in shared mode, aborting if interrupted.
- acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
-
Acquires a permit from this semaphore, blocking until one is
available.
- acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
-
Acquires the given number of permits from this semaphore,
blocking until all are available.
- ACTION_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
-
Append the result of the parse operation as children of the context
node.
- ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
-
The first number in the range of ids used for action events.
- ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
-
Insert the result of the parse operation as the immediately following
sibling of the context node.
- ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
-
Insert the result of the parse operation as the immediately preceding
sibling of the context node.
- ACTION_LAST - Static variable in class java.awt.event.ActionEvent
-
The last number in the range of ids used for action events.
- ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
-
This event id indicates that a meaningful action occured.
- ACTION_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
-
Replace the context node with the result of the parse operation.
- ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
-
Replace all the children of the context node with the result of the
parse operation.
- actionCommand(Command) - Method in class com.codename1.components.Progress
-
- actionCommand(Command) - Method in class com.codename1.ui.Dialog
-
Invoked to allow subclasses of form to handle a command from one point
rather than implementing many command instances
- actionCommand(Command) - Method in class com.codename1.ui.Form
-
Invoked to allow subclasses of form to handle a command from one point
rather than implementing many command instances.
- actionCommand(Command) - Method in class com.codename1.ui.VirtualKeyboard
-
- actionCommand(Command) - Method in class com.sun.lwuit.Dialog
-
Invoked to allow subclasses of form to handle a command from one point
rather than implementing many command instances
- actionCommand(Command) - Method in class com.sun.lwuit.Form
-
Invoked to allow subclasses of form to handle a command from one point
rather than implementing many command instances.
- ActionEvent - Class in com.codename1.ui.events
-
- ActionEvent(Object) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent
- ActionEvent(Object, int) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent
- ActionEvent(Object, int, boolean) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent
- ActionEvent(Object, int, int, boolean) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent as a pointer event
- ActionEvent(Object, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent as a pointer event
- ActionEvent(Command, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent for a command
- ActionEvent(Component, Component, int, int) - Constructor for class com.codename1.ui.events.ActionEvent
-
Creates a new instance of ActionEvent for a drop operation
- ActionEvent - Class in com.sun.lwuit.events
-
- ActionEvent(Object) - Constructor for class com.sun.lwuit.events.ActionEvent
-
Creates a new instance of ActionEvent
- ActionEvent(Object, int) - Constructor for class com.sun.lwuit.events.ActionEvent
-
Creates a new instance of ActionEvent
- ActionEvent(Object, int, int) - Constructor for class com.sun.lwuit.events.ActionEvent
-
Creates a new instance of ActionEvent as a pointer event
- ActionEvent - Class in java.awt.event
-
A semantic event which indicates that a component-defined action occurred.
- ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
-
Constructs an ActionEvent
object.
- ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
-
Constructs an ActionEvent
object with modifier keys.
- ActionEvent(Object, int, String, long, int) - Constructor for class java.awt.event.ActionEvent
-
Constructs an ActionEvent
object with the specified
modifier keys and timestamp.
- ActionListener - Interface in com.codename1.ui.events
-
Event callback interface invoked when a component action occurs
- ActionListener - Interface in com.sun.lwuit.events
-
Event callback interface invoked when a component action occurs
- ActionListener - Interface in java.awt.event
-
The listener interface for receiving action events.
- actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in class com.codename1.components.Ads
-
- actionPerformed(ActionEvent) - Method in class com.codename1.components.Progress
-
- actionPerformed(ActionEvent) - Method in class com.codename1.components.ShareButton
-
invoked when the button is pressed
- actionPerformed(ActionEvent) - Method in class com.codename1.facebook.ui.LikeButton
-
- actionPerformed(ActionEvent) - Method in class com.codename1.share.FacebookShare
-
- actionPerformed(ActionEvent) - Method in class com.codename1.share.ShareService
-
- actionPerformed(ActionEvent) - Method in class com.codename1.ui.Command
-
This method is called when the soft button/Menu item is clicked
- actionPerformed(ActionEvent) - Method in interface com.codename1.ui.events.ActionListener
-
Invoked when an action occurred on a component
- actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
-
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent
For example, button press, checkbox/radiobutton check etc.
- actionPerformed(ActionEvent, HTMLComponent, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
-
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent
For example, button press, checkbox/radiobutton check etc.
- actionPerformed(ActionEvent) - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Invoked when an action occurred on a component
- actionPerformed(ActionEvent) - Method in class com.codename1.ui.MenuBar
-
Invoked when a softbutton is pressed
- actionPerformed(ActionEvent) - Method in class com.sun.lwuit.Command
-
This method is called when the soft button/Menu item is clicked
- actionPerformed(ActionEvent) - Method in interface com.sun.lwuit.events.ActionListener
-
Invoked when an action occurred on a component
- actionPerformed(ActionEvent) - Method in class com.sun.lwuit.html.HTMLComponent
-
Invoked when an action occurred on a component
- actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
-
Invoked when an action occurs.
- Activatable - Class in java.rmi.activation
-
The Activatable
class provides support for remote
objects that require persistent access over time and that
can be activated by the system.
- Activatable(String, MarshalledObject<?>, boolean, int) - Constructor for class java.rmi.activation.Activatable
-
Constructs an activatable remote object by registering
an activation descriptor (with the specified location, data, and
restart mode) for this object, and exporting the object with the
specified port.
- Activatable(String, MarshalledObject<?>, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
-
Constructs an activatable remote object by registering
an activation descriptor (with the specified location, data, and
restart mode) for this object, and exporting the object with the
specified port, and specified client and server socket factories.
- Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
-
Constructor used to activate/export the object on a specified
port.
- Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
-
Constructor used to activate/export the object on a specified
port.
- activate(boolean) - Method in class java.rmi.activation.ActivationID
-
Activate the object for this id.
- activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
-
Activate the object associated with the activation identifier,
id
.
- ActivateFailedException - Exception in java.rmi.activation
-
This exception is thrown by the RMI runtime when activation
fails during a remote call to an activatable object.
- ActivateFailedException(String) - Constructor for exception java.rmi.activation.ActivateFailedException
-
Constructs an ActivateFailedException
with the specified
detail message.
- ActivateFailedException(String, Exception) - Constructor for exception java.rmi.activation.ActivateFailedException
-
Constructs an ActivateFailedException
with the specified
detail message and nested exception.
- ActivationDesc - Class in java.rmi.activation
-
An activation descriptor contains the information necessary to
activate an object:
the object's group identifier,
the object's fully-qualified class name,
the object's code location (the location of the class), a codebase URL
path,
the object's restart "mode", and,
a "marshalled" object that can contain object specific
initialization data.
- ActivationDesc(String, String, MarshalledObject<?>) - Constructor for class java.rmi.activation.ActivationDesc
-
Constructs an object descriptor for an object whose class name
is className
, that can be loaded from the
code location
and whose initialization
information is data
.
- ActivationDesc(String, String, MarshalledObject<?>, boolean) - Constructor for class java.rmi.activation.ActivationDesc
-
Constructs an object descriptor for an object whose class name
is className
, that can be loaded from the
code location
and whose initialization
information is data
.
- ActivationDesc(ActivationGroupID, String, String, MarshalledObject<?>) - Constructor for class java.rmi.activation.ActivationDesc
-
Constructs an object descriptor for an object whose class name
is className
that can be loaded from the
code location
and whose initialization
information is data
.
- ActivationDesc(ActivationGroupID, String, String, MarshalledObject<?>, boolean) - Constructor for class java.rmi.activation.ActivationDesc
-
Constructs an object descriptor for an object whose class name
is className
that can be loaded from the
code location
and whose initialization
information is data
.
- ActivationException - Exception in java.rmi.activation
-
General exception used by the activation interfaces.
- ActivationException() - Constructor for exception java.rmi.activation.ActivationException
-
Constructs an ActivationException
.
- ActivationException(String) - Constructor for exception java.rmi.activation.ActivationException
-
Constructs an ActivationException
with the specified
detail message.
- ActivationException(String, Throwable) - Constructor for exception java.rmi.activation.ActivationException
-
Constructs an ActivationException
with the specified
detail message and cause.
- ActivationGroup - Class in java.rmi.activation
-
An ActivationGroup
is responsible for creating new
instances of "activatable" objects in its group, informing its
ActivationMonitor
when either: its object's become
active or inactive, or the group as a whole becomes inactive.
- ActivationGroup(ActivationGroupID) - Constructor for class java.rmi.activation.ActivationGroup
-
Constructs an activation group with the given activation group
identifier.
- ActivationGroupDesc - Class in java.rmi.activation
-
An activation group descriptor contains the information necessary to
create/recreate an activation group in which to activate objects.
- ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
-
Constructs a group descriptor that uses the system defaults for group
implementation and code location.
- ActivationGroupDesc(String, String, MarshalledObject<?>, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
-
Specifies an alternate group implementation and execution
environment to be used for the group.
- ActivationGroupDesc.CommandEnvironment - Class in java.rmi.activation
-
Startup options for ActivationGroup implementations.
- ActivationGroupID - Class in java.rmi.activation
-
The identifier for a registered activation group serves several
purposes:
identifies the group uniquely within the activation system, and
contains a reference to the group's activation system so that the
group can contact its activation system when necessary.
- ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
-
Constructs a unique group id.
- ActivationID - Class in java.rmi.activation
-
Activation makes use of special identifiers to denote remote
objects that can be activated over time.
- ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
-
The constructor for ActivationID
takes a single
argument, activator, that specifies a remote reference to the
activator responsible for activating the object associated with
this identifier.
- ActivationInstantiator - Interface in java.rmi.activation
-
An ActivationInstantiator
is responsible for creating
instances of "activatable" objects.
- ActivationMonitor - Interface in java.rmi.activation
-
An ActivationMonitor
is specific to an
ActivationGroup
and is obtained when a group is
reported active via a call to
ActivationSystem.activeGroup
(this is done
internally).
- ActivationSystem - Interface in java.rmi.activation
-
The ActivationSystem
provides a means for registering
groups and "activatable" objects to be activated within those groups.
- Activator - Interface in java.rmi.activation
-
The Activator
facilitates remote object activation.
- ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
-
Object number for well-known ObjID
of the activator.
- activeCount() - Static method in class java.lang.Thread
-
Returns an estimate of the number of active threads in the current
thread's
thread group and its
subgroups.
- activeCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active threads in this thread
group and its subgroups.
- activeGroup(ActivationGroupID, ActivationInstantiator, long) - Method in interface java.rmi.activation.ActivationSystem
-
Callback to inform activation system that group is now
active.
- activeGroupCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active groups in this
thread group and its subgroups.
- activeObject(ActivationID, Remote) - Method in class java.rmi.activation.ActivationGroup
-
The group's activeObject
method is called when an
object is exported (either by Activatable
object
construction or an explicit call to
Activatable.exportObject
.
- activeObject(ActivationID, MarshalledObject<? extends Remote>) - Method in class java.rmi.activation.ActivationGroup
-
This protected method is necessary for subclasses to
make the activeObject
callback to the group's
monitor.
- activeObject(ActivationID, MarshalledObject<? extends Remote>) - Method in interface java.rmi.activation.ActivationMonitor
-
Informs that an object is now active.
- AD - Static variable in class java.util.GregorianCalendar
-
Value of the ERA
field indicating
the common era (Anno Domini), also known as CE.
- adapt(Runnable) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
run
method of the given
Runnable
as its action, and returns
a null result upon
ForkJoinTask.join()
.
- adapt(Runnable, T) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
run
method of the given
Runnable
as its action, and returns
the given result upon
ForkJoinTask.join()
.
- adapt(Callable<? extends T>) - Static method in class java.util.concurrent.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
call
method of the given
Callable
as its action, and returns
its result upon
ForkJoinTask.join()
, translating any checked exceptions
encountered into
RuntimeException
.
- adaptImage(EncodedImage, EncodedImage) - Method in interface com.codename1.ui.URLImage.ImageAdapter
-
Allows the downloaded image to be adapted e.g if it isn't the same size of the placeholder image.
- add(RadioButton) - Method in class com.codename1.ui.ButtonGroup
-
Adds a RadioButton to the group
- add(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Group
.
- add(Component) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds a rigid gap.
- add(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds a gap with the specified size.
- add(int, GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Group
as a child of this group.
- add(int, Component) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(int, Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds the specified Group
to this
SequentialGroup
- add(boolean, GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds a Group
to this Group
.
- add(Component) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds the specified Component.
- add(boolean, Component) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
.
- add(Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds the specified Component
.
- add(boolean, Component, int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
with the specified size.
- add(int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds a rigid gap.
- add(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds a gap with the specified size.
- add(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
-
Adds a RadioButton to the group
- add(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Group
.
- add(Component) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds a rigid gap.
- add(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds a gap with the specified size.
- add(int, GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Group
as a child of this group.
- add(int, Component) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component.
- add(int, Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
-
Adds the specified Component
.
- add(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds the specified Group
to this
SequentialGroup
- add(boolean, GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds a Group
to this Group
.
- add(Component) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds the specified Component.
- add(boolean, Component) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
.
- add(Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds the specified Component
.
- add(boolean, Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds a Component
to this Group
with the specified size.
- add(int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds a rigid gap.
- add(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds a gap with the specified size.
- add(Component) - Method in class java.awt.Container
-
Appends the specified component to the end of this container.
- add(String, Component) - Method in class java.awt.Container
-
Adds the specified component to this container.
- add(Component, int) - Method in class java.awt.Container
-
Adds the specified component to this container at the given
position.
- add(Component, Object) - Method in class java.awt.Container
-
Adds the specified component to the end of this container.
- add(Component, Object, int) - Method in class java.awt.Container
-
Adds the specified component to this container with the specified
constraints at the specified index.
- add(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this +
augend)
, and whose scale is max(this.scale(),
augend.scale())
.
- add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this + augend)
,
with rounding according to the context settings.
- add(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this + val)
.
- add(URI, HttpCookie) - Method in interface java.net.CookieStore
-
Adds one HTTP cookie to the store.
- add(Permission) - Method in class java.security.PermissionCollection
-
Adds a permission object to the current collection of permission objects.
- add(Permission) - Method in class java.security.Permissions
-
Adds a permission object to the PermissionCollection for the class the
permission belongs to.
- add(E) - Method in class java.util.AbstractCollection
-
Ensures that this collection contains the specified element (optional
operation).
- add(E) - Method in class java.util.AbstractList
-
Appends the specified element to the end of this list (optional
operation).
- add(int, E) - Method in class java.util.AbstractList
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(E) - Method in class java.util.AbstractQueue
-
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an IllegalStateException
if no space is currently available.
- add(int, E) - Method in class java.util.AbstractSequentialList
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- add(E) - Method in class java.util.ArrayList
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class java.util.ArrayList
-
Inserts the specified element at the specified position in this
list.
- add(int, int) - Method in class java.util.Calendar
-
Adds or subtracts the specified amount of time to the given calendar field,
based on the calendar's rules.
- add(E) - Method in interface java.util.Collection
-
Ensures that this collection contains the specified element (optional
operation).
- add(E) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue if it is
possible to do so immediately without exceeding the queue's capacity,
returning true
upon success and throwing an
IllegalStateException
if this queue is full.
- add(double) - Method in class java.util.concurrent.atomic.DoubleAdder
-
Adds the given value.
- add(long) - Method in class java.util.concurrent.atomic.LongAdder
-
Adds the given value.
- add(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true
upon success and throwing an
IllegalStateException
if no space is currently available.
- add(E) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue if it is possible to do
so immediately without violating capacity restrictions, returning
true
upon success and throwing an
IllegalStateException
if no space is currently available.
- add(K) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Adds the specified key to this set view by mapping the key to
the default mapped value in the backing map, if defined.
- add(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the tail of this deque.
- add(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Inserts the specified element at the tail of this queue.
- add(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Inserts the specified element at the specified position in this
list.
- add(E) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- add(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
Inserts the specified element at the end of this deque unless it would
violate capacity restrictions.
- add(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- add(E) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- add(E) - Method in interface java.util.Deque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true
upon success and throwing an
IllegalStateException
if no space is currently available.
- add(int, int) - Method in class java.util.GregorianCalendar
-
Adds the specified (signed) amount of time to the given calendar field,
based on the calendar's rules.
- add(E) - Method in class java.util.HashSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class java.util.LinkedList
-
Inserts the specified element at the specified position in this list.
- add(E) - Method in interface java.util.List
-
Appends the specified element to the end of this list (optional
operation).
- add(int, E) - Method in interface java.util.List
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(E) - Method in interface java.util.ListIterator
-
Inserts the specified element into the list (optional operation).
- add(E) - Method in class java.util.PriorityQueue
-
Inserts the specified element into this priority queue.
- add(E) - Method in interface java.util.Queue
-
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true
upon success and throwing an IllegalStateException
if no space is currently available.
- add(E) - Method in interface java.util.Set
-
Adds the specified element to this set if it is not already present
(optional operation).
- add(double) - Method in interface java.util.stream.DoubleStream.Builder
-
Adds an element to the stream being built.
- add(int) - Method in interface java.util.stream.IntStream.Builder
-
Adds an element to the stream being built.
- add(long) - Method in interface java.util.stream.LongStream.Builder
-
Adds an element to the stream being built.
- add(T) - Method in interface java.util.stream.Stream.Builder
-
Adds an element to the stream being built.
- add(CharSequence) - Method in class java.util.StringJoiner
-
Adds a copy of the given CharSequence
value as the next
element of the StringJoiner
value.
- add(E) - Method in class java.util.TreeSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.Vector
-
Appends the specified element to the end of this Vector.
- add(int, E) - Method in class java.util.Vector
-
Inserts the specified element at the specified position in this Vector.
- add(Duration) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is this+rhs
.
- add(Duration) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Add duration
to this instance.
- add(XMLEvent) - Method in interface javax.xml.stream.util.XMLEventConsumer
-
This method adds an event to the consumer.
- add(XMLEvent) - Method in interface javax.xml.stream.XMLEventWriter
-
Add an event to the output stream
Adding a START_ELEMENT will open a new namespace scope that
will be closed when the corresponding END_ELEMENT is written.
- add(XMLEventReader) - Method in interface javax.xml.stream.XMLEventWriter
-
Adds an entire stream to an output stream,
calls next() on the inputStream argument until hasNext() returns false
This should be treated as a convenience method that will
perform the following loop over all the events in an
event reader and call add on each event.
- ADD_FILE - Static variable in enum java.nio.file.attribute.AclEntryPermission
-
- ADD_SUBDIRECTORY - Static variable in enum java.nio.file.attribute.AclEntryPermission
-
- addActionListener(ActionListener) - Method in class com.codename1.components.MultiButton
-
Adds an action listener
- addActionListener(ActionListener) - Method in class com.codename1.components.OnOffSwitch
-
Adds a listener to the switch which will cause an event to dispatch on click
- addActionListener(ActionListener) - Method in class com.codename1.components.SpanButton
-
Binds an action listener to button events
- addActionListener(ActionListener) - Method in class com.codename1.maps.layers.PointsLayer
-
Adds a listener to the Points Layer which will cause an event to dispatch
on click the ActionEvent will contain the pressed PointLayer unprojected
- addActionListener(ActionListener) - Method in class com.codename1.ui.Button
-
Adds a listener to the button which will cause an event to dispatch on click
- addActionListener(ActionListener) - Method in class com.codename1.ui.Calendar
-
Fires when a change is made to the month view of this component
- addActionListener(ActionListener) - Method in class com.codename1.ui.List
-
Allows binding a listener to user selection actions
- addActionListener(ActionListener) - Method in class com.codename1.ui.list.ContainerList
-
Allows binding a listener to user selection actions
- addActionListener(ActionListener) - Method in class com.codename1.ui.Slider
-
Action listeners give a more coarse event only when the user lifts the finger from the slider
- addActionListener(ActionListener) - Method in class com.codename1.ui.TextArea
-
Add an action listener which is invoked when the text area was modified not during
modification.
- addActionListener(ActionListener) - Method in class com.sun.lwuit.Button
-
Adds a listener to the button which will cause an event to dispatch on click
- addActionListener(ActionListener) - Method in class com.sun.lwuit.Calendar
-
Fires when a change is made to the month view of this component
- addActionListener(ActionListener) - Method in class com.sun.lwuit.List
-
Allows binding a listener to user selection actions
- addActionListener(ActionListener) - Method in class com.sun.lwuit.TextArea
-
Add an action listener which is invoked when the text area was modified not during
modification.
- addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
-
Adds all of the elements in the specified collection to this collection
(optional operation).
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
-
Adds all of the elements in the specified collection to this
queue.
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.ArrayList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the
specified collection's Iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in interface java.util.Collection
-
Adds all of the elements in the specified collection to this collection
(optional operation).
- addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
-
Adds all of the specified elements to the specified collection.
- addAll(Collection<? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Appends all of the elements in the specified collection to the end of
this deque, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Appends all of the elements in the specified collection to the end of
this queue, in the order that they are returned by the specified
collection's iterator.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends all of the elements in the specified collection to the end
of this list, in the order that they are returned by the specified
collection's iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Adds all of the elements in the specified collection to this set if
they're not already present.
- addAll(Collection<? extends E>) - Method in class java.util.LinkedList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in interface java.util.List
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator (optional operation).
- addAll(int, Collection<? extends E>) - Method in interface java.util.List
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(Collection<? extends E>) - Method in interface java.util.Set
-
Adds all of the elements in the specified collection to this set if
they're not already present (optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.TreeSet
-
Adds all of the elements in the specified collection to this set.
- addAll(Collection<? extends E>) - Method in class java.util.Vector
-
Appends all of the elements in the specified Collection to the end of
this Vector, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.Vector
-
Inserts all of the elements in the specified Collection into this
Vector at the specified position.
- addAllAbsent(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends all of the elements in the specified collection that
are not already contained in this list, to the end of
this list, in the order that they are returned by the
specified collection's iterator.
- addAndGet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically adds the given value to the current value.
- addAndGet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically adds the given value to the element at index i
.
- addAndGet(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.
- addAndGet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically adds the given value to the current value.
- addAndGet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically adds the given value to the element at index i
.
- addAndGet(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.
- addAnimation(AnimationObject) - Method in class com.codename1.ui.animations.Timeline
-
Adds an animation object to show using this timeline
- addAnimation(AnimationObject) - Method in class com.sun.lwuit.animations.Timeline
-
Adds an animation object to show using this timeline
- addArgument(String, byte[]) - Method in class com.codename1.io.ConnectionRequest
-
- addArgument(String, String) - Method in class com.codename1.io.ConnectionRequest
-
Add an argument to the request response
- addArgument(String, String[]) - Method in class com.codename1.io.ConnectionRequest
-
Add an argument to the request response as an array of elements, this will
trigger multiple request entries with the same key
- addArgument(String, String) - Method in class com.codename1.io.MultipartRequest
-
- addArgumentNoEncoding(String, String) - Method in class com.codename1.io.ConnectionRequest
-
Add an argument to the request response without encoding it, this is useful for
arguments which are already encoded
- addArgumentNoEncoding(String, String) - Method in class com.codename1.io.MultipartRequest
-
- addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
-
Adds an attribute to the entire string.
- addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
-
Adds an attribute to a subrange of the string.
- addAttribute(String, String, String, String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Add an attribute to the end of the list, setting its
"specified" flag to true.
- addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Add an attribute to an attribute list.
- addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Add an attribute to the end of the list.
- addAttributes(Map<? extends AttributedCharacterIterator.Attribute, ?>, int, int) - Method in class java.text.AttributedString
-
Adds a set of attributes to a subrange of the string.
- addBatch() - Method in interface java.sql.PreparedStatement
-
Adds a set of parameters to this PreparedStatement
object's batch of commands.
- addBatch(String) - Method in interface java.sql.Statement
-
Adds the given SQL command to the current list of commands for this
Statement
object.
- addCertificate(Certificate) - Method in class java.security.Identity
-
Deprecated.
Adds a certificate for this identity.
- addCertPathChecker(PKIXCertPathChecker) - Method in class java.security.cert.PKIXParameters
-
Adds a PKIXCertPathChecker
to the list of certification
path checkers.
- addCertStore(CertStore) - Method in class java.security.cert.PKIXParameters
-
Adds a CertStore
to the end of the list of
CertStore
s used in finding certificates and CRLs.
- addCharEntitiesRange(String[], int) - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.
- addCharEntitiesRange(String[], int) - Method in class com.codename1.xml.XMLParser
-
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.
- addCharEntitiesRange(String[], int) - Static method in class com.sun.lwuit.html.HTMLComponent
-
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.
- addCharEntity(String, int) - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Adds the given symbol and code to the user defined char entities table.
- addCharEntity(String, int) - Method in class com.codename1.xml.XMLParser
-
Adds the given symbol and code to the user defined char entities table
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
- addCharEntity(String, int) - Static method in class com.sun.lwuit.html.HTMLComponent
-
Adds the given symbol and code to the user defined char entities table.
- addChild(Element) - Method in class com.codename1.ui.html.HTMLElement
-
- addChild(Element) - Method in class com.codename1.xml.Element
-
Adds the specified Element as a child to this element.
- addCommand(Command, int) - Method in class com.codename1.ui.Form
-
Adds a command to the menu bar softkeys or into the menu dialog,
this version of add allows us to place a command in an arbitrary location.
- addCommand(Command) - Method in class com.codename1.ui.Form
-
Adds a command to the menu bar softkeys.
- addCommand(Command) - Method in class com.codename1.ui.MenuBar
-
Adds a Command to the MenuBar
- addCommand(Command, int) - Method in class com.codename1.ui.MenuBar
-
Add a Command to the MenuBar
- addCommand(Command) - Method in class com.codename1.ui.SideMenuBar
-
- addCommand(Command, int) - Method in class com.codename1.ui.SideMenuBar
-
- addCommand(Command, int) - Method in class com.sun.lwuit.Form
-
Adds a command to the menu bar softkeys or into the menu dialog,
this version of add allows us to place a command in an arbitrary location.
- addCommand(Command) - Method in class com.sun.lwuit.Form
-
Adds a command to the menu bar softkeys.
- addCommandListener(ActionListener) - Method in class com.codename1.ui.Form
-
A listener that is invoked when a command is clicked allowing multiple commands
to be handled by a single block
- addCommandListener(ActionListener) - Method in class com.codename1.ui.util.UIBuilder
-
Adds a command listener that would be bound to all forms in the GUI seamlessly
- addCommandListener(String, ActionListener) - Method in class com.codename1.ui.util.UIBuilder
-
Adds a command listener to be invoked for commands on a specific form
- addCommandListener(ActionListener) - Method in class com.sun.lwuit.Form
-
A listener that is invoked when a command is clicked allowing multiple commands
to be handled by a single block
- addComponent(Component) - Method in class com.codename1.ui.Container
-
Adds a Component to the Container
- addComponent(Object, Component) - Method in class com.codename1.ui.Container
-
Adds a Component to the Container
- addComponent(int, Object, Component) - Method in class com.codename1.ui.Container
-
Adds a Component to the Container
- addComponent(int, Component) - Method in class com.codename1.ui.Container
-
This method adds the Component at a specific index location in the Container
Components array.
- addComponent(Component) - Method in class com.codename1.ui.Dialog
-
- addComponent(Object, Component) - Method in class com.codename1.ui.Dialog
-
- addComponent(int, Object, Component) - Method in class com.codename1.ui.Dialog
-
- addComponent(int, Component) - Method in class com.codename1.ui.Dialog
-
- addComponent(Component) - Method in class com.codename1.ui.Form
-
Adds Component to the Form's Content Pane
- addComponent(Object, Component) - Method in class com.codename1.ui.Form
-
- addComponent(int, Object, Component) - Method in class com.codename1.ui.Form
-
- addComponent(int, Component) - Method in class com.codename1.ui.Form
-
Adds Component to the Form's Content Pane
- addComponent(Component) - Method in class com.sun.lwuit.Container
-
Adds a Component to the Container
- addComponent(Object, Component) - Method in class com.sun.lwuit.Container
-
Adds a Component to the Container
- addComponent(int, Object, Component) - Method in class com.sun.lwuit.Container
-
Adds a Component to the Container
- addComponent(int, Component) - Method in class com.sun.lwuit.Container
-
This method adds the Component at a specific index location in the Container
Components array.
- addComponent(Component) - Method in class com.sun.lwuit.Form
-
Adds Component to the Form's Content Pane
- addComponent(Object, Component) - Method in class com.sun.lwuit.Form
-
- addComponent(int, Object, Component) - Method in class com.sun.lwuit.Form
-
- addComponent(int, Component) - Method in class com.sun.lwuit.Form
-
Adds Component to the Form's Content Pane
- addComponentListener(String, String, Object) - Method in class com.codename1.ui.util.UIBuilder
-
Adds a component listener that would be bound when a UI for this form is created.
- addComponentListener(ComponentListener) - Method in class java.awt.Component
-
Adds the specified component listener to receive component events from
this component.
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
-
Registers the given event listener so that it will be notified
when an event occurs on this PooledConnection
object.
- addConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
-
Adds the specified ImageConsumer
to the list of consumers interested in data for the filtered image.
- addConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
-
Registers an ImageConsumer
with the
ImageProducer
for access to the image data
during a later reconstruction of the Image
.
- addConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
-
Adds an ImageConsumer to the list of consumers interested in
data for this image.
- addContainerGap() - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addContainerGap(int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addContainerGap() - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addContainerGap(int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between one edge
of the container and the next/previous Component.
- addContainerListener(ContainerListener) - Method in class java.awt.Container
-
Adds the specified container listener to receive container events
from this container.
- addContrast(byte) - Method in class com.codename1.ui.Font
-
- addContrast(byte) - Method in class com.sun.lwuit.Font
-
Increase the contrast of the bitmap font for rendering on top of a surface
whose color is darker.
- addData(String, byte[], String) - Method in class com.codename1.io.MultipartRequest
-
Adds a binary argument to the arguments
- addData(String, String, String) - Method in class com.codename1.io.MultipartRequest
-
Adds a binary argument to the arguments
- addData(String, InputStream, long, String) - Method in class com.codename1.io.MultipartRequest
-
Adds a binary argument to the arguments, notice the input stream will be
read only during submission
- addDataChangedListener(DataChangedListener) - Method in class com.codename1.cloud.CloudListModel
-
- addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.DefaultListModel
-
- addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.FilterProxyListModel
-
- addDataChangedListener(DataChangedListener) - Method in interface com.codename1.ui.list.ListModel
-
Invoked to indicate interest in future change events
- addDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.Slider
-
Adds a listener to data changed events, notice that the status argument to the data change listener
shouldn't be relied upon.
- addDataChangedListener(DataChangedListener) - Method in class com.sun.lwuit.list.DefaultListModel
-
- addDataChangedListener(DataChangedListener) - Method in interface com.sun.lwuit.list.ListModel
-
Invoked to indicate interest in future change events
- addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
-
Allows tracking selection changes in the calendar in real time
- addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.DefaultTableModel
-
- addDataChangeListener(DataChangedListener) - Method in interface com.codename1.ui.table.TableModel
-
Adds a listener to the data changed event
- addDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.TextField
-
Adds a listener for data change events it will be invoked for every change
made to the text field, notice most platforms will invoke only the
DataChangedListener.CHANGED event
- addDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.Calendar
-
Allows tracking selection changes in the calendar in real time
- addDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.table.DefaultTableModel
-
- addDataChangeListener(DataChangedListener) - Method in interface com.sun.lwuit.table.TableModel
-
Adds a listener to the data changed event
- addDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.TextField
-
Adds a listener for data change events it will be invoked for every change
made to the text field
- addDefaultHeader(String, String) - Method in class com.codename1.io.NetworkManager
-
Adds a header to the global default headers, this header will be implicitly added
to all requests going out from this point onwards.
- addDefaultInputMode(String, String[][]) - Static method in class com.codename1.ui.VirtualKeyboard
-
Add an input mode to the virtual keyboard
- addDragOverListener(ActionListener) - Method in class com.codename1.ui.Component
-
Broadcasts an event when dragging over a component
- addDropListener(ActionListener) - Method in class com.codename1.ui.Component
-
Binds an action listener to drop events which are invoked when this component is dropped on a target
- ADDED - Static variable in interface com.codename1.ui.events.DataChangedListener
-
Type value for added data in ListModel
- ADDED - Static variable in interface com.sun.lwuit.events.DataChangedListener
-
Type value for added data in ListModel
- addEdtErrorHandler(ActionListener) - Method in class com.codename1.ui.Display
-
An error handler will receive an action event with the source exception from the EDT
once an error handler is installed the default Codename One error dialog will no longer appear
- addEdtErrorHandler(ActionListener) - Method in class com.sun.lwuit.Display
-
An error handler will receive an action event with the source exception from the EDT
once an error handler is installed the default LWUIT error dialog will no longer appear
- addElement(E) - Method in class java.util.Vector
-
Adds the specified component to the end of this vector,
increasing its size by one.
- addErrorListener(ActionListener) - Method in class com.codename1.io.NetworkManager
-
Adds a generic listener to a network error that is invoked before the exception is propogated.
- addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the registration of event listeners on the event
target.
- addExact(int, int) - Static method in class java.lang.Math
-
Returns the sum of its arguments,
throwing an exception if the result overflows an int
.
- addExact(long, long) - Static method in class java.lang.Math
-
Returns the sum of its arguments,
throwing an exception if the result overflows a long
.
- addExact(int, int) - Static method in class java.lang.StrictMath
-
Returns the sum of its arguments,
throwing an exception if the result overflows an int
.
- addExact(long, long) - Static method in class java.lang.StrictMath
-
Returns the sum of its arguments,
throwing an exception if the result overflows a long
.
- addExtensionFilter(String) - Method in class com.codename1.components.FileTreeModel
-
Shows only files with the given extension
- addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
-
- addFirst(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException
if no space is currently
available.
- addFirst(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- addFirst(E) - Method in interface java.util.Deque
-
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException
if no space is currently
available.
- addFirst(E) - Method in class java.util.LinkedList
-
Inserts the specified element at the beginning of this list.
- addFocusListener(FocusListener) - Method in class com.codename1.ui.Component
-
Registers interest in receiving callbacks for focus gained events, a focus event
is invoked when the component accepts the focus.
- addFocusListener(FocusListener) - Method in class com.sun.lwuit.Component
-
Registers interest in receiving callbacks for focus gained events, a focus event
is invoked when the component accepts the focus.
- addFocusListener(FocusListener) - Method in class java.awt.Component
-
Adds the specified focus listener to receive focus events from
this component when this component gains input focus.
- addFont(String, Font) - Static method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Sets the given Codename One font for use with HTMLComponents.
- addFont(String, Font) - Static method in class com.sun.lwuit.html.HTMLComponent
-
Sets the given LWUIT font for use with HTMLComponents.
- addGameKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
-
Add a game key listener to the given gamekey for a callback when the
key is released
- addGameKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
-
Add a game key listener to the given gamekey for a callback when the
key is released
- addHandler(Handler) - Method in class java.util.logging.Logger
-
Add a log Handler to receive logging messages.
- addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
-
Registers an event listener to receive notifications that an
SSL handshake has completed on this connection.
- addHint(Component, Component, String) - Method in class com.codename1.ui.util.GlassTutorial
-
Places a hint within the glass in a position relative to the destinationComponent, the position
is indicated with border layout attributes.
- addIdentity(Identity) - Method in class java.security.IdentityScope
-
Deprecated.
Adds an identity to this identity scope.
- addIfAbsent(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Appends the element, if not present.
- addImpl(Component, Object, int) - Method in class java.awt.Container
-
Adds the specified component to this container at the specified
index.
- addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
-
Adds the specified input method listener to receive
input method events from this component.
- addInputMode(String, Hashtable, boolean) - Static method in class com.codename1.ui.TextField
-
Adds a new inputmode hashtable with the given name and set of values
- addInputMode(String, String[][]) - Method in class com.codename1.ui.VirtualKeyboard
-
Add an input mode to the virtual keyboard
- addInputMode(String, Hashtable, boolean) - Static method in class com.sun.lwuit.TextField
-
Adds a new inputmode hashtable with the given name and set of values
- addIssuer(X500Principal) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addIssuerName(String) - Method in class java.security.cert.X509CRLSelector
-
- addIssuerName(byte[]) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addItem(Object) - Method in class com.codename1.cloud.CloudListModel
-
Notice this method does NOT commit the data, after committing the data
the cache MUST be cleared!
- addItem(Object) - Method in class com.codename1.contacts.ContactsModel
-
- addItem(T) - Method in class com.codename1.ui.List
-
Allows adding an element to a list if the underlying model supports this, notice that
it is an optional operation and if the model does not support it (default list model does)
then this operation may failed.
- addItem(T) - Method in class com.codename1.ui.list.DefaultListModel
-
- addItem(T) - Method in class com.codename1.ui.list.FilterProxyListModel
-
- addItem(T) - Method in interface com.codename1.ui.list.ListModel
-
Adds the specified item to the end of this list.
- addItem(Object) - Method in class com.sun.lwuit.List
-
Allows adding an element to a list if the underlying model supports this, notice that
it is an optional operation and if the model does not support it (default list model does)
then this operation may failed.
- addItem(Object) - Method in class com.sun.lwuit.list.DefaultListModel
-
- addItem(Object) - Method in interface com.sun.lwuit.list.ListModel
-
Adds the specified item to the end of this list.
- addItemAtIndex(T, int) - Method in class com.codename1.ui.list.DefaultListModel
-
Adding an item to list at given index
- addItemAtIndex(Object, int) - Method in class com.sun.lwuit.list.DefaultListModel
-
Adding an item to list at given index
- ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
-
The Attr
was just added.
- addKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
-
Add a key listener to the given keycode for a callback when the key is released
- addKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
-
Add a key listener to the given keycode for a callback when the key is released
- addKeyListener(KeyListener) - Method in class java.awt.Component
-
Adds the specified key listener to receive key events from
this component.
- addLast(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException
if no space is currently
available.
- addLast(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- addLast(E) - Method in interface java.util.Deque
-
Inserts the specified element at the end of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException
if no space is currently
available.
- addLast(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- addLayer(Layer) - Method in class com.codename1.maps.MapComponent
-
Adds a layer to the map
- addLayer(Layer, int, int) - Method in class com.codename1.maps.MapComponent
-
Adds a layer to the map
- addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.BorderLayout
-
- addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.layouts.Layout
-
Some layouts can optionally track the addition of elements with meta-data
that allows the user to "hint" on object positioning.
- addLayoutComponent(Object, Component, Container) - Method in class com.codename1.ui.table.TableLayout
-
- addLayoutComponent(Object, Component, Container) - Method in class com.sun.lwuit.layouts.BorderLayout
-
- addLayoutComponent(Object, Component, Container) - Method in class com.sun.lwuit.layouts.Layout
-
Some layouts can optionally track the addition of elements with meta-data
that allows the user to "hint" on object positioning.
- addLayoutComponent(Object, Component, Container) - Method in class com.sun.lwuit.table.TableLayout
-
- addLeafListener(ActionListener) - Method in class com.codename1.ui.tree.Tree
-
A listener that fires when a leaf is clicked
- addLeafListener(ActionListener) - Method in class com.sun.lwuit.tree.Tree
-
A listener that fires when a leaf is clicked
- addLineSegment(Coord[]) - Method in class com.codename1.maps.layers.LinesLayer
-
Adds a Line segment to the Layer
- addListener(Object) - Method in class com.codename1.ui.util.EventDispatcher
-
Add a listener to the dispatcher that would receive the events when they occurs
- addListener(Object) - Method in class com.sun.lwuit.util.EventDispatcher
-
Add a listener to the dispatcher that would receive the events when they occurs
- addListListener(ActionListener) - Method in class com.codename1.ui.AutoCompleteTextField
-
Adds an action listener that fires an event when an entry in the auto-complete list is selected.
- addLogger(Logger) - Method in class java.util.logging.LogManager
-
Add a named logger.
- addMapListener(MapListener) - Method in class com.codename1.maps.MapComponent
-
Adds a listener to map panning/zooming
- addMoreComponents(Container, Component[], boolean) - Static method in class com.codename1.components.InfiniteScrollAdapter
-
Invoke this method to add additional components to the container, if you use
addComponent/removeComponent you will get undefined behavior.
- addMoreComponents(Component[], boolean) - Method in class com.codename1.components.InfiniteScrollAdapter
-
Invoke this method to add additional components to the container, if you use
addComponent/removeComponent you will get undefined behavior.
- addMouseListener(MouseListener) - Method in class java.awt.Component
-
Adds the specified mouse listener to receive mouse events from
this component.
- addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
-
Adds the specified mouse motion listener to receive mouse motion
events from this component.
- addMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
-
Adds the specified mouse wheel listener to receive mouse wheel events
from this component.
- addNotify() - Method in class java.awt.Component
-
Makes this Component
displayable by connecting it to a
native screen resource.
- addObserver(Observer) - Method in class java.util.Observable
-
Adds an observer to the set of observers for this object, provided
that it is not the same as some observer already in the set.
- addOrientationListener(ActionListener) - Method in class com.codename1.ui.Form
-
This listener is invoked when device orientation changes on devices that support orientation change
- addOuterBorder(Border) - Method in class com.codename1.ui.plaf.Border
-
Adss a border that wraps this border
- addPainter(Painter) - Method in class com.codename1.ui.painter.PainterChain
-
Creates a new chain based on the existing chain with the new element added
at the end
- addPainter(Painter) - Method in class com.sun.lwuit.painter.PainterChain
-
Creates a new chain based on the existing chain with the new element added
at the end
- addPathToName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addPathToName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addPoint(PointLayer) - Method in class com.codename1.maps.layers.PointsLayer
-
Adds a point to the PointsLayer
- addPointerDraggedListener(ActionListener) - Method in class com.codename1.ui.Form
-
Adds a listener to the pointer event
- addPointerDraggedListener(ActionListener) - Method in class com.sun.lwuit.Form
-
Adds a listener to the pointer event
- addPointerPressedListener(ActionListener) - Method in class com.codename1.ui.Form
-
Adds a listener to the pointer event
- addPointerPressedListener(ActionListener) - Method in class com.sun.lwuit.Form
-
Adds a listener to the pointer event
- addPointerReleasedListener(ActionListener) - Method in class com.codename1.ui.Form
-
Adds a listener to the pointer event
- addPointerReleasedListener(ActionListener) - Method in class com.sun.lwuit.Form
-
Adds a listener to the pointer event
- addPreferredGap(Component, Component, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.
- addPreferredGap(Component, Component, int, boolean) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.
- addPreferredGap(int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the
nearest components.
- addPreferredGap(int, int, int) - Method in class com.codename1.ui.layouts.GroupLayout.SequentialGroup
-
Adds an element for the preferred gap between the
nearest components.
- addPreferredGap(Component, Component, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.
- addPreferredGap(Component, Component, int, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the two
components.
- addPreferredGap(int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element representing the preferred gap between the
nearest components.
- addPreferredGap(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
-
Adds an element for the preferred gap between the
nearest components.
- addProgressListener(ActionListener) - Method in class com.codename1.io.NetworkManager
-
Adds a listener to be notified when progress updates
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
-
Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
-
- addProvider(Provider) - Static method in class java.security.Security
-
Adds a provider to the next position available.
- addPullToRefresh(Runnable) - Method in class com.codename1.ui.Component
-
This method adds a refresh task to the Component, the task will be
executed if the user has pulled the scroll beyond a certain height.
- addRequestHeader(String, String) - Method in class com.codename1.io.ConnectionRequest
-
Adds the given header to the request that will be sent
- addRequestProperty(String, String) - Method in class java.net.URLConnection
-
Adds a general request property specified by a
key-value pair.
- addResponseCodeListener(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
-
Adds a response listener on the requests
- addResponseCodeListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
-
Adds a listener that would be notified on the CodenameOne thread of a response code that
is not a 200 (OK) or 301/2 (redirect) response code.
- addResponseListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
-
Adds a listener that would be notified on the CodenameOne thread of a response from the server.
- Address - Class in com.codename1.contacts
-
This class represents a Contact Address
- Address() - Constructor for class com.codename1.contacts.Address
-
Empty Constructor
- address() - Method in class java.net.Proxy
-
Returns the socket address of the proxy, or
null
if its a direct connection.
- address - Variable in class java.net.SocketImpl
-
The IP address of the remote end of this socket.
- addRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
-
Registers the given listener so that it will be notified of events
that occur on this RowSet
object.
- addSelectionListener(SelectionListener) - Method in class com.codename1.cloud.CloudListModel
-
- addSelectionListener(SelectionListener) - Method in class com.codename1.ui.List
-
Invoked to indicate interest in future selection events
- addSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.DefaultListModel
-
- addSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.FilterProxyListModel
-
- addSelectionListener(SelectionListener) - Method in interface com.codename1.ui.list.ListModel
-
Invoked to indicate interest in future selection events
- addSelectionListener(SelectionListener) - Method in class com.codename1.ui.Tabs
-
Adds a selection listener to the tabs.
- addSelectionListener(SelectionListener) - Method in class com.sun.lwuit.List
-
Invoked to indicate interest in future selection events
- addSelectionListener(SelectionListener) - Method in class com.sun.lwuit.list.DefaultListModel
-
- addSelectionListener(SelectionListener) - Method in interface com.sun.lwuit.list.ListModel
-
Invoked to indicate interest in future selection events
- addShareService(ShareService) - Method in class com.codename1.components.ShareButton
-
Adds a sharing service.
- addShowListener(ActionListener) - Method in class com.codename1.ui.Form
-
This listener would be invoked when show is completed
- addShutdownHook(Thread) - Method in class java.lang.Runtime
-
Registers a new virtual-machine shutdown hook.
- addSizeChangedListener(ActionListener) - Method in class com.codename1.ui.Form
-
This listener is invoked when device size is changed
- addSource(DOMImplementationSource) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Register an implementation.
- addSpecialButton(String, Command) - Method in class com.codename1.ui.VirtualKeyboard
-
This method adds a special button to the virtual keyboard
- addSpecialButton(String, Command, int) - Method in class com.codename1.ui.VirtualKeyboard
-
This method adds a special button to the virtual keyboard
- addSpecialKey(String, int) - Static method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
Adds support for a special key to be used as an accesskey.
- addSpecialKey(String, int) - Static method in class com.sun.lwuit.html.HTMLComponent
-
Adds support for a special key to be used as an accesskey.
- addStatementEventListener(StatementEventListener) - Method in interface javax.sql.PooledConnection
-
Registers a StatementEventListener
with this PooledConnection
object.
- addStyleListener(StyleListener) - Method in class com.codename1.ui.plaf.Style
-
Adds a Style Listener to the Style Object.
- addStyleListener(StyleListener) - Method in class com.sun.lwuit.plaf.Style
-
Adds a Style Listener to the Style Object.
- addSubjectAlternativeName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- addSubjectAlternativeName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- addSuppressed(Throwable) - Method in class java.lang.Throwable
-
Appends the specified exception to the exceptions that were
suppressed in order to deliver this exception.
- addTab(String, Image, Component) - Method in class com.codename1.ui.Tabs
-
Adds a component
represented by a title
and/or icon
,
either of which can be null
.
- addTab(String, Component) - Method in class com.codename1.ui.Tabs
-
Adds a component
represented by a title
and no icon
.
- addTab(Button, Component) - Method in class com.codename1.ui.Tabs
-
- addTab(String, Image, Component) - Method in class com.sun.lwuit.TabbedPane
-
Adds a component
represented by a title
and/or icon
,
either of which can be null
.
- addTab(String, Component) - Method in class com.sun.lwuit.TabbedPane
-
Adds a component
represented by a title
and no icon
.
- addTabsFocusListener(FocusListener) - Method in class com.codename1.ui.Tabs
-
- addTabsListener(SelectionListener) - Method in class com.sun.lwuit.TabbedPane
-
This method adds a listener to the tabs.
- addThemeProps(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
-
Adds the given theme properties on top of the existing properties without
clearing the existing theme first
- addThemeProps(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
-
Adds the given theme properties on top of the existing properties without
clearing the existing theme first
- addThemeRefreshListener(ActionListener) - Method in class com.codename1.ui.plaf.UIManager
-
Adds a Theme refresh listener.
- addThemeRefreshListener(ActionListener) - Method in class com.sun.lwuit.plaf.UIManager
-
Adds a Theme refresh listener.
- addTo(Temporal) - Method in interface java.time.chrono.ChronoPeriod
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Duration
-
Adds this duration to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Period
-
Adds this period to the specified temporal object.
- addTo(R, long) - Method in enum java.time.temporal.ChronoUnit
-
- addTo(Temporal) - Method in interface java.time.temporal.TemporalAmount
-
Adds to the specified temporal object.
- addTo(R, long) - Method in interface java.time.temporal.TemporalUnit
-
Returns a copy of the specified temporal object with the specified period added.
- addTo(Calendar) - Method in class javax.xml.datatype.Duration
-
Adds this duration to a
Calendar
object.
- addTo(Date) - Method in class javax.xml.datatype.Duration
-
Adds this duration to a
Date
object.
- addToPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
-
Adds (atomically) the given value to the pending count.
- addToQueue(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
-
Adds the given network connection to the queue of execution
- addToQueueAndWait(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
-
Identical to add to queue but waits until the request is processed in the queue,
this is useful for completely synchronous operations.
- addUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
-
Adds a unicode locale attribute, if not already present, otherwise
has no effect.
- addURL(URL) - Method in class java.net.URLClassLoader
-
Appends the specified URL to the list of URLs to search for
classes and resources.
- addWebEventListener(String, ActionListener) - Method in class com.codename1.ui.BrowserComponent
-
Adds a listener to the given event type name, event type names are platform specific but some
must be fired for all platforms and will invoke the action listener when the appropriate event loads
- adjustForGravity(GridBagConstraints, Rectangle) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- AdjustForGravity(GridBagConstraints, Rectangle) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.Era
-
Adjusts the specified temporal object to have the same era as this object.
- adjustInto(Temporal) - Method in enum java.time.DayOfWeek
-
Adjusts the specified temporal object to have this day-of-week.
- adjustInto(Temporal) - Method in class java.time.Instant
-
Adjusts the specified temporal object to have this instant.
- adjustInto(Temporal) - Method in class java.time.LocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in class java.time.LocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in class java.time.LocalTime
-
Adjusts the specified temporal object to have the same time as this object.
- adjustInto(Temporal) - Method in enum java.time.Month
-
Adjusts the specified temporal object to have this month-of-year.
- adjustInto(Temporal) - Method in class java.time.MonthDay
-
Adjusts the specified temporal object to have this month-day.
- adjustInto(Temporal) - Method in class java.time.OffsetDateTime
-
Adjusts the specified temporal object to have the same offset, date
and time as this object.
- adjustInto(Temporal) - Method in class java.time.OffsetTime
-
Adjusts the specified temporal object to have the same offset and time
as this object.
- adjustInto(R, long) - Method in enum java.time.temporal.ChronoField
-
- adjustInto(Temporal) - Method in interface java.time.temporal.TemporalAdjuster
-
Adjusts the specified temporal object.
- adjustInto(R, long) - Method in interface java.time.temporal.TemporalField
-
Returns a copy of the specified temporal object with the value of this field set.
- adjustInto(Temporal) - Method in class java.time.Year
-
Adjusts the specified temporal object to have this year.
- adjustInto(Temporal) - Method in class java.time.YearMonth
-
Adjusts the specified temporal object to have this year-month.
- adjustInto(Temporal) - Method in class java.time.ZoneOffset
-
Adjusts the specified temporal object to have the same offset as this object.
- ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
-
Marks the first integer id for the range of adjustment event ids.
- ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
-
Marks the last integer id for the range of adjustment event ids.
- ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
-
The adjustment value changed event.
- AdjustmentEvent - Class in java.awt.event
-
The adjustment event emitted by Adjustable objects like
Scrollbar
and ScrollPane
.
- AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
-
Constructs an AdjustmentEvent
object with the
specified Adjustable
source, event type,
adjustment type, and value.
- AdjustmentEvent(Adjustable, int, int, int, boolean) - Constructor for class java.awt.event.AdjustmentEvent
-
Constructs an AdjustmentEvent
object with the
specified Adjustable source, event type, adjustment type, and value.
- AdjustmentListener - Interface in java.awt.event
-
The listener interface for receiving adjustment events.
- adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
-
Invoked when the value of the adjustable has changed.
- Adler32 - Class in com.codename1.io.gzip
-
- Adler32() - Constructor for class com.codename1.io.gzip.Adler32
-
- Adler32 - Class in java.util.zip
-
A class that can be used to compute the Adler-32 checksum of a data
stream.
- Adler32() - Constructor for class java.util.zip.Adler32
-
Creates a new Adler32 object.
- adler32_combine(long, long, long) - Static method in class com.codename1.io.gzip.JZlib
-
- adoptNode(Node) - Method in interface org.w3c.dom.Document
-
Attempts to adopt a node from another document to this document.
- Ads - Class in com.codename1.components
-
This is an Ads Component, this Component can displays banner/text ads on a
Form.
- Ads() - Constructor for class com.codename1.components.Ads
-
Default constructor for GUI builder
- Ads(String) - Constructor for class com.codename1.components.Ads
-
Simple constructor to create an Ad Component
- Ads(String, boolean) - Constructor for class com.codename1.components.Ads
-
- AdsService - Class in com.codename1.ads
-
This is an abstract Ads Service.
- AdsService() - Constructor for class com.codename1.ads.AdsService
-
Empty constructor
- AEADBadTagException - Exception in javax.crypto
-
This exception is thrown when a
Cipher
operating in
an AEAD mode (such as GCM/CCM) is unable to verify the supplied
authentication tag.
- AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with no detail message.
- AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with the specified
detail message.
- AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Aegean Numbers" Unicode character block.
- after(Timestamp) - Method in class java.sql.Timestamp
-
Indicates whether this Timestamp
object is
later than the given Timestamp
object.
- after(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar
represents a time
after the time represented by the specified
Object
.
- after(Date) - Method in class java.util.Date
-
Tests if this date is after the specified date.
- afterExecute(Runnable, Throwable) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Method invoked upon completion of execution of the given Runnable.
- afterLast() - Method in interface java.sql.ResultSet
-
Moves the cursor to the end of
this ResultSet
object, just after the
last row.
- afterOffset(int) - Static method in class java.awt.font.TextHitInfo
-
Creates a TextHitInfo
at the specified offset,
associated with the character after the offset.
- Album - Class in com.codename1.facebook
-
This class represents a Facebook Photo Object
http://developers.facebook.com/docs/reference/api/album
- Album() - Constructor for class com.codename1.facebook.Album
-
Empty Contructor
- Album(Hashtable) - Constructor for class com.codename1.facebook.Album
-
- ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alchemical Symbols" Unicode character block.
- AlgorithmConstraints - Interface in java.security
-
This interface specifies constraints for cryptographic algorithms,
keys (key sizes), and other algorithm parameters.
- AlgorithmParameterGenerator - Class in java.security
-
The AlgorithmParameterGenerator
class is used to generate a
set of
parameters to be used with a certain algorithm.
- AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
-
Creates an AlgorithmParameterGenerator object.
- AlgorithmParameterGeneratorSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the AlgorithmParameterGenerator
class, which
is used to generate a set of parameters to be used with a certain algorithm.
- AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
-
- AlgorithmParameters - Class in java.security
-
This class is used as an opaque representation of cryptographic parameters.
- AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
-
Creates an AlgorithmParameters object.
- AlgorithmParameterSpec - Interface in java.security.spec
-
A (transparent) specification of cryptographic parameters.
- AlgorithmParametersSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the AlgorithmParameters
class, which is used to manage
algorithm parameters.
- AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
-
- aliases() - Method in class java.nio.charset.Charset
-
Returns a set containing this charset's aliases.
- aliases() - Method in class java.security.KeyStore
-
Lists all the alias names of this keystore.
- ALIGNMENT - Static variable in class com.codename1.ui.plaf.Style
-
Alignment attribute for the style event
- ALL - Static variable in class java.util.logging.Level
-
ALL indicates that all messages should be logged.
- ALL_STYLES - Static variable in class java.util.Calendar
-
A style specifier for
getDisplayNames
indicating names in all styles, such as
"January" and "Jan".
- ALLBITS - Static variable in interface java.awt.image.ImageObserver
-
This flag in the infoflags argument to imageUpdate indicates that
a static image which was previously drawn is now complete and can
be drawn again in its final form.
- allMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns whether all elements of this stream match the provided predicate.
- allocate(XMLStreamReader) - Method in interface javax.xml.stream.util.XMLEventAllocator
-
This method allocates an event given the current
state of the XMLStreamReader.
- allocate(XMLStreamReader, XMLEventConsumer) - Method in interface javax.xml.stream.util.XMLEventAllocator
-
This method allocates an event or set of events
given the current
state of the XMLStreamReader and adds the event
or set of events to the
consumer that was passed in.
- ALLOCATOR - Static variable in class javax.xml.stream.XMLInputFactory
-
The property used to set/get the implementation of the allocator
- allOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is completed when all of
the given CompletableFutures complete.
- allOf(Class<E>) - Static method in class java.util.EnumSet
-
Creates an enum set containing all of the elements in the specified
element type.
- ALLOW_UNASSIGNED - Static variable in class java.net.IDN
-
Flag to allow processing of unassigned code points
- allowBackTo(String) - Method in class com.codename1.ui.util.UIBuilder
-
Indicates whether a back command to this form should be generated automatically when
leaving said form.
- allowCoreThreadTimeOut(boolean) - Method in class java.util.concurrent.ThreadPoolExecutor
-
Sets the policy governing whether core threads may time out and
terminate if no tasks arrive within the keep-alive time, being
replaced if needed when new tasks arrive.
- allowMultipleSelections() - Method in class javax.security.auth.callback.ChoiceCallback
-
Get the boolean determining whether multiple selections from
the choices
list are allowed.
- allowsCoreThreadTimeOut() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Returns true if this pool allows core threads to time out and
terminate if no tasks arrive within the keepAlive time, being
replaced if needed when new tasks arrive.
- allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
-
- allowUserInteraction - Variable in class java.net.URLConnection
-
If true
, this URL
is being examined in
a context in which it makes sense to allow user interactions such
as popping up an authentication dialog.
- AllPermission - Class in java.security
-
The AllPermission is a permission that implies all other permissions.
- AllPermission() - Constructor for class java.security.AllPermission
-
Creates a new AllPermission object.
- AllPermission(String, String) - Constructor for class java.security.AllPermission
-
Creates a new AllPermission object.
- allProceduresAreCallable() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether the current user can call all the procedures
returned by the method getProcedures
.
- allTablesAreSelectable() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether the current user can use all the tables returned
by the method getTables
in a SELECT
statement.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alphabetic Presentation Forms" Unicode character block.
- AlreadyBoundException - Exception in java.rmi
-
An AlreadyBoundException
is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding.
- AlreadyBoundException - Class in java.rmi
-
An AlreadyBoundException
is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding.
- AlreadyBoundException() - Constructor for exception java.rmi.AlreadyBoundException
-
Constructs an AlreadyBoundException
with no
specified detail message.
- AlreadyBoundException(String) - Constructor for exception java.rmi.AlreadyBoundException
-
Constructs an AlreadyBoundException
with the specified
detail message.
- ALT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
-
The Alt key extended modifier constant.
- ALT_GRAPH_DOWN_MASK - Static variable in class java.awt.event.InputEvent
-
The AltGraph key extended modifier constant.
- ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
-
The AltGraph key modifier constant.
- ALT_MASK - Static variable in class java.awt.event.ActionEvent
-
The alt modifier.
- ALT_MASK - Static variable in class java.awt.event.InputEvent
-
The Alt key modifier constant.
- ALTERNATE - Static variable in class java.util.FormattableFlags
-
Requires the output to use an alternate form.
- altMetafactory(MethodHandles.Lookup, String, MethodType, Object...) - Static method in class java.lang.invoke.LambdaMetafactory
-
Facilitates the creation of simple "function objects" that implement one
or more interfaces by delegation to a provided
MethodHandle
,
after appropriate type adaptation and partial evaluation of arguments.
- AM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM
field indicating the
period of the day from midnight to just before noon.
- AM_PM - Static variable in class java.text.DateFormat.Field
-
Constant identifying the time of day indicator
(e.g.
- AM_PM - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating
whether the HOUR
is before or after noon.
- AM_PM_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for AM_PM field alignment.
- analyticsCallback(String, String) - Method in class com.codename1.ui.util.UIBuilder
-
Invokes the analytics service if it is enabled and if
- AnalyticsService - Class in com.codename1.analytics
-
The analytics service allows an application to report its usage, it is seamlessly
invoked by GUI builder applications if analytics is enabled for your application!
To enable analytics just use the init() method of the analytics service.
- AnalyticsService() - Constructor for class com.codename1.analytics.AnalyticsService
-
- anchor - Variable in class com.codename1.ui.layouts.GridBagConstraints
-
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Musical Notation" Unicode character
block.
- ANCIENT_GREEK_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Numbers" Unicode character block.
- ANCIENT_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Symbols" Unicode character block.
- and(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & val)
.
- and(BitSet) - Method in class java.util.BitSet
-
Performs a logical AND of this target bit set with the
argument bit set.
- and(BiPredicate<? super T, ? super U>) - Method in interface java.util.function.BiPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(DoublePredicate) - Method in interface java.util.function.DoublePredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(IntPredicate) - Method in interface java.util.function.IntPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(LongPredicate) - Method in interface java.util.function.LongPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(Predicate<? super T>) - Method in interface java.util.function.Predicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- andNot(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & ~val)
.
- andNot(BitSet) - Method in class java.util.BitSet
-
Clears all of the bits in this BitSet
whose corresponding
bit is set in the specified BitSet
.
- andThen(BiConsumer<? super T, ? super U>) - Method in interface java.util.function.BiConsumer
-
Returns a composed BiConsumer
that performs, in sequence, this
operation followed by the after
operation.
- andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.BiFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- andThen(Consumer<? super T>) - Method in interface java.util.function.Consumer
-
Returns a composed Consumer
that performs, in sequence, this
operation followed by the after
operation.
- andThen(DoubleConsumer) - Method in interface java.util.function.DoubleConsumer
-
Returns a composed DoubleConsumer
that performs, in sequence, this
operation followed by the after
operation.
- andThen(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after
operator to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.Function
-
Returns a composed function that first applies this function to
its input, and then applies the after
function to the result.
- andThen(IntConsumer) - Method in interface java.util.function.IntConsumer
-
Returns a composed IntConsumer
that performs, in sequence, this
operation followed by the after
operation.
- andThen(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after
operator to the result.
- andThen(LongConsumer) - Method in interface java.util.function.LongConsumer
-
Returns a composed LongConsumer
that performs, in sequence, this
operation followed by the after
operation.
- andThen(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
-
Returns a composed operator that first applies this operator to
its input, and then applies the after
operator to the result.
- animate() - Method in class com.codename1.components.Ads
-
- animate() - Method in class com.codename1.components.FileEncodedImageAsync
-
- animate() - Method in class com.codename1.components.InfiniteProgress
-
- animate() - Method in class com.codename1.components.ReplaceableImage
-
- animate() - Method in class com.codename1.components.StorageImageAsync
-
- animate() - Method in interface com.codename1.ui.animations.Animation
-
Allows the animation to reduce "repaint" calls when it returns false.
- animate() - Method in class com.codename1.ui.animations.CommonTransitions
-
- animate() - Method in class com.codename1.ui.animations.Timeline
-
- animate() - Method in class com.codename1.ui.animations.Transition
-
- animate() - Method in class com.codename1.ui.Button
-
- animate() - Method in class com.codename1.ui.Component
-
- animate() - Method in class com.codename1.ui.Dialog
-
- animate() - Method in class com.codename1.ui.Form
-
- animate() - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
- animate() - Method in class com.codename1.ui.Image
-
- animate() - Method in class com.codename1.ui.Label
-
- animate() - Method in class com.codename1.ui.List
-
- animate() - Method in class com.codename1.ui.PeerComponent
-
- animate() - Method in class com.codename1.ui.ScaledImage
-
- animate() - Method in class com.codename1.ui.Slider
-
- animate() - Method in class com.codename1.ui.Tabs
-
- animate() - Method in class com.codename1.ui.TextField
-
- animate() - Method in class com.codename1.ui.URLImage
-
- animate() - Method in interface com.sun.lwuit.animations.Animation
-
Allows the animation to reduce "repaint" calls when it returns false.
- animate() - Method in class com.sun.lwuit.animations.CommonTransitions
-
- animate() - Method in class com.sun.lwuit.animations.Timeline
-
- animate() - Method in class com.sun.lwuit.animations.Transition
-
- animate() - Method in class com.sun.lwuit.Component
-
- animate() - Method in class com.sun.lwuit.Dialog
-
- animate() - Method in class com.sun.lwuit.html.HTMLComponent
-
- animate() - Method in class com.sun.lwuit.Image
-
- animate() - Method in class com.sun.lwuit.Label
-
- animate() - Method in class com.sun.lwuit.List
-
- animate() - Method in class com.sun.lwuit.ScaledImage
-
- animate() - Method in class com.sun.lwuit.spinner.Spinner
-
- animate() - Method in class com.sun.lwuit.StaticAnimation
-
Deprecated.
- animate() - Method in class com.sun.lwuit.TabbedPane
-
- animate() - Method in class com.sun.lwuit.TextField
-
- animateHierarchy(int) - Method in class com.codename1.ui.Container
-
Animates a pending hierarchy of components into place, this effectively replaces revalidate with
a more visual form of animation
- animateHierarchyAndWait(int) - Method in class com.codename1.ui.Container
-
Animates a pending hierarchy of components into place, this effectively replaces revalidate with
a more visual form of animation.
- animateHierarchyFade(int, int) - Method in class com.codename1.ui.Container
-
Animates a pending hierarchy of components into place, this effectively replaces revalidate with
a more visual form of animation
- animateHierarchyFadeAndWait(int, int) - Method in class com.codename1.ui.Container
-
Animates a pending hierarchy of components into place, this effectively replaces revalidate with
a more visual form of animation.
- animateLayout(int) - Method in class com.codename1.ui.Container
-
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
- animateLayoutAndWait(int) - Method in class com.codename1.ui.Container
-
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
- animateLayoutFade(int, int) - Method in class com.codename1.ui.Container
-
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation
- animateLayoutFadeAndWait(int, int) - Method in class com.codename1.ui.Container
-
Animates a pending layout into place, this effectively replaces revalidate with a more visual form of animation.
- animateUnlayout(int, int, Runnable) - Method in class com.codename1.ui.Container
-
This method is the exact reverse of animateLayout, when completed it leaves the container in
an invalid state.
- animateUnlayoutAndWait(int, int) - Method in class com.codename1.ui.Container
-
This method is the exact reverse of animateLayoutAndWait, when completed it leaves the container in
an invalid state.
- Animation - Interface in com.codename1.ui.animations
-
Allows any object to react to events and draw an
animation at a fixed interval.
- Animation - Interface in com.sun.lwuit.animations
-
Allows any object to react to events and draw an
animation at a fixed interval.
- AnimationObject - Class in com.codename1.ui.animations
-
An animation object is an element within the timeline that has a visibility state
for rendering at a given point in time.
- AnimationObject - Class in com.sun.lwuit.animations
-
An animation object is an element within the timeline that has a visibility state
for rendering at a given point in time.
- annotateClass(Class<?>) - Method in class java.io.ObjectOutputStream
-
Subclasses may implement this method to allow class data to be stored in
the stream.
- AnnotatedArrayType - Interface in java.lang.reflect
-
AnnotatedArrayType
represents the potentially annotated use of an
array type, whose component type may itself represent the annotated use of a
type.
- AnnotatedElement - Interface in java.lang.reflect
-
Represents an annotated element of the program currently running in this
VM.
- AnnotatedParameterizedType - Interface in java.lang.reflect
-
AnnotatedParameterizedType
represents the potentially annotated use
of a parameterized type, whose type arguments may themselves represent
annotated uses of types.
- AnnotatedType - Interface in java.lang.reflect
-
AnnotatedType
represents the potentially annotated use of a type in
the program currently running in this VM.
- AnnotatedTypeVariable - Interface in java.lang.reflect
-
AnnotatedTypeVariable
represents the potentially annotated use of a
type variable, whose declaration may have bounds which themselves represent
annotated uses of types.
- AnnotatedWildcardType - Interface in java.lang.reflect
-
AnnotatedWildcardType
represents the potentially annotated use of a
wildcard type argument, whose upper or lower bounds may themselves represent
annotated uses of types.
- annotateProxyClass(Class<?>) - Method in class java.io.ObjectOutputStream
-
Subclasses may implement this method to store custom data in the stream
along with descriptors for dynamic proxy classes.
- Annotation - Interface in java.lang.annotation
-
The common interface extended by all annotation types.
- Annotation - Class in java.text
-
An Annotation object is used as a wrapper for a text attribute value if
the attribute has annotation characteristics.
- Annotation(Object) - Constructor for class java.text.Annotation
-
Constructs an annotation record with the given value, which
may be null.
- AnnotationFormatError - Error in java.lang.annotation
-
Thrown when the annotation parser attempts to read an annotation
from a class file and determines that the annotation is malformed.
- AnnotationFormatError(String) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
detail message.
- AnnotationFormatError(String, Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
detail message and cause.
- AnnotationFormatError(Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
-
Constructs a new AnnotationFormatError with the specified
cause and a detail message of
(cause == null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- annotationType() - Method in interface java.lang.annotation.Annotation
-
Returns the annotation type of this annotation.
- annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
-
Returns the Class object for the annotation type with the
missing element.
- AnnotationTypeMismatchException - Exception in java.lang.annotation
-
Thrown to indicate that a program has attempted to access an element of
an annotation whose type has changed after the annotation was compiled
(or serialized).
- AnnotationTypeMismatchException(Method, String) - Constructor for exception java.lang.annotation.AnnotationTypeMismatchException
-
Constructs an AnnotationTypeMismatchException for the specified
annotation type element and found data type.
- anonymousLogin(String, String) - Static method in class com.codename1.facebook.FaceBookAccess
-
Some simple queries for public data can work just fine with anonymous login without requiring the whole
OAuth process, they still need a facebook application though
- ANY - Static variable in class com.codename1.ui.TextArea
-
Allows any type of input into a text field, if a constraint is not supported
by an underlying implementation this will be the default.
- ANY - Static variable in class com.sun.lwuit.TextArea
-
Allows any type of input into a text field, if a constraint is not supported
by an underlying implementation this will be the default.
- anyMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns whether any elements of this stream match the provided
predicate.
- anyMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns whether any elements of this stream match the provided
predicate.
- anyOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is completed when any of
the given CompletableFutures complete, with the same result.
- AppConfigurationEntry - Class in javax.security.auth.login
-
This class represents a single LoginModule
entry
configured for the application specified in the
getAppConfigurationEntry(String appName)
method in the Configuration
class.
- AppConfigurationEntry(String, AppConfigurationEntry.LoginModuleControlFlag, Map<String, ?>) - Constructor for class javax.security.auth.login.AppConfigurationEntry
-
Default constructor for this class.
- AppConfigurationEntry.LoginModuleControlFlag - Class in javax.security.auth.login
-
This class represents whether or not a LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
- append(boolean) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified boolean
value.
- append(char) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified char
value.
- append(int) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified int
value.
- append(long) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified long
value.
- append(float) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified float
value.
- append(double) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified double
value.
- append(Object) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified Object
.
- append(String) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the contents of the specified string.
- append(char[]) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified char[]
.
- append(char[], int, int) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the string representation of the specified subset of the char[]
.
- append(CharSequence) - Method in class java.io.CharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.CharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.CharArrayWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.PrintStream
-
Appends the specified character sequence to this output stream.
- append(CharSequence, int, int) - Method in class java.io.PrintStream
-
Appends a subsequence of the specified character sequence to this output
stream.
- append(char) - Method in class java.io.PrintStream
-
Appends the specified character to this output stream.
- append(CharSequence) - Method in class java.io.PrintWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.PrintWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.PrintWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.StringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.StringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.StringWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.Writer
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.Writer
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.Writer
-
Appends the specified character to this writer.
- append(CharSequence) - Method in interface java.lang.Appendable
-
Appends the specified character sequence to this Appendable.
- append(CharSequence, int, int) - Method in interface java.lang.Appendable
-
Appends a subsequence of the specified character sequence to this
Appendable.
- append(char) - Method in interface java.lang.Appendable
-
Appends the specified character to this Appendable.
- append(Object) - Method in class java.lang.StringBuffer
-
- append(String) - Method in class java.lang.StringBuffer
-
- append(StringBuffer) - Method in class java.lang.StringBuffer
-
Appends the specified StringBuffer
to this sequence.
- append(CharSequence) - Method in class java.lang.StringBuffer
-
Appends the specified CharSequence
to this
sequence.
- append(CharSequence, int, int) - Method in class java.lang.StringBuffer
-
- append(char[]) - Method in class java.lang.StringBuffer
-
- append(char[], int, int) - Method in class java.lang.StringBuffer
-
- append(boolean) - Method in class java.lang.StringBuffer
-
- append(char) - Method in class java.lang.StringBuffer
-
- append(int) - Method in class java.lang.StringBuffer
-
- append(long) - Method in class java.lang.StringBuffer
-
- append(float) - Method in class java.lang.StringBuffer
-
- append(double) - Method in class java.lang.StringBuffer
-
- append(Object) - Method in class java.lang.StringBuilder
-
- append(String) - Method in class java.lang.StringBuilder
-
- append(StringBuffer) - Method in class java.lang.StringBuilder
-
Appends the specified StringBuffer
to this sequence.
- append(CharSequence) - Method in class java.lang.StringBuilder
-
- append(CharSequence, int, int) - Method in class java.lang.StringBuilder
-
- append(char[]) - Method in class java.lang.StringBuilder
-
- append(char[], int, int) - Method in class java.lang.StringBuilder
-
- append(boolean) - Method in class java.lang.StringBuilder
-
- append(char) - Method in class java.lang.StringBuilder
-
- append(int) - Method in class java.lang.StringBuilder
-
- append(long) - Method in class java.lang.StringBuilder
-
- append(float) - Method in class java.lang.StringBuilder
-
- append(double) - Method in class java.lang.StringBuilder
-
- append(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends all the elements of a formatter to the builder.
- Appendable - Interface in java.lang
-
An object to which char sequences and values can be appended.
- appendChild(Node) - Method in interface org.w3c.dom.Node
-
Adds the node newChild
to the end of the list of children
of this node.
- appendChronologyId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the chronology ID, such as 'ISO' or 'ThaiBuddhist', to the formatter.
- appendChronologyText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the chronology name to the formatter.
- appendCodePoint(int) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Appends the encoded Unicode code point.
- appendCodePoint(int) - Method in class java.lang.StringBuffer
-
- appendCodePoint(int) - Method in class java.lang.StringBuilder
-
- appendData(String) - Method in interface org.w3c.dom.CharacterData
-
Append the string to the end of the character data of the node.
- appendFraction(TemporalField, int, int, boolean) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the fractional value of a date-time field to the formatter.
- appendInstant() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends an instant using ISO-8601 to the formatter, formatting fractional
digits in groups of three.
- appendInstant(int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends an instant using ISO-8601 to the formatter with control over
the number of fractional digits.
- appendLiteral(char) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a character literal to the formatter.
- appendLiteral(String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a string literal to the formatter.
- appendLocalized(FormatStyle, FormatStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendLocalizedOffset(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the localized zone offset, such as 'GMT+01:00', to the formatter.
- appendOffset(String, String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOptional(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a formatter to the builder which will optionally format/parse.
- appendParameterTypes(Class<?>...) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- appendParameterTypes(List<Class<?>>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- appendPattern(String) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the elements defined by the specified pattern to the builder.
- appendReplacement(StringBuffer, String) - Method in class java.util.regex.Matcher
-
Implements a non-terminal append-and-replace step.
- appendTail(StringBuffer) - Method in class java.util.regex.Matcher
-
Implements a terminal append-and-replace step.
- appendText(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the full
text style.
- appendText(TemporalField, TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter.
- appendText(TemporalField, Map<Long, String>) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the specified
map to supply the text.
- appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to append to the specified file.
- appendValue(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a normal
output style.
- appendValue(TemporalField, int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a fixed
width, zero-padded approach.
- appendValue(TemporalField, int, int, SignStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter providing full
control over formatting.
- appendValueReduced(TemporalField, int, int, int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendValueReduced(TemporalField, int, int, ChronoLocalDate) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendZoneId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.
- appendZoneOrOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to
the formatter, using the best available zone ID.
- appendZoneRegionId() - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone region ID, such as 'Europe/Paris', to the formatter,
rejecting the zone ID if it is a ZoneOffset
.
- appendZoneText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- appendZoneText(TextStyle, Set<ZoneId>) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- apply(JSObject, Object[]) - Method in interface com.codename1.javascript.JSFunction
-
- apply(T, U) - Method in interface java.util.function.BiFunction
-
Applies this function to the given arguments.
- apply(double) - Method in interface java.util.function.DoubleFunction
-
Applies this function to the given argument.
- apply(T) - Method in interface java.util.function.Function
-
Applies this function to the given argument.
- apply(int) - Method in interface java.util.function.IntFunction
-
Applies this function to the given argument.
- apply(long) - Method in interface java.util.function.LongFunction
-
Applies this function to the given argument.
- applyAsDouble(double, double) - Method in interface java.util.function.DoubleBinaryOperator
-
Applies this operator to the given operands.
- applyAsDouble(double) - Method in interface java.util.function.DoubleUnaryOperator
-
Applies this operator to the given operand.
- applyAsDouble(int) - Method in interface java.util.function.IntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface java.util.function.LongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface java.util.function.ToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsDouble(T) - Method in interface java.util.function.ToDoubleFunction
-
Applies this function to the given argument.
- applyAsInt(double) - Method in interface java.util.function.DoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int, int) - Method in interface java.util.function.IntBinaryOperator
-
Applies this operator to the given operands.
- applyAsInt(int) - Method in interface java.util.function.IntUnaryOperator
-
Applies this operator to the given operand.
- applyAsInt(long) - Method in interface java.util.function.LongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface java.util.function.ToIntBiFunction
-
Applies this function to the given arguments.
- applyAsInt(T) - Method in interface java.util.function.ToIntFunction
-
Applies this function to the given argument.
- applyAsLong(double) - Method in interface java.util.function.DoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface java.util.function.IntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long, long) - Method in interface java.util.function.LongBinaryOperator
-
Applies this operator to the given operands.
- applyAsLong(long) - Method in interface java.util.function.LongUnaryOperator
-
Applies this operator to the given operand.
- applyAsLong(T, U) - Method in interface java.util.function.ToLongBiFunction
-
Applies this function to the given arguments.
- applyAsLong(T) - Method in interface java.util.function.ToLongFunction
-
Applies this function to the given argument.
- applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
-
Apply the given pattern to this Format object.
- applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
-
Applies the given localized pattern string to this date format.
- applyMask(Object, int, int) - Method in class com.codename1.ui.Image
-
Applies the given alpha mask onto this image and returns the resulting image
see the createMask method for indication on how to convert an image into an alpha
mask.
- applyMask(Object) - Method in class com.codename1.ui.Image
-
Applies the given alpha mask onto this image and returns the resulting image
see the createMask method for indication on how to convert an image into an alpha
mask.
- applyMask(Object, int, int) - Method in class com.codename1.ui.ScaledImage
-
- applyMask(Object) - Method in class com.codename1.ui.ScaledImage
-
- applyMask(Object, int, int) - Method in class com.sun.lwuit.Image
-
Applies the given alpha mask onto this image and returns the resulting image
see the createMask method for indication on how to convert an image into an alpha
mask.
- applyMask(Object) - Method in class com.sun.lwuit.Image
-
Applies the given alpha mask onto this image and returns the resulting image
see the createMask method for indication on how to convert an image into an alpha
mask.
- applyMaskAutoScale(Object) - Method in class com.codename1.ui.Image
-
Applies the given alpha mask onto this image and returns the resulting image
see the createMask method for indication on how to convert an image into an alpha
mask.
- applyPattern(String) - Method in class com.codename1.l10n.SimpleDateFormat
-
Apply a new pattern.
- applyPattern(String) - Method in class java.text.ChoiceFormat
-
Sets the pattern.
- applyPattern(String) - Method in class java.text.DecimalFormat
-
Apply the given pattern to this Format object.
- applyPattern(String) - Method in class java.text.MessageFormat
-
Sets the pattern used by this message format.
- applyPattern(String) - Method in class java.text.SimpleDateFormat
-
Applies the given pattern string to this date format.
- applyRTL(boolean) - Method in class com.codename1.ui.Container
-
Invokes apply/setRTL recursively on all the children components of this container
- applyRTL(boolean) - Method in class com.sun.lwuit.Container
-
Invokes apply/setRTL recursively on all the children components of this container
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed with the
corresponding result as argument to the supplied function.
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class java.util.concurrent.CompletableFuture
-
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using this
stage's default asynchronous execution facility, with the
corresponding result as argument to the supplied function.
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface java.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when either this or the
other given stage complete normally, is executed using the
supplied executor, with the corresponding result as argument to
the supplied function.
- appRandom - Variable in class java.security.SignatureSpi
-
Application-specified source of randomness.
- APRIL - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the
fourth month of the year in the Gregorian and Julian calendars.
- APRIL - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for fourth month of year.
- ARABIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic" Unicode character block.
- ARABIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Extended-A" Unicode character block.
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Mathematical Alphabetic Symbols" Unicode
character block.
- ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-A" Unicode character
block.
- ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-B" Unicode character block.
- ARABIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Supplement" Unicode character block.
- AreaAveragingScaleFilter - Class in java.awt.image
-
An ImageFilter class for scaling images using a simple area averaging
algorithm that produces smoother results than the nearest neighbor
algorithm.
- AreaAveragingScaleFilter(int, int) - Constructor for class java.awt.image.AreaAveragingScaleFilter
-
Constructs an AreaAveragingScaleFilter that scales the pixels from
its source Image as specified by the width and height parameters.
- areFieldsSet - Variable in class java.util.Calendar
-
True if fields[]
are in sync with the currently set time.
- areFocusTraversalKeysSet(int) - Method in class java.awt.Component
-
Returns whether the Set of focus traversal keys for the given focus
traversal operation has been explicitly defined for this Component.
- areFocusTraversalKeysSet(int) - Method in class java.awt.Container
-
Returns whether the Set of focus traversal keys for the given focus
traversal operation has been explicitly defined for this Container.
- areMutableImagesFast() - Method in class com.codename1.ui.Display
-
On most platforms it is quite fast to draw on a mutable image and then render that
image, however some platforms have much slower mutable images in comparison to just
drawing on the screen.
- ARGS - Static variable in interface javax.microedition.xlet.XletContext
-
- ARGUMENT - Static variable in class java.text.MessageFormat.Field
-
Constant identifying a portion of a message that was generated
from an argument passed into formatToCharacterIterator
.
- ARGV - Static variable in interface javax.script.ScriptEngine
-
Reserved key for a named value that passes
an array of positional arguments to a script.
- ArithmeticException - Exception in java.lang
-
Thrown when an exceptional arithmetic condition has occurred.
- ArithmeticException() - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with no detail
message.
- ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with the specified
detail message.
- ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Armenian" Unicode character block.
- ArrangeGrid(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- arrangeGrid(Container) - Method in class com.codename1.ui.layouts.GridBagLayout
-
- Array - Class in java.lang.reflect
-
The Array
class provides static methods to dynamically create and
access Java arrays.
- array() - Method in class java.nio.Buffer
-
Returns the array that backs this
buffer (optional operation).
- Array - Interface in java.sql
-
The mapping in the Java programming language for the SQL type
ARRAY
.
- ARRAY - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
ARRAY
.
- ARRAY_END - Static variable in class com.codename1.processing.Result
-
- ARRAY_START - Static variable in class com.codename1.processing.Result
-
- ArrayBlockingQueue<E> - Class in java.util.concurrent
-
- ArrayBlockingQueue(int) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue
with the given (fixed)
capacity and default access policy.
- ArrayBlockingQueue(int, boolean) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue
with the given (fixed)
capacity and the specified access policy.
- ArrayBlockingQueue(int, boolean, Collection<? extends E>) - Constructor for class java.util.concurrent.ArrayBlockingQueue
-
Creates an ArrayBlockingQueue
with the given (fixed)
capacity, the specified access policy and initially containing the
elements of the given collection,
added in traversal order of the collection's iterator.
- arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
-
arraycopy copies element from one array to another array.
- ArrayDeque<E> - Class in java.util
-
Resizable-array implementation of the
Deque
interface.
- ArrayDeque() - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity
sufficient to hold 16 elements.
- ArrayDeque(int) - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity
sufficient to hold the specified number of elements.
- ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
-
Constructs a deque containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- arrayElementGetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle giving read access to elements of an array.
- arrayElementSetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle giving write access to elements of an array.
- ArrayIndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an array has been accessed with an
illegal index.
- ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
with no
detail message.
- ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
- ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
class
with the specified detail message.
- ArrayList<E> - Class in java.util
-
Resizable-array implementation of the List interface.
- ArrayList(int) - Constructor for class java.util.ArrayList
-
Constructs an empty list with the specified initial capacity.
- ArrayList() - Constructor for class java.util.ArrayList
-
Constructs an empty list with an initial capacity of ten.
- ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
-
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- arrayOffset() - Method in class java.nio.Buffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- Arrays - Class in java.util
-
This class contains various methods for manipulating arrays (such as
sorting and searching).
- ArrayStoreException - Exception in java.lang
-
Thrown to indicate that an attempt has been made to store the
wrong type of object into an array of objects.
- ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with no detail message.
- ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with the specified
detail message.
- arrive() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser, without waiting for others to arrive.
- arriveAndAwaitAdvance() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser and awaits others.
- arriveAndDeregister() - Method in class java.util.concurrent.Phaser
-
Arrives at this phaser and deregisters from it without waiting
for others to arrive.
- ArrowLinesLayer - Class in com.codename1.maps.layers
-
This class is responsible for painting arrows that indicates direction
of walk on map.
- ArrowLinesLayer() - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
-
Constructor with default projection Mercator.
- ArrowLinesLayer(String) - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
-
Constructor with default projection Mercator.
- ArrowLinesLayer(Projection, String) - Constructor for class com.codename1.maps.layers.ArrowLinesLayer
-
- ARROWS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arrows" Unicode character block.
- asCharacters() - Method in interface javax.xml.stream.events.XMLEvent
-
Returns this event as Characters, may result in
a class cast exception if this event is not Characters.
- asCollector(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
-
Makes an array-collecting method handle, which accepts a given number of trailing
positional arguments and collects them into an array argument.
- asDoubleStream() - Method in interface java.util.stream.IntStream
-
Returns a DoubleStream
consisting of the elements of this stream,
converted to double
.
- asDoubleStream() - Method in interface java.util.stream.LongStream
-
Returns a DoubleStream
consisting of the elements of this stream,
converted to double
.
- asEndElement() - Method in interface javax.xml.stream.events.XMLEvent
-
Returns this event as an end element event, may result in
a class cast exception if this event is not a end element.
- asFileAttribute(Set<PosixFilePermission>) - Static method in class java.nio.file.attribute.PosixFilePermissions
-
- asFixedArity() - Method in class java.lang.invoke.MethodHandle
-
Makes a fixed arity method handle which is otherwise
equivalent to the current method handle.
- asin(double) - Static method in class com.codename1.util.MathUtil
-
Return the arcsine of a.
- asin(double) - Static method in class java.lang.Math
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- asin(double) - Static method in class java.lang.StrictMath
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- asInterfaceInstance(Class<T>, MethodHandle) - Static method in class java.lang.invoke.MethodHandleProxies
-
Produces an instance of the given single-method interface which redirects
its calls to the given method handle.
- asLifoQueue(Deque<T>) - Static method in class java.util.Collections
-
Returns a view of a
Deque
as a Last-in-first-out (Lifo)
Queue
.
- asList(T...) - Static method in class java.util.Arrays
-
Returns a fixed-size list backed by the specified array.
- asLongStream() - Method in interface java.util.stream.IntStream
-
Returns a LongStream
consisting of the elements of this stream,
converted to long
.
- asNormal() - Method in enum java.time.format.TextStyle
-
Returns the normal style with the same size.
- asPredicate() - Method in class java.util.regex.Pattern
-
Creates a predicate which can be used to match a string.
- asReadLock() - Method in class java.util.concurrent.locks.StampedLock
-
- asReadWriteLock() - Method in class java.util.concurrent.locks.StampedLock
-
- assertBool(boolean) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertBool(boolean, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertBool(boolean) - Static method in class com.codename1.testing.TestUtils
-
Assertions allow for simpler test code
- assertBool(boolean, String) - Static method in class com.codename1.testing.TestUtils
-
Assertions allow for simpler test code
- AssertionError - Error in java.lang
-
Thrown to indicate that an assertion has failed.
- AssertionError() - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with no detail message.
- AssertionError(Object) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(boolean) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified boolean
, which is converted to
a string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(char) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified char
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(int) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified int
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(long) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified long
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(float) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified float
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(double) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified double
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
-
Constructs a new AssertionError
with the specified
detail message and cause.
- assertLabel(String, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertLabel(String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertLabel(int[], String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertLabel(String, String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertLabel(int[], String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertLabel(String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertTextArea(String, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertTextArea(int[], String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertTextArea(String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertTextArea(String, String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertTextArea(int[], String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertTextArea(String) - Static method in class com.codename1.testing.TestUtils
-
Asserts that we have a label with the given text baring the given name
- assertTitle(String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- assertTitle(String) - Static method in class com.codename1.testing.TestUtils
-
Verifies the current title is the same otherwise throws an exception
- assignToThread(Class, int) - Method in class com.codename1.io.NetworkManager
-
Makes sure the given class (subclass of ConnectionRequest) is always assigned
to the given thread number.
- asSpreader(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
-
Makes an array-spreading method handle, which accepts a trailing array argument
and spreads its elements as positional arguments.
- asStandalone() - Method in enum java.time.format.TextStyle
-
Returns the stand-alone style with the same size.
- asStartElement() - Method in interface javax.xml.stream.events.XMLEvent
-
Returns this event as a start element event, may result in
a class cast exception if this event is not a start element.
- asSubclass(Class<U>) - Method in class java.lang.Class
-
asSubclass casts this class to a subclass of this class.
- asType(MethodType) - Method in class java.lang.invoke.MethodHandle
-
Produces an adapter method handle which adapts the type of the
current method handle to a new type.
- asVarargsCollector(Class<?>) - Method in class java.lang.invoke.MethodHandle
-
Makes a variable arity adapter which is able to accept
any number of trailing positional arguments and collect them
into an array argument.
- asWriteLock() - Method in class java.util.concurrent.locks.StampedLock
-
- asyncCommandProcess(Command, ActionEvent) - Method in class com.codename1.ui.util.UIBuilder
-
Warning: This method is invoked OFF the EDT and is intended for usage with asynchronous
command processing.
- AsyncDocumentRequestHandler - Interface in com.codename1.ui.html
-
Provides an interface for Asynchronous request handling.
- AsyncDocumentRequestHandlerImpl - Class in com.codename1.ui.html
-
Implementation of the HTML components document request handler to allow simple
HTML support in CodenameOne.
- AsyncDocumentRequestHandlerImpl() - Constructor for class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
-
- AsynchronousByteChannel - Interface in java.nio.channels
-
An asynchronous channel that can read and write bytes.
- AsynchronousChannel - Interface in java.nio.channels
-
A channel that supports asynchronous I/O operations.
- AsynchronousChannelGroup - Class in java.nio.channels
-
A grouping of asynchronous channels for the purpose of resource sharing.
- AsynchronousChannelGroup(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousChannelGroup
-
Initialize a new instance of this class.
- AsynchronousChannelProvider - Class in java.nio.channels.spi
-
Service-provider class for asynchronous channels.
- AsynchronousChannelProvider() - Constructor for class java.nio.channels.spi.AsynchronousChannelProvider
-
Initializes a new instance of this class.
- AsynchronousFileChannel - Class in java.nio.channels
-
An asynchronous channel for reading, writing, and manipulating a file.
- AsynchronousFileChannel() - Constructor for class java.nio.channels.AsynchronousFileChannel
-
Initializes a new instance of this class.
- AsynchronousServerSocketChannel - Class in java.nio.channels
-
An asynchronous channel for stream-oriented listening sockets.
- AsynchronousServerSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousServerSocketChannel
-
Initializes a new instance of this class.
- AsynchronousSocketChannel - Class in java.nio.channels
-
An asynchronous channel for stream-oriented connecting sockets.
- AsynchronousSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousSocketChannel
-
Initializes a new instance of this class.
- asyncLock(Image) - Method in class com.codename1.ui.EncodedImage
-
- asyncLock(Image) - Method in class com.codename1.ui.Image
-
Async lock is the equivalent of a lock operation, however it uses the given image as
the hard cache and performs the actual image loading asynchronously.
- AT_TARGET - Static variable in interface org.w3c.dom.events.Event
-
The event is currently being evaluated at the target
EventTarget
.
- atan(double) - Static method in class com.codename1.util.MathUtil
-
Return the arctangent of a, call it b, where a = tan(b).
- atan(double) - Static method in class java.lang.Math
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan(double) - Static method in class java.lang.StrictMath
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan2(double, double) - Static method in class com.codename1.util.MathUtil
-
For any real arguments x and y not both equal to zero, atan2(y, x)
is the angle in radians between the positive x-axis of a plane
and the point given by the coordinates (x, y) on it.
- atan2(double, double) - Static method in class java.lang.Math
-
Returns the angle theta from the conversion of rectangular
coordinates (x
, y
) to polar
coordinates (r, theta).
- atan2(double, double) - Static method in class java.lang.StrictMath
-
Returns the angle theta from the conversion of rectangular
coordinates (x
, y
) to polar
coordinates (r, theta).
- atDate(LocalDate) - Method in class java.time.LocalTime
-
Combines this time with a date to create a LocalDateTime
.
- atDate(LocalDate) - Method in class java.time.OffsetTime
-
Combines this time with a date to create an OffsetDateTime
.
- atDay(int) - Method in class java.time.Year
-
Combines this year with a day-of-year to create a LocalDate
.
- atDay(int) - Method in class java.time.YearMonth
-
Combines this year-month with a day-of-month to create a LocalDate
.
- atEndOfMonth() - Method in class java.time.YearMonth
-
Returns a LocalDate
at the end of the month.
- atMonth(Month) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth
.
- atMonth(int) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth
.
- atMonthDay(MonthDay) - Method in class java.time.Year
-
Combines this year with a month-day to create a LocalDate
.
- atOffset(ZoneOffset) - Method in class java.time.Instant
-
Combines this instant with an offset to create an OffsetDateTime
.
- atOffset(ZoneOffset) - Method in class java.time.LocalDateTime
-
Combines this date-time with an offset to create an OffsetDateTime
.
- atOffset(ZoneOffset) - Method in class java.time.LocalTime
-
Combines this time with an offset to create an OffsetTime
.
- AtomicBoolean - Class in java.util.concurrent.atomic
-
A boolean
value that may be updated atomically.
- AtomicBoolean(boolean) - Constructor for class java.util.concurrent.atomic.AtomicBoolean
-
Creates a new AtomicBoolean
with the given initial value.
- AtomicBoolean() - Constructor for class java.util.concurrent.atomic.AtomicBoolean
-
Creates a new AtomicBoolean
with initial value false
.
- AtomicInteger - Class in java.util.concurrent.atomic
-
An int
value that may be updated atomically.
- AtomicInteger(int) - Constructor for class java.util.concurrent.atomic.AtomicInteger
-
Creates a new AtomicInteger with the given initial value.
- AtomicInteger() - Constructor for class java.util.concurrent.atomic.AtomicInteger
-
Creates a new AtomicInteger with initial value 0
.
- AtomicIntegerArray - Class in java.util.concurrent.atomic
-
An int
array in which elements may be updated atomically.
- AtomicIntegerArray(int) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
-
Creates a new AtomicIntegerArray of the given length, with all
elements initially zero.
- AtomicIntegerArray(int[]) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
-
Creates a new AtomicIntegerArray with the same length as, and
all elements copied from, the given array.
- AtomicIntegerFieldUpdater<T> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile int
fields of designated classes.
- AtomicIntegerFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicLong - Class in java.util.concurrent.atomic
-
A long
value that may be updated atomically.
- AtomicLong(long) - Constructor for class java.util.concurrent.atomic.AtomicLong
-
Creates a new AtomicLong with the given initial value.
- AtomicLong() - Constructor for class java.util.concurrent.atomic.AtomicLong
-
Creates a new AtomicLong with initial value 0
.
- AtomicLongArray - Class in java.util.concurrent.atomic
-
A long
array in which elements may be updated atomically.
- AtomicLongArray(int) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
-
Creates a new AtomicLongArray of the given length, with all
elements initially zero.
- AtomicLongArray(long[]) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
-
Creates a new AtomicLongArray with the same length as, and
all elements copied from, the given array.
- AtomicLongFieldUpdater<T> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile long
fields of designated classes.
- AtomicLongFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicMarkableReference<V> - Class in java.util.concurrent.atomic
-
An AtomicMarkableReference
maintains an object reference
along with a mark bit, that can be updated atomically.
- AtomicMarkableReference(V, boolean) - Constructor for class java.util.concurrent.atomic.AtomicMarkableReference
-
Creates a new AtomicMarkableReference
with the given
initial values.
- AtomicMoveNotSupportedException - Exception in java.nio.file
-
Checked exception thrown when a file cannot be moved as an atomic file system
operation.
- AtomicMoveNotSupportedException(String, String, String) - Constructor for exception java.nio.file.AtomicMoveNotSupportedException
-
Constructs an instance of this class.
- AtomicReference<V> - Class in java.util.concurrent.atomic
-
An object reference that may be updated atomically.
- AtomicReference(V) - Constructor for class java.util.concurrent.atomic.AtomicReference
-
Creates a new AtomicReference with the given initial value.
- AtomicReference() - Constructor for class java.util.concurrent.atomic.AtomicReference
-
Creates a new AtomicReference with null initial value.
- AtomicReferenceArray<E> - Class in java.util.concurrent.atomic
-
An array of object references in which elements may be updated
atomically.
- AtomicReferenceArray(int) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
-
Creates a new AtomicReferenceArray of the given length, with all
elements initially null.
- AtomicReferenceArray(E[]) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
-
Creates a new AtomicReferenceArray with the same length as, and
all elements copied from, the given array.
- AtomicReferenceFieldUpdater<T,V> - Class in java.util.concurrent.atomic
-
A reflection-based utility that enables atomic updates to
designated volatile
reference fields of designated
classes.
- AtomicReferenceFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Protected do-nothing constructor for use by subclasses.
- AtomicStampedReference<V> - Class in java.util.concurrent.atomic
-
An AtomicStampedReference
maintains an object reference
along with an integer "stamp", that can be updated atomically.
- AtomicStampedReference(V, int) - Constructor for class java.util.concurrent.atomic.AtomicStampedReference
-
Creates a new AtomicStampedReference
with the given
initial values.
- atStartOfDay() - Method in class java.time.LocalDate
-
Combines this date with the time of midnight to create a LocalDateTime
at the start of this date.
- atStartOfDay(ZoneId) - Method in class java.time.LocalDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone.
- attach(Object) - Method in class java.nio.channels.SelectionKey
-
Attaches the given object to this key.
- attachment() - Method in class java.nio.channels.SelectionKey
-
Retrieves the current attachment.
- attemptMark(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
-
Atomically sets the value of the mark to the given update value
if the current reference is ==
to the expected
reference.
- attemptStamp(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
-
Atomically sets the value of the stamp to the given update value
if the current reference is ==
to the expected
reference.
- atTime(LocalTime) - Method in interface java.time.chrono.ChronoLocalDate
-
Combines this date with a time to create a ChronoLocalDateTime
.
- atTime(LocalTime) - Method in class java.time.chrono.HijrahDate
-
- atTime(LocalTime) - Method in class java.time.chrono.JapaneseDate
-
- atTime(LocalTime) - Method in class java.time.chrono.MinguoDate
-
- atTime(LocalTime) - Method in class java.time.chrono.ThaiBuddhistDate
-
- atTime(LocalTime) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(OffsetTime) - Method in class java.time.LocalDate
-
Combines this date with an offset time to create an OffsetDateTime
.
- Attr - Interface in org.w3c.dom
-
The Attr
interface represents an attribute in an
Element
object.
- ATTR_ABBR - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ACCESSKEY - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ACTION - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ALIGN - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ALT - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_AXIS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_BGCOLOR - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_BORDER - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CELLPADDING - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CELLSPACING - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CHARSET - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CHECKED - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CITE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CLASS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_COLOR - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_COLS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_COLSPAN - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_CONTENT - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_COORDS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_DIR - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_DISABLED - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_EMPTYOK - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ENCTYPE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_FACE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_FOR - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_FORMAT - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_FRAME - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HEADERS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HEIGHT - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HREF - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HREFLANG - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HSPACE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_HTTPEQUIV - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ID - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ISMAP - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ISTYLE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_LABEL - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_LANG - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_LINK - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_LOCALSRC - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_LONGDESC - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_MAXLENGTH - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_MEDIA - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_METHOD - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_MULTIPLE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_NAME - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_READONLY - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_REL - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_REV - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ROWS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_ROWSPAN - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_RULES - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SCHEME - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SCOPE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SELECTED - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SHAPE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SIZE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SRC - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_START - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_STYLE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_SUMMARY - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_TABINDEX - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_TEXT - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_TITLE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_TYPE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_USEMAP - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_VALIGN - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_VALUE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_VERSION - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_VSPACE - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_WIDTH - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_XMLLANG - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_XMLNS - Static variable in class com.codename1.ui.html.HTMLElement
-
- ATTR_XMLSPACE - Static variable in class com.codename1.ui.html.HTMLElement
-
- attribute(String, String, String) - Method in class com.codename1.xml.XMLParser
-
Invoked for every attribute value of the givne tag
This callback method is invoked only on the eventParser.
- Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
-
Constructs an Attribute
with the given name.
- Attribute - Interface in javax.xml.stream.events
-
An interface that contains information about an attribute.
- ATTRIBUTE - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is an attribute
- ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
-
The node is an Attr
.
- AttributedCharacterIterator - Interface in java.text
-
An AttributedCharacterIterator
allows iteration through both text and
related attribute information.
- AttributedCharacterIterator.Attribute - Class in java.text
-
Defines attribute keys that are used to identify text attributes.
- attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an attribute type declaration.
- attributeDecl(String, String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- AttributedString - Class in java.text
-
An AttributedString holds text and related attribute information.
- AttributedString(String) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given text.
- AttributedString(String, Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given text and attributes.
- AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the given attributed
text represented by AttributedCharacterIterator.
- AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the subrange of
the given attributed text represented by
AttributedCharacterIterator.
- AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
-
Constructs an AttributedString instance with the subrange of
the given attributed text represented by
AttributedCharacterIterator.
- AttributeList - Interface in org.xml.sax
-
- AttributeListImpl - Class in org.xml.sax.helpers
-
- AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Create an empty attribute list.
- AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Construct a persistent copy of an existing attribute list.
- attributeNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL
values might not be allowed.
- attributeNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL
values are definitely allowed.
- attributeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that whether NULL
values are allowed is not
known.
- Attributes - Class in java.util.jar
-
The Attributes class maps Manifest attribute names to associated string
values.
- Attributes() - Constructor for class java.util.jar.Attributes
-
Constructs a new, empty Attributes object with default size.
- Attributes(int) - Constructor for class java.util.jar.Attributes
-
Constructs a new, empty Attributes object with the specified
initial size.
- Attributes(Attributes) - Constructor for class java.util.jar.Attributes
-
Constructs a new Attributes object with the same attribute name-value
mappings as in the specified Attributes.
- Attributes - Interface in org.xml.sax
-
Interface for a list of XML attributes.
- Attributes.Name - Class in java.util.jar
-
The Attributes.Name class represents an attribute name stored in
this Map.
- Attributes2 - Interface in org.xml.sax.ext
-
SAX2 extension to augment the per-attribute information
provided though
Attributes
.
- Attributes2Impl - Class in org.xml.sax.ext
-
SAX2 extension helper for additional Attributes information,
implementing the
Attributes2
interface.
- Attributes2Impl() - Constructor for class org.xml.sax.ext.Attributes2Impl
-
Construct a new, empty Attributes2Impl object.
- Attributes2Impl(Attributes) - Constructor for class org.xml.sax.ext.Attributes2Impl
-
Copy an existing Attributes or Attributes2 object.
- AttributesImpl - Class in org.xml.sax.helpers
-
Default implementation of the Attributes interface.
- AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
-
Construct a new, empty AttributesImpl object.
- AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
-
Copy an existing Attributes object.
- AttributeView - Interface in java.nio.file.attribute
-
An object that provides a read-only or updatable view of non-opaque
values associated with an object in a filesystem.
- attribution() - Method in class com.codename1.maps.providers.GoogleMapsProvider
-
- attribution() - Method in class com.codename1.maps.providers.MapProvider
-
The provider attribution.
- attribution() - Method in class com.codename1.maps.providers.OpenStreetMapProvider
-
- atYear(int) - Method in class java.time.MonthDay
-
Combines this month-day with a year to create a LocalDate
.
- atZone(ZoneId) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Combines this time with a time-zone to create a ChronoZonedDateTime
.
- atZone(ZoneId) - Method in class java.time.Instant
-
Combines this instant with a time-zone to create a ZonedDateTime
.
- atZone(ZoneId) - Method in class java.time.LocalDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
.
- atZoneSameInstant(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
ensuring that the result has the same instant.
- atZoneSimilarLocal(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
trying to keep the same local date and time.
- AUGUST - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the
eighth month of the year in the Gregorian and Julian calendars.
- AUGUST - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for eighth month of year.
- authenticate() - Method in class com.codename1.io.Oauth2
-
- Authenticator - Class in java.net
-
The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
- Authenticator() - Constructor for class java.net.Authenticator
-
- Authenticator.RequestorType - Enum in java.net
-
The type of the entity requesting authentication.
- AuthPermission - Class in javax.security.auth
-
This class is for authentication permissions.
- AuthPermission(String) - Constructor for class javax.security.auth.AuthPermission
-
Creates a new AuthPermission with the specified name.
- AuthPermission(String, String) - Constructor for class javax.security.auth.AuthPermission
-
Creates a new AuthPermission object with the specified name.
- AuthProvider - Class in java.security
-
This class defines login and logout methods for a provider.
- AuthProvider(String, double, String) - Constructor for class java.security.AuthProvider
-
Constructs a provider with the specified name, version number,
and information.
- autoAdjust(int, int) - Method in class com.codename1.ui.Dialog
-
Auto adjust size of the dialog.
- autoAdjust(int, int) - Method in class com.codename1.ui.VirtualKeyboard
-
- autoAdjust(int, int) - Method in class com.sun.lwuit.Dialog
-
Auto adjust size of the dialog.
- AutoCloseable - Interface in java.lang
-
An object that may hold resources (such as file or socket handles)
until it is closed.
- autoCommitFailureClosesAllResultSets() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a SQLException
while autoCommit is true
indicates
that all open ResultSets are closed, even ones that are holdable.
- AutoCompleteTextField - Class in com.codename1.ui
-
This class is an editable TextField with predefined completion suggestion
that shows up in a drop down menu while the user types in text
- AutoCompleteTextField(String[]) - Constructor for class com.codename1.ui.AutoCompleteTextField
-
Constructor with completion suggestions
- AutoCompleteTextField(ListModel<String>) - Constructor for class com.codename1.ui.AutoCompleteTextField
-
Constructor with completion suggestions, filtering is automatic in this case
- AutoCompleteTextField() - Constructor for class com.codename1.ui.AutoCompleteTextField
-
The default constructor is useful for cases of filter subclasses overriding the
getSuggestionModel value as well as for the GUI builder
- autoDetectWidestChar(String) - Static method in class com.codename1.ui.TextArea
-
Searches the given string for the widest character using char width, this operation should only
be performed once and it solves cases where a devices language might have a char bigger than 'W'
that isn't consistently bigger.
- autoDetectWidestChar(String) - Static method in class com.sun.lwuit.TextArea
-
Searches the given string for the widest character using char width, this operation should only
be performed once and it solves cases where a devices language might have a char bigger than 'W'
that isn't consistently bigger.
- avail_in - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- avail_out - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- available() - Method in class com.codename1.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class com.codename1.io.gzip.FilterInputStream
-
- available() - Method in class com.codename1.io.gzip.InflaterInputStream
-
- AVAILABLE - Static variable in class com.codename1.location.LocationManager
-
- available() - Method in class java.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.ByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class java.io.FileInputStream
-
Returns an estimate of the number of remaining bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.FilterInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
caller of a method for this input stream.
- available() - Method in class java.io.InputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in interface java.io.ObjectInput
-
Returns the number of bytes that can be read
without blocking.
- available() - Method in class java.io.ObjectInputStream
-
Returns the number of bytes that can be read without blocking.
- available() - Method in class java.io.PipedInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in class java.io.PushbackInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.SequenceInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from the current underlying input stream without
blocking by the next invocation of a method for the current
underlying input stream.
- available() - Method in class java.io.StringBufferInputStream
-
Deprecated.
Returns the number of bytes that can be read from the input
stream without blocking.
- available() - Method in class java.net.SocketImpl
-
Returns the number of bytes that can be read from this socket
without blocking.
- available() - Method in class java.util.zip.DeflaterInputStream
-
Returns 0 after EOF has been reached, otherwise always return 1.
- available() - Method in class java.util.zip.InflaterInputStream
-
Returns 0 after EOF has been reached, otherwise always return 1.
- available() - Method in class java.util.zip.ZipInputStream
-
Returns 0 after EOF has reached for the current entry data,
otherwise always return 1.
- available() - Method in class javax.crypto.CipherInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- availableCharsets() - Static method in class java.nio.charset.Charset
-
Constructs a sorted map from canonical charset names to charset objects.
- availablePermits() - Method in class java.util.concurrent.Semaphore
-
Returns the current number of permits available in this semaphore.
- availableProcessors() - Method in class java.lang.Runtime
-
Returns the number of processors available to the Java virtual machine.
- availableSize() - Method in interface javax.microedition.io.file.FileConnection
-
- average() - Method in interface java.util.stream.DoubleStream
-
Returns an OptionalDouble
describing the arithmetic
mean of elements of this stream, or an empty optional if this
stream is empty.
- average() - Method in interface java.util.stream.IntStream
-
Returns an OptionalDouble
describing the arithmetic mean of elements of
this stream, or an empty optional if this stream is empty.
- average() - Method in interface java.util.stream.LongStream
-
Returns an OptionalDouble
describing the arithmetic mean of elements of
this stream, or an empty optional if this stream is empty.
- averagingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
that produces the arithmetic mean of a double-valued
function applied to the input elements.
- averagingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
that produces the arithmetic mean of an integer-valued
function applied to the input elements.
- averagingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
that produces the arithmetic mean of a long-valued
function applied to the input elements.
- AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Avestan" Unicode character block.
- await() - Method in class java.util.concurrent.CountDownLatch
-
Causes the current thread to wait until the latch has counted down to
zero, unless the thread is
interrupted.
- await(long, TimeUnit) - Method in class java.util.concurrent.CountDownLatch
-
Causes the current thread to wait until the latch has counted down to
zero, unless the thread is
interrupted,
or the specified waiting time elapses.
- await() - Method in class java.util.concurrent.CyclicBarrier
-
Waits until all
parties have invoked
await
on this barrier.
- await(long, TimeUnit) - Method in class java.util.concurrent.CyclicBarrier
-
Waits until all
parties have invoked
await
on this barrier, or the specified waiting time elapses.
- await() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements interruptible condition wait.
- await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements timed condition wait.
- await() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements interruptible condition wait.
- await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements timed condition wait.
- await() - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or
interrupted.
- await(long, TimeUnit) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.
- awaitAdvance(int) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value, returning immediately if the current phase is not equal
to the given phase value or this phaser is terminated.
- awaitAdvanceInterruptibly(int) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value, throwing InterruptedException
if interrupted
while waiting, or returning immediately if the current phase is
not equal to the given phase value or this phaser is
terminated.
- awaitAdvanceInterruptibly(int, long, TimeUnit) - Method in class java.util.concurrent.Phaser
-
Awaits the phase of this phaser to advance from the given phase
value or the given timeout to elapse, throwing InterruptedException
if interrupted while waiting, or
returning immediately if the current phase is not equal to the
given phase value or this phaser is terminated.
- awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements timed condition wait.
- awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements timed condition wait.
- awaitNanos(long) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.
- awaitQuiescence(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
-
- awaitTermination(long, TimeUnit) - Method in class java.nio.channels.AsynchronousChannelGroup
-
Awaits termination of the group.
- awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
-
Blocks until all tasks have completed execution after a shutdown
request, or the timeout occurs, or the current thread is
interrupted, whichever happens first.
- awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
-
Blocks until all tasks have completed execution after a
shutdown request, or the timeout occurs, or the current thread
is interrupted, whichever happens first.
- awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
-
JamaicaVM: If the current thread is not a worker thread of this
ThreadPoolExecutor, this method will join and remaining worker threads
with the given timeout.
- awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements uninterruptible condition wait.
- awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements uninterruptible condition wait.
- awaitUninterruptibly() - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled.
- awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
-
Implements absolute timed condition wait.
- awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
-
Implements absolute timed condition wait.
- awaitUntil(Date) - Method in interface java.util.concurrent.locks.Condition
-
Causes the current thread to wait until it is signalled or interrupted,
or the specified deadline elapses.
- AWTEventListener - Interface in java.awt.event
-
The listener interface for receiving notification of events
dispatched to objects that are instances of Component or
MenuComponent or their subclasses.
- AWTEventListenerProxy - Class in java.awt.event
-
A class which extends the EventListenerProxy
specifically for adding an AWTEventListener
for a specific event mask.
- AWTEventListenerProxy(long, AWTEventListener) - Constructor for class java.awt.event.AWTEventListenerProxy
-
Constructor which binds the AWTEventListener
to a specific event mask.