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 _ 

V

VAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vai" Unicode character block.
validate() - Method in class com.codename1.io.ConnectionRequest
Validates that the request has the required information before being added to the queue e.g.
validate() - Method in class java.awt.Component
Ensures that this component has a valid layout.
validate() - Method in class java.awt.Container
Validates this container and all of its subcomponents.
validate(GraphicsConfiguration) - Method in class java.awt.image.VolatileImage
Attempts to restore the drawing surface of the image if the surface had been lost since the last validate call.
validate(CertPath, CertPathParameters) - Method in class java.security.cert.CertPathValidator
Validates the specified certification path using the specified algorithm parameter set.
validate(long) - Method in class java.util.concurrent.locks.StampedLock
Returns true if the lock has not been exclusively acquired since issuance of the given stamp.
validate(Source) - Method in class javax.xml.validation.Validator
Validates the specified input.
validate(Source, Result) - Method in class javax.xml.validation.Validator
Validates the specified input and send the augmented validation result to the specified output.
validateObject() - Method in interface java.io.ObjectInputValidation
Validates the object.
validateTree() - Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
VALIDATION_ERR - Static variable in exception org.w3c.dom.DOMException
If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to "partial validity", this exception would be raised and the operation would not be done.
Validator - Class in javax.xml.validation
A processor that checks an XML document against Schema.
Validator() - Constructor for class javax.xml.validation.Validator
Constructor for derived classes.
ValidatorHandler - Class in javax.xml.validation
Streaming validator that works on SAX stream.
ValidatorHandler() - Constructor for class javax.xml.validation.ValidatorHandler
Constructor for derived classes.
validChar(String) - Method in class com.codename1.ui.TextField
Checks if the candidate input is valid for this TextField
validChar(String) - Method in class com.sun.lwuit.TextField
Checks if the candidate input is valid for this TextField
validOps() - Method in class java.nio.channels.DatagramChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.Pipe.SinkChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.Pipe.SourceChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.SelectableChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.ServerSocketChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.SocketChannel
Returns an operation set identifying this channel's supported operations.
value() - Method in interface java.nio.file.attribute.FileAttribute
Returns the attribute value.
value - Variable in class java.sql.DriverPropertyInfo
The value field specifies the current value of the property, based on a combination of the information supplied to the method getPropertyInfo, the Java environment, and the driver-supplied default values.
valueBound(SSLSessionBindingEvent) - Method in interface javax.net.ssl.SSLSessionBindingListener
This is called to notify the listener that it is being bound into an SSLSession.
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns a Boolean instance representing the specified boolean value.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified string.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte instance representing the specified byte value.
valueOf(String, int) - Static method in class java.lang.Byte
Returns a Byte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Byte
Returns a Byte object holding the value given by the specified String.
valueOf(String) - Static method in enum java.lang.Character.UnicodeScript
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in class java.lang.Character
Returns a Character instance representing the specified char value.
valueOf(String) - Static method in class java.lang.Double
Returns a Double object holding the double value represented by the argument string s.
valueOf(double) - Static method in class java.lang.Double
Returns a Double instance representing the specified double value.
valueOf(Class<T>, String) - Static method in class java.lang.Enum
Returns the enum constant of the specified enum type with the specified name.
valueOf(String) - Static method in class java.lang.Float
Returns a Float object holding the float value represented by the argument string s.
valueOf(float) - Static method in class java.lang.Float
Returns a Float instance representing the specified float value.
valueOf(String, int) - Static method in class java.lang.Integer
Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Integer
Returns an Integer object holding the value of the specified String.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer instance representing the specified int value.
valueOf(String, int) - Static method in class java.lang.Long
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Long
Returns a Long object holding the value of the specified String.
valueOf(long) - Static method in class java.lang.Long
Returns a Long instance representing the specified long value.
valueOf(String) - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns the enum constant of this type with the specified name.
valueOf(String, int) - Static method in class java.lang.Short
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Short
Returns a Short object holding the value given by the specified String.
valueOf(short) - Static method in class java.lang.Short
Returns a Short instance representing the specified short value.
valueOf(Object) - Static method in class java.lang.String
valueOf returns a String created from a given object or null.
valueOf(char[]) - Static method in class java.lang.String
valueOf returns a String containing the characters of the given character array.
valueOf(char[], int, int) - Static method in class java.lang.String
valueOf creates a String that contains a subrange of the characters of a given character array.
valueOf(boolean) - Static method in class java.lang.String
valueOf converts a boolean to a String.
valueOf(char) - Static method in class java.lang.String
valueOf creates a one-character string containing the given character.
valueOf(int) - Static method in class java.lang.String
valueOf converts an int to a String.
valueOf(long) - Static method in class java.lang.String
valueOf converts a long to a String
valueOf(float) - Static method in class java.lang.String
valueOf converts a float to a String
valueOf(double) - Static method in class java.lang.String
valueOf converts a double to a String
valueOf(String) - Static method in enum java.lang.Thread.State
Returns the enum constant of this type with the specified name.
valueOf(long, int) - Static method in class java.math.BigDecimal
Translates a long unscaled value and an int scale into a BigDecimal.
valueOf(long) - Static method in class java.math.BigDecimal
Translates a long value into a BigDecimal with a scale of zero.
valueOf(double) - Static method in class java.math.BigDecimal
Translates a double into a BigDecimal, using the double's canonical string representation provided by the Double.toString(double) method.
valueOf(long) - Static method in class java.math.BigInteger
Returns a BigInteger whose value is equal to that of the specified long.
valueOf(String) - Static method in enum java.math.RoundingMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum java.math.RoundingMode
Returns the RoundingMode object corresponding to a legacy integer rounding mode constant in BigDecimal.
valueOf(String) - Static method in enum java.net.Authenticator.RequestorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.Proxy.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.StandardProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.PosixFilePermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.FileVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.FileVisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.LinkOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.StandardCopyOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.StandardOpenOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.CRLReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.PKIXReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.PKIXRevocationChecker.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.CryptoPrimitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.KeyRep.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.sql.ClientInfoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.sql.Date
Converts a string in JDBC date escape format to a Date value.
valueOf(LocalDate) - Static method in class java.sql.Date
Obtains an instance of Date from a LocalDate object with the same year, month and day of month value as the given LocalDate.
valueOf(String) - Static method in enum java.sql.JDBCType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum java.sql.JDBCType
Returns the JDBCType that corresponds to the specified Types value
valueOf(String) - Static method in enum java.sql.PseudoColumnUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.sql.RowIdLifetime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.sql.Time
Converts a string in JDBC time escape format to a Time value.
valueOf(LocalTime) - Static method in class java.sql.Time
Obtains an instance of Time from a LocalTime object with the same hour, minute and second time value as the given LocalTime.
valueOf(String) - Static method in class java.sql.Timestamp
Converts a String object in JDBC timestamp escape format to a Timestamp value.
valueOf(LocalDateTime) - Static method in class java.sql.Timestamp
Obtains an instance of Timestamp from a LocalDateTime object, with the same year, month, day of month, hours, minutes, seconds and nanos date-time value as the provided LocalDateTime.
valueOf(String) - Static method in enum java.text.Normalizer.Form
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.HijrahEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.IsoEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.time.chrono.JapaneseEra
Returns the JapaneseEra with the name.
valueOf(String) - Static method in enum java.time.chrono.MinguoEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.ThaiBuddhistEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.ResolverStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.SignStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.TextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.temporal.ChronoField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.temporal.ChronoUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Returns the enum constant of this type with the specified name.
valueOf(long[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long array.
valueOf(LongBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
valueOf(byte[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte array.
valueOf(ByteBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(String) - Static method in enum java.util.concurrent.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.FilteringMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.stream.Collector.Characteristics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.net.ssl.SSLEngineResult.HandshakeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.net.ssl.SSLEngineResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class javax.xml.namespace.QName
QName derived from parsing the formatted String.
ValueRange - Class in java.time.temporal
The range of valid values for a date-time field.
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Character.UnicodeScript
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Thread.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.math.RoundingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Authenticator.RequestorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Proxy.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.StandardProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.PosixFilePermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.FileVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.FileVisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.LinkOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.StandardCopyOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.StandardOpenOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.CRLReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.PKIXReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.PKIXRevocationChecker.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.CryptoPrimitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.KeyRep.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.security.Provider
Returns an unmodifiable Collection view of the property values contained in this provider.
values() - Static method in enum java.sql.ClientInfoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.JDBCType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.PseudoColumnUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.RowIdLifetime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.text.Normalizer.Form
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.HijrahEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.IsoEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class java.time.chrono.JapaneseEra
Returns an array of JapaneseEras.
values() - Static method in enum java.time.chrono.MinguoEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.ThaiBuddhistEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.ResolverStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.SignStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.TextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.temporal.ChronoField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.temporal.ChronoUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.AbstractMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.concurrent.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.EnumMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.HashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.IdentityHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.jar.Attributes
Returns a Collection view of the attribute values contained in this Map.
values() - Method in class java.util.LinkedHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Locale.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.util.Locale.FilteringMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface java.util.Map
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.SortedMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.stream.Collector.Characteristics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.TreeMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.WeakHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum javax.net.ssl.SSLEngineResult.HandshakeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.net.ssl.SSLEngineResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class javax.script.SimpleBindings
Returns a Collection view of the values contained in this map.
valueUnbound(SSLSessionBindingEvent) - Method in interface javax.net.ssl.SSLSessionBindingListener
This is called to notify the listener that it is being unbound from a SSLSession.
VARBINARY - 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 VARBINARY.
VARCHAR - 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 VARCHAR.
VARIABLE_BACKGROUND_ALBUM_COVER - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the album cover Image to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_ARTIST - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the artist name to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_DURATION - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the duration for the media as a Long object to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_POSITION - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass the position in the media (Long object) to the native layer so the currently playing media title will be displayed in the lock screen where applicable
VARIABLE_BACKGROUND_SUPPORTED - Static variable in interface com.codename1.media.Media
Read only variable that can be used with getVariable to query whether the native layer supports displaying the currently playing media information in the lock screen.
VARIABLE_BACKGROUND_TITLE - Static variable in interface com.codename1.media.Media
Write only variable that can be used with setVariable to pass a title for the native layer so the currently playing media title will be displayed in the lock screen where applicable
variant() - Method in class java.util.UUID
The variant number associated with this UUID.
VARIATION_SELECTORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors" Unicode character block.
VARIATION_SELECTORS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors Supplement" Unicode character block.
Vector<E> - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
VEDIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vedic Extensions" Unicode character block.
VERBOSE - Static variable in class java.rmi.server.LogStream
Deprecated.
log level constant (verbose logging).
VERBOSE_DATE - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose date
VERBOSE_TIME - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose time
VERBOSE_TIMESTAMP - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for a verbose timestamp
verify(PublicKey) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, Provider) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, Provider) - Method in class java.security.cert.X509Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, String) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, Provider) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
VERIFY - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for verification.
verify(byte[]) - Method in class java.security.Signature
Verifies the passed-in signature.
verify(byte[], int, int) - Method in class java.security.Signature
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
verify(PublicKey, Signature) - Method in class java.security.SignedObject
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.
verify(String, SSLSession) - Method in interface javax.net.ssl.HostnameVerifier
Verify that the host name is an acceptable match with the server's authentication scheme.
verify(PublicKey) - Method in class javax.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String) - Method in class javax.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
VerifyError - Error in java.lang
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
version() - Static method in class com.codename1.io.gzip.JZlib
 
version() - Method in class java.util.UUID
The version number associated with this UUID.
VERSION - Static variable in class javax.xml.transform.OutputKeys
version = nmtoken.
versionColumnNotPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column is NOT a pseudo column.
versionColumnPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column is a pseudo column.
versionColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column may or may not be a pseudo column.
VERTICAL - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
VERTICAL - Static variable in class com.codename1.ui.layouts.GroupLayout
Possible argument when linking sizes of components.
VERTICAL - Static variable in class com.codename1.ui.List
Indicates the list orientation is VERTICAL
VERTICAL - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
VERTICAL - Static variable in class com.sun.lwuit.List
Indicates the list orientation is VERTICAL
VERTICAL_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vertical Forms" Unicode character block.
verticalPerspective(Image, float, float, float) - Static method in class com.codename1.ui.util.Effects
Skews an image in a faux perspective transform on the vertical axis, this is effectively a fast scale algorithm that both shrinks the image vertically and reduces the width
vibrate(int) - Method in class com.codename1.ui.Display
Vibrates the device for the given length of time
vibrate(int) - Method in class com.sun.lwuit.Display
Vibrates the device for the given length of time
VirtualKeyboard - Class in com.codename1.ui
This class represent the Codename One Light Weight Virtual Keyboard
VirtualKeyboard() - Constructor for class com.codename1.ui.VirtualKeyboard
Creates a new instance of VirtualKeyboard
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VirtualMachineError(String, Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message and cause.
VirtualMachineError(Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs an a VirtualMachineError with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
visit(String, String) - Static method in class com.codename1.analytics.AnalyticsService
Sends an asynchronous notice to the server regarding a page in the application being viewed, notice that you don't need to append the URL prefix to the page string.
visitFile(T, BasicFileAttributes) - Method in interface java.nio.file.FileVisitor
Invoked for a file in a directory.
visitFile(T, BasicFileAttributes) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a file in a directory.
visitFileFailed(T, IOException) - Method in interface java.nio.file.FileVisitor
Invoked for a file that could not be visited.
visitFileFailed(T, IOException) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a file that could not be visited.
visitingURL(String) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
This method can be invoked to indicate a URL was visited fro tracking
visitPage(String, String) - Method in class com.codename1.analytics.AnalyticsService
Subclasses should override this method to track page visits
VK_0 - Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1 - Static variable in class java.awt.event.KeyEvent
 
VK_2 - Static variable in class java.awt.event.KeyEvent
 
VK_3 - Static variable in class java.awt.event.KeyEvent
 
VK_4 - Static variable in class java.awt.event.KeyEvent
 
VK_5 - Static variable in class java.awt.event.KeyEvent
 
VK_6 - Static variable in class java.awt.event.KeyEvent
 
VK_7 - Static variable in class java.awt.event.KeyEvent
 
VK_8 - Static variable in class java.awt.event.KeyEvent
 
VK_9 - Static variable in class java.awt.event.KeyEvent
 
VK_A - Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT - Static variable in class java.awt.event.KeyEvent
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class java.awt.event.KeyEvent
 
VK_AGAIN - Static variable in class java.awt.event.KeyEvent
 
VK_ALL_CANDIDATES - Static variable in class java.awt.event.KeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class java.awt.event.KeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class java.awt.event.KeyEvent
 
VK_ALT_GRAPH - Static variable in class java.awt.event.KeyEvent
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class java.awt.event.KeyEvent
 
VK_ASTERISK - Static variable in class java.awt.event.KeyEvent
 
VK_AT - Static variable in class java.awt.event.KeyEvent
Constant for the "@" key.
VK_B - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the back slash key, "\"
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_BEGIN - Static variable in class java.awt.event.KeyEvent
Constant for the Begin key.
VK_BRACELEFT - Static variable in class java.awt.event.KeyEvent
 
VK_BRACERIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_C - Static variable in class java.awt.event.KeyEvent
 
VK_CANCEL - Static variable in class java.awt.event.KeyEvent
 
VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
 
VK_CLOSE_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the close bracket key, "]"
VK_CODE_INPUT - Static variable in class java.awt.event.KeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class java.awt.event.KeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class java.awt.event.KeyEvent
Constant for the comma key, ","
VK_COMPOSE - Static variable in class java.awt.event.KeyEvent
Constant for the Compose function key.
VK_CONTEXT_MENU - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows Context Menu key.
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
 
VK_CONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Convert function key.
VK_COPY - Static variable in class java.awt.event.KeyEvent
 
VK_CUT - Static variable in class java.awt.event.KeyEvent
 
VK_D - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVEDOT - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVERING - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_BREVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CARON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CEDILLA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DIAERESIS - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DOUBLEACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_GRAVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_IOTA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_MACRON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_OGONEK - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_SEMIVOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_TILDE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_VOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DECIMAL - Static variable in class java.awt.event.KeyEvent
 
VK_DELETE - Static variable in class java.awt.event.KeyEvent
 
VK_DIVIDE - Static variable in class java.awt.event.KeyEvent
 
VK_DOLLAR - Static variable in class java.awt.event.KeyEvent
Constant for the "$" key.
VK_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad down arrow key.
VK_E - Static variable in class java.awt.event.KeyEvent
 
VK_END - Static variable in class java.awt.event.KeyEvent
 
VK_ENTER - Static variable in class java.awt.event.KeyEvent
 
VK_EQUALS - Static variable in class java.awt.event.KeyEvent
Constant for the equals key, "="
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
 
VK_EURO_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the "!" key.
VK_F - Static variable in class java.awt.event.KeyEvent
 
VK_F1 - Static variable in class java.awt.event.KeyEvent
Constant for the F1 function key.
VK_F10 - Static variable in class java.awt.event.KeyEvent
Constant for the F10 function key.
VK_F11 - Static variable in class java.awt.event.KeyEvent
Constant for the F11 function key.
VK_F12 - Static variable in class java.awt.event.KeyEvent
Constant for the F12 function key.
VK_F13 - Static variable in class java.awt.event.KeyEvent
Constant for the F13 function key.
VK_F14 - Static variable in class java.awt.event.KeyEvent
Constant for the F14 function key.
VK_F15 - Static variable in class java.awt.event.KeyEvent
Constant for the F15 function key.
VK_F16 - Static variable in class java.awt.event.KeyEvent
Constant for the F16 function key.
VK_F17 - Static variable in class java.awt.event.KeyEvent
Constant for the F17 function key.
VK_F18 - Static variable in class java.awt.event.KeyEvent
Constant for the F18 function key.
VK_F19 - Static variable in class java.awt.event.KeyEvent
Constant for the F19 function key.
VK_F2 - Static variable in class java.awt.event.KeyEvent
Constant for the F2 function key.
VK_F20 - Static variable in class java.awt.event.KeyEvent
Constant for the F20 function key.
VK_F21 - Static variable in class java.awt.event.KeyEvent
Constant for the F21 function key.
VK_F22 - Static variable in class java.awt.event.KeyEvent
Constant for the F22 function key.
VK_F23 - Static variable in class java.awt.event.KeyEvent
Constant for the F23 function key.
VK_F24 - Static variable in class java.awt.event.KeyEvent
Constant for the F24 function key.
VK_F3 - Static variable in class java.awt.event.KeyEvent
Constant for the F3 function key.
VK_F4 - Static variable in class java.awt.event.KeyEvent
Constant for the F4 function key.
VK_F5 - Static variable in class java.awt.event.KeyEvent
Constant for the F5 function key.
VK_F6 - Static variable in class java.awt.event.KeyEvent
Constant for the F6 function key.
VK_F7 - Static variable in class java.awt.event.KeyEvent
Constant for the F7 function key.
VK_F8 - Static variable in class java.awt.event.KeyEvent
Constant for the F8 function key.
VK_F9 - Static variable in class java.awt.event.KeyEvent
Constant for the F9 function key.
VK_FINAL - Static variable in class java.awt.event.KeyEvent
 
VK_FIND - Static variable in class java.awt.event.KeyEvent
 
VK_FULL_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class java.awt.event.KeyEvent
 
VK_GREATER - Static variable in class java.awt.event.KeyEvent
 
VK_H - Static variable in class java.awt.event.KeyEvent
 
VK_HALF_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class java.awt.event.KeyEvent
 
VK_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Hiragana function key.
VK_HOME - Static variable in class java.awt.event.KeyEvent
 
VK_I - Static variable in class java.awt.event.KeyEvent
 
VK_INPUT_METHOD_ON_OFF - Static variable in class java.awt.event.KeyEvent
Constant for the input method on/off key.
VK_INSERT - Static variable in class java.awt.event.KeyEvent
 
VK_INVERTED_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class java.awt.event.KeyEvent
 
VK_JAPANESE_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Roman function key.
VK_K - Static variable in class java.awt.event.KeyEvent
 
VK_KANA - Static variable in class java.awt.event.KeyEvent
 
VK_KANA_LOCK - Static variable in class java.awt.event.KeyEvent
Constant for the locking Kana function key.
VK_KANJI - Static variable in class java.awt.event.KeyEvent
 
VK_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad down arrow key.
VK_KP_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad left arrow key.
VK_KP_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad right arrow key.
VK_KP_UP - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad up arrow key.
VK_L - Static variable in class java.awt.event.KeyEvent
 
VK_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad left arrow key.
VK_LEFT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the "(" key.
VK_LESS - Static variable in class java.awt.event.KeyEvent
 
VK_M - Static variable in class java.awt.event.KeyEvent
 
VK_META - Static variable in class java.awt.event.KeyEvent
 
VK_MINUS - Static variable in class java.awt.event.KeyEvent
Constant for the minus key, "-"
VK_MODECHANGE - Static variable in class java.awt.event.KeyEvent
 
VK_MULTIPLY - Static variable in class java.awt.event.KeyEvent
 
VK_N - Static variable in class java.awt.event.KeyEvent
 
VK_NONCONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_NUMBER_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD1 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD2 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD3 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD4 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD5 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD6 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD7 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD8 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD9 - Static variable in class java.awt.event.KeyEvent
 
VK_O - Static variable in class java.awt.event.KeyEvent
 
VK_OPEN_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the open bracket key, "["
VK_P - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
 
VK_PASTE - Static variable in class java.awt.event.KeyEvent
 
VK_PAUSE - Static variable in class java.awt.event.KeyEvent
 
VK_PERIOD - Static variable in class java.awt.event.KeyEvent
Constant for the period key, "."
VK_PLUS - Static variable in class java.awt.event.KeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class java.awt.event.KeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class java.awt.event.KeyEvent
 
VK_PROPS - Static variable in class java.awt.event.KeyEvent
 
VK_Q - Static variable in class java.awt.event.KeyEvent
 
VK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_QUOTEDBL - Static variable in class java.awt.event.KeyEvent
 
VK_R - Static variable in class java.awt.event.KeyEvent
 
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad right arrow key.
VK_RIGHT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class java.awt.event.KeyEvent
Constant for the Roman Characters function key.
VK_S - Static variable in class java.awt.event.KeyEvent
 
VK_SCROLL_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_SEMICOLON - Static variable in class java.awt.event.KeyEvent
Constant for the semicolon key, ";"
VK_SEPARATER - Static variable in class java.awt.event.KeyEvent
This constant is obsolete, and is included only for backwards compatibility.
VK_SEPARATOR - Static variable in class java.awt.event.KeyEvent
Constant for the Numpad Separator key.
VK_SHIFT - Static variable in class java.awt.event.KeyEvent
 
VK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the forward slash key, "/"
VK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_STOP - Static variable in class java.awt.event.KeyEvent
 
VK_SUBTRACT - Static variable in class java.awt.event.KeyEvent
 
VK_T - Static variable in class java.awt.event.KeyEvent
 
VK_TAB - Static variable in class java.awt.event.KeyEvent
 
VK_U - Static variable in class java.awt.event.KeyEvent
 
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
This value is used to indicate that the keyCode is unknown.
VK_UNDERSCORE - Static variable in class java.awt.event.KeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class java.awt.event.KeyEvent
 
VK_UP - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad up arrow key.
VK_V - Static variable in class java.awt.event.KeyEvent
 
VK_W - Static variable in class java.awt.event.KeyEvent
 
VK_WINDOWS - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows "Windows" key.
VK_X - Static variable in class java.awt.event.KeyEvent
 
VK_Y - Static variable in class java.awt.event.KeyEvent
 
VK_Z - Static variable in class java.awt.event.KeyEvent
 
VMID - Class in java.rmi.dgc
A VMID is a identifier that is unique across all Java virtual machines.
VMID() - Constructor for class java.rmi.dgc.VMID
Create a new VMID.
Void - Class in java.lang
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
VOLATILE - Static variable in class java.lang.reflect.Modifier
The int value representing the volatile modifier.
VolatileCallSite - Class in java.lang.invoke
A VolatileCallSite is a CallSite whose target acts like a volatile variable.
VolatileCallSite(MethodType) - Constructor for class java.lang.invoke.VolatileCallSite
Creates a call site with a volatile binding to its target.
VolatileCallSite(MethodHandle) - Constructor for class java.lang.invoke.VolatileCallSite
Creates a call site with a volatile binding to its target.
VolatileImage - Class in java.awt.image
VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g., situations caused by the operating system or by other applications).
VolatileImage() - Constructor for class java.awt.image.VolatileImage
 
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