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

C

CachedData - Class in com.codename1.io.services
Cached data class for use with the cached data service
CachedData() - Constructor for class com.codename1.io.services.CachedData
 
CachedDataService - Class in com.codename1.io.services
Simple service that allows downloading and caching data locally.
CacheMap - Class in com.codename1.io
A cache map is essentially a hashtable that indexes entries based on age and is limited to a fixed size.
CacheMap() - Constructor for class com.codename1.io.CacheMap
Default constructor
CacheMap(String) - Constructor for class com.codename1.io.CacheMap
Creates a cache map with a prefix string
CacheRequest - Class in java.net
Represents channels for storing resources in the ResponseCache.
CacheRequest() - Constructor for class java.net.CacheRequest
 
CacheResponse - Class in java.net
Represent channels for retrieving resources from the ResponseCache.
CacheResponse() - Constructor for class java.net.CacheResponse
 
calcPreferredSize() - Method in class com.codename1.components.ImageViewer
 
calcPreferredSize() - Method in class com.codename1.components.InfiniteProgress
 
calcPreferredSize() - Method in class com.codename1.components.MediaPlayer
 
calcPreferredSize() - Method in class com.codename1.components.OnOffSwitch
 
calcPreferredSize() - Method in class com.codename1.maps.MapComponent
 
calcPreferredSize() - Method in class com.codename1.ui.Button
 
calcPreferredSize() - Method in class com.codename1.ui.CheckBox
 
calcPreferredSize() - Method in class com.codename1.ui.ComboBox
 
calcPreferredSize() - Method in class com.codename1.ui.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.codename1.ui.Container
 
calcPreferredSize() - Method in class com.codename1.ui.Label
 
calcPreferredSize() - Method in class com.codename1.ui.List
 
calcPreferredSize() - Method in class com.codename1.ui.MenuBar
Prevents scaling down of the menu when there is no text on the menu bar
calcPreferredSize() - Method in class com.codename1.ui.PeerComponent
 
calcPreferredSize() - Method in class com.codename1.ui.RadioButton
 
calcPreferredSize() - Method in class com.codename1.ui.Slider
Return the size we would generally like for the component
calcPreferredSize() - Method in class com.codename1.ui.spinner.BaseSpinner
 
calcPreferredSize() - Method in class com.codename1.ui.TextArea
 
calcPreferredSize() - Method in class com.codename1.ui.TextField
 
calcPreferredSize() - Method in class com.codename1.ui.tree.Tree
 
calcPreferredSize() - Method in class com.sun.lwuit.Button
 
calcPreferredSize() - Method in class com.sun.lwuit.CheckBox
 
calcPreferredSize() - Method in class com.sun.lwuit.ComboBox
 
calcPreferredSize() - Method in class com.sun.lwuit.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.sun.lwuit.Container
 
calcPreferredSize() - Method in class com.sun.lwuit.Label
 
calcPreferredSize() - Method in class com.sun.lwuit.List
 
calcPreferredSize() - Method in class com.sun.lwuit.MediaComponent
 
calcPreferredSize() - Method in class com.sun.lwuit.RadioButton
 
calcPreferredSize() - Method in class com.sun.lwuit.spinner.Spinner
 
calcPreferredSize() - Method in class com.sun.lwuit.TabbedPane
 
calcPreferredSize() - Method in class com.sun.lwuit.TextArea
 
calcPreferredSize() - Method in class com.sun.lwuit.TextField
 
calcPreferredSize() - Method in class com.sun.lwuit.tree.Tree
 
calcScrollSize() - Method in class com.codename1.ui.Component
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calcScrollSize() - Method in class com.codename1.ui.PeerComponent
 
calcScrollSize() - Method in class com.codename1.ui.TextArea
 
calcScrollSize() - Method in class com.sun.lwuit.Component
Method that can be overriden to represent the actual size of the component when it differs from the desireable size for the viewport
calcScrollSize() - Method in class com.sun.lwuit.spinner.Spinner
 
calcScrollSize() - Method in class com.sun.lwuit.TextArea
 
calculateContentLength() - Method in class com.codename1.io.MultipartRequest
 
calculateTouchCommandGridColumns(Container) - Method in class com.codename1.ui.MenuBar
Calculates the amount of columns to give to the touch commands within the grid
calculateTouchCommandGridColumns(Container) - Method in class com.sun.lwuit.Form
Calculates the amount of columns to give to the touch commands within the grid
Calendar - Class in com.codename1.ui
Date widget for selecting a date/time value.
Calendar(long) - Constructor for class com.codename1.ui.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar() - Constructor for class com.codename1.ui.Calendar
Constructs a calendar with the current date and time
Calendar(long, TimeZone) - Constructor for class com.codename1.ui.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar - Class in com.sun.lwuit
Date widget for selecting a date/time value.
Calendar(long) - Constructor for class com.sun.lwuit.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention)
Calendar() - Constructor for class com.sun.lwuit.Calendar
Constructs a calendar with the current date and time
calendar - Variable in class java.text.DateFormat
The Calendar instance used for calculating the date-time fields and the instant of time.
Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and the default FORMAT locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
Calendar.Builder - Class in java.util
Calendar.Builder is used for creating a Calendar from various date-time parameters.
CalendarDataProvider - Class in java.util.spi
An abstract class for service providers that provide locale-dependent Calendar parameters.
CalendarDataProvider() - Constructor for class java.util.spi.CalendarDataProvider
Sole constructor.
CalendarNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized string representations (display names) of Calendar field values.
CalendarNameProvider() - Constructor for class java.util.spi.CalendarNameProvider
Sole constructor.
call(JSObject, JSObject, Object[]) - Method in class com.codename1.javascript.JavascriptContext
Calls a Javascript function (encapsulated in a JSObject) with a specified Javascript Object as the "this" context for the function call.
call(String, JSObject, Object[]) - Method in class com.codename1.javascript.JavascriptContext
Calls a Javascript function with the given parameters.
call(String, Object[]) - Method in class com.codename1.javascript.JSObject
Calls a method on the underlying Javascript object.
call(String) - Method in class com.codename1.javascript.JSObject
 
call(Object[]) - Method in class com.codename1.javascript.JSObject
Calls the object as a function statically.
call() - Method in interface java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
Callable<V> - Interface in java.util.concurrent
A task that returns a result and may throw an exception.
callable(Runnable, T) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
callable(Runnable) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
CallableStatement - Interface in java.sql
The interface used to execute SQL stored procedures.
Callback - Interface in javax.security.auth.callback
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
CallbackHandler - Interface in javax.security.auth.callback
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
CallbackHandlerProtection(CallbackHandler) - Constructor for class java.security.KeyStore.CallbackHandlerProtection
Constructs a new CallbackHandlerProtection from a CallbackHandler.
callDouble(String) - Method in class com.codename1.javascript.JSObject
 
CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
callInt(String) - Method in class com.codename1.javascript.JSObject
 
callObject(String) - Method in class com.codename1.javascript.JSObject
 
callSerially(Runnable) - Method in class com.codename1.ui.Display
Causes the runnable to be invoked on the event dispatch thread.
callSerially(Runnable) - Method in class com.sun.lwuit.Display
Causes the runnable to be invoked on the event dispatch thread.
callSeriallyAndWait(Runnable) - Method in class com.codename1.ui.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable, int) - Method in class com.codename1.ui.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
callSeriallyAndWait(Runnable) - Method in class com.sun.lwuit.Display
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
CallSite - Class in java.lang.invoke
A CallSite is a holder for a variable MethodHandle, which is called its target.
callString(String) - Method in class com.codename1.javascript.JSObject
 
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
cancel() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Cancels the loading of the current page
cancel() - Method in class com.codename1.ui.util.UITimer
Stops executing the timer
cancel() - Method in class com.sun.lwuit.html.HTMLComponent
Cancels the loading of the current page
cancel() - Method in class java.nio.channels.SelectionKey
Requests that the registration of this key's channel with its selector be cancelled.
cancel() - Method in class java.nio.channels.spi.AbstractSelectionKey
Cancels this key.
cancel() - Method in interface java.nio.file.WatchKey
Cancels the registration with the watch service.
cancel() - Method in interface java.sql.Statement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel(boolean) - Method in class java.util.concurrent.CompletableFuture
If not already completed, completes this CompletableFuture with a CancellationException.
cancel(boolean) - Method in class java.util.concurrent.ForkJoinTask
Attempts to cancel execution of this task.
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class java.util.concurrent.FutureTask
 
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
CANCEL - Static variable in class javax.security.auth.callback.ConfirmationCallback
CANCEL option.
cancelBinding() - Method in class com.codename1.cloud.CloudObject
If deferred changes exist this method discards such values
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the latest committed text from the text editing component and removes it from the component's text body.
CancellationException - Exception in java.util.concurrent
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
cancelledKeys() - Method in class java.nio.channels.spi.AbstractSelector
Retrieves this selector's cancelled-key set.
cancelRepaints() - Method in class com.codename1.ui.Component
remove this component from the painting queue
cancelRepaints() - Method in class com.codename1.ui.Container
remove this component and it's children from the painting queue
cancelRowUpdates() - Method in interface java.sql.ResultSet
Cancels the updates made to the current row in this ResultSet object.
canDial() - Method in class com.codename1.ui.Display
Returns true if the device has dialing capabilities
canEncode() - Method in class java.nio.charset.Charset
Tells whether or not this charset supports encoding.
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
canFilterIndexColorModel - Variable in class java.awt.image.RGBImageFilter
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
canForceOrientation() - Method in class com.codename1.ui.Display
Returns true if the device allows forcing the orientation via code, feature phones do not allow this although some include a jad property allowing for this feature
CANON_EQ - Static variable in class java.util.regex.Pattern
Enables canonical equivalence.
CANONICAL - Static variable in class javax.security.auth.x500.X500Principal
Canonical String format of Distinguished Names.
CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canRead() - Method in interface javax.microedition.io.file.FileConnection
 
canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
canShareImage() - Method in class com.codename1.share.EmailShare
 
canShareImage() - Method in class com.codename1.share.FacebookShare
 
canShareImage() - Method in class com.codename1.share.ShareService
The implementing service needs to declare if it is capable to share an image
canShareImage() - Method in class com.codename1.share.SMSShare
 
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
canWrite() - Method in interface javax.microedition.io.file.FileConnection
 
capacity() - Method in class java.lang.StringBuffer
 
capacity() - Method in class java.nio.Buffer
Returns this buffer's capacity.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
Capture - Class in com.codename1.capture
This is the main class for capturing media files from the device.
Capture() - Constructor for class com.codename1.capture.Capture
 
