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 _ 

U

UDPDatagramConnection - Interface in javax.microedition.io
 
UGARITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ugaritic" Unicode character block.
UIBuilder - Class in com.codename1.ui.util
The UI builder can create a user interface based on the UI designed in the resource editor and allows us to bind to said UI.
UIBuilder() - Constructor for class com.codename1.ui.util.UIBuilder
 
UID - Class in java.rmi.server
A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
UID() - Constructor for class java.rmi.server.UID
Generates a UID that is unique over time with respect to the host that it was generated on.
UID(short) - Constructor for class java.rmi.server.UID
Creates a "well-known" UID.
UIEvent - Interface in org.w3c.dom.events
The UIEvent interface provides specific contextual information associated with User Interface events.
UIManager - Class in com.codename1.ui.plaf
Central point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance.
UIManager - Class in com.sun.lwuit.plaf
Central point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance.
UITimer - Class in com.codename1.ui.util
Simple timer callback that is invoked on the CodenameOne EDT thread rather than on a separate thread.
UITimer() - Constructor for class com.codename1.ui.util.UITimer
This constructor is useful when deriving this class to implement a timer.
UITimer(Runnable) - Constructor for class com.codename1.ui.util.UITimer
Constructor that accepts a runnable to invoke on timer elapse
UK - Static variable in class java.util.Locale
Useful constant for country.
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(double) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp() - Method in class java.math.BigDecimal
Returns the size of an ulp, a unit in the last place, of this BigDecimal.
UnaryOperator<T> - Interface in java.util.function
Represents an operation on a single operand that produces a result of the same type as its operand.
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
UnavailableContainerException - Exception in javax.microedition.xlet
Exception throw when an Xlet container cannot be provided when requested.
UnavailableContainerException() - Constructor for exception javax.microedition.xlet.UnavailableContainerException
UnavailableContainerException(String) - Constructor for exception javax.microedition.xlet.UnavailableContainerException
unbind(String) - Static method in class java.rmi.Naming
Destroys the binding for the specified name that is associated with a remote object.
unbind(String) - Method in interface java.rmi.registry.Registry
Removes the binding for the specified name in this registry.
unbind(String) - Method in class javax.microedition.xlet.ixc.IxcRegistry
 
unbindAll() - Method in class javax.microedition.xlet.ixc.IxcRegistry
 
unbindProperty(Component, String) - Method in class com.codename1.cloud.CloudObject
Releases the binding for the specific property name
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.CheckBox
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.Component
Removes a bind target from the given property name
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.Label
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.RadioButton
 
unbindProperty(String, BindTarget) - Method in class com.codename1.ui.TextArea
 
