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 _ 

S

SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Samaritan" Unicode character block.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
SATELLITE - Static variable in class com.codename1.maps.providers.GoogleMapsProvider
This is a satellite map
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Saurashtra" Unicode character block.
save(CloudObject) - Method in class com.codename1.cloud.CloudStorage
Adds the given object to the save queue, the operation will only take place once committed
save(InputStream, OutputStream, String, int, int, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image file at the given resolution, scaling if necessary
save(Image, OutputStream, String, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image object to the given format
save(String, OutputStream, String, int, int, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image file at the given resolution, scaling if necessary
save(OutputStream, String) - Method in class java.util.Properties
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
saveAndKeepAspect(String, String, String, int, int, float, boolean, boolean) - Method in class com.codename1.ui.util.ImageIO
Scales an image on disk while maintaining an aspect ratio, the appropriate aspect size will be picked based on the status of scaleToFill
saveImage(Image, OutputStream, String, float) - Method in class com.codename1.ui.util.ImageIO
Saves an image object to the given format
Savepoint - Interface in java.sql
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException() - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - Class in javax.xml.parsers
Defines the API that wraps an XMLReader implementation class.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Protected constructor to prevent instaniation.
SAXParserFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
Protected constructor to force use of SAXParserFactory.newInstance().
SAXResult - Class in javax.xml.transform.sax
Acts as an holder for a transformation Result.
SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
Zero-argument default constructor.
SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
Create a SAXResult that targets a SAX2 ContentHandler.
SAXSource - Class in javax.xml.transform.sax
Acts as an holder for SAX-style Source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Zero-argument default constructor.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using an XMLReader and a SAX InputSource.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using a SAX InputSource.
SAXTransformerFactory - Class in javax.xml.transform.sax
This class extends TransformerFactory to provide SAX-specific factory methods.
SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
The default constructor is protected on purpose.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scalb(double, int) - Static method in class java.lang.Math
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalb(double, int) - Static method in class java.lang.StrictMath
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.StrictMath
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalbn(double, int) - Static method in class com.codename1.util.MathUtil
scalbn (double x, int n) scalbn(x,n) returns x* 2**n computed by exponent manipulation rather than by actually performing an exponentiation or a multiplication.
scale(int) - Method in class com.codename1.maps.providers.MapProvider
Scale is the distance in map units between each pixel in tile at given zoom level.
scale(int) - Method in class com.codename1.maps.providers.TiledProvider
Scale to the zoom level
scale(int, int) - Method in class com.codename1.ui.EncodedImage
 
scale(float, float) - Method in class com.codename1.ui.Graphics
Scales the coordinate system using the affine transform
scale(int, int) - Method in class com.codename1.ui.Image
Deprecated.
scale should return an image rather than modify the image in place use scaled(int, int) instead
scale(int, int) - Method in class com.codename1.ui.RGBImage
 
scale(int, int) - Method in class com.codename1.ui.ScaledImage
Deprecated. 
scale(int, int) - Method in class com.sun.lwuit.EncodedImage
 
scale(float, float) - Method in class com.sun.lwuit.Graphics
Scales the coordinate system using the affine transform
scale(int, int) - Method in class com.sun.lwuit.Image
Deprecated.
scale should return an image rather than modify the image in place use scaled(int, int) instead
scale(int, int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
scale(int, int) - Method in class com.sun.lwuit.RGBImage
 
scale(int, int) - Method in class com.sun.lwuit.ScaledImage
Deprecated. 
scale(int, int) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
 
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scaled(int, int) - Method in class com.codename1.ui.EncodedImage
 
scaled(int, int) - Method in class com.codename1.ui.Image
Returns a scaled version of this image image using the given width and height, this is a fast algorithm that preserves translucent information.
scaled(int, int, boolean) - Method in class com.codename1.ui.RGBImage
 
scaled(int, int, boolean) - Method in class com.codename1.ui.ScaledImage
 
scaled(int, int) - Method in class com.sun.lwuit.Image
Returns a scaled version of this image image using the given width and height, this is a fast algorithm that preserves translucent information.
scaledEncoded(int, int) - Method in class com.codename1.ui.EncodedImage
Performs scaling using ImageIO to gnerate an encoded Image
scaledHeight(int) - Method in class com.codename1.ui.EncodedImage
 
scaledHeight(int) - Method in class com.codename1.ui.Image
Scales the image to the given height while updating the width based on the aspect ratio of the height
scaledHeight(int) - Method in class com.sun.lwuit.EncodedImage
 
scaledHeight(int) - Method in class com.sun.lwuit.Image
Scales the image to the given height while updating the width based on the aspect ratio of the height
ScaledImage - Class in com.codename1.ui
This class has not been part of CodenameOne.
ScaledImage(Image, int, int) - Constructor for class com.codename1.ui.ScaledImage
 
ScaledImage - Class in com.sun.lwuit
This class has not been part of LWUIT 1.4.
ScaledImage(Image, int, int) - Constructor for class com.sun.lwuit.ScaledImage
 
scaledLargerRatio(int, int) - Method in class com.codename1.ui.Image
Scales the image while maintaining the aspect ratio to the larger size image
scaledSmallerRatio(int, int) - Method in class com.codename1.ui.EncodedImage
 
scaledSmallerRatio(int, int) - Method in class com.codename1.ui.Image
Scales the image while maintaining the aspect ratio to the smaller size image
scaledSmallerRatio(int, int) - Method in class com.sun.lwuit.EncodedImage
 
scaledSmallerRatio(int, int) - Method in class com.sun.lwuit.Image
Scales the image while maintaining the aspect ratio to the smaller size image
scaledWidth(int) - Method in class com.codename1.ui.EncodedImage
 
scaledWidth(int) - Method in class com.codename1.ui.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width
scaledWidth(int) - Method in class com.sun.lwuit.EncodedImage
 
scaledWidth(int) - Method in class com.sun.lwuit.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width
scanBarCode(ScanResult) - Method in class com.codename1.codescan.CodeScanner
Scans based on the settings in this class and returns the results
scanCanceled() - Method in interface com.codename1.codescan.ScanResult
Invoked if the user canceled the scan
scanCompleted(String, String, byte[]) - Method in interface com.codename1.codescan.ScanResult
Called upon a successful scan operation
scanError(int, String) - Method in interface com.codename1.codescan.ScanResult
Invoked if an error occurred during the scanning process
Scanner - Class in java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(Readable) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(InputStream) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(File) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
scanQRCode(ScanResult) - Method in class com.codename1.codescan.CodeScanner
Scans based on the settings in this class and returns the results
ScanResult - Interface in com.codename1.codescan
Callback for the code scanner indicating the result of a scan operation, the methods of this call will always be invoked on the EDT!
ScatteringByteChannel - Interface in java.nio.channels
A channel that can read bytes into a sequence of buffers.
schedule(int, boolean, Form) - Method in class com.codename1.ui.util.UITimer
Binds the timer to start at the given schedule
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleBackgroundTask(Runnable) - Method in class com.codename1.ui.Display
Allows executing a background task in a separate low priority thread.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - Class in java.util.concurrent
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
Schema - Class in javax.xml.validation
Immutable in-memory representation of grammar.
Schema() - Constructor for class javax.xml.validation.Schema
Constructor for the derived class.
SchemaFactory - Class in javax.xml.validation
Factory that creates Schema objects. Entry-point to the validation API.
SchemaFactory() - Constructor for class javax.xml.validation.SchemaFactory
Constructor for derived classes.
SchemaFactoryConfigurationError - Error in javax.xml.validation
Thrown when a problem with configuration with the Schema Factories exists.
SchemaFactoryConfigurationError() - Constructor for error javax.xml.validation.SchemaFactoryConfigurationError
Create a new SchemaFactoryConfigurationError with no detail message.
SchemaFactoryConfigurationError(String) - Constructor for error javax.xml.validation.SchemaFactoryConfigurationError
Create a new SchemaFactoryConfigurationError with the String specified as an error message.
SchemaFactoryConfigurationError(Throwable) - Constructor for error javax.xml.validation.SchemaFactoryConfigurationError
Create a new SchemaFactoryConfigurationError with the given Throwable base cause.
SchemaFactoryConfigurationError(String, Throwable) - Constructor for error javax.xml.validation.SchemaFactoryConfigurationError
Create a new SchemaFactoryConfigurationError with the given Throwable base cause and detail message.
SchemaFactoryLoader - Class in javax.xml.validation
Factory that creates SchemaFactory.
SchemaFactoryLoader() - Constructor for class javax.xml.validation.SchemaFactoryLoader
A do-nothing constructor.
screenshotTest(String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
screenshotTest(String) - Static method in class com.codename1.testing.TestUtils
The screenshot test takes a screenshot of the screen and compares it to a prior screenshot, if both are 100% identical the test passes.
ScriptContext - Interface in javax.script
The interface whose implementing classes are used to connect Script Engines with objects, such as scoped Bindings, in hosting applications.
ScriptEngine - Interface in javax.script
ScriptEngine is the fundamental interface whose methods must be fully functional in every implementation of this specification.
ScriptEngineFactory - Interface in javax.script
ScriptEngineFactory is used to describe and instantiate ScriptEngines.
ScriptEngineManager - Class in javax.script
The ScriptEngineManager implements a discovery and instantiation mechanism for ScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by the Manager.
ScriptEngineManager() - Constructor for class javax.script.ScriptEngineManager
The effect of calling this constructor is the same as calling ScriptEngineManager(Thread.currentThread().getContextClassLoader()).
ScriptEngineManager(ClassLoader) - Constructor for class javax.script.ScriptEngineManager
This constructor loads the implementations of ScriptEngineFactory visible to the given ClassLoader using the service provider mechanism.

If loader is null, the script engine factories that are bundled with the platform and that are in the usual extension directories (installed extensions) are loaded.
ScriptException - Exception in javax.script
The generic Exception class for the Scripting APIs.
ScriptException(String) - Constructor for exception javax.script.ScriptException
Creates a ScriptException with a String to be used in its message.
ScriptException(Exception) - Constructor for exception javax.script.ScriptException
Creates a ScriptException wrapping an Exception thrown by an underlying interpreter.
ScriptException(String, String, int) - Constructor for exception javax.script.ScriptException
Creates a ScriptException with message, filename and linenumber to be used in error messages.
ScriptException(String, String, int, int) - Constructor for exception javax.script.ScriptException
ScriptException constructor specifying message, filename, line number and column number.
scrollComponentToVisible(Component) - Method in class com.codename1.ui.Container
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.codename1.ui.Form
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Container
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Form
Makes sure the component is visible in the scroll if this container is scrollable
scrollPages(int, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent several pages forward/backward.
scrollPages(int, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Scrolls the HTMLComponent several pages forward/backward.
scrollPixels(int, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent several pixels forward/backward.
scrollPixels(int, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Scrolls the HTMLComponent several pixels forward/backward.
scrollRectToVisible(Rectangle, Component) - Method in class com.codename1.ui.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(int, int, int, int, Component) - Method in class com.codename1.ui.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(Rectangle) - Method in class com.codename1.ui.List
Makes sure the selected index is visible if it is not in the current view rect the list will scroll so it fits within
scrollRectToVisible(Rectangle, Component) - Method in class com.sun.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(int, int, int, int, Component) - Method in class com.sun.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(Rectangle) - Method in class com.sun.lwuit.List
Makes sure the selected index is visible if it is not in the current view rect the list will scroll so it fits within
scrollToElement(HTMLElement, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Scrolls the HTMLComponent to the specified element
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
SealedObject - Class in javax.crypto
This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.
SealedObject(Serializable, Cipher) - Constructor for class javax.crypto.SealedObject
Constructs a SealedObject from any Serializable object.
SealedObject(SealedObject) - Constructor for class javax.crypto.SealedObject
Constructs a SealedObject object from the passed-in SealedObject.
search(String, String, DefaultListModel, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Serach for facebook objects
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each (key, value), or null if none.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each value, or null if none.
SECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the second field.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECONDARY - Static variable in class java.text.Collator
Collator strength value.
secondaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the secondary component of a collation element.
SECONDS - Static variable in class javax.xml.datatype.DatatypeConstants
A constant that represents the seconds field.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "secret key".
SecretKey - Interface in javax.crypto
A secret (symmetric) key.
SecretKeyEntry(SecretKey) - Constructor for class java.security.KeyStore.SecretKeyEntry
Constructs a SecretKeyEntry with a SecretKey.
SecretKeyEntry(SecretKey, Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.SecretKeyEntry
Constructs a SecretKeyEntry with a SecretKey and associated entry attributes.
SecretKeyFactory - Class in javax.crypto
This class represents a factory for secret keys.
SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
Creates a SecretKeyFactory object.
SecretKeyFactorySpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class.
SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
 
SecretKeySpec - Class in javax.crypto.spec
This class specifies a secret key in a provider-independent fashion.
SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array.
SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array, using the first len bytes of key, starting at offset inclusive.
SecureCacheResponse - Class in java.net
Represents a cache response originally retrieved through secure means, such as TLS.
SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
 
SecureClassLoader - Class in java.security
This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
SecureConnection - Interface in javax.microedition.io
 
SecureDirectoryStream<T> - Interface in java.nio.file
A DirectoryStream that defines operations on files that are located relative to an open directory.
SecureRandom - Class in java.security
This class provides a cryptographically strong random number generator (RNG).
SecureRandom() - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
 
Security - Class in java.security
This class centralizes all security properties and common security methods.
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityInfo - Interface in javax.microedition.io
 
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - Class in java.security
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
SeekableByteChannel - Interface in java.nio.channels
A byte channel that maintains a current position and allows the position to be changed.
SEGMENT_LIMIT - Static variable in interface java.util.jar.Pack200.Packer
This property is a numeral giving the estimated target size N (in bytes) of each archive segment.
select(URI) - Method in class java.net.ProxySelector
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.
select(long) - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
select() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
SELECT_ALL_FLAG - Static variable in class com.codename1.ui.list.GenericListCellRenderer
Put this flag as a Map key to indicate that a checkbox entry rendered by this renderer should act as a "select all" entry and toggle all other entries.
SelectableChannel - Class in java.nio.channels
A channel that can be multiplexed via a Selector.
SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
Initializes a new instance of this class.
SELECTED - Static variable in class java.awt.event.ItemEvent
This state-change value indicates that an item was selected.
SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected converted text.
SELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected raw text.
selectedKeys() - Method in class java.nio.channels.Selector
Returns this selector's selected-key set.
selectInList(String, int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
selectInList(int[], int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
selectInList(String, int) - Static method in class com.codename1.testing.TestUtils
Selects the given offset in a list
selectInList(int[], int) - Static method in class com.codename1.testing.TestUtils
Selects the given offset in a list
selectInputMethod(Locale) - Method in class java.awt.im.InputContext
Attempts to select an input method or keyboard layout that supports the given locale, and returns a value indicating whether such an input method or keyboard layout has been successfully selected.
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in class com.codename1.components.Ads
 
selectionChanged(int, int) - Method in interface com.codename1.ui.events.SelectionListener
Indicates the selection changed in the underlying list model
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
selectionChanged(int, int, HTMLComponent, List, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true
selectionChanged(int, int) - Method in interface com.sun.lwuit.events.SelectionListener
Indicates the selection changed in the underlying list model
SelectionKey - Class in java.nio.channels
A token representing the registration of a SelectableChannel with a Selector.
SelectionKey() - Constructor for class java.nio.channels.SelectionKey
Constructs an instance of this class.
SelectionListener - Interface in com.codename1.ui.events
Invoked to indicate a selection change in the list model
SelectionListener - Interface in com.sun.lwuit.events
Invoked to indicate a selection change in the list model
selectNow() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
selector() - Method in class java.nio.channels.SelectionKey
Returns the selector for which this key was created.
Selector - Class in java.nio.channels
A multiplexor of SelectableChannel objects.
Selector() - Constructor for class java.nio.channels.Selector
Initializes a new instance of this class.
SelectorProvider - Class in java.nio.channels.spi
Service-provider class for selectors and selectable channels.
SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
Initializes a new instance of this class.
Semaphore - Class in java.util.concurrent
A counting semaphore.
Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and the given fairness setting.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Deprecated.
Use the following code or its equivalent instead: ...... int ttl = mcastSocket.getTimeToLive(); mcastSocket.setTimeToLive(newttl); mcastSocket.send(p); mcastSocket.setTimeToLive(ttl); ......
send(ByteBuffer, SocketAddress) - Method in class java.nio.channels.DatagramChannel
Sends a datagram via this channel.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
 
sendCrashReport(Throwable, String, boolean) - Static method in class com.codename1.analytics.AnalyticsService
In apps mode we can send information about an exception to the analytics server
sendLog() - Static method in class com.codename1.io.Log
Sends the current log to the cloud regardless of the reporting level
sendMessage(String[], String, Message) - Static method in class com.codename1.messaging.Message
Send an email using the platform mail client
sendMessage(String[], String, Message) - Method in class com.codename1.ui.Display
Send an email using the platform mail client
sendMessageViaCloud(String, String, String, String, String) - Method in class com.codename1.messaging.Message
Send an email message using the Codename One cloud to send the message, notice that this API will only work for pro accounts
sendMessageViaCloudSync(String, String, String, String, String) - Method in class com.codename1.messaging.Message
Send an email message using the Codename One cloud to send the message, notice that this API will only work for pro accounts
sendPushMessage(String, String, boolean, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessage(String, String, boolean, String, String, String, String, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessageAsync(String, String, boolean, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendPushMessageAsync(String, String, boolean, String, String, String, String, String, String, String) - Static method in class com.codename1.push.Push
Sends a push message and returns true if server delivery succeeded, notice that the push message isn't guaranteed to reach all devices.
sendRequest() - Method in class com.codename1.components.RSSReader
Send the request to the server, will only work once.
sendSMS(String, String) - Method in class com.codename1.ui.Display
Sends a SMS message to the given phone number
sendUrgentData(int) - Method in class java.net.Socket
Send one byte of urgent data on the socket.
sendUrgentData(int) - Method in class java.net.SocketImpl
Send one byte of urgent data on the socket.
SENSITIVE - Static variable in class com.codename1.ui.TextArea
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
SENSITIVE - Static variable in class com.sun.lwuit.TextArea
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
SEPARATOR - Static variable in class com.codename1.processing.Result
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
SEPTEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
Value for ninth month of year.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
sequential() - Method in interface java.util.stream.BaseStream
Returns an equivalent stream that is sequential.
sequential() - Method in interface java.util.stream.DoubleStream
 
sequential() - Method in interface java.util.stream.IntStream
 
sequential() - Method in interface java.util.stream.LongStream
 
Serializable - Interface in java.io
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - Class in java.io
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
SERIALIZE_ERR - Static variable in exception org.w3c.dom.ls.LSException
If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.
SerializedLambda - Class in java.lang.invoke
Serialized form of a lambda expression.
SerializedLambda(Class<?>, String, String, String, int, String, String, String, String, Object[]) - Constructor for class java.lang.invoke.SerializedLambda
Create a SerializedLambda from the low-level information present at the lambda factory site.
serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
indicate compatibility with JDK 1.1.x version of class.
serialVersionUID - Static variable in interface java.rmi.server.ServerRef
Deprecated.
indicate compatibility with JDK 1.1.x version of class.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.interfaces.ECPrivateKey
The class fingerprint that is set to indicate serialization compatibility.
serialVersionUID - Static variable in interface java.security.interfaces.ECPublicKey
The class fingerprint that is set to indicate serialization compatibility.
serialVersionUID - Static variable in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateCrtKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPublicKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.Key
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPrivateKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPublicKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
serialVersionUID - Static variable in interface javax.crypto.interfaces.PBEKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
serialVersionUID - Static variable in interface javax.crypto.SecretKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
ServerCloneException - Exception in java.rmi.server
A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
ServerCloneException(String) - Constructor for exception java.rmi.server.ServerCloneException
Constructs a ServerCloneException with the specified detail message.
ServerCloneException(String, Exception) - Constructor for exception java.rmi.server.ServerCloneException
Constructs a ServerCloneException with the specified detail message and cause.
ServerError - Exception in java.rmi
A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerError(String, Error) - Constructor for exception java.rmi.ServerError
Constructs a ServerError with the specified detail message and nested error.
ServerException - Exception in java.rmi
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.
ServerException(String) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message and nested exception.
ServerNotActiveException - Exception in java.rmi.server
An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
ServerNotActiveException() - Constructor for exception java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with no specified detail message.
ServerNotActiveException(String) - Constructor for exception java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with the specified detail message.
ServerRef - Interface in java.rmi.server
Deprecated.
No replacement. This interface is unused and is obsolete.
ServerRuntimeException - Exception in java.rmi
Deprecated.
no replacement
ServerRuntimeException(String, Exception) - Constructor for exception java.rmi.ServerRuntimeException
Deprecated.
no replacement
ServerSocket - Class in java.net
This class implements server sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Creates an unbound server socket.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
ServerSocketChannel - Class in java.nio.channels
A selectable channel for stream-oriented listening sockets.
ServerSocketChannel(SelectorProvider) - Constructor for class java.nio.channels.ServerSocketChannel
Initializes a new instance of this class.
ServerSocketConnection - Interface in javax.microedition.io
 
ServerSocketFactory - Class in javax.net
This class creates server sockets.
ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
Creates a server socket factory.
Service(Provider, String, String, String, List<String>, Map<String, String>) - Constructor for class java.security.Provider.Service
Construct a new service.
ServiceConfigurationError - Error in java.util
Error thrown when something goes wrong while loading a service provider.
ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message.
ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message and cause.
ServiceLoader<S> - Class in java.util
A simple service-provider loading facility.
set(String, String) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, int) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, long) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, double) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, float) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, boolean) - Static method in class com.codename1.io.Preferences
Sets a preference value
set(String, Object) - Method in class com.codename1.javascript.JavascriptContext
Sets a Javascript value given a compatible Java object value.
set(String, Object) - Method in class com.codename1.javascript.JSObject
Sets a property on the underlying Javascript object.
set(int, Object) - Method in class com.codename1.javascript.JSObject
 
set(int, int, int, int) - Method in class com.codename1.ui.layouts.Insets
 
set(Object, int, Object) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object) - Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(T) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int) - Method in class java.util.BitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar.Builder
Sets the field parameter to the given value.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
set(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Unconditionally sets to the given value.
set(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Sets to the given value.
set(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Sets the element at position i to the given value.
set(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(long) - Method in class java.util.concurrent.atomic.AtomicLong
Sets to the given value.
set(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Sets the element at position i to the given value.
set(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Unconditionally sets the value of both the reference and mark.
set(V) - Method in class java.util.concurrent.atomic.AtomicReference
Sets to the given value.
set(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Sets the element at position i to the given value.
set(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Unconditionally sets the value of both the reference and stamp.
set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
set(V) - Method in class java.util.concurrent.FutureTask
Sets the result of this future to the given value unless this future has already been set or has been cancelled.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
set3DText(boolean, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the 3D text decoration for this style
set3DTextNorth(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration to 3D text
setAbsoluteCenter(boolean) - Method in class com.codename1.ui.layouts.BorderLayout
Deprecated.
use center behavior instead
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
Convenience method to set the accessible flag for an array of objects with a single security check (for efficiency).
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
Set the accessible flag for this object to the indicated boolean value.
setAccuracy(float) - Method in class com.codename1.location.Location
 
setAcl(List<AclEntry>) - Method in interface java.nio.file.attribute.AclFileAttributeView
Updates (replace) the access control list.
setActAsSpinnerDialog(boolean) - Method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
Set the activation descriptor, desc for the object with the activation identifier, id.
setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Set the activation group descriptor, desc for the object with the activation group identifier, id.
setAd(String) - Method in class com.codename1.components.Ads
HTML ad received from the server
setAdapter(URLImage.ImageAdapter) - Method in class com.codename1.ui.list.GenericListCellRenderer
The adapter used when dealing with image URL's
setAddBackToTaget(boolean) - Method in class com.codename1.components.RSSReader
Indicates whether a back command should be added implicitly to the target container
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAddress(String) - Method in interface javax.microedition.io.Datagram
 
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
 
setAddresses(Hashtable) - Method in class com.codename1.contacts.Contact
Sets the Contact Addresses
setAdsProvider(Class) - Static method in class com.codename1.ads.AdsService
Sets the provider of the ads service.
setAge(String) - Method in class com.codename1.components.Ads
Sets the users age
setAlgorithmConstraints(AlgorithmConstraints) - Method in class javax.net.ssl.SSLParameters
Sets the cryptographic algorithm constraints, which will be used in addition to any configured by the runtime environment.
setAlign(int) - Method in class com.codename1.ui.layouts.FlowLayout
Alignment of the flow layout, defaults to LEFT
setAlignment(int) - Method in class com.codename1.ui.Button
Deprecated.
use the Style alignment instead
setAlignment(int) - Method in class com.codename1.ui.Label
Deprecated.
use Style.setAlignment instead
setAlignment(int) - Method in class com.codename1.ui.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int) - Method in class com.codename1.ui.TextArea
Deprecated.
use Style.setAlignment instead
setAlignment(int) - Method in class com.codename1.ui.TextField
 
setAlignment(int) - Method in class com.sun.lwuit.Label
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT
setAlignment(int) - Method in class com.sun.lwuit.TextArea
Sets the Alignment of the TextArea to one of: CENTER, LEFT, RIGHT
setAlignment(int) - Method in class com.sun.lwuit.TextField
 
setAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAllowMinimizing(boolean) - Method in class com.codename1.ui.Display
Allows a Codename One application to minimize without forcing it to the front whenever a new dialog is poped up
setAllowMinimizing(boolean) - Method in class com.sun.lwuit.Display
Allows a LWUIT application to minimize without forcing it to the front whenever a new dialog is poped up
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAlpha(int) - Method in class com.codename1.ui.Graphics
Sets alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
setAlpha(int) - Method in class com.sun.lwuit.Graphics
Sets alpha as a value between 0-255 (0 - 0xff) where 255 is completely opaque and 0 is completely transparent
setAltitude(double) - Method in class com.codename1.location.Location
Sets the altitude of this Location
setAlwaysRenderSelection(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicates that selection should always be rendered regardless of the status of the shouldRenderSelection flag
setAlwaysRevalidate(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
By default lists don't revalidate on every change to avoid "jumpiness" when scrolling
setAlwaysStore(boolean) - Method in class com.codename1.io.CacheMap
When set to true indicates that all entries should be persisted to storage for a constantly persisting cache
setAlwaysTensile(boolean) - Method in class com.codename1.ui.Component
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setAlwaysTensile(boolean) - Method in class com.codename1.ui.Form
 
setAmPmStrings(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAnimated(boolean) - Method in class java.awt.image.MemoryImageSource
Changes this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setAnimation(Image) - Method in class com.codename1.components.InfiniteProgress
 
setAnimationDelay(int) - Method in class com.codename1.ui.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
setAnimationDelay(int) - Method in class com.sun.lwuit.animations.Timeline
Inidicates the minimal delay between animation frames allowing the CPU to rest.
setAntiAliased(boolean) - Method in class com.codename1.ui.Graphics
Set whether anti-aliasing for standard rendering operations is turned on.
setAntiAliased(boolean) - Method in class com.sun.lwuit.Graphics
Set whether anti-aliasing for standard rendering operations is turned on.
setAntiAliasedText(boolean) - Method in class com.codename1.ui.Graphics
Set whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
setAntiAliasedText(boolean) - Method in class com.sun.lwuit.Graphics
Set whether anti-aliasing for text is active, notice that text anti-aliasing is a separate attribute from standard anti-alisaing.
setAnyPolicyInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets state to determine if the any policy OID should be processed if it is included in a certificate.
setAppID(String) - Method in class com.codename1.components.Ads
Simple setter of the unique identifier of the app on the ads service network, no need to manually use this the createAdsService uses this.
setAppId(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setAppsMode(boolean) - Static method in class com.codename1.analytics.AnalyticsService
Apps mode allows improved analytics using the newer google analytics API designed for apps
setArchive(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the archive attribute.
setArray(int, Array) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Array object.
setArray(int, Array) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Array value.
setArrowHeight(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow height
setArrowSegmentLength(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow segment length
setArrowWidth(int) - Method in class com.codename1.maps.layers.ArrowLinesLayer
Sets the arrow width
setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream.
setAsciiStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream.
setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.InputStream value.
setAsciiStream(String, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given input stream.
setAsciiStream(String, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given input stream.
setAttachment(String) - Method in class com.codename1.messaging.Message
Sets the message attachment if exists
setAttachmentMimeType(String) - Method in class com.codename1.messaging.Message
Sets the attachment mime type.
setAttribute(String, String) - Method in class com.codename1.ui.html.HTMLElement
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(Object, String) - Method in class com.codename1.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(String, String) - Method in class com.codename1.xml.Element
Adds the specified attribute and value to this Element if it is supported for the Element and has a valid value.
setAttribute(Path, String, Object, LinkOption...) - Static method in class java.nio.file.Files
Sets the value of a file attribute.
setAttribute(Path, String, Object, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Sets the value of a file attribute.
setAttribute(String, Object, int) - Method in interface javax.script.ScriptContext
Sets the value of an attribute in a given scope.
setAttribute(String, Object, int) - Method in class javax.script.SimpleScriptContext
Sets the value of an attribute in a given scope.
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class javax.xml.transform.TransformerFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeById(int, String) - Method in class com.codename1.ui.html.HTMLElement
Allows setting an attribute with an attribute id
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
Copy an entire Attributes object.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAuthorityKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the authorityKeyIdentifier criterion.
setAutoAdjustDialogSize(boolean) - Static method in class com.codename1.ui.Dialog
Indicates whether Codename One should try to automatically adjust a showing dialog size when a screen size change event occurs
setAutoAdjustDialogSize(boolean) - Static method in class com.sun.lwuit.Dialog
Indicates whether LWUIT should try to automatically adjust a showing dialog size when a screen size change event occurs
setAutoCommit(boolean) - Method in interface java.sql.Connection
Sets this connection's auto-commit mode to the given state.
setAutocreateContainerGaps(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether or not gaps between the container and the first/last components should automatically be created.
setAutocreateContainerGaps(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether or not gaps between the container and the first/last components should automatically be created.
setAutocreateGaps(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setAutocreateGaps(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setAutoDegradeMaxSize(boolean) - Static method in class com.codename1.ui.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
setAutoDegradeMaxSize(boolean) - Static method in class com.sun.lwuit.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
setAutoDetectURL(String) - Static method in class com.codename1.io.NetworkManager
This URL is used to check whether an Internet connection is available
setAutoDispose(boolean) - Method in class com.codename1.ui.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setAutoDispose(boolean) - Method in class com.sun.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setAutoFit(boolean) - Method in class com.codename1.ui.layouts.GridLayout
Auto fits columns/rows to available screen space
setAutoFocusOnFirstLink(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Determines whether to auto-focus on the first link after page load Note that focusing will happen only if the link is within a visible range (no scrolling is performed since this is rarely a wanted behaviour in this case)
setAutoFoldVKBOnFormSwitch(boolean) - Method in class com.codename1.ui.Display
Normally Codename One folds the VKB when switching forms this field allows us to block that behavior.
setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is automatically numbered, The default is for a RowSet object's columns not to be automatically numbered.
setAutoShow(boolean) - Method in class com.codename1.components.Progress
Shows the progress automatically when the request processing is started
setAutoStored(boolean) - Static method in class com.codename1.io.Cookie
This method configures the auto storage of cookies
setAvailIn(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setAvailOut(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setBackCommand(Command) - Method in class com.codename1.ui.Form
Indicates the command that is defined as the back command out of this form.
setBackCommand(Command) - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the back command out of this form.
setBackCommand(Command) - Method in class com.codename1.ui.SideMenuBar
 
setBackCommand(Form, Command) - Method in class com.codename1.ui.util.UIBuilder
Invoked internally to set the back command on the form, this method allows subclasses to change the behavior of back command adding or disable it
setBackCommand(Command) - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the back command out of this form.
setBackCommandEnabled(boolean) - Method in class com.codename1.ui.util.UIBuilder
Seamlessly inserts a back command to all the forms
setBackDestination(String) - Method in class com.codename1.ui.util.UIBuilder
Pops the navigation stack until it finds form name and the back button will match form name if form name isn't in the stack this method will fail
setBackground(Color) - Method in class java.awt.Component
Sets the background color of this component.
setBackgroundAlignment(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the background alignment for the component
setBackgroundAlignment(byte, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background alignment for the component
setBackgroundGradientEndColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientEndColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientEndColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientEndColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientRelativeSize(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeSize(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeSize(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeSize(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative size
setBackgroundGradientRelativeX(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeX(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeX(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeX(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position X
setBackgroundGradientRelativeY(float) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientRelativeY(float, boolean) - Method in class com.codename1.ui.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientRelativeY(float) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientRelativeY(float, boolean) - Method in class com.sun.lwuit.plaf.Style
Background radial gradient relative center position Y
setBackgroundGradientStartColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientStartColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBackgroundGradientStartColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundGradientStartColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBackgroundImageDetermineSize(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates if the bg image of a style should determine the minimum preferred size according to the theme
setBackgroundType(byte) - Method in class com.codename1.ui.plaf.Style
Sets the background type for the component
setBackgroundType(byte, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background type for the component
setBackgroundType(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the background type for the component
setBackgroundType(byte, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background type for the component
setBackIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the back Button Icon
setBackToParent(boolean) - Static method in class com.codename1.io.Oauth2
Enables going back to the parent form after login is completed
setBadgeNumber(int) - Method in class com.codename1.ui.Display
Sets the number that appears on the application icon in iOS
setBanner(boolean) - Method in class com.codename1.ads.InnerActive
Sets this ads type, by default this a banner type.
setBaseURI(String) - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
setBaseURL(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the base URL for this document.
setBaseURL(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the base URL for this document.
setBasicConstraints(int) - Method in class java.security.cert.X509CertSelector
Sets the basic constraints constraint.
setBatchSize(int) - Method in class com.codename1.cloud.CloudListModel
Updates the number of elements fetched from the server in a single batch
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Set the baud rate of the serial connection.
setBeginIndex(int) - Method in class java.text.FieldPosition
Sets the begin index.
setBgColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBgColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background color for the component
setBgColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBgColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component
setBgImage(Image) - Method in class com.codename1.ui.Form
Deprecated.
Use the style directly
setBgImage(Image) - Method in class com.codename1.ui.plaf.Style
Sets the background image for the component
setBgImage(Image, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the background image for the component
setBgImage(Image) - Method in class com.sun.lwuit.Form
Sets the background image to show behind the form
setBgImage(Image) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component
setBgImage(Image, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component
setBgPainter(Painter) - Method in class com.codename1.ui.plaf.Style
Defines the background painter for this style, normally this would be the internal image/color painter but can be user defined
setBgPainter(Painter) - Method in class com.sun.lwuit.plaf.Style
Defines the background painter for this style, normally this would be the internal image/color painter but can be user defined
setBgTransparency(byte) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
setBgTransparency(int) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setBgTransparency(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency (opacity) level of the Component, zero indicates fully transparent and FF indicates fully opaque.
setBgTransparency(int) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBidiAlgorithm(boolean) - Method in class com.codename1.ui.Display
Indicates whether Codename One should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
setBidiAlgorithm(boolean) - Method in class com.sun.lwuit.Display
Indicates whether LWUIT should consider the bidi RTL algorithm when drawing text or navigating with the text field cursor.
setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.math.BigDeciaml value.
setBigDecimal(String, BigDecimal) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(long) - Method in interface java.sql.Blob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream.
setBinaryStream() - Method in interface java.sql.SQLXML
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.InputStream value.
setBinaryStream(String, InputStream, int) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given input stream.
setBinaryStream(String, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given input stream.
setBindings(Bindings, int) - Method in class javax.script.AbstractScriptEngine
Sets the Bindings with the corresponding scope value in the context field.
setBindings(Bindings, int) - Method in interface javax.script.ScriptContext
Associates a Bindings instance with a particular scope in this ScriptContext.
setBindings(Bindings, int) - Method in interface javax.script.ScriptEngine
Sets a scope of named values to be used by scripts.
setBindings(Bindings) - Method in class javax.script.ScriptEngineManager
setBindings stores the specified Bindings in the globalScope field.
setBindings(Bindings, int) - Method in class javax.script.SimpleScriptContext
Sets a Bindings of attributes for the given scope.
setBirthday(long) - Method in class com.codename1.contacts.Contact
Sets the Contact birthday date
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBitmapFontEnabled(boolean) - Static method in class com.codename1.ui.Font
Indicates whether bitmap fonts should be enabled by default when loading or the fallback system font should be used instead.
setBitmapFontEnabled(boolean) - Static method in class com.sun.lwuit.Font
Indicates whether bitmap fonts should be enabled by default when loading or the fallback system font should be used instead.
setBlob(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Blob value.
setBlob(int, InputStream, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream) - Method in interface javax.sql.RowSet
Sets the designated parameter to a InputStream object.
setBlockAnalytics(boolean) - Static method in class com.codename1.ui.util.UIBuilder
Enables blocking analytics in the UIBuilder, this is useful for the designer tool.
setBlocking(boolean) - Method in class com.codename1.ui.util.EventDispatcher
Indicates whether this dispatcher blocks when firing events or not, normally a dispatcher uses callSeriallyAndWait() to be 100% synchronous with event delivery however this method is very slow.
setBlockList(boolean) - Method in class com.codename1.components.RSSReader
 
setBodyText(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code as this HTMLComponent's body
setBodyText(String, String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code as this HTMLComponent's body.
setBodyText(String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code as this HTMLComponent's body
setBodyText(String, String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code as this HTMLComponent's body.
setBoolean(String, boolean) - Method in class com.codename1.cloud.CloudObject
Sets a value
setBoolean(String, Boolean) - Method in class com.codename1.cloud.CloudObject
Sets a value
setBoolean(String, boolean) - Method in class com.codename1.javascript.JSObject
 
setBoolean(int, boolean) - Method in class com.codename1.javascript.JSObject
 
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Sets the value of a field as a boolean on the specified object.
setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java boolean value.
setBoolean(String, boolean) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java boolean value.
setBorder(Border) - Method in class com.codename1.ui.plaf.Style
Sets the border for the style
setBorder(Border, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the border for the style
setBorder(Border) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style
setBorder(Border, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style
setBorderGap(int) - Method in class com.sun.lwuit.List
Setting the surrounding border gap
setBorderPainted(boolean) - Method in class com.sun.lwuit.Component
Deprecated.
use getStyle().setBorder() to null to disable borders or install a different border
setBorderSpacing(int, int) - Method in class com.codename1.ui.table.Table
Sets the spacing of cells border (relevant only for separate borders and not for collapsed)
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.CheckBox
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.Component
Sets the value of a bound property within this component, notice that this method MUST NOT fire the property change event when invoked to prevent recursion!
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.Label
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.RadioButton
 
setBoundPropertyValue(String, Object) - Method in class com.codename1.ui.TextArea
 
setBounds(int, int, int, int) - Method in class com.codename1.ui.geom.Rectangle
Helper method to set coordinates
setBounds(int, int, int, int) - Method in class java.awt.Component
Moves and resizes this component.
setBounds(Rectangle) - Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setBrowserComponent(BrowserComponent) - Method in class com.codename1.javascript.JavascriptContext
Sets the BrowserComponent on which this javascript context runs.
setBrowserNavigationCallback(BrowserNavigationCallback) - Method in class com.codename1.components.WebBrowser
Set the browser navigation callback which allows handling a case where a URL invocation can be delegated to Java code.
setBrowserNavigationCallback(BrowserNavigationCallback) - Method in class com.codename1.ui.BrowserComponent
Set the browser navigation callback which allows handling a case where a URL invocation can be delegated to Java code.
setBuiltinSoundsEnabled(boolean) - Method in class com.codename1.ui.Display
Allows muting/unmuting the builtin sounds easily
setBundle(Map<String, String>) - Method in class com.codename1.ui.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Sets the value of a field as a byte on the specified object.
setByte(String, byte) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java byte value.
setByte(String, byte) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java byte value.
setBytes(long, byte[]) - Method in interface java.sql.Blob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java array of byte values.
setBytes(String, byte[]) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java array of bytes.
setByteStream(InputStream) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
setByteStream(OutputStream) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCachePrefix(String) - Method in class com.codename1.io.CacheMap
A prefix prepended to storage entries to differentiate them
setCacheSize(int) - Method in class com.codename1.cloud.CloudListModel
Sets the size of the local cache
setCacheSize(int) - Method in class com.codename1.io.CacheMap
Indicates the size of the memory cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCalendarType(String) - Method in class java.util.Calendar.Builder
Sets the calendar type parameter to the given type.
setCallback(LoginCallback) - Method in class com.codename1.social.FacebookConnect
Sets the login callback that will receive event callback notification from the API
setCallbackHandler(CallbackHandler) - Method in class java.security.AuthProvider
Set a CallbackHandler.
setCanFlushStream(boolean) - Static method in class com.codename1.io.MultipartRequest
Sending large files requires flushing the writer once in a while to prevent Out Of Memory Errors, Some J2ME implementation are not able to flush the streams causing the upload to fail.
setCaseSensitive(boolean) - Method in class com.codename1.xml.XMLParser
Sets the parser to be case sensitive and retain case, otherwise it will convert all data to lower case
setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is case sensitive.
setCatalog(String) - Method in interface java.sql.Connection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's table's catalog name, if any, to the given String.
setCategory(String) - Method in class com.codename1.components.Ads
Category is a single word description of the application.
setCellAlignment(int) - Method in class com.codename1.ui.table.Table
Indicates the alignment of the cells see label alignment for details
setCellAlignment(int) - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the cells see label alignment for details
setCellRenderer(boolean) - Method in class com.codename1.ui.Component
Used as an optimization to mark that this component is currently being used as a cell renderer
setCellRenderer(boolean) - Method in class com.codename1.ui.Container
 
setCellRenderer(boolean) - Method in class com.sun.lwuit.Component
Used as an optimization to mark that this component is currently being used as a cell renderer
setCellRenderer(boolean) - Method in class com.sun.lwuit.Container
 
setCenterBehavior(int) - Method in class com.codename1.ui.layouts.BorderLayout
Defines the behavior of the center component to one of the constants defined in this class
setCertificate(X509Certificate) - Method in class java.security.cert.X509CertSelector
Sets the certificateEquals criterion.
setCertificateChecking(X509Certificate) - Method in class java.security.cert.X509CRLSelector
Sets the certificate being checked.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assigns the given trusted certificate to the given alias.
setCertificateValid(Date) - Method in class java.security.cert.X509CertSelector
Sets the certificateValid criterion.
setCertifiedText(boolean) - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
setCertPathCheckers(List<PKIXCertPathChecker>) - Method in class java.security.cert.PKIXParameters
Sets a List of additional certification path checkers.
setCertStores(List<CertStore>) - Method in class java.security.cert.PKIXParameters
Sets the list of CertStores to be used in finding certificates and CRLs.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChangesSelectedDateEnabled(boolean) - Method in class com.codename1.ui.Calendar
This flag determines if selected date can be changed by selecting an alternative date
setChangeTabContainerStyleOnFocus(boolean) - Method in class com.codename1.ui.Tabs
Indicates that the tabs container should have its style changed to the selected style when one of the tabs has focus this allows incorporating it into the theme of the application
setChangeTabOnFocus(boolean) - Method in class com.codename1.ui.Tabs
Indicates that a tab should change when the focus changes without the user physically pressing a button
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified char value.
setChar(Object, char) - Method in class java.lang.reflect.Field
Sets the value of a field as a char on the specified object.
setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object.
setCharacterStream() - Method in interface java.sql.SQLXML
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.io.Reader value.
setCharacterStream(String, Reader, int) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Reader object.
setCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Reader object.
setCharacterStream(Reader) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
setCharacterStream(Writer) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharacterSubsets(Character.Subset[]) - Method in class java.awt.im.InputContext
Sets the subsets of the Unicode character set that input methods of this input context should be allowed to input.
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setCheckBox(boolean) - Method in class com.codename1.components.MultiButton
Turns the multi-button into a checkbox multi-button
setCheckBoxFocusImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox when in focused mode
setCheckBoxImages(Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckBoxImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckBoxImages(Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes
setCheckboxText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setChildren(Vector) - Method in class com.codename1.xml.Element
Sets the children vector of this Element
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is not known in advance.
setCipherSuites(String[]) - Method in class javax.net.ssl.SSLParameters
Sets the array of ciphersuites.
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
setClearCommand(Command) - Method in class com.codename1.ui.Form
Indicates the command that is defined as the clear command in this form.
setClearCommand(Command) - Method in class com.codename1.ui.MenuBar
Indicates the command that is defined as the clear command in this form.
setClearCommand(Command) - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the clear command in this form.
setClearText(String) - Static method in class com.codename1.ui.TextField
Set the text that should appear on the clear softkey
setClearText(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the clear softkey
setClientId(String) - Static method in class com.codename1.facebook.FaceBookAccess
The client id (appid) which asks to connect (this is generated when an app is created see: https://developers.facebook.com/apps)
setClientInfo(String, String) - Method in interface java.sql.Connection
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in interface java.sql.Connection
Sets the value of the connection's client info properties.
setClientSecret(String) - Static method in class com.codename1.facebook.FaceBookAccess
The client secret is been generated by facebook see: https://developers.facebook.com/apps
setClientSecret(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setClip(int[]) - Method in class com.codename1.ui.Graphics
Sets the clip from an array containing x, y, width, height value
setClip(int, int, int, int) - Method in class com.codename1.ui.Graphics
Updates the clipping region to match the given region exactly
setClip(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Updates the clipping region to match the given region exactly
setClob(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Clob value.
setClob(int, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setClob(String, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setCloudBoundProperty(String) - Method in class com.codename1.ui.Component
Indicates the property within this component that should be bound to the cloud object
setCloudDestinationProperty(String) - Method in class com.codename1.ui.Component
The destination property of the CloudObject
setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
setCollapseBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the borders of the cells should collapse to form a one line border
setColor(int) - Method in class com.codename1.ui.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColor(int) - Method in class com.sun.lwuit.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColorModel(ColorModel) - Method in interface java.awt.image.ImageConsumer
Sets the ColorModel object used for the majority of the pixels reported using the setPixels method calls.
setColorModel(ColorModel) - Method in class java.awt.image.ImageFilter
Filter the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel) - Method in class java.awt.image.PixelGrabber
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setColorModel(ColorModel) - Method in class java.awt.image.RGBImageFilter
If the ColorModel is an IndexColorModel and the subclass has set the canFilterIndexColorModel flag to true, we substitute a filtered version of the color model here and wherever that original ColorModel object appears in the setPixels methods.
setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
Sets the number of columns in the RowSet object to the given number.
setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's normal maximum width in chars to the given int.
setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the suggested column title for use in printouts and displays, if any, to the given String.
setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the name of the designated column to the given String.
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setColumns(int) - Method in class com.codename1.ui.spinner.GenericSpinner
Sets the column count
setColumns(int) - Method in class com.codename1.ui.TextArea
Sets the number of columns in the text area
setColumns(int) - Method in class com.sun.lwuit.TextArea
Sets the number of columns in the text area
setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's SQL type to the one given.
setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's type name that is specific to the data source, if any, to the given String.
setComboBoxImage(Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets image for the combo box dropdown drawing
setComboBoxImage(Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets image for the combo box dropdown drawing
setCommand(Command) - Method in class com.codename1.components.MultiButton
Sets the command for the component, it doesn't affe
setCommand(Command) - Method in class com.codename1.ui.Button
Applies the given command to this button
setCommand(String) - Method in interface javax.sql.RowSet
Sets this RowSet object's command property to the given SQL query.
setCommandBehavior(int) - Method in class com.codename1.ui.Display
Indicates the way commands should be added to a form as one of the ocmmand constants defined in this class
setCommandList(boolean) - Method in class com.codename1.ui.List
Indicates that the list should be treated as a list of commands, if the user "clicks" a command from the list its action performed method is invoked.
setCommandList(boolean) - Method in class com.sun.lwuit.List
Indicates that the list should be treated as a list of commands, if the user "clicks" a command from the list its action performed method is invoked.
setCommandListener(ActionListener) - Method in class com.sun.lwuit.Form
Deprecated.
use add/removeCommandListener instead
setCommandName(String) - Method in class com.codename1.ui.Command
sets the Command name
setCommandName(String) - Method in class com.sun.lwuit.Command
sets the Command name
setCommandsAsButtons(boolean) - Static method in class com.codename1.ui.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
setCommandsAsButtons(boolean) - Static method in class com.sun.lwuit.Dialog
Places commands as buttons at the bottom of the standard static dialogs rather than as softbuttons.
setComment(String) - Method in class com.codename1.io.gzip.GZIPHeader
 
setComment(String) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setComment(String) - Method in class java.net.HttpCookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setCommentURL(String) - Method in class java.net.HttpCookie
Specifies a comment URL that describes a cookie's purpose.
setCommitOnDispose(TextField, boolean) - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether the VKB should commit changes to the text field when the VKB is closed not via the OK button.
setCommitTimeout(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
setCommitTimeout(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
setCompletionRenderer(ListCellRenderer) - Method in class com.codename1.ui.AutoCompleteTextField
Sets a custom renderer to the completion suggestions list.
setComponentSelectedStyle(String, Style) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentSelectedStyle(String, Style) - Method in class com.sun.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentState(Object) - Method in class com.codename1.components.OnOffSwitch
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentState(Object) - Method in class com.codename1.ui.Component
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentState(Object) - Method in class com.codename1.ui.spinner.GenericSpinner
If getComponentState returned a value the setter can update the value and restore the prior state.
setComponentStyle(String, Style) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentStyle(String, Style, String) - Method in class com.codename1.ui.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setComponentStyle(String, Style) - Method in class com.sun.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager
setCompositionEnabled(boolean) - Method in class java.awt.im.InputContext
Enables or disables the current input method for composition, depending on the value of the parameter enable.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setConcurrency(int) - Method in interface javax.sql.RowSet
Sets the concurrency of this RowSet object to the given concurrency level.
setConfiguration(Configuration) - Static method in class javax.security.auth.login.Configuration
Set the login Configuration.
setConnection(Object) - Method in class com.codename1.io.BufferedInputStream
If applicable this member represents the connection object for the stream
setConnection(Object) - Method in class com.codename1.io.BufferedOutputStream
If applicable this member represents the connection object for the stream
setConnectTimeout(int) - Method in class java.net.URLConnection
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConstraint(int) - Method in class com.codename1.ui.TextArea
Sets the constraint
setConstraint(int) - Method in class com.sun.lwuit.TextArea
Sets the constraint
setConstraints(Component, GridBagConstraints) - Method in class com.codename1.ui.layouts.GridBagLayout
 
setContainerState(Container, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
This method is the container navigation equivalent of setFormState() see that method for details.
setContentHandler(ContentHandler) - Method in class javax.xml.validation.ValidatorHandler
Sets the ContentHandler which receives the augmented validation result.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContentPaneSelectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Sets the content pane selected style
setContentPaneUnselectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Sets the content pane un selected style
setContentType(String) - Method in class com.codename1.io.ConnectionRequest
 
setContext(ScriptContext) - Method in class javax.script.AbstractScriptEngine
Sets the value of the protected context field to the specified ScriptContext.
setContext(ScriptContext) - Method in interface javax.script.ScriptEngine
Sets the default ScriptContext of the ScriptEngine whose Bindings, Reader and Writers are used for script executions when no ScriptContext is specified.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setCookieHeader(String) - Static method in class com.codename1.io.ConnectionRequest
Workaround for https://bugs.php.net/bug.php?id=65633 allowing developers to customize the name of the cookie header to Cookie
setCookiePolicy(CookiePolicy) - Method in class java.net.CookieManager
To set the cookie policy of this cookie manager.
setCookiesEnabled(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setCookiesEnabledDefault(boolean) - Static method in class com.codename1.io.ConnectionRequest
 
setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
setCountry(String) - Method in class com.codename1.contacts.Address
Sets Address Country
setCrashReporter(CrashReport) - Method in class com.codename1.ui.Display
The crash reporter gets invoked when an uncaught exception is intercepted
setCRC(long) - Method in class com.codename1.io.gzip.GZIPHeader
 
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCreatePlainTextDetails(boolean) - Method in class com.codename1.io.services.RSSService
Creates an additional "details" attribute in the resulting hashtables which effectively contains a plain text version of the description tag.
setCreationTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the creation time of the entry.
setCSSParserCallback(CSSParserCallback) - Method in class com.codename1.ui.html.CSSParser
 
setCSSSupportedMediaTypes(String[]) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the supported CSS media types to the given strings.
setCSSSupportedMediaTypes(String[]) - Static method in class com.sun.lwuit.html.HTMLComponent
Sets the supported CSS media types to the given strings.
setCurrency(Currency) - Method in class java.text.DecimalFormat
Sets the currency used by this number format when formatting currency values.
setCurrency(Currency) - Method in class java.text.DecimalFormatSymbols
Sets the currency of these DecimalFormatSymbols.
setCurrency(Currency) - Method in class java.text.NumberFormat
Sets the currency used by this number format when formatting currency values.
setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is a cash value.
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the currency symbol for the currency of these DecimalFormatSymbols in their locale.
setCurrentAccessPoint(String) - Method in class com.codename1.io.NetworkManager
Returns the id of the current access point
setCurrentDate(Date) - Method in class com.codename1.ui.Calendar
Sets the Calendar view on the given date, only the the month and year are being considered.
setCurrentDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setCurrentDate(Date) - Method in class com.sun.lwuit.Calendar
Sets the Calendar view on the given date, only the the month and year are being considered.
setCurrentDay(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCurrentHour(int) - Method in class com.codename1.ui.spinner.TimeSpinner
Set the hour from 1-12 or 0-23
setCurrentMeridiem(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setCurrentMinute(int) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setCurrentMode(String) - Method in class com.codename1.ui.VirtualKeyboard
Sets the current virtual keyboard mode.
setCurrentMonth(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCurrentMotionTime(long) - Method in class com.codename1.ui.animations.Motion
Allows overriding the getCurrentMotionTime method value with a manual value to provide full developer control over animation speed/position.
setCurrentMotionTime(long) - Method in class com.sun.lwuit.animations.Motion
Allows overriding the getCurrentMotionTime method value with a manual value to provide full developer control over animation speed/position.
setCurrentYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setCursor(Cursor) - Method in class java.awt.Component
Sets the cursor image to the specified cursor.
setCursorBlinkTimeOff(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is invisible
setCursorBlinkTimeOff(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible
setCursorBlinkTimeOn(int) - Method in class com.codename1.ui.TextField
The amount of time in milliseconds in which the cursor is visible
setCursorBlinkTimeOn(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible
setCursorName(String) - Method in interface java.sql.Statement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setCursorPosition(int) - Method in class com.codename1.ui.TextField
Sets the position of the cursor char position
setCursorPosition(int) - Method in class com.sun.lwuit.TextField
Sets the position of the cursor char position
setCustomProperty(String, CustomProperty) - Static method in class com.codename1.cloud.CloudObject
Install a custom property on the given property name
setCycleLeft(boolean) - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the beginning to the end of the list when going to the left, setting this to false prevents this behaviour
setCycleRight(boolean) - Method in class com.codename1.components.ImageViewer
By default the ImageViewer cycles from the end to the beginning of the list when going to the right, setting this to false prevents this behaviour
setCyclicFocus(boolean) - Method in class com.codename1.ui.Form
Indicates whether focus should cycle within the form
setCyclicFocus(boolean) - Method in class com.sun.lwuit.Form
Indicates whether focus should cycle within the form
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[]) - Method in class com.codename1.io.services.CachedData
 
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
 
setData(String) - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
Sets the datagram socket implementation factory for the application.
setDataSource(String, Runnable) - Method in class com.codename1.components.MediaPlayer
Sets the data source of this video player
setDataSource(String) - Method in class com.codename1.components.MediaPlayer
Convenience JavaBean method, see other version of this method
setDataSource(InputStream, String, Runnable) - Method in class com.codename1.components.MediaPlayer
Sets the data source of this video player
setDataSourceName(String) - Method in interface javax.sql.RowSet
Sets the data source name property for this RowSet object to the given String.
setDate(Date) - Method in class com.codename1.ui.Calendar
Sets the current date in the view and the selected date to be the same.
setDate(Date) - Method in class com.codename1.ui.spinner.Picker
Sets the date, this value is used both for type date/date and time.
setDate(Date) - Method in class com.sun.lwuit.Calendar
Sets the current date in the view and the selected date to be the same.
setDate(Date) - Method in class java.security.cert.PKIXParameters
Sets the time for which the validity of the certification path should be determined.
setDate(String, Date) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(String, Date, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int) - Method in class java.sql.Time
Deprecated. 
setDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the date field parameters to the values given by year, month, and dayOfMonth.
setDate(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int, Date) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Date value.
setDate(String, Date) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(String, Date, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDateAndTime(Date) - Method in class java.security.cert.X509CRLSelector
Sets the dateAndTime criterion.
setDateFormatSymbols(DateFormatSymbols) - Method in class com.codename1.l10n.SimpleDateFormat
Apply new date format symbols for parsing/formatting textual components of dates in a localisation sensitive way.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Sets the date and time format symbols of this date format.
setDay(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set days in month.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for decimal sign.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "declared" flag of a specific attribute.
setDecomposition(int) - Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Authenticator) - Static method in class java.net.Authenticator
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authentication.
setDefault(CookieHandler) - Static method in class java.net.CookieHandler
Sets (or unsets) the system-wide cookie handler.
setDefault(ProxySelector) - Static method in class java.net.ProxySelector
Sets (or unsets) the system-wide proxy selector.
setDefault(ResponseCache) - Static method in class java.net.ResponseCache
Sets (or unsets) the system-wide cache.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(Locale.Category, Locale) - Static method in class java.util.Locale
Sets the default locale for the specified Category for this instance of the Java Virtual Machine.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDefault(SSLContext) - Static method in class javax.net.ssl.SSLContext
Sets the default SSL context.
setDefaultActAsSpinnerDialog(boolean) - Static method in class com.codename1.ui.ComboBox
When this flag is active the combo box acts as a button that opens a dialog that looks like a spinner this allows creating user interfaces for touch devices where a spinner UI approach is more common than a combo box paradigm.
setDefaultAction(boolean) - Method in class com.sun.lwuit.Command
Deprecated.
this functionality is no longer supported use Form.setDefaultCommand() instead
setDefaultAdapter(URLImage.ImageAdapter) - Static method in class com.codename1.ui.list.GenericListCellRenderer
The default adapter to use for image URLs
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultAlwaysTensile(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Enable the tensile drag to work even when a component doesn't have a scroll showable (scrollable flag still needs to be set to true)
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultBorder(Border) - Static method in class com.codename1.ui.plaf.Border
Sets the default border to the given value
setDefaultBorder(Border) - Static method in class com.sun.lwuit.plaf.Border
Sets the default border to the given value
setDefaultBufferSize(int) - Static method in class com.codename1.io.BufferedInputStream
The default size for a stream buffer
setDefaultBufferSize(int) - Static method in class com.codename1.io.BufferedOutputStream
The default size for a stream buffer
setDefaultChangeInputModeKey(int) - Static method in class com.codename1.ui.TextField
Key to change the input mode on the device
setDefaultChangeInputModeKey(int) - Static method in class com.sun.lwuit.TextField
Key to change the input mode on the device
setDefaultColumnWidth(int) - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
setDefaultColumnWidth(int) - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the column width, -1 indicates automatic sizing
setDefaultCommand(Command) - Method in class com.codename1.ui.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultCommand(Command) - Method in class com.codename1.ui.MenuBar
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultCommand(Command) - Method in class com.sun.lwuit.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultDialogPosition(String) - Static method in class com.codename1.ui.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogPosition(String) - Static method in class com.sun.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
setDefaultDialogTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog
setDefaultDialogTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
setDefaultDialogTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog
setDefaultDialogType(int) - Static method in class com.codename1.ui.Dialog
The default type for dialogs
setDefaultDialogType(int) - Static method in class com.sun.lwuit.Dialog
The default type for dialogs
setDefaultEncoding(String) - Static method in class com.codename1.ui.html.DocumentInfo
Sets the default encoding for the document e.g.
setDefaultEndsWith3Points(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
setDefaultEndsWith3Points(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether labels should end with 3 points by default
setDefaultFireOnClick(boolean) - Static method in class com.codename1.ui.List
Default value for the fire on click behavior
setDefaultFollowRedirects(boolean) - Static method in class com.codename1.io.ConnectionRequest
 
setDefaultFont(Font) - Static method in class com.codename1.ui.Font
Sets the global default font instance
setDefaultFont(String, Font) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the default font for this HTMLComponent
setDefaultFont(Font) - Static method in class com.sun.lwuit.Font
Sets the global default font instance
setDefaultFont(String, Font) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the default font for this HTMLComponent
setDefaultFormTintColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
setDefaultFormTintColor(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
setDefaultFormTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
setDefaultFormTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form
setDefaultFormTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
setDefaultFormTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form
setDefaultHostnameVerifier(HostnameVerifier) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default HostnameVerifier inherited by a new instance of this class.
setDefaultIgnoreFocusComponentWhenUnfocused(boolean) - Static method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setDefaultIncludeSelectCancel(boolean) - Static method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
setDefaultIncludeSelectCancel(boolean) - Static method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box by default
setDefaultInputModeOrder(String[]) - Static method in class com.codename1.ui.TextField
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultInputModeOrder(String[]) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultInputModeOrder(String[]) - Static method in class com.sun.lwuit.TextField
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode
setDefaultLinearMotion(boolean) - Static method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
setDefaultLinearMotion(boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with these transitions by default is linear or spline motion
setDefaultMaintainAspectRatio(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
 
setDefaultMaxSize(int) - Static method in class com.codename1.ui.TextArea
Sets the default limit for the native text box size
setDefaultMaxSize(int) - Static method in class com.sun.lwuit.TextArea
Sets the default limit for the native text box size
setDefaultMenuTransitionIn(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
setDefaultMenuTransitionIn(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu
setDefaultMenuTransitionOut(Transition) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
setDefaultMenuTransitionOut(Transition) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu
setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLEventWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
setDefaultRowHeight(int) - Static method in class com.codename1.ui.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
setDefaultRowHeight(int) - Static method in class com.sun.lwuit.table.TableLayout
Indicates the default (in percentage) for the row height, -1 indicates automatic sizing
setDefaultSmoothScrolling(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
setDefaultSmoothScrolling(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default
setDefaultSmoothScrollingSpeed(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
setDefaultSmoothScrollingSpeed(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling
setDefaultSnapToGrid(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether scrolling this component should jump to a specific location in a grid
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default SSLSocketFactory inherited by new instances of this class.
setDefaultStream(PrintStream) - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
setDefaultSymbolDialogKey(int) - Static method in class com.codename1.ui.TextField
The default key for poping open the symbol dialog
setDefaultSymbolDialogKey(int) - Static method in class com.sun.lwuit.TextField
The default key for poping open the symbol dialog
setDefaultTensileDrag(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
setDefaultTensileDrag(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether tensile drag should be active by default
setDefaultTickerEnabled(boolean) - Static method in class com.codename1.ui.Label
Allows disabling/enabling tickers globally
setDefaultTimeout(int) - Static method in class com.codename1.io.services.ImageDownloadService
Indicates the default timeout to use for image download service, -1 indicates no default is set.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDefaultUserAgent(String) - Static method in class com.codename1.io.ConnectionRequest
 
setDefaultValign(int) - Static method in class com.codename1.ui.TextArea
Indicates the default vertical alignment for a text field, only applies to single line text fields
setDefaultVirtualKeyboard(VirtualKeyboardInterface) - Method in class com.codename1.ui.Display
Sets the default virtual keyboard to be used by the platform
setDefaultVirtualKeyboardClass(Class) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the default virtual keyboard class for the com.codename1.ui.VirtualKeyboard type This class is used as the default virtual keyboard class if the current platform VirtualKeyboard is com.codename1.ui.VirtualKeyboard.
setDescription(String) - Method in class com.codename1.maker.MakerPlugin
The description that the user has set to this plugin
setDescription(String) - Method in class com.codename1.payment.Product
 
setDestinationFile(String) - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to file system under this file name
setDestinationStorage(String) - Method in class com.codename1.io.ConnectionRequest
When set to a none null string saves the response to storage under this file name
setDialogPosition(String) - Method in class com.codename1.ui.Dialog
Screen orientation position for the upcoming dialog.
setDialogStyle(Style) - Method in class com.codename1.ui.Dialog
Simple setter to set the Dialog Style
setDialogStyle(Style) - Method in class com.sun.lwuit.Dialog
Simple setter to set the Dialog Style
setDialogType(int) - Method in class com.codename1.ui.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
setDialogType(int) - Method in class com.sun.lwuit.Dialog
The type of the dialog can be one of TYPE_WARNING, TYPE_INFO, TYPE_ERROR, TYPE_CONFIRMATION or TYPE_ALARM
setDialogUIID(String) - Method in class com.codename1.ui.Dialog
Simple setter to set the Dialog uiid
setDictionary(byte[], int) - Method in class com.codename1.io.gzip.Deflater
 
setDictionary(byte[], int) - Method in class com.codename1.io.gzip.Inflater
 
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for a digit in a pattern.
setDimensions(int, int) - Method in class java.awt.image.CropImageFilter
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer.
setDimensions(int, int) - Method in interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDimensions(int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int) - Method in class java.awt.image.PixelGrabber
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setDimensions(int, int) - Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDirection(float) - Method in class com.codename1.location.Location
Sets the direction of this Location
setDirtyRegion(Rectangle) - Method in class com.codename1.ui.Component
sets the Component dirty region, this method is for internal use only and SHOULD NOT be invoked by user code.
setDirtyRegion(Rectangle) - Method in class com.sun.lwuit.Component
sets the Component dirty region
setDisableBuffering(boolean) - Method in class com.codename1.io.BufferedInputStream
 
setDisableColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Simple setter to disable color
setDisableColor(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Simple setter to disable color
setDisabledIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in the disabled state
setDisabledStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component disalbed Style by replacing the Component Style with the given Style
setDisableStaticDialogScrolling(boolean) - Static method in class com.codename1.ui.Dialog
Allows a developer to indicate his interest that the dialog should no longer scroll on its own but rather rely on the scrolling properties of internal scrollable containers.
setDisableStaticDialogScrolling(boolean) - Static method in class com.sun.lwuit.Dialog
Allows a developer to indicate his interest that the dialog should no longer scroll on its own but rather rely on the scrolling properties of internal scrollable containers.
setDiscard(boolean) - Method in class java.net.HttpCookie
Specify whether user agent should discard the cookie unconditionally.
setDisplayName(String) - Method in class com.codename1.contacts.Contact
Sets the Contact display name
setDisplayName(boolean) - Method in class com.codename1.maps.layers.PointLayer
This method declares if the point name should be displayed
setDisplayName(String) - Method in class com.codename1.payment.Product
 
setDisposeOnCompletion(boolean) - Method in class com.codename1.components.Progress
 
setDisposeOnCompletion(Dialog) - Method in class com.codename1.io.ConnectionRequest
A dialog that will be seamlessly disposed once the given request has been completed
setDisposeWhenPointerOutOfBounds(boolean) - Method in class com.codename1.ui.Dialog
This flag indicates if the dialog should be disposed if a pointer released event occurred out of the dialog content.
setDisposeWhenPointerOutOfBounds(boolean) - Method in class com.sun.lwuit.Dialog
This flag indicates if the dialog should be disposed if a pointer released event occurred out of the dialog content.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentURI(String) - Method in interface org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDOM(HTMLElement) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified DOM.
setDOM(HTMLElement, String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified DOM
setDomain(String) - Method in class com.codename1.io.Cookie
 
setDomain(String) - Method in class java.net.HttpCookie
Specifies the domain within which this cookie should be presented.
setDoneListener(ActionListener) - Method in class com.codename1.ui.TextField
Sets a Done listener on the TextField - notice this listener will be called only on supported platforms that supports done action on the keyboard
setDontSendButtonText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(String, double) - Method in class com.codename1.cloud.CloudObject
Sets a value
setDouble(String, Double) - Method in class com.codename1.cloud.CloudObject
Sets a value
setDouble(String, double) - Method in class com.codename1.javascript.JSObject
 
setDouble(int, double) - Method in class com.codename1.javascript.JSObject
 
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Sets the value of a field as a double on the specified object.
setDouble(String, double) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java double value.
setDouble(String, double) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java double value.
setDownloadToStyles(boolean) - Method in class com.codename1.io.services.ImageDownloadService
Downloads the image to the style objects associated with this component, effectively sets the bgImage property on all the styles for the component instead of invoking setIcon
setDraggable(boolean) - Method in class com.codename1.ui.Component
Indicates whether this component can be dragged in a drag and drop operation rather than scroll the parent
setDragStartPercentage(int) - Method in class com.codename1.ui.Display
This method allows us to manipulate the drag started detection logic.
setDragStartPercentage(int) - Method in class com.sun.lwuit.Display
This method allows us to manipulate the drag started detection logic.
setDrawBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the table border should be drawn
setDrawBorder(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether the table border should be drawn
setDrawEmptyCellsBorder(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether empty cells should have borders (relevant only for separate borders and not for collapsed)
setDropTarget(boolean) - Method in class com.codename1.ui.Component
Indicates whether this component can receive dropped components into it, notice that when dropping on a component or container the parents will be checked recursively to find a valid drop target
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDuplicateSupported(boolean) - Method in class com.codename1.io.ConnectionRequest
Indicates whether this connection request supports duplicate entries in the request queue
setDurationMode(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
Duration mode uses the time spinner to indicate a duration in hours and minutes
setEagerLock(boolean) - Method in class com.codename1.components.ImageViewer
Eager locking effectively locks the right/left images as well as the main image, as a result more heap is taken
setEditable(boolean) - Method in class com.codename1.ui.Slider
Indicates the slider is modifyable
setEditable(boolean) - Method in class com.codename1.ui.TextArea
Sets this text area to be editable or readonly
setEditable(boolean) - Method in class com.codename1.ui.TextField
 
setEditable(boolean) - Method in class com.sun.lwuit.TextArea
Sets this text area to be editable or readonly
setEditable(boolean) - Method in class com.sun.lwuit.TextField
 
setElem(int, int) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElemDouble(int, double) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemDouble(int, int, double) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setElementUIID(String) - Method in class com.codename1.ui.ComponentGroup
The UIID to apply to the elements within this container
setElemFloat(int, float) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemFloat(int, int, float) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setEmails(Hashtable) - Method in class com.codename1.contacts.Contact
Sets the Contact emails
setEmbed(String) - Method in class com.codename1.ui.util.EmbeddedContainer
Indicates the name of the container to embed into this container
setEmblem(Image) - Method in class com.codename1.components.MultiButton
Sets the emblem
setEmblemName(String) - Method in class com.codename1.components.MultiButton
Sets the name of the emblem (important for use in generic renderers
setEmblemPosition(String) - Method in class com.codename1.components.MultiButton
Sets the emblem position based on border layout constraints
setEmblemUIID(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the emblem
setEmptyValue(CharSequence) - Method in class java.util.StringJoiner
Sets the sequence of characters to be used when determining the string representation of this StringJoiner and no elements have been added yet, that is, when it is empty.
setEnabled(boolean) - Method in class com.codename1.ui.Command
Allows disabling/enabling the command
setEnabled(boolean) - Method in class com.codename1.ui.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
setEnabled(boolean) - Method in class com.codename1.ui.Container
This method will recursively set all the Container chidrens to be enabled/disabled.
setEnabled(boolean) - Method in class com.sun.lwuit.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually
setEnabled(boolean) - Method in class java.awt.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLEngine
Sets the cipher suites enabled for use on this engine.
setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLServerSocket
Sets the cipher suites enabled for use by accepted connections.
setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLSocket
Sets the cipher suites enabled for use on this connection.
setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLEngine
Set the protocol versions enabled for use on this engine.
setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLServerSocket
Controls which particular protocols are enabled for use by accepted connections.
setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLSocket
Sets the protocol versions enabled for use on this connection.
setEnableInputScroll(boolean) - Method in class com.codename1.ui.TextField
Indicates whether text field input should scroll to the right side when no more room for the input is present.
setEnableInputScroll(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether text field input should scroll to the right side when no more room for the input is present.
setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLEngine
Controls whether new SSL sessions may be established by this engine.
setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether new SSL sessions may be established by the sockets which are created from this server socket.
setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLSocket
Controls whether new SSL sessions may be established by this socket.
setEncoding(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the document encoding (This can be determined via the charset attribute in the response)
setEncoding(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the document encoding (This can be determined via the charset attribute in the response)
setEncoding(String) - Method in class java.util.logging.Handler
Set the character encoding used by this Handler.
setEncoding(String) - Method in class java.util.logging.StreamHandler
Set (or change) the character encoding used by this Handler.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEndDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setEndIndex(int) - Method in class java.text.FieldPosition
Sets the end index.
setEndpointIdentificationAlgorithm(String) - Method in class javax.net.ssl.SSLParameters
Sets the endpoint identification algorithm.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a fixed date within a month.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setEndsWith3Points(boolean) - Method in class com.codename1.ui.Label
If the Label text is too long fit the text to the widget and add "..." points at the end.
setEndsWith3Points(boolean) - Method in class com.codename1.ui.TextArea
If the TextArea text is too long to fit the text to the widget add "..." points at the last displayable row.
setEndsWith3Points(boolean) - Method in class com.sun.lwuit.Label
If the Label text is too long fit the text to the widget and add "..." points at the end.
setEndTime(int) - Method in class com.codename1.ui.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
setEndTime(int) - Method in class com.sun.lwuit.animations.AnimationObject
The end time of the animation determines when we finish actually drawing the animation object.
setEndYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
Saves a keystore Entry under the specified alias.
setEntryInListModel(int, Image) - Method in class com.codename1.io.services.ImageDownloadService
This method is invoked when an image finished downloading and should be set to an offset in the list model.
setEras(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setEras(String[]) - Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError(Exception) - Method in class com.codename1.io.NetworkEvent
 
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specify the ErrorHandler to be used by the parser.
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.SchemaFactory
Sets the ErrorHandler to receive errors encountered during the newSchema method invocation.
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.Validator
Sets the ErrorHandler to receive errors encountered during the validate method invocation.
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.ValidatorHandler
Sets the ErrorHandler to receive errors encountered during the validation.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorIndex(int) - Method in class java.text.ParsePosition
Set the index at which a parse error occurred.
setErrorListener(ErrorListener) - Method in class javax.xml.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorListener(ErrorListener) - Method in class javax.xml.transform.TransformerFactory
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
setErrorManager(ErrorManager) - Method in class java.util.logging.Handler
Define an ErrorManager for this Handler.
setErrorText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setErrorWriter(Writer) - Method in interface javax.script.ScriptContext
Sets the Writer used to display error output.
setErrorWriter(Writer) - Method in class javax.script.SimpleScriptContext
Sets the Writer used to display error output.
setEscapeProcessing(boolean) - Method in interface java.sql.Statement
Sets escape processing on or off.
setEscapeProcessing(boolean) - Method in interface javax.sql.RowSet
Sets escape processing for this RowSet object on or off.
setEventAllocator(XMLEventAllocator) - Method in class javax.xml.stream.XMLInputFactory
Set a user defined event allocator for events
setEventsEnabled(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether the active controls in the HTML will trigger events, and whether the DOM will change dynamically due to user input.
setException(Throwable) - Method in class java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this future has already been set or has been cancelled.
setExclusiveOwnerThread(Thread) - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Sets the thread that currently owns exclusive access.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will expand entity reference nodes.
setExpectedContentType(int) - Method in class com.codename1.ui.html.DocumentInfo
Sets this expected content type to be either TYPE_HTML, TYPE_IMAGE or TYPE_CSS When the document itself is requested the type will be TYPE_HTML and when images in the document are requested the type will be TYPE_IMAGE The differentiation is important to handle cases in which the HTMLComponent expects one type but the URL is has a resource of another type
setExpectedContentType(int) - Method in class com.sun.lwuit.html.DocumentInfo
Sets this expected content type to be either TYPE_HTML, TYPE_IMAGE or TYPE_CSS When the document itself is requested the type will be TYPE_HTML and when images in the document are requested the type will be TYPE_IMAGE The differentiation is important to handle cases in which the HTMLComponent expects one type but the URL is has a resource of another type
setExpires(long) - Method in class com.codename1.io.Cookie
 
setExplicitPolicyRequired(boolean) - Method in class java.security.cert.PKIXParameters
Sets the ExplicitPolicyRequired flag.
setExponentSeparator(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to separate the mantissa from the exponent.
setExtendedKeyUsage(Set<String>) - Method in class java.security.cert.X509CertSelector
Sets the extendedKeyUsage criterion.
setExtension(char, String) - Method in class java.util.Locale.Builder
Sets the extension for the given key.
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFadeScrollBar(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the scrollbar should fade when unused
setFadeScrollBarSpeed(int) - Method in class com.codename1.ui.plaf.LookAndFeel
 
setFadeScrollEdge(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether the edge of a scrollable area should fade out
setFadeScrollEdgeLength(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates the width/height of the fading edge to indicate scrolling
setFailOnMissingTruetype(boolean) - Static method in class com.codename1.ui.util.Resources
 
setFailSilently(boolean) - Static method in class com.codename1.analytics.AnalyticsService
Indicates whether analytics server failures should brodcast an error event
setFailSilently(boolean) - Method in class com.codename1.io.ConnectionRequest
Indicates that we are uninterested in error handling
setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
Sets the failure handler to be called by the RMI runtime if server socket creation fails.
setFamilyName(String) - Method in class com.codename1.contacts.Contact
Sets Contact family name
setFastScale(boolean) - Static method in class com.codename1.io.services.ImageDownloadService
Fast scaling uses runtime draw scaling rather than the Image scaled method.
setFeature(String, boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Set a feature for this DocumentBuilderFactory and DocumentBuilders created by this factory.
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class javax.xml.transform.TransformerFactory
Set a feature for this TransformerFactory and Transformers or Templates created by this factory.
setFeature(String, boolean) - Method in class javax.xml.validation.SchemaFactory
Set a feature for this SchemaFactory, Schemas created by this factory, and by extension, Validators and ValidatorHandlers created by those Schemas.
setFeature(String, boolean) - Method in class javax.xml.validation.Validator
Set the value of a feature flag.
setFeature(String, boolean) - Method in class javax.xml.validation.ValidatorHandler
Set a feature for this ValidatorHandler.
setFeature(String, boolean) - Method in class javax.xml.xpath.XPathFactory
Set a feature for this XPathFactory and XPaths created by this factory.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the value of a feature flag.
setFetchDirection(int) - Method in interface java.sql.ResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in interface java.sql.Statement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in interface java.sql.ResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in interface java.sql.Statement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects generated by this Statement.
setFG(Graphics, Component) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the foreground color and font for a generic component, reuse-able by most component drawing code
setFG(Graphics, Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the foreground color and font for a generic component, reuse-able by most component drawing code
setFgColor(int) - Method in class com.codename1.ui.plaf.Style
Sets the foreground color for the component
setFgColor(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the foreground color for the component
setFgColor(int) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground color for the component
setFgColor(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground color for the component
setFields(int...) - Method in class java.util.Calendar.Builder
Sets field parameters to their values given by fieldValuePairs that are pairs of a field and its value.
setFileConnection(String) - Method in interface javax.microedition.io.file.FileConnection
 
setFilename(String, String) - Method in class com.codename1.io.MultipartRequest
Sets the filename for the given argument
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
Sets the FileNameMap.
setFileURL(String) - Method in class com.codename1.io.Log
Indicates the URL where the log file is saved
setFileWriteEnabled(boolean) - Method in class com.codename1.io.Log
Indicates whether GCF's file writing should be used to generate the log file
setFillLastRow(boolean) - Method in class com.codename1.ui.layouts.GridLayout
When set to true makes the grid layout fill the last row of the layout entirely if the number of elements in that row is bigger.
setFillRows(boolean) - Method in class com.codename1.ui.layouts.FlowLayout
Indicates whether the layout manager should try to fill up the available space in the row
setFilter(Filter) - Method in class java.util.logging.Handler
Set a Filter to control output on this Handler.
setFilter(Filter) - Method in class java.util.logging.Logger
Set a filter to control output on this Logger.
setFilter(LSParserFilter) - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
setFilter(LSSerializerFilter) - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
setFireOnClick(boolean) - Method in class com.codename1.ui.List
This method determines if the List fires the action event when the pointer was clicked on one of the items, or only if the item was the selected item By default the value is true, this setting is only relevant for none fixed Lists
setFireOnClick(boolean) - Method in class com.sun.lwuit.List
This method determines if the List fires the action event when the pointer was clicked on one of the items, or only if the item was the selected item By default the value is true, this setting is only relevant for none fixed Lists
setFireStyleEventsOnNonEDT(boolean) - Static method in class com.codename1.ui.util.EventDispatcher
When set to true, style events will be dispatched even from non-EDT threads.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFirstName(String) - Method in class com.codename1.contacts.Contact
Sets Contact first name
setFisheye(boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
In fisheye rendering mode the renderer maintains selected component drawing
setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedSelection(int) - Method in class com.codename1.ui.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
setFixedSelection(int) - Method in class com.sun.lwuit.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
setFlags(Set<AclEntryFlag>) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setFlags(AclEntryFlag...) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setFlashGraphicsBug(boolean) - Method in class com.sun.lwuit.Display
Deprecated.
this method is no longer supported use GameCanvasImplementation.setFlashGraphicsBug(f) instead
setFlatten(boolean) - Method in class com.codename1.ui.Component
Makes the component effectively opaque by blending the backgrounds into an image in memory so the layer of underlying components is only drawn once when this component is repainted.
setFloat(String, float) - Method in class com.codename1.cloud.CloudObject
Sets a value
setFloat(String, Float) - Method in class com.codename1.cloud.CloudObject
Sets a value
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Sets the value of a field as a float on the specified object.
setFloat(String, float) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java float value.
setFloat(String, float) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java float value.
setFocus(boolean) - Method in class com.codename1.ui.Component
Deprecated.
this method shouldn't be invoked by user code, use requestFocus() instead
setFocus(boolean) - Method in class com.sun.lwuit.Component
This flag doesn't really give focus, its a state that determines what colors from the Style should be used when painting the component.
setFocus(boolean) - Method in class com.sun.lwuit.TabbedPane
 
setFocusable(boolean) - Method in class com.codename1.ui.Component
A simple setter to determine if this Component can get focused
setFocusable(boolean) - Method in class com.sun.lwuit.Component
A simple setter to determine if this Component can get focused
setFocusable(boolean) - Method in class com.sun.lwuit.TabbedPane
 
setFocusable(boolean) - Method in class java.awt.Component
Sets the focusable state of this Component to the specified value.
setFocusCycleRoot(boolean) - Method in class java.awt.Container
Sets whether this Container is the root of a focus traversal cycle.
setFocused(Component) - Method in class com.codename1.ui.Form
Sets the focused component and fires the appropriate events to make it so
setFocused(Component) - Method in class com.sun.lwuit.Form
Sets the focused component and fires the appropriate events to make it so
setFocusedInstance(Border) - Method in class com.codename1.ui.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
setFocusedInstance(Border) - Method in class com.sun.lwuit.plaf.Border
Deprecated.
use the getSelectedStyle() method in the component class
setFocusPainted(boolean) - Method in class com.sun.lwuit.Component
Indicates whether focus should be drawn around the component or whether it will handle its own focus painting
setFocusScrolling(boolean) - Method in class com.codename1.ui.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
setFocusScrolling(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of Codename One.
setFocusScrolling(boolean) - Method in class com.sun.lwuit.Form
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of LWUIT.
setFocusScrolling(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should scroll only via focus and thus "jump" when moving to a larger component as was the case in older versions of LWUIT.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Component
Sets the focus traversal keys for a given traversal operation for this Component.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Container
Sets the focus traversal keys for a given traversal operation for this Container.
setFocusTraversalKeysEnabled(boolean) - Method in class java.awt.Component
Sets whether focus traversal keys are enabled for this Component.
setFocusTraversalPolicy(FocusTraversalPolicy) - Method in class java.awt.Container
Sets the focus traversal policy that will manage keyboard traversal of this Container's children, if this Container is a focus cycle root.
setFolderIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree folder
setFolderIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree folder
setFolderOpenIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree folder in its expanded state
setFolderOpenIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree folder in its expanded state
setFollowRedirects(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class com.codename1.ui.Graphics
Sets the font to use with the drawString method calls
setFont(Font) - Method in class com.codename1.ui.plaf.Style
Sets the font for the component
setFont(Font, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the font for the component
setFont(Font) - Method in class com.sun.lwuit.Graphics
Sets the font to use with the drawString method calls
setFont(Font) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component
setFont(Font, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component
setFont(Font) - Method in class java.awt.Component
Sets the font of this component.
setFont(Font) - Method in class java.awt.Container
Sets the font of this container.
setForceGroup(boolean) - Method in class com.codename1.ui.ComponentGroup
Component grouping can be an element from the theme but can be forced manually for a specific group
setForeground(Color) - Method in class java.awt.Component
Sets the foreground color of this component.
setForkJoinTaskTag(short) - Method in class java.util.concurrent.ForkJoinTask
Atomically sets the tag value for this task.
setFormat(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format element with the given format element index within the previously set pattern string.
setFormatByArgumentIndex(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format elements within the previously set pattern string that use the given argument index.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the format elements in the previously set pattern string.
setFormatsByArgumentIndex(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the values passed into format methods or returned from parse methods.
setFormatter(Formatter) - Method in class java.util.logging.Handler
Set a Formatter.
setFormState(Form, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
Sets the state of the current form to which we are returing as part of the navigation logic.
setFractionalSecond(BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set fractional seconds.
setFramerate(int) - Method in class com.codename1.ui.Display
Indicates the maximum frames the API will try to draw every second by default this is set to 10.
setFramerate(int) - Method in class com.sun.lwuit.Display
Indicates the maximum frames the API will try to draw every second by default this is set to 10.
setFullBufferUpdates(boolean) - Method in class java.awt.image.MemoryImageSource
Specifies whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setFullScreen(boolean) - Method in interface com.codename1.media.Media
Sets the Media to be displayed full screen, make sure the getVideoComponent() is called on the Video Component is added to the current Form
setFullScreen(boolean) - Method in class com.sun.lwuit.MediaComponent
Toggles the fullscreen mode
setFwdIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the forward Button Icon
setGap(int) - Method in class com.codename1.ui.Label
Set the gap in pixels between the icon/text to the Label boundaries
setGap(int) - Method in class com.sun.lwuit.Label
Set the gap in pixels between the icon/text to the Label boundaries
setGender(String) - Method in class com.codename1.components.Ads
Sets Gender if applicable can be one of the following: 'F', 'f', 'M', 'm', 'Female', 'female', 'Male', 'male'
setGlassPane(Painter) - Method in class com.codename1.ui.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
setGlassPane(Painter) - Method in class com.sun.lwuit.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
setGrabsPointerEvents(boolean) - Method in class com.codename1.ui.Component
This property is useful for blocking in z-order touch events, sometimes we might want to grab touch events in a specific component without making it focusable.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroup(String) - Method in class com.codename1.components.MultiButton
Indicates the group for the radio button
setGroup(String) - Method in class com.codename1.ui.RadioButton
This is a helper method to ease the usage of button groups
setGroup(GroupPrincipal) - Method in interface java.nio.file.attribute.PosixFileAttributeView
Updates the file group-owner.
setGroupFlag(String) - Method in class com.codename1.ui.ComponentGroup
The group flag allows changing the flag that activates this group, from ComponentGroupBool to any arbitrary flag.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for thousands separator.
setGroupingSize(int) - Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean) - Method in class java.text.DecimalFormat
Set whether or not grouping will be used in this format.
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setGrowByContent(boolean) - Method in class com.codename1.ui.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable
setGrowByContent(boolean) - Method in class com.sun.lwuit.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable
setGrowHorizontally(boolean) - Method in class com.codename1.ui.table.TableLayout
Indicates whether the table layout should grow horizontally to take up available space by stretching the last column
setGrowLimit(int) - Method in class com.codename1.ui.TextArea
Indicates the maximum number of rows in a text area after it has grown, -1 indicates no limit
setHandler(ContentHandler) - Method in class javax.xml.transform.sax.SAXResult
Set the target to be a SAX2 ContentHandler.
setHandlesInput(boolean) - Method in class com.codename1.ui.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.codename1.ui.List
 
setHandlesInput(boolean) - Method in class com.sun.lwuit.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.sun.lwuit.List
 
setHardCacheSize(int) - Method in class com.codename1.io.Storage
Indicates the caching size, storage can be pretty slow
setHeight(int) - Method in class com.codename1.components.Ads
 
setHeight(int) - Method in class com.codename1.ui.Component
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setHeight(int) - Method in class com.codename1.ui.geom.Dimension
Set the height of the dimension
setHeight(int) - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().setHeight();
setHeight(int) - Method in class com.sun.lwuit.Component
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setHeight(int) - Method in class com.sun.lwuit.geom.Dimension
Set the height of the dimension
setHeightPercentage(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the row height based on percentage of the parent
setHeightPercentage(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the row height based on percentage of the parent
setHidden(String, boolean) - Method in class com.codename1.io.FileSystemStorage
Toggles the hidden state of the file
setHidden(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the hidden attribute.
setHidden(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setHideInPortrait(boolean) - Method in class com.codename1.ui.Component
Indicates that this component and all its children should be hidden when the device is switched to portrait mode
setHint(String) - Method in class com.codename1.ui.List
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.codename1.ui.List
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHint(String) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHint(String) - Method in class com.sun.lwuit.TextArea
Sets the TextArea hint text, the hint text is displayed on the TextArea When there is no text in the TextArea
setHint(String, Image) - Method in class com.sun.lwuit.TextArea
Sets the TextArea hint text and Icon, the hint text and icon are displayed on the TextArea when there is no text in the TextArea
setHintIcon(Image) - Method in class com.codename1.ui.List
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHintIcon(Image) - Method in class com.codename1.ui.TextArea
Sets the TextArea hint icon, the hint is displayed on the TextArea When there is no text in the TextArea
setHints(int) - Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
setHints(int) - Method in interface java.awt.image.ImageConsumer
Sets the hints that the ImageConsumer uses to process the pixels delivered by the ImageProducer.
setHints(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setHints method of the ImageConsumer interface.
setHints(int) - Method in class java.awt.image.PixelGrabber
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setHoldability(int) - Method in interface java.sql.Connection
Changes the default holdability of ResultSet objects created using this Connection object to the given holdability.
setHomeForm(String) - Method in class com.codename1.ui.util.UIBuilder
When reaching the home form the navigation stack is cleared
setHonorsVisibility(boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.codename1.ui.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHonorsVisibility(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHorizontal(boolean) - Method in class com.codename1.ui.ComponentGroup
Indicates that the component group should be horizontal by using the BoxLayout Y
setHorizontalAlign(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the horizontal alignment of the table cell
setHorizontalAlign(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the horizontal alignment of the table cell
setHorizontalGroup(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the Group that is responsible for layout along the horizontal axis.
setHorizontalGroup(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the horizontal axis.
setHorizontalLayout(boolean) - Method in class com.codename1.components.MultiButton
Indicates the first two labels should be side by side
setHorizontalSpan(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the cells to span horizontally, this number must never be smaller than 1
setHorizontalSpan(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the cells to span horizontally, this number must never be smaller than 1
setHostnameVerifier(HostnameVerifier) - Method in class javax.net.ssl.HttpsURLConnection
Sets the HostnameVerifier for this instance.
setHour(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set hours.
setHours(int) - Method in class java.sql.Date
Deprecated. 
setHours(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHTML(String, String, String, boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the given string containing HTML code either as this HTMLComponent's body or as the full HTML.
setHTML(String, String, String, boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the given string containing HTML code either as this HTMLComponent's body or as the full HTML.
setHTMLCallback(HTMLCallback) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets an HTMLCallback to listen to this HTMLCOmponent
setHTMLCallback(HTMLCallback) - Method in class com.sun.lwuit.html.HTMLComponent
Sets an HTMLCallback to listen to this HTMLCOmponent
setHttpMethod(String) - Method in class com.codename1.io.ConnectionRequest
Sets the http method for the request
setHttpOnly(boolean) - Method in class com.codename1.io.Cookie
 
setHttpOnly(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should be considered HTTP Only.
setIcon(Image) - Method in class com.codename1.components.MultiButton
Sets the icon
setIcon(Image) - Method in class com.codename1.components.SpanButton
Sets the icon for the button
setIcon(Image) - Method in class com.codename1.components.SpanLabel
Sets the icon for the label
setIcon(EncodedImage) - Method in class com.codename1.maker.MakerPlugin
The icon that the user has set to this plugin
setIcon(Image) - Method in class com.codename1.maps.layers.PointLayer
Sets the display icon
setIcon(Image) - Method in class com.codename1.ui.Command
Sets the icon for the command
setIcon(Image) - Method in class com.codename1.ui.Label
Sets the Label icon, if the icon is unmodified a repaint would not be triggered
setIcon(Image) - Method in class com.sun.lwuit.Label
Sets the Label icon, if the icon is unmodified a repaint would not be triggered
setIconName(String) - Method in class com.codename1.components.MultiButton
Sets the name of the icon (important for use in generic renderers
setIconPlaceholder(Image) - Method in class com.codename1.components.RSSReader
 
setIconPlaceholder(Image) - Method in class com.codename1.io.services.RSSService
 
setIconPosition(String) - Method in class com.codename1.components.MultiButton
Sets the icon position based on border layout constraints
setIconPosition(String) - Method in class com.codename1.components.SpanButton
Sets the icon position based on border layout constraints
setIconPosition(String) - Method in class com.codename1.components.SpanLabel
Sets the icon position based on border layout constraints
setIconUIID(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the icon
setIconUIID(String) - Method in class com.codename1.components.SpanButton
Sets the uiid for the icon if present
setIconUIID(String) - Method in class com.codename1.components.SpanLabel
Sets the uiid for the icon if present
setId(String) - Method in class com.codename1.contacts.Contact
Sets the Contact unique id
setId(String) - Method in class com.codename1.facebook.FBObject
Simple setter
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIdAttribute(String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNode(Attr, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNS(String, String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIgnorCharsWhileEncoding(String) - Static method in class com.codename1.io.Util
These chars will not be encoded by the encoding method in this class as requested in RFE 427 http://java.net/jira/browse/LWUIT-427
setIgnoreCSS(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether this HTMLComponent will ignore all CSS.directives.
setIgnoreCSS(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets whether this HTMLComponent will ignore all CSS.directives.
setIgnoreFocusComponentWhenUnfocused(boolean) - Method in class com.codename1.ui.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setIgnoreFocusComponentWhenUnfocused(boolean) - Method in class com.sun.lwuit.List
Indicates whether the list should not paint the focus component if the list itself has no focus.
setIgnoreRepaint(boolean) - Method in class java.awt.Component
Sets whether or not paint messages received from the operating system should be ignored.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
setImage(Image) - Method in class com.codename1.components.ImageViewer
Sets the currently showing image
setImage(String, String) - Method in class com.codename1.share.ShareService
Sets the image to share, this is done by the ShareButton and shouldn't be used by the developers
setImageBorderSpecialTile(Image, Image, Image, Image, Component) - Method in class com.codename1.ui.plaf.Border
This method is designed mainly for the purpose of creating an arrow that will track a specific component using the image border the tile given would be an arrow like image just like the ones used for the top/bottom/left/right images.
setImageBorderSpecialTile(Image, Image, Image, Image, Rectangle) - Method in class com.codename1.ui.plaf.Border
This method is designed mainly for the purpose of creating an arrow that will track a specific component using the image border the tile given would be an arrow like image just like the ones used for the top/bottom/left/right images.
setImageList(ListModel<Image>) - Method in class com.codename1.components.ImageViewer
By providing this optional list of images you can allows swiping between multiple images
setImageName(String) - Method in class com.codename1.ui.Image
The name of the image is set for some images mostly to ease the debugging of Codename One application
setImageToShare(String, String) - Method in class com.codename1.components.ShareButton
Sets the image to share.
setImplementation(CodenameOneImplementation) - Static method in class com.codename1.io.Util
Invoked internally from Display, this method is for internal use only
setImplicitDownCycleTraversal(boolean) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Sets whether this ContainerOrderFocusTraversalPolicy transfers focus down-cycle implicitly.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setIncludeHeader(boolean) - Method in class com.codename1.ui.table.Table
Indicates whether the table should render a table header as the first row
setIncludeHeader(boolean) - Method in class com.sun.lwuit.table.Table
Indicates whether the table should render a table header as the first row
setIncludeSelectCancel(boolean) - Method in class com.codename1.ui.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
setIncludeSelectCancel(boolean) - Method in class com.sun.lwuit.ComboBox
Indicates whethe the soft buttons for select/cancel should appear for the combo box
setIncludeWhitespacesBetweenTags(boolean) - Method in class com.codename1.xml.XMLParser
 
setIncludeYear(boolean) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setIncrements(int) - Method in class com.codename1.ui.Slider
The increments when the user presses a key to the left/right/up/down etc.
setIndex(int) - Method in interface java.text.CharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int) - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.setIndex() for String.
setIndexDouble(int, double) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setIndexLong(int, long) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setIndexString(int, String) - Method in class com.codename1.cloud.CloudObject
Only indexed values can be queried and sorted
setInfinite(boolean) - Method in class com.codename1.ui.Slider
Activates/disables the infinite slider functionality used to animate progress for which there is no defined value.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent infinity.
setInfo(String) - Method in class java.security.Identity
Deprecated.
Specifies a general information string for this identity.
setInitialized(boolean) - Method in class com.codename1.ui.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
setInitialized(boolean) - Method in class com.sun.lwuit.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
setInitialPolicies(Set<String>) - Method in class java.security.cert.PKIXParameters
Sets the Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
setInnerBorderMode(int) - Method in class com.codename1.ui.table.Table
Sets how to draw the inner border (All of it, only rows/columns, none, groups) Note that setting to any mode other than NONE/ALL will result in the border drawing as collapsed whether this is a collpased border or not
setInput(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(byte[], boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(byte[], int, int, boolean) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInputMode(String) - Method in class com.codename1.ui.TextField
Sets the current selected input mode matching one of the existing input modes
setInputMode(String) - Method in class com.sun.lwuit.TextField
Sets the current selected input mode matching one of the existing input modes
setInputModeOrder(String[]) - Method in class com.codename1.ui.TextField
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputModeOrder(String[]) - Method in class com.codename1.ui.VirtualKeyboard
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputModeOrder(String[]) - Method in class com.sun.lwuit.TextField
Sets the order in which input modes are toggled and allows disabling/hiding an input mode
setInputOnFocus(boolean) - Method in class com.codename1.ui.List
A list can start handling input implicitly upon gaining focus, this can make for a more intuitive UI when no other focus elements exist or when their use case is infrequent.
setInputOnFocus(boolean) - Method in class com.sun.lwuit.List
A list can start handling input implicitly upon gaining focus, this can make for a more intuitive UI when no other focus elements exist or when their use case is infrequent.
setInputSkipDelay(int) - Static method in class com.sun.lwuit.spinner.Spinner
Indicates the time after which the skip input area for entering spinner values manually will disappear
setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
Set the SAX InputSource to be used for the Source.
setInputStream(InputStream) - Method in class javax.xml.transform.stream.StreamSource
Set the byte stream to be used as input.
setInputType(int) - Method in class com.codename1.ui.VirtualKeyboard
 
setInstance(TestReporting) - Static method in class com.codename1.testing.TestReporting
Sets the test reporting instance to a subclass of this class.
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
setInstant(long) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the given instant value that is a millisecond offset from the Epoch.
setInstant(Date) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the instant value given by a Date.
setInt(String, int) - Method in class com.codename1.javascript.JSObject
 
setInt(int, int) - Method in class com.codename1.javascript.JSObject
 
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInt(Object, int) - Method in class java.lang.reflect.Field
Sets the value of a field as an int on the specified object.
setInt(String, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java int value.
setInt(String, int) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java int value.
setInteger(String, int) - Method in class com.codename1.cloud.CloudObject
Sets a value
setInteger(String, Integer) - Method in class com.codename1.cloud.CloudObject
Sets a value
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
setInvertFirstTwoEntries(boolean) - Method in class com.codename1.components.MultiButton
Inverts the order of the first two entries so the second line appears first.
setIsScrollVisible(boolean) - Method in class com.codename1.ui.Component
Deprecated.
replaced by setScrollVisible to match the JavaBeans spec
setIsScrollVisible(boolean) - Method in class com.sun.lwuit.Component
Set whether this component scroll is visible
setIssuer(X500Principal) - Method in class java.security.cert.X509CertSelector
Sets the issuer criterion.
setIssuer(String) - Method in class java.security.cert.X509CertSelector
setIssuer(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the issuer criterion.
setIssuerNames(Collection<?>) - Method in class java.security.cert.X509CRLSelector
Note: use X509CRLSelector.setIssuers(Collection) instead or only specify the byte array form of distinguished names when using this method.
setIssuers(Collection<X500Principal>) - Method in class java.security.cert.X509CRLSelector
Sets the issuerNames criterion.
setItem(int, T) - Method in class com.codename1.ui.list.DefaultListModel
Change the item at the given index
setItem(int, Object) - Method in class com.sun.lwuit.list.DefaultListModel
Change the item at the given index
setItemGap(int) - Method in class com.codename1.ui.List
Set the gap between items
setItemGap(int) - Method in class com.sun.lwuit.List
Set the gap between items
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the time limit for which threads may remain idle before being terminated.
setKeepResourcesInRam(boolean) - Method in class com.codename1.ui.util.UIBuilder
Indicates that the UIBuilder should cache resources in memory and never release them.
setKeyChar(char) - Method in class java.awt.event.KeyEvent
Set the keyChar value to indicate a logical character.
setKeyCode(int) - Method in class java.awt.event.KeyEvent
Set the keyCode value to indicate a physical key.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key to the given alias, protecting it with the given password.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setKeyPair(KeyPair) - Method in class java.security.Signer
Deprecated.
Sets the key pair (public key and private key) for this signer.
setKeyUsage(boolean[]) - Method in class java.security.cert.X509CertSelector
Sets the keyUsage criterion.
setKeywords(String[]) - Method in class com.codename1.components.Ads
Keywords relevant to this user specific session
setKilled(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setLabelForComponent(Label) - Method in class com.codename1.ui.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
setLabelForComponent(Label) - Method in class com.sun.lwuit.Component
Allows us to indicate the label associated with this component thus providing visual feedback related for this component e.g.
setLanguage(String) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Defines the language to use for display of labels on map tiles.
setLanguage(String) - Method in class java.util.Locale.Builder
Sets the language.
setLanguageTag(String) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided IETF BCP 47 language tag.
setLargeMaxRows(long) - Method in interface java.sql.Statement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setLastAccessTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last access time of the entry.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastModifiedTime(Path, FileTime) - Static method in class java.nio.file.Files
Updates a file's last modified time attribute.
setLastModifiedTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setLatitude(double) - Method in class com.codename1.location.Location
Sets the latitude of this Location
setLatitude(double) - Method in class com.codename1.maps.Coord
Sets the Coord Latitude.
setLayout(Layout) - Method in class com.codename1.ui.Container
Sets the layout manager responsible for arranging this container
setLayout(Layout) - Method in class com.codename1.ui.Dialog
 
setLayout(Layout) - Method in class com.codename1.ui.Form
 
setLayout(Layout) - Method in class com.sun.lwuit.Container
Sets the layout manager responsible for arranging this container
setLayout(Layout) - Method in class com.sun.lwuit.Form
 
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the layout manager for this container.
setLayoutStyle(LayoutStyle) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the LayoutStyle this GroupLayout is to use.
setLayoutStyle(LayoutStyle) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the LayoutStyle this GroupLayout is to use.
setLeadComponent(Component) - Method in class com.codename1.ui.Container
Sets the lead component for this container, a lead component takes over the entire component hierarchy and receives all the events for the container hierarchy.
setLeftAndRightEditingTrigger(boolean) - Method in class com.codename1.ui.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
setLeftAndRightEditingTrigger(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether the left/right keys will trigger editing, this is true by default.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLength(int) - Method in interface javax.microedition.io.Datagram
 
setLenient(boolean) - Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLenient(boolean) - Method in class java.util.Calendar.Builder
Sets the lenient mode parameter to the value given by lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setLevel(int) - Static method in class com.codename1.io.Log
Sets the logging level for printing log details, the lower the value the more verbose would the printouts be
setLevel(Level) - Method in class java.util.logging.Handler
Set the log level specifying which message levels will be logged by this Handler.
setLevel(Level) - Method in class java.util.logging.Logger
Set the log level specifying which message levels will be logged by this logger.
setLevel(Level) - Method in class java.util.logging.LogRecord
Set the logging message level, for example Level.SEVERE.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the compression level to the specified value.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLexicalHandler(LexicalHandler) - Method in class javax.xml.transform.sax.SAXResult
Set the SAX2 LexicalHandler for the output.
setLightMode(boolean) - Method in class com.sun.lwuit.Display
Deprecated.
this method is no longer used, it was too unreliable
setLightweightMode(boolean) - Method in class com.codename1.ui.PeerComponent
An optional callback for peers indicating that the peer is now rendered as part of a transition or some other state and is thus not truly visible.
setLimit(int) - Method in class com.codename1.components.RSSReader
Places a limit on the number of RSS entries requested from the server
setLinearMotion(boolean) - Method in class com.codename1.ui.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
setLinearMotion(boolean) - Method in class com.sun.lwuit.animations.CommonTransitions
Indicates whether the motion associated with this transition is linear or spline motion
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Sets the line number to the specified argument.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLinesToScroll(int) - Method in class com.codename1.ui.TextArea
Indicates the number of lines to scroll with every scroll operation
setLinesToScroll(int) - Method in class com.sun.lwuit.TextArea
Indicates the number of lines to scroll with every scroll operation
setListCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.List
Deprecated.
use setRenderer instead, this method was deprecated to confirm better to JavaBean convention of having the getter/setter with the same name
setListCellRenderer(ListCellRenderer) - Method in class com.sun.lwuit.List
Sets the renderer which is used to draw list elements
setListModel(List) - Method in class com.codename1.ui.util.UIBuilder
Allows a subclass to set the list model for the given component
setListModel(ContainerList) - Method in class com.codename1.ui.util.UIBuilder
Allows a subclass to set the list model for the given component
setListSizeCalculationSampleCount(int) - Method in class com.codename1.ui.List
Indicates the number of elements the list should check to determine the element sizes.
setLoadingPlaceholder(Hashtable) - Method in class com.codename1.cloud.CloudListModel
When loading the element from the cloud a placehold is shown to indicate to the user that the content isn't fully here
setLocale(String, String) - Method in class com.codename1.l10n.L10NManager
Forces the locale/language
setLocale(Locale) - Method in class java.awt.Component
Sets the locale of this component.
setLocale(Locale) - Method in class java.text.MessageFormat
Sets the locale to be used when creating or comparing subformats.
setLocale(Locale) - Method in class java.util.Calendar.Builder
Sets the locale parameter to the given locale.
setLocale(Locale) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided locale.
setLocale(Locale) - Method in class javax.security.auth.callback.LanguageCallback
Set the retrieved Locale.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to request a locale for errors and warnings.
setLocality(String) - Method in class com.codename1.contacts.Address
Sets Address Locality
setLocalizedPrice(String) - Method in class com.codename1.payment.Product
 
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocation(String) - Method in class com.codename1.components.Ads
Location string is a comma separated list of country, state/province, city For example: US, NY, NY
setLocation(int, int) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(Location) - Method in class javax.xml.stream.XMLEventFactory
This method allows setting of the Location on each event that is created by this factory.
setLocationListener(LocationListener) - Method in class com.codename1.location.LocationManager
Sets a LocationListener on the device, use this method if you need to be updated on the device Locations rather then calling getCurrentLocation.
setLocator(SourceLocator) - Method in exception javax.xml.transform.TransformerException
Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.
setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setLoggerLevel(String, String) - Method in interface java.util.logging.LoggingMXBean
Sets the specified logger to the specified new level.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source Logger's name.
setLoginTimeout(int) - Static method in class java.sql.DriverManager
Sets the maximum time in seconds that a driver will wait while attempting to connect to a database once the driver has been identified.
setLoginTimeout(int) - Method in interface javax.sql.CommonDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogStream(PrintStream) - Static method in class java.sql.DriverManager
Deprecated.
Use setLogWriter
setLogWriter(PrintWriter) - Static method in class java.sql.DriverManager
Sets the logging/tracing PrintWriter object that is used by the DriverManager and all drivers.
setLogWriter(PrintWriter) - Method in interface javax.sql.CommonDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLong(String, long) - Method in class com.codename1.cloud.CloudObject
Sets a value
setLong(String, Long) - Method in class com.codename1.cloud.CloudObject
Sets a value
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long) - Method in class java.lang.reflect.Field
Sets the value of a field as a long on the specified object.
setLong(String, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java long value.
setLong(String, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java long value.
setLongitude(double) - Method in class com.codename1.location.Location
Sets the longitude of this Location
setLongitude(double) - Method in class com.codename1.maps.Coord
Sets the Coord Longitude.
setLongPointerPressActionEnabled(boolean) - Method in class com.codename1.ui.List
Enable/disable list action on long pointer press event
setLongtitude(double) - Method in class com.codename1.location.Location
Deprecated.
use setLongitude
setLookAndFeel(LookAndFeel) - Method in class com.codename1.ui.plaf.UIManager
Sets the currently installed look and feel
setLookAndFeel(LookAndFeel) - Method in class com.sun.lwuit.plaf.UIManager
Sets the currently installed look and feel
setLoop(boolean) - Method in class com.codename1.ui.animations.Timeline
Indicates if the image should loop
setLoop(boolean) - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
Indicates whether the animation will run in a loop or run only once
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setLoopCount(int) - Method in class com.sun.lwuit.MediaComponent
Set the number of times the media should loop
setMaintainAspectRatio(boolean) - Method in class com.codename1.io.services.ImageDownloadService
 
setManualRedirect(boolean) - Method in class com.codename1.io.MultipartRequest
By default redirect responses (302 etc.) are handled manually in multipart requests, set this to false to handle the redirect.
setMapType(int) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Sets the map type
setMargin(int, int, int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargin(int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargin(int, int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Style Margin
setMargin(int, int, int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMargin(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMargin(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin
setMarginUnit(byte[]) - Method in class com.codename1.ui.plaf.Style
Indicates the units used for margin elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setMarkToday(boolean) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setMask(Object) - Method in class com.codename1.ui.Label
A mask image can be applied to the label (see the image mask method for details) which allows for things like rounded image appearance etc.
setMaskName(String) - Method in class com.codename1.components.MultiButton
The mask name for the icon
setMaskName(String) - Method in class com.codename1.ui.Label
Determines the name of the mask from the image constants thus allowing the mask to be applied from the theme
setMatchAllSubjectAltNames(boolean) - Method in class java.security.cert.X509CertSelector
Enables/disables matching all of the subjectAlternativeNames specified in the setSubjectAlternativeNames or addSubjectAlternativeName methods.
setMax(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The maximum value for the spinner
setMaxAge(long) - Method in class java.net.HttpCookie
Sets the maximum age of the cookie in seconds.
setMaxCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the maxCRLNumber criterion.
setMaxElementHeight(int) - Method in class com.codename1.ui.List
Maximum number of elements shown in a list, this member is used to calculate the list preferred size.
setMaxFieldSize(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
setMaxFieldSize(int) - Method in interface javax.sql.RowSet
Sets the maximum number of bytes that can be returned for a column value to the given number of bytes.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaximumSize(Dimension) - Method in class java.awt.Component
Sets the maximum size of this component to a constant value.
setMaxPathLength(int) - Method in class java.security.cert.PKIXBuilderParameters
Sets the value of the maximum number of non-self-issued intermediate certificates that may exist in a certification path.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMaxRows(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setMaxRows(int) - Method in interface javax.sql.RowSet
Sets the maximum number of rows that this RowSet object can contain to the specified number.
setMaxSize(int) - Method in class com.codename1.ui.TextArea
Sets the maximum size of the text area
setMaxSize(int) - Method in class com.sun.lwuit.TextArea
Sets the maximum size of the text area
setMaxThreads(int) - Static method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the maximum number of threads to use for image download
setMaxThreads(int) - Static method in class com.sun.lwuit.html.HTMLComponent
Sets the maximum number of threads to use for image download
setMaxValue(int) - Method in class com.codename1.ui.Slider
 
setMediaTime(long) - Method in class com.sun.lwuit.MediaComponent
"Jump" to a point in time within the media
setMenuBar(MenuBar) - Method in class com.codename1.ui.Form
Sets the associated MenuBar Object.
setMenuBarClass(Class) - Method in class com.codename1.ui.plaf.LookAndFeel
Simple setter for the MenuBar Class
setMenuCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.Form
Determine the cell renderer used to render menu elements for themeing the look of the menu options
setMenuCellRenderer(ListCellRenderer) - Method in class com.codename1.ui.MenuBar
The MenuBar default implementation shows the menu commands in a List contained in a Dialog.
setMenuCellRenderer(ListCellRenderer) - Method in class com.sun.lwuit.Form
Determine the cell renderer used to render menu elements for themeing the look of the menu options
setMenuIcons(Image, Image, Image) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets globally the Menu icons
setMenuIcons(Image, Image, Image) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets globally the Menu icons
setMenuRenderer(ListCellRenderer) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the Menu default renderer
setMenuRenderer(ListCellRenderer) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the Menu default renderer
setMenuStyle(Style) - Method in class com.sun.lwuit.Form
Deprecated.
use setSoftButtonStyle instead
setMenuTransitions(Transition, Transition) - Method in class com.codename1.ui.Form
Sets the menu transitions for showing/hiding the menu, can be null...
setMenuTransitions(Transition, Transition) - Method in class com.sun.lwuit.Form
Sets the menu transitions for showing/hiding the menu, can be null...
setMessage(String) - Method in class com.codename1.share.ShareService
Sets the message to share, this is done by the ShareButton and shouldn't be used by the developers
setMessage(String) - Method in class java.util.logging.LogRecord
Set the "raw" log message, before localization or formatting.
setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMetaData(Hashtable<String, Object>) - Method in class com.codename1.maker.MakerPlugin
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
Sets the given RowSetMetaData object as the RowSetMetaData object for this RowSet object.
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMillis(long) - Method in class java.util.logging.LogRecord
Set event time.
setMillisecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set milliseconds.
setMimeType(String) - Method in class com.codename1.messaging.Message
Sets the message mime type.
setMin(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The minimum value for the spinner
setMinCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the minCRLNumber criterion.
setMinElementHeight(int) - Method in class com.codename1.ui.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
setMinElementHeight(int) - Method in class com.sun.lwuit.List
Minimum number of elements shown in a list, this member is used to calculate the list preferred size.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setMinimizeOnBack(boolean) - Method in class com.codename1.ui.Form
When set to true the physical back button will minimize the application
setMinimizeOnBack(boolean) - Method in class com.codename1.ui.MenuBar
When set to true the physical back button will minimize the application
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumSize(Dimension) - Method in class java.awt.Component
Sets the minimum size of this component to a constant value.
setMinimumSizePerColumn(int) - Static method in class com.codename1.ui.table.TableLayout
Sets the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
setMinimumSizePerColumn(int) - Static method in class com.sun.lwuit.table.TableLayout
Sets the minimum size for a column in the table, this is applicable for tables that are not scrollable on the X axis.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to represent minus sign.
setMinute(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set minutes.
setMinutes(int) - Method in class java.sql.Date
Deprecated. 
setMinutes(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinuteStep(int) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setMinValue(int) - Method in class com.codename1.ui.Slider
 
setModel(ListModel) - Method in class com.codename1.ui.list.ContainerList
Set the model for the container list
setModel(ListModel) - Method in class com.codename1.ui.List
Replaces/sets the model underlying the list
setModel(ListModel) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setModel(int, ListModel) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setModel(TableModel) - Method in class com.codename1.ui.table.Table
Replaces the underlying model
setModel(TreeModel) - Method in class com.codename1.ui.tree.Tree
Sets the tree model to a new value
setModel(ListModel) - Method in class com.sun.lwuit.List
Replaces/sets the model underlying the list
setModel(TableModel) - Method in class com.sun.lwuit.table.Table
Replaces the underlying model
setModifiedTime(long) - Method in class com.codename1.io.gzip.GZIPHeader
 
setModifiedTime(long) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setModifiers(int) - Method in class java.awt.event.KeyEvent
Deprecated.
as of JDK1.1.4
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the monetary decimal separator.
setMonth(int) - Method in class java.sql.Time
Deprecated. 
setMonth(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set month.
setMonthDayYear(boolean) - Method in class com.codename1.ui.spinner.DateSpinner
 
setMonthRenderingPrototype(String) - Method in class com.codename1.ui.spinner.DateSpinner
Sets the Month Rendering Prototype to be used, useful when the language is changed and you need the month spinner to be wider.
setMonths(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets month strings.
setMonthViewSelectedStyle(Style) - Method in class com.codename1.ui.Calendar
Sets the selected style of the month view component within the calendar
setMonthViewSelectedStyle(Style) - Method in class com.sun.lwuit.Calendar
Sets the selected style of the month view component within the calendar
setMonthViewUnSelectedStyle(Style) - Method in class com.codename1.ui.Calendar
Sets the un selected style of the month view component within the calendar
setMonthViewUnSelectedStyle(Style) - Method in class com.sun.lwuit.Calendar
Sets the un selected style of the month view component within the calendar
setMoreDescription(String) - Static method in class com.codename1.components.RSSReader
Set the description for the "more" request
setMoreTitle(String) - Static method in class com.codename1.components.RSSReader
Set the title for the "more" request
setMotion(Motion) - Method in class com.codename1.ui.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
setMotion(Motion) - Method in class com.sun.lwuit.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
setMultiKeyMode(boolean) - Method in class com.codename1.ui.Display
When set to true Codename One allows multiple hardware keys to be pressed at once, this isn't on by default since it can trigger some complexities with UI navigation to/from native code
setMultilineMode(boolean) - Method in class com.codename1.ui.tree.Tree
Toggles a mode where rows in the tree can be broken since span buttons will be used instead of plain buttons.
setMultiplier(int) - Method in class java.text.DecimalFormat
Sets the multiplier for use in percent, per mille, and similar formats.
setMutableRendererBackgrounds(boolean) - Method in class com.codename1.ui.List
Indicates that the background of a cell renderer might mutate between one entry and the next, it is recommended that this flag remains false for performance reasons.
setMutableRendererBackgrounds(boolean) - Method in class com.sun.lwuit.List
Indicates that the background of a cell renderer might mutate between one entry and the next, it is recommended that this flag remains false for performance reasons.
setName(String) - Method in class com.codename1.io.Cookie
 
setName(String) - Method in class com.codename1.io.gzip.GZIPHeader
 
setName(String) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setName(String) - Method in class com.codename1.ui.Component
A component name allows us to easily identify the component within a dynamic UI.
setName(String) - Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setName(String) - Method in class javax.security.auth.callback.NameCallback
Set the retrieved name.
setNameConstraints(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the name constraints criterion.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNameLine1(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers)
setNameLine2(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNameLine3(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNameLine4(String) - Method in class com.codename1.components.MultiButton
Sets the name of the row (important for use in generic renderers
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLEventWriter
Sets the current namespace context for prefix and uri bindings.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the current namespace context for prefix and uri bindings.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.xpath.XPath
Establish a namespace context.
setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Controls whether namespace declaration attributes are placed into the NSDECL namespace by processName().
setNaN(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent "not a number".
setNanos(int) - Method in class java.sql.Timestamp
Sets this Timestamp object's nanos field to the given value.
setNativeCommands(boolean) - Method in class com.codename1.ui.Display
Deprecated.
use setCommandBehavior(Display.COMMAND_BEHAVIOR_NATIVE)
setNativePlayerMode(boolean) - Method in interface com.codename1.media.Media
By calling this the Media (if it's a Video) will be played full screen on the native Player of the device.
setNativeScrollingEnabled(boolean) - Method in class com.codename1.ui.BrowserComponent
This flag allows disabling the native browser scrolling on platforms that support it
setNCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to a Reader object.
setNCharacterStream(int, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNClob(String, NClob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNClob(int, NClob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNClob(String, NClob) - Method in interface javax.sql.RowSet
Sets the designated parameter to a java.sql.NClob object.
setNClob(String, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNClob(int, Reader, long) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNClob(int, NClob) - Method in interface javax.sql.RowSet
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, Reader) - Method in interface javax.sql.RowSet
Sets the designated parameter to a Reader object.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLEngine
Configures the engine to require client authentication.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLParameters
Sets whether client authentication should be required.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted server-mode SSLSockets will be initially configured to require client authentication.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to require client authentication.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
Set the negative suffix.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
setNetworkTimeout(Executor, int) - Method in interface java.sql.Connection
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNewLine(String) - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
setNextException(SQLException) - Method in exception java.sql.SQLException
Adds an SQLException object to the end of the chain.
setNextFocusDown(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the down key
setNextFocusDown(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key
setNextFocusLeft(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior.
setNextFocusLeft(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior.
setNextFocusRight(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the right key
setNextFocusRight(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key
setNextFocusUp(Component) - Method in class com.codename1.ui.Component
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior.
setNextFocusUp(Component) - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior.
setNextIn(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextInIndex(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextOut(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextOutIndex(int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setNextSibling(Node) - Method in class javax.xml.transform.dom.DOMResult
Set the child node before which the result nodes will be inserted.
setNextWarning(SQLWarning) - Method in exception java.sql.SQLWarning
Adds a SQLWarning object to the end of the chain.
setNode(Node) - Method in class javax.xml.transform.dom.DOMResult
Set the node that will contain the result DOM tree.
setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
Set the node that will represents a Source DOM tree.
setNodeIcon(Image) - Static method in class com.codename1.ui.tree.Tree
Sets the icon for a tree node
setNodeIcon(Image, Component) - Method in class com.codename1.ui.tree.Tree
Sets the icon for the given node similar in scope to bindNodeListener
setNodeIcon(Image) - Static method in class com.sun.lwuit.tree.Tree
Sets the icon for a tree node
setNodeValue(String) - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setNormalizeNames(boolean) - Method in class com.codename1.io.Storage
Indicates whether characters that are typically illegal in filesystems should be sanitized and replaced with underscore
setNoSleep(boolean) - Method in class com.codename1.ui.Display
Calling this method with noSleep=true will cause the edt to run without sleeping.
setNoSleep(boolean) - Method in class com.sun.lwuit.Display
Calling this method with noSleep=true will cause the edt to run without sleeping.
setNote(String) - Method in class com.codename1.contacts.Contact
Sets Contact note
setNoTextMode(boolean) - Method in class com.codename1.components.OnOffSwitch
iOS 7 changed the switch to not include any text
setNString(String, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given String object.
setNString(int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given String object.
setNString(int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given String object.
setNString(String, String) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given String object.
setNull(String, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's SQL command to SQL NULL.
setNull(String, int) - Method in interface javax.sql.RowSet
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's SQL command to SQL NULL.
setNull(String, int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter to SQL NULL.
setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column's value can be set to NULL.
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
Allows you to set the number formatter.
setNumericKeyActions(boolean) - Method in class com.codename1.ui.List
Indicate whether pressing the number keys should trigger an action
setNumericKeyActions(boolean) - Method in class com.sun.lwuit.List
Indicate whether pressing the number keys should trigger an action
setNumericMonths(boolean) - Method in class com.codename1.ui.spinner.DateSpinner
 
setObject(String, Object, int, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(Object) - Method in interface java.sql.Ref
Sets the structured type value that this Ref object references to the given instance of Object.
setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Java Object.
setObject(String, Object, int, int) - Method in interface javax.sql.RowSet
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with a Java Object.
setObject(String, Object, int) - Method in interface javax.sql.RowSet
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in interface javax.sql.RowSet
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with a Java Object.
setOcspExtensions(List<Extension>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the optional OCSP request extensions.
setOcspResponder(URI) - Method in class java.security.cert.PKIXRevocationChecker
Sets the URI that identifies the location of the OCSP responder.
setOcspResponderCert(X509Certificate) - Method in class java.security.cert.PKIXRevocationChecker
Sets the OCSP responder's certificate.
setOcspResponses(Map<X509Certificate, byte[]>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the OCSP responses.
setOff(String) - Method in class com.codename1.components.OnOffSwitch
Label for the off mode
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
setOffset(int) - Method in class java.text.CollationElementIterator
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string, not an offset into its corresponding sequence of collation elements).
setOn(String) - Method in class com.codename1.components.OnOffSwitch
Label for the on mode
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable SO_OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOpacity(int) - Method in class com.codename1.ui.plaf.Style
Set the opacity value
setOpacity(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Component transparency level.
setOpaque(boolean) - Method in class com.codename1.ui.RGBImage
 
setOpaque(boolean) - Method in class com.sun.lwuit.RGBImage
 
setOppositeSide(boolean) - Method in class com.codename1.ui.CheckBox
Places the check box on the opposite side at the far end
setOppositeSide(boolean) - Method in class com.codename1.ui.RadioButton
Places the radio box on the opposite side at the far end
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousServerSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.DatagramChannel
 
setOption(SocketOption<T>, T) - Method in interface java.nio.channels.NetworkChannel
Sets the value of a socket option.
setOption(SocketOption<T>, T) - Method in class java.nio.channels.ServerSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.SocketChannel
 
setOptions(Set<PKIXRevocationChecker.Option>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the revocation options.
setOrientation(int) - Method in class com.codename1.ui.List
Sets the list orientation HORIZONTAL or VERTICAL
setOrientation(int) - Method in class com.sun.lwuit.List
Sets the list orientation HORIZONTAL or VERTICAL
setOriginalForm(Form) - Method in class com.codename1.share.ShareService
Sets the Original Form (this is the Form of the share button)
setOS(int) - Method in class com.codename1.io.gzip.GZIPHeader
 
setOS(int) - Method in class com.codename1.io.gzip.GZIPOutputStream
 
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutput(byte[]) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setOutput(byte[], int, int) - Method in class com.codename1.io.gzip.ZStream
Deprecated.
 
setOutputProperties(Properties) - Method in class javax.xml.transform.Transformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class javax.xml.transform.Transformer
Set an output property that will be in effect for the transformation.
setOutputStream(OutputStream) - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
setOutputStream(OutputStream) - Method in class java.util.logging.StreamHandler
Change the output stream.
setOutputStream(OutputStream) - Method in class javax.xml.transform.stream.StreamResult
Set the ByteStream that is to be written to.
setOverline(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the overline text decoration for this style
setOverwriteMode(boolean) - Method in class com.codename1.ui.TextField
Indicates that this is the overwrite mode
setOverwriteMode(boolean) - Method in class com.sun.lwuit.TextField
Indicates that this is the overwrite mode
setOwner(UserPrincipal) - Method in interface java.nio.file.attribute.FileOwnerAttributeView
Updates the file owner.
setOwner(Path, UserPrincipal) - Static method in class java.nio.file.Files
Updates the file owner.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setPadding(int, int, int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPadding(int, int) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPadding(int, int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the Style Padding
setPadding(int, int, int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding
setPadding(int, int, int, int) - Method in class com.sun.lwuit.TabbedPane
 
setPadding(int, int) - Method in class com.sun.lwuit.TabbedPane
 
setPaddingUnit(byte[]) - Method in class com.codename1.ui.plaf.Style
Indicates the units used for padding elements, if null pixels are used if not this is a 4 element array containing values of UNIT_TYPE_PIXELS, UNIT_TYPE_DIPS or UNIT_TYPE_SCREEN_PERCENTAGE
setPage(String, String) - Method in class com.codename1.components.WebBrowser
Shows the given HTML in the native viewer
setPage(String, String) - Method in class com.codename1.ui.BrowserComponent
Shows the given HTML in the native viewer
setPage(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets this HTMLComponent to render the document in the specified URL
setPage(String) - Method in class com.sun.lwuit.html.HTMLComponent
Sets this HTMLComponent to render the document in the specified URL
setPageStyle(Style) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the style of the page, allowing for example to set transparency to the main page.
setPageStyle(Style) - Method in class com.sun.lwuit.html.HTMLComponent
Sets the style of the page, allowing for example to set transparency to the main page.
setPageUIID(String) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets the UIID of the page (the internal container) This applies not only to the current page, but rather to all pages created with this HTMLComponent instance.
setPaintFocusBehindList(boolean) - Method in class com.codename1.ui.List
This method determines if the animated focus is drawn on top of the List or behind the List when moving.
setPaintFocusBehindList(boolean) - Method in class com.sun.lwuit.List
This method determines if the animated focus is drawn on top of the List or behind the List when moving.
setPaintLoading(boolean) - Static method in class com.codename1.maps.Tile
This flag indicates if the Tile should paint a Loading image or Text or simply not do any painting if a map image is not ready for painting
setPaintOuterBorderFirst(boolean) - Method in class com.codename1.ui.plaf.Border
Allows toggling the order in which the outer and inner borders are painted for the Outer border type
setParameter(String, Object) - Method in class java.security.Signature
Deprecated.
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Initializes this signature engine with the specified parameter set.
setParameter(String, Object) - Method in class javax.xml.transform.Transformer
Add a parameter for the transformation.
setParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setParameters(Object[]) - Method in class java.util.logging.LogRecord
Set the parameters to the log message.
setParams(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the request paramters of this request
setParams(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the request paramters of this request
setParent(Element) - Method in class com.codename1.xml.Element
Sets this element parent, done interanlly in addChild
setParent(Logger) - Method in class java.util.logging.Logger
Set the parent for this Logger.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Sets the parent bundle of this bundle.
setParent(XMLEventReader) - Method in class javax.xml.stream.util.EventReaderDelegate
Set the parent of this instance.
setParent(XMLStreamReader) - Method in class javax.xml.stream.util.StreamReaderDelegate
Set the parent of this instance.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParseBigDecimal(boolean) - Method in class java.text.DecimalFormat
Sets whether the DecimalFormat.parse(java.lang.String, java.text.ParsePosition) method returns BigDecimal.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setParser(HTMLParser) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets a custom HTMLParser for this HTMLComponent By default, a new HTMLParser instance is created for each HTMLComponent, use this method if you have a custom parser.
setParserCallback(ParserCallback) - Method in class com.codename1.xml.XMLParser
Sets the specified callback to serve as the callback for parsing errors
setPassword(String) - Static method in class com.codename1.ui.util.Resources
Sets the password to use for password protected resource files
setPassword(char[]) - Method in class javax.security.auth.callback.PasswordCallback
Set the retrieved password.
setPassword(String) - Method in interface javax.sql.RowSet
Sets the database password for this RowSet object to the given String.
setPasswordChar(char) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets the password character to display in the TextArea and the TextField
setPath(String) - Method in class com.codename1.io.Cookie
 
setPath(String) - Method in class java.net.HttpCookie
Specifies a path for the cookie to which the client should return the cookie.
setPathToNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
Sets the pathToNames criterion.
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to separate positive and negative subpatterns in a pattern.
setPause(boolean) - Method in class com.codename1.ui.animations.Timeline
Indicate that the application is paused
setPause(boolean) - Method in class com.sun.lwuit.animations.Timeline
Indicate that the application is paused
setPaused(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setPauseIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the pause Button Icon
setPeerImage(Image) - Method in class com.codename1.ui.PeerComponent
The peer image is drawn when the component doesn't exist or during transition a placeholder image can be placed in the beginning to show something while the peer is being created asynchronously.
setPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
Sets the pending count to the given value.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for percent sign.
setPerformancePreferences(int, int, int) - Method in class java.net.ServerSocket
Sets performance preferences for this ServerSocket.
setPerformancePreferences(int, int, int) - Method in class java.net.Socket
Sets performance preferences for this socket.
setPerformancePreferences(int, int, int) - Method in class java.net.SocketImpl
Sets performance preferences for this socket.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for per mille sign.
setPermissions(String[]) - Static method in class com.codename1.facebook.FaceBookAccess
The requested permissions of the app http://developers.facebook.com/docs/reference/api/permissions/
setPermissions(String[]) - Method in class com.codename1.facebook.ui.LikeButton
 
setPermissions(Set<AclEntryPermission>) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(AclEntryPermission...) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(Set<PosixFilePermission>) - Method in interface java.nio.file.attribute.PosixFileAttributeView
Updates the file permissions.
setPhoneNumbers(Hashtable) - Method in class com.codename1.contacts.Contact
Sets Contact phone numbers
setPhoto(Image) - Method in class com.codename1.contacts.Contact
Sets Contact photo
setPinchToZoomEnabled(boolean) - Method in class com.codename1.ui.BrowserComponent
Some platforms require that you enable pinch to zoom explicitly.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.CropImageFilter
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.CropImageFilter
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in interface java.awt.image.ImageConsumer
Delivers the pixels of the image with one or more calls to this method.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel, otherwise converts the buffer of integer pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one by one.
setPlaceHolderImage(Image) - Method in class com.codename1.contacts.ContactsModel
Sets the Contacts place holder image.
setPlayIcon(Image) - Method in class com.codename1.components.MediaPlayer
Sets the play Button Icon
setPointIcon(Image) - Method in class com.codename1.maps.layers.PointsLayer
Sets the Points icon
setPolicy(Set<String>) - Method in class java.security.cert.X509CertSelector
Sets the policy constraint.
setPolicy(Policy) - Static method in class java.security.Policy
Sets the system-wide Policy object.
setPolicy(Policy) - Static method in class javax.security.auth.Policy
Deprecated.
Sets the system-wide Policy object.
setPolicyMappingInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets the PolicyMappingInhibited flag.
setPolicyQualifiersRejected(boolean) - Method in class java.security.cert.PKIXParameters
Sets the PolicyQualifiersRejected flag.
setPollingFrequency(int) - Method in class com.codename1.ui.Display
Sets the frequency for polling the server in case of polling based push notification
setPoolable(boolean) - Method in interface java.sql.Statement
Requests that a Statement be pooled or not pooled.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPortlist(String) - Method in class java.net.HttpCookie
Specify the portlist of the cookie, which restricts the port(s) to which a cookie may be sent back in a Cookie header.
setPositivePrefix(String) - Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setPosixFilePermissions(Path, Set<PosixFilePermission>) - Static method in class java.nio.file.Files
Sets a file's POSIX permissions.
setPost(boolean) - Method in class com.codename1.io.ConnectionRequest
Set to true for a post operation and false for a get operation, this will implicitly set the method to post/get respectively (which you can change back by setting the method).
setPostalCode(String) - Method in class com.codename1.contacts.Address
Sets Address Postal Code
setPostId(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setPostRequest(boolean) - Method in class com.codename1.ui.html.DocumentInfo
Sets this DocumentInfo as using a POST request or not
setPostRequest(boolean) - Method in class com.sun.lwuit.html.DocumentInfo
Sets this DocumentInfo as using a POST request or not
setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's number of decimal digits to the given int.
setPreferredH(int) - Method in class com.codename1.ui.Component
Helper method to set the preferred height of the component.
setPreferredH(int) - Method in class com.sun.lwuit.Component
Helper method to set the preferred height of the component.
setPreferredSize(Dimension) - Method in class com.codename1.ui.Component
Sets the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
setPreferredSize(Dimension) - Method in class com.sun.lwuit.Component
Sets the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
setPreferredSize(Dimension) - Method in class java.awt.Component
Sets the preferred size of this component to a constant value.
setPreferredW(int) - Method in class com.codename1.ui.Component
Helper method to set the preferred width of the component.
setPreferredW(int) - Method in class com.sun.lwuit.Component
Helper method to set the preferred width of the component.
setPrefix(String, String) - Method in interface javax.xml.stream.XMLEventWriter
Sets the prefix the uri is bound to.
setPrefix(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(String) - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setPressedIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state
setPressedInstance(Border) - Method in class com.codename1.ui.plaf.Border
Allows us to define a border that will act as the pressed version of this border
setPressedInstance(Border) - Method in class com.sun.lwuit.plaf.Border
Allows us to define a border that will act as the pressed version of this border
setPressedStyle(Style) - Method in class com.codename1.ui.Component
Sets the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
setPressedStyle(Style) - Method in class com.sun.lwuit.Button
Sets the Component Style for the pressed state allowing us to manipulate the look of the component when it is pressed
setPrimaryEmail(String) - Method in class com.codename1.contacts.Contact
Sets Contact primary email
setPrimaryPhoneNumber(String) - Method in class com.codename1.contacts.Contact
Sets Contact primary phone number
setPrincipal(UserPrincipal) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the principal component of this builder.
setPrintInput(boolean) - Method in class com.codename1.io.BufferedInputStream
Prints out all the data that passes through this stream to the console.
setPriority(byte) - Method in class com.codename1.io.ConnectionRequest
The priority of this connection based on the constants in this class
setPriority(int) - Method in class java.lang.Thread
JamaicaVM: Set the base priority of this thread.
setPrivateKeyValid(Date) - Method in class java.security.cert.X509CertSelector
Sets the privateKeyValid criterion.
setProgress(Slider) - Method in class com.codename1.facebook.FaceBookAccess
Sets the progress indicator to get network updates on the queries
setProgress(int) - Method in class com.codename1.ui.Slider
Indicates the value of progress made, this method is thread safe and can be invoked from any thread although discretion should still be kept so one thread doesn't regress progress made by another thread...
setProgressListener(IOProgressListener) - Method in class com.codename1.io.BufferedInputStream
Sets the callback for IO updates from a buffered stream
setProgressListener(IOProgressListener) - Method in class com.codename1.io.BufferedOutputStream
Sets the callback for IO updates from a buffered stream
setProgressTitle(String) - Method in class com.codename1.components.RSSReader
 
setProjected(boolean) - Method in class com.codename1.maps.Coord
Sets Coord projected
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.CropImageFilter
Passes along the properties from the source object after adding a property indicating the cropped region.
setProperties(Hashtable<?, ?>) - Method in interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ImageFilter
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.PixelGrabber
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, Object) - Method in class com.codename1.ui.BrowserComponent
This method allows customizing the properties of a web view in various ways including platform specific settings.
setProperty(String, String) - Method in class com.codename1.ui.Display
Sets a local property to the application, this method has no effect on the implementation code and only allows the user to override the logic of getProperty for internal application purposes.
setProperty(String, String) - Static method in class java.lang.System
setProperty sets property for a given key.
setProperty(String, String) - Static method in class java.security.Security
Sets a security property value.
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
Sets the particular property in the underlying implementation of XMLReader.
setProperty(String, Object) - Method in class javax.xml.stream.XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class javax.xml.stream.XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setProperty(String, Object) - Method in class javax.xml.validation.SchemaFactory
Set the value of a property.
setProperty(String, Object) - Method in class javax.xml.validation.Validator
Set the value of a property.
setProperty(String, Object) - Method in class javax.xml.validation.ValidatorHandler
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setPropertyValue(String, Object) - Method in class com.codename1.components.Ads
 
setPropertyValue(String, Object) - Method in class com.codename1.components.ImageViewer
 
setPropertyValue(String, Object) - Method in class com.codename1.components.InfiniteProgress
 
setPropertyValue(String, Object) - Method in class com.codename1.components.MediaPlayer
 
setPropertyValue(String, Object) - Method in class com.codename1.components.MultiButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.OnOffSwitch
 
setPropertyValue(String, Object) - Method in class com.codename1.components.RSSReader
 
setPropertyValue(String, Object) - Method in class com.codename1.components.ShareButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.SpanButton
 
setPropertyValue(String, Object) - Method in class com.codename1.components.SpanLabel
 
setPropertyValue(String, Object) - Method in class com.codename1.components.WebBrowser
 
setPropertyValue(String, Object) - Method in class com.codename1.facebook.ui.LikeButton
 
setPropertyValue(String, Object) - Method in class com.codename1.maps.MapComponent
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.AutoCompleteTextField
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Component
Sets a new value to the given property, returns an error message if failed and null if successful.
setPropertyValue(String, Object) - Method in class com.codename1.ui.ComponentGroup
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Form
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Label
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.list.ContainerList
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.list.MultiList
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.DateSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.NumericSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.spinner.TimeSpinner
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.table.Table
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.Tabs
 
setPropertyValue(String, Object) - Method in class com.codename1.ui.tree.Tree
 
setProtocols(String[]) - Method in class javax.net.ssl.SSLParameters
Sets the array of protocols.
setPublicId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the public identifier for this Source.
setPublicId(String) - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicKey(PublicKey) - Method in class java.security.Identity
Deprecated.
Sets this identity's public key.
setPureTouch(boolean) - Method in class com.codename1.ui.Display
A pure touch device has no focus showing when the user is using the touch interface.
setPureTouch(boolean) - Method in class com.sun.lwuit.Display
A pure touch device has no focus showing when the user is using the touch interface.
setPushLevel(Level) - Method in class java.util.logging.MemoryHandler
Set the pushLevel.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQueryTimeout(int) - Method in interface java.sql.Statement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setQueryTimeout(int) - Method in interface javax.sql.RowSet
Sets the maximum time the driver will wait for a statement to execute to the given number of seconds.
setQwertyAutoDetect(boolean) - Static method in class com.codename1.ui.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly
setQwertyAutoDetect(boolean) - Static method in class com.sun.lwuit.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly
setQwertyDevice(boolean) - Static method in class com.codename1.ui.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
setQwertyDevice(boolean) - Static method in class com.sun.lwuit.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
setQwertyInput(boolean) - Method in class com.codename1.ui.TextField
True is this is a qwerty device or a device that is currently in qwerty mode.
setQwertyInput(boolean) - Method in class com.sun.lwuit.TextField
True is this is a qwerty device or a device that is currently in qwerty mode.
setRadioButton(boolean) - Method in class com.codename1.components.MultiButton
Turns the multi-button into a radio multi-button
setRadioButtonFocusImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected and disabled modes, when the radio button has focus, these are entirely optional
setRadioButtonImages(Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRadioButtonImages(Image, Image, Image, Image) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRadioButtonImages(Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRawResult(T) - Method in class java.util.concurrent.CountedCompleter
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
setRawResult(V) - Method in class java.util.concurrent.ForkJoinTask
Forces the given value to be returned as a result.
setRawResult(Void) - Method in class java.util.concurrent.RecursiveAction
Requires null completion value.
setRawResult(V) - Method in class java.util.concurrent.RecursiveTask
 
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadable(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setReader(Reader) - Method in interface javax.script.ScriptContext
Sets the Reader for scripts to read input .
setReader(Reader) - Method in class javax.script.SimpleScriptContext
Sets the Reader for scripts to read input .
setReader(Reader) - Method in class javax.xml.transform.stream.StreamSource
Set the input to be a character reader.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the read-only attribute.
setReadOnly() - Method in class java.security.PermissionCollection
Marks this PermissionCollection object as "readonly".
setReadOnly(boolean) - Method in interface java.sql.Connection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setReadOnly() - Method in class javax.security.auth.Subject
Set this Subject to be read-only.
setReadOnly(boolean) - Method in interface javax.sql.RowSet
Sets whether this RowSet object is read-only to the given boolean.
setReadRequest(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setReadResponseForErrors(boolean) - Method in class com.codename1.io.ConnectionRequest
When set to true the read response code will happen even for error codes such as 400 and 500
setReadTimeout(int) - Method in class java.net.URLConnection
Sets the read timeout to a specified timeout, in milliseconds.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
Sets a default proposed value for the SO_RCVBUF option for sockets accepted from this ServerSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRedirectURI(String) - Static method in class com.codename1.facebook.FaceBookAccess
This is generated when an app is created see: https://developers.facebook.com/apps
setRedirectURI(String) - Method in class com.codename1.facebook.ui.LikeButton
 
setRef(RemoteStub, RemoteRef) - Static method in class java.rmi.server.RemoteStub
Deprecated.
No replacement. The setRef method was intended for setting the remote reference of a remote stub. This is unnecessary, since RemoteStubs can be created and initialized with a remote reference through use of the RemoteStub.RemoteStub(RemoteRef) constructor.
setRef(int, Ref) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setRef(int, Ref) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given Ref value.
setRefreshRateMillis(int) - Method in class com.codename1.cloud.CloudListModel
Indicates the rate in milliseconds in which to poll the server for the current data of elements that are visible at the moment.
setRegion(String) - Method in class com.codename1.contacts.Address
Sets Address Region
setRegion(String) - Method in class java.util.Locale.Builder
Sets the region.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setReleaseRadius(int) - Method in class com.codename1.ui.Button
Indicates a radius in which a pointer release will still have effect.
setRemoveOnCancelPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
setRenderer(CellRenderer) - Method in class com.codename1.ui.list.ContainerList
The renderer used to draw the container list elements
setRenderer(ListCellRenderer) - Method in class com.codename1.ui.List
Sets the renderer which is used to draw list elements
setRenderer(int, ListCellRenderer) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setRenderer(ListCellRenderer) - Method in class com.codename1.ui.spinner.GenericSpinner
 
setRenderingPrototype(T) - Method in class com.codename1.ui.List
The rendering prototype is optionally used in calculating the size of the List and is recommended for performance reasons.
setRenderingPrototype(String) - Method in class com.codename1.ui.spinner.GenericSpinner
The rendering prototype
setRenderingPrototype(int, String) - Method in class com.codename1.ui.spinner.GenericSpinner
The rendering prototype
setRenderingPrototype(Object) - Method in class com.sun.lwuit.List
The rendering prototype is optionally used in calculating the size of the List and is recommended for performance reasons.
setRenderPercentageOnTop(boolean) - Method in class com.codename1.ui.Slider
Indicates that the value of the slider should be rendered with a percentage sign on top of the slider.
setRenderValueOnTop(boolean) - Method in class com.codename1.ui.Slider
 
setReplaceMenu(boolean) - Method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReplaceMenu(boolean) - Method in class com.sun.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReplaceMenuDefault(boolean) - Static method in class com.codename1.ui.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReplaceMenuDefault(boolean) - Static method in class com.sun.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field
setReportingLevel(int) - Static method in class com.codename1.io.Log
Indicates the level of log reporting, this allows developers to send device logs to the cloud thus tracking crashes or functionality in the device.
setRequestHandler(DocumentRequestHandler) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Changes the document request handler
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
 
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
 
setResFile(Resources) - Static method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows URL's referring to a local:// local resource to default to this file
setResourceBundle(Hashtable<String, String>) - Method in class com.codename1.l10n.DateFormatSymbols
 
setResourceBundle(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
Deprecated.
this method uses the old resource bundle hashtable, use the new setBundle() method
setResourceBundle(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.Logger
Sets a resource bundle on this logger.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.LogRecord
Set the localization resource bundle.
setResourceBundleName(String) - Method in class java.util.logging.LogRecord
Set the localization resource bundle name.
setResourceClassLoader(LWUITResourceClassLoader) - Static method in class com.sun.lwuit.misc.LWUITSharedSecrets
 
setResourceFile(Resources) - Method in class com.codename1.ui.util.UIBuilder
Sets the resource file if keep in rum or no path is defined
setResourceFilePath(String) - Method in class com.codename1.ui.util.UIBuilder
Allows the navigation code to avoid storing the resource file and lets the GC remove it from memory when its not in use
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.SchemaFactory
Sets the LSResourceResolver to customize resource resolution when parsing schemas.
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.Validator
Sets the LSResourceResolver to customize resource resolution while in a validation episode.
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.ValidatorHandler
Sets the LSResourceResolver to customize resource resolution while in a validation episode.
setResult(Class<T>) - Method in interface java.sql.SQLXML
Returns a Result for setting the XML value designated by this SQLXML instance.
setResult(Result) - Method in interface javax.xml.transform.sax.TransformerHandler
Set the Result associated with this TransformerHandler to be used for the transformation.
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setReverseSoftButtons(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
setReverseSoftButtons(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation
setRevocationEnabled(boolean) - Method in class java.security.cert.PKIXParameters
Sets the RevocationEnabled flag.
setRGB(int, int, int) - Method in class java.awt.image.BufferedImage
Sets a pixel in this BufferedImage to the specified RGB value.
setRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
Sets an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, into a portion of the image data.
setRightAlignNumbers(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
setRolloverIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverIcon(Image) - Method in class com.codename1.ui.Command
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverIcon(Image) - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in rolled over state
setRolloverPressedIcon(Image) - Method in class com.codename1.ui.Button
Indicates the icon that is displayed on the button when the button is in pressed state and is selected.
setRoundingMode(RoundingMode) - Method in class java.text.DecimalFormat
Sets the RoundingMode used in this DecimalFormat.
setRoundingMode(RoundingMode) - Method in class java.text.NumberFormat
Sets the RoundingMode used in this NumberFormat.
setRowId(String, RowId) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.RowId object.
setRowId(int, RowId) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.RowId object.
setRowId(int, RowId) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.RowId object.
setRowId(String, RowId) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.RowId object.
setRows(int) - Method in class com.codename1.ui.TextArea
Sets the number of rows in the text area
setRows(int) - Method in class com.sun.lwuit.TextArea
Sets the number of rows in the text area
setRowsGap(int) - Method in class com.codename1.ui.TextArea
The gap in pixels between rows
setRowsGap(int) - Method in class com.sun.lwuit.TextArea
The gap in pixels between rows
setRTL(boolean) - Method in class com.codename1.ui.Component
Is the component a bidi RTL component
setRTL(boolean) - Method in class com.codename1.ui.Form
 
setRTL(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets this LookAndFeel to operate in right-to-left mode.
setRTL(boolean) - Method in class com.sun.lwuit.Component
Is the component a bidi RTL component
setRTL(boolean) - Method in class com.sun.lwuit.Form
 
setRTL(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets this LookAndFeel to operate in right-to-left mode.
setRTL(boolean) - Method in class com.sun.lwuit.spinner.Spinner
 
setRuntimeMultiImageEnabled(boolean) - Static method in class com.codename1.ui.util.Resources
Deprecated.
do not use this method!
setSavepoint() - Method in interface java.sql.Connection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in interface java.sql.Connection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setScale(int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to this BigDecimal's.
setScale(int, int) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's number of digits to the right of the decimal point to the given int.
setScaleEdges(boolean) - Method in class com.codename1.ui.layouts.BorderLayout
Stretches the edge components (NORTH/EAST/WEST/SOUTH)
setSchema(String) - Method in interface java.sql.Connection
Sets the given schema name to access.
setSchema(Schema) - Method in class javax.xml.parsers.DocumentBuilderFactory
Set the Schema to be used by parsers created from this factory.
setSchema(Schema) - Method in class javax.xml.parsers.SAXParserFactory
Set the Schema to be used by parsers created from this factory.
setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the name of the designated column's table's schema, if any, to the given String.
setScreenSaverEnabled(boolean) - Method in class com.codename1.ui.Display
If isScreenSaverDisableSupported() returns true calling this method will lock the screen display on
setScript(String) - Method in class java.util.Locale.Builder
Sets the script.
setScrollable(boolean) - Method in class com.codename1.ui.Container
The equivalent of calling both setScrollableY and setScrollableX
setScrollable(boolean) - Method in class com.codename1.ui.Dialog
 
setScrollable(boolean) - Method in class com.codename1.ui.Form
 
setScrollable(boolean) - Method in class com.sun.lwuit.Container
The equivalent of calling both setScrollableY and setScrollableX
setScrollable(boolean) - Method in class com.sun.lwuit.Form
 
setScrollableX(boolean) - Method in class com.codename1.ui.Container
Sets whether the component should/could scroll on the X axis
setScrollableX(boolean) - Method in class com.codename1.ui.Form
 
setScrollableX(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the X axis
setScrollableX(boolean) - Method in class com.sun.lwuit.Form
 
setScrollableY(boolean) - Method in class com.codename1.ui.Container
Sets whether the component should/could scroll on the Y axis
setScrollableY(boolean) - Method in class com.codename1.ui.Form
 
setScrollableY(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the Y axis
setScrollableY(boolean) - Method in class com.sun.lwuit.Form
 
setScrollAnimationSpeed(int) - Method in class com.codename1.ui.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
setScrollAnimationSpeed(int) - Method in class com.codename1.ui.Form
 
setScrollAnimationSpeed(int) - Method in class com.sun.lwuit.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode
setScrollAnimationSpeed(int) - Method in class com.sun.lwuit.Form
 
setScrollIncrement(int) - Method in class com.codename1.ui.Container
Determines the scroll increment size of this Container.
setScrollIncrement(int) - Method in class com.sun.lwuit.Container
Determines the scroll increment size of this Container.
setScrollOpacityChangeSpeed(int) - Method in class com.codename1.ui.Component
Indicates the decrement units for the scroll opacity
setScrollSize(Dimension) - Method in class com.codename1.ui.Component
Set the size for the scroll area
setScrollSize(Dimension) - Method in class com.sun.lwuit.Component
Set the size for the scroll area
setScrollToSelected(boolean) - Method in class com.codename1.ui.List
This flag indicates to the List if the List should scroll to the selected element when it's been initialized.
setScrollToSelected(boolean) - Method in class com.sun.lwuit.List
This flag indicates to the List if the List should scroll to the selected element when it's been initialized.
setScrollVisible(boolean) - Method in class com.codename1.ui.Component
Set whether this component scroll is visible
setScrollX(int) - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollX(int) - Method in class com.sun.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollY(int) - Method in class com.codename1.ui.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollY(int) - Method in class com.sun.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column can be used in a where clause.
setSecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set seconds.
setSeconds(int) - Method in class java.sql.Date
Deprecated. 
setSeconds(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSecure(boolean) - Method in class com.codename1.io.Cookie
 
setSecure(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
setSecurityManager sets a new security manager.
setSeed(byte[]) - Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSeed(long) - Method in class java.util.concurrent.ThreadLocalRandom
Throws UnsupportedOperationException.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectCommand(Command) - Method in class com.codename1.ui.MenuBar
Sets the select command
setSelectCommandText(String) - Method in class com.codename1.ui.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
setSelectCommandText(String) - Method in class com.sun.lwuit.Component
Allows determining the text for the select command used in the 3rd softbutton mode.
setSelected(boolean) - Method in class com.codename1.components.MultiButton
Toggles the selected state for the radio button/check box modes
setSelected(RadioButton) - Method in class com.codename1.ui.ButtonGroup
Selects the given radio button
setSelected(int) - Method in class com.codename1.ui.ButtonGroup
Sets the selected Radio button by index
setSelected(boolean) - Method in class com.codename1.ui.CheckBox
Selects the current checkbox
setSelected(boolean) - Method in class com.codename1.ui.RadioButton
Selects the current radio button
setSelected(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
Selects the given radio button
setSelected(int) - Method in class com.sun.lwuit.ButtonGroup
Sets the selected Radio button by index
setSelected(boolean) - Method in class com.sun.lwuit.CheckBox
Selects the current checkbox
setSelected(boolean) - Method in class com.sun.lwuit.RadioButton
Selects the current radio button
setSelectedDate(Date) - Method in class com.codename1.ui.Calendar
This method sets the Calendar selected day
setSelectedDate(Date) - Method in class com.sun.lwuit.Calendar
This method sets the Calendar selected day
setSelectedIndex(int) - Method in class com.codename1.cloud.CloudListModel
 
setSelectedIndex(int) - Method in class com.codename1.ui.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.codename1.ui.ComboBox
 
setSelectedIndex(int) - Method in class com.codename1.ui.list.ContainerList
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int) - Method in class com.codename1.ui.list.DefaultListModel
 
setSelectedIndex(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
setSelectedIndex(int) - Method in interface com.codename1.ui.list.ListModel
Sets the selected list offset can be set to -1 to clear selection
setSelectedIndex(int) - Method in class com.codename1.ui.List
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int, boolean) - Method in class com.codename1.ui.List
Sets the current selected offset in the list
setSelectedIndex(int) - Method in class com.codename1.ui.Tabs
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
setSelectedIndex(int) - Method in interface com.sun.lwuit.list.ListModel
Sets the selected list offset can be set to -1 to clear selection
setSelectedIndex(int) - Method in class com.sun.lwuit.List
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen
setSelectedIndex(int, boolean) - Method in class com.sun.lwuit.List
Sets the current selected offset in the list
setSelectedIndex(int) - Method in class com.sun.lwuit.TabbedPane
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choice.
setSelectedIndex(int) - Method in class javax.security.auth.callback.ConfirmationCallback
Set the selected confirmation option.
setSelectedIndexes(int[]) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choices.
setSelectedItem(T) - Method in class com.codename1.ui.List
Sets the current selected item in the list
setSelectedItem(Object) - Method in class com.sun.lwuit.List
Sets the current selected item in the list
setSelectedString(String) - Method in class com.codename1.ui.spinner.Picker
Sets the current value in a string array picker
setSelectedStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component selected Style by replacing the Component Style with the given Style
setSelectedStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component selected Style by replacing the Component Style with the given Style
setSelectionListener(boolean) - Method in class com.codename1.ui.list.GenericListCellRenderer
 
setSelectionTransparency(int) - Method in class com.codename1.ui.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
setSelectionTransparency(int) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setSendButtonText(String) - Static method in class com.codename1.system.DefaultCrashReporter
The text for the user prompt dialog
setSensor(boolean) - Method in class com.codename1.maps.providers.GoogleMapsProvider
Specifies whether the application requesting the static map is using a sensor to determine the user's location.
setSequenceNumber(long) - Method in class java.util.logging.LogRecord
Set the sequence number.
setSerialNumber(BigInteger) - Method in class java.security.cert.X509CertSelector
Sets the serialNumber criterion.
setServerNames(List<SNIServerName>) - Method in class javax.net.ssl.SSLParameters
Sets the desired SNIServerNames of the Server Name Indication (SNI) parameter.
setSessionCacheSize(int) - Method in interface javax.net.ssl.SSLSessionContext
Sets the size of the cache used for storing SSLSession objects grouped under this SSLSessionContext.
setSessionTimeout(int) - Method in interface javax.net.ssl.SSLSessionContext
Sets the timeout limit for SSLSession objects grouped under this SSLSessionContext.
setSharedInstance(LayoutStyle) - Static method in class com.codename1.ui.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setSharedInstance(LayoutStyle) - Static method in class com.sun.lwuit.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setShiftText(int) - Method in class com.codename1.ui.Label
This method shifts the text from it's position in pixels.
setShiftText(int) - Method in class com.sun.lwuit.Label
This method shifts the text from it's position in pixels.
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short) - Method in class java.lang.reflect.Field
Sets the value of a field as a short on the specified object.
setShort(String, short) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java short value.
setShort(String, short) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java short value.
setShortMonths(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.Component
Indicates the values within the component have changed and preferred size should be recalculated
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.Container
 
setShouldCalcPreferredSize(boolean) - Method in class com.codename1.ui.List
 
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Component
Indicates the values within the component have changed and preferred size should be recalculated
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Container
 
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.List
 
setShouldLayout(boolean) - Method in class com.codename1.ui.Container
Flags this container to preform layout
setShouldLayout(boolean) - Method in class com.sun.lwuit.Container
Flags this container to preform layout
setShouldLocalize(boolean) - Method in class com.codename1.ui.Label
Indicates if text should be localized when set to the label, by default all text is localized so this allows disabling automatic localization for a specific label.
setShowDuringEditBehavior(int) - Method in class com.codename1.ui.Display
Invoking the show() method of a form/dialog while the user is editing text in the native text box can have several behaviors: SHOW_DURING_EDIT_IGNORE, SHOW_DURING_EDIT_EXCEPTION, SHOW_DURING_EDIT_ALLOW_DISCARD, SHOW_DURING_EDIT_ALLOW_SAVE, SHOW_DURING_EDIT_SET_AS_NEXT
setShowDuringEditBehavior(int) - Method in class com.sun.lwuit.Display
Invoking the show() method of a form/dialog while the user is editing text in the native text box can have several behaviors: SHOW_DURING_EDIT_IGNORE, SHOW_DURING_EDIT_EXCEPTION, SHOW_DURING_EDIT_ALLOW_DISCARD, SHOW_DURING_EDIT_ALLOW_SAVE, SHOW_DURING_EDIT_SET_AS_NEXT
setShowImages(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Sets whether this HTMLComponent will download and show linked images or not
setShowImages(boolean) - Method in class com.sun.lwuit.html.HTMLComponent
Sets whether this HTMLComponent will download and show linked images or not
setShowMeridiem(boolean) - Method in class com.codename1.ui.spinner.Picker
Indicates whether hours should be rendered as AM/PM or 24hr format
setShowMeridiem(boolean) - Method in class com.codename1.ui.spinner.TimeSpinner
Shows AM/PM indication
setShowNumbers(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
setShowNumbers(boolean) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer
setShowNumbersDefault(boolean) - Static method in class com.codename1.ui.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
setShowNumbersDefault(boolean) - Static method in class com.sun.lwuit.list.DefaultListCellRenderer
Inidicates whether the default list cell renderer will show numbers by default when constructed
setShowOnInit(Dialog) - Method in class com.codename1.io.ConnectionRequest
This dialog will be shown when this request enters the network queue
setShowTooltips(boolean) - Static method in class com.codename1.ui.VirtualKeyboard
Indicates whether tooltips should be shown when the keys in the VKB are pressed
setShowVirtualKeyboard(boolean) - Method in class com.codename1.ui.Display
Displays the virtual keyboard on devices that support manually poping up the vitual keyboard
setShowVirtualKeyboard(boolean) - Method in class com.sun.lwuit.Display
Displays the virtual keyboard on devices that support manually poping up the vitual keyboard
setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
Sets whether the designated column is a signed number.
setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
setSigners sets the signers for a class to the given object array.
setSigProvider(String) - Method in class java.security.cert.PKIXParameters
Sets the signature provider's name.
setSilentRetryCount(int) - Method in class com.codename1.io.ConnectionRequest
Indicates the number of times to silently retry a connection that failed before prompting
setSingleLineTextArea(boolean) - Method in class com.codename1.ui.TextArea
Indicates whether this is a single line text area, in which case "growing" won't work as expected.
setSingleLineTextArea(boolean) - Method in class com.sun.lwuit.TextArea
Indicates whether this is a single line text area, in which case "growing" won't work as expected.
setSize(Dimension) - Method in class com.codename1.ui.Component
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setSize(Dimension) - Method in class com.sun.lwuit.Component
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setSize(int, int) - Method in class java.awt.Component
Resizes this component so that it has width width and height height.
setSize(Dimension) - Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSku(String) - Method in class com.codename1.payment.Product
 
setSlowMotion(boolean) - Static method in class com.codename1.ui.animations.Motion
Allows debugging motion behavior by slowing motions down 50 fold, doesn't apply to friction motion
setSmoothScrolling(boolean) - Method in class com.codename1.ui.Component
Indicates that scrolling through the component should work as an animation
setSmoothScrolling(boolean) - Method in class com.codename1.ui.Form
 
setSmoothScrolling(boolean) - Method in class com.sun.lwuit.Component
Indicates that scrolling through the component should work as an animation
setSmoothScrolling(boolean) - Method in class com.sun.lwuit.Form
 
setSnapToGrid(boolean) - Method in class com.codename1.ui.Component
Indicates whether scrolling this component should jump to a specific location in a grid
setSNIMatchers(Collection<SNIMatcher>) - Method in class javax.net.ssl.SSLParameters
Sets the SNIMatchers of the Server Name Indication (SNI) parameter.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
Set the global socket factory from which RMI gets sockets (if the remote object is not associated with a specific client and/or server socket factory).
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
 
setSoftButtonStyle(Style) - Method in class com.sun.lwuit.Form
Sets the style of the menu bar programmatically
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSourceClassName(String) - Method in class java.util.logging.LogRecord
Set the name of the class that (allegedly) issued the logging request.
setSourceMethodName(String) - Method in class java.util.logging.LogRecord
Set the name of the method that (allegedly) issued the logging request.
setSourceValue(int) - Method in class com.codename1.ui.animations.Motion
The number from which we are starting (usually indicating animation start position)
setSourceValue(int) - Method in class com.sun.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position)
setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "specified" flag of a specific attribute.
setSpinnerHandle(Image) - Static method in class com.sun.lwuit.spinner.Spinner
The image appearing on the side of the spinner widget to indicate its "spinnability"
setSQLXML(String, SQLXML) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(int, SQLXML) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(int, SQLXML) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(String, SQLXML) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.SQLXML object.
setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLEngine
Applies SSLParameters to this engine.
setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLServerSocket
Applies SSLParameters to newly accepted connections.
setSSLParameters(SSLParameters) - Method in class javax.net.ssl.SSLSocket
Applies SSLParameters to this socket.
setSSLSocketFactory(SSLSocketFactory) - Method in class javax.net.ssl.HttpsURLConnection
Sets the SSLSocketFactory to be used when this instance creates sockets for secure https URL connections.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStartDate(Date) - Method in class com.codename1.ui.spinner.DateTimeSpinner
 
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a fixed date within a month.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setStartsWithMode(boolean) - Method in class com.codename1.ui.AutoCompleteTextField
When enabled this makes the filter check that the string starts with rather than within the index
setStartsWithMode(boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
When enabled this makes the filter check that the string starts with rather than within the index
setStartTime(int) - Method in class com.codename1.ui.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
setStartTime(long) - Method in class com.codename1.ui.animations.Motion
Sets the start time of the motion
setStartTime(int) - Method in class com.sun.lwuit.animations.AnimationObject
The start time of the animation determines when we start actually drawing the animation object.
setStartTime(long) - Method in class com.sun.lwuit.animations.Motion
Sets the start time of the motion
setStartYear(int) - Method in class com.codename1.ui.spinner.DateSpinner
 
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time starting year.
setState(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Sets the value of synchronization state.
setState(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Sets the value of synchronization state.
setStatus(int) - Method in class com.codename1.location.Location
The status of the location one of: LocationProvider.AVAILABLE, LocationProvider.OUT_OF_SERVICE or LocationProvider.TEMPORARILY_UNAVAILABLE:
setStatus(int) - Method in class com.codename1.location.LocationManager
Allows the implentation to set the status of the location
setStep(double) - Method in class com.codename1.ui.spinner.NumericSpinner
Step for spinner gap
setsTileReadyListener(ActionListener) - Method in class com.codename1.maps.Tile
Sets a Listener to be notified when the tile is fireReady to be painted
setStorageCacheSize(int) - Method in class com.codename1.cloud.CloudListModel
Sets the size of the cache in persistent storage
setStorageCacheSize(int) - Method in class com.codename1.io.CacheMap
Indicates the size of the storage cache after which the cache won't grow further Size is indicated by number of elements stored and not by KB or similar benchmark!
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStreetAddress(String) - Method in class com.codename1.contacts.Address
Sets Address street
setStrength(int) - Method in class java.text.Collator
Sets this Collator's strength property.
setStrictErrorChecking(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
setStrikeThru(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the strike through text decoration for this style
setString(String, String) - Method in class com.codename1.cloud.CloudObject
Sets a value that can be no more than 512 characters
setString(String, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java String value.
setString(long, String) - Method in interface java.sql.Clob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in interface java.sql.Clob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java String value.
setString(String) - Method in interface java.sql.SQLXML
Sets the XML value designated by this SQLXML instance to the given String representation.
setString(int, String) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given Java String value.
setString(String, String) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given Java String value.
setStringData(String) - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
setStrings(String[]) - Method in class com.codename1.ui.spinner.Picker
Sets the string entries for the string picker
setStyle(Style) - Method in class com.sun.lwuit.Component
Deprecated. 
setSubject(X500Principal) - Method in class java.security.cert.X509CertSelector
Sets the subject criterion.
setSubject(String) - Method in class java.security.cert.X509CertSelector
setSubject(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subject criterion.
setSubjectAlternativeNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
Sets the subjectAlternativeNames criterion.
setSubjectKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subjectKeyIdentifier criterion.
setSubjectPublicKey(PublicKey) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKey criterion.
setSubjectPublicKey(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKey criterion.
setSubjectPublicKeyAlgID(String) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKeyAlgID criterion.
setSupressExceptions(boolean) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
 
setSwipeActivated(boolean) - Method in class com.codename1.ui.Tabs
Setter method for swipe mode
setSwipePlaceholder(Image) - Method in class com.codename1.components.ImageViewer
This image is shown briefly during swiping while the full size image is loaded
setSwipeThreshold(float) - Method in class com.codename1.components.ImageViewer
The swipe threshold is a number between 0 and 1 that indicates the threshold after which the swiped image moves to the next image.
setSymbolTable(char[]) - Static method in class com.codename1.ui.TextField
Sets the symbol table to show when the user clicks the symbol table key
setSymbolTable(char[]) - Static method in class com.sun.lwuit.TextField
Sets the symbol table to show when the user clicks the symbol table key
setSyncFlush(boolean) - Method in class com.codename1.io.gzip.DeflaterOutputStream
 
setSystem(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the system attribute.
setSystem(ActivationSystem) - Static method in class java.rmi.activation.ActivationGroup
Set the activation system for the VM.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMResult
Set the systemId that may be used in association with the node.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
Set the base ID (URL or system ID) from where URLs will be resolved.
setSystemId(String) - Method in interface javax.xml.transform.Result
Set the system identifier for this Result.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXResult
Method setSystemId Set the systemID that may be used in association with the ContentHandler.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
Set the system identifier for this Source.
setSystemId(String) - Method in interface javax.xml.transform.sax.TemplatesHandler
Set the base ID (URI or system ID) for the Templates object created by this builder.
setSystemId(String) - Method in interface javax.xml.transform.sax.TransformerHandler
Set the base ID (URI or system ID) from where relative URLs will be resolved.
setSystemId(String) - Method in interface javax.xml.transform.Source
Set the system identifier for this Source.
setSystemId(String) - Method in class javax.xml.transform.stax.StAXResult
In the context of a StAXResult, it is not appropriate to explicitly set the system identifier.
setSystemId(String) - Method in class javax.xml.transform.stax.StAXSource
In the context of a StAXSource, it is not appropriate to explicitly set the system identifier.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamResult
Set the systemID that may be used in association with the byte or character stream, or, if neither is set, use this value as a writeable URI (probably a file name).
setSystemId(File) - Method in class javax.xml.transform.stream.StreamResult
Set the system ID from a File reference.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamSource
Set the system identifier for this Source.
setSystemId(File) - Method in class javax.xml.transform.stream.StreamSource
Set the system ID from a File reference.
setSystemId(String) - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
setSystemId(String) - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
Deprecated.
Sets the system's identity scope.
setT9Text(String) - Static method in class com.codename1.ui.TextField
Set the text that should appear on the T9 softkey
setT9Text(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the T9 softkey
setTabbedPaneBorderWidth(int) - Method in class com.sun.lwuit.TabbedPane
Setting the TabbedPane surrounded border width
setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
Sets the designated column's table name, if any, to the given String.
setTabPlacement(int) - Method in class com.codename1.ui.Tabs
Sets the tab placement for this tabbedpane.
setTabPlacement(int) - Method in class com.sun.lwuit.TabbedPane
Sets the tab placement for this tabbedpane.
setTabsContentGap(int) - Method in class com.codename1.ui.Tabs
This method allows setting the Tabs content pane spacing (right and left), This can be used to create an effect where the selected tab is smaller and the right and left tabs are visible on the sides
setTabSelectedIcon(int, Image) - Method in class com.codename1.ui.Tabs
Sets the selected icon of the tab at the given index
setTabsSelectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Sets the tabs selected style
setTabsUnselectedStyle(Style) - Method in class com.sun.lwuit.TabbedPane
Sets the tabs un selected style
setTabTextPosition(int) - Method in class com.codename1.ui.Tabs
Sets the position of the text relative to the icon if exists
setTabTitle(String, Image, int) - Method in class com.codename1.ui.Tabs
Updates the information about the tab details
setTabTitle(String, Image, int) - Method in class com.sun.lwuit.TabbedPane
Updates the information about the tab details
setTabTitlePrototype(String) - Method in class com.sun.lwuit.TabbedPane
The prototype is optionally used in calculating the size of an individual tab and is recommended for performance reasons.
setTactileTouch(boolean) - Method in class com.codename1.ui.Component
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI.
setTactileTouch(boolean) - Method in class com.sun.lwuit.Component
Indicates whether the component should "trigger" tactile touch when pressed by the user in a touch screen UI.
setTactileTouchDuration(int) - Method in class com.codename1.ui.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
setTactileTouchDuration(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Allows defining a tactile touch device that vibrates when the user presses a component that should respond with tactile feedback on a touch device (e.g.
setTagId(int) - Method in class com.codename1.ui.html.HTMLElement
Sets this HTMLElement's ID
setTagName(String) - Method in class com.codename1.xml.Element
Sets the name or text (for text elements) of this tag
setTarget(MethodHandle) - Method in class java.lang.invoke.CallSite
Updates the target method of this call site, according to the behavior defined by this call site's specific class.
setTarget(MethodHandle) - Method in class java.lang.invoke.ConstantCallSite
setTarget(MethodHandle) - Method in class java.lang.invoke.MutableCallSite
Updates the target method of this call site, as a normal variable.
setTarget(MethodHandle) - Method in class java.lang.invoke.VolatileCallSite
Updates the target method of this call site, as a volatile variable.
setTargetCertConstraints(CertSelector) - Method in class java.security.cert.PKIXParameters
Sets the required constraints on the target certificate.
setTargetContainer(Container) - Method in class com.codename1.components.RSSReader
The form/container to which the RSS will navigate when clicking a RSS entry
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setTensileDragEnabled(boolean) - Method in class com.codename1.ui.Component
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component.
setTensileDragEnabled(boolean) - Method in class com.sun.lwuit.Component
Indicates whether tensile drag (dragging beyond the boundry of the component and snapping back) is enabled for this component.
setTensileLength(int) - Method in class com.codename1.ui.Component
Recommended length for the tensile, -1 for default
setTestAds(boolean) - Static method in class com.codename1.ads.InnerActive
If true and no ads exists the network will return house holds ads
setText(String) - Method in class com.codename1.components.SpanButton
Set the text of the button
setText(String) - Method in class com.codename1.components.SpanLabel
Set the text of the label
setText(String, String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setText(int[], String) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setText(String, String) - Static method in class com.codename1.testing.TestUtils
Sets the text for the given component
setText(int[], String) - Static method in class com.codename1.testing.TestUtils
Sets the text for the given component
setText(String) - Method in class com.codename1.ui.AutoCompleteTextField
 
setText(String) - Method in class com.codename1.ui.Label
Sets the Label text
setText(String) - Method in class com.codename1.ui.TextArea
Sets the text within this text area
setText(String) - Method in class com.codename1.ui.TextField
 
setText(String) - Method in class com.codename1.xml.Element
Sets the text of this element to the specified string (For text elements only)
setText(String) - Method in class com.sun.lwuit.Label
Sets the Label text
setText(String) - Method in class com.sun.lwuit.TextArea
Sets the text within this text area
setText(String) - Method in class com.sun.lwuit.TextField
 
setText(String) - Method in class java.text.BreakIterator
Set a new text string to be scanned.
setText(CharacterIterator) - Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(CharacterIterator) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(String) - Method in class java.text.StringCharacterIterator
Reset this iterator to point to a new string.
setText(String) - Method in class javax.security.auth.callback.TextInputCallback
Set the retrieved text.
setTextContent(String) - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
setTextDecoration(int) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration of this style
setTextDecoration(int, boolean) - Method in class com.codename1.ui.plaf.Style
Sets the text decoration of this style
setTextElement(boolean) - Method in class com.codename1.xml.Element
Sets this element as a text element
setTextField(TextArea) - Method in class com.codename1.ui.VirtualKeyboard
Invoked internally by the implementation to indicate the text field that will be edited by the virtual keyboard
setTextFieldCursorColor(int) - Method in class com.codename1.ui.plaf.LookAndFeel
The color of the text field cursor
setTextLine1(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine2(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine3(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextLine4(String) - Method in class com.codename1.components.MultiButton
Sets the content of the row
setTextPosition(int) - Method in class com.codename1.ui.Label
Sets the position of the text relative to the icon if exists
setTextPosition(int) - Method in class com.sun.lwuit.Label
Sets the position of the text relative to the icon if exists
setTextToShare(String) - Method in class com.codename1.components.ShareButton
Sets the information to share
setTextUIID(String) - Method in class com.codename1.components.SpanButton
Sets the UIID for the actual text
setTextUIID(String) - Method in class com.codename1.components.SpanLabel
Sets the UIID for the actual text
setThemeProps(Hashtable) - Method in class com.codename1.ui.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs
setThemeProps(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs
setThickness(int) - Method in class com.codename1.ui.plaf.Border
This method returns sets the border thickness in pixels, notice this doesn't apply to most border types
setThirdSoftButton(boolean) - Method in class com.codename1.ui.Display
Indicates whether the 3rd softbutton should be supported on this device
setThirdSoftButton(boolean) - Method in class com.sun.lwuit.Display
Indicates whether the 3rd softbutton should be supported on this device
setThreadCount(int) - Method in class com.codename1.io.NetworkManager
Thread count should never be changed when the network is running since it will have no effect.
setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadID(int) - Method in class java.util.logging.LogRecord
Set an identifier for the thread where the message originated.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set a throwable associated with the log event.
setThumbImage(Image) - Method in class com.codename1.ui.Slider
The thumb image is drawn on top of the current progress
setTickerEnabled(boolean) - Method in class com.codename1.ui.Label
Sets the Label to allow ticking of the text.
setTickerEnabled(boolean) - Method in class com.sun.lwuit.Label
Sets the Label to allow ticking of the text.
setTickerSpeed(long) - Method in class com.codename1.ui.plaf.LookAndFeel
Sets the ticker speed
setTickerSpeed(long) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the ticker speed
setTickWhenFocused(boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTickWhenFocused(boolean) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTileLoadingImage(Image) - Static method in class com.codename1.maps.Tile
Sets a static image that will be drawn on the map if the tile image is not available yet.
setTileLoadingText(String) - Static method in class com.codename1.maps.Tile
Sets a static text to paint.
setTileSize(int) - Static method in class com.codename1.maps.providers.GoogleMapsProvider
 
setTime(int) - Method in interface com.codename1.media.Media
Sets the position in the audio file or doesn't effect if not supported
setTime(int) - Method in class com.codename1.ui.animations.Timeline
Set the time of the timeline
setTime(int) - Method in class com.codename1.ui.spinner.Picker
This value is only used for time type and is ignored in the case of date and time where both are embedded within the date.
setTime(int, int) - Method in class com.codename1.ui.spinner.Picker
Convenience method equivalent to invoking setTime(hour * 60 + minute);
setTime(int) - Method in class com.sun.lwuit.animations.Timeline
Set the time of the timeline
setTime(String, Time) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(long) - Method in class java.sql.Date
Sets an existing Date object using the given milliseconds time value.
setTime(int, Time) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(long) - Method in class java.sql.Time
Sets a Time object using a milliseconds time value.
setTime(long) - Method in class java.sql.Timestamp
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setTime(int, Time) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Time value.
setTime(String, Time) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set time as one unit.
setTime(int, int, int, BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set time as one unit, including the optional infinite precision fractional seconds.
setTime(int, int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set time as one unit, including optional milliseconds.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeOfDay(int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, and second.
setTimeOfDay(int, int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, second, and millis.
setTimeout(int) - Method in class com.codename1.io.ConnectionRequest
Indicates the timeout for this connection request
setTimeout(int) - Method in class com.codename1.io.NetworkManager
Sets the timeout in milliseconds for network connections, a timeout may be "faked" for platforms that don't support the notion of a timeout such as MIDP
setTimeout(long) - Method in class com.codename1.ui.Dialog
Indicates the time (in milliseconds) afterwhich the dialog will be disposed implicitly
setTimeout(long) - Method in class com.sun.lwuit.Dialog
Indicates the time (in milliseconds) afterwhich the dialog will be disposed implicitly
setTimes(FileTime, FileTime, FileTime) - Method in interface java.nio.file.attribute.BasicFileAttributeView
Updates any or all of the file's last modified time, last access time, and create time attributes.
setTimeStamp(long) - Method in class com.codename1.location.Location
Sets the timeStamp of this Location
setTimestamp(String, Timestamp) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter in this RowSet object's command with the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class com.codename1.ui.Calendar
Sets the Calendar timezone, if not specified Calendar will use the default timezone
setTimeZone(TimeZone) - Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTimeZone(TimeZone) - Method in class java.util.Calendar.Builder
Sets the time zone parameter to the given zone.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
 
setTimezone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set the number of minutes in the timezone offset.
setTintColor(int) - Method in class com.codename1.ui.Form
Default color for the screen tint when a dialog or a menu is shown
setTintColor(int) - Method in class com.sun.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown
setTitle(String) - Method in class com.codename1.maker.MakerPlugin
The title that the user has set to this plugin
setTitle(String) - Method in class com.codename1.ui.Dialog
 
setTitle(String) - Method in class com.codename1.ui.Form
Sets the Form title to the given text
setTitle(String) - Method in class com.sun.lwuit.Form
Sets the Form title to the given text
setTitleAlignment(int) - Method in class com.codename1.ui.table.Table
Indicates the alignment of the title see label alignment for details
setTitleAlignment(int) - Method in class com.sun.lwuit.table.Table
Indicates the alignment of the title see label alignment for details
setTitleComponent(Label) - Method in class com.codename1.ui.Dialog
 
setTitleComponent(Label, Transition) - Method in class com.codename1.ui.Dialog
 
setTitleComponent(Label) - Method in class com.codename1.ui.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Label, Transition) - Method in class com.codename1.ui.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Label) - Method in class com.sun.lwuit.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleComponent(Label, Transition) - Method in class com.sun.lwuit.Form
Allows replacing the title with a different title component, thus allowing developers to create more elaborate title objects.
setTitleStyle(Style) - Method in class com.codename1.ui.Form
Deprecated.
this method doesn't take into consideration multiple styles
setTitleStyle(Style) - Method in class com.sun.lwuit.Form
Sets the style of the title programmatically
setToggle(boolean) - Method in class com.codename1.ui.Button
Toggle button mode is only relevant for checkboxes/radio buttons.
setToken(String) - Static method in class com.codename1.facebook.FaceBookAccess
Sets the token to the FaceBookAccess class, this is useful if the token has not yet expired, get the expiration of the token with Oauth2.getExpires()
setToken(String) - Static method in class com.codename1.io.services.TwitterRESTService
For every request twitter now needs an authorization token
setTouchMenus(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
Deprecated.
use Display.setCommandBehavior(Display.COMMAND_BEHAVIOR_TOUCH_MENU)
setTouchMenus(boolean) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether the menu UI should target a touch based device or a standard cell phone
setTouchScreenDevice(boolean) - Method in class com.codename1.ui.Display
Indicates if this is a touch screen device that will return pen events, defaults to true if the device has pen events but can be overriden by the developer.
setTouchScreenDevice(boolean) - Method in class com.sun.lwuit.Display
Indicates if this is a touch screen device that will return pen events, defaults to true if the device has pen events but can be overriden by the developer.
setTrackVisitedURLs(boolean) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
Allows tracking whether a URL was visited or not
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setTransactionIsolation(int) - Method in interface java.sql.Connection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(int) - Method in interface javax.sql.RowSet
Sets the transaction isolation level for this RowSet object.
setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
Sets the current transaction timeout value for this XAResource instance.
setTransitionIn(Transition) - Static method in class com.codename1.ui.VirtualKeyboard
The transition in for the VKB
setTransitionInAnimator(Transition) - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for entering this form.
setTransitionInAnimator(Transition) - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for entering this form.
setTransitionLeft(Transition) - Method in class com.sun.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
setTransitionOut(Transition) - Static method in class com.codename1.ui.VirtualKeyboard
The transition out for the VKB
setTransitionOutAnimator(Transition) - Method in class com.codename1.ui.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
setTransitionOutAnimator(Transition) - Method in class com.sun.lwuit.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
setTransitionRight(Transition) - Method in class com.sun.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
setTransitions(Transition, Transition) - Method in class com.codename1.ui.MenuBar
Sets the menu transitions for showing/hiding the menu, can be null...
setTransitionYield(int) - Method in class com.codename1.ui.Display
Indicates whether a delay should exist between calls to flush graphics during transition.
setTransitionYield(int) - Method in class com.sun.lwuit.Display
Indicates whether a delay should exist between calls to flush graphics during transition.
setTrustAnchors(Set<TrustAnchor>) - Method in class java.security.cert.PKIXParameters
Sets the Set of most-trusted CAs.
setTTL(byte) - Method in class java.net.DatagramSocketImpl
Deprecated.
use setTimeToLive instead.
setTTL(byte) - Method in class java.net.MulticastSocket
Deprecated.
use the setTimeToLive method instead, which uses int instead of byte as the type for ttl.
setType(String) - Method in class com.codename1.cloud.CloudObject
Set the type of the object
setType(int) - Method in class com.codename1.ui.spinner.Picker
Sets the type of the picker to one of Display.PICKER_TYPE_DATE, Display.PICKER_TYPE_DATE_AND_TIME, Display.PICKER_TYPE_STRINGS or Display.PICKER_TYPE_TIME
setType(AclEntryType) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the type component of this builder.
setType(int) - Method in interface javax.sql.RowSet
Sets the type of this RowSet object to the given type.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setTypeMap(Map<String, Class<?>>) - Method in interface java.sql.Connection
Installs the given TypeMap object as the type map for this Connection object.
setTypeMap(Map<String, Class<?>>) - Method in interface javax.sql.RowSet
Installs the given java.util.Map object as the default type map for this RowSet object.
setUIID(String) - Method in class com.codename1.ui.ComboBox
 
setUIID(String) - Method in class com.codename1.ui.Component
This method sets the Component the Unique identifier.
setUIID(String) - Method in class com.codename1.ui.Slider
 
setUIID(String) - Method in class com.codename1.ui.spinner.BaseSpinner
 
setUIID(String) - Method in class com.sun.lwuit.ComboBox
 
setUIID(String) - Method in class com.sun.lwuit.Component
This method sets the Component the Unique identifier.
setUIIDLine1(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine2(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine3(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIIDLine4(String) - Method in class com.codename1.components.MultiButton
Sets the UIID of the row
setUIManager(UIManager) - Method in class com.codename1.ui.Container
Allows replacing the UIManager in a component hierarchy to update the look and feel only to a specific hierarchy
setUIManager(UIManager) - Method in class com.codename1.ui.Form
 
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUnderline(boolean) - Method in class com.codename1.ui.plaf.Style
Sets the underline text decoration for this style
setUnicodeLocaleKeyword(String, String) - Method in class java.util.Locale.Builder
Sets the Unicode locale keyword type for the given key.
setUnicodeStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Deprecated.
Use setCharacterStream
setUnselectedStyle(Style) - Method in class com.codename1.ui.Component
Changes the Component Style by replacing the Component Style with the given Style
setUnselectedStyle(Style) - Method in class com.codename1.ui.MenuBar
 
setUnSelectedStyle(Style) - Method in class com.sun.lwuit.Component
Deprecated.
use setUnselectedStyle (the case of the S character in this method is incorrect)
setUnselectedStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component Style by replacing the Component Style with the given Style
setUnsupportedChars(String) - Method in class com.codename1.ui.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
setUnsupportedChars(String) - Method in class com.sun.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
setUpdateDuration(int) - Method in class com.codename1.components.Ads
The amount of time needed to update the ad
setUpdateRect(Rectangle) - Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURIResolver(URIResolver) - Method in class javax.xml.transform.Transformer
Set an object that will be used to resolve URIs used in document().
setURIResolver(URIResolver) - Method in class javax.xml.transform.TransformerFactory
Set an object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
setURL(String) - Method in class com.codename1.components.RSSReader
The URL of the RSS stream
setURL(String) - Method in class com.codename1.components.WebBrowser
Sets the page URL, jar: URL's must be supported by the implementation
setUrl(String) - Method in class com.codename1.io.ConnectionRequest
 
setUrl(String) - Method in class com.codename1.io.services.CachedData
 
setURL(String) - Method in class com.codename1.ui.BrowserComponent
Sets the page URL, jar: URL's must be supported by the implementation
setUrl(String) - Method in class com.codename1.ui.html.DocumentInfo
Sets the URL to the specified URL
setUrl(String) - Method in class com.sun.lwuit.html.DocumentInfo
Sets the URL to the specified URL
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
setURL(String, URL) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.net.URL value.
setUrl(String) - Method in interface javax.sql.RowSet
Sets the URL this RowSet object will use when it uses the DriverManager to create a connection.
setURL(int, URL) - Method in interface javax.sql.RowSet
Sets the designated parameter to the given java.net.URL value.
setUrls(String[]) - Method in class com.codename1.contacts.Contact
Sets Contact urls
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setUseCipherSuitesOrder(boolean) - Method in class javax.net.ssl.SSLParameters
Sets whether the local cipher suites preference should be honored.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLEngine
Configures the engine to use client (or server) mode when handshaking.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted connections are in the (default) SSL server mode, or the SSL client mode.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to use client (or server) mode when handshaking.
setUseLongs(boolean) - Static method in class com.codename1.io.JSONParser
Indicates that the parser will generate long objects and not just doubles for numeric values
setUseNativeCookieStore(boolean) - Static method in class com.codename1.io.ConnectionRequest
Indicates whether the native Cookie stores should be used
setUseNativeTextInput(boolean) - Static method in class com.codename1.ui.TextField
Indicates that native text input should be used in text field when in place editing is supported by the platform
setUseParentHandlers(boolean) - Method in class java.util.logging.Logger
Specify whether or not this logger should send its output to its parent Logger.
setUserAgent(String) - Method in class com.codename1.io.ConnectionRequest
 
setUserData(String, Object, UserDataHandler) - Method in interface org.w3c.dom.Node
Associate an object to a key on this node.
setUsername(String) - Method in interface javax.sql.RowSet
Sets the username property for this RowSet object to the given String.
setUseSoftkeys(boolean) - Method in class com.codename1.ui.TextField
When set to true softkeys are used to enable delete functionality
setUseSoftkeys(boolean) - Method in class com.sun.lwuit.TextField
When set to true softkeys are used to enable delete functionality
setUseStringWidth(boolean) - Static method in class com.codename1.ui.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
setUseStringWidth(boolean) - Static method in class com.sun.lwuit.TextArea
By default text area uses charWidth since its much faster on some devices than string width.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValign(int) - Method in class com.codename1.ui.layouts.FlowLayout
Indicates vertical alignment within the flow layout
setValignByRow(boolean) - Method in class com.codename1.ui.layouts.FlowLayout
When set to true vertical alignment will be performed by row (components within the container will be aligned vertically to each other in the same row) When set to false (which is default) vertical alignment relates to the alignment of this container in regards to external components
setValue(boolean) - Method in class com.codename1.components.OnOffSwitch
The value of the switch
setValue(String) - Method in class com.codename1.io.Cookie
 
setValue(Object) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
setValue(int, Object) - Method in class com.codename1.ui.spinner.GenericSpinner
The value for the spinner
setValue(double) - Method in class com.codename1.ui.spinner.NumericSpinner
The value for the spinner
setValue(Object) - Method in class com.sun.lwuit.spinner.Spinner
Set the value of the spinner to a number or a date based on the spinner type
setValue(String) - Method in class java.net.HttpCookie
Assigns a new value to a cookie after the cookie is created.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(String) - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValueAt(int, int, Object) - Method in class com.codename1.ui.table.DefaultTableModel
 
setValueAt(int, int, Object) - Method in interface com.codename1.ui.table.TableModel
Sets the value of the cell at the given location
setValueAt(int, int, Object) - Method in class com.sun.lwuit.table.DefaultTableModel
 
setValueAt(int, int, Object) - Method in interface com.sun.lwuit.table.TableModel
Sets the value of the cell at the given location
setVariable(String, Object) - Method in interface com.codename1.media.Media
Allows for platform specific enhancements for media playback
setVariant(String) - Method in class java.util.Locale.Builder
Sets the variant.
setVelocity(float) - Method in class com.codename1.location.Location
Sets the velocity of this Location
setVerboseMode(boolean) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
setVerboseMode(boolean) - Static method in class com.codename1.testing.TestUtils
Activates/deactivates the verbose test mode
setVersion(int) - Method in class java.net.HttpCookie
Sets the version of the cookie protocol this cookie complies with.
setVertical(boolean) - Method in class com.codename1.ui.Slider
Indicates the slider is vertical
setVerticalAlign(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the vertical alignment of the table cell
setVerticalAlign(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the vertical alignment of the table cell
setVerticalAlignment(int) - Method in class com.codename1.ui.Label
Sets the vertical alignment of the Label to one of: CENTER, TOP, BOTTOM
setVerticalAlignment(int) - Method in class com.codename1.ui.TextArea
Sets the vertical alignment of the text field to one of: CENTER, TOP, BOTTOM
only applies to single line text field
setVerticalAlignment(int) - Method in class com.sun.lwuit.Label
Sets the vertical alignment of the Label to one of: CENTER, TOP, BOTTOM
setVerticalGroup(GroupLayout.Group) - Method in class com.codename1.ui.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVerticalGroup(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVerticalSpan(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the cells to span vertically, this number must never be smaller than 1
setVerticalSpan(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the cells to span vertically, this number must never be smaller than 1
setVisible(boolean) - Method in class com.codename1.ui.Component
Toggles visibility of the component
setVisible(boolean) - Method in class com.codename1.ui.Form
 
setVisible(boolean) - Method in class com.sun.lwuit.Component
Toggles visibility of the component
setVisible(boolean) - Method in class com.sun.lwuit.Form
 
setVisible(boolean) - Method in class com.sun.lwuit.MediaComponent
Display the embedded media component
setVisible(boolean) - Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVKBTint(TextField, int) - Static method in class com.codename1.ui.VirtualKeyboard
Sets the tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
setVolume(int) - Method in interface com.codename1.media.Media
Sets the media playback volume in percentage
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLEngine
Configures the engine to request client authentication.
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLParameters
Sets whether client authentication should be requested.
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted server-mode SSLSockets will be initially configured to request client authentication.
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to request client authentication.
setWeekDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the week-based date parameters to the values with the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.Calendar
Sets the date of this Calendar with the the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.GregorianCalendar
Sets this GregorianCalendar to the date given by the date specifiers - weekYear, weekOfYear, and dayOfWeek.
setWeekdays(String[]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWeekDefinition(int, int) - Method in class java.util.Calendar.Builder
Sets the week definition parameters to the values given by firstDayOfWeek and minimalDaysInFirstWeek that are used to determine the first week of a year.
setWidestChar(char) - Static method in class com.codename1.ui.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
setWidestChar(char) - Static method in class com.sun.lwuit.TextArea
Indicates the widest character in the alphabet, this is useful for detecting linebreaks internally.
setWidth(int) - Method in class com.codename1.ui.Component
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setWidth(int) - Method in class com.codename1.ui.geom.Dimension
Set the width of the dimension
setWidth(int) - Method in class com.codename1.ui.geom.Rectangle
Convenience method for getSize().setWidth();
setWidth(int) - Method in class com.codename1.ui.TextArea
 
setWidth(int) - Method in class com.sun.lwuit.Component
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly.
If a user wishes to effect the component size setPreferredSize should be used.
setWidth(int) - Method in class com.sun.lwuit.geom.Dimension
Set the width of the dimension
setWidth(int) - Method in class com.sun.lwuit.TextArea
 
setWidthPercentage(int) - Method in class com.codename1.ui.table.TableLayout.Constraint
Sets the column width based on percentage of the parent
setWidthPercentage(int) - Method in class com.sun.lwuit.table.TableLayout.Constraint
Sets the column width based on percentage of the parent
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
setWritable(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setWriter(Writer) - Method in interface javax.script.ScriptContext
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class javax.script.SimpleScriptContext
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class javax.xml.transform.stream.StreamResult
Set the writer that is to receive the result.
setWriteRequest(boolean) - Method in class com.codename1.io.ConnectionRequest
 
setX(int) - Method in class com.codename1.ui.Component
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setX(int) - Method in class com.codename1.ui.geom.Point
Sets the x value of this Point
setX(int) - Method in class com.codename1.ui.geom.Rectangle
Sets the x position of the rectangle
setX(int) - Method in class com.sun.lwuit.Component
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setX(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the x position of the rectangle
setXIncludeAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Set state of XInclude processing.
setXIncludeAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Set state of XInclude processing.
setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
Set the XMLReader to be used for the Source.
setXMLReporter(XMLReporter) - Method in class javax.xml.stream.XMLInputFactory
The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
setXMLResolver(XMLResolver) - Method in class javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
setXmlStandalone(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
setXPathFunctionResolver(XPathFunctionResolver) - Method in interface javax.xml.xpath.XPath
Establish a function resolver.
setXPathFunctionResolver(XPathFunctionResolver) - Method in class javax.xml.xpath.XPathFactory
Establish a default function resolver.
setXPathVariableResolver(XPathVariableResolver) - Method in interface javax.xml.xpath.XPath
Establish a variable resolver.
setXPathVariableResolver(XPathVariableResolver) - Method in class javax.xml.xpath.XPathFactory
Establish a default variable resolver.
setY(int) - Method in class com.codename1.ui.Component
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setY(int) - Method in class com.codename1.ui.geom.Point
Sets the y value of this Point
setY(int) - Method in class com.codename1.ui.geom.Rectangle
Sets the y position of the rectangle
setY(int) - Method in class com.sun.lwuit.Component
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setY(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the y position of the rectangle
setYear(int) - Method in class java.sql.Time
Deprecated. 
setYear(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(BigInteger) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set low and high order component of XSD dateTime year field.
setYear(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
Set year of XSD dateTime year field.
setYearRange(int, int) - Method in class com.codename1.ui.Calendar
Sets the Calendar min and max years
setYield(int) - Method in class com.codename1.io.BufferedInputStream
Allows setting a yield duration for this stream which is useful for background operations to release CPU
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for zero.
setZoneStrings(String[][]) - Method in class com.codename1.l10n.DateFormatSymbols
 
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
Sets time zone strings.
setZoom(float) - Method in class com.codename1.components.ImageViewer
Manipulate the zoom level of the application
setZoomLevel(int) - Method in class com.codename1.maps.MapComponent
Sets the current zoom level of the map.
SEVERE - Static variable in class java.util.logging.Level
SEVERE is a message level indicating a serious failure.
severe(String) - Method in class java.util.logging.Logger
Log a SEVERE message.
severe(Supplier<String>) - Method in class java.util.logging.Logger
Log a SEVERE message, which is only to be constructed if the logging level is such that the message will actually be logged.
SEVERITY_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is error.
SEVERITY_FATAL_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is fatal error.
SEVERITY_WARNING - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is warning.
SHA1 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-1" message digest.
SHA224 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-224" message digest.
SHA256 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-256" message digest.
SHA384 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-384" message digest.
SHA512 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses SHA-512 message digest.
SHARADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sharada" Unicode character block.
share(String, String, String) - Method in class com.codename1.share.EmailShare
 
share(String) - Method in class com.codename1.share.EmailShare
 
share(String, String, String) - Method in class com.codename1.share.FacebookShare
 
share(String) - Method in class com.codename1.share.FacebookShare
 
share(String) - Method in class com.codename1.share.ShareService
This is the sharing method which should be implemented by the service.
share(String, String, String) - Method in class com.codename1.share.ShareService
This is the image sharing method which should be implemented by the service, if the service returned true on the canShareImage() method Notice not all services are able to share text and image together, in this case the image sharing will be preferred by these services
share(String) - Method in class com.codename1.share.SMSShare
 
share(String) - Method in class com.codename1.ui.Display
Deprecated.
use the method share that accepts an image and mime type
share(String, String, String) - Method in class com.codename1.ui.Display
Share the required information using the platform sharing services.
ShareButton - Class in com.codename1.components
This is a share button.
ShareButton() - Constructor for class com.codename1.components.ShareButton
Default constructor
ShareService - Class in com.codename1.share
This is an abstract sharing service.
ShareService(String, Image) - Constructor for class com.codename1.share.ShareService
Constructor with the service name and icon
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shavian" Unicode character block.
shear(float, float) - Method in class com.codename1.ui.Graphics
Shear the graphics coordinate system using the affine transform
shear(float, float) - Method in class com.sun.lwuit.Graphics
Shear the graphics coordinate system using the affine transform
SHIFT - Static variable in class com.codename1.ui.VirtualKeyboard
 
SHIFT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Shift key extended modifier constant.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
The shift modifier.
SHIFT_MASK - Static variable in class java.awt.event.InputEvent
The Shift key modifier constant.
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
SHORT - Static variable in class com.codename1.l10n.DateFormat
Constant for short style parsing/formatting pattern.
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
SHORT - Static variable in class java.text.DateFormat
Constant for short style pattern.
SHORT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.SHORT_FORMAT.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used for format.
SHORT_IDS - Static variable in class java.time.ZoneId
A map of zone overrides to enable the short time-zone names to be used.
SHORT_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used independently, such as a month abbreviation as calendar headers.
ShortBufferException - Exception in javax.crypto
This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
ShortBufferException() - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with no detail message.
ShortBufferException(String) - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with the specified detail message.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short after a widening primitive conversion.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short, which may involve rounding or truncation.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a short, checking for lost information.
shortValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a short, checking for lost information.
shouldAccept(URI, HttpCookie) - Method in interface java.net.CookiePolicy
Will be called to see whether or not this cookie should be accepted.
shouldAddBackCommandToMenu() - Method in class com.codename1.ui.util.UIBuilder
Back commands are set implicitly (see allowBackTo to disable that), this method allows subclasses to disable the behavior where the back command is also added to the menu (not just set to the back button).
shouldApplicationHandleURL(String, String) - Method in interface com.codename1.system.URLCallback
Indicates whether the application should handle the given URL, defaults to true
shouldAutoCloseResponse() - Method in class com.codename1.io.ConnectionRequest
Indicates whether the response stream should be closed automatically by the framework (defaults to true), this might cause an issue if the stream needs to be passed to a separate thread for reading.
shouldAutoStoreState() - Method in class com.codename1.ui.util.UIBuilder
Indicates whether the UIBuilder should try storing states for forms on its own by seeking lists, tabs and other statefull elements and keeping their selection
shouldBlockSideSwipe() - Method in class com.codename1.components.ImageViewer
 
shouldBlockSideSwipe() - Method in class com.codename1.maps.MapComponent
 
shouldBlockSideSwipe() - Method in class com.codename1.ui.Component
A component that might need side swipe such as the slider could block it from being used for some other purpose when on top of said component.
shouldBlockSideSwipe() - Method in class com.codename1.ui.Slider
 
shouldConvertPostToGetOnRedirect() - Method in class com.codename1.io.ConnectionRequest
This mimics the behavior of browsers that convert post operations to get operations when redirecting a request.
shouldDrawInnerBorderAfterRow(int) - Method in class com.codename1.ui.table.Table
Returns whether an inner border should be drawn after the specified row.
shouldEvaluate(Element) - Method in class com.codename1.ui.html.HTMLParser
Overrides the Element.shouldEvaluate method to return false on the script tag.
shouldEvaluate(Element) - Method in class com.codename1.xml.XMLParser
Checks if this element should be evaluated by the parser This can be overriden by subclasses to skip certain elements
shouldExecuteOnEDT() - Method in class com.codename1.testing.AbstractTest
Returns false, default tests run in their own thread.
shouldExecuteOnEDT() - Method in interface com.codename1.testing.UnitTest
Returns true to indicate that the test expects to be executed on the EDT
shouldNavigate(String) - Method in interface com.codename1.ui.events.BrowserNavigationCallback
Important: Calls to this interface are always performed on a separate thread from the EDT! They are performed on the native webkit rendering thread or native event dispatch thread, this interface MUST NEVER block or synchronize against the EDT which WILL lead to deadlocks.
shouldRenderPeerImage() - Method in class com.codename1.ui.PeerComponent
Subclasses should return true here if the peer image should be rendered instead of the actual peer
shouldRenderSelection() - Method in class com.codename1.ui.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldRenderSelection(Component) - Method in class com.codename1.ui.Display
This is an internal state flag relevant only for pureTouch mode (otherwise it will always be true).
shouldRenderSelection() - Method in class com.codename1.ui.List
Allows subclasses to override the selection rendering for the component, specifically the spinner in some themes
shouldStop() - Method in class com.codename1.io.ConnectionRequest
Returns true if the request is paused or killed, developers should call this method periodically to test whether they should quit the current IO operation immediately
shouldTickerStart() - Method in class com.codename1.ui.Label
Returns true if a ticker should be started since there is no room to show the text in the label.
shouldTickerStart() - Method in class com.sun.lwuit.Label
Returns true if a ticker should be started since there is no room to show the text in the label.
shouldWriteUTFAsGetBytes() - Method in class com.codename1.io.ConnectionRequest
Returns whether when writing a post body the platform expects something in the form of string.getBytes("UTF-8") or new OutputStreamWriter(os, "UTF-8").
show(int, int, int, int, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
use the version that doesn't accept the include title, the includeTitle feature is no longer supported
show(int, int, int, int) - Method in class com.codename1.ui.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
use showAtPosition, the includeTitle flag is no longer supported
show(String, String, int, Image, String, String) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, int, Image, String, String, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.codename1.ui.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command, Command[], int, Image, long, Transition) - Static method in class com.codename1.ui.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.codename1.ui.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.codename1.ui.Form
Displays the current form on the screen
show() - Method in class com.codename1.ui.VirtualKeyboard
 
show(int, int, int, int, boolean) - Method in class com.sun.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean, boolean) - Method in class com.sun.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(String, String, int, Image, String, String) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, int, Image, String, String, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.sun.lwuit.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.sun.lwuit.Form
Displays the current form on the screen
SHOW_DURING_EDIT_ALLOW_DISCARD - Static variable in class com.codename1.ui.Display
Allow show to occur during edit and discard all user input at this moment
SHOW_DURING_EDIT_ALLOW_DISCARD - Static variable in class com.sun.lwuit.Display
Allow show to occur during edit and discard all user input at this moment
SHOW_DURING_EDIT_ALLOW_SAVE - Static variable in class com.codename1.ui.Display
Allow show to occur during edit and save all user input at this moment
SHOW_DURING_EDIT_ALLOW_SAVE - Static variable in class com.sun.lwuit.Display
Allow show to occur during edit and save all user input at this moment
SHOW_DURING_EDIT_EXCEPTION - Static variable in class com.codename1.ui.Display
If show is called while editing text in the native text box an exception is thrown
SHOW_DURING_EDIT_EXCEPTION - Static variable in class com.sun.lwuit.Display
If show is called while editing text in the native text box an exception is thrown
SHOW_DURING_EDIT_IGNORE - Static variable in class com.codename1.ui.Display
Ignore all calls to show occurring during edit, they are discarded immediately
SHOW_DURING_EDIT_IGNORE - Static variable in class com.sun.lwuit.Display
Ignore all calls to show occurring during edit, they are discarded immediately
SHOW_DURING_EDIT_SET_AS_NEXT - Static variable in class com.codename1.ui.Display
Show will update the current form to which the OK button of the text box will return
SHOW_DURING_EDIT_SET_AS_NEXT - Static variable in class com.sun.lwuit.Display
Show will update the current form to which the OK button of the text box will return
SHOWA - Static variable in class java.time.chrono.JapaneseEra
The singleton instance for the 'Showa' era (1926-12-25 - 1989-01-07) which has the value 1.
showAtPosition(int, int, int, int, boolean) - Method in class com.codename1.ui.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
showAuthentication(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
This method shows an authentication for login form
showAuthentication(ActionListener) - Method in class com.codename1.io.Oauth2
This method shows an authentication for login form
showBack() - Method in class com.codename1.ui.Dialog
 
showBack() - Method in class com.codename1.ui.Form
Displays the current form on the screen, this version of the method is useful for "back" navigation since it reverses the direction of the transition.
showBack() - Method in class com.sun.lwuit.Dialog
 
showBack() - Method in class com.sun.lwuit.Form
Displays the current form on the screen, this version of the method is useful for "back" navigation since it reverses the direction of the transition.
showContainer(String, Command, Component) - Method in class com.codename1.ui.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showDialog() - Method in class com.codename1.ui.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog
showDialog() - Method in class com.sun.lwuit.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog
showForm(String, Command) - Method in class com.codename1.ui.util.UIBuilder
This method is equivalent to the internal navigation behavior, it adds functionality such as the back command into the given form resource and shows it.
showInifiniteBlocking() - Method in class com.codename1.components.InfiniteProgress
Shows the infinite progress over the whole screen
showKeyboard(boolean) - Method in class com.codename1.ui.VirtualKeyboard
Shows the virtual keyboard that is assoiciated with the displayed TextField or displays the default virtual keyboard.
showLog() - Static method in class com.codename1.io.Log
Places a form with the log as a TextArea on the screen, this method can be attached to appear at a given time or using a fixed global key.
showMenu() - Method in class com.codename1.ui.MenuBar
This method shows the menu on the Form.
showMenuDialog(Dialog) - Method in class com.codename1.ui.MenuBar
A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways
showMenuDialog(Dialog) - Method in class com.sun.lwuit.Form
A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways
showModeless() - Method in class com.codename1.ui.Dialog
Shows a modeless dialog which is useful for some simpler use cases such as progress indication etc...
showModeless() - Method in class com.sun.lwuit.Dialog
Shows a modeless dialog which is useful for some simpler use cases such as progress indication etc...
showNativePicker(int, Component, Object, Object) - Method in class com.codename1.ui.Display
Shows a native modal dialog allowing us to perform the picking for the given type which can include one of PICKER_TYPE_DATE_AND_TIME, PICKER_TYPE_TIME, PICKER_TYPE_DATE
showNativeScreen(Object) - Method in class com.codename1.ui.Display
Shows a native Form/Canvas or some other heavyweight native screen
showNotify() - Method in class com.codename1.ui.Display
Broadcasts show notify into Codename One, this method is invoked by the Codename One implementation to notify Codename One of showNotify events
showNotify() - Method in class com.codename1.ui.Form
This method is only invoked when the underlying canvas for the form is shown this method isn't called for form based events and is generally usable for suspend/resume based behavior
showNotify() - Method in class com.sun.lwuit.Display
Broadcasts show notify into LWUIT, this method is invoked by the LWUIT implementation to notify LWUIT of showNotify events
showNotify() - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form is shown this method isn't called for form based events and is generally usable for suspend/resume based behavior
shownWarningForTooSmallBackgroundImage - Variable in class com.sun.lwuit.Image
Used in Component.BGPainter.paint() for warning on too small background image.
showOn(Form) - Method in class com.codename1.ui.util.GlassTutorial
Install the glass tutorial on a form and seamlessly dismiss it when no longer necessary
showPacked(String, boolean) - Method in class com.codename1.ui.Dialog
Convenience method to show a dialog sized to match its content.
showPacked(String, boolean) - Method in class com.sun.lwuit.Dialog
Convenience method to show a dialog sized to match its content.
showPopupDialog(Dialog, List) - Method in class com.codename1.ui.ComboBox
Shows the popup dialog for the combo box and returns the resulting command.
showPopupDialog(Component) - Method in class com.codename1.ui.Dialog
A popup dialog is shown with the context of a component and its selection, it is disposed seamlessly if the back button is pressed or if the user touches outside its bounds.
showPopupDialog(Rectangle) - Method in class com.codename1.ui.Dialog
A popup dialog is shown with the context of a component and its selection, it is disposed seamlessly if the back button is pressed or if the user touches outside its bounds.
showRSSEntry(Hashtable) - Method in class com.codename1.components.RSSReader
Shows a form containing the RSS entry
showStetched(String, boolean) - Method in class com.codename1.ui.Dialog
Deprecated.
due to typo use showStretched instead
showStretched(String, boolean) - Method in class com.codename1.ui.Dialog
Convenience method to show a dialog stretched to one of the sides
showSymbolDialog() - Method in class com.codename1.ui.TextField
Invoked to show the symbol dialog, this method can be overriden by subclasses to manipulate the symbol table
showSymbolDialog() - Method in class com.sun.lwuit.TextField
Invoked to show the symbol dialog, this method can be overriden by subclasses to manipulate the symbol table
showTabs() - Method in class com.codename1.ui.Tabs
Show the tabs bar if it was hidden
shuffle(List<?>) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
shutdown() - Method in class com.codename1.io.NetworkManager
Shuts down the network thread
shutdown() - Method in class java.nio.channels.AsynchronousChannelGroup
Initiates an orderly shutdown of the group.
shutdown() - Method in interface java.rmi.activation.ActivationSystem
Shutdown the activation system.
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ForkJoinPool
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownInput() - Method in class java.net.Socket
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.net.SocketImpl
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for reading without closing the channel.
shutdownInput() - Method in class java.nio.channels.SocketChannel
Shutdown the connection for reading without closing the channel.
shutdownNow() - Method in class java.nio.channels.AsynchronousChannelGroup
Shuts down the group and closes all open channels in the group.
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ForkJoinPool
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownOutput() - Method in class java.net.Socket
Disables the output stream for this socket.
shutdownOutput() - Method in class java.net.SocketImpl
Disables the output stream for this socket.
shutdownOutput() - Method in class java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for writing without closing the channel.
shutdownOutput() - Method in class java.nio.channels.SocketChannel
Shutdown the connection for writing without closing the channel.
shutdownSync() - Method in class com.codename1.io.NetworkManager
Shuts down the network thread and waits for shutdown to complete
SideMenuBar - Class in com.codename1.ui
This is Menu Bar that displays it's commands on a side bar navigation similar to Google+/Facbook apps navigation
SideMenuBar() - Constructor for class com.codename1.ui.SideMenuBar
Empty Constructor
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data updated.
sign(byte[], int, int) - Method in class java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the sign field.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in interface java.util.concurrent.locks.Condition
Wakes up one waiting thread.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in interface java.util.concurrent.locks.Condition
Wakes up all waiting threads.
Signature - Class in java.security
The Signature class is used to provide applications the functionality of a digital signature algorithm.
Signature(String) - Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Signature-Version manifest attribute used when signing JAR files.
SignatureException - Exception in java.security
This is the generic Signature exception.
SignatureException() - Constructor for exception java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for exception java.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified detail message and cause.
SignatureException(Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SignatureSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class java.security.SignatureSpi
 
SignedObject - Class in java.security
SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.
SignedObject(Serializable, PrivateKey, Signature) - Constructor for class java.security.SignedObject
Constructs a SignedObject from any Serializable object.
Signer - Class in java.security
Deprecated.
This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Signer() - Constructor for class java.security.Signer
Deprecated.
Creates a signer.
Signer(String) - Constructor for class java.security.Signer
Deprecated.
Creates a signer with the specified identity name.
Signer(String, IdentityScope) - Constructor for class java.security.Signer
Deprecated.
Creates a signer with the specified identity name and scope.
SignStyle - Enum in java.time.format
Enumeration of ways to handle the positive/negative sign.
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum(double) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum() - Method in class java.math.BigDecimal
Returns the signum function of this BigDecimal.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
SILENT - Static variable in class java.rmi.server.LogStream
Deprecated.
log level constant (no logging).
SimpleBindings - Class in javax.script
A simple implementation of Bindings backed by a HashMap or some other specified Map.
SimpleBindings(Map<String, Object>) - Constructor for class javax.script.SimpleBindings
Constructor uses an existing Map to store the values.
SimpleBindings() - Constructor for class javax.script.SimpleBindings
Default constructor uses a HashMap.
SimpleDateFormat - Class in com.codename1.l10n
A class for parsing and formatting dates with a given pattern, compatible with the Java 6 API.
SimpleDateFormat() - Constructor for class com.codename1.l10n.SimpleDateFormat
Construct a SimpleDateFormat with no pattern.
SimpleDateFormat(String) - Constructor for class com.codename1.l10n.SimpleDateFormat
Construct a SimpleDateFormat with a given pattern.
SimpleDateFormat - Class in java.text
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern and date format symbols for the default FORMAT locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the default FORMAT locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the given locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and date format symbols.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleFileVisitor<T> - Class in java.nio.file
A simple visitor of files with default behavior to visit all files and to re-throw I/O errors.
SimpleFileVisitor() - Constructor for class java.nio.file.SimpleFileVisitor
Initializes a new instance of this class.
SimpleFormatter - Class in java.util.logging
Print a brief summary of the LogRecord in a human readable format.
SimpleFormatter() - Constructor for class java.util.logging.SimpleFormatter
 
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleScriptContext - Class in javax.script
Simple implementation of ScriptContext.
SimpleScriptContext() - Constructor for class javax.script.SimpleScriptContext
Create a SimpleScriptContext.
SimpleTimeZone - Class in java.util
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID with no daylight saving time schedule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
SIMPLIFIED_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Simplified Chinese, including a subset of the CJK unified ideographs as well as Simplified Chinese Han characters that may be defined as surrogate characters.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
SINGLEFRAME - Static variable in interface java.awt.image.ImageConsumer
The image contain a single static image.
SINGLEFRAMEDONE - Static variable in interface java.awt.image.ImageConsumer
One frame of the image is complete but there are more frames to be delivered.
SINGLEPASS - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
singleton(T) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(T) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
sinh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala" Unicode character block.
sink() - Method in class java.nio.channels.Pipe
Returns this pipe's sink channel.
SinkChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SinkChannel
Initializes a new instance of this class.
size() - Method in class com.codename1.ui.List
Returns the number of elements in the list, shorthand for getModel().getSize()
size() - Method in class com.sun.lwuit.List
Returns the number of elements in the list, shorthand for getModel().getSize()
SIZE - Static variable in class java.awt.font.TextAttribute
Attribute key for the font size.
size - Variable in class java.awt.image.DataBuffer
The size of the banks.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.nio.channels.AsynchronousFileChannel
Returns the current size of this channel's file.
size() - Method in class java.nio.channels.FileChannel
Returns the current size of this channel's file.
size() - Method in class java.nio.channels.FileLock
Returns the size of the locked region in bytes.
size() - Method in interface java.nio.channels.SeekableByteChannel
Returns the current size of entity to which this channel is connected.
size() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the size of the file (in bytes).
size(String) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Returns the size of the value of a user-defined attribute.
size(Path) - Static method in class java.nio.file.Files
Returns the size of a file (in bytes).
size() - Method in class java.security.IdentityScope
Deprecated.
Returns the number of identities within this identity scope.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.util.AbstractCollection
 
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.DelayQueue
 
size() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.LinkedTransferQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.PriorityBlockingQueue
 
size() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.EnumMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of key-value mappings in this identity hash map.
size() - Method in class java.util.jar.Attributes
Returns the number of attributes in this Map.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.PriorityQueue
 
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
size() - Method in class javax.script.SimpleBindings
Returns the number of key-value mappings in this map.
SIZE_LARGE - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
SIZE_LARGE - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
SIZE_MEDIUM - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
SIZE_MEDIUM - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
SIZE_SMALL - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
SIZE_SMALL - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
sizeChanged(int, int) - Method in class com.codename1.ui.Display
Notifies Codename One of display size changes, this method is invoked by the implementation class and is for internal use
sizeChanged(int, int) - Method in class com.codename1.ui.Form
This method is only invoked when the underlying canvas for the form gets a size changed event.
sizeChanged(int, int) - Method in class com.sun.lwuit.Display
Notifies LWUIT of display size changes, this method is invoked by the implementation class and is for internal use
sizeChanged(int, int) - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form gets a size changed event.
SIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that the value returned from estimateSize() prior to traversal or splitting represents a finite size that, in the absence of structural source modification, represents an exact count of the number of elements that would be encountered by a complete traversal.
Skeleton - Interface in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonMismatchException - Exception in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonMismatchException(String) - Constructor for exception java.rmi.server.SkeletonMismatchException
Deprecated.
no replacement
SkeletonNotFoundException - Exception in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonNotFoundException(String) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated.
Constructs a SkeletonNotFoundException with the specified detail message.
SkeletonNotFoundException(String, Exception) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated.
Constructs a SkeletonNotFoundException with the specified detail message and nested exception.
skip(long) - Method in class com.codename1.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class com.codename1.io.CharArrayReader
Skips count number of characters in this reader.
skip(long) - Method in class com.codename1.io.gzip.FilterInputStream
 
skip(long) - Method in class com.codename1.io.gzip.InflaterInputStream
 
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skips characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterReader
Skips characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated.
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.PushbackReader
Skips characters.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated.
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skip(Pattern) - Method in class java.util.Scanner
Skips input that matches the specified pattern, ignoring delimiters.
skip(String) - Method in class java.util.Scanner
Skips input that matches a pattern constructed from the specified string.
skip(long) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.Stream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long) - Method in class java.util.zip.DeflaterInputStream
Skips over and discards data from the input stream.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skip(long) - Method in class javax.crypto.CipherInputStream
Skips n bytes of input from the bytes that can be read from this input stream without blocking.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this time unit.
SLIDE_HORIZONTAL - Static variable in class com.codename1.ui.animations.CommonTransitions
Slide the transition horizontally
SLIDE_HORIZONTAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition horizontally
SLIDE_VERTICAL - Static variable in class com.codename1.ui.animations.CommonTransitions
Slide the transition vertically
SLIDE_VERTICAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition vertically
Slider - Class in com.codename1.ui
The slider component serves both as a slider widget to allow users to select a value on a scale via touch/arrows and also to indicate progress.
Slider() - Constructor for class com.codename1.ui.Slider
The default constructor uses internal rendering to draw its state
SliderBridge - Class in com.codename1.components
Binds a slider to network progress events so it shows the pro
SliderBridge() - Constructor for class com.codename1.components.SliderBridge
Default constuctor
SliderBridge(ConnectionRequest) - Constructor for class com.codename1.components.SliderBridge
Displays progress only for the source object, every other object in the queue before completion will produce an infinite progress.
SliderBridge(ConnectionRequest[]) - Constructor for class com.codename1.components.SliderBridge
Allows displaying progress of multiple requests being sent
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Form Variants" Unicode character block.
SMALLINT - 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 SMALLINT.
SMSShare - Class in com.codename1.share
SMS Sharing service
SMSShare() - Constructor for class com.codename1.share.SMSShare
Default Constructor
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
 
SNI_HOST_NAME - Static variable in class javax.net.ssl.StandardConstants
The "host_name" type representing of a DNS hostname (see SNIHostName) in a Server Name Indication (SNI) extension.
SNIHostName - Class in javax.net.ssl
Instances of this class represent a server name of type host_name in a Server Name Indication (SNI) extension.
SNIHostName(String) - Constructor for class javax.net.ssl.SNIHostName
Creates an SNIHostName using the specified hostname.
SNIHostName(byte[]) - Constructor for class javax.net.ssl.SNIHostName
Creates an SNIHostName using the specified encoded value.
SNIMatcher - Class in javax.net.ssl
Instances of this class represent a matcher that performs match operations on an SNIServerName instance.
SNIMatcher(int) - Constructor for class javax.net.ssl.SNIMatcher
Creates an SNIMatcher using the specified server name type.
SNIServerName - Class in javax.net.ssl
Instances of this class represent a server name in a Server Name Indication (SNI) extension.
SNIServerName(int, byte[]) - Constructor for class javax.net.ssl.SNIServerName
Creates an SNIServerName using the specified name type and encoded value.
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_BROADCAST - Static variable in class java.net.StandardSocketOptions
Allow transmission of broadcast datagrams.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_KEEPALIVE - Static variable in class java.net.StandardSocketOptions
Keep connection alive.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_LINGER - Static variable in class java.net.StandardSocketOptions
Linger on close if data is present.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_RCVBUF - Static variable in class java.net.StandardSocketOptions
The size of the socket receive buffer.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_REUSEADDR - Static variable in class java.net.StandardSocketOptions
Re-use address.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_SNDBUF - Static variable in class java.net.StandardSocketOptions
The size of the socket send buffer.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
Socket - Class in com.codename1.io
Class implementing the socket API
Socket - Class in java.net
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(Proxy) - Constructor for class java.net.Socket
Creates an unconnected socket, specifying the type of proxy, if any, that should be used regardless of any other settings.
Socket(SocketImpl) - Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
socket() - Method in class java.nio.channels.DatagramChannel
Retrieves a datagram socket associated with this channel.
socket() - Method in class java.nio.channels.ServerSocketChannel
Retrieves a server socket associated with this channel.
socket() - Method in class java.nio.channels.SocketChannel
Retrieves a socket associated with this channel.
Socket.StopListening - Interface in com.codename1.io
This interface can be invoked to stop listening on a server socket
SocketAddress - Class in java.net
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
SocketChannel - Class in java.nio.channels
A selectable channel for stream-oriented connecting sockets.
SocketChannel(SelectorProvider) - Constructor for class java.nio.channels.SocketChannel
Initializes a new instance of this class.
SocketConnection - Class in com.codename1.io
Callback for establishment of a socket connection.
SocketConnection() - Constructor for class com.codename1.io.SocketConnection
 
SocketConnection - Interface in javax.microedition.io
 
SocketException - Exception in java.net
Thrown to indicate that there is an error creating or accessing a Socket.
SocketException(String) - Constructor for exception java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for exception java.net.SocketException
Constructs a new SocketException with no detail message.
SocketFactory - Class in javax.net
This class creates sockets.
SocketFactory() - Constructor for class javax.net.SocketFactory
Creates a SocketFactory.
SocketHandler - Class in java.util.logging
Simple network logging Handler.
SocketHandler() - Constructor for class java.util.logging.SocketHandler
Create a SocketHandler, using only LogManager properties (or their defaults).
SocketHandler(String, int) - Constructor for class java.util.logging.SocketHandler
Construct a SocketHandler using a specified host and port.
SocketImpl - Class in java.net
The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
SocketImpl() - Constructor for class java.net.SocketImpl
 
SocketImplFactory - Interface in java.net
This interface defines a factory for socket implementations.
SocketOption<T> - Interface in java.net
A socket option associated with a socket.
SocketOptions - Interface in java.net
Interface of methods to get/set socket options.
SocketPermission - Class in java.net
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SocketSecurityException - Exception in java.rmi.server
Deprecated.
This class is obsolete. Use ExportException instead.
SocketSecurityException(String) - Constructor for exception java.rmi.server.SocketSecurityException
Deprecated.
Constructs an SocketSecurityException with the specified detail message.
SocketSecurityException(String, Exception) - Constructor for exception java.rmi.server.SocketSecurityException
Deprecated.
Constructs an SocketSecurityException with the specified detail message and nested exception.
SocketTimeoutException - Exception in java.net
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
SoftReference<T> - Class in java.lang.ref
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
SoftReference(T) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object.
SoftReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object and is registered with the given queue.
SOMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that more pixels needed for drawing a scaled variation of the image are available.
SORA_SOMPENG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sora Sompeng" Unicode character block.
sort(boolean) - Method in class com.codename1.ui.list.FilterProxyListModel
This method performs a sort of the list, to determine the sort order this class should be derived and the compare() method should be overriden
sort(Comparator<? super E>) - Method in class java.util.ArrayList
 
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(Comparator<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
sort(Comparator<? super E>) - Method in interface java.util.List
Sorts this list according to the order induced by the specified Comparator.
sort(Comparator<? super E>) - Method in class java.util.Vector
 
SORTED - Static variable in interface java.util.Spliterator
Characteristic value signifying that encounter order follows a defined sort order.
sorted() - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.IntStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.LongStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to natural order.
sorted(Comparator<? super T>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to the provided Comparator.
SortedMap<K,V> - Interface in java.util
A Map that further provides a total ordering on its keys.
SortedSet<E> - Interface in java.util
A Set that further provides a total ordering on its elements.
SOUND_TYPE_ALARM - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_BUTTON_PRESS - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_CONFIRMATION - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_ERROR - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_INFO - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
SOUND_TYPE_WARNING - Static variable in class com.codename1.ui.Display
A common sound type that can be used with playBuiltinSound
source() - Method in class java.nio.channels.Pipe
Returns this pipe's source channel.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
Source - Interface in javax.xml.transform
An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
sourceAddress() - Method in class java.nio.channels.MembershipKey
Returns the source address if this membership key is source-specific, or null if this membership is not source-specific.
SourceChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SourceChannel
Constructs a new instance of this class.
SourceLocator - Interface in javax.xml.transform
This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.
sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
Attempt to obtain a SAX InputSource object from a Source object.
SOUTH - Static variable in class com.codename1.ui.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SOUTH - Static variable in class com.codename1.ui.layouts.GroupLayout
Compass-direction south (down).
SOUTH - Static variable in class com.sun.lwuit.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction south (down).
SOUTHEAST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SOUTHWEST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
SPACE - Static variable in class com.codename1.ui.VirtualKeyboard
 
SPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Spacing Modifier Letters" Unicode character block.
SpanButton - Class in com.codename1.components
A complex button similar to MultiButton that breaks lines automatically and looks like a regular button (more or less).
SpanButton() - Constructor for class com.codename1.components.SpanButton
Default constructor will be useful when adding this to the GUI builder
SpanButton(String) - Constructor for class com.codename1.components.SpanButton
Constructor accepting default text
SpanLabel - Class in com.codename1.components
A multi line label component that can be easily localized, this is simply based on a text area combined with a label.
SpanLabel() - Constructor for class com.codename1.components.SpanLabel
Default constructor will be useful when adding this to the GUI builder
SpanLabel(String) - Constructor for class com.codename1.components.SpanLabel
Constructor accepting default text
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Specials" Unicode character block.
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Title manifest attribute used for package versioning.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Vendor manifest attribute used for package versioning.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Version manifest attribute used for package versioning.
Spinner - Class in com.sun.lwuit.spinner
A spinner allows us to select a numeric, date or time value using the arrow keys in a similar way to a list or a combo box.
split(String, String) - Static method in class com.codename1.io.Util
Provides a utility method breaks a given String to array of String according to the given separator
split(String, int) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(String) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(CharSequence, int) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
split(CharSequence) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
split() - Method in class java.util.SplittableRandom
Constructs and returns a new SplittableRandom instance that shares no mutable state with this instance.
splitAsStream(CharSequence) - Method in class java.util.regex.Pattern
Creates a stream from the given input sequence around matches of this pattern.
spliterator() - Method in interface java.lang.Iterable
Creates a Spliterator over the elements described by this Iterable.
spliterator() - Method in class java.util.ArrayDeque
Creates a late-binding and fail-fast Spliterator over the elements in this deque.
spliterator() - Method in class java.util.ArrayList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator(T[]) - Static method in class java.util.Arrays
Returns a Spliterator covering all of the specified array.
spliterator(T[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator covering the specified range of the specified array.
spliterator(int[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering all of the specified array.
spliterator(int[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering the specified range of the specified array.
spliterator(long[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering all of the specified array.
spliterator(long[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering the specified range of the specified array.
spliterator(double[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering all of the specified array.
spliterator(double[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering the specified range of the specified array.
spliterator() - Method in interface java.util.Collection
Creates a Spliterator over the elements in this collection.
spliterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a Spliterator over the elements in this set.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a Spliterator over the elements in this list.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns a Spliterator over the elements in this set in the order in which these elements were added.
spliterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.LinkedTransferQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty spliterator in which calls to Spliterator.trySplit() always return null.
spliterator() - Method in class java.util.HashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedHashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator() - Method in interface java.util.List
Creates a Spliterator over the elements in this list.
spliterator() - Method in class java.util.PriorityQueue
Creates a late-binding and fail-fast Spliterator over the elements in this queue.
spliterator() - Method in interface java.util.Set
Creates a Spliterator over the elements in this set.
spliterator() - Method in interface java.util.SortedSet
Creates a Spliterator over the elements in this sorted set.
Spliterator<T> - Interface in java.util
An object for traversing and partitioning elements of a source.
spliterator(Object[], int) - Static method in class java.util.Spliterators
Creates a Spliterator covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(Object[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(double[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(double[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(Collection<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using the given collection's Collection.iterator() as the source of elements, and reporting its Collection.size() as its initial size.
spliterator(Iterator<? extends T>, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfInt, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfLong, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfDouble, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, and with a given initially reported size.
spliterator() - Method in interface java.util.stream.BaseStream
Returns a spliterator for the elements of this stream.
spliterator() - Method in interface java.util.stream.DoubleStream
 
spliterator() - Method in interface java.util.stream.IntStream
 
spliterator() - Method in interface java.util.stream.LongStream
 
spliterator() - Method in class java.util.TreeSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.Vector
Creates a late-binding and fail-fast Spliterator over the elements in this list.
Spliterator.OfDouble - Interface in java.util
A Spliterator specialized for double values.
Spliterator.OfInt - Interface in java.util
A Spliterator specialized for int values.
Spliterator.OfLong - Interface in java.util
A Spliterator specialized for long values.
Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>> - Interface in java.util
A Spliterator specialized for primitive values.
Spliterators - Class in java.util
Static classes and methods for operating on or creating instances of Spliterator and its primitive specializations Spliterator.OfInt, Spliterator.OfLong, and Spliterator.OfDouble.
Spliterators.AbstractDoubleSpliterator - Class in java.util
An abstract Spliterator.OfDouble that implements trySplit to permit limited parallelism.
Spliterators.AbstractIntSpliterator - Class in java.util
An abstract Spliterator.OfInt that implements trySplit to permit limited parallelism.
Spliterators.AbstractLongSpliterator - Class in java.util
An abstract Spliterator.OfLong that implements trySplit to permit limited parallelism.
Spliterators.AbstractSpliterator<T> - Class in java.util
An abstract Spliterator that implements trySplit to permit limited parallelism.
spliteratorUnknownSize(Iterator<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfInt, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfLong, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfDouble, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, with no initial size estimate.
SplittableRandom - Class in java.util
A generator of uniform pseudorandom values applicable for use in (among other contexts) isolated parallel computations that may generate subtasks.
SplittableRandom(long) - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance using the specified initial seed.
SplittableRandom() - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance that is likely to generate sequences of values that are statistically independent of those of any other instances in the current program; and may, and typically does, vary across program invocations.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
spreadInvoker(MethodType, int) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which will invoke any method handle of the given type, with a given number of trailing arguments replaced by a single trailing Object[] array.
SQLClientInfoException - Exception in java.sql
The subclass of SQLException is thrown when one or more client info properties could not be set on a Connection.
SQLClientInfoException() - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException Object.
SQLClientInfoException(Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given failedProperties.
SQLClientInfoException(Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given cause and failedProperties.
SQLClientInfoException(String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason and failedProperties.
SQLClientInfoException(String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, cause and failedProperties.
SQLClientInfoException(String, String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState and failedProperties.
SQLClientInfoException(String, String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, cause and failedProperties.
SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, vendorCode and failedProperties.
SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, cause, vendorCode and failedProperties.
SQLData - Interface in java.sql
The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
SQLDataException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '22', or under vendor-specified conditions.
SQLDataException() - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object.
SQLDataException(String) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason.
SQLDataException(String, String) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason and SQLState.
SQLDataException(String, String, int) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState and vendorCode.
SQLDataException(Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given cause.
SQLDataException(String, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason and cause.
SQLDataException(String, String, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState and cause.
SQLDataException(String, String, int, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState, vendorCode and cause.
SQLException - Exception in java.sql
An exception that provides information on a database access error or other errors.
SQLException(String, String, int) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState and vendorCode.
SQLException(String, String) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason and SQLState.
SQLException(String) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason.
SQLException() - Constructor for exception java.sql.SQLException
Constructs a SQLException object.
SQLException(Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given cause.
SQLException(String, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason and cause.
SQLException(String, String, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState and cause.
SQLException(String, String, int, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState, vendorCode and cause.
SQLFeatureNotSupportedException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
SQLFeatureNotSupportedException() - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object.
SQLFeatureNotSupportedException(String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason.
SQLFeatureNotSupportedException(String, String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason and SQLState.
SQLFeatureNotSupportedException(String, String, int) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState and vendorCode.
SQLFeatureNotSupportedException(Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given cause.
SQLFeatureNotSupportedException(String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason and cause.
SQLFeatureNotSupportedException(String, String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState and cause.
SQLFeatureNotSupportedException(String, String, int, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState, vendorCode and cause.
SQLInput - Interface in java.sql
An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
SQLIntegrityConstraintViolationException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '23', or under vendor-specified conditions.
SQLIntegrityConstraintViolationException() - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object.
SQLIntegrityConstraintViolationException(String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException with a given reason.
SQLIntegrityConstraintViolationException(String, String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason and SQLState.
SQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState and vendorCode.
SQLIntegrityConstraintViolationException(Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs an SQLIntegrityConstraintViolationException object with a given cause.
SQLIntegrityConstraintViolationException(String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason and cause.
SQLIntegrityConstraintViolationException(String, String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState and cause.
SQLIntegrityConstraintViolationException(String, String, int, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState, vendorCode and cause.
SQLInvalidAuthorizationSpecException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '28', or under vendor-specified conditions.
SQLInvalidAuthorizationSpecException() - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object.
SQLInvalidAuthorizationSpecException(String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason.
SQLInvalidAuthorizationSpecException(String, String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason and SQLState.
SQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState and vendorCode.
SQLInvalidAuthorizationSpecException(Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given cause.
SQLInvalidAuthorizationSpecException(String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason and cause.
SQLInvalidAuthorizationSpecException(String, String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState and cause.
SQLInvalidAuthorizationSpecException(String, String, int, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState, vendorCode and cause.
SQLNonTransientConnectionException - Exception in java.sql
The subclass of SQLException thrown for the SQLState class value '08', or under vendor-specified conditions.
SQLNonTransientConnectionException() - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object.
SQLNonTransientConnectionException(String) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason.
SQLNonTransientConnectionException(String, String) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason and SQLState.
SQLNonTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState and vendorCode.
SQLNonTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given cause.
SQLNonTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLTransientException object with a given reason and cause.
SQLNonTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState and cause.
SQLNonTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState, vendorCode and cause.
SQLNonTransientException - Exception in java.sql
The subclass of SQLException thrown when an instance where a retry of the same operation would fail unless the cause of the SQLException is corrected.
SQLNonTransientException() - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object.
SQLNonTransientException(String) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason.
SQLNonTransientException(String, String) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason and SQLState.
SQLNonTransientException(String, String, int) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState and vendorCode.
SQLNonTransientException(Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given cause.
SQLNonTransientException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLTransientException object with a given reason and cause.
SQLNonTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState and cause.
SQLNonTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState, vendorCode and cause.
SQLOutput - Interface in java.sql
The output stream for writing the attributes of a user-defined type back to the database.
SQLPermission - Class in java.sql
The permission for which the SecurityManager will check when code that is running an application with a SecurityManager enabled, calls the DriverManager.deregisterDriver method, DriverManager.setLogWriter method, DriverManager.setLogStream (deprecated) method, SyncFactory.setJNDIContext method, SyncFactory.setLogger method, Connection.setNetworktimeout method, or the Connection.abort method.
SQLPermission(String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLRecoverableException - Exception in java.sql
The subclass of SQLException thrown in situations where a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.
SQLRecoverableException() - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object.
SQLRecoverableException(String) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason.
SQLRecoverableException(String, String) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason and SQLState.
SQLRecoverableException(String, String, int) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState and vendorCode.
SQLRecoverableException(Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given cause.
SQLRecoverableException(String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason and cause.
SQLRecoverableException(String, String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState and cause.
SQLRecoverableException(String, String, int, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState, vendorCode and cause.
sqlStateSQL - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an SQLSTATE value.
sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an SQL99 SQLSTATE value.
sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an X/Open (now know as Open Group) SQL CLI SQLSTATE value.
SQLSyntaxErrorException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '42', or under vendor-specified conditions.
SQLSyntaxErrorException() - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object.
SQLSyntaxErrorException(String) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason.
SQLSyntaxErrorException(String, String) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason and SQLState.
SQLSyntaxErrorException(String, String, int) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState and vendorCode.
SQLSyntaxErrorException(Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given cause.
SQLSyntaxErrorException(String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason and cause.
SQLSyntaxErrorException(String, String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState and cause.
SQLSyntaxErrorException(String, String, int, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState, vendorCode and cause.
SQLTimeoutException - Exception in java.sql
The subclass of SQLException thrown when the timeout specified by Statement.setQueryTimeout, DriverManager.setLoginTimeout, DataSource.setLoginTimeout,XADataSource.setLoginTimeout has expired.
SQLTimeoutException() - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object.
SQLTimeoutException(String) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason.
SQLTimeoutException(String, String) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason and SQLState.
SQLTimeoutException(String, String, int) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState and vendorCode.
SQLTimeoutException(Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given cause.
SQLTimeoutException(String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason and cause.
SQLTimeoutException(String, String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState and cause.
SQLTimeoutException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState, vendorCode and cause.
SQLTransactionRollbackException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '40', or under vendor-specified conditions.
SQLTransactionRollbackException() - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object.
SQLTransactionRollbackException(String) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason.
SQLTransactionRollbackException(String, String) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason and SQLState.
SQLTransactionRollbackException(String, String, int) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState and vendorCode.
SQLTransactionRollbackException(Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given cause.
SQLTransactionRollbackException(String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason and cause.
SQLTransactionRollbackException(String, String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState and cause.
SQLTransactionRollbackException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState, vendorCode and cause.
SQLTransientConnectionException - Exception in java.sql
The subclass of SQLException for the SQLState class value '08', or under vendor-specified conditions.
SQLTransientConnectionException() - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object.
SQLTransientConnectionException(String) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason.
SQLTransientConnectionException(String, String) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason and SQLState.
SQLTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState and vendorCode.
SQLTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given cause.
SQLTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason and cause.
SQLTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState and cause.
SQLTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState, vendorCode and cause.
SQLTransientException - Exception in java.sql
The subclass of SQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
SQLTransientException() - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object.
SQLTransientException(String) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason.
SQLTransientException(String, String) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason and SQLState.
SQLTransientException(String, String, int) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState and vendorCode.
SQLTransientException(Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given cause.
SQLTransientException(String, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason and cause.
SQLTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState and cause.
SQLTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState, vendorCode and cause.
SQLType - Interface in java.sql
An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.
SQLWarning - Exception in java.sql
An exception that provides information on database access warnings.
SQLWarning(String, String, int) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason, SQLState and vendorCode.
SQLWarning(String, String) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason and SQLState.
SQLWarning(String) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason.
SQLWarning() - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object.
SQLWarning(Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given cause.
SQLWarning(String, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason and cause.
SQLWarning(String, String, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason, SQLState and cause.
SQLWarning(String, String, int, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs aSQLWarning object with a given reason, SQLState, vendorCode and cause.
SQLXML - Interface in java.sql
The mapping in the JavaTM programming language for the SQL XML type.
SQLXML - 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 XML.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the correctly rounded positive square root of a double value.
srccols - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a column of pixels.
srcHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the source image.
srcrows - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a row of pixels.
srcWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the source image.
SSLContext - Class in javax.net.ssl
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
SSLContext(SSLContextSpi, Provider, String) - Constructor for class javax.net.ssl.SSLContext
Creates an SSLContext object.
SSLContextSpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the SSLContext class.
SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
 
SSLEngine - Class in javax.net.ssl
A class which enables secure communications using protocols such as the Secure Sockets Layer (SSL) or IETF RFC 2246 "Transport Layer Security" (TLS) protocols, but is transport independent.
SSLEngine() - Constructor for class javax.net.ssl.SSLEngine
Constructor for an SSLEngine providing no hints for an internal session reuse strategy.
SSLEngine(String, int) - Constructor for class javax.net.ssl.SSLEngine
Constructor for an SSLEngine.
SSLEngineResult - Class in javax.net.ssl
An encapsulation of the result state produced by SSLEngine I/O calls.
SSLEngineResult(SSLEngineResult.Status, SSLEngineResult.HandshakeStatus, int, int) - Constructor for class javax.net.ssl.SSLEngineResult
Initializes a new instance of this class.
SSLEngineResult.HandshakeStatus - Enum in javax.net.ssl
An SSLEngineResult enum describing the current handshaking state of this SSLEngine.
SSLEngineResult.Status - Enum in javax.net.ssl
An SSLEngineResult enum describing the overall result of the SSLEngine operation.
SSLException - Exception in javax.net.ssl
Indicates some kind of error detected by an SSL subsystem.
SSLException(String) - Constructor for exception javax.net.ssl.SSLException
Constructs an exception reporting an error found by an SSL subsystem.
SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified detail message and cause.
SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SSLHandshakeException - Exception in javax.net.ssl
Indicates that the client and server could not negotiate the desired level of security.
SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
SSLKeyException - Exception in javax.net.ssl
Reports a bad SSL key.
SSLKeyException(String) - Constructor for exception javax.net.ssl.SSLKeyException
Constructs an exception reporting a key management error found by an SSL subsystem.
SSLParameters - Class in javax.net.ssl
Encapsulates parameters for an SSL/TLS connection.
SSLParameters() - Constructor for class javax.net.ssl.SSLParameters
Constructs SSLParameters.
SSLParameters(String[]) - Constructor for class javax.net.ssl.SSLParameters
Constructs SSLParameters from the specified array of ciphersuites.
SSLParameters(String[], String[]) - Constructor for class javax.net.ssl.SSLParameters
Constructs SSLParameters from the specified array of ciphersuites and protocols.
SSLPeerUnverifiedException - Exception in javax.net.ssl
Indicates that the peer's identity has not been verified.
SSLPeerUnverifiedException(String) - Constructor for exception javax.net.ssl.SSLPeerUnverifiedException
Constructs an exception reporting that the SSL peer's identity has not been verified.
SSLPermission - Class in javax.net.ssl
This class is for various network permissions.
SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission with the specified name.
SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission object with the specified name.
SSLProtocolException - Exception in javax.net.ssl
Reports an error in the operation of the SSL protocol.
SSLProtocolException(String) - Constructor for exception javax.net.ssl.SSLProtocolException
Constructs an exception reporting an SSL protocol error detected by an SSL subsystem.
SSLServerSocket - Class in javax.net.ssl
This class extends ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocketFactory - Class in javax.net.ssl
SSLServerSocketFactorys create SSLServerSockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
Constructor is used only by subclasses.
SSLSession - Interface in javax.net.ssl
In SSL, sessions are used to describe an ongoing relationship between two entities.
SSLSessionBindingEvent - Class in javax.net.ssl
This event is propagated to a SSLSessionBindingListener.
SSLSessionBindingEvent(SSLSession, String) - Constructor for class javax.net.ssl.SSLSessionBindingEvent
Constructs a new SSLSessionBindingEvent.
SSLSessionBindingListener - Interface in javax.net.ssl
This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession.
SSLSessionContext - Interface in javax.net.ssl
A SSLSessionContext represents a set of SSLSessions associated with a single entity.
SSLSocket - Class in javax.net.ssl
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocketFactory - Class in javax.net.ssl
SSLSocketFactorys create SSLSockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
Constructor is used only by subclasses.
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
StampedLock - Class in java.util.concurrent.locks
A capability-based lock with three modes for controlling read/write access.
StampedLock() - Constructor for class java.util.concurrent.locks.StampedLock
Creates a new lock, initially in unlocked state.
STANDALONE - Static variable in class javax.xml.transform.OutputKeys
standalone = "yes" | "no".
standaloneSet() - Method in interface javax.xml.stream.events.StartDocument
Returns true if the standalone attribute was set in the encoding declaration of the document.
standaloneSet() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
standaloneSet() - Method in interface javax.xml.stream.XMLStreamReader
Checks if standalone was set in the document
STANDARD - Static variable in class java.time.format.DecimalStyle
The standard set of non-localized decimal style symbols.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
StandardCharsets - Class in java.nio.charset
Constant definitions for the standard Charsets.
StandardConstants - Class in javax.net.ssl
Standard constants definitions
StandardCopyOption - Enum in java.nio.file
Defines the standard copy options.
StandardOpenOption - Enum in java.nio.file
Defines the standard open options.
StandardProtocolFamily - Enum in java.net
Defines the standard families of communication protocols.
StandardSocketOptions - Class in java.net
Defines the standard socket options.
StandardWatchEventKinds - Class in java.nio.file
Defines the standard event kinds.
start() - Method in class com.codename1.io.NetworkManager
There is no need to invoke this method since the network manager is started implicitly.
start() - Method in class com.codename1.ui.animations.Motion
Sets the start time to the current time
start() - Method in class com.sun.lwuit.animations.Motion
Sets the start time to the current time
start() - Method in class com.sun.lwuit.MediaComponent
Start media playback implicitly setting the component to visible
start() - Method in class java.lang.ProcessBuilder
Starts a new process using the attributes of this process builder.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in class java.util.regex.Matcher
Returns the start index of the previous match.
start(int) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given group during the previous match operation.
start(String) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given named-capturing group during the previous match operation.
start() - Method in interface java.util.regex.MatchResult
Returns the start index of the match.
start(int) - Method in interface java.util.regex.MatchResult
Returns the start index of the subsequence captured by the given group during this match.
start(Xid, int) - Method in interface javax.transaction.xa.XAResource
Starts work on behalf of a transaction branch specified in xid.
START_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a start document
START_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a start element
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
startApplicationInstance() - Method in class com.codename1.testing.DeviceRunner
This method starts a new application instance
startArray(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an opening bracket event [
startArray(String) - Method in class com.codename1.io.JSONParser
 
startBlock(String) - Method in interface com.codename1.io.JSONParseCallback
Indicates that the parser ran into an opening bracket event {
startBlock(String) - Method in class com.codename1.io.JSONParser
 
startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
StartDocument - Interface in javax.xml.stream.events
An interface for the start document event
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
StartElement - Interface in javax.xml.stream.events
The StartElement interface provides access to information about start elements.
startElement(Element) - Method in interface org.w3c.dom.ls.LSParserFilter
The parser will call this method after each Element start tag has been scanned, but before the remainder of the Element is processed.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated.
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
startGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to start fetching the pixels.
startHandshake() - Method in class javax.net.ssl.SSLSocket
Starts an SSL handshake on this connection.
startingTestCase(UnitTest) - Method in class com.codename1.testing.JUnitXMLReporting
 
startingTestCase(UnitTest) - Method in class com.codename1.testing.TestReporting
Invoked when a unit test is started
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startProduction(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Starts production of the filtered image.
startProduction(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Registers the specified ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which might have already been registered with the producer.
startProduction(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image and immediately starts delivery of the image data through the ImageConsumer interface.
startsWith(String, int) - Method in class java.lang.String
Check if this string starts with the given prefix from the given offset.
startsWith(String) - Method in class java.lang.String
Check if this string starts with the given prefix.
startsWith(Path) - Method in interface java.nio.file.Path
Tests if this path starts with the given path.
startsWith(String) - Method in interface java.nio.file.Path
Tests if this path starts with a Path, constructed by converting the given path string, in exactly the manner specified by the startsWith(Path) method.
startTag(String) - Method in class com.codename1.xml.XMLParser
Invoked when a tag is opened, this method should return true to process the tag or return false to skip the tag.
startThread(Runnable, String) - Method in class com.codename1.ui.Display
Start a Codename One thread that supports crash protection and similar Codename One features.
startTicker() - Method in class com.codename1.ui.Label
This method will start the text ticker
startTicker(long, boolean) - Method in class com.codename1.ui.Label
This method will start the text ticker
startTicker(long, boolean) - Method in class com.sun.lwuit.Label
This method will start the text ticker
startXlet() - Method in interface javax.microedition.xlet.Xlet
 
state - Variable in class java.security.Signature
Current state of this signature object.
STATE_DEFAULT - Static variable in class com.codename1.ui.Button
Indicates the default state of a button which is neither pressed nor focused
STATE_DEFAULT - Static variable in class com.sun.lwuit.Button
Indicates the default state of a button which is neither pressed nor focused
STATE_PRESSED - Static variable in class com.codename1.ui.Button
Indicates the pressed state of a button
STATE_PRESSED - Static variable in class com.sun.lwuit.Button
Indicates the pressed state of a button
STATE_ROLLOVER - Static variable in class com.codename1.ui.Button
Indicates the rollover state of a button which is equivalent to focused for most uses
STATE_ROLLOVER - Static variable in class com.sun.lwuit.Button
Indicates the rollover state of a button which is equivalent to focused for most uses
Statement - Interface in java.sql
The object used for executing a static SQL statement and returning the results it produces.
statementClosed(StatementEvent) - Method in interface javax.sql.StatementEventListener
The driver calls this method on all StatementEventListeners registered on the connection when it detects that a PreparedStatement is closed.
statementErrorOccurred(StatementEvent) - Method in interface javax.sql.StatementEventListener
The driver calls this method on all StatementEventListeners registered on the connection when it detects that a PreparedStatement is invalid.
StatementEvent - Class in javax.sql
A StatementEvent is sent to all StatementEventListeners which were registered with a PooledConnection.
StatementEvent(PooledConnection, PreparedStatement) - Constructor for class javax.sql.StatementEvent
Constructs a StatementEvent with the specified PooledConnection and PreparedStatement.
StatementEvent(PooledConnection, PreparedStatement, SQLException) - Constructor for class javax.sql.StatementEvent
Constructs a StatementEvent with the specified PooledConnection, PreparedStatement and SQLException
StatementEventListener - Interface in javax.sql
An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
StaticAnimation - Class in com.sun.lwuit
Deprecated.
this class shouldn't be referenced directly, use the Image base class for all functionality
StaticAnimation(StaticAnimation, Void) - Constructor for class com.sun.lwuit.StaticAnimation
Deprecated.
 
STATICIMAGEDONE - Static variable in interface java.awt.image.ImageConsumer
The image is complete and there are no more pixels or frames to be delivered.
status() - Method in class java.awt.image.PixelGrabber
Returns the status of the pixels.
STATUS_CANCELLED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page loading was cancelled before it could be completed
STATUS_CANCELLED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page loading was cancelled before it could be completed
STATUS_COMMIT_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object in the process of committing
STATUS_COMMITTED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object that is in sync with the database as far as the client code is aware (the client code doesn't check!)
STATUS_COMPLETED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page and all of its referenced images and CSS files were loaded completely
STATUS_COMPLETED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page and all of its referenced images and CSS files were loaded completely
STATUS_CONNECTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The stream was received
STATUS_CONNECTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The stream was received
STATUS_DELETE_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object that is in the process of deletion
STATUS_DELETED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a deleted object
STATUS_DISPLAYED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was displayed on screen - but at this stage some images and CSS files may still be loading in the background
STATUS_DISPLAYED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was displayed on screen - but at this stage some images and CSS files may still be loading in the background
STATUS_ERROR - Static variable in interface com.codename1.ui.html.HTMLCallback
The page couldn't load completely because of parsing errors
STATUS_ERROR - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page couldn't load completely because of parsing errors
STATUS_MODIFIED - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a locally modified object that wasn't committed yet
STATUS_NEW - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, a new object never persisted
STATUS_NONE - Static variable in interface com.codename1.ui.html.HTMLCallback
This is returned in the page status if no page has been set to the HTMLComponent
STATUS_NONE - Static variable in interface com.sun.lwuit.html.HTMLCallback
This is returned in the page status if no page has been set to the HTMLComponent
STATUS_PARSED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was parsed
STATUS_PARSED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was parsed
STATUS_REDIRECTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was redirected to another URL
STATUS_REDIRECTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was redirected to another URL
STATUS_REFRESH_IN_PROGRESS - Static variable in class com.codename1.cloud.CloudObject
Indicates the state of the current object, an object in the process of refresh
STATUS_REQUESTED - Static variable in interface com.codename1.ui.html.HTMLCallback
The page was requested from the request handler
STATUS_REQUESTED - Static variable in interface com.sun.lwuit.html.HTMLCallback
The page was requested from the request handler
StAXResult - Class in javax.xml.transform.stax
Acts as a holder for an XML Result in the form of a StAX writer,i.e.
StAXResult(XMLEventWriter) - Constructor for class javax.xml.transform.stax.StAXResult
Creates a new instance of a StAXResult by supplying an XMLEventWriter.
StAXResult(XMLStreamWriter) - Constructor for class javax.xml.transform.stax.StAXResult
Creates a new instance of a StAXResult by supplying an XMLStreamWriter.
StAXSource - Class in javax.xml.transform.stax
Acts as a holder for an XML Source in the form of a StAX reader,i.e.
StAXSource(XMLEventReader) - Constructor for class javax.xml.transform.stax.StAXSource
Creates a new instance of a StAXSource by supplying an XMLEventReader.
StAXSource(XMLStreamReader) - Constructor for class javax.xml.transform.stax.StAXSource
Creates a new instance of a StAXSource by supplying an XMLStreamReader.
stop() - Method in class com.codename1.components.WebBrowser
Stop loading the current page
stop() - Method in class com.codename1.io.BufferedInputStream
Stop reading from the stream, invoking this will cause the read() to return -1
stop() - Method in interface com.codename1.io.Socket.StopListening
Stop listening
stop() - Method in class com.codename1.ui.BrowserComponent
Cancel the loading of the current page
stop() - Method in class com.sun.lwuit.MediaComponent
Stope media playback
stop() - Method in class java.lang.Thread
Deprecated.
This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the unchecked ThreadDeath exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses of stop should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop(Throwable) - Method in class java.lang.Thread
Deprecated.
This method was originally designed to force a thread to stop and throw a given Throwable as an exception. It was inherently unsafe (see Thread.stop() for details), and furthermore could be used to generate exceptions that the target thread was not prepared to handle. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently unsafe. See Thread.stop() for details.
stopApplicationInstance() - Method in class com.codename1.testing.DeviceRunner
This method should cleanup the application so the next test case can run on a clean application instance
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopTicker() - Method in class com.codename1.ui.Label
Stops the text ticker
stopTicker() - Method in class com.sun.lwuit.Label
Stops the text ticker
Storage - Class in com.codename1.io
Abstracts the underlying application specific storage system such as RMS
Storage() - Constructor for class com.codename1.io.Storage
 
STORAGE_NAME - Static variable in class com.codename1.io.Cookie
 
StorageImage - Class in com.codename1.components
An encoded image that stores the actual data of the encoded image in storage.
StorageImageAsync - Class in com.codename1.components
Asynchronous storage image that loads in the background and not during the paint cycle effectively not blocking the EDT drawing speed.
store(OutputStream, char[]) - Method in class java.security.KeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
store(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStore
Stores this keystore using the given LoadStoreParameter.
store(Writer, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
storeComponentState(Component, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
By default Codename One stores the states of components in the navigation graph as it moves between forms.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
storeToXML(OutputStream, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table.
storeToXML(OutputStream, String, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
stream(T[]) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified array as its source.
stream(T[], int, int) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified range of the specified array as its source.
stream(int[]) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified array as its source.
stream(int[], int, int) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified range of the specified array as its source.
stream(long[]) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified array as its source.
stream(long[], int, int) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified range of the specified array as its source.
stream(double[]) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified array as its source.
stream(double[], int, int) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified range of the specified array as its source.
stream() - Method in class java.util.BitSet
Returns a stream of indices for which this BitSet contains a bit in the set state.
stream() - Method in interface java.util.Collection
Returns a sequential Stream with this collection as its source.
stream() - Method in class java.util.jar.JarFile
 
Stream<T> - Interface in java.util.stream
A sequence of elements supporting sequential and parallel aggregate operations.
stream(Spliterator<T>, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel Stream from a Spliterator.
stream(Supplier<? extends Spliterator<T>>, int, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel Stream from a Supplier of Spliterator.
stream() - Method in class java.util.zip.ZipFile
Return an ordered Stream over the ZIP file entries.
Stream.Builder<T> - Interface in java.util.stream
A mutable builder for a Stream.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
StreamConnection - Interface in javax.microedition.io
 
StreamConnectionNotifier - Interface in javax.microedition.io
 
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamFilter - Interface in javax.xml.stream
This interface declares a simple filter interface that one can create to filter XMLStreamReaders
StreamHandler - Class in java.util.logging
Stream based logging Handler.
StreamHandler() - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler, with no current output stream.
StreamHandler(OutputStream, Formatter) - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler with a given Formatter and output stream.
StreamReaderDelegate - Class in javax.xml.stream.util
This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.
StreamReaderDelegate() - Constructor for class javax.xml.stream.util.StreamReaderDelegate
Construct an empty filter with no parent.
StreamReaderDelegate(XMLStreamReader) - Constructor for class javax.xml.stream.util.StreamReaderDelegate
Construct an filter with the specified parent.
streamReady(InputStream, DocumentInfo) - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
streamReady(InputStream, DocumentInfo) - Method in interface com.codename1.ui.html.IOCallback
Called when the stream of the document is ready
StreamResult - Class in javax.xml.transform.stream
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
StreamResult() - Constructor for class javax.xml.transform.stream.StreamResult
Zero-argument default constructor.
StreamResult(OutputStream) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a byte stream.
StreamResult(Writer) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a character stream.
StreamResult(String) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a URL.
StreamResult(File) - Constructor for class javax.xml.transform.stream.StreamResult
Construct a StreamResult from a File.
StreamSource - Class in javax.xml.transform.stream
Acts as an holder for a transformation Source in the form of a stream of XML markup.
StreamSource() - Constructor for class javax.xml.transform.stream.StreamSource
Zero-argument default constructor.
StreamSource(InputStream) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(InputStream, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(Reader) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(Reader, String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a character reader.
StreamSource(String) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a URL.
StreamSource(File) - Constructor for class javax.xml.transform.stream.StreamSource
Construct a StreamSource from a File.
StreamSupport - Class in java.util.stream
Low-level utility methods for creating and manipulating streams.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated.
As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
StrictMath - Class in java.lang
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
STRIKETHROUGH - Static variable in class java.awt.font.TextAttribute
Attribute key for strikethrough.
STRIKETHROUGH_ON - Static variable in class java.awt.font.TextAttribute
A single strikethrough.
String - Class in java.lang
String represents immutable strings of (16-bit) unicode characters.
String() - Constructor for class java.lang.String
Constructor for an empty string.
String(String) - Constructor for class java.lang.String
Constructor for a copy of a string.
String(char[]) - Constructor for class java.lang.String
Constructor for a string that contains the characters of a given character array.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(int[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the Unicode code point array argument.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(StringBuffer) - Constructor for class java.lang.String
Constructor that creates a String object from the characters in a StringBuffer.
String(StringBuilder) - Constructor for class java.lang.String
Constructor that creates a String object from the characters in a StringBuilder.
STRING - Static variable in class javax.xml.xpath.XPathConstants
The XPath 1.0 string data type.
StringBuffer - Class in java.lang
A thread-safe, mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBufferInputStream - Class in java.io
Deprecated.
This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated.
Creates a string input stream to read data from the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringCharacterIterator - Class in java.text
StringCharacterIterator implements the CharacterIterator protocol for a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with an initial index of 0.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator over the given range of the given string, with the index set at the specified position.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringJoiner - Class in java.util
StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix and ending with a supplied suffix.
StringJoiner(CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it, with no prefix or suffix, and a copy of the supplied delimiter.
StringJoiner(CharSequence, CharSequence, CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it using copies of the supplied prefix, delimiter and suffix.
stringPropertyNames() - Method in class java.util.Properties
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
stringToken(String) - Method in interface com.codename1.io.JSONParseCallback
Submits a token from the JSON data as a java string, this token is always a string value
stringToken(String) - Method in class com.codename1.io.JSONParser
 
StringTokenizer - Class in java.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringUtil - Class in com.codename1.util
Various utility methods for manipulating strings
StringUtil() - Constructor for class com.codename1.util.StringUtil
 
stringWidth(String) - Method in class com.codename1.ui.Font
Return the width of the given string in this font instance
stringWidth(String) - Method in class com.sun.lwuit.Font
Return the width of the given string in this font instance
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
STRIP - Static variable in interface java.util.jar.Pack200.Packer
The string "strip", a possible value for certain properties.
stripExtensions() - Method in class java.util.Locale
Returns a copy of this Locale with no extensions.
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
Struct - Interface in java.sql
The standard mapping in the Java programming language for an SQL structured type.
STRUCT - 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 STRUCT.
StubException - Exception in javax.microedition.xlet.ixc
StubException is thrown when the creation of a stub class for IXC fails.
StubException() - Constructor for exception javax.microedition.xlet.ixc.StubException
Constructs a StubException with no message
StubException(String) - Constructor for exception javax.microedition.xlet.ixc.StubException
Constructs a StubException with a message
StubException(String, Throwable) - Constructor for exception javax.microedition.xlet.ixc.StubException
Constructs a StubException with a message and a nested exception.
StubNotFoundException - Exception in java.rmi
A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported.
StubNotFoundException(String) - Constructor for exception java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message.
StubNotFoundException(String, Exception) - Constructor for exception java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message and nested exception.
Style - Class in com.codename1.ui.plaf
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.codename1.ui.plaf.Style
Each component when it draw itself uses this Object to determine in what colors it should use.
Style(Style) - Constructor for class com.codename1.ui.plaf.Style
Creates a full copy of the given style.
Style(int, int, Font, byte) - Constructor for class com.codename1.ui.plaf.Style
Creates a new style with the given attributes
Style(int, int, Font, byte, Image, byte) - Constructor for class com.codename1.ui.plaf.Style
Creates a new style with the given attributes
Style - Class in com.sun.lwuit.plaf
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.sun.lwuit.plaf.Style
Each component when it draw itself uses this Object to determine in what colors it should use.
Style(Style) - Constructor for class com.sun.lwuit.plaf.Style
Creates a full copy of the given style.
Style(int, int, Font, byte) - Constructor for class com.sun.lwuit.plaf.Style
Creates a new style with the given attributes
Style(int, int, Font, byte, Image, byte) - Constructor for class com.sun.lwuit.plaf.Style
Creates a new style with the given attributes
STYLE_BOLD - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_BOLD - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_ITALIC - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_ITALIC - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_PLAIN - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_PLAIN - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
STYLE_UNDERLINED - Static variable in class com.codename1.ui.Font
Constant allowing us to author portable system fonts
STYLE_UNDERLINED - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts
styleChanged(String, Style) - Method in class com.codename1.ui.Component
 
styleChanged(String, Style) - Method in interface com.codename1.ui.events.StyleListener
Invoked to indicate a change in a propertyName of a Style
styleChanged(String, Style) - Method in class com.sun.lwuit.Component
 
styleChanged(String, Style) - Method in interface com.sun.lwuit.events.StyleListener
Invoked to indicate a change in a propertyName of a Style
StyleListener - Interface in com.codename1.ui.events
Invoked to indicate a change in a Style property
StyleListener - Interface in com.sun.lwuit.events
Invoked to indicate a change in a Style property
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.EncodedImage
 
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.Image
Extracts a subimage from the given image allowing us to breakdown a single large image into multiple smaller images in RAM, this actually creates a standalone version of the image for use.
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.RGBImage
 
subImage(int, int, int, int, boolean) - Method in class com.codename1.ui.ScaledImage
 
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.EncodedImage
 
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.Image
Extracts a subimage from the given image allowing us to breakdown a single large image into multiple smaller images in RAM, this actually creates a standalone version of the image for use.
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.IndexedImage
Deprecated.
 
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.RGBImage
 
subImage(int, int, int, int, boolean) - Method in class com.sun.lwuit.ScaledImage
 
Subject - Class in javax.security.auth
A Subject represents a grouping of related information for a single entity, such as a person.
Subject() - Constructor for class javax.security.auth.Subject
Create an instance of a Subject with an empty Set of Principals and empty Sets of public and private credentials.
Subject(boolean, Set<? extends Principal>, Set<?>, Set<?>) - Constructor for class javax.security.auth.Subject
Create an instance of a Subject with Principals and credentials.
SubjectDomainCombiner - Class in javax.security.auth
A SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with this SubjectDomainCombiner.
SubjectDomainCombiner(Subject) - Constructor for class javax.security.auth.SubjectDomainCombiner
Associate the provided Subject with this SubjectDomainCombiner.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
 
subMap(K, K) - Method in class java.util.TreeMap
 
submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
subpath(int, int) - Method in interface java.nio.file.Path
Returns a relative Path that is a subsequence of the name elements of this path.
subscribe(String) - Method in class com.codename1.payment.Purchase
Begins subscribe process for the given subscription SKU
subscriptionCanceled(String) - Method in interface com.codename1.payment.PurchaseCallback
Invoked when a subscription SKU is canceled
subscriptionStarted(String) - Method in interface com.codename1.payment.PurchaseCallback
Invoked when a subscription SKU is started
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
subSequence creates a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
 
Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
 
subSet(E, E) - Method in class java.util.TreeSet
 
SUBSIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that all Spliterators resulting from trySplit() will be both Spliterator.SIZED and Spliterator.SUBSIZED.
substituteColorModel(ColorModel, ColorModel) - Method in class java.awt.image.RGBImageFilter
Registers two ColorModel objects for substitution.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.String
Create a new String object with the contents of the suffix of this String starting at a given index.
substring(int, int) - Method in class java.lang.String
Create a new String objects with the contents of the substring of this String.
substring(int) - Method in class java.lang.StringBuffer
 
substring(int, int) - Method in class java.lang.StringBuffer
 
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
substringWidth(String, int, int) - Method in class com.codename1.ui.Font
Return the width of the given string subset in this font instance
substringWidth(String, int, int) - Method in class com.sun.lwuit.Font
Return the width of the given string subset in this font instance
subtract(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), and whose scale is max(this.scale(), subtrahend.scale()).
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
subtract(Duration) - Method in class javax.xml.datatype.Duration
Computes a new duration whose value is this-rhs.
subtractExact(int, int) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractExact(int, int) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractFrom(Temporal) - Method in interface java.time.chrono.ChronoPeriod
Subtracts this period from the specified temporal object.
subtractFrom(Temporal) - Method in class java.time.Duration
Subtracts this duration from the specified temporal object.
subtractFrom(Temporal) - Method in class java.time.Period
Subtracts this period from the specified temporal object.
subtractFrom(Temporal) - Method in interface java.time.temporal.TemporalAmount
Subtracts this object from the specified temporal object.
SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.
SUFFICIENT - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
Sufficient LoginModule.
sum(double, double) - Static method in class java.lang.Double
Adds two double values together as per the + operator.
sum(float, float) - Static method in class java.lang.Float
Adds two float values together as per the + operator.
sum(int, int) - Static method in class java.lang.Integer
Adds two integers together as per the + operator.
sum(long, long) - Static method in class java.lang.Long
Adds two long values together as per the + operator.
sum() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the current sum.
sum() - Method in class java.util.concurrent.atomic.LongAdder
Returns the current sum.
sum() - Method in interface java.util.stream.DoubleStream
Returns the sum of elements in this stream.
sum() - Method in interface java.util.stream.IntStream
Returns the sum of elements in this stream.
sum() - Method in interface java.util.stream.LongStream
Returns the sum of elements in this stream.
summarizingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an double-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an int-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an long-producing mapping function to each input element, and returns summary statistics for the resulting values.
summaryStatistics() - Method in interface java.util.stream.DoubleStream
Returns a DoubleSummaryStatistics describing various summary data about the elements of this stream.
summaryStatistics() - Method in interface java.util.stream.IntStream
Returns an IntSummaryStatistics describing various summary data about the elements of this stream.
summaryStatistics() - Method in interface java.util.stream.LongStream
Returns a LongSummaryStatistics describing various summary data about the elements of this stream.
summingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a double-valued function applied to the input elements.
summingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a integer-valued function applied to the input elements.
summingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a long-valued function applied to the input elements.
sumThenReset() - Method in class java.util.concurrent.atomic.DoubleAdder
Equivalent in effect to DoubleAdder.sum() followed by DoubleAdder.reset().
sumThenReset() - Method in class java.util.concurrent.atomic.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
SUNDANESE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese Supplement" Unicode character block.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
SUNDAY_START - Static variable in class java.time.temporal.WeekFields
The common definition of a week that starts on Sunday and the first week has a minimum of 1 day.
SUPERSCRIPT - Static variable in class java.awt.font.TextAttribute
Attribute key for superscripting and subscripting.
SUPERSCRIPT_SUB - Static variable in class java.awt.font.TextAttribute
Standard subscript.
SUPERSCRIPT_SUPER - Static variable in class java.awt.font.TextAttribute
Standard superscript.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Superscripts and Subscripts" Unicode character block.
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-A" Unicode character block.
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-B" Unicode character block.
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Mathematical Operators" Unicode character block.
SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Punctuation" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-A" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-B" Unicode character block.
Supplier<T> - Interface in java.util.function
Represents a supplier of results.
supplier() - Method in interface java.util.stream.Collector
A function that creates and returns a new mutable result container.
supplyAsync(Supplier<U>) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() with the value obtained by calling the given Supplier.
supplyAsync(Supplier<U>, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor with the value obtained by calling the given Supplier.
SUPPORT_DTD - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to support DTDs
supportedFileAttributeViews() - Method in class java.nio.file.FileSystem
Returns the set of the names of the file attribute views supported by this FileSystem.
supportedOptions() - Method in interface java.nio.channels.NetworkChannel
Returns a set of the socket options supported by this channel.
supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with add column.
supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with drop column.
supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports batch updates.
supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a table definition statement.
supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for the conversion of one JDBC type to another.
supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for conversions between the JDBC types fromType and toType.
supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Core SQL grammar.
supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports only data manipulation statements within a transaction.
supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports expressions in ORDER BY lists.
supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Extended SQL grammar.
supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
supportsFileAttributeView(String) - Method in class java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports full nested outer joins.
supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed
supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of GROUP BY clause.
supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMulticast() - Method in class java.net.NetworkInterface
Returns whether a network interface supports multicasting or not.
supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database allows having multiple transactions open at once (on different connections).
supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across commits.
supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across rollbacks.
supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of outer join.
supportsParameter(Object) - Method in class java.security.Provider.Service
Test whether this Service can use the specified parameter.
supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned DELETE statements.
supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned UPDATE statements.
supportsRefCursors() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports REF CURSOR.
supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set type.
supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a table definition statement.
supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SELECT FOR UPDATE statements.
supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in IN expressions.
supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in quantified expressions.
supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given transaction isolation level.
supportsTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION.
supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION ALL.
supportsUrgentData() - Method in class java.net.SocketImpl
Returns whether or not this SocketImpl supports sending urgent data.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
SURROGATE - Static variable in class java.lang.Character
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Deprecated.
As of J2SE 5, use Character.UnicodeBlock.HIGH_SURROGATES, Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock.of(char) and Character.UnicodeBlock.of(int) methods return the new constants, not SURROGATES_AREA.
suspend() - Method in class java.lang.Thread
Deprecated.
This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to calling resume, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
suspend() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently deadlock-prone. See Thread.suspend() for details.
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions in the specified list.
SWAP_COLORS - Static variable in class java.awt.font.TextAttribute
Attribute key for swapping foreground and background Paints.
SWAP_COLORS_ON - Static variable in class java.awt.font.TextAttribute
Swap foreground and background.
SwitchPoint - Class in java.lang.invoke
A SwitchPoint is an object which can publish state transitions to other threads.
SwitchPoint() - Constructor for class java.lang.invoke.SwitchPoint
Creates a new switch point.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
SYMBOLS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the symbols mode.
sync() - Method in class com.codename1.io.gzip.Inflater
 
SYNC_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to flush out all pending output; may degrade compression for some compression algorithms.
syncAll(MutableCallSite[]) - Static method in class java.lang.invoke.MutableCallSite
Performs a synchronization operation on each call site in the given array, forcing all other threads to throw away any cached values previously loaded from the target of any of the call sites.
SyncFailedException - Exception in java.io
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
synchronizedNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SynchronousQueue<E> - Class in java.util.concurrent
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with the specified fairness policy.
syncPoint() - Method in class com.codename1.io.gzip.Inflater
 
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
System - Class in java.lang
System contains static fields and methods that permit access to properties of the current environment.
system(ZoneId) - Static method in class java.time.Clock
Obtains a clock that returns the current instant using best available system clock.
SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
The port to lookup the activation system.
systemDefault() - Static method in class java.time.ZoneId
Gets the system default time-zone.
systemDefaultZone() - Static method in class java.time.Clock
Obtains a clock that returns the current instant using the best available system clock, converting to date and time using the default time-zone.
systemUTC() - Static method in class java.time.Clock
Obtains a clock that returns the current instant using the best available system clock, converting to date and time using the UTC time-zone.
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 _