captureAudio() - Static method in class com.codename1.capture.Capture
Same as captureAudio only a blocking version that holds the EDT
captureAudio(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native hardware to capture audio.
captureAudio(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native hardware to capture audio.
capturePhoto(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native camera to capture images.
capturePhoto() - Static method in class com.codename1.capture.Capture
Invokes the camera and takes a photo synchronously while blocking the EDT
capturePhoto(int, int) - Static method in class com.codename1.capture.Capture
Invokes the camera and takes a photo synchronously while blocking the EDT
capturePhoto(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native camera to capture images.
captureVideo() - Static method in class com.codename1.capture.Capture
Same as captureVideo only a blocking version that holds the EDT
captureVideo(ActionListener) - Static method in class com.codename1.capture.Capture
This method tries to invoke the device native camera to capture video.
captureVideo(ActionListener) - Method in class com.codename1.ui.Display
This method tries to invoke the device native camera to capture video.
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating a changed insertion point in input method text.
caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the caret within composed text has changed.
CARIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Carian" Unicode character block.
CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
Enables case-insensitive matching.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A comparator that is based on compareToIgnoreCase to order strings.
cast(Object) - Method in class java.lang.Class
cast casts a given object to this type.
catchException(MethodHandle, Class<? extends Throwable>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Makes a method handle which adapts a target method handle, by running it inside an exception handler.
catchExceptions - Variable in class java.awt.event.InvocationEvent
Set to true if dispatch() catches Throwable and stores it in the exception instance variable.
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
cbrt(double) - Static method in class java.lang.StrictMath
Returns the cube root of a double value.
CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section
CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
cdata-section-elements = expanded names.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.TreeSet
 
ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
 
ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
 
CellRenderer<T> - Interface in com.codename1.ui.list
This class is geared to replace the ListCellRenderer in the long run to provide a more generic rendering API.
center() - Method in class com.codename1.maps.MapComponent
Gets the center of the map.
CENTER - Static variable in class com.codename1.ui.Component
Indicates a Component center alignment
CENTER - Static variable in class com.codename1.ui.layouts.BorderLayout
The center layout constraint (middle of container)
CENTER - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
CENTER - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible alignment type.
CENTER - Static variable in class com.sun.lwuit.Component
Indicates a Component center alignment
CENTER - Static variable in class com.sun.lwuit.layouts.BorderLayout
The center layout constraint (middle of container)
CENTER - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CENTER_BEHAVIOR_CENTER - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the space available to the center component.
CENTER_BEHAVIOR_CENTER_ABSOLUTE - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, places the component in the center of the surrounding container
CENTER_BEHAVIOR_SCALE - Static variable in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the component placed in the center position of the layout, by default it is scaled to the available space
CENTER_BEHAVIOR_TOTAL_BELLOW - Static variable in class com.codename1.ui.layouts.BorderLayout
Deprecated due to spelling mistake, use CENTER_BEHAVIOR_TOTAL_BELOW The center component takes up the entire screens and the sides are automatically placed on top of it thus creating a layered effect
CENTER_BEHAVIOR_TOTAL_BELOW - Static variable in class com.codename1.ui.layouts.BorderLayout
Deprecated due to spelling mistake, use CENTER_BEHAVIOR_TOTAL_BELOW The center component takes up the entire screens and the sides are automatically placed on top of it thus creating a layered effect
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
Certificate - Interface in java.security
Deprecated.
A new certificate handling package is created in the Java platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.
Certificate - Class in javax.security.cert
Abstract class for managing a variety of identity certificates.
Certificate() - Constructor for class javax.security.cert.Certificate
 
Certificate.CertificateRep - Class in java.security.cert
Alternate Certificate class for serialization.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified detail message and cause.
CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateEncodingException - Exception in javax.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception javax.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception javax.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified detail message and cause.
CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateException - Exception in javax.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception javax.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception javax.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateExpiredException - Exception in java.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateExpiredException - Exception in javax.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception javax.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception javax.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateFactory - Class in java.security.cert
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificateNotYetValidException - Exception in java.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateNotYetValidException - Exception in javax.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception javax.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception javax.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - Exception in java.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificateParsingException(String, Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified detail message and cause.
CertificateParsingException(Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateParsingException - Exception in javax.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception javax.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception javax.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
CertificateRevokedException - Exception in java.security.cert
An exception that indicates an X.509 certificate is revoked.
CertificateRevokedException(Date, CRLReason, X500Principal, Map<String, Extension>) - Constructor for exception java.security.cert.CertificateRevokedException
Constructs a CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
certificates() - Method in class java.security.Identity
Deprecated.
Returns a copy of all the certificates for this identity.
CertPath - Class in java.security.cert
An immutable sequence of certificates (a certification path).
CertPath(String) - Constructor for class java.security.cert.CertPath
Creates a CertPath of the specified type.
CertPath.CertPathRep - Class in java.security.cert
Alternate CertPath class for serialization.
CertPathBuilder - Class in java.security.cert
A class for building certification paths (also known as certificate chains).
CertPathBuilder(CertPathBuilderSpi, Provider, String) - Constructor for class java.security.cert.CertPathBuilder
Creates a CertPathBuilder object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathBuilderException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.
CertPathBuilderException() - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with null as its detail message.
CertPathBuilderException(String) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the given detail message.
CertPathBuilderException(Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException that wraps the specified throwable.
CertPathBuilderException(String, Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the specified detail message and cause.
CertPathBuilderResult - Interface in java.security.cert
A specification of the result of a certification path builder algorithm.
CertPathBuilderSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathBuilder class.
CertPathBuilderSpi() - Constructor for class java.security.cert.CertPathBuilderSpi
The default constructor.
CertPathChecker - Interface in java.security.cert
Performs one or more checks on each Certificate of a CertPath.
CertPathParameters - Interface in java.security.cert
A specification of certification path algorithm parameters.
CertPathRep(String, byte[]) - Constructor for class java.security.cert.CertPath.CertPathRep
Creates a CertPathRep with the specified type and encoded form of a certification path.
CertPathTrustManagerParameters - Class in javax.net.ssl
A wrapper for CertPathParameters.
CertPathTrustManagerParameters(CertPathParameters) - Constructor for class javax.net.ssl.CertPathTrustManagerParameters
Construct new CertPathTrustManagerParameters from the specified parameters.
CertPathValidator - Class in java.security.cert
A class for validating certification paths (also known as certificate chains).
CertPathValidator(CertPathValidatorSpi, Provider, String) - Constructor for class java.security.cert.CertPathValidator
Creates a CertPathValidator object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathValidatorException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when validating a certification path.
CertPathValidatorException() - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with no detail message.
CertPathValidatorException(String) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the given detail message.
CertPathValidatorException(Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException that wraps the specified throwable.
CertPathValidatorException(String, Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message and cause.
CertPathValidatorException(String, Throwable, CertPath, int) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, and index.
CertPathValidatorException(String, Throwable, CertPath, int, CertPathValidatorException.Reason) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, index, and reason.
CertPathValidatorException.BasicReason - Enum in java.security.cert
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.
CertPathValidatorException.Reason - Interface in java.security.cert
The reason the validation algorithm failed.
CertPathValidatorResult - Interface in java.security.cert
A specification of the result of a certification path validator algorithm.
CertPathValidatorSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathValidator class.
CertPathValidatorSpi() - Constructor for class java.security.cert.CertPathValidatorSpi
The default constructor.
CertSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting Certificates.
CertStore - Class in java.security.cert
A class for retrieving Certificates and CRLs from a repository.
CertStore(CertStoreSpi, Provider, String, CertStoreParameters) - Constructor for class java.security.cert.CertStore
Creates a CertStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertStoreException - Exception in java.security.cert
An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.
CertStoreException() - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with null as its detail message.
CertStoreException(String) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the given detail message.
CertStoreException(Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException that wraps the specified throwable.
CertStoreException(String, Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the specified detail message and cause.
CertStoreParameters - Interface in java.security.cert
A specification of CertStore parameters.
CertStoreSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertStore class.
CertStoreSpi(CertStoreParameters) - Constructor for class java.security.cert.CertStoreSpi
The sole constructor.
CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chakma" Unicode character block.
CHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cham" Unicode character block.
CHANGE_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
 
CHANGED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for changed data in ListModel
CHANGED - Static variable in interface com.sun.lwuit.events.DataChangedListener
Type value for changed data in ListModel
changeParameterType(int, Class<?>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with a single different parameter type.
changeReturnType(Class<?>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with a different return type.
Channel - Interface in java.nio.channels
A nexus for I/O operations.
channel() - Method in class java.nio.channels.FileLock
Returns the file channel upon whose file this lock was acquired.
channel() - Method in class java.nio.channels.MembershipKey
Returns the channel for which this membership key was created.
channel() - Method in class java.nio.channels.SelectionKey
Returns the channel for which this key was created.
Channels - Class in java.nio.channels
Utility methods for channels and streams.
CHAR - 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 CHAR.
CHAR_REPLACEMENT - Static variable in class java.awt.font.TextAttribute
Attribute key for a user-defined glyph to display in lieu of the font's standard glyph for a character.
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
Character.UnicodeScript - Enum in java.lang
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
characteristics() - Method in interface java.util.Spliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractIntSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractLongSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in interface java.util.stream.Collector
Returns a Set of Collector.Characteristics indicating the characteristics of this Collector.
CharacterIterator - Interface in java.text
This interface defines a protocol for bidirectional iteration over text.
Characters - Interface in javax.xml.stream.events
This describes the interface to Characters events.
CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is characters
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
CharArrayReader - Class in com.codename1.io
A specialized Reader for reading the contents of a char array.
CharArrayReader(char[]) - Constructor for class com.codename1.io.CharArrayReader
Constructs a CharArrayReader on the char array buf.
CharArrayReader(char[], int, int) - Constructor for class com.codename1.io.CharArrayReader
Constructs a CharArrayReader on the char array buf.
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.String
charAt returns the 16-bit character at the given index of this String.
charAt(int) - Method in class java.lang.StringBuffer
 
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
charCount(int) - Static method in class java.lang.Character
Determines the number of char values needed to represent the specified character (Unicode code point).
chars() - Method in interface java.lang.CharSequence
Returns a stream of int zero-extending the char values from this sequence.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
Charset - Class in java.nio.charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
Charset(String, String[]) - Constructor for class java.nio.charset.Charset
Initializes a new charset with the given canonical name and alias set.
charsetForName(String) - Method in class java.nio.charset.spi.CharsetProvider
Retrieves a charset for the given charset name.
CharsetProvider - Class in java.nio.charset.spi
Charset service-provider class.
CharsetProvider() - Constructor for class java.nio.charset.spi.CharsetProvider
Initializes a new charset provider.
charsets() - Method in class java.nio.charset.spi.CharsetProvider
Creates an iterator that iterates over the charsets supported by this provider.
charsWidth(char[], int, int) - Method in class com.codename1.ui.Font
Return the width of the given characters in this font instance
charsWidth(char[], int, int) - Method in class com.sun.lwuit.Font
Return the width of the given characters in this font instance
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class com.codename1.ui.Font
Return the width of the specific character when rendered alone
charWidth(int) - Method in class com.codename1.ui.Font
Return the width of the specific code point when rendered alone
charWidth(char) - Method in class com.sun.lwuit.Font
Return the width of the specific character when rendered alone
charWidth(int) - Method in class com.sun.lwuit.Font
Return the width of the specific code point when rendered alone
check(Object, String) - Method in class com.codename1.ui.list.FilterProxyListModel
Checks whether the filter condition is matched, receives an uppercase version of the filter string to match against
check(Certificate) - Method in interface java.security.cert.CertPathChecker
Performs the check(s) on the specified certificate using its internal state.
check(Certificate, Collection<String>) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
check(Certificate) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state.
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess() - Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Path, AccessMode...) - Method in class java.nio.file.spi.FileSystemProvider
Checks the existence, and optionally the accessibility, of a file.
checkAccess() - Method in class java.util.logging.LogManager
Check that the current context is trusted to modify the logging configuration.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
CheckBox - Class in com.codename1.ui
Checkbox is a button that can be selected or deselected, and which displays its state to the user.
CheckBox(String) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given text
CheckBox() - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with no text
CheckBox(Image) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given icon
CheckBox(String, Image) - Constructor for class com.codename1.ui.CheckBox
Constructs a checkbox with the given text and icon
CheckBox - Class in com.sun.lwuit
Checkbox is a button that can be selected or deselected, and which displays its state to the user.
CheckBox(String) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given text
CheckBox() - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with no text
CheckBox(Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given icon
CheckBox(String, Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given text and icon
checkClientTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
checkClientTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified collection.
CheckedInputStream - Class in java.util.zip
An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified list.
checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified map.
checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable map.
checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable set.
CheckedOutputStream - Class in java.util.zip
An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified queue.
checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified set.
checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted map.
checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted set.
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkError() - Method in class java.io.PrintWriter
Flushes the stream if it's not closed and checks its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkGuard(Object) - Method in interface java.security.Guard
Determines whether or not to allow access to the guarded object object.
checkGuard(Object) - Method in class java.security.Permission
Implements the guard interface for a permission.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class<?>, int) - Method in class java.lang.SecurityManager
Deprecated.
This method relies on the caller being at a stack depth of 4 which is error-prone and cannot be enforced by the runtime. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated.
Use #checkPermission(java.security.Permission) instead
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission(Permission) - Method in class java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.
checkPermission(Permission) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the current AccessControlContext and security policy.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkServerTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
checkServerTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
Checksum - Interface in java.util.zip
An interface representing a data checksum.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkValidIntValue(long) - Method in enum java.time.temporal.ChronoField
Checks that the specified value is valid and fits in an int.
checkValidIntValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
Checks that the specified value is valid and fits in an int.
checkValidity() - Method in class java.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class java.security.cert.X509Certificate
Checks that the given date is within the certificate's validity period.
checkValidity() - Method in class javax.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class javax.security.cert.X509Certificate
Checks that the specified date is within the certificate's validity period.
checkValidValue(long) - Method in enum java.time.temporal.ChronoField
Checks that the specified value is valid for this field.
checkValidValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
Checks that the specified value is valid.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cherokee" Unicode character block.
childToDisplayLabel(Object) - Method in class com.codename1.components.FileTree
 
childToDisplayLabel(Object) - Method in class com.codename1.ui.tree.Tree
Converts a tree child to a label, this method can be overriden for simple rendering effects
childToDisplayLabel(Object) - Method in class com.sun.lwuit.tree.Tree
Converts a tree child to a label, this method can be overriden for simple rendering effects
childValue(T) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
ChoiceCallback - Class in javax.security.auth.callback
Underlying security services instantiate and pass a ChoiceCallback to the handle method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
ChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.auth.callback.ChoiceCallback
Construct a ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
ChoiceFormat - Class in java.text
A ChoiceFormat allows you to attach a format to a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
choices - Variable in class java.sql.DriverPropertyInfo
An array of possible values if the value for the field DriverPropertyInfo.value may be selected from a particular set of values; otherwise null.
chooseClientAlias(String[], Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
Choose an alias to authenticate the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
Choose an alias to authenticate the client side of an SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
Choose an alias to authenticate the server side of an SSLEngine connection given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseServerAlias(String, Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
Choose an alias to authenticate the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
ChronoField - Enum in java.time.temporal
A standard set of fields.
ChronoLocalDate - Interface in java.time.chrono
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.
ChronoLocalDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
Chronology - Interface in java.time.chrono
A calendar system, used to organize and identify dates.
chronology() - Static method in class java.time.temporal.TemporalQueries
A query for the Chronology.
ChronoPeriod - Interface in java.time.chrono
A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases.
ChronoUnit - Enum in java.time.temporal
A standard set of date periods units.
ChronoZonedDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
chunkLength - Variable in class java.net.HttpURLConnection
The chunk-length when using chunked encoding streaming mode for output.
Cipher - Class in javax.crypto
This class provides the functionality of a cryptographic cipher for encryption and decryption.
Cipher(CipherSpi, Provider, String) - Constructor for class javax.crypto.Cipher
Creates a Cipher object.
CipherInputStream - Class in javax.crypto
A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.
CipherInputStream(InputStream, Cipher) - Constructor for class javax.crypto.CipherInputStream
Constructs a CipherInputStream from an InputStream and a Cipher.
CipherInputStream(InputStream) - Constructor for class javax.crypto.CipherInputStream
Constructs a CipherInputStream from an InputStream without specifying a Cipher.
CipherOutputStream - Class in javax.crypto
A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out to the underlying OutputStream.
CipherOutputStream(OutputStream, Cipher) - Constructor for class javax.crypto.CipherOutputStream
Constructs a CipherOutputStream from an OutputStream and a Cipher.
CipherOutputStream(OutputStream) - Constructor for class javax.crypto.CipherOutputStream
Constructs a CipherOutputStream from an OutputStream without specifying a Cipher.
CipherSpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the Cipher class.
CipherSpi() - Constructor for class javax.crypto.CipherSpi
 
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility" Unicode character block.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Forms" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Radicals Supplement" Unicode character block.
CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Strokes" Unicode character block.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Symbols and Punctuation" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension C" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension D" Unicode character block.
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a class attribute name, indicates the format of that attribute, using the layout language specified in the JSR 200 specification.
CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
Name object for Class-Path manifest attribute.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String) - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
classLoaderDepth() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a class.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
ClassValue<T> - Class in java.lang
Lazily associate a computed value with (potentially) every type.
ClassValue() - Constructor for class java.lang.ClassValue
Sole constructor.
clean(ObjID[], long, VMID, boolean) - Method in interface java.rmi.dgc.DGC
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
cleanSource() - Method in class com.codename1.ui.animations.Transition
Allows setting the source form to null to save memory if the transition doesn't need it in memory.
cleanSource() - Method in class com.sun.lwuit.animations.Transition
Allows setting the source form to null to save memory if the transition doesn't need it in memory.
cleanTempStorage() - Method in class com.codename1.facebook.FaceBookAccess
Deletes all temp storage.
cleanup(Object) - Static method in class com.codename1.io.Util
Closes the object (connection, stream etc.) without throwing any exception, even if the object is null
cleanup() - Method in class com.codename1.javascript.JavascriptContext
Cleans up stale references to Javascript objects.
cleanup() - Method in interface com.codename1.media.Media
Stops the audio playback and cleans up the resources related to it immediately.
cleanup() - Method in class com.codename1.testing.AbstractTest
 
cleanup() - Method in interface com.codename1.testing.UnitTest
Cleanup after a test case executed
cleanup() - Method in class com.codename1.ui.animations.CommonTransitions
 
cleanup() - Method in class com.codename1.ui.animations.Transition
Optional operation to cleanup the garbage left over by a running transition
cleanup() - Method in class com.sun.lwuit.animations.CommonTransitions
 
cleanup() - Method in class com.sun.lwuit.animations.Transition
Optional operation to cleanup the garbage left over by a running transition
clear() - Method in class com.codename1.ui.TextField
Cleares the text from the TextField
clear() - Method in class com.sun.lwuit.TextField
Cleares the text from the TextField
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.nio.Buffer
Clears this buffer.
clear() - Method in class java.security.Provider
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.SynchronousQueue
Does nothing.
clear() - Method in class java.util.EnumMap
Removes all mappings from this map.
clear() - Method in class java.util.HashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.jar.Attributes
Removes all attributes from this Map.
clear() - Method in class java.util.jar.Manifest
Clears the main Attributes as well as the entries in this Manifest.
clear() - Method in class java.util.LinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.Locale.Builder
Resets the builder to its initial, empty state.
clear() - Method in interface java.util.Map
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.PriorityQueue
Removes all of the elements from this priority queue.
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Removes all of the mappings from this map.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all of the mappings from this map.
clear() - Method in class javax.script.SimpleBindings
Removes all of the mappings from this map (optional operation).
clear() - Method in class javax.xml.datatype.XMLGregorianCalendar
Unset all fields to undefined.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clearAll() - Static method in class com.codename1.io.Preferences
Remove all preferences
clearAllCache() - Method in class com.codename1.io.CacheMap
Clears the caches for this cache object
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearBatch() - Method in interface java.sql.Statement
Empties this Statement object's current list of SQL commands.
clearBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
clearBitmapCache() - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
clearBitmapCache() - Static method in class com.sun.lwuit.Font
Bitmap fonts are cached this method allows us to flush the cache thus allows us to reload a font
clearCache() - Method in class com.codename1.cloud.CloudListModel
Flushes the cache which might be essential when adding new elements
clearCache() - Method in class com.codename1.io.Storage
Storage is cached for faster access, however this might cause a problem with refreshing objects since they are not cloned.
clearCache() - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the caller's class loader.
clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the given class loader.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearClientProperties() - Method in class com.codename1.ui.Component
Clears all client properties from this Component
clearClientProperties() - Method in class com.codename1.ui.Container
 
clearCookiesFromStorage() - Static method in class com.codename1.io.Cookie
Clears all cookies history from storage
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearExtensions() - Method in class java.util.Locale.Builder
Resets the extensions to their initial, empty state.
clearHistory() - Method in class com.codename1.ui.BrowserComponent
Clears navigation history
clearImageBorderSpecialTile() - Method in class com.codename1.ui.plaf.Border
Cleans the tile tracking state allowing the garbage collector to pick up the component and the image data
clearListener() - Method in class com.codename1.location.LocationManager
Allows the implementation to track events
clearMemoryCache() - Method in class com.codename1.io.CacheMap
Clears the memory cache
clearParameters() - Method in interface java.sql.PreparedStatement
Clears the current parameter values immediately.
clearParameters() - Method in interface javax.sql.RowSet
Clears the parameters set for this RowSet object's command.
clearParameters() - Method in class javax.xml.transform.Transformer
Clear all parameters set with setParameter.
clearPassword() - Method in class javax.crypto.spec.PBEKeySpec
Clears the internal copy of the password.
clearPassword() - Method in class javax.security.auth.callback.PasswordCallback
Clear the retrieved password.
clearProperty(String) - Static method in class java.lang.System
clearProperty removes a given property
clearSelection() - Method in class com.codename1.ui.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clearSelection() - Method in class com.sun.lwuit.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clearStorage() - Method in class com.codename1.io.Storage
Deletes all the files in the application storage
clearStorageCache() - Method in class com.codename1.io.CacheMap
Clears the storage cache
clearWarnings() - Method in interface java.sql.Connection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in interface java.sql.ResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in interface java.sql.Statement
Clears all the warnings reported on this Statement object.
clickButtonByLabel(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByLabel(String) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given label
clickButtonByName(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByName(String) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given label
clickButtonByPath(int[]) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickButtonByPath(int[]) - Static method in class com.codename1.testing.TestUtils
Clicks the button with the given component path
clickMenuItem(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
clickMenuItem(String) - Static method in class com.codename1.testing.TestUtils
Executes a menu command with the given name
ClientInfoStatus - Enum in java.sql
Enumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo
clipRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
Clips the given rectangle by intersecting with the current clipping region, this method can thus only shrink the clipping region and never increase it.
clipRect(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Clips the given rectangle by intersecting with the current clipping region, this method can thus only shrink the clipping region and never increase it.
Clob - Interface in java.sql
The mapping in the Java™ programming language for the SQL CLOB type.
CLOB - 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 CLOB.
Clock - Class in java.time
A clock providing access to the current instant, date and time using a time-zone.
Clock() - Constructor for class java.time.Clock
Constructor accessible by subclasses.
clockSequence() - Method in class java.util.UUID
The clock sequence value associated with this UUID.
clone() - Method in class com.codename1.io.gzip.Deflate
 
clone() - Method in class com.codename1.io.gzip.GZIPHeader
 
clone() - Method in class com.codename1.l10n.DateFormat
 
clone() - Method in class com.codename1.l10n.DateFormatSymbols
 
clone() - Method in class com.codename1.l10n.SimpleDateFormat
 
clone() - Method in class com.codename1.ui.layouts.GridBagConstraints
 
clone() - Method in class com.codename1.ui.layouts.Insets
 
clone() - Method in class java.awt.image.ImageFilter
Clones this object.
clone() - Method in class java.lang.Enum
Throws CloneNotSupportedException.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.lang.Thread
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
clone() - Method in class java.net.HttpCookie
Create and return a copy of this object.
clone() - Method in class java.rmi.server.UnicastRemoteObject
Returns a clone of the remote object that is distinct from the original.
clone() - Method in interface java.security.cert.CertPathBuilderResult
Makes a copy of this CertPathBuilderResult.
clone() - Method in interface java.security.cert.CertPathParameters
Makes a copy of this CertPathParameters.
clone() - Method in interface java.security.cert.CertPathValidatorResult
Makes a copy of this CertPathValidatorResult.
clone() - Method in interface java.security.cert.CertSelector
Makes a copy of this CertSelector.
clone() - Method in interface java.security.cert.CertStoreParameters
Makes a copy of this CertStoreParameters.
clone() - Method in class java.security.cert.CollectionCertStoreParameters
Returns a copy of this object.
clone() - Method in interface java.security.cert.CRLSelector
Makes a copy of this CRLSelector.
clone() - Method in class java.security.cert.LDAPCertStoreParameters
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXCertPathChecker
Returns a clone of this object.
clone() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXParameters
Makes a copy of this PKIXParameters object.
clone() - Method in class java.security.cert.PKIXRevocationChecker
 
clone() - Method in class java.security.cert.X509CertSelector
Returns a copy of this object.
clone() - Method in class java.security.cert.X509CRLSelector
Returns a copy of this object.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.text.BreakIterator
Create a copy of this iterator
clone() - Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone() - Method in class java.text.ChoiceFormat
Overrides Cloneable
clone() - Method in class java.text.Collator
Overrides Cloneable
clone() - Method in class java.text.DateFormat
Overrides Cloneable
clone() - Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone() - Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone() - Method in class java.text.DecimalFormatSymbols
Standard override.
clone() - Method in class java.text.Format
Creates and returns a copy of this object.
clone() - Method in class java.text.MessageFormat
Creates and returns a copy of this object.
clone() - Method in class java.text.NumberFormat
Overrides Cloneable.
clone() - Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone() - Method in class java.text.SimpleDateFormat
Creates a copy of this SimpleDateFormat.
clone() - Method in class java.text.StringCharacterIterator
Creates a copy of this iterator.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a shallow copy of this list.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.EnumMap
Returns a shallow copy of this enum map.
clone() - Method in class java.util.EnumSet
Returns a copy of this set.
clone() - Method in class java.util.GregorianCalendar
 
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.jar.Attributes
Returns a copy of the Attributes, implemented as follows:
clone() - Method in class java.util.jar.Manifest
Returns a shallow copy of this Manifest.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable.
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.zip.ZipEntry
Returns a copy of this entry.
clone() - Method in class javax.crypto.Mac
Returns a clone if the provider implementation is cloneable.
clone() - Method in class javax.crypto.MacSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class javax.xml.datatype.XMLGregorianCalendar
Creates and returns a copy of this object.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in interface com.codename1.db.Cursor
Close the cursor and release its resources
close() - Method in class com.codename1.db.Database
Closes the database
close() - Method in class com.codename1.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.codename1.io.BufferedOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.codename1.io.CharArrayReader
This method closes this CharArrayReader.
close() - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
close() - Method in class com.codename1.io.gzip.FilterInputStream
 
close() - Method in class com.codename1.io.gzip.FilterOutputStream
 
close() - Method in class com.codename1.io.gzip.InflaterInputStream
 
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
 
close() - Method in class java.io.BufferedWriter
 
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
 
close() - Method in class java.io.FilterWriter
 
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
 
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
 
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.PrintWriter
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
Closes the stream, flushing it first.
close() - Method in interface java.lang.AutoCloseable
Closes this resource, relinquishing any underlying resources.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.DatagramSocketImpl
Close the socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.net.SocketImpl
Closes this socket.
close() - Method in class java.net.URLClassLoader
Closes this URLClassLoader, so that it can no longer be used to load new classes or resources that are defined by this loader.
close() - Method in interface java.nio.channels.AsynchronousChannel
Closes this channel.
close() - Method in interface java.nio.channels.Channel
Closes this channel.
close() - Method in class java.nio.channels.FileLock
This method invokes the FileLock.release() method.
close() - Method in interface java.nio.channels.InterruptibleChannel
Closes this channel.
close() - Method in interface java.nio.channels.MulticastChannel
Closes this channel.
close() - Method in class java.nio.channels.Selector
Closes this selector.
close() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
Closes this channel.
close() - Method in class java.nio.channels.spi.AbstractSelector
Closes this selector.
close() - Method in class java.nio.file.FileSystem
Closes this file system.
close() - Method in interface java.nio.file.WatchService
Closes this watch service.
close() - Method in interface java.sql.Connection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in interface java.sql.ResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in interface java.sql.Statement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class java.util.Formatter
Closes this formatter.
close() - Method in class java.util.logging.ConsoleHandler
Override StreamHandler.close to do a flush but not to close the output stream.
close() - Method in class java.util.logging.FileHandler
Close all the files.
close() - Method in class java.util.logging.Handler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.MemoryHandler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.SocketHandler
Close this output stream.
close() - Method in class java.util.logging.StreamHandler
Close the current output stream.
close() - Method in class java.util.Scanner
Closes this scanner.
close() - Method in interface java.util.stream.BaseStream
Closes this stream, causing all close handlers for this stream pipeline to be called.
close() - Method in class java.util.zip.DeflaterInputStream
Closes this input stream and its underlying input stream, discarding any pending uncompressed data.
close() - Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterOutputStream
Writes any remaining uncompressed data to the output stream and closes the underlying output stream.
close() - Method in class java.util.zip.ZipFile
Closes the ZIP file.
close() - Method in class java.util.zip.ZipInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
close() - Method in class javax.crypto.CipherInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class javax.crypto.CipherOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in interface javax.microedition.io.Connection
 
close() - Method in interface javax.sql.PooledConnection
Closes the physical connection that this PooledConnection object represents.
close() - Method in class javax.xml.stream.util.EventReaderDelegate
 
close() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
close() - Method in interface javax.xml.stream.XMLEventReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLEventWriter
Frees any resources associated with this stream
close() - Method in interface javax.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
CLOSE_ALL_RESULTS - Static variable in interface java.sql.Statement
The constant indicating that all ResultSet objects that have previously been kept open should be closed when calling getMoreResults.
CLOSE_CURRENT_RESULT - Static variable in interface java.sql.Statement
The constant indicating that the current ResultSet object should be closed when calling getMoreResults.
CLOSE_CURSORS_AT_COMMIT - Static variable in interface java.sql.ResultSet
The constant indicating that open ResultSet objects with this holdability will be closed when the current transaction is committed.
CLOSE_FAILURE - Static variable in class java.util.logging.ErrorManager
CLOSE_FAILURE is used when a close of an output stream fails.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
closeCurrentMenu() - Static method in class com.codename1.ui.SideMenuBar
Folds the current side menu if it is open, notice that the menu will close asynchronously
closeCurrentMenu(Runnable) - Static method in class com.codename1.ui.SideMenuBar
Folds the current side menu if it is open, when the menu is closed it will invoke the runnable callback method
ClosedDirectoryStreamException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.
ClosedDirectoryStreamException() - Constructor for exception java.nio.file.ClosedDirectoryStreamException
Constructs an instance of this class.
ClosedFileSystemException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.
ClosedFileSystemException() - Constructor for exception java.nio.file.ClosedFileSystemException
Constructs an instance of this class.
ClosedWatchServiceException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.
ClosedWatchServiceException() - Constructor for exception java.nio.file.ClosedWatchServiceException
Constructs an instance of this class.
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closeInbound() - Method in class javax.net.ssl.SSLEngine
Signals that no more inbound network data will be sent to this SSLEngine.
closeMenu() - Method in class com.codename1.ui.SideMenuBar
Closes the menu if it is currently open
closeOnCompletion() - Method in interface java.sql.Statement
Specifies that this Statement will be closed when all its dependent result sets are closed.
closeOutbound() - Method in class javax.net.ssl.SSLEngine
Signals that no more outbound application data will be sent on this SSLEngine.
CloudException - Exception in com.codename1.cloud
Thrown in case of a server error or failure in connection
CloudImageProperty - Class in com.codename1.cloud
A custom property that converts a cloud file id value to an image that is cached locally asynchronously.
CloudImageProperty(String, EncodedImage) - Constructor for class com.codename1.cloud.CloudImageProperty
Create an image property for the given id that will hold the place holder image while downloading the actual image
CloudListModel - Class in com.codename1.cloud
Seamlessly creates a cloud based searchable list model
CloudListModel(String, int, int, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed bellow.
CloudListModel(String, int, int, String, boolean) - Constructor for class com.codename1.cloud.CloudListModel
Creates a list model that shows all the cloud elements that have the given key matching the given value at the visibility scope listed bellow.
CloudObject - Class in com.codename1.cloud
A cloud object can be persisted to the cloud or locally it is a set of key/value pairs that can be either strings or numbers.
CloudObject() - Constructor for class com.codename1.cloud.CloudObject
Default constructor for externalization purposes only!
CloudObject(String) - Constructor for class com.codename1.cloud.CloudObject
Constructor
CloudObject(String, int) - Constructor for class com.codename1.cloud.CloudObject
Create an object with different permissions settings
CloudPersona - Class in com.codename1.cloud
A persona represents a user of the cloud, this is an optional feature that allows data to be limited to a specific user on the server side.
CloudResponse<T> - Interface in com.codename1.cloud
Used as a callback for the asynchronous version of the cloud storage API, these methods are invoked on the EDT!
CloudStorage - Class in com.codename1.cloud
The cloud storage class allows developers to use the Codename One cloud based storage API as a shared database for your application.
CloudStorage() - Constructor for class com.codename1.cloud.CloudStorage
 
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
Potentially coalesce an event being posted with an existing event.
code - Variable in exception org.w3c.dom.DOMException
 
code - Variable in exception org.w3c.dom.events.EventException
 
code - Variable in exception org.w3c.dom.ls.LSException
 
CODE_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a code attribute name, indicates the format of that attribute.
codenameOneRunning - Variable in class com.codename1.ui.Display
 
codePointAt(CharSequence, int) - Static method in class java.lang.Character
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array.
codePointAt(char[], int, int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array, where only array elements with index less than limit can be used.
codePointAt(int) - Method in class java.lang.String
codePointAt
codePointAt(int) - Method in class java.lang.StringBuffer
 
codePointBefore(CharSequence, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the CharSequence.
codePointBefore(char[], int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array.
codePointBefore(char[], int, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array, where only array elements with index greater than or equal to start can be used.
codePointBefore(int) - Method in class java.lang.String
codePointBefore
codePointBefore(int) - Method in class java.lang.StringBuffer
 
codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in the text range of the specified char sequence.
codePointCount(char[], int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in a subarray of the char array argument.
codePointCount(int, int) - Method in class java.lang.String
codePointCount
codePointCount(int, int) - Method in class java.lang.StringBuffer
 
codePoints() - Method in interface java.lang.CharSequence
Returns a stream of code point values from this sequence.
CoderMalfunctionError - Error in java.nio.charset
Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.
CoderMalfunctionError(Exception) - Constructor for error java.nio.charset.CoderMalfunctionError
Initializes an instance of this class.
CoderResult - Class in java.nio.charset
A description of the result state of a coder.
CodeScanner - Class in com.codename1.codescan
A barcode/qrcode scanner API, this class is a singleton, notice that this API might not be implemented for all platforms in which case the getInstance() method will return null!
CodeScanner() - Constructor for class com.codename1.codescan.CodeScanner
 
CodeSigner - Class in java.security
This class encapsulates information about a code signer.
CodeSigner(CertPath, Timestamp) - Constructor for class java.security.CodeSigner
Constructs a CodeSigner object.
CodeSource - Class in java.security
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
CodeSource(URL, CodeSigner[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of code signers.
CodingErrorAction - Class in java.nio.charset
A typesafe enumeration for coding-error actions.
collapsePath(Object...) - Method in class com.codename1.ui.tree.Tree
Collapses the last element in the path
CollationElementIterator - Class in java.text
The CollationElementIterator class is used as an iterator to walk through each character of an international string.
CollationKey - Class in java.text
A CollationKey represents a String under the rules of a specific Collator object.
CollationKey(String) - Constructor for class java.text.CollationKey
CollationKey constructor.
Collator - Class in java.text
The Collator class performs locale-sensitive String comparison.
Collator() - Constructor for class java.text.Collator
Default constructor.
CollatorProvider - Class in java.text.spi
An abstract class for service providers that provide concrete implementations of the Collator class.
CollatorProvider() - Constructor for class java.text.spi.CollatorProvider
Sole constructor.
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.DoubleStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.IntStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.LongStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface java.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream.
collect(Collector<? super T, A, R>) - Method in interface java.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collectArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Adapts a target method handle by pre-processing a sub-sequence of its arguments with a filter (another method handle).
collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class java.util.stream.Collectors
Adapts a Collector to perform an additional finishing transformation.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
CollectionCertStoreParameters - Class in java.security.cert
Parameters used as input for the Collection CertStore algorithm.
CollectionCertStoreParameters(Collection<?>) - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters which will allow certificates and CRLs to be retrieved from the specified Collection.
CollectionCertStoreParameters() - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters with the default parameter values (an empty and immutable Collection).
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
Collector<T,A,R> - Interface in java.util.stream
A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed.
Collector.Characteristics - Enum in java.util.stream
Characteristics indicating properties of a Collector, which can be used to optimize reduction implementations.
Collectors - Class in java.util.stream
Implementations of Collector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.
COLOR_AQUA - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_BLACK - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_BLUE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_FUCHSIA - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_GRAY - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_GREEN - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_LIME - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_MAROON - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_NAVY - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_OLIVE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_ORANGE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_PURPLE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_RED - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_SILVER - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_TEAL - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_WHITE - Static variable in class com.codename1.ui.html.HTMLElement
 
COLOR_YELLOW - Static variable in class com.codename1.ui.html.HTMLElement
 
ColorModel - Class in java.awt.image
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ColorModel(int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixels of the specified number of bits to color/alpha components.
ColorModel(int, int[], ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixel values to color/alpha components.
columnNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column might not allow NULL values.
columnNoNulls - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that a column does not allow NULL values.
columnNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column definitely allows NULL values.
columnNullable - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that a column allows NULL values.
columnNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that the nullability of columns is unknown.
columnNullableUnknown - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that the nullability of a column's values is unknown.
columnWeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
columnWidths - Variable in class com.codename1.ui.layouts.GridBagLayout
 
com.codename1.ads - package com.codename1.ads
The Ads API allows developers to add Ads to their apps
com.codename1.analytics - package com.codename1.analytics
The analytics API allows tracking your mobile application usage in the field to give you real-time data on how your application is used.
com.codename1.capture - package com.codename1.capture
Package for capturing photos, audio or video from the camera/microphone.
com.codename1.cloud - package com.codename1.cloud
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted easily.
com.codename1.codescan - package com.codename1.codescan
Bar/QR code scanning API, currently based on the zxing implementation
com.codename1.components - package com.codename1.components
Generic elaborate components that make use of both UI elements and storage.
com.codename1.contacts - package com.codename1.contacts
Provides access to the contacts list from the device
com.codename1.db - package com.codename1.db
SQLite support.
com.codename1.facebook - package com.codename1.facebook
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
com.codename1.facebook.ui - package com.codename1.facebook.ui
User interface for integrating with basic Facebook features currently mostly the Like button
com.codename1.io - package com.codename1.io
Codename One IO is intended as a componentized solution for IO operations that allows us to centralize IO logic while maintaining a more portable approach for threads.
com.codename1.io.gzip - package com.codename1.io.gzip
gzip support based on https://github.com/ymnk/jzlib
com.codename1.io.services - package com.codename1.io.services
Default WebService implementations
com.codename1.javascript - package com.codename1.javascript
The Codename One JS Bridge package includes classes that facilitate the interaction between Java and Javascript in a Codename One application.
com.codename1.l10n - package com.codename1.l10n
The Localization API allows developers to adapt their applications to different geographic locales and conventions.
com.codename1.location - package com.codename1.location
Simple abstraction of location services (GPS/Triangulation) providing user global positioning and monitoring over such changes.
com.codename1.maker - package com.codename1.maker
Contains the set of API's that allows developers to build plugins for the Codename One Maker tool.
com.codename1.maps - package com.codename1.maps
The mapping API allows developers to use maps in their applications, add layers on top of the map and to enhance the API with additional Layers, Providers and functionality.
com.codename1.maps.layers - package com.codename1.maps.layers
The Layers are elements that are displayed on the map.
com.codename1.maps.providers - package com.codename1.maps.providers
These are the map providers, currently http://www.openstreetmap.org/ is supported.
com.codename1.media - package com.codename1.media
Video and audio playback support are handled within this package using the Media/Media manager APIs.
com.codename1.messaging - package com.codename1.messaging
This API allows to send e-mail messages through underlying platforms e-mail clients.
com.codename1.payment - package com.codename1.payment
In-App Billing/Purchase API's are abstracted by this package.
com.codename1.processing - package com.codename1.processing
IO Related tools and utilities, e.g.
com.codename1.push - package com.codename1.push
Push notification support using either device specific protocols when available
com.codename1.share - package com.codename1.share
Sharing services, that can be registered on the ShareButton
com.codename1.social - package com.codename1.social
Connectors for native social network SDK's
com.codename1.system - package com.codename1.system
Low level calls into the Codename One system, including support for making platform native API calls.
com.codename1.testing - package com.codename1.testing
This package contains everything necessary for unit tests, automation of tests and everything in between.
com.codename1.ui - package com.codename1.ui
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.codename1.ui.animations - package com.codename1.ui.animations
All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package.
com.codename1.ui.events - package com.codename1.ui.events
Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
com.codename1.ui.geom - package com.codename1.ui.geom
Contains classes related to geometry locations and calculations such as rectangle and size
com.codename1.ui.html - package com.codename1.ui.html
This package is deprecated and used only for legacy support, use the WebBrowser component from the components package.
com.codename1.ui.layouts - package com.codename1.ui.layouts
Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.
com.codename1.ui.list - package com.codename1.ui.list
Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern.
com.codename1.ui.painter - package com.codename1.ui.painter
Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine.
com.codename1.ui.plaf - package com.codename1.ui.plaf
Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look.
com.codename1.ui.spinner - package com.codename1.ui.spinner
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
com.codename1.ui.table - package com.codename1.ui.table
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
com.codename1.ui.tree - package com.codename1.ui.tree
Tree component for displaying hierarchy based information and its related classes
com.codename1.ui.util - package com.codename1.ui.util
Utility features that are either too domain specific or don't "fit" into any other packages including the Resource file format loading API.
com.codename1.util - package com.codename1.util
General utilities classes
com.codename1.xml - package com.codename1.xml
The XML package allows parsing XML documents into DOM objects.
com.sun.lwuit - package com.sun.lwuit
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.sun.lwuit.animations - package com.sun.lwuit.animations
All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package.
com.sun.lwuit.events - package com.sun.lwuit.events
Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
com.sun.lwuit.geom - package com.sun.lwuit.geom
Contains classes related to geometry locations and calculations such as rectangle and size
com.sun.lwuit.html - package com.sun.lwuit.html
The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support.
com.sun.lwuit.layouts - package com.sun.lwuit.layouts
Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.
com.sun.lwuit.list - package com.sun.lwuit.list
Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern.
com.sun.lwuit.misc - package com.sun.lwuit.misc
 
com.sun.lwuit.painter - package com.sun.lwuit.painter
Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine.
com.sun.lwuit.plaf - package com.sun.lwuit.plaf
Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look.
com.sun.lwuit.spinner - package com.sun.lwuit.spinner
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
com.sun.lwuit.table - package com.sun.lwuit.table
Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form
com.sun.lwuit.tree - package com.sun.lwuit.tree
Tree component for displaying hierarchy based information and its related classes
com.sun.lwuit.util - package com.sun.lwuit.util
Utility features that are either too domain specific or don't "fit" into any other packages.
combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
Modify or update the provided ProtectionDomains.
combine(DoubleSummaryStatistics) - Method in class java.util.DoubleSummaryStatistics
Combines the state of another DoubleSummaryStatistics into this one.
combine(IntSummaryStatistics) - Method in class java.util.IntSummaryStatistics
Combines the state of another IntSummaryStatistics into this one.
combine(LongSummaryStatistics) - Method in class java.util.LongSummaryStatistics
Combines the state of another LongSummaryStatistics into this one.
combine(ProtectionDomain[], ProtectionDomain[]) - Method in class javax.security.auth.SubjectDomainCombiner
Update the relevant ProtectionDomains with the Principals from the Subject associated with this SubjectDomainCombiner.
combiner() - Method in interface java.util.stream.Collector
A function that accepts two partial results and merges them.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks" Unicode character block.
COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks Supplement" Unicode character block.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Half Marks" Unicode character block.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
ComboBox<T> - Class in com.codename1.ui
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element.
ComboBox(Vector<T>) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
ComboBox(Object[]) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
ComboBox() - Constructor for class com.codename1.ui.ComboBox
Constructs an empty combo box
ComboBox(ListModel<T>) - Constructor for class com.codename1.ui.ComboBox
Creates a new instance of ComboBox
ComboBox - Class in com.sun.lwuit
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element.
ComboBox(Vector) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
ComboBox(Object[]) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
ComboBox() - Constructor for class com.sun.lwuit.ComboBox
Constructs an empty combo box
ComboBox(ListModel) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox
Command - Class in com.codename1.ui
The action placed on the soft buttons and in the Menu on devices, similar to the MIDP command abstraction and Swing's Actions.
Command(String) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, Image) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, int) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command(String, Image, int) - Constructor for class com.codename1.ui.Command
Creates a new instance of Command
Command - Class in com.sun.lwuit
The action placed on the soft buttons and in the Menu on devices, similar to the MIDP command abstraction and Swing's Actions.
Command(String) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, Image) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, Image, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command
Command(String, int, boolean) - Constructor for class com.sun.lwuit.Command
Deprecated.
this functionality is no longer supported use Form.setDefaultCommand() instead
Command(String, boolean) - Constructor for class com.sun.lwuit.Command
Deprecated.
this functionality is no longer supported use Form.setDefaultCommand() instead
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
command(List<String>) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command(String...) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command() - Method in class java.lang.ProcessBuilder
Returns this process builder's operating system program and arguments.
COMMAND_ACTIONABLE - Static variable in class com.codename1.ui.SideMenuBar
When using a side component we might want to only have it behave as a visual tool and still execute the command when it is clicked.
COMMAND_BEHAVIOR_BUTTON_BAR - Static variable in class com.codename1.ui.Display
Indicates that commands should be added to an always visible bar at the bottom of the form.
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_BACK - Static variable in class com.codename1.ui.Display
Identical to the bar behavior, places the back command within the title bar of the form/dialg
COMMAND_BEHAVIOR_BUTTON_BAR_TITLE_RIGHT - Static variable in class com.codename1.ui.Display
Places all commands on the right side of the title bar with a uniform size grid layout
COMMAND_BEHAVIOR_DEFAULT - Static variable in class com.codename1.ui.Display
Indicates that the Codename One implementation should decide internally the command behavior most appropriate for this platform.
COMMAND_BEHAVIOR_ICS - Static variable in class com.codename1.ui.Display
Commands are placed in the same was as they are in the ice cream sandwich Android OS update where the back button has a theme icon the application icon appears next to the
COMMAND_BEHAVIOR_NATIVE - Static variable in class com.codename1.ui.Display
Indicates that commands should try to add themselves to the native menus
COMMAND_BEHAVIOR_SIDE_NAVIGATION - Static variable in class com.codename1.ui.Display
Commands are placed in a side menu similar to Facebook/Google+ apps
COMMAND_BEHAVIOR_SOFTKEY - Static variable in class com.codename1.ui.Display
Indicates the classic Codename One command behavior where the commands are placed in a list within a dialog.
COMMAND_BEHAVIOR_TOUCH_MENU - Static variable in class com.codename1.ui.Display
Indicates the touch menu dialog rendered by Codename One where commands are placed into a scrollable dialog
COMMAND_PLACEMENT_KEY - Static variable in class com.codename1.ui.SideMenuBar
This string can be used in putClientProperty within command to hint about the placement of the command
COMMAND_PLACEMENT_VALUE_RIGHT - Static variable in class com.codename1.ui.SideMenuBar
This string can be used in putClientProperty within command to hint about the placement of the command e.g.
COMMAND_PLACEMENT_VALUE_TOP - Static variable in class com.codename1.ui.SideMenuBar
This string can be used in putClientProperty within command to hint about the placement of the command e.g.
COMMAND_SIDE_COMPONENT - Static variable in class com.codename1.ui.SideMenuBar
Allows placing a component instance into the client properties of the command so it is shown instead of the command e.g.: putClientProperty(SideMenuBar.COMMAND_SIDE_COMPONENT, myCustomComponentInstance);
CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Create a CommandEnvironment with all the necessary information.
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
Comment - Interface in javax.xml.stream.events
An interface for comment events
COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a comment
Comment - Interface in org.w3c.dom
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
COMMENTS - Static variable in class java.util.regex.Pattern
Permits whitespace and comments in pattern.
commit() - Method in class com.codename1.cloud.CloudStorage
Commit works synchronously and returns one of the return codes above to indicate the status.
commit(CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
A commit version that works asynchronously and returns one of the return codes above to indicate the status.
commit() - Method in interface java.sql.Connection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
commit() - Method in interface javax.security.auth.spi.LoginModule
Method to commit the authentication process (phase 2).
commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
Commits the global transaction specified by xid.
commitBinding() - Method in class com.codename1.cloud.CloudObject
If deferred changes exist this method applies these changes to the data
commitChange() - Method in class com.codename1.ui.TextField
Commit the changes made to the text field as a complete edit operation.
commitChange() - Method in class com.sun.lwuit.TextField
Commit the changes made to the text field as a complete edit operation.
commitTransaction() - Method in class com.codename1.db.Database
Commits current transaction
COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Common Indic Number Forms" Unicode character block.
CommonDataSource - Interface in javax.sql
Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource.
commonPool() - Static method in class java.util.concurrent.ForkJoinPool
Returns the common pool instance.
CommonTransitions - Class in com.codename1.ui.animations
Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.
CommonTransitions - Class in com.sun.lwuit.animations
Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue is sorted according to the natural ordering of its elements.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.TreeMap
 
comparator() - Method in class java.util.TreeSet
 
compare(Object, Object, boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
This method can be overriden by subclasses to allow sorting arbitrary objects within the list, it follows the traditional contract of the compare method in Java
compare(boolean, boolean) - Static method in class java.lang.Boolean
Compares two boolean values.
compare(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically.
compare(char, char) - Static method in class java.lang.Character
Compares two char values numerically.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(int, int) - Static method in class java.lang.Integer
Compares two int values numerically.
compare(long, long) - Static method in class java.lang.Long
Compares two long values numerically.
compare(short, short) - Static method in class java.lang.Short
Compares two short values numerically.
compare(String, String) - Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(Object, Object) - Method in class java.text.Collator
Compares its two arguments for order.
compare(String, String) - Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compare(T, T) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
compare(Duration) - Method in class javax.xml.datatype.Duration
Partial order relation comparison with this Duration instance.
compare(XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
Compare two instances of W3C XML Schema 1.0 date/time datatypes according to partial order relation defined in W3C XML Schema 1.0 Part 2, Section 3.2.7.3, Order relation on dateTime.
compareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
compareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareAndSetForkJoinTaskTag(short, short) - Method in class java.util.concurrent.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class java.util.concurrent.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
compareAndSetState(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareAndSetState(int, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareDocumentPosition(Node) - Method in interface org.w3c.dom.Node
Compares the reference node, i.e.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean instance with another.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(E) - Method in class java.lang.Enum
Compares this enum with the specified object for order.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(String) - Method in class java.lang.String
compareTo compares two strings lexicographically.
compareTo(BigDecimal) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified BigDecimal.
compareTo(BigInteger) - Method in class java.math.BigInteger
Compares this BigInteger with the specified BigInteger.
compareTo(URI) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(Charset) - Method in class java.nio.charset.Charset
Compares this charset to another.
compareTo(FileTime) - Method in class java.nio.file.attribute.FileTime
Compares the value of two FileTime objects for order.
compareTo(Path) - Method in interface java.nio.file.Path
Compares two abstract paths lexicographically.
compareTo(Timestamp) - Method in class java.sql.Timestamp
Compares this Timestamp object to the given Timestamp object.
compareTo(Date) - Method in class java.sql.Timestamp
Compares this Timestamp object to the given Date object.
compareTo(CollationKey) - Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(Chronology) - Method in class java.time.chrono.AbstractChronology
Compares this chronology to another chronology.
compareTo(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Compares this date to another date, including the chronology.
compareTo(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
Compares this date-time to another date-time, including the chronology.
compareTo(Chronology) - Method in interface java.time.chrono.Chronology
Compares this chronology to another chronology.
compareTo(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
Compares this date-time to another date-time, including the chronology.
compareTo(Duration) - Method in class java.time.Duration
Compares this duration to the specified Duration.
compareTo(Instant) - Method in class java.time.Instant
Compares this instant to the specified instant.
compareTo(ChronoLocalDate) - Method in class java.time.LocalDate
Compares this date to another date.
compareTo(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
Compares this date-time to another date-time.
compareTo(LocalTime) - Method in class java.time.LocalTime
Compares this time to another time.
compareTo(MonthDay) - Method in class java.time.MonthDay
Compares this month-day to another month-day.
compareTo(OffsetDateTime) - Method in class java.time.OffsetDateTime
Compares this date-time to another date-time.
compareTo(OffsetTime) - Method in class java.time.OffsetTime
Compares this OffsetTime to another time.
compareTo(Year) - Method in class java.time.Year
Compares this year to another year.
compareTo(YearMonth) - Method in class java.time.YearMonth
Compares this year-month to another year-month.
compareTo(ZoneOffsetTransition) - Method in class java.time.zone.ZoneOffsetTransition
Compares this transition to another based on the transition instant.
compareTo(ZoneOffset) - Method in class java.time.ZoneOffset
Compares this offset to another offset in descending order.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(UUID) - Method in class java.util.UUID
Compares this UUID with the specified UUID.
compareToIgnoreCase(String) - Method in class java.lang.String
compareTo compares two strings lexicographically ignoring case.
compareUnsigned(int, int) - Static method in class java.lang.Integer
Compares two int values numerically treating the values as unsigned.
compareUnsigned(long, long) - Static method in class java.lang.Long
Compares two long values numerically treating the values as unsigned.
comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a sort key from a type T, and returns a Comparator<T> that compares by that sort key using the specified Comparator.
comparing(Function<? super T, ? extends U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a Comparable sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingByKey() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on key.
comparingByKey(Comparator<? super K>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by key using the given Comparator.
comparingByValue() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on value.
comparingByValue(Comparator<? super V>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by value using the given Comparator.
comparingDouble(ToDoubleFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a double sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingInt(ToIntFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts an int sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingLong(ToLongFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a long sort key from a type T, and returns a Comparator<T> that compares by that sort key.
Compilable - Interface in javax.script
The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.
compile(String) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern.
compile(String, int) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern with the given flags.
compile(String) - Method in interface javax.script.Compilable
Compiles the script (source represented as a String) for later execution.
compile(Reader) - Method in interface javax.script.Compilable
Compiles the script (source read from Reader) for later execution.
compile(String) - Method in interface javax.xml.xpath.XPath
Compile an XPath expression for later evaluation.
compileClass(Class<?>) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
CompiledScript - Class in javax.script
Extended by classes that store results of compilations.
CompiledScript() - Constructor for class javax.script.CompiledScript
 
Compiler - Class in java.lang
The Compiler class is provided to support Java-to-native-code compilers and related services.
complementOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
CompletableFuture<T> - Class in java.util.concurrent
A Future that may be explicitly completed (setting its value and status), and may be used as a CompletionStage, supporting dependent functions and actions that trigger upon its completion.
CompletableFuture() - Constructor for class java.util.concurrent.CompletableFuture
Creates a new incomplete CompletableFuture.
CompletableFuture.AsynchronousCompletionTask - Interface in java.util.concurrent
A marker interface identifying asynchronous tasks produced by async methods.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
complete(T) - Method in class java.util.concurrent.CompletableFuture
If not already completed, sets the value returned by CompletableFuture.get() and related methods to the given value.
complete(T) - Method in class java.util.concurrent.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(CountedCompleter), marks this task as complete and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class java.util.concurrent.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completed(V, A) - Method in interface java.nio.channels.CompletionHandler
Invoked when an operation has completed.
completedFuture(U) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is already completed with the given value.
completeExceptionally(Throwable) - Method in class java.util.concurrent.CompletableFuture
If not already completed, causes invocations of CompletableFuture.get() and related methods to throw the given exception.
completeExceptionally(Throwable) - Method in class java.util.concurrent.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
COMPLETESCANLINES - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
CompletionException - Exception in java.util.concurrent
Exception thrown when an error or other exception is encountered in the course of completing a result or task.
CompletionException() - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with no detail message.
CompletionException(String) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message.
CompletionException(String, Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message and cause.
CompletionException(Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified cause.
CompletionHandler<V,A> - Interface in java.nio.channels
A handler for consuming the result of an asynchronous I/O operation.
CompletionService<V> - Interface in java.util.concurrent
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
CompletionStage<T> - Interface in java.util.concurrent
A stage of a possibly asynchronous computation, that performs an action or computes a value when another CompletionStage completes.
Component - Class in com.codename1.ui
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.
Component() - Constructor for class com.codename1.ui.Component
Creates a new instance of Component
Component - Class in com.sun.lwuit
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.
Component() - Constructor for class com.sun.lwuit.Component
Creates a new instance of Component
Component - Class in java.awt
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Component() - Constructor for class java.awt.Component
Constructs a new component.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
COMPONENT_FIRST - Static variable in class java.awt.event.ComponentEvent
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
ComponentAdapter - Class in java.awt.event
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
 
componentAdded(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent - Class in java.awt.event
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
ComponentGroup - Class in com.codename1.ui
A component group is a container that applies the given UIID to a set of components within it and gives the same UIID with "First"/"Last" prepended to the first and last components.
ComponentGroup() - Constructor for class com.codename1.ui.ComponentGroup
Default constructor
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
componentJars - Static variable in class com.codename1.ui.util.UIBuilder
 
ComponentListener - Interface in java.awt.event
The listener interface for receiving component events.
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's position changes.
componentRemoved(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been removed from the container.
componentRemoved(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
compose(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(Function<? super V, ? extends T>) - Method in interface java.util.function.Function
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
compose(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
comptable - Variable in class com.codename1.ui.layouts.GridBagLayout
 
compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class java.util.concurrent.CountedCompleter
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveAction
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveTask
The main computation performed by this task.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class java.security.Provider
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.HashMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.Hashtable
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
computeTime() - Method in class java.util.GregorianCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
computeValue(Class<?>) - Method in class java.lang.ClassValue
Computes the given class's derived value for this ClassValue.
concat(String) - Method in class java.lang.String
concat creates a String that contains the concatenation of this string and another string.
concat(DoubleStream, DoubleStream) - Static method in interface java.util.stream.DoubleStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(IntStream, IntStream) - Static method in interface java.util.stream.IntStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(LongStream, LongStream) - Static method in interface java.util.stream.LongStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(Stream<? extends T>, Stream<? extends T>) - Static method in interface java.util.stream.Stream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
CONCUR_READ_ONLY - Static variable in interface java.sql.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in interface java.sql.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may be updated.
CONCURRENT - Static variable in interface java.util.Spliterator
Characteristic value signifying that the element source may be safely concurrently modified (allowing additions, replacements, and/or removals) by multiple threads without external synchronization.
ConcurrentHashMap<K,V> - Class in java.util.concurrent
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMap() - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMap(int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentHashMap(int, float) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMap(int, float, int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMap.KeySetView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentLinkedDeque<E> - Class in java.util.concurrent
An unbounded concurrent deque based on linked nodes.
ConcurrentLinkedDeque() - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs an empty deque.
ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentLinkedQueue<E> - Class in java.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap<K,V> - Interface in java.util.concurrent
A Map providing thread safety and atomicity guarantees.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentNavigableMap<K,V> - Interface in java.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K,V> - Class in java.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet<E> - Class in java.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet<E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
Condition - Interface in java.util.concurrent.locks
Condition factors out the Object monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Creates a new ConditionObject instance.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Creates a new ConditionObject instance.
CONFIG - Static variable in class java.util.logging.Level
CONFIG is a message level for static configuration messages.
config(String) - Method in class java.util.logging.Logger
Log a CONFIG message.
config(Supplier<String>) - Method in class java.util.logging.Logger
Log a CONFIG message, which is only to be constructed if the logging level is such that the message will actually be logged.
Configuration - Class in javax.security.auth.login
A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the LoginModules should be invoked.
Configuration() - Constructor for class javax.security.auth.login.Configuration
Sole constructor.
Configuration.Parameters - Interface in javax.security.auth.login
This represents a marker interface for Configuration parameters.
ConfigurationSpi - Class in javax.security.auth.login
This class defines the Service Provider Interface (SPI) for the Configuration class.
ConfigurationSpi() - Constructor for class javax.security.auth.login.ConfigurationSpi
 
configureBlocking(boolean) - Method in class java.nio.channels.SelectableChannel
Adjusts this channel's blocking mode.
configureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Adjusts this channel's blocking mode.
ConfirmationCallback - Class in javax.security.auth.callback
Underlying security services instantiate and pass a ConfirmationCallback to the handle method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
ConfirmationCallback(int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, an option type and a default option.
ConfirmationCallback(int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, a list of options and a default option.
ConfirmationCallback(String, int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, an option type and a default option.
ConfirmationCallback(String, int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, a list of options and a default option.
connect(String, int, SocketConnection) - Static method in class com.codename1.io.Socket
Connect to a remote host
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(InetAddress, int) - Method in class java.net.DatagramSocketImpl
Connects a datagram socket to a remote destination.
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
connect(String, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(SocketAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Connects this channel.
connect(SocketAddress) - Method in class java.nio.channels.AsynchronousSocketChannel
Connects this channel.
connect(SocketAddress) - Method in class java.nio.channels.DatagramChannel
Connects this channel's socket.
connect(SocketAddress) - Method in class java.nio.channels.SocketChannel
Connects this channel's socket.
connect(String, Properties) - Method in interface java.sql.Driver
Attempts to make a database connection to the given URL.
connected - Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
ConnectException - Exception in java.rmi
A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
ConnectException(String) - Constructor for exception java.rmi.ConnectException
Constructs a ConnectException with the specified detail message.
ConnectException(String, Exception) - Constructor for exception java.rmi.ConnectException
Constructs a ConnectException with the specified detail message and nested exception.
connectFailed(URI, SocketAddress, IOException) - Method in class java.net.ProxySelector
Called to indicate that a connection could not be established to a proxy/socks server.
ConnectIOException - Exception in java.rmi
A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
ConnectIOException(String) - Constructor for exception java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message.
ConnectIOException(String, Exception) - Constructor for exception java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message and nested exception.
Connection - Interface in java.sql
A connection (session) with a specific database.
Connection - Interface in javax.microedition.io
A generic connection
connectionClosed(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Notifies this ConnectionEventListener that the application has called the method close on its representation of a pooled connection.
ConnectionClosedException - Exception in javax.microedition.io.file
 
ConnectionClosedException() - Constructor for exception javax.microedition.io.file.ConnectionClosedException
 
ConnectionClosedException(String) - Constructor for exception javax.microedition.io.file.ConnectionClosedException
 
connectionError(int, String) - Method in class com.codename1.io.SocketConnection
Invoked in case of an error in the socket connection, this method is invoked off the EDT
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Notifies this ConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.
connectionEstablished(InputStream, OutputStream) - Method in class com.codename1.io.SocketConnection
Invoked when a socket connection is established, this method is invoked off the EDT
ConnectionEvent - Class in javax.sql
An Event object that provides information about the source of a connection-related event.
ConnectionEvent(PooledConnection) - Constructor for class javax.sql.ConnectionEvent
Constructs a ConnectionEvent object initialized with the given PooledConnection object.
ConnectionEvent(PooledConnection, SQLException) - Constructor for class javax.sql.ConnectionEvent
Constructs a ConnectionEvent object initialized with the given PooledConnection object and SQLException object.
ConnectionEventListener - Interface in javax.sql
An object that registers to be notified of events generated by a PooledConnection object.
ConnectionNotFoundException - Exception in javax.microedition.io
 
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
 
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
 
ConnectionPoolDataSource - Interface in javax.sql
A factory for PooledConnection objects.
ConnectionRequest - Class in com.codename1.io
This class represents a connection object in the form of a request response typically common for HTTP/HTTPS connections.
ConnectionRequest() - Constructor for class com.codename1.io.ConnectionRequest
 
Connector - Class in javax.microedition.io
 
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
Console - Class in java.io
Methods to access the character-based console device, if any, associated with the current Java virtual machine.
console() - Static method in class java.lang.System
Returns the unique Console object associated with the current Java virtual machine, if any.
ConsoleHandler - Class in java.util.logging
This Handler publishes log records to System.err.
ConsoleHandler() - Constructor for class java.util.logging.ConsoleHandler
Create a ConsoleHandler for System.err.
constant(Class<?>, Object) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle of the requested return type which returns the given constant value every time it is invoked.
ConstantCallSite - Class in java.lang.invoke
A ConstantCallSite is a CallSite whose target is permanent, and can never be changed.
ConstantCallSite(MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
Creates a call site with a permanent target.
ConstantCallSite(MethodType, MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
Creates a call site with a permanent target, possibly bound to the call site itself.
constantName() - Method in exception java.lang.EnumConstantNotPresentException
Returns the name of the missing enum constant.
Constraint() - Constructor for class com.codename1.ui.table.TableLayout.Constraint
 
Constraint() - Constructor for class com.sun.lwuit.table.TableLayout.Constraint
 
Constructor<T> - Class in java.lang.reflect
Constructor provides information about, and access to, a single constructor for a class.
constructorModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a constructor.
consume() - Method in class com.codename1.ui.events.ActionEvent
Consume the event indicating that it was handled thus preventing other action listeners from handling/receiving the event
consume() - Method in class com.sun.lwuit.events.ActionEvent
Consume the event indicating that it was handled thus preventing other action listeners from handling/receiving the event
consume() - Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consume() - Method in class java.awt.event.InputMethodEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumer - Variable in class java.awt.image.ImageFilter
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data.
Consumer<T> - Interface in java.util.function
Represents an operation that accepts a single input argument and returns no result.
Contact - Class in com.codename1.contacts
This class represents a Contact information from the device Address Book
Contact() - Constructor for class com.codename1.contacts.Contact
Empty Constructor
ContactsManager - Class in com.codename1.contacts
This class uses as the Contacts manager of the device, it enables the possibility To get the Contacts that are available on the device.
ContactsManager() - Constructor for class com.codename1.contacts.ContactsManager
 
ContactsModel - Class in com.codename1.contacts
This Contacts model is responsible for querying Contacts from the device and to cache the data for faster usage
ContactsModel(String[]) - Constructor for class com.codename1.contacts.ContactsModel
Constructor with contacts ids
Container - Class in com.codename1.ui
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout) - Constructor for class com.codename1.ui.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.codename1.ui.Container
Constructs a new Container, with a FlowLayout.
Container - Class in com.sun.lwuit
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout) - Constructor for class com.sun.lwuit.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.sun.lwuit.Container
Constructs a new Container, with a FlowLayout.
Container - Class in java.awt
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER_FIRST - Static variable in class java.awt.event.ContainerEvent
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
ContainerAdapter - Class in java.awt.event
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
 
ContainerEvent - Class in java.awt.event
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
ContainerList - Class in com.codename1.ui.list
This is a "list component" implemented as a container with a layout manager which provides some of the ui advantages of a Container and some of a list while pulling out some of the drawbacks of both.
ContainerList() - Constructor for class com.codename1.ui.list.ContainerList
Default constructor
ContainerList(ListModel) - Constructor for class com.codename1.ui.list.ContainerList
Constructs a container list with the given model
ContainerList(Layout, ListModel) - Constructor for class com.codename1.ui.list.ContainerList
Constructs a container list with the given model and layout
ContainerListener - Interface in java.awt.event
The listener interface for receiving container events.
ContainerOrderFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
ContainerOrderFocusTraversalPolicy() - Constructor for class java.awt.ContainerOrderFocusTraversalPolicy
 
contains(Coord) - Method in class com.codename1.maps.BoundingBox
indicates if the given coordinate is inside the counding box
contains(int, int) - Method in class com.codename1.ui.Component
Returns true if the given absolute coordinate is contained in the Component
contains(Component) - Method in class com.codename1.ui.Container
Returns true if the given component is within the hierarchy of this container
contains(Rectangle) - Method in class com.codename1.ui.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(int, int, int, int, int, int, int, int) - Static method in class com.codename1.ui.geom.Rectangle
Checks wheather the 2nd rectangle is contained in the first rectangle
contains(int, int) - Method in class com.codename1.ui.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
contains(Element) - Method in class com.codename1.xml.Element
Returns true if the specified element is contained in this element's hierarchy (meaning it is one of its descendants)
contains(int, int) - Method in class com.sun.lwuit.Component
Returns true if the given absolute coordinate is contained in the Component
contains(Component) - Method in class com.sun.lwuit.Container
Returns true if the given component is within the hierarchy of this container
contains(Rectangle) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(int, int, int, int, int, int, int, int) - Static method in class com.sun.lwuit.geom.Rectangle
Checks wheather the 2nd rectangle is contained in the first rectangle
contains(int, int) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(CharSequence) - Method in class java.lang.String
Returns true if and only if this string contains the specified sequence of char values.
contains(Charset) - Method in class java.nio.charset.Charset
Tells whether or not this charset contains the given charset.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
contains(Object) - Method in interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Returns true if this vector contains the specified element.
contains(String) - Method in interface org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(String) - Method in interface org.w3c.dom.NameList
Test if a name is part of this NameList.
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsAll(Collection<?>) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.EnumMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in class java.util.jar.Attributes
Returns true if this Map contains the specified attribute name (key).
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class java.util.ResourceBundle
Determines whether the given key is contained in this ResourceBundle or its parent bundles.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface javax.script.Bindings
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class javax.script.SimpleBindings
Returns true if this map contains a mapping for the specified key.
containsNS(String, String) - Method in interface org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.EnumMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.jar.Attributes
Returns true if this Map maps one or more attribute names (keys) to the specified value.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class javax.script.SimpleBindings
Returns true if this map maps one or more keys to the specified value.
CONTENT_TYPE - Static variable in class java.util.jar.Attributes.Name
Name object for Content-Type manifest attribute.
ContentConnection - Interface in javax.microedition.io
 
contentEquals(StringBuffer) - Method in class java.lang.String
Compares this string to the specified StringBuffer.
contentEquals(CharSequence) - Method in class java.lang.String
Compares this string to the specified CharSequence.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandler - Interface in org.xml.sax
Receive notification of the logical content of a document.
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
contentsLost() - Method in class java.awt.image.VolatileImage
Returns true if rendering data was lost since last validate call.
context() - Method in interface java.nio.file.WatchEvent
Returns the context for the event.
context - Variable in class javax.script.AbstractScriptEngine
The default ScriptContext of this AbstractScriptEngine.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
Control() - Constructor for class java.util.ResourceBundle.Control
Sole constructor.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Control Pictures" Unicode character block.
convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
Converts the given time duration in the given unit to this unit.
convertBidiLogicalToVisual(String) - Method in class com.codename1.ui.Display
Converts the given string from logical bidi layout to visual bidi layout so it can be rendered properly on the screen.
convertBidiLogicalToVisual(String) - Method in class com.sun.lwuit.Display
Converts the given string from logical bidi layout to visual bidi layout so it can be rendered properly on the screen.
convertCharEntity(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.convertCharEntity to add in HTML char entities
convertCharEntity(String, boolean, Hashtable) - Static method in class com.codename1.ui.html.HTMLUtils
Converts a char entity to the matching character or string.
convertCharEntity(String) - Method in class com.codename1.xml.XMLParser
Converts a char entity to the matching character.
CONVERTED_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the converted text state.
convertHTMLCharEntity(String) - Static method in class com.codename1.ui.html.HTMLUtils
Converts an HTML char entity to the matching character or string.
convertToPixels(int, boolean) - Method in class com.codename1.ui.Display
Converts the dips count to pixels, dips are roughly 1mm in length.
convertXMLCharEntity(String) - Static method in class com.codename1.ui.html.HTMLUtils
Converts an XML char entity to the matching character or string.
Cookie - Class in com.codename1.io
A cookie for an HTTP request
Cookie() - Constructor for class com.codename1.io.Cookie
 
CookieHandler - Class in java.net
A CookieHandler object provides a callback mechanism to hook up a HTTP state management policy implementation into the HTTP protocol handler.
CookieHandler() - Constructor for class java.net.CookieHandler
 
CookieManager - Class in java.net
CookieManager provides a concrete implementation of CookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.
CookieManager() - Constructor for class java.net.CookieManager
Create a new cookie manager.
CookieManager(CookieStore, CookiePolicy) - Constructor for class java.net.CookieManager
Create a new cookie manager with specified cookie store and cookie policy.
CookiePolicy - Interface in java.net
CookiePolicy implementations decide which cookies should be accepted and which should be rejected.
CookieStore - Interface in java.net
A CookieStore object represents a storage for cookie.
Coord - Class in com.codename1.maps
This class declares a coordinate point on a map.
Coord(double, double) - Constructor for class com.codename1.maps.Coord
Creates a isProjected Coord
Coord(double, double, boolean) - Constructor for class com.codename1.maps.Coord
a Constructor with getLatitude, getLongitude
Coord(Coord) - Constructor for class com.codename1.maps.Coord
Copy Constructor
CoordinateLayout - Class in com.codename1.ui.layouts
Allows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.
CoordinateLayout() - Constructor for class com.codename1.ui.layouts.CoordinateLayout
Allows creating a coordinate layouts that disables the scaling feature
CoordinateLayout(int, int) - Constructor for class com.codename1.ui.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
CoordinateLayout(Dimension) - Constructor for class com.codename1.ui.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
CoordinateLayout - Class in com.sun.lwuit.layouts
Allows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.
CoordinateLayout(int, int) - Constructor for class com.sun.lwuit.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
CoordinateLayout(Dimension) - Constructor for class com.sun.lwuit.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container
COPTIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Coptic" Unicode character block.
copy(Hashtable) - Method in class com.codename1.facebook.Album
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.FBObject
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Page
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Photo
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.Post
copies the relevant values from the given hashtable
copy(Hashtable) - Method in class com.codename1.facebook.User
copies the relevant values from the given hashtable
copy() - Method in class com.codename1.io.gzip.Adler32
 
copy() - Method in class com.codename1.io.gzip.CRC32
 
copy(Deflater) - Method in class com.codename1.io.gzip.Deflater
 
copy(InputStream, OutputStream) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, closes both streams when finishing or in a case of an exception
copy(InputStream, OutputStream, int) - Static method in class com.codename1.io.Util
Copy the input stream into the output stream, closes both streams when finishing or in a case of an exception
copy() - Method in class com.codename1.ui.animations.AnimationObject
Creates a copy of the given animation object
copy(boolean) - Method in class com.codename1.ui.animations.CommonTransitions
 
copy(boolean) - Method in class com.codename1.ui.animations.Transition
Create a copy of the transition, usually the transition used is a copy.
copy() - Method in class com.sun.lwuit.animations.AnimationObject
Creates a copy of the given animation object
copy(boolean) - Method in class com.sun.lwuit.animations.CommonTransitions
 
copy() - Method in class com.sun.lwuit.animations.Transition
Deprecated.
use the version that accepts boolean instead
copy(boolean) - Method in class com.sun.lwuit.animations.Transition
Create a copy of the transition, usually the transition used is a copy.
copy(Path, Path, CopyOption...) - Static method in class java.nio.file.Files
Copy a file to a target file.
copy(InputStream, Path, CopyOption...) - Static method in class java.nio.file.Files
Copies all bytes from an input stream to a file.
copy(Path, OutputStream) - Static method in class java.nio.file.Files
Copies all bytes from a file to an output stream.
copy(Path, Path, CopyOption...) - Method in class java.nio.file.spi.FileSystemProvider
Copy a file to a target file.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyOf(T[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(byte[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
copyOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).
copyOf(Collection<E>) - Static method in class java.util.EnumSet
Creates an enum set initialized from the specified collection.
copyOfRange(T[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
CopyOnWriteArrayList<E> - Class in java.util.concurrent
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList() - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates an empty list.
CopyOnWriteArrayList(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CopyOnWriteArrayList(E[]) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list holding a copy of the given array.
CopyOnWriteArraySet<E> - Class in java.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
CopyOption - Interface in java.nio.file
An object that configures how to copy or move a file.
copysign(double, double) - Static method in class com.codename1.util.MathUtil
 
copySign(double, double) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(double, double) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copyToClipboard(Object) - Method in class com.codename1.ui.Display
Performs a clipboard copy operation, if the native clipboard is supported by the implementation it would be used
copyValueOf(char[]) - Static method in class java.lang.String
copyValueOf returns a String containing the characters of the given character array.
copyValueOf(char[], int, int) - Static method in class java.lang.String
copyValueOf creates a String that contains a subrange of the characters of a given character array.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
cosh(double) - Static method in class java.lang.Math
Returns the hyperbolic cosine of a double value.
cosh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic cosine of a double value.
count - Variable in class com.codename1.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class com.codename1.io.CharArrayReader
The ending index of the buffer.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class java.io.StringBufferInputStream
Deprecated.
The number of valid characters in the input stream buffer.
count() - Method in interface java.nio.file.WatchEvent
Returns the event count.
count() - Method in interface java.util.stream.DoubleStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.IntStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.LongStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.Stream
Returns the count of elements in this stream.
countDown() - Method in class java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CountDownLatch - Class in java.util.concurrent
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class java.util.concurrent.CountDownLatch
Constructs a CountDownLatch initialized with the given count.
CountedCompleter<T> - Class in java.util.concurrent
A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter<?>, int) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter<?>) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
counting() - Static method in class java.util.stream.Collectors
Returns a Collector accepting elements of type T that counts the number of input elements.
COUNTING_ROD_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Counting Rod Numerals" Unicode character block.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countStackFrames() - Method in class java.lang.Thread
Deprecated.
The definition of this call depends on Thread.suspend(), which is deprecated. Further, the results of this call were never well-defined.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
CrashReport - Interface in com.codename1.system
Invoked to indicate that an exception occurred, it is up to the developer to decide whether to send the device log to the server by invoking Log.sendLog().
crc - Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc - Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
CRC32 - Class in com.codename1.io.gzip
 
CRC32() - Constructor for class com.codename1.io.gzip.CRC32
 
CRC32 - Class in java.util.zip
A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class java.util.zip.CRC32
Creates a new CRC32 object.
crc32_combine(long, long, long) - Static method in class com.codename1.io.gzip.JZlib
 
create(String, int, int) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, InputStream, int, int) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, int, int, boolean) - Static method in class com.codename1.components.FileEncodedImage
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(String, byte[], int, int) - Static method in class com.codename1.components.FileEncodedImageAsync
Deprecated.
use the version that accepts a name and a placeholderImage
create(String, Image) - Static method in class com.codename1.components.FileEncodedImageAsync
Creates an encoded image that maps to a local file thus allowing to seamlessly fetch files as needed.
create(EncodedImage) - Static method in class com.codename1.components.ReplaceableImage
Creates an encoded image that can later be replaced with a different image
create(String, byte[], int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, byte[], int, int, boolean) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, InputStream, int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, int, int) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, int, int, boolean) - Static method in class com.codename1.components.StorageImage
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(String, Image) - Static method in class com.codename1.components.StorageImageAsync
Creates an encoded image that maps to a storage file thus allowing to seamlessly cache images as needed.
create(Coord[]) - Static method in class com.codename1.maps.BoundingBox
create a smallest bounding box that contains all of the given coordinates
create(Vector) - Static method in class com.codename1.maps.BoundingBox
/** create a smallest bounding box that contains all of the given coordinates
create(Class) - Static method in class com.codename1.system.NativeLookup
Creates an instance of the given native interface and returns it for user callbacks.
create(byte[]) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the given byte array
create(byte[], int, int, boolean) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the given byte array with the variables set appropriately.
create(InputStream) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream
create(InputStream, int) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream, this version of the method is somewhat faster than the version that doesn't accept size
create(String) - Static method in class com.codename1.ui.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.codename1.ui.Font
Creates a new font instance based on the platform specific string name of the font.
create(Object) - Static method in class com.codename1.ui.PeerComponent
Use this method to encapsulate a native UI object
create(String, int) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create() - Static method in class com.codename1.ui.TextField
Default factory method
create(int) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create(String) - Static method in class com.codename1.ui.TextField
Construct text field/area depending on whether native in place editing is supported
create(byte[]) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the given byte array
create(InputStream) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.sun.lwuit.EncodedImage
Creates an image from the input stream
create(String) - Static method in class com.sun.lwuit.Font
Creates a new font instance based on the platform specific string name of the font.
create(int, int, int, int) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new numeric spinner instance
create(double, double, double, double) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new numeric spinner instance
create(String, int) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
create() - Static method in class com.sun.lwuit.TextField
Default factory method
create(int) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
create(String) - Static method in class com.sun.lwuit.TextField
Construct text field/area depending on whether native in place editing is supported
create() - Method in class java.net.DatagramSocketImpl
Creates a datagram socket.
create(boolean) - Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
create() - Method in interface javax.microedition.io.file.FileConnection
 
createAdsService() - Static method in class com.codename1.ads.AdsService
Creates a new AdsService to be used by the Ads Component
createAnimateMotion(int, int, int) - Method in class com.codename1.ui.Container
Creates a motion object for animation, allows subclasses to replace the motion type used in animations (currently defaults to ease-in).
createAnimation(DataInputStream) - Static method in class com.sun.lwuit.StaticAnimation
Deprecated.
Creates an animation from the given stream, this method is used internally by Resources normally you should not create static animations manually.
createAnimationImage(Image, int, int) - Static method in class com.codename1.ui.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image
createAnimationImage(String, Resources, int, int) - Static method in class com.codename1.ui.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image.
createAnimationImage(Image, int, int) - Static method in class com.sun.lwuit.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image
createAnimationImage(String, Resources, int, int) - Static method in class com.sun.lwuit.animations.AnimationObject
Creates an animation object instance that can define the animation properties for an image.
createAnonymous() - Static method in class com.codename1.cloud.CloudPersona
Creates an anonymous persona that will be unique in the cloud, NEVER logout an anonymous user!
createArrayOf(String, Object[]) - Method in interface java.sql.Connection
Factory method for creating Array objects.
createAttribute(String, String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(QName, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createAuthComponent(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method creates a component which can authenticate.
createAuthComponent(ActionListener) - Method in class com.codename1.io.Oauth2
This method creates a component which can authenticate.
createBaselineGroup(boolean, boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns it's elements along the baseline.
createBaselineGroup(boolean, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns it's elements along the baseline.
createBevelLowered() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelLowered(int, int, int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised bevel border with the given colors
createBevelLowered() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelLowered(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors
createBevelRaised() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelRaised(int, int, int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised bevel border with the given colors
createBevelRaised() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color
createBevelRaised(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors
createBindings() - Method in interface javax.script.ScriptEngine
Returns an uninitialized Bindings.
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
createBitmapFont(Image, int[], int[], String) - Static method in class com.codename1.ui.Font
Deprecated.
bitmap font functionality is now deprecated
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.sun.lwuit.Font
Creates a bitmap font with the given arguments and places said font in the cache
createBitmapFont(Image, int[], int[], String) - Static method in class com.sun.lwuit.Font
Creates a bitmap font with the given arguments
createBlob() - Method in interface java.sql.Connection
Constructs an object that implements the Blob interface.
createCData(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the CData flag set to true
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCell(Object, int, int, boolean) - Method in class com.codename1.ui.table.Table
Creates a cell based on the given value
createCell(Object, int, int, boolean) - Method in class com.sun.lwuit.table.Table
Creates a cell based on the given value
createCellConstraint(Object, int, int) - Method in class com.codename1.ui.table.Table
Creates the table cell constraint for the given cell, this method can be overriden for the purposes of modifying the table constraints.
createCellConstraint(Object, int, int) - Method in class com.sun.lwuit.table.Table
Creates the table cell constraint for the given cell, this method can be overriden for the purposes of modifying the table constraints.
createCharacters(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event, this method does not check if the content is all whitespace.
createClob() - Method in interface java.sql.Connection
Constructs an object that implements the Clob interface.
createCommand(String, Image, int, String) - Method in class com.codename1.ui.util.UIBuilder
Creates a command instance.
createCommandComponent(Vector) - Method in class com.codename1.ui.MenuBar
Creates the component containing the commands within the given vector used for showing the menu dialog, this method calls the createCommandList method by default however it allows more elaborate menu creation.
createCommandComponent(Vector) - Method in class com.sun.lwuit.Form
Creates the component containing the commands within the given vector used for showing the menu dialog, this method calls the createCommandList method by default however it allows more elaborate menu creation.
createCommandList(Vector) - Method in class com.codename1.ui.MenuBar
Creates the list component containing the commands within the given vector used for showing the menu dialog
createCommandList(Vector) - Method in class com.sun.lwuit.Form
Creates the list component containing the commands within the given vector used for showing the menu dialog
createComment(String) - Method in class javax.xml.stream.XMLEventFactory
Create a comment
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createComponentInstance(String, Class) - Method in class com.codename1.ui.util.UIBuilder
This method can be overriden to create custom components in a custom way, the component type is a shorthand for the component name and not the full name of the class.
createCompoundBorder(Border, Border, Border, Border) - Static method in class com.codename1.ui.plaf.Border
 
createConnectionRequest(DocumentInfo, IOCallback, Object[]) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
createConstraint() - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout
createConstraint(int, int) - Method in class com.codename1.ui.table.TableLayout
Creates a new Constraint instance to add to the layout
createConstraint() - Method in class com.sun.lwuit.table.TableLayout
Creates a new Constraint instance to add to the layout
createConstraint(int, int) - Method in class com.sun.lwuit.table.TableLayout
Creates a new Constraint instance to add to the layout
createContact(String, String, String, String, String, String) - Static method in class com.codename1.contacts.ContactsManager
Create a contact to the device contacts book
createContact(String, String, String, String, String, String) - Method in class com.codename1.ui.Display
Create a contact to the device contacts book
createContainer(String, String) - Method in class com.codename1.ui.util.UIBuilder
Creates the container defined under the given name in the res file
createContainer(Resources, String) - Method in class com.codename1.ui.util.UIBuilder
Creates the container defined under the given name in the res file
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createCover(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a cover transition with the given duration and direction
createCubicBezierMotion(int, int, int, float, float, float, float) - Static method in class com.codename1.ui.animations.Motion
Creates a standard Cubic Bezier motion to implement functions such as ease-in/out etc.
createDashedBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a dashed border with the specified thickness and color
createDashedBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a dashed border with the specified thickness and the theme colors
createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
Creates a new DatagramSocketImpl instance.
createDataURI(byte[], String) - Static method in class com.codename1.components.WebBrowser
This method creates a data URI which allows developers creating HTML for local use to embed local images into the HTML by appending them as a URI.
createDate(long, long, long, char, int) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new date spinner instance
createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Converts the specified local date-time to the local date-time actually seen on a wall clock.
createDay() - Method in class com.codename1.ui.Calendar
This method creates the Day Button Component for the Month View
createDay() - Method in class com.sun.lwuit.Calendar
This method creates the Day Button Component for the Month View
createDayTitle(int) - Method in class com.codename1.ui.Calendar
This method creates the Day title Component for the Month View
createDayTitle(int) - Method in class com.sun.lwuit.Calendar
This method creates the Day title Component for the Month View
createDecelerationMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a deceleration motion starting from source value all the way to destination value
createDecrementButton() - Method in class com.sun.lwuit.Calendar
This method creates the decrement month button
createDialogPulsate() - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a dialog pulsate transition
createDirectories(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a directory by creating all nonexistent parent directories first.
createDirectory(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory.
createDirectory(Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Creates a new directory.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDottedBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a dotted border with the specified thickness and color
createDottedBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a dotted border with the specified thickness and the theme colors
createDoubleBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a double border with the specified thickness and color
createDoubleBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a double border with the specified thickness and color
createDTD(String) - Method in class javax.xml.stream.XMLEventFactory
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
createEaseInMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0.42f, 1f, 1f as arguments.
createEaseInOutMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0, 0.42, 0.58, 1.0 as arguments.
createEaseMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0.25f, 0.25f, 1 as arguments.
createEaseOutMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Equivalent to createCubicBezierMotion with 0f, 0f, 0.58f, 1.0f as arguments.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEmbeddedUI() - Method in class com.codename1.maker.MakerPlugin
Creates a container version of the UI that will be added to the flow based on maker logic
createEmpty() - Static method in class com.codename1.ui.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.codename1.ui.plaf.Border
Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
createEmpty() - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.sun.lwuit.plaf.Border
Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
createEndDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of an EndDocument event
createEndElement(QName, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEntityReference(String, EntityDeclaration) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a EntityReference event
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEtchedLowered() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedLowered(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised etched border with the given colors
createEtchedLowered() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedLowered(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors
createEtchedRaised() - Static method in class com.codename1.ui.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedRaised(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a raised etched border with the given colors
createEtchedRaised() - Static method in class com.sun.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color
createEtchedRaised(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
createFade(int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a transition for fading a form in while fading out the original form
createFade(int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a transition for fading a form in while fading out the original form
createFastSlide(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage.
createFastSlide(int, boolean, int, boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage This method works by creating two images and sliding them which works much faster for all devices however takes up more ram.
createFastSlide(int, boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage.
createFastSlide(int, boolean, int, boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage This method works by creating two images and sliding them which works much faster for all devices however takes up more ram.
createFile(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new and empty file, failing if the file already exists.
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered reader that wraps the filter around the reader
createFilteredReader(XMLEventReader, EventFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered event reader that wraps the filter around the event reader
createFrictionMotion(int, int, float, float) - Static method in class com.codename1.ui.animations.Motion
Creates a friction motion starting from source with initial speed and the friction
createFrictionMotion(int, float, float) - Static method in class com.sun.lwuit.animations.Motion
Deprecated.
use the version of this method that accepts a maximum value
createFrictionMotion(int, int, float, float) - Static method in class com.sun.lwuit.animations.Motion
Creates a friction motion starting from source with initial speed and the friction
createFromImage(Image, boolean) - Static method in class com.codename1.ui.EncodedImage
Converts an image to encoded image
createFromRGB(int[], int, int, boolean) - Static method in class com.codename1.ui.EncodedImage
Tries to create an encoded image from RGB which is more efficient, however if this fails it falls back to regular RGB image.
createFromToken(String) - Static method in class com.codename1.cloud.CloudPersona
Initializes the persona based on a token, since this method assumes binary transfer of a completed token the token isn't verified in any way and the user is considered logged in.
createGraphics() - Method in class java.awt.image.BufferedImage
Creates a Graphics2D, which can be used to draw into this BufferedImage.
createGraphics() - Method in class java.awt.image.VolatileImage
Creates a Graphics2D, which can be used to draw into this VolatileImage.
createGrooveBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a groove border with the specified thickness and theme colors
createGrooveBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a groove border with the specified thickness and color
createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class java.rmi.activation.ActivationGroup
Create and set the activation group for the current VM.
createHorizonalImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
This is an image border that can only grow horizontally
createIgnorableSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create an ignorable space
createImage(String) - Static method in class com.codename1.ui.Image
creates an image from the given path based on MIDP's createImage(path)
createImage(Object) - Static method in class com.codename1.ui.Image
Deprecated.
this method is deprecated as a warning! Don't use this method unless you actually know what you are doing, if you are invoking this method without understanding the distinction between native image and Codename One image then you are using the wrong method.
createImage(InputStream) - Static method in class com.codename1.ui.Image
creates an image from an InputStream
createImage(int[], int, int) - Static method in class com.codename1.ui.Image
creates an image from an RGB image
createImage(int, int) - Static method in class com.codename1.ui.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(int, int, int) - Static method in class com.codename1.ui.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(byte[], int, int) - Static method in class com.codename1.ui.Image
creates an image from a given byte array data
createImage(String) - Static method in class com.sun.lwuit.Image
creates an image from the given path based on MIDP's createImage(path)
createImage(Object) - Static method in class com.sun.lwuit.Image
creates an image from the given native image (e.g.
createImage(InputStream) - Static method in class com.sun.lwuit.Image
creates an image from an InputStream
createImage(int[], int, int) - Static method in class com.sun.lwuit.Image
creates an image from an RGB image
createImage(int, int) - Static method in class com.sun.lwuit.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(int, int, int) - Static method in class com.sun.lwuit.Image
Creates a mutable image that may be manipulated using getGraphics
createImage(byte[], int, int) - Static method in class com.sun.lwuit.Image
creates an image from a given byte array data
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImageBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given top/bottom/left/right images are tiled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
createImageBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
The given images are tiled appropriately across the matching side of the border and placed as expected in the four corners.
createImageBorder(Image, Image, Image) - Static method in class com.sun.lwuit.plaf.Border
The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
createImageScaledBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
The given top/bottom/left/right images are scaled appropriately across the matching sides of the border and the corners are placed as expected in the four corners.
createImageToFileSystem(String, List, int, String, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, int, String, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, Component, ListModel, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToFileSystem(String, ActionListener, String) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally.
createImageToStorage(String, List, int, String, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, int, String, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Component, ListModel, int, String, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given list when the response arrives, it will cache the file locally as a file in the file storage.
createImageToStorage(String, Label, String, Dimension) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, Label, String, Dimension, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, Label, String, Image, byte) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally to the Storage
createImageToStorage(String, ActionListener, String) - Static method in class com.codename1.io.services.ImageDownloadService
 
createImageToStorage(String, ActionListener, String, boolean) - Static method in class com.codename1.io.services.ImageDownloadService
Constructs an image request that will automatically populate the given Label when the response arrives, it will cache the file locally.
createIncrementButton() - Method in class com.sun.lwuit.Calendar
This method creates the increment month button
createIndexed(int, int, int[], byte[]) - Static method in class com.codename1.ui.Image
Deprecated.
try to avoid using indexed images explicitly
createIndexed(int, int, int[], byte[]) - Static method in class com.sun.lwuit.Image
Creates an indexed image with byte data this method may return a native indexed image rather than an instance of the IndexedImage class
createInfinite() - Static method in class com.codename1.ui.Slider
Creates an infinite progress slider
createInfiniteScroll(Container, Runnable) - Static method in class com.codename1.components.InfiniteScrollAdapter
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more callback to fetch additional components, once that method completes its task it should add the components via the addMoreComponents() invocation.
createInfiniteScroll(Container, Runnable, boolean) - Static method in class com.codename1.components.InfiniteScrollAdapter
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more callback to fetch additional components, once that method completes its task it should add the components via the addMoreComponents() invocation.
createInputStream(String) - Method in class com.codename1.io.Storage
Creates an input stream to the given storage source file
createInsetBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates an inset border with the specified thickness and theme colors
createInsetBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates an inset border with the specified thickness and color
createInstance() - Static method in class com.codename1.ui.plaf.UIManager
This factory method allows creating a new UIManager instance, this is usefull where an application has some screens with different context
createLinearMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a linear motion starting from source value all the way to destination value
createLinearMotion(int, int, int) - Static method in class com.sun.lwuit.animations.Motion
Creates a linear motion starting from source value all the way to destination value
createLineBidi(int, int) - Method in class java.text.Bidi
Create a Bidi object representing the bidi information on a line of text within the paragraph represented by the current Bidi.
createLineBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the color of the component foreground for drawing
createLineBorder(int, String) - Static method in class com.codename1.ui.plaf.Border
Creates a line border with the specified title
createLineBorder(int, int, String) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the given color for the component
createLineBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a line border that uses the given color for the component
createLineBorder(int) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border that uses the color of the component foreground for drawing
createLineBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a line border that uses the given color for the component
createLink(Path, Path) - Static method in class java.nio.file.Files
Creates a new link (directory entry) for an existing file (optional operation).
createLink(Path, Path) - Method in class java.nio.file.spi.FileSystemProvider
Creates a new link (directory entry) for an existing file.
createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSParser.
createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSSerializer object.
createMask() - Method in class com.codename1.ui.Image
Creates a mask from the given image, a mask can be used to apply an arbitrary alpha channel to any image.
createMask() - Method in class com.codename1.ui.ScaledImage
 
createMask() - Method in class com.sun.lwuit.Image
Creates a mask from the given image, a mask can be used to apply an arbitrary alpha channel to any image.
createMedia(String, boolean) - Static method in class com.codename1.media.MediaManager
Creates a Media from a given URI
createMedia(InputStream, String) - Static method in class com.codename1.media.MediaManager
Creates the Media in the given stream Notice that a Media is "auto destroyed" on completion and cannot be played twice!
createMedia(String, boolean, Runnable) - Static method in class com.codename1.media.MediaManager
Creates a Media from a given URI
createMedia(InputStream, String, Runnable) - Static method in class com.codename1.media.MediaManager
Creates the Media in the given stream Notice that a Media is "auto destroyed" on completion and cannot be played twice!
createMedia(String, boolean, Runnable) - Method in class com.codename1.ui.Display
Creates a sound in the given URI which is partially platform specific.
createMedia(InputStream, String, Runnable) - Method in class com.codename1.ui.Display
Create the sound in the given stream Notice that an audio is "auto destroyed" on completion and cannot be played twice!
createMediaRecorder(String) - Static method in class com.codename1.media.MediaManager
Deprecated.
see createMediaRecorder(String path, String mimeType) instead
createMediaRecorder(String, String) - Static method in class com.codename1.media.MediaManager
Creates a Media recorder Object which will record from the device mic to a file in the given path.
createMediaRecorder(String) - Method in class com.codename1.ui.Display
Deprecated. 
createMediaRecorder(String, String) - Method in class com.codename1.ui.Display
Creates a Media recorder Object which will record from the device mic to a file in the given path.
createMenuCancelCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form Menu cancel Command.
createMenuCancelCommand() - Method in class com.sun.lwuit.Form
Factory method that returns the Form Menu cancel Command.
createMenuSelectCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form Menu select Command.
createMenuSelectCommand() - Method in class com.sun.lwuit.Form
Factory method that returns the Form Menu select Command.
createMotion(int, int, int) - Method in class com.codename1.ui.animations.CommonTransitions
This method can be overriden by subclasses to create their own motion object on the fly
createMotion(int, int, int) - Method in class com.sun.lwuit.animations.CommonTransitions
This method can be overriden by subclasses to create their own motion object on the fly
createMulti(int[], byte[][]) - Static method in class com.codename1.ui.EncodedImage
Deprecated.
this method is meant for internal use only, it would be very expensive to use this method for real applications. Its here for simulators and development purposes where screen DPI/resolution can vary significantly in runtime (something that just doesn't happen on devices).
createNamespace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a new default Namespace
createNamespace(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Namespace
createNClob() - Method in interface java.sql.Connection
Constructs an object that implements the NClob interface.
createNewElement(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.createNewElement to return an HTMLElement instance
createNewElement(String) - Method in class com.codename1.xml.XMLParser
Creates a new element.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewTextElement(String) - Method in class com.codename1.ui.html.HTMLParser
Overrides XMLParser.createNewTextElement to return an HTMLElement instance
createNewTextElement(String) - Method in class com.codename1.xml.XMLParser
Creates a new text element.
createNode(Object, int) - Method in class com.codename1.ui.tree.Tree
Creates a node within the tree, this method is protected allowing tree to be subclassed to replace the rendering logic of individual tree buttons.
createNodeComponent(Object, int) - Method in class com.codename1.ui.tree.Tree
Deprecated.
replaced with createNode, bindNodeListener and setNodeIcon
createNodeComponent(Object, int) - Method in class com.sun.lwuit.tree.Tree
Creates a node within the tree, this method is protected allowing tree to be subclassed to replace the rendering logic of individual tree buttons.
createNote(String, String, String) - Method in class com.codename1.facebook.FaceBookAccess
Post a note onto the users wall
createNote(String, String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Post a note onto the users wall
createObjectsModel(DefaultListModel, Class) - Static method in class com.codename1.facebook.FaceBookAccess
This is a utility method that transforms a DefaultListModel that contains Hashtable entries into a DefaultListModel that will contain FBObject objects that will be initialized with the Hashtable entries
createOpenButton() - Method in class com.codename1.ui.SideMenuBar
Creates the Side Menu open button.
createOrLogin(String, String) - Static method in class com.codename1.cloud.CloudPersona
Creates a new user if a user isn't occupying the given login already, if the user exists performs a login operation.
createOutputStream(String) - Method in class com.codename1.io.Storage
Creates an output stream to the storage with the given name
createOutsetBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates an outset border with the specified thickness and theme colors
createOutsetBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates an outset border with the specified thickness and color
createParallelGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createPopupDialog(List<T>) - Method in class com.codename1.ui.ComboBox
Subclasses can override this method to change the creation of the dialog
createPopupList() - Method in class com.codename1.ui.ComboBox
Creates the list object used within the popup dialog.
createPopupList() - Method in class com.sun.lwuit.ComboBox
Creates the list object used within the popup dialog.
createPressedVersion() - Method in class com.codename1.ui.plaf.Border
When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel
createPressedVersion() - Method in class com.sun.lwuit.plaf.Border
When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel
createProcessingInstruction(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a processing instruction
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry instance on the local host that accepts requests on the specified port.
createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry instance on the local host that uses custom socket factories for communication with that instance.
createRequestURL() - Method in class com.codename1.io.ConnectionRequest
Creates the request URL mostly for a get request
createRidgeBorder(int) - Static method in class com.codename1.ui.plaf.Border
Creates a ridge border with the specified thickness and theme colors
createRidgeBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Creates a ridge border with the specified thickness and color
createRoundBorder(int, int) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, boolean) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, int) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int, int, boolean) - Static method in class com.codename1.ui.plaf.Border
Deprecated.
the performance of round rect borders is REALLY slow, we recommend people use image borders which are faster, more portable and better looking
createRoundBorder(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded corner border that uses the color of the component foreground for drawing.
createRoundBorder(int, int, boolean) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded corner border that uses the color of the component foreground for drawing.
createRoundBorder(int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createRoundBorder(int, int, int, boolean) - Static method in class com.sun.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createSelectCommand() - Method in class com.codename1.ui.MenuBar
Factory method that returns the Form select Command.
createSelectCommand() - Method in class com.sun.lwuit.Form
Factory method that returns the Form select Command.
createSequentialGroup() - Method in class com.codename1.ui.layouts.GroupLayout
Creates and returns a SequentialGroup.
createSequentialGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a SequentialGroup.
createServerSocket(int) - Method in interface java.rmi.server.RMIServerSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket(int) - Method in class java.rmi.server.RMISocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket() - Method in class javax.net.ServerSocketFactory
Returns an unbound server socket.
createServerSocket(int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port.
createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, and uses the specified connection backlog.
createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
createSideNavigationComponent(Vector) - Method in class com.codename1.ui.SideMenuBar
Creates the side navigation component with the Commands
createSideNavigationComponent(Vector, String) - Method in class com.codename1.ui.SideMenuBar
Creates the side navigation component with the Commands
createSlide(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlide(int, boolean, int, boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlide(int, boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlide(int, boolean, int, boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction
createSlideFadeTitle(boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a slide transition for the body of the form that fades the title in while sliding
createSNIMatcher(String) - Static method in class javax.net.ssl.SNIHostName
Creates an SNIMatcher object for SNIHostNames.
createSocket(String, int) - Method in interface java.rmi.server.RMIClientSocketFactory
Create a client socket connected to the specified host and port.
createSocket(String, int) - Method in class java.rmi.server.RMISocketFactory
Creates a client socket connected to the specified host and port.
createSocket() - Method in class javax.net.SocketFactory
Creates an unconnected socket.
createSocket(String, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host at the specified remote port.
createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host on the specified remote port.
createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified port number at the specified address.
createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connect it to the specified remote address on the specified remote port.
createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
Returns a socket layered over an existing socket connected to the named host, at the given port.
createSocket(Socket, InputStream, boolean) - Method in class javax.net.ssl.SSLSocketFactory
Creates a server mode Socket layered over an existing connected socket, and is able to read data which has already been consumed/removed from the Socket's underlying InputStream.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createSoftButton(String) - Method in class com.codename1.ui.MenuBar
Creates a soft button Component
createSoftWeakRef(Object) - Method in class com.codename1.ui.Display
Creates a soft/weak reference to an object that allows it to be collected yet caches it.
createSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the isSpace flag set to true
createSplineMotion(int, int, int) - Static method in class com.codename1.ui.animations.Motion
Creates a spline motion starting from source value all the way to destination value
createSplineMotion(int, int, int) - Static method in class com.sun.lwuit.animations.Motion
Creates a spline motion starting from source value all the way to destination value
createSQLXML() - Method in interface java.sql.Connection
Constructs an object that implements the SQLXML interface.
createSSLEngine() - Method in class javax.net.ssl.SSLContext
Creates a new SSLEngine using this context.
createSSLEngine(String, int) - Method in class javax.net.ssl.SSLContext
Creates a new SSLEngine using this context using advisory peer information.
createStandaloneUI() - Method in class com.codename1.maker.MakerPlugin
Creates a standalone version of the UI that will be shown by the maker tool, notice that back functionality will be added by the maker tool and should not be incorporated into the form! The default implementation just used the embedded container version.
createStartDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String, boolean) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartElement(QName, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStatement() - Method in interface java.sql.Connection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in interface java.sql.Connection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in interface java.sql.Connection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in interface java.sql.Connection
Factory method for creating Struct objects.
createSVG(String, boolean, byte[]) - Static method in class com.codename1.ui.Image
Creates an SVG Image from the given byte array data and the base URL, this method will throw an exception if SVG is unsupported.
createSVG(String, boolean, byte[]) - Static method in class com.sun.lwuit.Image
Creates an SVG Image from the given byte array data and the base URL, this method will throw an exception if SVG is unsupported.
createSymbolicLink(Path, Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a symbolic link to a target (optional operation).
createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Creates a symbolic link to a target.
createSymbolTable() - Method in class com.codename1.ui.TextField
Creates a symbol table container used by the showSymbolDialog method.
createSymbolTable() - Method in class com.sun.lwuit.TextField
Creates a symbol table container used by the showSymbolDialog method.
createSystemFont(int, int, int) - Static method in class com.codename1.ui.Font
Creates a system native font in a similar way to common MIDP fonts
createSystemFont(int, int, int) - Static method in class com.sun.lwuit.Font
Creates a system native font in a similar way to common MIDP fonts
createTempDirectory(Path, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory in the specified directory, using the given prefix to generate its name.
createTempDirectory(String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempFile(Path, String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTime(int, int, int, int, boolean, boolean) - Static method in class com.sun.lwuit.spinner.Spinner
Creates a new time spinner instance, time is an integer represented in seconds since mindnight
createTimeline(Image) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a transition using an animated image object (e.g.
createTimeline(int, AnimationObject[], Dimension) - Static method in class com.codename1.ui.animations.Timeline
Create a new timeline animation
createTimeline(int, AnimationObject[], Dimension) - Static method in class com.sun.lwuit.animations.Timeline
Create a new timeline animation
createToFileSystem(EncodedImage, String, String, URLImage.ImageAdapter) - Static method in class com.codename1.ui.URLImage
Creates an image the will be downloaded on the fly as necessary
createToStorage(EncodedImage, String, String, URLImage.ImageAdapter) - Static method in class com.codename1.ui.URLImage
Creates an image the will be downloaded on the fly as necessary
createTouchCommandButton(Command) - Method in class com.codename1.ui.MenuBar
Creates a touch command for use as a touch menu item
createTouchCommandButton(Command) - Method in class com.codename1.ui.SideMenuBar
 
createTouchCommandButton(Command) - Method in class com.sun.lwuit.Form
Creates a touch command for use as a touch menu item
createTransition(int) - Method in class java.time.zone.ZoneOffsetTransitionRule
Creates a transition instance for the specified year.
createTrueTypeFont(String, String) - Static method in class com.codename1.ui.Font
Creates a true type font with the given name/filename (font name might be different from the file name and is required by some devices e.g.
createTrueTypeFont(InputStream) - Static method in class com.sun.lwuit.Font
Creates a true type font from the given stream if the underlying platform supports truetype font loading.
createTrueTypeFont(String, String) - Static method in class com.sun.lwuit.Font
Creates a true type font with the given name/filename (font name might be different from the file name and is required by some devices e.g.
createUncover(int, boolean, int) - Static method in class com.codename1.ui.animations.CommonTransitions
Creates a uncover transition with the given duration and direction
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved socket address from a hostname and a port number.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createVerticalImageBorder(Image, Image, Image) - Static method in class com.codename1.ui.plaf.Border
This is an image border that can only grow vertically
createVolatileImage(int, int) - Method in class java.awt.Component
Creates a volatile off-screen drawable image to be used for double buffering.
createVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.Component
Creates a volatile off-screen drawable image, with the given capabilities.
createWriter() - Method in class com.codename1.io.Log
Default method for creating the output writer into which we write, this method creates a simple log file using the file connector
createXMLEventReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(XMLStreamReader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from an XMLStreamReader.
createXMLEventReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a JAXP source.
createXMLEventReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a JAXP result.
createXMLEventWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a writer
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
createXMLStreamReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a JAXP source.
createXMLStreamReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a writer
createXMLStreamWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a JAXP result.
createZipEntry(String) - Method in class java.util.jar.JarInputStream
Creates a new JarEntry (ZipEntry) for the specified JAR file entry name.
createZipEntry(String) - Method in class java.util.zip.ZipInputStream
Creates a new ZipEntry object for the specified entry name.
creationTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the creation time.
CredentialException - Exception in javax.security.auth.login
A generic credential exception.
CredentialException() - Constructor for exception javax.security.auth.login.CredentialException
Constructs a CredentialException with no detail message.
CredentialException(String) - Constructor for exception javax.security.auth.login.CredentialException
Constructs a CredentialException with the specified detail message.
CredentialExpiredException - Exception in javax.security.auth.login
Signals that a Credential has expired.
CredentialExpiredException() - Constructor for exception javax.security.auth.login.CredentialExpiredException
Constructs a CredentialExpiredException with no detail message.
CredentialExpiredException(String) - Constructor for exception javax.security.auth.login.CredentialExpiredException
Constructs a CredentialExpiredException with the specified detail message.
CredentialNotFoundException - Exception in javax.security.auth.login
Signals that a credential was not found.
CredentialNotFoundException() - Constructor for exception javax.security.auth.login.CredentialNotFoundException
Constructs a CredentialNotFoundException with no detail message.
CredentialNotFoundException(String) - Constructor for exception javax.security.auth.login.CredentialNotFoundException
Constructs a CredentialNotFoundException with the specified detail message.
CRL - Class in java.security.cert
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRL(String) - Constructor for class java.security.cert.CRL
Creates a CRL of the specified type.
CRLException - Exception in java.security.cert
CRL (Certificate Revocation List) Exception.
CRLException() - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CRLException(String, Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified detail message and cause.
CRLException(Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CRLReason - Enum in java.security.cert
The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.
CRLSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting CRLs.
CropImageFilter - Class in java.awt.image
An ImageFilter class for cropping images.
CropImageFilter(int, int, int, int) - Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CryptoPrimitive - Enum in java.security
An enumeration of cryptographic primitives.
CSSEngine - Class in com.codename1.ui.html
This class is responsible for applying CSS directives to an HTMLComponent
CSSEngine() - Constructor for class com.codename1.ui.html.CSSEngine
 
CSSParser - Class in com.codename1.ui.html
A parser for CSS segments or files.
CSSParser() - Constructor for class com.codename1.ui.html.CSSParser
 
CStringBuilder - Class in com.codename1.util
Deprecated.
we will be moving to the proper string builder very soon
CStringBuilder() - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance with an initial capacity of 16.
CStringBuilder(int) - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance with the specified capacity.
CStringBuilder(String) - Constructor for class com.codename1.util.CStringBuilder
Deprecated.
Constructs an instance that's initialized with the contents of the specified String.
CSVParser - Class in com.codename1.io
Simple CSV parser very useful for importing data into applications quickly from a CSV source
CSVParser() - Constructor for class com.codename1.io.CSVParser
Initializes a parser with the default comma (',') separator char
CSVParser(char) - Constructor for class com.codename1.io.CSVParser
Allows creating a parser with a custom separator char
CTRL_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Control key extended modifier constant.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
CTRL_MASK - Static variable in class java.awt.event.InputEvent
The Control key modifier constant.
CUNEIFORM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform" Unicode character block.
CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform Numbers and Punctuation" Unicode character block.
CURRENCY - Static variable in class java.text.NumberFormat.Field
Constant identifying the currency field.
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Currency Symbols" Unicode character block.
CurrencyNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized currency symbols and display names for the Currency class.
CurrencyNameProvider() - Constructor for class java.util.spi.CurrencyNameProvider
Sole constructor.
current() - Method in class java.text.BreakIterator
Returns character index of the text boundary that was most recently returned by next(), next(int), previous(), first(), last(), following(int) or preceding(int).
current() - Method in interface java.text.CharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.current() for String.
current() - Static method in class java.util.concurrent.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
currentClassLoader() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentGroupID() - Static method in class java.rmi.activation.ActivationGroup
Returns the current activation group's identifier.
currentLoadedClass() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
setProp(b75b89c0,b75b89a0) currentTimeMillis returns the current time measured from 00:00:00 1 Jan 1970 in milliseconds.
Cursor - Interface in com.codename1.db
The Cursor Object is used to iterate over the results
cursorMoved(RowSetEvent) - Method in interface javax.sql.RowSetListener
Notifies registered listeners that a RowSet object's cursor has moved.
customComponentProperties - Static variable in class com.codename1.ui.util.UIBuilder
 
CustomProperty - Interface in com.codename1.cloud
Allows adding a custom property to cloud objects, this effectively allows to simulate missing properties or create properties that don't represent a database entry (e.g.
CyclicBarrier - Class in java.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int, Runnable) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CyclicBarrier(int) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cypriot Syllabary" Unicode character block.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic" Unicode character block.
CYRILLIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-A" Unicode character block.
CYRILLIC_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-B" Unicode character block.
CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Supplementary" Unicode character block.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links