unbindTree(Container) - Method in class com.codename1.cloud.CloudObject
Clears the binding to this component tree
unblock(InetAddress) - Method in class java.nio.channels.MembershipKey
Unblock multicast datagrams from the given source address that was previously blocked using the block method.
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
UncheckedIOException - Exception in java.io
Wraps an IOException with an unchecked exception.
UncheckedIOException(String, IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
UncheckedIOException(IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
unconfigurableExecutorService(ExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unconfigurableScheduledExecutorService(ScheduledExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
UndeclaredThrowableException - Exception in java.lang.reflect
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a checked exception (a Throwable that is not assignable to RuntimeException or Error) that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException(Throwable) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable.
UndeclaredThrowableException(Throwable, String) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable and a detail message.
UNDERFLOW - Static variable in class java.nio.charset.CoderResult
Result object indicating underflow, meaning that either the input buffer has been completely consumed or, if the input buffer is not yet empty, that additional input is required.
UNDERLINE - Static variable in class java.awt.font.TextAttribute
Attribute key for underline.
UNDERLINE_LOW_DASHED - Static variable in class java.awt.font.TextAttribute
Single pixel dashed low underline.
UNDERLINE_LOW_DOTTED - Static variable in class java.awt.font.TextAttribute
Single pixel dotted low underline.
UNDERLINE_LOW_GRAY - Static variable in class java.awt.font.TextAttribute
Double pixel gray low underline.
UNDERLINE_LOW_ONE_PIXEL - Static variable in class java.awt.font.TextAttribute
Single pixel solid low underline.
UNDERLINE_LOW_TWO_PIXEL - Static variable in class java.awt.font.TextAttribute
Double pixel solid low underline.
UNDERLINE_ON - Static variable in class java.awt.font.TextAttribute
Standard underline.
UNEDITABLE - Static variable in class com.codename1.ui.TextArea
Indicates that editing is currently disallowed.
UNEDITABLE - Static variable in class com.sun.lwuit.TextArea
Indicates that editing is currently disallowed.
UnexpectedException - Exception in java.rmi
An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
UnexpectedException - Class in java.rmi
An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
UnexpectedException(String) - Constructor for exception java.rmi.UnexpectedException
Constructs an UnexpectedException with the specified detail message.
UnexpectedException(String, Exception) - Constructor for exception java.rmi.UnexpectedException
Constructs a UnexpectedException with the specified detail message and nested exception.
unexportObject(Remote, boolean) - Static method in class java.rmi.activation.Activatable
Remove the remote object, obj, from the RMI runtime.
unexportObject(Remote, boolean) - Static method in class java.rmi.server.UnicastRemoteObject
Removes the remote object, obj, from the RMI runtime.
UnicastRemoteObject - Class in java.rmi.server
Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.
UnicastRemoteObject() - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using an anonymous port.
UnicastRemoteObject(int) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port.
UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories.
UNICODE_CASE - Static variable in class java.util.regex.Pattern
Enables Unicode-aware case folding.
UNICODE_CHARACTER_CLASS - Static variable in class java.util.regex.Pattern
Enables the Unicode version of Predefined character classes and POSIX character classes.
UNICODE_LOCALE_EXTENSION - Static variable in class java.util.Locale
The key for Unicode locale extension ('u').
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics Extended" Unicode character block.
UNINITIALIZED - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has not yet been initialized.
uninstall() - Method in class com.codename1.ui.plaf.LookAndFeel
Invoked when a look and feel is removed, allows a look and feel to release resources related to binding components.
uninstall() - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked when a look and feel is removed, allows a look and feel to release resources related to binding components.
unInstallMenuBar() - Method in class com.codename1.ui.MenuBar
Removes the MenuBar from the parent Form
unInstallMenuBar() - Method in class com.codename1.ui.SideMenuBar
 
UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UNIT_TYPE_DIPS - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin in device independent pixels.
UNIT_TYPE_PIXELS - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin, the default is in device specific pixels
UNIT_TYPE_SCREEN_PERCENTAGE - Static variable in class com.codename1.ui.plaf.Style
Indicates the unit type for padding/margin in percentage of the size of the screen
UnitTest - Interface in com.codename1.testing
A Codename One unit test interface, you would normally like to derive from AbstractTest which is less verbose and contains many helper methods.
UNIX_LINES - Static variable in class java.util.regex.Pattern
Enables Unix lines mode.
UNKNOWN_ATTRIBUTE - Static variable in interface java.util.jar.Pack200.Packer
Indicates the action to take when a class-file containing an unknown attribute is encountered.
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFormatConversionException - Exception in java.util
Unchecked exception thrown when an unknown conversion is given.
UnknownFormatConversionException(String) - Constructor for exception java.util.UnknownFormatConversionException
Constructs an instance of this class with the unknown conversion.
UnknownFormatFlagsException - Exception in java.util
Unchecked exception thrown when an unknown flag is given.
UnknownFormatFlagsException(String) - Constructor for exception java.util.UnknownFormatFlagsException
Constructs an instance of this class with the specified flags.
UnknownGroupException - Exception in java.rmi.activation
An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
UnknownGroupException(String) - Constructor for exception java.rmi.activation.UnknownGroupException
Constructs an UnknownGroupException with the specified detail message.
UnknownHostException - Exception in java.net
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException - Exception in java.rmi
An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
UnknownHostException(String) - Constructor for exception java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message.
UnknownHostException(String, Exception) - Constructor for exception java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message and nested exception.
UnknownObjectException - Exception in java.rmi.activation
An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
UnknownObjectException(String) - Constructor for exception java.rmi.activation.UnknownObjectException
Constructs an UnknownObjectException with the specified detail message.
UnknownServiceException - Exception in java.net
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
UNLIMITED - Static variable in class java.math.MathContext
A MathContext object whose settings have the values required for unlimited precision arithmetic.
unlock() - Method in class com.codename1.ui.animations.Timeline
 
unlock() - Method in class com.codename1.ui.EncodedImage
 
unlock() - Method in class com.codename1.ui.Image
This callback indicates that a component pointing at this image is now deinitilized This method may be invoked multiple times.
unlock() - Method in class com.codename1.ui.plaf.Border
This callback indicates that a component pointing at this border is now deinitilized This method may be invoked multiple times.
unlock() - Method in interface java.util.concurrent.locks.Lock
Releases the lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Attempts to release this lock.
unlock(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the corresponding mode of the lock.
unlockOrientation() - Method in class com.codename1.ui.Display
This is the reverse method for lock orientation allowing orientation lock to be disabled
unlockRead(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the non-exclusive lock.
unlockWrite(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the exclusive lock.
UnmappableCharacterException - Exception in java.nio.charset
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
UnmappableCharacterException(int) - Constructor for exception java.nio.charset.UnmappableCharacterException
Constructs an UnmappableCharacterException with the given length.
unmappableForLength(int) - Static method in class java.nio.charset.CoderResult
Static factory method that returns the unique result object describing an unmappable-character error of the given length.
UnmarshalException - Exception in java.rmi
An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a java.io.IOException occurs unmarshalling parameters (on the server side) or the return value (on the client side).
UnmarshalException(String) - Constructor for exception java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message.
UnmarshalException(String, Exception) - Constructor for exception java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message and nested exception.
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable map.
unmodifiableNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable set.
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
unordered() - Method in interface java.util.stream.BaseStream
Returns an equivalent stream that is unordered.
unpack(InputStream, JarOutputStream) - Method in interface java.util.jar.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
unpack(File, JarOutputStream) - Method in interface java.util.jar.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
unpark(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Makes available the permit for the given thread, if it was not already available.
unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an unparsed entity declaration event.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
UnrecoverableEntryException - Exception in java.security
This exception is thrown if an entry in the keystore cannot be recovered.
UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with no detail message.
UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
UnrecoverableKeyException - Exception in java.security
This exception is thrown if a key in the keystore cannot be recovered.
UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
Unreferenced - Interface in java.rmi.server
A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
unreferenced() - Method in interface java.rmi.server.Unreferenced
Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.
unreflect(Method) - Method in class java.lang.invoke.MethodHandles.Lookup
Makes a direct method handle to m, if the lookup class has permission.
unreflectConstructor(Constructor<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a reflected constructor.
unreflectGetter(Field) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving read access to a reflected field.
unreflectSetter(Field) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving write access to a reflected field.
unreflectSpecial(Method, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a reflected method.
unregister(ActivationID) - Static method in class java.rmi.activation.Activatable
Revokes previous registration for the activation descriptor associated with id.
unregisterGroup(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation group.
unregisterObject(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.
UNRELATED - Static variable in class com.codename1.ui.layouts.LayoutStyle
Possible argument to getPreferredGap.
UNRELATED - Static variable in class com.sun.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
UnresolvedPermission - Class in java.security
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
UnresolvedPermission(String, String, String, Certificate[]) - Constructor for class java.security.UnresolvedPermission
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
unscaledValue() - Method in class java.math.BigDecimal
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected converted text.
UNSELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected raw text.
UNSPECIFIED_EVENT_TYPE_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event's type was not specified by initializing the event before the method was called.
UNSPECIFIED_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
Unspecified option type.
unsubscribe(String) - Method in class com.codename1.payment.Purchase
Cancels the subscription to a given SKU
UNSUPPORTED_EMPTY_COLLECTION - Static variable in class java.security.Policy
A read-only empty PermissionCollection instance.
UnsupportedCallbackException - Exception in javax.security.auth.callback
Signals that a CallbackHandler does not recognize a particular Callback.
UnsupportedCallbackException(Callback) - Constructor for exception javax.security.auth.callback.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with no detail message.
UnsupportedCallbackException(Callback, String) - Constructor for exception javax.security.auth.callback.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with the specified detail message.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UnsupportedTemporalTypeException - Exception in java.time.temporal
UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.
UnsupportedTemporalTypeException(String) - Constructor for exception java.time.temporal.UnsupportedTemporalTypeException
Constructs a new UnsupportedTemporalTypeException with the specified message.
UnsupportedTemporalTypeException(String, Throwable) - Constructor for exception java.time.temporal.UnsupportedTemporalTypeException
Constructs a new UnsupportedTemporalTypeException with the specified message and cause.
until(Temporal, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
Calculates the amount of time until another date in terms of the specified unit.
until(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Calculates the period between this date and another date as a ChronoPeriod.
until(ChronoLocalDate) - Method in class java.time.chrono.HijrahDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.JapaneseDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.MinguoDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.ThaiBuddhistDate
 
until(Temporal, TemporalUnit) - Method in class java.time.Instant
Calculates the amount of time until another instant in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.LocalDate
Calculates the amount of time until another date in terms of the specified unit.
until(ChronoLocalDate) - Method in class java.time.LocalDate
Calculates the period between this date and another date as a Period.
until(Temporal, TemporalUnit) - Method in class java.time.LocalDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.LocalTime
Calculates the amount of time until another time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.OffsetDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.OffsetTime
Calculates the amount of time until another time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in interface java.time.temporal.Temporal
Calculates the amount of time until another temporal in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.Year
Calculates the amount of time until another year in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.YearMonth
Calculates the amount of time until another year-month in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.ZonedDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
unwrap() - Method in class java.lang.invoke.MethodType
Converts all wrapper types to their corresponding primitive types.
unwrap(Class<T>) - Method in interface java.sql.Wrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(byte[], String, int) - Method in class javax.crypto.Cipher
Unwrap a previously wrapped key.
unwrap(ByteBuffer, ByteBuffer) - Method in class javax.net.ssl.SSLEngine
Attempts to decode SSL/TLS network data into a plaintext application data buffer.
unwrap(ByteBuffer, ByteBuffer[]) - Method in class javax.net.ssl.SSLEngine
Attempts to decode SSL/TLS network data into a sequence of plaintext application data buffers.
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class javax.net.ssl.SSLEngine
Attempts to decode SSL/TLS network data into a subsequence of plaintext application data buffers.
UNWRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-unwrapping mode.
update(byte[], int, int) - Method in class com.codename1.io.gzip.Adler32
 
update(byte[], int, int) - Method in class com.codename1.io.gzip.CRC32
 
update(Graphics) - Method in class java.awt.Component
Updates this component.
update(Graphics) - Method in class java.awt.Container
Updates the container.
UPDATE - Static variable in class java.awt.event.PaintEvent
The update event type.
update(byte) - Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(ByteBuffer) - Method in class java.security.MessageDigest
Update the digest using the specified ByteBuffer.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(ByteBuffer) - Method in class java.security.Signature
Updates the data to be signed or verified using the specified ByteBuffer.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.Adler32
Updates the checksum with the bytes from the specified buffer.
update(int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(byte[], int, int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.CRC32
Updates the checksum with the bytes from the specified buffer.
update(byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(ByteBuffer, ByteBuffer) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte) - Method in class javax.crypto.Mac
Processes the given byte.
update(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes.
update(byte[], int, int) - Method in class javax.crypto.Mac
Processes the first len bytes in input, starting at offset inclusive.
update(ByteBuffer) - Method in class javax.crypto.Mac
Processes input.remaining() bytes in the ByteBuffer input, starting at input.position().
updateAAD(byte[]) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD).
updateAAD(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD), using a subset of the provided buffer.
updateAAD(ByteBuffer) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD).
updateAndGet(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateArray(int, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream.
updateBoolean(int, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateButtonDayDate(Button, int, int, int) - Method in class com.codename1.ui.Calendar
This method updates the Button day.
updateButtonDayDate(Button, int, int) - Method in class com.codename1.ui.Calendar
This method updates the Button day.
updateByte(int, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateData(CachedData, ActionListener) - Static method in class com.codename1.io.services.CachedDataService
Checks that the cached data is up to date and if a newer version exits it updates the data in place
updateDate(int, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateFilterList() - Method in class com.codename1.ui.AutoCompleteTextField
In a case of an asynchronous filter this method can be invoked to refresh the completion list
updateFloat(int, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateIconPlaceholders() - Method in class com.codename1.ui.list.GenericListCellRenderer
Updates the placeholder instances, this is useful for changing the URLImage placeholder in runtime as might happen in the designer
updateInt(int, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateNCharacterStream(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateNClob(int, NClob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.NClob value.
updateNClob(String, NClob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.NClob value.
updateNClob(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader The data will be read from the stream as needed until end-of-stream is reached.
updateNClob(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateNString(int, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateNString(String, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateNull(int) - Method in interface java.sql.ResultSet
Updates the designated column with a null value.
updateNull(String) - Method in interface java.sql.ResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object, SQLType, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, SQLType, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object, SQLType) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, SQLType) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRow() - Method in interface java.sql.ResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRowId(int, RowId) - Method in interface java.sql.ResultSet
Updates the designated column with a RowId value.
updateRowId(String, RowId) - Method in interface java.sql.ResultSet
Updates the designated column with a RowId value.
updatesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateSQLXML(int, SQLXML) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.SQLXML value.
updateSQLXML(String, SQLXML) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.SQLXML value.
updateString(int, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateValue() - Method in class com.codename1.ui.spinner.Picker
Updates the display value of the picker, subclasses can override this to invoke set text with the right value
uploadCloudFile(String, String) - Method in class com.codename1.cloud.CloudStorage
Allows uploading of images etc.
uploadCloudFile(String, String, InputStream, int) - Method in class com.codename1.cloud.CloudStorage
Allows uploading of images etc.
UPPERCASE - Static variable in class java.util.FormattableFlags
Converts the output to upper case according to the rules of the locale given during creation of the formatter argument of the formatTo() method.
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
URI - Class in java.net
Represents a Uniform Resource Identifier (URI) reference.
URI(String) - Constructor for class java.net.URI
Constructs a URI by parsing the given string.
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String) - Constructor for class java.net.URI
Constructs a URI from the given components.
URIParameter - Class in java.security
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
URIParameter(URI) - Constructor for class java.security.URIParameter
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation.
URIResolver - Interface in javax.xml.transform
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
URISyntaxException - Exception in java.net
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string, reason, and error index.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string and reason.
url(int, int, int) - Method in class com.codename1.maps.providers.TiledProvider
build a url request for a tile
URL - Static variable in class com.codename1.ui.TextArea
The user is allowed to enter a URL.
URL - Static variable in class com.sun.lwuit.TextArea
The user is allowed to enter a URL.
URL - Class in java.net
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, file, and handler.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
url - Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
URLCallback - Interface in com.codename1.system
In platforms that support opening an application via URL this interface can be implemented by the main class to support such functionality.
URLClassLoader - Class in java.net
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
URLConnection - Class in java.net
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLDecoder - Class in java.net
Utility class for HTML form decoding.
URLDecoder() - Constructor for class java.net.URLDecoder
 
URLEncoder - Class in java.net
Utility class for HTML form encoding.
URLImage - Class in com.codename1.ui
The URLImage allows us to create an image from a URL.
URLImage.ImageAdapter - Interface in com.codename1.ui
Allows applying resize logic to downloaded images you can use constant resize behaviors defined in this class.
URLPermission - Class in java.net
Represents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods and request headers.
URLPermission(String, String) - Constructor for class java.net.URLPermission
Creates a new URLPermission from a url string and which permits the given request methods and user-settable request headers.
URLPermission(String) - Constructor for class java.net.URLPermission
Creates a URLPermission with the given url string and unrestricted methods and request headers by invoking the two argument constructor as follows: URLPermission(url, "*:*")
URLStreamHandler - Class in java.net
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - Interface in java.net
This interface defines a factory for URL stream protocol handlers.
US - Static variable in class java.util.Locale
Useful constant for country.
US_ASCII - Static variable in class java.nio.charset.StandardCharsets
Seven-bit ASCII, a.k.a.
USE_STD3_ASCII_RULES - Static variable in class java.net.IDN
Flag to turn on the check against STD-3 ASCII rules
useAnchoringBounds(boolean) - Method in class java.util.regex.Matcher
Sets the anchoring of region bounds for this matcher.
useCaches - Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime() - Method in class java.util.SimpleTimeZone
Queries if this time zone uses daylight saving time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this TimeZone uses Daylight Saving Time.
useDelimiter(Pattern) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to the specified pattern.
useDelimiter(String) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to a pattern constructed from the specified String.
usedSize() - Method in interface javax.microedition.io.file.FileConnection
 
useLocale(Locale) - Method in class java.util.Scanner
Sets this scanner's locale to the specified locale.
usePattern(Pattern) - Method in class java.util.regex.Matcher
Changes the Pattern that this Matcher uses to find matches with.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
User - Class in com.codename1.facebook
This class represents a Facebook User objject http://developers.facebook.com/docs/reference/api/user/
User() - Constructor for class com.codename1.facebook.User
Empty Contructor
User(Hashtable) - Constructor for class com.codename1.facebook.User
 
useRadix(int) - Method in class java.util.Scanner
Sets this scanner's default radix to the specified radix.
UserDataHandler - Interface in org.w3c.dom
When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.
UserDefinedFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that provides a view of a file's user-defined attributes, sometimes known as extended attributes.
UserPrincipal - Interface in java.nio.file.attribute
A Principal representing an identity used to determine access rights to objects in a file system.
UserPrincipalLookupService - Class in java.nio.file.attribute
An object to lookup user and group principals by name.
UserPrincipalLookupService() - Constructor for class java.nio.file.attribute.UserPrincipalLookupService
Initializes a new instance of this class.
UserPrincipalNotFoundException - Exception in java.nio.file.attribute
Checked exception thrown when a lookup of UserPrincipal fails because the principal does not exist.
UserPrincipalNotFoundException(String) - Constructor for exception java.nio.file.attribute.UserPrincipalNotFoundException
Constructs an instance of this class.
usesLocalFilePerTable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database uses a file for each table.
usesLocalFiles() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database stores tables in a local file.
useTransparentBounds(boolean) - Method in class java.util.regex.Matcher
Sets the transparency of region bounds for this matcher.
usingProxy() - Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC - Static variable in class java.time.ZoneOffset
The time-zone offset for UTC, with an ID of 'Z'.
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
UTC_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as UTC.
UTF_16 - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
UTF_16BE - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, big-endian byte order
UTF_16LE - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, little-endian byte order
UTF_8 - Static variable in class java.nio.charset.StandardCharsets
Eight-bit UCS Transformation Format
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Util - Class in com.codename1.io
Various utility methods used for HTTP/IO operations
Util() - Constructor for class com.codename1.io.Util
 
UUID - Class in java.util
A class that represents an immutable universally unique identifier (UUID).
UUID(long, long) - Constructor for class java.util.UUID
Constructs a new UUID using the specified data.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links