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
- V - javafx.scene.input.KeyCode
-
Constant for the
V
key. - V_RESIZE - Static variable in class javafx.scene.Cursor
-
The vertical cursor type.
- VAI - java.awt.font.NumericShaper.Range
-
The Vai range with the Vai digits.
- VAI - java.lang.Character.UnicodeScript
-
Unicode script "Vai".
- VAI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Vai" Unicode character block.
- valid() - Method in class java.io.FileDescriptor
-
Tests if this file descriptor object is valid.
- VALID - jdk.jshell.Snippet.Status
-
The snippet is a valid snippet (in the context of current
JShell
state). - validate() - Method in class java.awt.Component
-
Validates this component.
- validate() - Method in class java.awt.Container
-
Validates this container and all of its subcomponents.
- validate() - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- validate() - Method in class javax.swing.table.DefaultTableCellRenderer
-
Overridden for performance reasons.
- validate() - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- 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(long, long, ResourceId) - Method in class jdk.management.resource.NotifyingMeter
-
Deprecated.Returns the amount validated by the approver.
- validate(long, long, ResourceId) - Method in class jdk.management.resource.SimpleMeter
-
Deprecated.Validate the amount returning the validated amount.
- validate(long, long, ResourceId) - Method in class jdk.management.resource.ThrottledMeter
-
Deprecated.Validates the amount.
- 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(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- validate(CertPath, CertPathParameters) - Method in class java.security.cert.CertPathValidator
-
Validates the specified certification path using the specified algorithm parameter set.
- validate(XMLValidateContext) - Method in interface javax.xml.crypto.dsig.Reference
-
Validates this reference.
- validate(XMLValidateContext) - Method in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
-
Validates the signature value.
- validate(XMLValidateContext) - Method in interface javax.xml.crypto.dsig.XMLSignature
-
Validates the signature according to the core validation processing rules.
- 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.
- validate_connection() - Method in class org.omg.CORBA.LocalObject
-
Throws an
org.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." - validatedContents - Variable in class java.awt.Component.BltBufferStrategy
-
Whether or not the drawing buffer has been recently restored from a lost state.
- validatedContents - Variable in class java.awt.Component.FlipBufferStrategy
-
Whether or not the drawing buffer has been recently restored from a lost state.
- validateFileCache() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
Validates content of file cache.
- validateInvalidComponents() - Method in class javax.swing.RepaintManager
-
Validate all of the components that have been marked invalid.
- validateObject() - Method in interface java.io.ObjectInputValidation
-
Validates the object.
- validatePage(PageFormat) - Method in class java.awt.print.PrinterJob
-
Returns the clone of
page
with its settings adjusted to be compatible with the current printer of thisPrinterJob
. - validatePendingAdd(Object) - Method in class java.beans.beancontext.BeanContextSupport
-
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext.
- validatePendingRemove(Object) - Method in class java.beans.beancontext.BeanContextSupport
-
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext.
- validatePendingSetBeanContext(BeanContext) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.
- validateRoot(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- 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).
- validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
whether or not the unmarshaller will validate
- validating(URL, String, long, long, int) - Method in interface javax.jnlp.DownloadServiceListener
-
A JNLP client's
DownloadService
implementation should call this method at least several times during validation of a download. - VALIDATION_ERR - Static variable in exception org.w3c.dom.DOMException
-
If a call to a method such as
insertBefore
orremoveChild
would make theNode
invalid with respect to "partial validity", this exception would be raised and the operation would not be done. - ValidationEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
- ValidationEventCollector - Class in javax.xml.bind.util
-
ValidationEventHandler
implementation that collects all events. - ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in javax.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in javax.xml.bind
-
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a JAXB content object.
- ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with a linkedException.
- Validator - Class in javax.xml.validation
-
A processor that checks an XML document against
Schema
. - Validator - Interface in javax.xml.bind
-
Deprecated.since JAXB 2.0
- 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.
- validCachedPreferredSize - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Is the preferredSize valid?
- validOps() - Method in class com.sun.nio.sctp.SctpChannel
-
Returns an operation set identifying this channel's supported operations.
- validOps() - Method in class com.sun.nio.sctp.SctpMultiChannel
-
Returns an operation set identifying this channel's supported operations.
- validOps() - Method in class com.sun.nio.sctp.SctpServerChannel
-
Returns an operation set identifying this channel's supported operations.
- 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.
- validOptions(String[][], DocErrorReporter) - Static method in class com.sun.javadoc.Doclet
-
Deprecated.Check that options have the correct arguments.
- VALIGN - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "valign"
- valignmentProperty() - Method in class javafx.scene.control.Separator
-
For horizontal separators, specifies the vertical alignment of the separator line within the separator control's space.
- valignmentProperty() - Method in class javafx.scene.layout.RowConstraints
-
The vertical alignment for the row.
- 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 methodgetPropertyInfo
, the Java environment, and the driver-supplied default values. - value - Variable in class javafx.css.ParsedValue
-
The CSS property value as created by the parser.
- value - Variable in class javax.naming.ldap.BasicControl
-
The control's ASN.1 BER encoded value.
- value - Variable in class javax.swing.DefaultCellEditor.EditorDelegate
-
The value of this cell.
- value - Variable in class javax.swing.JOptionPane
-
Currently selected value, will be a valid option, or
UNINITIALIZED_VALUE
ornull
. - value - Variable in class javax.swing.text.html.parser.AttributeList
-
The default attribute value
- value - Variable in class javax.xml.bind.JAXBElement
-
xml element value.
- value - Variable in class javax.xml.ws.Holder
-
The value contained in the holder.
- value - Variable in class org.omg.CORBA.AnyHolder
-
The
Any
value held by thisAnyHolder
object. - value - Variable in class org.omg.CORBA.AnySeqHolder
- value - Static variable in interface org.omg.CORBA.ARG_IN
-
The value indicating an input argument.
- value - Static variable in interface org.omg.CORBA.ARG_INOUT
-
The constant value indicating an argument used for both input and output.
- value - Static variable in interface org.omg.CORBA.ARG_OUT
-
The constant value indicating an output argument.
- value - Static variable in interface org.omg.CORBA.BAD_POLICY_TYPE
-
The Error code in PolicyError exception.
- value - Static variable in interface org.omg.CORBA.BAD_POLICY_VALUE
-
The value used to represent a bad policy value error in a
PolicyError
exception. - value - Static variable in interface org.omg.CORBA.BAD_POLICY
-
The Error code in PolicyError exception.
- value - Variable in class org.omg.CORBA.BooleanHolder
-
The
boolean
value held by thisBooleanHolder
object. - value - Variable in class org.omg.CORBA.BooleanSeqHolder
- value - Variable in class org.omg.CORBA.ByteHolder
-
The
byte
value held by thisByteHolder
object. - value - Variable in class org.omg.CORBA.CharHolder
-
The
char
value held by thisCharHolder
object. - value - Variable in class org.omg.CORBA.CharSeqHolder
- value - Static variable in interface org.omg.CORBA.CTX_RESTRICT_SCOPE
-
The field containing the
int
value of aCTX_RESTRICT_SCOPE
flag. - value - Variable in class org.omg.CORBA.CurrentHolder
- value - Variable in class org.omg.CORBA.DoubleHolder
-
The
double
value held by thisDoubleHolder
object. - value - Variable in class org.omg.CORBA.DoubleSeqHolder
- value - Variable in class org.omg.CORBA.FixedHolder
-
The value held by the FixedHolder
- value - Variable in class org.omg.CORBA.FloatHolder
-
The
float
value held by thisFloatHolder
object. - value - Variable in class org.omg.CORBA.FloatSeqHolder
- value - Variable in class org.omg.CORBA.IntHolder
-
The
int
value held by thisIntHolder
object in itsvalue
field. - value - Variable in class org.omg.CORBA.LongHolder
-
The
long
value held by thisLongHolder
object. - value - Variable in class org.omg.CORBA.LongLongSeqHolder
- value - Variable in class org.omg.CORBA.LongSeqHolder
- value - Variable in class org.omg.CORBA.NameValuePair
-
The value to be associated with a name by this
NameValuePair
object. - value - Variable in class org.omg.CORBA.ObjectHolder
-
The
Object
value held by thisObjectHolder
object. - value - Variable in class org.omg.CORBA.OctetSeqHolder
- value - Static variable in interface org.omg.CORBA.OMGVMCID
-
The vendor minor code ID reserved for OMG.
- value - Variable in class org.omg.CORBA.ParameterModeHolder
- value - Variable in class org.omg.CORBA.PolicyErrorHolder
- value - Variable in class org.omg.CORBA.PolicyHolder
- value - Variable in class org.omg.CORBA.PolicyListHolder
- value - Variable in class org.omg.CORBA.PrincipalHolder
-
Deprecated.The
Principal
value held by thisPrincipalHolder
object. - value - Static variable in interface org.omg.CORBA.PRIVATE_MEMBER
- value - Static variable in interface org.omg.CORBA.PUBLIC_MEMBER
- value - Variable in class org.omg.CORBA.ServiceInformationHolder
-
The
ServiceInformation
value held by thisServiceInformationHolder
object in itsvalue
field. - value - Variable in class org.omg.CORBA.ShortHolder
-
The
short
value held by thisShortHolder
object. - value - Variable in class org.omg.CORBA.ShortSeqHolder
- value - Variable in class org.omg.CORBA.StringHolder
-
The
String
value held by thisStringHolder
object. - value - Variable in class org.omg.CORBA.StringSeqHolder
- value - Variable in class org.omg.CORBA.TypeCodeHolder
-
The
TypeCode
value held by thisTypeCodeHolder
object. - value - Variable in class org.omg.CORBA.ULongLongSeqHolder
- value - Variable in class org.omg.CORBA.ULongSeqHolder
- value - Variable in class org.omg.CORBA.UnknownUserExceptionHolder
- value - Static variable in interface org.omg.CORBA.UNSUPPORTED_POLICY_VALUE
-
The Error code for PolicyError exception.
- value - Static variable in interface org.omg.CORBA.UNSUPPORTED_POLICY
-
The Error code for PolicyError exception.
- value - Variable in class org.omg.CORBA.UShortSeqHolder
- value - Variable in class org.omg.CORBA.ValueBaseHolder
-
The
java.io.Serializable
value held by thisValueBaseHolder
object. - value - Static variable in interface org.omg.CORBA.VM_ABSTRACT
-
The value representing an abstract interface value type in a typecode.
- value - Static variable in interface org.omg.CORBA.VM_CUSTOM
-
The value representing a custom marshalled value type in a typecode.
- value - Static variable in interface org.omg.CORBA.VM_NONE
-
The value representing the value type in a typecode as per CORBA 2.3 spec.
- value - Static variable in interface org.omg.CORBA.VM_TRUNCATABLE
-
The value representing a truncatable value type in a typecode.
- value - Variable in class org.omg.CORBA.WCharSeqHolder
- value - Variable in class org.omg.CORBA.WrongTransactionHolder
- value - Variable in class org.omg.CORBA.WStringSeqHolder
- value - Variable in class org.omg.CosNaming.BindingHolder
- value - Variable in class org.omg.CosNaming.BindingIteratorHolder
- value - Variable in class org.omg.CosNaming.BindingListHolder
- value - Variable in class org.omg.CosNaming.BindingTypeHolder
- value - Variable in class org.omg.CosNaming.NameComponentHolder
- value - Variable in class org.omg.CosNaming.NameHolder
- value - Variable in class org.omg.CosNaming.NamingContextExtHolder
- value - Variable in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHolder
- value - Variable in class org.omg.CosNaming.NamingContextHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.CannotProceedHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.InvalidNameHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.NotEmptyHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.NotFoundHolder
- value - Variable in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHolder
- value - Variable in class org.omg.DynamicAny.NameDynAnyPair
-
The DynAny value associated with the name.
- value - Variable in class org.omg.DynamicAny.NameValuePair
-
The Any value associated with the name.
- value - Static variable in interface org.omg.IOP.CodeSets
-
Identifies a CDR encapsulation of the
CONV_FRAME.CodeSetContext
defined in Section 13.10.2.5, "GIOP Code Set Service Context," on page 13-43. - value - Static variable in interface org.omg.IOP.ENCODING_CDR_ENCAPS
-
The CDR Encapsulation encoding.
- value - Static variable in interface org.omg.IOP.ExceptionDetailMessage
-
CORBA formal/02-06-01: 13.7.1: ExceptionDetailMessage identifies a CDR encapsulation of a wstring, encoded using GIOP 1.2 with a TCS-W of UTF-16.
- value - Variable in class org.omg.IOP.IORHolder
- value - Variable in class org.omg.IOP.MultipleComponentProfileHolder
- value - Static variable in interface org.omg.IOP.RMICustomMaxStreamFormat
-
Identifies a CDR encapsulation of the RMICustomMaxStreamFormat service context which contains a single byte specifying the client's maximum RMI-IIOP stream format version.
- value - Variable in class org.omg.IOP.ServiceContextHolder
- value - Variable in class org.omg.IOP.ServiceContextListHolder
- value - Static variable in interface org.omg.IOP.TAG_ALTERNATE_IIOP_ADDRESS
-
In cases where the same object key is used for more than one internet location, the following standard IOR Component is defined for support in IIOP version 1.2.
- value - Static variable in interface org.omg.IOP.TAG_CODE_SETS
-
The code set component of the IOR multi-component profile structure contains: server's native char code set and conversion code sets, and server's native wchar code set and conversion code sets. Both char and wchar conversion code sets are listed in order of preference.
- value - Static variable in interface org.omg.IOP.TAG_INTERNET_IOP
-
Identifies profiles that support the Internet Inter-ORB Protocol.
- value - Static variable in interface org.omg.IOP.TAG_JAVA_CODEBASE
-
Class downloading is supported for stubs, ties, values, and value helpers.
- value - Static variable in interface org.omg.IOP.TAG_MULTIPLE_COMPONENTS
-
Indicates that the value encapsulated is of type
MultipleComponentProfile
. - value - Static variable in interface org.omg.IOP.TAG_ORB_TYPE
-
It is often useful in the real world to be able to identify the particular kind of ORB an object reference is coming from, to work around problems with that particular ORB, or exploit shared efficiencies.
- value - Static variable in interface org.omg.IOP.TAG_POLICIES
-
A profile component containing the sequence of QoS policies exported with the object reference by an object adapter.
- value - Static variable in interface org.omg.IOP.TAG_RMI_CUSTOM_MAX_STREAM_FORMAT
-
RMI-IIOP has multiple stream format versions.
- value - Variable in class org.omg.IOP.TaggedComponentHolder
- value - Variable in class org.omg.IOP.TaggedProfileHolder
- value - Static variable in interface org.omg.IOP.TransactionService
-
Identifies a CDR encapsulation of the
CosTSInteroperation.PropogationContext
defined in CORBAservices: Common Object Services Specifications. - value - Static variable in interface org.omg.Messaging.SYNC_WITH_TRANSPORT
-
Constant, defined in the Messaging spec, to define how far the request shall progress before control is returned to the client.
- value - Static variable in interface org.omg.PortableInterceptor.ACTIVE
-
Object adapter state that indicates normal request processing.
- value - Static variable in interface org.omg.PortableInterceptor.DISCARDING
-
Object adapter state that causes all requests to be discarded.
- value - Static variable in interface org.omg.PortableInterceptor.HOLDING
-
Object adapter state that holds requests temporarily until the state is changed.
- value - Static variable in interface org.omg.PortableInterceptor.INACTIVE
-
Object adapter state that causes all requests to be discarded.
- value - Variable in class org.omg.PortableInterceptor.IORInterceptor_3_0Holder
- value - Static variable in interface org.omg.PortableInterceptor.LOCATION_FORWARD
-
Indicates a LocationForward reply status.
- value - Static variable in interface org.omg.PortableInterceptor.NON_EXISTENT
-
Object adapter state indicating that the adapter has been destroyed.
- value - Variable in class org.omg.PortableInterceptor.ObjectReferenceFactoryHolder
- value - Variable in class org.omg.PortableInterceptor.ObjectReferenceTemplateHolder
- value - Variable in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHolder
- value - Static variable in interface org.omg.PortableInterceptor.SUCCESSFUL
-
Indicates a successful Reply Status.
- value - Static variable in interface org.omg.PortableInterceptor.SYSTEM_EXCEPTION
-
Indicates a SystemException reply status.
- value - Static variable in interface org.omg.PortableInterceptor.TRANSPORT_RETRY
-
Indicates a Transport Retry reply status.
- value - Static variable in interface org.omg.PortableInterceptor.UNKNOWN
-
XXX
- value - Static variable in interface org.omg.PortableInterceptor.USER_EXCEPTION
-
Indicates a UserException reply status.
- value - Static variable in interface org.omg.PortableServer.ID_ASSIGNMENT_POLICY_ID
-
The value representing ID_ASSIGNMENT_POLICY_ID.
- value - Static variable in interface org.omg.PortableServer.ID_UNIQUENESS_POLICY_ID
-
The value representing ID_UNIQUENESS_POLICY_ID.
- value - Static variable in interface org.omg.PortableServer.IMPLICIT_ACTIVATION_POLICY_ID
-
The value representing IMPLICIT_ACTIVATION_POLICY_ID.
- value - Static variable in interface org.omg.PortableServer.LIFESPAN_POLICY_ID
-
The value representing LIFESPAN_POLICY_ID.
- value - Static variable in interface org.omg.PortableServer.REQUEST_PROCESSING_POLICY_ID
-
The value representing REQUEST_PROCESSING_POLICY_ID.
- value - Static variable in interface org.omg.PortableServer.SERVANT_RETENTION_POLICY_ID
-
The value representing SERVANT_RETENTION_POLICY_ID.
- value - Variable in class org.omg.PortableServer.ServantLocatorPackage.CookieHolder
- value - Static variable in interface org.omg.PortableServer.THREAD_POLICY_ID
-
The value representing THREAD_POLICY_ID.
- value() - Method in interface com.sun.javadoc.AnnotationDesc.ElementValuePair
-
Deprecated.Returns the value associated with the annotation type element.
- value() - Method in interface com.sun.javadoc.AnnotationValue
-
Deprecated.Returns the value.
- value() - Method in interface com.sun.jdi.BooleanValue
-
Returns this BooleanValue as a boolean.
- value() - Method in interface com.sun.jdi.ByteValue
-
Returns this ByteValue as a
byte
. - value() - Method in interface com.sun.jdi.CharValue
-
Returns this CharValue as a
char
. - value() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Returns the current value of the argument.
- value() - Method in interface com.sun.jdi.DoubleValue
-
Returns this DoubleValue as a
double
. - value() - Method in interface com.sun.jdi.FloatValue
-
Returns this FloatValue as a float.
- value() - Method in interface com.sun.jdi.IntegerValue
-
Returns this IntegerValue as an int.
- value() - Method in interface com.sun.jdi.LongValue
-
Returns this LongValue as a long.
- value() - Method in interface com.sun.jdi.ShortValue
-
Returns this ShortValue as a short.
- value() - Method in interface com.sun.jdi.StringReference
-
Returns the StringReference as a String.
- value() - Method in annotation type java.beans.ConstructorProperties
-
The getter names.
- value() - Method in annotation type java.beans.Transient
-
Returns whether or not the
Introspector
should construct artifacts for the annotated method. - value() - Method in annotation type java.lang.annotation.Repeatable
-
Indicates the containing annotation type for the repeatable annotation type.
- value() - Method in annotation type java.lang.annotation.Retention
-
Returns the retention policy.
- value() - Method in annotation type java.lang.annotation.Target
-
Returns an array of the kinds of elements an annotation type can be applied to.
- value() - Method in annotation type java.lang.SuppressWarnings
-
The set of warnings that are to be suppressed by the compiler in the annotated element.
- value() - Method in interface java.nio.file.attribute.FileAttribute
-
Returns the attribute value.
- value() - Method in annotation type javafx.beans.DefaultProperty
-
The name of the default property.
- value() - Method in annotation type javafx.beans.NamedArg
-
The name of the annotated argument.
- value() - Method in annotation type javax.annotation.Generated
-
The value element MUST have the name of the code generator.
- value() - Method in annotation type javax.annotation.processing.Generated
-
The value element MUST have the name of the code generator.
- value() - Method in annotation type javax.annotation.processing.SupportedAnnotationTypes
-
Returns the names of the supported annotation types.
- value() - Method in annotation type javax.annotation.processing.SupportedOptions
-
Returns the supported options.
- value() - Method in annotation type javax.annotation.processing.SupportedSourceVersion
-
Returns the latest supported source version.
- value() - Method in annotation type javax.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Method in annotation type javax.jws.soap.InitParam
-
Deprecated.
- value() - Method in annotation type javax.jws.soap.SOAPMessageHandlers
-
Deprecated.
- value() - Method in annotation type javax.management.ConstructorParameters
-
The getter names.
- value() - Method in annotation type javax.management.DescriptorKey
-
Returns the descriptor key.
- value() - Method in annotation type javax.management.MXBean
-
True if the annotated interface is an MXBean interface.
- value() - Method in annotation type javax.swing.SwingContainer
-
The value that indicates whether the annotated class can be used as a container for other Swing components or not.
- value() - Method in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
Points to the class that converts a value type to a bound type or vice versa.
- value() - Method in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
-
Collection of @
XmlJavaTypeAdapter
annotations - value() - Method in annotation type javax.xml.bind.annotation.XmlAccessorOrder
- value() - Method in annotation type javax.xml.bind.annotation.XmlAccessorType
-
Specifies whether fields or properties are serialized.
- value() - Method in annotation type javax.xml.bind.annotation.XmlAnyElement
-
Specifies the
DomHandler
which is responsible for actually converting XML from/to a DOM-like data structure. - value() - Method in annotation type javax.xml.bind.annotation.XmlElementRefs
- value() - Method in annotation type javax.xml.bind.annotation.XmlElements
-
Collection of @
XmlElement
annotations - value() - Method in annotation type javax.xml.bind.annotation.XmlEnum
-
Java type that is mapped to a XML simple type.
- value() - Method in annotation type javax.xml.bind.annotation.XmlEnumValue
- value() - Method in annotation type javax.xml.bind.annotation.XmlMimeType
-
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
- value() - Method in annotation type javax.xml.bind.annotation.XmlSchemaTypes
-
Collection of @
XmlSchemaType
annotations - value() - Method in annotation type javax.xml.bind.annotation.XmlSeeAlso
- value() - Method in annotation type javax.xml.ws.BindingType
-
A binding identifier (a URI).
- value() - Method in annotation type javax.xml.ws.FaultAction
-
Value of WS-Addressing
Action
message addressing property for the exception. - value() - Method in annotation type javax.xml.ws.ServiceMode
-
Service mode.
- value() - Method in annotation type javax.xml.ws.WebServiceRef
-
The service class, always a type extending
javax.xml.ws.Service
. - value() - Method in annotation type javax.xml.ws.WebServiceRefs
-
Array used for multiple web service reference declarations.
- value() - Method in interface javax.xml.xpath.XPathEvaluationResult
-
Returns the value of the result as the type
<T>
specified for the class. - value() - Method in annotation type jdk.jfr.Category
-
Returns the category names for this annotation, starting with the root.
- value() - Method in annotation type jdk.jfr.DataAmount
-
Returns unit for the data amount, by default bytes.
- value() - Method in annotation type jdk.jfr.Description
-
Returns a sentence or two that describes the annotated element.
- value() - Method in annotation type jdk.jfr.Enabled
-
Returns
true
if the event should be enabled by default,false
otherwise. - value() - Method in annotation type jdk.jfr.Label
-
Returns a human readable name for the annotated element.
- value() - Method in annotation type jdk.jfr.Name
-
Returns the name.
- value() - Method in annotation type jdk.jfr.Period
-
Returns the default setting value for a periodic setting.
- value() - Method in annotation type jdk.jfr.Registered
- value() - Method in annotation type jdk.jfr.StackTrace
-
Returns if the stack trace from the commit method should be recorded.
- value() - Method in annotation type jdk.jfr.Threshold
-
Threshold, for example
"20 ms"
. - value() - Method in annotation type jdk.jfr.Timespan
-
Returns unit for the timespan, by default nanoseconds.
- value() - Method in annotation type jdk.jfr.Timestamp
-
Unit for timestamp.
- value() - Method in class jdk.jshell.SnippetEvent
-
The result value of successful run.
- value() - Method in class org.omg.CORBA.CompletionStatus
-
Retrieves the value of this
CompletionStatus
object. - value() - Method in class org.omg.CORBA.DefinitionKind
-
Returns the
int
constant identifying the type of an IR object. - value() - Method in class org.omg.CORBA.NamedValue
-
Retrieves the value for this
NamedValue
object. - value() - Method in class org.omg.CORBA.ParameterMode
- value() - Method in class org.omg.CORBA.SetOverrideType
-
Retrieves the value of this
SetOverrideType
instance. - value() - Method in class org.omg.CORBA.TCKind
-
Retrieves the value of this
TCKind
instance. - value() - Method in class org.omg.CosNaming.BindingType
- value() - Method in class org.omg.CosNaming.NamingContextPackage.NotFoundReason
- value() - Method in interface org.omg.PortableServer.IdAssignmentPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.IdAssignmentPolicyValue
- value() - Method in interface org.omg.PortableServer.IdUniquenessPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.IdUniquenessPolicyValue
- value() - Method in interface org.omg.PortableServer.ImplicitActivationPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.ImplicitActivationPolicyValue
- value() - Method in interface org.omg.PortableServer.LifespanPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.LifespanPolicyValue
- value() - Method in class org.omg.PortableServer.POAManagerPackage.State
- value() - Method in interface org.omg.PortableServer.RequestProcessingPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.RequestProcessingPolicyValue
- value() - Method in interface org.omg.PortableServer.ServantRetentionPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.ServantRetentionPolicyValue
- value() - Method in interface org.omg.PortableServer.ThreadPolicyOperations
-
specifies the policy value
- value() - Method in class org.omg.PortableServer.ThreadPolicyValue
- value(boolean) - Static method in class javax.management.Query
-
Returns a boolean value expression that can be used in any Query call that expects a ValueExp.
- value(double) - Static method in class javax.management.Query
-
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
- value(float) - Static method in class javax.management.Query
-
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
- value(int) - Static method in class javax.management.Query
-
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
- value(long) - Static method in class javax.management.Query
-
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
- value(Number) - Static method in class javax.management.Query
-
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
- value(String) - Static method in class javax.management.Query
-
Returns a new string expression.
- Value - Interface in com.sun.jdi
-
The mirror for a value in the target VM.
- VALUE - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
ValueTree
representing an @value tag. - VALUE - javafx.scene.AccessibleAttribute
-
Returns the value for the node.
- VALUE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "value"
- VALUE_ALPHA_INTERPOLATION_DEFAULT - Static variable in class java.awt.RenderingHints
-
Alpha interpolation hint value -- alpha blending algorithms are chosen by the implementation for a good tradeoff of performance vs. quality.
- VALUE_ALPHA_INTERPOLATION_QUALITY - Static variable in class java.awt.RenderingHints
-
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for precision and visual quality.
- VALUE_ALPHA_INTERPOLATION_SPEED - Static variable in class java.awt.RenderingHints
-
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for calculation speed.
- VALUE_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
-
Antialiasing hint value -- rendering is done with a default antialiasing mode chosen by the implementation.
- VALUE_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
-
Antialiasing hint value -- rendering is done without antialiasing.
- VALUE_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
-
Antialiasing hint value -- rendering is done with antialiasing.
- VALUE_ARBITRARY - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set a single, arbitrary value. - value_as_string() - Method in interface org.omg.CORBA.DynEnum
-
Deprecated.Return the value of the IDL enum stored in this
DynEnum
as a string. - value_as_string(String) - Method in interface org.omg.CORBA.DynEnum
-
Deprecated.Set a particular enum in this
DynEnum
. - value_as_ulong() - Method in interface org.omg.CORBA.DynEnum
-
Deprecated.Return the value of the IDL enum as a Java int.
- value_as_ulong(int) - Method in interface org.omg.CORBA.DynEnum
-
Deprecated.Set the value of the IDL enum.
- VALUE_COLOR_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
-
Color rendering hint value -- perform color conversion calculations as chosen by the implementation to represent the best available tradeoff between performance and accuracy.
- VALUE_COLOR_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
-
Color rendering hint value -- perform the color conversion calculations with the highest accuracy and visual quality.
- VALUE_COLOR_RENDER_SPEED - Static variable in class java.awt.RenderingHints
-
Color rendering hint value -- perform the fastest color conversion to the format of the output device.
- VALUE_DELIMITER - Static variable in class javafx.scene.control.IndexRange
-
Index range value delimiter.
- VALUE_DITHER_DEFAULT - Static variable in class java.awt.RenderingHints
-
Dithering hint value -- use a default for dithering chosen by the implementation.
- VALUE_DITHER_DISABLE - Static variable in class java.awt.RenderingHints
-
Dithering hint value -- do not dither when rendering geometry.
- VALUE_DITHER_ENABLE - Static variable in class java.awt.RenderingHints
-
Dithering hint value -- dither when rendering geometry, if needed.
- VALUE_ENUMERATION - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set one of a number of enumerated values. - VALUE_FRACTIONALMETRICS_DEFAULT - Static variable in class java.awt.RenderingHints
-
Font fractional metrics hint value -- character glyphs are positioned with accuracy chosen by the implementation.
- VALUE_FRACTIONALMETRICS_OFF - Static variable in class java.awt.RenderingHints
-
Font fractional metrics hint value -- character glyphs are positioned with advance widths rounded to pixel boundaries.
- VALUE_FRACTIONALMETRICS_ON - Static variable in class java.awt.RenderingHints
-
Font fractional metrics hint value -- character glyphs are positioned with sub-pixel accuracy.
- VALUE_INTERPOLATION_BICUBIC - Static variable in class java.awt.RenderingHints
-
Interpolation hint value -- the color samples of 9 nearby integer coordinate samples in the image are interpolated using a cubic function in both
X
andY
to produce a color sample. - VALUE_INTERPOLATION_BILINEAR - Static variable in class java.awt.RenderingHints
-
Interpolation hint value -- the color samples of the 4 nearest neighboring integer coordinate samples in the image are interpolated linearly to produce a color sample.
- VALUE_INTERPOLATION_NEAREST_NEIGHBOR - Static variable in class java.awt.RenderingHints
-
Interpolation hint value -- the color sample of the nearest neighboring integer coordinate sample in the image is used.
- VALUE_LIST - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set to a list or array of values. - VALUE_NONE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getObjectValueType
to indicate the absence of a user object. - VALUE_PROPERTY - Static variable in class javax.swing.JOptionPane
-
Bound property name for
value
. - VALUE_RANGE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set a range of values. - VALUE_RANGE_MAX_INCLUSIVE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set to a range of values. - VALUE_RANGE_MAX_INCLUSIVE_MASK - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A value that may be or'ed with
VALUE_RANGE
to obtainVALUE_RANGE_MAX_INCLUSIVE
, and withVALUE_RANGE_MIN_INCLUSIVE
to obtainVALUE_RANGE_MIN_MAX_INCLUSIVE
. - VALUE_RANGE_MIN_INCLUSIVE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set to a range of values. - VALUE_RANGE_MIN_INCLUSIVE_MASK - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A value that may be or'ed with
VALUE_RANGE
to obtainVALUE_RANGE_MIN_INCLUSIVE
, and withVALUE_RANGE_MAX_INCLUSIVE
to obtainVALUE_RANGE_MIN_MAX_INCLUSIVE
. - VALUE_RANGE_MIN_MAX_INCLUSIVE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeValueType
andgetObjectValueType
to indicate that the attribute or user object may be set a range of values. - VALUE_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
-
Rendering hint value -- rendering algorithms are chosen by the implementation for a good tradeoff of performance vs. quality.
- VALUE_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
-
Rendering hint value -- rendering algorithms are chosen with a preference for output quality.
- VALUE_RENDER_SPEED - Static variable in class java.awt.RenderingHints
-
Rendering hint value -- rendering algorithms are chosen with a preference for output speed.
- VALUE_RESOLUTION_VARIANT_BASE - Static variable in class java.awt.RenderingHints
-
Image resolution variant hint value -- the standard resolution of an image is always used.
- VALUE_RESOLUTION_VARIANT_DEFAULT - Static variable in class java.awt.RenderingHints
-
Image resolution variant hint value -- an image resolution variant is chosen based on a default heuristic which may depend on the policies of the platform
- VALUE_RESOLUTION_VARIANT_DPI_FIT - Static variable in class java.awt.RenderingHints
-
Image resolution variant hint value -- an image resolution variant is chosen based only on the DPI of the screen.
- VALUE_RESOLUTION_VARIANT_SIZE_FIT - Static variable in class java.awt.RenderingHints
-
Image resolution variant hint value -- an image resolution variant is chosen based on the DPI of the screen and the transform in the Graphics2D context.
- VALUE_STROKE_DEFAULT - Static variable in class java.awt.RenderingHints
-
Stroke normalization control hint value -- geometry may be modified or left pure depending on the tradeoffs in a given implementation.
- VALUE_STROKE_NORMALIZE - Static variable in class java.awt.RenderingHints
-
Stroke normalization control hint value -- geometry should be normalized to improve uniformity or spacing of lines and overall aesthetics.
- VALUE_STROKE_PURE - Static variable in class java.awt.RenderingHints
-
Stroke normalization control hint value -- geometry should be left unmodified and rendered with sub-pixel accuracy.
- VALUE_TEXT_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- text rendering is done according to the
RenderingHints.KEY_ANTIALIASING
hint or a default chosen by the implementation. - VALUE_TEXT_ANTIALIAS_GASP - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- text rendering is requested to use information in the font resource which specifies for each point size whether to apply
RenderingHints.VALUE_TEXT_ANTIALIAS_ON
orRenderingHints.VALUE_TEXT_ANTIALIAS_OFF
. - VALUE_TEXT_ANTIALIAS_LCD_HBGR - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of B,G,R such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HBGR).
- VALUE_TEXT_ANTIALIAS_LCD_HRGB - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of R,G,B such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HRGB).
- VALUE_TEXT_ANTIALIAS_LCD_VBGR - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of B,G,R such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VBGR).
- VALUE_TEXT_ANTIALIAS_LCD_VRGB - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of R,G,B such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VRGB).
- VALUE_TEXT_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- text rendering is done without any form of antialiasing.
- VALUE_TEXT_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint value -- text rendering is done with some form of antialiasing.
- valueAt(int) - Method in class javafx.beans.binding.ListExpression
-
Creates a new
ObjectBinding
that contains the element at the specified position. - valueAt(ObservableIntegerValue) - Method in class javafx.beans.binding.ListExpression
-
Creates a new
ObjectBinding
that contains the element at the specified position. - valueAt(ObservableValue<K>) - Method in class javafx.beans.binding.MapExpression
-
Creates a new
ObjectBinding
that contains the mapping of the specified key. - valueAt(ObservableList<E>, int) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
ObjectBinding
that contains the element of anObservableList
at the specified position. - valueAt(ObservableList<E>, ObservableIntegerValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
ObjectBinding
that contains the element of anObservableList
at the specified position. - valueAt(ObservableList<E>, ObservableNumberValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
ObjectBinding
that contains the element of anObservableList
at the specified position. - valueAt(ObservableMap<K, V>, ObservableValue<? extends K>) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
ObjectBinding
that contains the mapping of a specific key in anObservableMap
. - valueAt(ObservableMap<K, V>, K) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
ObjectBinding
that contains the mapping of a specific key in anObservableMap
. - valueAt(K) - Method in class javafx.beans.binding.MapExpression
-
Creates a new
ObjectBinding
that contains the mapping of the specified key. - ValueAxis<T extends Number> - Class in javafx.scene.chart
-
An axis whose data is defined as Numbers.
- ValueAxis() - Constructor for class javafx.scene.chart.ValueAxis
-
Creates a auto-ranging ValueAxis.
- ValueAxis(double, double) - Constructor for class javafx.scene.chart.ValueAxis
-
Creates a non-auto-ranging ValueAxis with the given lower and upper bound.
- ValueBase - Interface in org.omg.CORBA.portable
-
The generated Java classes corresponding to valuetype IDL types implement this interface.
- ValueBaseHelper - Class in org.omg.CORBA
- ValueBaseHelper() - Constructor for class org.omg.CORBA.ValueBaseHelper
- ValueBaseHolder - Class in org.omg.CORBA
-
The Holder for
ValueBase
. - ValueBaseHolder() - Constructor for class org.omg.CORBA.ValueBaseHolder
-
Constructs a new
ValueBaseHolder
object with itsvalue
field initialized to0
. - ValueBaseHolder(Serializable) - Constructor for class org.omg.CORBA.ValueBaseHolder
-
Constructs a new
ValueBaseHolder
object with itsvalue
field initialized to the givenjava.io.Serializable
. - valueBound(SSLSessionBindingEvent) - Method in interface javax.net.ssl.SSLSessionBindingListener
-
This is called to notify the listener that it is being bound into an SSLSession.
- valueChanged(ListSelectionEvent) - Method in interface javax.swing.event.ListSelectionListener
-
Called whenever the value of the selection changes.
- valueChanged(ListSelectionEvent) - Method in class javax.swing.JList.AccessibleJList
-
List Selection Listener value change method.
- valueChanged(ListSelectionEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track changes to table cell selections
- valueChanged(ListSelectionEvent) - Method in class javax.swing.JTable
-
Invoked when the row selection changes -- repaints to show the new selection.
- valueChanged(ListSelectionEvent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Invokes when
ListSelectionEvent
occurs. - valueChanged(ListSelectionEvent) - Method in class javax.swing.table.DefaultTableColumnModel
-
A
ListSelectionListener
that forwardsListSelectionEvents
when there is a column selection change. - valueChanged(TreeSelectionEvent) - Method in interface javax.swing.event.TreeSelectionListener
-
Called whenever the value of the selection changes.
- valueChanged(TreeSelectionEvent) - Method in class javax.swing.JTree.AccessibleJTree
-
Tree Selection Listener value change method.
- valueChanged(TreeSelectionEvent) - Method in class javax.swing.JTree.TreeSelectionRedirector
-
Invoked by the
TreeSelectionModel
when the selection changes. - valueChanged(TreeSelectionEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.TreeSelectionHandler
-
Messaged when the selection changes in the tree we're displaying for.
- valueChanged(TreeSelectionEvent) - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Resets
lastPath
. - valueChangedEvent() - Static method in class javafx.scene.control.TreeItem
-
An EventType used when the TreeItem receives a modification to its value property.
- valueChangingProperty() - Method in class javafx.scene.control.Slider
-
When true, indicates the current value of this Slider is changing.
- valueCurrent() - Method in interface com.sun.jdi.event.WatchpointEvent
-
Current value of the field.
- ValueDescriptor - Class in jdk.jfr
-
Describes event fields and annotation elements.
- ValueDescriptor(Class<?>, String) - Constructor for class jdk.jfr.ValueDescriptor
-
Constructs a value descriptor, useful for creating event types and annotations dynamically.
- ValueDescriptor(Class<?>, String, List<AnnotationElement>) - Constructor for class jdk.jfr.ValueDescriptor
-
Constructs a value descriptor, useful for creating event types and annotations dynamically.
- ValueExp - Interface in javax.management
-
Represents values that can be passed as arguments to relational expressions.
- ValueFactory - Interface in org.omg.CORBA.portable
-
The ValueFactory interface is the native mapping for the IDL type CORBA::ValueFactory.
- valueFactoryProperty() - Method in class javafx.scene.control.Spinner
-
The value factory is the model behind the JavaFX Spinner control - without a value factory installed a Spinner is unusable.
- valueForPathChanged(TreePath, Object) - Method in class javax.swing.tree.DefaultTreeModel
-
This sets the user object of the TreeNode identified by path and posts a node changed.
- valueForPathChanged(TreePath, Object) - Method in interface javax.swing.tree.TreeModel
-
Messaged when the user has altered the value for the item identified by
path
tonewValue
. - valueForXPosition(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Returns the value at the x position.
- valueForYPosition(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Returns the value at the y position.
- valueFromMethodName(String) - Static method in enum java.lang.invoke.VarHandle.AccessMode
-
Returns the
AccessMode
value associated with the specifiedVarHandle
signature-polymorphic method name. - ValueHandler - Interface in javax.rmi.CORBA
-
Defines methods which allow serialization of Java objects to and from GIOP streams.
- ValueHandlerMultiFormat - Interface in javax.rmi.CORBA
-
Java to IDL ptc 02-01-12 1.5.1.5
- ValueInputStream - Interface in org.omg.CORBA.portable
-
Java to IDL ptc 02-01-12 1.5.1.4 ValueInputStream is used for implementing RMI-IIOP stream format version 2.
- valueIsAdjusting - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
As of Java 2 platform v1.4 this previously undocumented field is no longer used.
- ValueMember - Class in org.omg.CORBA
-
A description in the Interface Repository of a member of a
value
object. - ValueMember() - Constructor for class org.omg.CORBA.ValueMember
-
Constructs a default
ValueMember
object. - ValueMember(String, String, String, String, TypeCode, IDLType, short) - Constructor for class org.omg.CORBA.ValueMember
-
Constructs a
ValueMember
object initialized with the given values. - ValueMemberHelper - Class in org.omg.CORBA
-
The Helper for
ValueMember
. - ValueMemberHelper() - Constructor for class org.omg.CORBA.ValueMemberHelper
- valueOf(boolean) - Static method in class java.lang.Boolean
-
Returns a
Boolean
instance representing the specifiedboolean
value. - valueOf(boolean) - Static method in class java.lang.String
-
Returns the string representation of the
boolean
argument. - valueOf(byte) - Static method in class java.lang.Byte
-
Returns a
Byte
instance representing the specifiedbyte
value. - valueOf(byte[]) - Static method in class java.util.BitSet
-
Returns a new bit set containing all the bits in the given byte array.
- valueOf(char) - Static method in class java.lang.Character
-
Returns a
Character
instance representing the specifiedchar
value. - valueOf(char) - Static method in class java.lang.String
-
Returns the string representation of the
char
argument. - valueOf(char[]) - Static method in class java.lang.String
-
Returns the string representation of the
char
array argument. - valueOf(char[], int, int) - Static method in class java.lang.String
-
Returns the string representation of a specific subarray of the
char
array argument. - valueOf(double) - Static method in class java.lang.Double
-
Returns a
Double
instance representing the specifieddouble
value. - valueOf(double) - Static method in class java.lang.String
-
Returns the string representation of the
double
argument. - valueOf(double) - Static method in class java.math.BigDecimal
-
Translates a
double
into aBigDecimal
, using thedouble
's canonical string representation provided by theDouble.toString(double)
method. - valueOf(float) - Static method in class java.lang.Float
-
Returns a
Float
instance representing the specifiedfloat
value. - valueOf(float) - Static method in class java.lang.String
-
Returns the string representation of the
float
argument. - valueOf(int) - Static method in class java.lang.Integer
-
Returns an
Integer
instance representing the specifiedint
value. - valueOf(int) - Static method in class java.lang.String
-
Returns the string representation of the
int
argument. - valueOf(int) - Static method in enum java.math.RoundingMode
-
Returns the
RoundingMode
object corresponding to a legacy integer rounding mode constant inBigDecimal
. - valueOf(int) - Static method in enum java.sql.JDBCType
-
Returns the
JDBCType
that corresponds to the specifiedTypes
value - valueOf(long) - Static method in class java.lang.Long
-
Returns a
Long
instance representing the specifiedlong
value. - valueOf(long) - Static method in class java.lang.String
-
Returns the string representation of the
long
argument. - valueOf(long) - Static method in class java.math.BigDecimal
-
Translates a
long
value into aBigDecimal
with a scale of zero. - valueOf(long) - Static method in class java.math.BigInteger
-
Returns a BigInteger whose value is equal to that of the specified
long
. - valueOf(long[]) - Static method in class java.util.BitSet
-
Returns a new bit set containing all the bits in the given long array.
- valueOf(long, int) - Static method in class java.math.BigDecimal
-
Translates a
long
unscaled value and anint
scale into aBigDecimal
. - valueOf(short) - Static method in class java.lang.Short
-
Returns a
Short
instance representing the specifiedshort
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(Object) - Static method in class java.lang.String
-
Returns the string representation of the
Object
argument. - valueOf(String) - Static method in enum com.sun.javadoc.LanguageVersion
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.management.VMOption.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.nio.sctp.HandlerResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.nio.sctp.PeerAddressChangeNotification.AddressChangeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.security.jgss.InquireType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.doctree.AttributeTree.ValueKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.doctree.DocTree.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.tree.LambdaExpressionTree.BodyKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.tree.MemberReferenceTree.ReferenceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.tree.ModuleTree.ModuleKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.tree.Tree.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.source.util.TaskEvent.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.tools.jconsole.JConsoleContext.ConnectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Component.BaselineResizeBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Desktop.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.desktop.QuitStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.desktop.UserSessionEvent.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Dialog.ModalExclusionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Dialog.ModalityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.event.FocusEvent.Cause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.font.NumericShaper.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Taskbar.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Taskbar.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.TrayIcon.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.awt.Window.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.io.ObjectInputFilter.Status
-
Returns the enum constant of this type with the specified name.
- 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(String) - Static method in class java.lang.Boolean
-
Returns a
Boolean
with a value represented by the specified string. - valueOf(String) - Static method in class java.lang.Byte
-
Returns a
Byte
object holding the value given by the specifiedString
. - valueOf(String) - Static method in enum java.lang.Character.UnicodeScript
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class java.lang.Double
-
Returns a
Double
object holding thedouble
value represented by the argument strings
. - valueOf(String) - Static method in class java.lang.Float
-
Returns a
Float
object holding thefloat
value represented by the argument strings
. - valueOf(String) - Static method in class java.lang.Integer
-
Returns an
Integer
object holding the value of the specifiedString
. - valueOf(String) - Static method in enum java.lang.invoke.VarHandle.AccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class java.lang.Long
-
Returns a
Long
object holding the value of the specifiedString
. - valueOf(String) - Static method in enum java.lang.management.MemoryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.module.ModuleDescriptor.Exports.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.module.ModuleDescriptor.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.module.ModuleDescriptor.Opens.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.module.ModuleDescriptor.Requires.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.ProcessBuilder.Redirect.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class java.lang.Short
-
Returns a
Short
object holding the value given by the specifiedString
. - valueOf(String) - Static method in enum java.lang.StackWalker.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.System.Logger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.Thread.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.math.RoundingMode
-
Returns the enum constant of this type with the specified name.
- 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.DrbgParameters.Capability
-
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(String) - Static method in enum java.sql.JDBCType
-
Returns the enum constant of this type with the specified name.
- 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(String) - Static method in class java.sql.Timestamp
-
Converts a
String
object in JDBC timestamp escape format to aTimestamp
value. - 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(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.Locale.IsoCountryCode
-
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 javafx.animation.Animation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.animation.PathTransition.OrientationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.application.ConditionalFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.application.Preloader.StateChangeNotification.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.concurrent.Worker.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.css.SizeUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.css.StyleOrigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.HorizontalDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.HPos
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.NodeOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.Pos
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.VerticalDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.geometry.VPos
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.Collation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.PageOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.PrintColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.Printer.MarginType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.PrinterJob.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.PrintQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.print.PrintSides
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.AccessibleAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.AccessibleAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.AccessibleRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.CacheHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.chart.LineChart.SortingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.Alert.AlertType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.ButtonBar.ButtonData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.ContentDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class javafx.scene.control.IndexRange
-
Convenience method to parse in a String of the form '2,6', which will create an IndexRange instance with a start value of 2, and an end value of 6.
- valueOf(String) - Static method in enum javafx.scene.control.OverrunStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.ScrollPane.ScrollBarPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.skin.TextInputControlSkin.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.skin.TextInputControlSkin.TextUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.TableColumn.SortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.TabPane.TabClosingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.TabPane.TabDragPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.TreeSortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.control.TreeTableColumn.SortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.DepthTest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.effect.BlendMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.effect.BlurType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.image.PixelFormat.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.InputMethodHighlight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.KeyCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.KeyCombination.ModifierValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class javafx.scene.input.KeyCombination
-
Constructs a new
KeyCombination
from the specified string. - valueOf(String) - Static method in enum javafx.scene.input.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.ScrollEvent.HorizontalTextScrollUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.ScrollEvent.VerticalTextScrollUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.TouchPoint.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.input.TransferMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.layout.BackgroundRepeat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.layout.BorderRepeat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.layout.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.media.MediaException.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.media.MediaPlayer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class javafx.scene.paint.Color
-
Creates a color value from a string representation.
- valueOf(String) - Static method in enum javafx.scene.paint.CycleMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class javafx.scene.paint.LinearGradient
-
Creates a linear gradient value from a string representation.
- valueOf(String) - Static method in class javafx.scene.paint.Paint
-
Creates a paint value from a string representation.
- valueOf(String) - Static method in class javafx.scene.paint.RadialGradient
-
Creates a radial gradient value from a string representation.
- valueOf(String) - Static method in enum javafx.scene.shape.ArcType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.CullFace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.DrawMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.FillRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.StrokeLineCap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.StrokeLineJoin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.shape.StrokeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.text.FontPosture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.text.FontSmoothingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.text.FontWeight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.text.TextAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.text.TextBoundsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.transform.MatrixType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.scene.web.HTMLEditorSkin.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.stage.Modality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.stage.PopupWindow.AnchorLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javafx.stage.StageStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class javafx.util.Duration
-
Factory method that returns a Duration instance for a specified amount of time.
- valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.soap.SOAPBinding.Use
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.jws.WebParam.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.element.ElementKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.element.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.element.ModuleElement.DirectiveKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.element.NestingKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.SourceVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.type.TypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.lang.model.util.Elements.Origin
-
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 enum javax.smartcardio.CardTerminals.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.DropMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.event.RowSorterEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.GroupLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.JTable.PrintMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.LayoutStyle.ComponentPlacement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.RowFilter.ComparisonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.SwingWorker.StateValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.swing.text.html.FormSubmitEvent.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.tools.Diagnostic.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.tools.DocumentationTool.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.tools.JavaFileObject.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.tools.StandardLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlNsForm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.catalog.CatalogFeatures.Feature
-
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 formattedString
. - valueOf(String) - Static method in enum javax.xml.ws.handler.MessageContext.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.ws.Service.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.xml.xpath.XPathEvaluationResult.XPathResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.dynalink.linker.ConversionComparator.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.dynalink.StandardNamespace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.dynalink.StandardOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.incubator.http.HttpClient.Redirect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.incubator.http.HttpClient.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.incubator.http.WebSocket.MessagePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.javadoc.doclet.Doclet.Option.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.javadoc.doclet.DocletEnvironment.ModuleMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.javadoc.doclet.Taglet.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jfr.RecordingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.SubKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.SourceCodeAnalysis.Completeness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.management.resource.ResourceAccuracy
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.nashorn.api.tree.Diagnostic.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.net.SocketFlow.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String, int) - Static method in class java.lang.Byte
-
Returns a
Byte
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class java.lang.Integer
-
Returns an
Integer
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class java.lang.Long
-
Returns a
Long
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class java.lang.Short
-
Returns a
Short
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument. - 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(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(LocalDate) - Static method in class java.sql.Date
-
Obtains an instance of
Date
from aLocalDate
object with the same year, month and day of month value as the givenLocalDate
. - valueOf(LocalDateTime) - Static method in class java.sql.Timestamp
-
Obtains an instance of
Timestamp
from aLocalDateTime
object, with the same year, month, day of month, hours, minutes, seconds and nanos date-time value as the providedLocalDateTime
. - valueOf(LocalTime) - Static method in class java.sql.Time
-
Obtains an instance of
Time
from aLocalTime
object with the same hour, minute and second time value as the givenLocalTime
. - ValueOutputStream - Interface in org.omg.CORBA.portable
-
Java to IDL ptc 02-01-12 1.5.1.3 ValueOutputStream is used for implementing RMI-IIOP stream format version 2.
- valueProperty() - Method in class javafx.concurrent.Service
- valueProperty() - Method in class javafx.concurrent.Task
- valueProperty() - Method in interface javafx.concurrent.Worker
-
Gets the ReadOnlyObjectProperty representing the value.
- valueProperty() - Method in class javafx.scene.chart.Axis.TickMark
-
The value for this tick mark in data units
- valueProperty() - Method in class javafx.scene.control.ChoiceBox
-
The value of this ChoiceBox is defined as the selected item in the ChoiceBox selection model.
- valueProperty() - Method in class javafx.scene.control.ComboBoxBase
-
The value of this ComboBox is defined as the selected item if the input is not editable, or if it is editable, the most recent user action: either the value input by the user, or the last selected item.
- valueProperty() - Method in class javafx.scene.control.ScrollBar
-
The current value represented by this
ScrollBar
. - valueProperty() - Method in class javafx.scene.control.Slider
-
The current value represented by this Slider.
- valueProperty() - Method in class javafx.scene.control.Spinner
-
The value property on Spinner is a read-only property, as it is bound to the SpinnerValueFactory
value property
. - valueProperty() - Method in class javafx.scene.control.SpinnerValueFactory
-
Represents the current value of the SpinnerValueFactory, or null if no value has been set.
- valueProperty() - Method in class javafx.scene.control.TextFormatter
-
The current value for this formatter.
- valueProperty() - Method in class javafx.scene.control.TreeItem
-
A property representing the application-specific data contained within this TreeItem.
- ValueRange - Class in java.time.temporal
-
The range of valid values for a date-time field.
- values - Variable in class javax.naming.directory.BasicAttribute
-
Holds the attribute's values.
- values - Variable in class javax.swing.text.html.parser.AttributeList
-
The possible attribute values
- values() - Static method in enum com.sun.javadoc.LanguageVersion
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.management.VMOption.Origin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.nio.sctp.HandlerResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.nio.sctp.PeerAddressChangeNotification.AddressChangeEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.security.jgss.InquireType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.doctree.AttributeTree.ValueKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.doctree.DocTree.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.tree.LambdaExpressionTree.BodyKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.tree.MemberReferenceTree.ReferenceMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.tree.ModuleTree.ModuleKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.tree.Tree.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.source.util.TaskEvent.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.tools.jconsole.JConsoleContext.ConnectionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Component.BaselineResizeBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Desktop.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.desktop.QuitStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.desktop.UserSessionEvent.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Dialog.ModalExclusionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Dialog.ModalityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.event.FocusEvent.Cause
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.font.NumericShaper.Range
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class java.awt.RenderingHints
-
Returns a
Collection
view of the values contained in thisRenderingHints
. - values() - Static method in enum java.awt.Taskbar.Feature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Taskbar.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.TrayIcon.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.awt.Window.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.io.ObjectInputFilter.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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.invoke.VarHandle.AccessMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.management.MemoryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.module.ModuleDescriptor.Exports.Modifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.module.ModuleDescriptor.Modifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.module.ModuleDescriptor.Opens.Modifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.module.ModuleDescriptor.Requires.Modifier
-
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.StackWalker.Option
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum java.lang.System.Logger.Level
-
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.DrbgParameters.Capability
-
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() - Static method in enum java.util.Locale.IsoCountryCode
-
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 javafx.animation.Animation.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.animation.PathTransition.OrientationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.application.ConditionalFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.application.Preloader.StateChangeNotification.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.concurrent.Worker.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.css.SizeUnits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.css.StyleOrigin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.HorizontalDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.HPos
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.NodeOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.Pos
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.VerticalDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.geometry.VPos
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.Collation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.PageOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.PrintColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.Printer.MarginType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.PrinterJob.JobStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.PrintQuality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.print.PrintSides
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.AccessibleAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.AccessibleAttribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.AccessibleRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.CacheHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.chart.LineChart.SortingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.Alert.AlertType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.ButtonBar.ButtonData
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.ContentDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.OverrunStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.ScrollPane.ScrollBarPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.SelectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.skin.TextInputControlSkin.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.skin.TextInputControlSkin.TextUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.TableColumn.SortType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.TabPane.TabClosingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.TabPane.TabDragPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.TreeSortMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.control.TreeTableColumn.SortType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.DepthTest
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.effect.BlendMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.effect.BlurType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.image.PixelFormat.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.InputMethodHighlight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.KeyCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.KeyCombination.ModifierValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.MouseButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.ScrollEvent.HorizontalTextScrollUnits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.ScrollEvent.VerticalTextScrollUnits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.TouchPoint.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.input.TransferMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.layout.BackgroundRepeat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.layout.BorderRepeat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.layout.Priority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.media.MediaException.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.media.MediaPlayer.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.paint.CycleMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.ArcType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.CullFace
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.DrawMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.FillRule
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.StrokeLineCap
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.StrokeLineJoin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.shape.StrokeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.text.FontPosture
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.text.FontSmoothingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.text.FontWeight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.text.TextAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.text.TextBoundsType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.transform.MatrixType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.scene.web.HTMLEditorSkin.Command
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.stage.Modality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.stage.PopupWindow.AnchorLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javafx.stage.StageStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.jws.soap.SOAPBinding.ParameterStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.jws.soap.SOAPBinding.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.jws.soap.SOAPBinding.Use
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.jws.WebParam.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.element.ElementKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.element.Modifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.element.ModuleElement.DirectiveKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.element.NestingKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.SourceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.type.TypeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.lang.model.util.Elements.Origin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface javax.management.openmbean.CompositeData
-
Returns an unmodifiable Collection view of the item values contained in this
CompositeData
instance. - values() - Method in class javax.management.openmbean.CompositeDataSupport
-
Returns an unmodifiable Collection view of the item values contained in this
CompositeData
instance. - values() - Method in interface javax.management.openmbean.TabularData
-
Returns a collection view of the
CompositeData
values (ie the rows) contained in thisTabularData
instance. - values() - Method in class javax.management.openmbean.TabularDataSupport
-
Returns a collection view of the rows contained in this
TabularDataSupport
instance. - 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() - Static method in enum javax.smartcardio.CardTerminals.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.DropMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.event.RowSorterEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.GroupLayout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.JTable.PrintMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.LayoutStyle.ComponentPlacement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext.CacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.RowFilter.ComparisonType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.SortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.SwingWorker.StateValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.swing.text.html.FormSubmitEvent.MethodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.tools.Diagnostic.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.tools.DocumentationTool.Location
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.tools.JavaFileObject.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.tools.StandardLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlAccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.bind.annotation.XmlNsForm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.catalog.CatalogFeatures.Feature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.ws.handler.MessageContext.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.ws.Service.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.ws.soap.AddressingFeature.Responses
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum javax.xml.xpath.XPathEvaluationResult.XPathResultType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.dynalink.linker.ConversionComparator.Comparison
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.dynalink.StandardNamespace
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.dynalink.StandardOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.incubator.http.HttpClient.Redirect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.incubator.http.HttpClient.Version
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.incubator.http.WebSocket.MessagePart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.javadoc.doclet.Doclet.Option.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.javadoc.doclet.DocletEnvironment.ModuleMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.javadoc.doclet.Taglet.Location
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.jfr.RecordingState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.jshell.Snippet.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.jshell.Snippet.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.jshell.Snippet.SubKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.jshell.SourceCodeAnalysis.Completeness
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.management.resource.ResourceAccuracy
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
- values() - Method in interface jdk.nashorn.api.scripting.JSObject
-
Returns the set of all property values of this object.
- values() - Static method in enum jdk.nashorn.api.tree.Diagnostic.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jdk.net.SocketFlow.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueString(Object) - Static method in class jdk.jshell.execution.DirectExecutionControl
-
Converts the
Object
value fromExecutionControl.invoke(String, String)
orExecutionControl.varValue(String, String)
toString
. - valueToBe() - Method in interface com.sun.jdi.event.ModificationWatchpointEvent
-
Value that will be assigned to the field when the instruction completes.
- valueToString(Object) - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
Returns the string value to display for
value
. - valueToString(Object) - Method in class javax.swing.text.DefaultFormatter
-
Converts the passed in Object into a String by way of the
toString
method. - valueToString(Object) - Method in class javax.swing.text.InternationalFormatter
-
Returns a String representation of the Object
value
. - valueToString(Object) - Method in class javax.swing.text.MaskFormatter
-
Returns a String representation of the Object
value
based on the mask. - ValueTree - Interface in com.sun.source.doctree
-
A tree node for an @value inline tag.
- VALUETYPE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "valuetype"
- valueUnbound(SSLSessionBindingEvent) - Method in interface javax.net.ssl.SSLSessionBindingListener
-
This is called to notify the listener that it is being unbound from a SSLSession.
- VAR - jdk.jshell.Snippet.Kind
-
One variable declaration.
- VAR - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <var>
- VAR_DECLARATION_SUBKIND - jdk.jshell.Snippet.SubKind
-
A variable declaration without initializer.
- VAR_DECLARATION_WITH_INITIALIZER_SUBKIND - jdk.jshell.Snippet.SubKind
-
A variable declaration with an initializer expression.
- VAR_VALUE_SUBKIND - jdk.jshell.Snippet.SubKind
-
A simple variable reference expression.
- VARBINARY - java.sql.JDBCType
-
Identifies the generic SQL type
VARBINARY
. - 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 - java.sql.JDBCType
-
Identifies the generic SQL type
VARCHAR
. - 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
. - VarHandle - Class in java.lang.invoke
-
A VarHandle is a dynamically strongly typed reference to a variable, or to a parametrically-defined family of variables, including static fields, non-static fields, array elements, or components of an off-heap data structure.
- VarHandle.AccessMode - Enum in java.lang.invoke
-
The set of access modes that specify how a variable, referenced by a VarHandle, is accessed.
- varHandleExactInvoker(VarHandle.AccessMode, MethodType) - Static method in class java.lang.invoke.MethodHandles
-
Produces a special invoker method handle which can be used to invoke a signature-polymorphic access mode method on any VarHandle whose associated access mode type is compatible with the given type.
- varHandleInvoker(VarHandle.AccessMode, MethodType) - Static method in class java.lang.invoke.MethodHandles
-
Produces a special invoker method handle which can be used to invoke a signature-polymorphic access mode method on any VarHandle whose associated access mode type is compatible with the given type.
- VARIABLE - com.sun.source.tree.Tree.Kind
-
Used for instances of
VariableTree
. - VARIABLE - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
VariableTree
. - VariableElement - Interface in javax.lang.model.element
-
Represents a field,
enum
constant, method or constructor parameter, local variable, resource variable, or exception parameter. - VariableHeightLayoutCache - Class in javax.swing.tree
-
NOTE: This will become more open in a future release.
- VariableHeightLayoutCache() - Constructor for class javax.swing.tree.VariableHeightLayoutCache
-
Constructs a
VariableHeightLayoutCache
. - variables() - Method in interface com.sun.jdi.Method
-
Returns a list containing each
LocalVariable
declared in this method. - variables() - Method in class jdk.jshell.JShell
-
Returns the active variable snippets.
- variablesByName(String) - Method in interface com.sun.jdi.Method
-
Returns a list containing each
LocalVariable
of a given name in this method. - VariableTree - Interface in com.sun.source.tree
-
A tree node for a variable declaration.
- VariableTree - Interface in jdk.nashorn.api.tree
-
A tree node for a variable declaration statement.
- 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.
- VarSnippet - Class in jdk.jshell
-
Snippet for a variable definition.
- varType() - Method in class java.lang.invoke.VarHandle
-
Returns the variable type of variables referenced by this VarHandle.
- varValue(String, String) - Method in interface jdk.jshell.spi.ExecutionControl
-
Returns the value of a variable.
- varValue(VarSnippet) - Method in class jdk.jshell.JShell
-
Get the current value of a variable.
- vbarPolicyProperty() - Method in class javafx.scene.control.ScrollPane
-
Specifies the policy for showing the vertical scroll bar.
- VBox - Class in javafx.scene.layout
-
VBox lays out its children in a single vertical column.
- VBox() - Constructor for class javafx.scene.layout.VBox
-
Creates a VBox layout with spacing = 0 and alignment at TOP_LEFT.
- VBox(double) - Constructor for class javafx.scene.layout.VBox
-
Creates a VBox layout with the specified spacing between children.
- VBox(double, Node...) - Constructor for class javafx.scene.layout.VBox
-
Creates an VBox layout with the specified spacing between children.
- VBox(Node...) - Constructor for class javafx.scene.layout.VBox
-
Creates an VBox layout with spacing = 0.
- vcSupport - Variable in class java.beans.beancontext.BeanContextChildSupport
-
The
VetoableChangeSupport
associated with thisBeanContextChildSupport
. - Vector<E> - Class in java.util
-
The
Vector
class implements a growable array of objects. - 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(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(int, int) - Constructor for class java.util.Vector
-
Constructs an empty vector with the specified initial capacity and capacity increment.
- 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.
- vendorName - Variable in class javax.imageio.spi.IIOServiceProvider
-
A
String
to be returned fromgetVendorName
, initiallynull
. - VERBOSE - Static variable in class java.rmi.server.LogStream
-
Deprecated.log level constant (verbose logging).
- 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(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 java.security.cert.Certificate
-
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) - Method in class javax.security.cert.Certificate
-
Deprecated.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, 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, String) - Method in class javax.security.cert.Certificate
-
Deprecated.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, 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(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(JComponent) - Method in class javax.swing.InputVerifier
-
Checks whether the JComponent's input is valid.
- VERIFY - Static variable in class java.security.Signature
-
Possible
Signature.state
value, signifying that this signature object has been initialized for verification. - VERIFY - Static variable in class javax.xml.crypto.KeySelector.Purpose
-
A key for verifying.
- verifyAttributeCategory(Object, Class<?>) - Static method in class javax.print.attribute.AttributeSetUtilities
- verifyAttributeValue(Object, Class<?>) - Static method in class javax.print.attribute.AttributeSetUtilities
-
Verify that the given object is an instance of the given interface, which is assumed to be interface
Attribute
or a subinterface thereof. - verifyCategoryForValue(Class<?>, Attribute) - Static method in class javax.print.attribute.AttributeSetUtilities
-
Verify that the given attribute category object is equal to the category of the given attribute value object.
- 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. - verifyMIC(byte[], int, int, byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
-
Verifies the cryptographic MIC, contained in the token parameter, over the supplied message.
- verifyMIC(InputStream, InputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
-
Uses streams to verify the cryptographic MIC, contained in the token parameter, over the supplied message.
- verifyTarget(JComponent) - Method in class javax.swing.InputVerifier
-
Checks whether the target JComponent that will be receiving the focus is ready to accept it.
- version - Variable in class javax.imageio.spi.IIOServiceProvider
-
A
String
to be returned fromgetVersion
, initially null. - version - Variable in class org.omg.CORBA.ValueMember
-
The version of the
value
in which this member is defined. - version() - Method in interface com.sun.jdi.VirtualMachine
-
Returns the version of the Java Runtime Environment in the target VM as reported by the property
java.version
. - version() - Method in class java.lang.module.ModuleDescriptor
-
Returns the module version.
- version() - Static method in class java.lang.Runtime
-
Returns the version of the Java Runtime Environment as a
Runtime.Version
. - version() - Method in class java.lang.Runtime.Version
-
Returns an unmodifiable
List
of the integers represented in the version number. - version() - Method in class java.util.UUID
-
The version number associated with this
UUID
. - version() - Method in class jdk.incubator.http.HttpClient
-
Returns the HTTP protocol version requested for this client.
- version() - Method in class jdk.incubator.http.HttpRequest
-
Returns an
Optional
containing the HTTP protocol version that will be requested for thisHttpRequest
. - version() - Method in class jdk.incubator.http.HttpResponse
-
Returns the HTTP protocol version that was used for this response.
- version(ModuleDescriptor.Version) - Method in class java.lang.module.ModuleDescriptor.Builder
-
Sets the module version.
- version(String) - Method in class java.lang.module.ModuleDescriptor.Builder
-
Sets the module version.
- version(HttpClient.Version) - Method in class jdk.incubator.http.HttpClient.Builder
-
Requests a specific HTTP protocol version where possible.
- version(HttpClient.Version) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Sets the preferred
HttpClient.Version
for this request. - VERSION - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
VersionTree
representing an @version tag. - VERSION - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "version"
- 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.
- versionedStream() - Method in class java.util.jar.JarFile
-
Returns a
Stream
of the versioned jar file entries. - VersionSpecHelper - Class in org.omg.CORBA
-
The Helper for
VersionSpec
. - VersionSpecHelper() - Constructor for class org.omg.CORBA.VersionSpecHelper
- VersionTree - Interface in com.sun.source.doctree
-
A tree node for an @version block tag.
- VertexFormat - Class in javafx.scene.shape
-
Defines the format of the vertices in a mesh.
- vertexFormatProperty() - Method in class javafx.scene.shape.TriangleMesh
-
Specifies the vertex format of this
TriangleMesh
, one ofVertexFormat.POINT_TEXCOORD
orVertexFormat.POINT_NORMAL_TEXCOORD
. - VERTICAL - javafx.geometry.Orientation
-
The vertical (top <-> bottom) orientation
- VERTICAL - Static variable in interface java.awt.Adjustable
-
Indicates that the
Adjustable
has vertical orientation. - VERTICAL - Static variable in class java.awt.GridBagConstraints
-
Resize the component vertically but not horizontally.
- VERTICAL - Static variable in class java.awt.Scrollbar
-
A constant that indicates a vertical scroll bar.
- VERTICAL - Static variable in class javax.accessibility.AccessibleState
-
Indicates the orientation of this object is vertical.
- VERTICAL - Static variable in class javax.swing.JList
-
Indicates a vertical layout of cells, in a single column; the default layout.
- VERTICAL - Static variable in interface javax.swing.SwingConstants
-
Vertical orientation.
- VERTICAL_ALIGN - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "vertical-align".
- VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Identifies a change in the button's vertical alignment.
- VERTICAL_CENTER - Static variable in class javax.swing.SpringLayout
-
Specifies the vertical center of a component's bounding rectangle.
- VERTICAL_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Vertical Forms" Unicode character block.
- VERTICAL_SCROLLBAR - javafx.scene.AccessibleAttribute
-
Returns the vertical scroll bar for the node.
- VERTICAL_SCROLLBAR - Static variable in interface javax.swing.ScrollPaneConstants
-
Identifies a vertical scrollbar.
- VERTICAL_SCROLLBAR_ALWAYS - Static variable in interface javax.swing.ScrollPaneConstants
-
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
- VERTICAL_SCROLLBAR_AS_NEEDED - Static variable in interface javax.swing.ScrollPaneConstants
-
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
- VERTICAL_SCROLLBAR_NEVER - Static variable in interface javax.swing.ScrollPaneConstants
-
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
- VERTICAL_SCROLLBAR_POLICY - Static variable in interface javax.swing.ScrollPaneConstants
-
Identifies the vertical scroll bar policy property.
- VERTICAL_SPLIT - Static variable in class javax.swing.JSplitPane
-
Vertical split indicates the
Component
s are split along the y axis. - VERTICAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Identifies a change in the button's vertical text position.
- VERTICAL_WRAP - Static variable in class javax.swing.JList
-
Indicates a "newspaper style" layout with cells flowing vertically then horizontally.
- VerticalDirection - Enum in javafx.geometry
-
Enumeration representing a vertical direction.
- VerticalDragController(MouseEvent) - Constructor for class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
-
Constructs a new instance of
VerticalDragController
. - verticalFieldOfViewProperty() - Method in class javafx.scene.PerspectiveCamera
-
Defines whether the
fieldOfView
property will apply to the vertical dimension of the projection. - verticalGridLinesVisibleProperty() - Method in class javafx.scene.chart.XYChart
-
True if vertical grid lines should be drawn
- verticalProperty() - Method in class javafx.scene.control.skin.VirtualFlow
-
Indicates the primary direction of virtualization.
- verticalScrollBar - Variable in class javax.swing.JScrollPane
-
The scrollpane's vertical scrollbar child.
- verticalScrollBarPolicy - Variable in class javax.swing.JScrollPane
-
The display policy for the vertical scrollbar.
- verticalZeroLineVisibleProperty() - Method in class javafx.scene.chart.XYChart
-
If this is true and the vertical axis has both positive and negative values then a additional axis line will be drawn at the zero point
- vertThumbIcon - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
A default vertical thumb
Icon
. - vetoableChange(PropertyChangeEvent) - Method in class java.beans.beancontext.BeanContextSupport
-
subclasses may envelope to monitor veto child property changes.
- vetoableChange(PropertyChangeEvent) - Method in interface java.beans.VetoableChangeListener
-
This method gets called when a constrained property is changed.
- vetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeListenerProxy
-
Forwards the property change event to the listener delegate.
- VETOABLECHANGE - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)
- VetoableChangeListener - Interface in java.beans
-
A VetoableChange event gets fired whenever a bean changes a "constrained" property.
- VetoableChangeListenerProxy - Class in java.beans
-
A class which extends the
EventListenerProxy
specifically for adding aVetoableChangeListener
with a "constrained" property. - VetoableChangeListenerProxy(String, VetoableChangeListener) - Constructor for class java.beans.VetoableChangeListenerProxy
-
Constructor which binds the
VetoableChangeListener
to a specific property. - VetoableChangeSupport - Class in java.beans
-
This is a utility class that can be used by beans that support constrained properties.
- VetoableChangeSupport(Object) - Constructor for class java.beans.VetoableChangeSupport
-
Constructs a
VetoableChangeSupport
object. - vgapProperty() - Method in class javafx.scene.layout.FlowPane
-
The amount of vertical space between each node in a vertical flowpane or the space between rows in a horizontal flowpane.
- vgapProperty() - Method in class javafx.scene.layout.GridPane
-
The height of the vertical gaps between rows.
- vgapProperty() - Method in class javafx.scene.layout.TilePane
-
The amount of vertical space between each tile in a column.
- vgrowProperty() - Method in class javafx.scene.layout.RowConstraints
-
The vertical grow priority for the row.
- VideoTrack - Class in javafx.scene.media
-
A
Track
that describes a video track. - View - Class in javax.swing.text
-
A very important part of the text package is the
View
class. - View(Element) - Constructor for class javax.swing.text.View
-
Creates a new
View
object. - ViewCSS - Interface in org.w3c.dom.css
-
This interface represents a CSS view.
- ViewFactory - Interface in javax.swing.text
-
A factory to create a view of some portion of document subject.
- ViewListener() - Constructor for class javax.swing.JViewport.ViewListener
- viewMenuIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
View menu icon
- viewOrderProperty() - Method in class javafx.scene.Node
-
Defines the rendering and picking order of this
Node
within its parent. - viewport - Variable in class javax.swing.JScrollPane
-
The scrollpane's viewport child.
- viewport - Variable in class javax.swing.ScrollPaneLayout
-
The scrollpane's viewport child.
- viewPort - Variable in class javax.swing.JScrollPane.AccessibleJScrollPane
-
this
JScrollPane
's currentJViewport
- VIEWPORT - Static variable in class javax.accessibility.AccessibleRole
-
An object usually used in a scroll pane.
- VIEWPORT - Static variable in class javax.swing.plaf.synth.Region
-
Viewport region.
- VIEWPORT - Static variable in interface javax.swing.ScrollPaneConstants
-
Identifies a "viewport" or display area, within which scrolled contents are visible.
- viewportBoundsProperty() - Method in class javafx.scene.control.ScrollPane
-
The actual Bounds of the ScrollPane Viewport.
- ViewportChangeHandler() - Constructor for class javax.swing.plaf.basic.BasicScrollPaneUI.ViewportChangeHandler
- viewportChangeListener - Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
ChangeListener
installed on the viewport. - ViewportLayout - Class in javax.swing
-
The default layout manager for
JViewport
. - ViewportLayout() - Constructor for class javax.swing.ViewportLayout
- viewportProperty() - Method in class javafx.scene.image.ImageView
-
The rectangular viewport into the image.
- viewportProperty() - Method in class javafx.scene.media.MediaView
-
Specifies a rectangular viewport into the media frame.
- ViewportUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JViewport.
- ViewportUI() - Constructor for class javax.swing.plaf.ViewportUI
- viewToModel(float, float, Shape) - Method in class javax.swing.text.View
-
Deprecated.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.AsyncBoxView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.BoxView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.ComponentView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.CompositeView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.FieldView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.GlyphView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.html.ImageView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.IconView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.PasswordView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.PlainView
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.View
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(Point) - Method in class javax.swing.text.JTextComponent
-
Deprecated.replaced by
JTextComponent.viewToModel2D(Point2D)
- viewToModel(GlyphView, float, float, Shape, Position.Bias[]) - Method in class javax.swing.text.GlyphView.GlyphPainter
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- viewToModel(JTextComponent, Point) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Deprecated.
- viewToModel(JTextComponent, Point) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Deprecated.
- viewToModel(JTextComponent, Point) - Method in class javax.swing.plaf.TextUI
-
Deprecated.
- viewToModel(JTextComponent, Point, Position.Bias[]) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Deprecated.
- viewToModel(JTextComponent, Point, Position.Bias[]) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Deprecated.
- viewToModel(JTextComponent, Point, Position.Bias[]) - Method in class javax.swing.plaf.TextUI
-
Deprecated.
- viewToModel2D(Point2D) - Method in class javax.swing.text.JTextComponent
-
Converts the given place in the view coordinate system to the nearest representative location in the model.
- viewToModel2D(JTextComponent, Point2D, Position.Bias[]) - Method in class javax.swing.plaf.TextUI
-
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
- VIOLET - Static variable in class javafx.scene.paint.Color
-
The color violet with an RGB value of #EE82EE
- VIRTUAL_KEYBOARD - javafx.application.ConditionalFeature
-
Indicates whether an on-screen virtual keyboard is used for text input.
- VirtualContainerBase<C extends Control,I extends IndexedCell> - Class in javafx.scene.control.skin
-
Parent class to control skins whose contents are virtualized and scrollable.
- VirtualContainerBase(C) - Constructor for class javafx.scene.control.skin.VirtualContainerBase
- VirtualFlow<T extends IndexedCell> - Class in javafx.scene.control.skin
-
Implementation of a virtualized container using a cell based mechanism.
- VirtualFlow() - Constructor for class javafx.scene.control.skin.VirtualFlow
-
Creates a new VirtualFlow instance.
- virtualMachine() - Method in interface com.sun.jdi.Mirror
-
Gets the VirtualMachine to which this Mirror belongs.
- VirtualMachine - Class in com.sun.tools.attach
-
A Java virtual machine.
- VirtualMachine - Interface in com.sun.jdi
-
A virtual machine targeted for debugging.
- VirtualMachine(AttachProvider, String) - Constructor for class com.sun.tools.attach.VirtualMachine
-
Initializes a new instance of this class.
- VirtualMachineDescriptor - Class in com.sun.tools.attach
-
Describes a Java virtual machine.
- VirtualMachineDescriptor(AttachProvider, String) - Constructor for class com.sun.tools.attach.VirtualMachineDescriptor
-
Creates a virtual machine descriptor from the given components.
- VirtualMachineDescriptor(AttachProvider, String, String) - Constructor for class com.sun.tools.attach.VirtualMachineDescriptor
-
Creates a virtual machine descriptor from the given components.
- 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 ofcause
). - virtualMachineManager() - Static method in class com.sun.jdi.Bootstrap
-
Returns the virtual machine manager.
- VirtualMachineManager - Interface in com.sun.jdi
-
A manager of connections to target virtual machines.
- Visibility - Interface in java.beans
-
Under some circumstances a bean may be run on servers where a GUI is not available.
- VISIBILITY_CHANGED - Static variable in class javafx.scene.web.WebEvent
-
This event occurs when a script changes visibility of the JavaScript
window
object. - VisibilityHelper - Class in org.omg.CORBA
-
The Helper for
Visibility
. - VisibilityHelper() - Constructor for class org.omg.CORBA.VisibilityHelper
- VISIBLE - javafx.scene.AccessibleAttribute
-
Returns true if node is visible, otherwise false.
- VISIBLE - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object is visible.
- VISIBLE_ROW_COUNT_PROPERTY - Static variable in class javax.swing.JTree
-
Bound property name for
visibleRowCount
. - visibleAmountProperty() - Method in class javafx.scene.control.ScrollBar
-
Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb.
- visibleClasses() - Method in interface com.sun.jdi.ClassLoaderReference
-
Returns a list of all classes for which this class loader has been recorded as the initiating loader in the target VM.
- visibleFields() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each unhidden and unambiguous
Field
in this type. - visibleMethods() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each
Method
declared or inherited by this type. - visibleProperty() - Method in class javafx.scene.control.MenuItem
-
Specifies whether this MenuItem should be rendered as part of the scene graph.
- visibleProperty() - Method in class javafx.scene.control.TableColumnBase
-
Toggling this will immediately toggle the visibility of this column, and all children columns.
- visibleProperty() - Method in class javafx.scene.Node
-
Specifies whether this
Node
and any subnodes should be rendered as part of the scene graph. - visibleRowCount - Variable in class javax.swing.JTree
-
Number of rows to make visible at one time.
- visibleRowCountProperty() - Method in class javafx.scene.control.ComboBox
-
The maximum number of rows to be visible in the ComboBox popup when it is showing.
- visibleVariableByName(String) - Method in interface com.sun.jdi.StackFrame
-
Finds a
LocalVariable
that matches the given name and is visible at the current frame location. - visibleVariables() - Method in interface com.sun.jdi.StackFrame
-
Returns a list containing each
LocalVariable
that can be accessed from this frame's location. - visit(DocTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Invokes the appropriate visit method specific to the type of the node.
- visit(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Invokes the appropriate visit method specific to the type of the node.
- visit(Iterable<? extends DocTree>, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Invokes the appropriate visit method on each of a sequence of nodes.
- visit(Iterable<? extends Tree>, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Invokes the appropriate visit method on each of a sequence of nodes.
- visit(AnnotationValue) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
A convenience method equivalent to
visit(av, null)
. - visit(AnnotationValue) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
-
Visits an annotation value as if by passing itself to that value's
accept
method passingnull
for the additional parameter. - visit(AnnotationValue, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an annotation value.
- visit(AnnotationValue, P) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
-
Visits any annotation value as if by passing itself to that value's
accept
. - visit(Element) - Method in interface javax.lang.model.element.ElementVisitor
-
A convenience method equivalent to
visit(e, null)
. - visit(Element) - Method in class javax.lang.model.util.AbstractElementVisitor6
-
Visits any program element as if by passing itself to that element's
accept
method and passingnull
for the additional parameter. - visit(Element, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits an element.
- visit(Element, P) - Method in class javax.lang.model.util.AbstractElementVisitor6
-
Visits any program element as if by passing itself to that element's
accept
method. - visit(ModuleElement.Directive) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits any directive as if by passing itself to that directive's
accept
method and passingnull
for the additional parameter. - visit(ModuleElement.Directive, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits any directive as if by passing itself to that directive's
accept
method. - visit(TypeMirror) - Method in interface javax.lang.model.type.TypeVisitor
-
A convenience method equivalent to
visit(t, null)
. - visit(TypeMirror) - Method in class javax.lang.model.util.AbstractTypeVisitor6
-
Visits any type mirror as if by passing itself to that type mirror's
accept
method and passingnull
for the additional parameter. - visit(TypeMirror, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a type.
- visit(TypeMirror, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
-
Visits any type mirror as if by passing itself to that type mirror's
accept
method. - visitAnnotatedType(AnnotatedTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an AnnotatedTypeTree node.
- visitAnnotatedType(AnnotatedTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an AnnotatedTypeTree node.
- visitAnnotatedType(AnnotatedTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an AnnotatedTypeTree node.
- visitAnnotation(AnnotationTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an AnnotatedTree node.
- visitAnnotation(AnnotationTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an AnnotatedTree node.
- visitAnnotation(AnnotationTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an AnnotatedTree node.
- visitAnnotation(AnnotationMirror, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an annotation value in an annotation.
- visitAnnotation(AnnotationMirror, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits an annotation value in an annotation.
- visitArray(List<? extends AnnotationValue>, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an array value in an annotation.
- visitArray(List<? extends AnnotationValue>, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits an array value in an annotation.
- visitArray(ArrayType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits an array type.
- visitArray(ArrayType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits an array type.
- visitArrayAccess(ArrayAccessTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ArrayAccessTree node.
- visitArrayAccess(ArrayAccessTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an ArrayAccessTree node.
- visitArrayAccess(ArrayAccessTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an ArrayAccessTree node.
- visitArrayAccess(ArrayAccessTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit array access expression tree.
- visitArrayLiteral(ArrayLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit array literal expression tree.
- visitArrayType(ArrayTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ArrayTypeTree node.
- visitArrayType(ArrayTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an ArrayTypeTree node.
- visitArrayType(ArrayTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an ArrayTypeTree node.
- visitAssert(AssertTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an AssertTree node.
- visitAssert(AssertTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an AssertTree node.
- visitAssert(AssertTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an AssertTree node.
- visitAssignment(AssignmentTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an AssignmentTree node.
- visitAssignment(AssignmentTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an AssignmentTree node.
- visitAssignment(AssignmentTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an AssignmentTree node.
- visitAssignment(AssignmentTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit assignment tree.
- visitAttribute(AttributeTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an AttributeTree node.
- visitAttribute(AttributeTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an AttributeTree node.
- visitAttribute(AttributeTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an AttributeTree node.
- visitAuthor(AuthorTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an AuthorTree node.
- visitAuthor(AuthorTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an AuthorTree node.
- visitAuthor(AuthorTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an AuthorTree node.
- visitBinary(BinaryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a BinaryTree node.
- visitBinary(BinaryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a BinaryTree node.
- visitBinary(BinaryTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a BinaryTree node.
- visitBinary(BinaryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit binary expression tree.
- visitBlock(BlockTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a BlockTree node.
- visitBlock(BlockTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a BlockTree node.
- visitBlock(BlockTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a BlockTree node.
- visitBlock(BlockTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit block statement tree.
- visitBoolean(boolean, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
boolean
value in an annotation. - visitBoolean(boolean, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
boolean
value in an annotation. - visitBreak(BreakTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a BreakTree node.
- visitBreak(BreakTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a BreakTree node.
- visitBreak(BreakTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a BreakTree node.
- visitBreak(BreakTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit break statement tree.
- visitByte(byte, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
byte
value in an annotation. - visitByte(byte, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
byte
value in an annotation. - visitCase(CaseTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a CaseTree node.
- visitCase(CaseTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a CaseTree node.
- visitCase(CaseTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a CaseTree node.
- visitCase(CaseTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit case statement tree.
- visitCatch(CatchTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a CatchTree node.
- visitCatch(CatchTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a CatchTree node.
- visitCatch(CatchTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a CatchTree node.
- visitCatch(CatchTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit catch block statement tree.
- visitChar(char, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
char
value in an annotation. - visitChar(char, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
char
value in an annotation. - visitClass(ClassTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ClassTree node.
- visitClass(ClassTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ClassTree node.
- visitClass(ClassTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ClassTree node.
- visitClassDeclaration(ClassDeclarationTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
ClassDeclarationTree
tree by callingvisitUnknown
. - visitClassDeclaration(ClassDeclarationTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit class statement tree.
- visitClassDeclaration(ClassDeclarationTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit class statement tree.
- visitClassExpression(ClassExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
ClassExpressionTree
tree by callingvisitUnknown
. - visitClassExpression(ClassExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit class expression tree.
- visitClassExpression(ClassExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit class expression tree.
- visitComment(CommentTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a CommentTree node.
- visitComment(CommentTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a CommentTree node.
- visitComment(CommentTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a CommentTree node.
- visitCompilationUnit(CompilationUnitTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a CompilationUnitTree node.
- visitCompilationUnit(CompilationUnitTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a CompilationUnitTree node.
- visitCompilationUnit(CompilationUnitTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a CompilationUnitTree node.
- visitCompilationUnit(CompilationUnitTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit compilation unit tree.
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a CompoundAssignmentTree node.
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a CompoundAssignmentTree node.
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a CompoundAssignmentTree node.
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit compound assignment tree.
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ConditionalExpressionTree node.
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ConditionalExpressionTree node.
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ConditionalExpressionTree node.
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit conditional expression tree.
- visitContinue(ContinueTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ContinueTree node.
- visitContinue(ContinueTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ContinueTree node.
- visitContinue(ContinueTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ContinueTree node.
- visitContinue(ContinueTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit continue statement tree.
- visitDebugger(DebuggerTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit debugger statement tree.
- visitDeclared(DeclaredType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a declared type.
- visitDeclared(DeclaredType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits a declared type.
- visitDeprecated(DeprecatedTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a DeprecatedTree node.
- visitDeprecated(DeprecatedTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a DeprecatedTree node.
- visitDeprecated(DeprecatedTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a DeprecatedTree node.
- visitDocComment(DocCommentTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a DocCommentTree node.
- visitDocComment(DocCommentTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a DocCommentTree node.
- visitDocComment(DocCommentTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a DocCommentTree node.
- visitDocRoot(DocRootTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a DocRootTree node.
- visitDocRoot(DocRootTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a DocRootTree node.
- visitDocRoot(DocRootTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a DocRootTree node.
- visitDocType(DocTypeTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a DocTypeTree node.
- visitDocType(DocTypeTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a DocTypeTree node.
- visitDocType(DocTypeTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a DocTypeTree node.
- visitDouble(double, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
double
value in an annotation. - visitDouble(double, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
double
value in an annotation. - visitDoWhileLoop(DoWhileLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a DoWhileTree node.
- visitDoWhileLoop(DoWhileLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a DoWhileTree node.
- visitDoWhileLoop(DoWhileLoopTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a DoWhileTree node.
- visitDoWhileLoop(DoWhileLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit do-while statement tree.
- VISITED - javafx.scene.AccessibleAttribute
-
Returns true if the node has been visited, otherwise false.
- visitedProperty() - Method in class javafx.scene.control.Hyperlink
-
Indicates whether this link has already been "visited".
- visitEmptyStatement(EmptyStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an EmptyStatementTree node.
- visitEmptyStatement(EmptyStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an EmptyStatementTree node.
- visitEmptyStatement(EmptyStatementTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an EmptyStatementTree node.
- visitEmptyStatement(EmptyStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit an empty statement tree.
- visitEndElement(EndElementTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an EndElementTree node.
- visitEndElement(EndElementTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an EndElementTree node.
- visitEndElement(EndElementTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an EndElementTree node.
- visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an EnhancedForLoopTree node.
- visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an EnhancedForLoopTree node.
- visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an EnhancedForLoopTree node.
- visitEntity(EntityTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an EntityTree node.
- visitEntity(EntityTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an EntityTree node.
- visitEntity(EntityTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an EntityTree node.
- visitEnumConstant(VariableElement, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an
enum
value in an annotation. - visitEnumConstant(VariableElement, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits an
enum
value in an annotation. - visitErroneous(ErroneousTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an ErroneousTree node.
- visitErroneous(ErroneousTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an ErroneousTree node.
- visitErroneous(ErroneousTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an ErroneousTree node.
- visitErroneous(ErroneousTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ErroneousTree node.
- visitErroneous(ErroneousTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an ErroneousTree node.
- visitErroneous(ErroneousTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit error expression tree.
- visitError(ErrorType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits an error type.
- visitError(ErrorType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits an error type.
- visitExecutable(ExecutableElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits an executable element.
- visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an executable element.
- visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.ElementScanner6
-
Visits an executable element.
- visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
Visits an executable element.
- visitExecutable(ExecutableType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits an executable type.
- visitExecutable(ExecutableType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits an executable type.
- visitExecutableAsConstructor(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
CONSTRUCTOR
executable element. - visitExecutableAsInstanceInit(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
INSTANCE_INIT
executable element. - visitExecutableAsMethod(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
METHOD
executable element. - visitExecutableAsStaticInit(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
STATIC_INIT
executable element. - visitExportEntry(ExportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits an
ExportEntryTree
tree by callingvisitUnknown
. - visitExportEntry(ExportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module ExportEntry tree.
- visitExportEntry(ExportEntryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module ExportEntry tree.
- visitExports(ExportsTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ExportsTree node.
- visitExports(ModuleElement.ExportsDirective, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits an
exports
directive. - visitExpressionStatement(ExpressionStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ExpressionStatementTree node.
- visitExpressionStatement(ExpressionStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an ExpressionStatementTree node.
- visitExpressionStatement(ExpressionStatementTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an ExpressionStatementTree node.
- visitExpressionStatement(ExpressionStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit expression statement tree.
- 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.
- visitFloat(float, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
float
value in an annotation. - visitFloat(float, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
float
value in an annotation. - visitForInLoop(ForInLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit for..in statement tree.
- visitForLoop(ForLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ForLoopTree node.
- visitForLoop(ForLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ForLoopTree node.
- visitForLoop(ForLoopTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ForLoopTree node.
- visitForLoop(ForLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'for' statement tree.
- visitForOfLoop(ForOfLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
ForOfLoopTree
tree by callingvisitUnknown
. - visitForOfLoop(ForOfLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit for..of statement tree.
- visitForOfLoop(ForOfLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit for..of statement tree.
- visitFunctionCall(FunctionCallTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function call expression tree.
- visitFunctionDeclaration(FunctionDeclarationTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function declaration tree.
- visitFunctionExpression(FunctionExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function expression tree.
- visitHidden(HiddenTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a HiddenTree node.
- visitHidden(HiddenTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a HiddenTree node.
- visitHidden(HiddenTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a HiddenTree node.
- visitIdentifier(IdentifierTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an IdentifierTree node.
- visitIdentifier(IdentifierTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit identifier tree.
- visitIf(IfTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an IfTree node.
- visitIf(IfTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an IfTree node.
- visitIf(IfTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an IfTree node.
- visitIf(IfTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'if' statement tree.
- visitImport(ImportTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an ImportTree node.
- visitImport(ImportTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an ImportTree node.
- visitImport(ImportTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an ImportTree node.
- visitImportEntry(ImportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits an
ImportEntryTree
tree by callingvisitUnknown
. - visitImportEntry(ImportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module ImportEntry tree.
- visitImportEntry(ImportEntryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module ImportEntry tree.
- visitIndex(IndexTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an IndexTree node.
- visitIndex(IndexTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an IndexTree node.
- visitIndex(IndexTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an IndexTree node.
- visitInheritDoc(InheritDocTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an InheritDocTree node.
- visitInheritDoc(InheritDocTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an InheritDocTree node.
- visitInheritDoc(InheritDocTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an InheritDocTree node.
- visitInstanceOf(InstanceOfTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an InstanceOfTree node.
- visitInstanceOf(InstanceOfTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an InstanceOfTree node.
- visitInstanceOf(InstanceOfTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an InstanceOfTree node.
- visitInstanceOf(InstanceOfTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'instanceof' expression tree.
- visitInt(int, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an
int
value in an annotation. - visitInt(int, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits an
int
value in an annotation. - visitIntersection(IntersectionType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits an intersection type.
- visitIntersection(IntersectionType, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
-
Visits an intersection type.
- visitIntersection(IntersectionType, P) - Method in class javax.lang.model.util.AbstractTypeVisitor8
-
Visits an
IntersectionType
in a manner defined by a subclass. - visitIntersection(IntersectionType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor8
-
Visits an intersection type.
- visitIntersection(IntersectionType, P) - Method in class javax.lang.model.util.TypeKindVisitor8
-
Visits an intersection type.
- visitIntersectionType(IntersectionTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an IntersectionTypeTree node.
- visitIntersectionType(IntersectionTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an IntersectionTypeTree node.
- visitIntersectionType(IntersectionTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an IntersectionTypeTree node.
- visitLabeledStatement(LabeledStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a LabeledStatementTree node.
- visitLabeledStatement(LabeledStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a LabeledStatementTree node.
- visitLabeledStatement(LabeledStatementTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a LabeledStatementTree node.
- visitLabeledStatement(LabeledStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit labeled statement tree.
- visitLambdaExpression(LambdaExpressionTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a LambdaExpressionTree node.
- visitLambdaExpression(LambdaExpressionTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a LambdaExpressionTree node.
- visitLambdaExpression(LambdaExpressionTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a LambdaExpressionTree node.
- visitLink(LinkTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a LinkTree node.
- visitLink(LinkTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a LinkTree node.
- visitLink(LinkTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a LinkTree node.
- visitLiteral(LiteralTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a LiteralTree node.
- visitLiteral(LiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit literal expression tree.
- visitLong(long, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
long
value in an annotation. - visitLong(long, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
long
value in an annotation. - visitMemberReference(MemberReferenceTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a MemberReferenceTree node.
- visitMemberReference(MemberReferenceTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a MemberReferenceTree node.
- visitMemberReference(MemberReferenceTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a MemberReferenceTree node.
- visitMemberSelect(MemberSelectTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a MemberSelectTree node.
- visitMemberSelect(MemberSelectTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a MemberSelectTree node.
- visitMemberSelect(MemberSelectTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a MemberSelectTree node.
- visitMemberSelect(MemberSelectTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit member select expression tree.
- visitMethod(MethodTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a MethodTree node.
- visitMethod(MethodTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a MethodTree node.
- visitMethod(MethodTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a MethodTree node.
- visitMethodInvocation(MethodInvocationTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a MethodInvocationTree node.
- visitMethodInvocation(MethodInvocationTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a MethodInvocationTree node.
- visitMethodInvocation(MethodInvocationTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a MethodInvocationTree node.
- visitModifiers(ModifiersTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ModifiersTree node.
- visitModifiers(ModifiersTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ModifiersTree node.
- visitModifiers(ModifiersTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ModifiersTree node.
- visitModule(ModuleTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ModuleTree node.
- visitModule(ModuleElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits a module element.
- visitModule(ModuleElement, P) - Method in class javax.lang.model.util.AbstractElementVisitor6
-
Visits a module element.
- visitModule(ModuleElement, P) - Method in class javax.lang.model.util.AbstractElementVisitor9
-
Visits a module element.
- visitModule(ModuleElement, P) - Method in class javax.lang.model.util.ElementKindVisitor9
-
Visits a module element.
- visitModule(ModuleElement, P) - Method in class javax.lang.model.util.ElementScanner9
-
Visits a module element.
- visitModule(ModuleElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor9
-
Visits a module element.
- visitModule(ModuleTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
ModuleTree
tree by callingvisitUnknown
. - visitModule(ModuleTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module tree.
- visitModule(ModuleTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module tree.
- visitNew(NewTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'new' expression tree.
- visitNewArray(NewArrayTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a NewArrayTree node.
- visitNewArray(NewArrayTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a NewArrayTree node.
- visitNewArray(NewArrayTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a NewArrayTree node.
- visitNewClass(NewClassTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a NewClassTree node.
- visitNewClass(NewClassTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a NewClassTree node.
- visitNewClass(NewClassTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a NewClassTree node.
- visitNoType(NoType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a
NoType
instance. - visitNoType(NoType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits a
NoType
instance. - visitNoType(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
NoType
instance. - visitNoTypeAsModule(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
MODULE
pseudo-type. - visitNoTypeAsModule(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor9
-
Visits a
MODULE
pseudo-type. - visitNoTypeAsNone(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
NONE
pseudo-type. - visitNoTypeAsPackage(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
PACKAGE
pseudo-type. - visitNoTypeAsVoid(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
VOID
pseudo-type. - visitNull(NullType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits the null type.
- visitNull(NullType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits the null type.
- visitObjectLiteral(ObjectLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit object literal tree.
- visitOpens(OpensTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an OpensTree node.
- visitOpens(ModuleElement.OpensDirective, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits an
opens
directive. - visitOther(DocTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an unknown type of DocTree node.
- visitOther(DocTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an unknown type of DocTree node.
- visitOther(DocTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an unknown type of DocTree node.
- visitOther(Tree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits an unknown type of Tree node.
- visitOther(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits an unknown type of Tree node.
- visitOther(Tree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits an unknown type of Tree node.
- visitPackage(PackageTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a PackageTree node.
- visitPackage(PackageTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a PackageTree node.
- visitPackage(PackageTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a PackageTree node.
- visitPackage(PackageElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits a package element.
- visitPackage(PackageElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a package element.
- visitPackage(PackageElement, P) - Method in class javax.lang.model.util.ElementScanner6
-
Visits a package element.
- visitPackage(PackageElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
Visits a package element.
- visitParam(ParamTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ParamTree node.
- visitParam(ParamTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ParamTree node.
- visitParam(ParamTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ParamTree node.
- visitParameterizedType(ParameterizedTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ParameterizedTypeTree node.
- visitParameterizedType(ParameterizedTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ParameterizedTypeTree node.
- visitParameterizedType(ParameterizedTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ParameterizedTypeTree node.
- visitParenthesized(ParenthesizedTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ParenthesizedTree node.
- visitParenthesized(ParenthesizedTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ParenthesizedTree node.
- visitParenthesized(ParenthesizedTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ParenthesizedTree node.
- visitParenthesized(ParenthesizedTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit parenthesized expression tree.
- visitPrimitive(PrimitiveType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a primitive type.
- visitPrimitive(PrimitiveType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits a primitive type.
- visitPrimitive(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a primitive type.
- visitPrimitiveAsBoolean(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
BOOLEAN
primitive type. - visitPrimitiveAsByte(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
BYTE
primitive type. - visitPrimitiveAsChar(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
CHAR
primitive type. - visitPrimitiveAsDouble(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
DOUBLE
primitive type. - visitPrimitiveAsFloat(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
FLOAT
primitive type. - visitPrimitiveAsInt(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits an
INT
primitive type. - visitPrimitiveAsLong(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
LONG
primitive type. - visitPrimitiveAsShort(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
-
Visits a
SHORT
primitive type. - visitPrimitiveType(PrimitiveTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a PrimitiveTypeTree node.
- visitPrimitiveType(PrimitiveTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a PrimitiveTypeTree node.
- visitPrimitiveType(PrimitiveTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a PrimitiveTypeTree node.
- visitProperty(PropertyTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit a property of an object literal expression tree.
- visitProvides(ProvidesTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ProvidesTree node.
- visitProvides(ProvidesTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ProvidesTree node.
- visitProvides(ProvidesTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ProvidesTree node.
- visitProvides(ProvidesTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ProvidesTree node.
- visitProvides(ModuleElement.ProvidesDirective, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits a
provides
directive. - visitReference(ReferenceTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ReferenceTree node.
- visitReference(ReferenceTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ReferenceTree node.
- visitReference(ReferenceTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ReferenceTree node.
- visitRegExpLiteral(RegExpLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit regular expression literal tree.
- visitRequires(RequiresTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a RequiresTree node.
- visitRequires(ModuleElement.RequiresDirective, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits a
requires
directive. - visitReturn(ReturnTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ReturnTree node.
- visitReturn(ReturnTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit return statement tree.
- visitSee(SeeTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SeeTree node.
- visitSee(SeeTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SeeTree node.
- visitSee(SeeTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SeeTree node.
- visitSerial(SerialTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SerialTree node.
- visitSerial(SerialTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SerialTree node.
- visitSerial(SerialTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SerialTree node.
- visitSerialData(SerialDataTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SerialDataTree node.
- visitSerialData(SerialDataTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SerialDataTree node.
- visitSerialData(SerialDataTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SerialDataTree node.
- visitSerialField(SerialFieldTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SerialFieldTree node.
- visitSerialField(SerialFieldTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SerialFieldTree node.
- visitSerialField(SerialFieldTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SerialFieldTree node.
- visitShort(short, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a
short
value in an annotation. - visitShort(short, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a
short
value in an annotation. - visitSince(SinceTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SinceTree node.
- visitSince(SinceTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SinceTree node.
- visitSince(SinceTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SinceTree node.
- visitSpread(SpreadTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
SpreadTree
tree by callingvisitUnknown
. - visitSpread(SpreadTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit 'spread' expression tree.
- visitSpread(SpreadTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'spread' expression tree.
- visitStartElement(StartElementTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a StartElementTree node.
- visitStartElement(StartElementTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a StartElementTree node.
- visitStartElement(StartElementTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a StartElementTree node.
- visitString(String, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a string value in an annotation.
- visitString(String, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a string value in an annotation.
- visitSummary(SummaryTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a SummaryTree node.
- visitSummary(SummaryTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a SummaryTree node.
- visitSummary(SummaryTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a SummaryTree node.
- visitSwitch(SwitchTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a SwitchTree node.
- visitSwitch(SwitchTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a SwitchTree node.
- visitSwitch(SwitchTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a SwitchTree node.
- visitSwitch(SwitchTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'switch' statement tree.
- visitSynchronized(SynchronizedTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a SynchronizedTree node.
- visitSynchronized(SynchronizedTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a SynchronizedTree node.
- visitSynchronized(SynchronizedTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a SynchronizedTree node.
- visitTemplateLiteral(TemplateLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
TemplateLiteralTree
tree by callingvisitUnknown
. - visitTemplateLiteral(TemplateLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit template literal tree.
- visitTemplateLiteral(TemplateLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit template literal tree.
- visitText(TextTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a TextTree node.
- visitText(TextTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a TextTree node.
- visitText(TextTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a TextTree node.
- visitThrow(ThrowTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a ThrowTree node.
- visitThrow(ThrowTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a ThrowTree node.
- visitThrow(ThrowTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a ThrowTree node.
- visitThrow(ThrowTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'throw' expression tree.
- visitThrows(ThrowsTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ThrowsTree node.
- visitThrows(ThrowsTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ThrowsTree node.
- visitThrows(ThrowsTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ThrowsTree node.
- visitTry(TryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a TryTree node.
- visitTry(TryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a TryTree node.
- visitTry(TryTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a TryTree node.
- visitTry(TryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'try' statement tree.
- visitType(TypeElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits a type element.
- visitType(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a type element.
- visitType(TypeElement, P) - Method in class javax.lang.model.util.ElementScanner6
-
Visits a type element.
- visitType(TypeElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
Visits a type element.
- visitType(TypeMirror, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits a type value in an annotation.
- visitType(TypeMirror, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Visits a type value in an annotation.
- visitTypeAsAnnotationType(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
ANNOTATION_TYPE
type element. - visitTypeAsClass(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
CLASS
type element. - visitTypeAsEnum(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
ENUM
type element. - visitTypeAsInterface(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
INTERFACE
type element. - visitTypeCast(TypeCastTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a TypeCastTree node.
- visitTypeCast(TypeCastTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a TypeCastTree node.
- visitTypeCast(TypeCastTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a TypeCastTree node.
- visitTypeParameter(TypeParameterTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a TypeParameterTree node.
- visitTypeParameter(TypeParameterTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a TypeParameterTree node.
- visitTypeParameter(TypeParameterTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a TypeParameterTree node.
- visitTypeParameter(TypeParameterElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits a type parameter element.
- visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a type parameter element.
- visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.ElementScanner6
-
Visits a type parameter element.
- visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
Visits a type parameter element.
- visitTypeVariable(TypeVariable, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a type variable.
- visitTypeVariable(TypeVariable, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits a type variable.
- visitUnary(UnaryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a UnaryTree node.
- visitUnary(UnaryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a UnaryTree node.
- visitUnary(UnaryTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a UnaryTree node.
- visitUnary(UnaryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit unary expression tree.
- visitUnion(UnionType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a union type.
- visitUnion(UnionType, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
-
Visits a union type.
- visitUnion(UnionType, P) - Method in class javax.lang.model.util.AbstractTypeVisitor7
-
Visits a
UnionType
in a manner defined by a subclass. - visitUnion(UnionType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor7
-
Visits a union type.
- visitUnion(UnionType, P) - Method in class javax.lang.model.util.TypeKindVisitor7
-
Visits a union type.
- visitUnionType(UnionTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a UnionTypeTree node.
- visitUnionType(UnionTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a UnionTypeTree node.
- visitUnionType(UnionTypeTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a UnionTypeTree node.
- visitUnknown(AnnotationValue, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
-
Visits an unknown kind of annotation value.
- visitUnknown(AnnotationValue, P) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
-
Visits an unknown kind of annotation value.
- visitUnknown(Element, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits an unknown kind of element.
- visitUnknown(Element, P) - Method in class javax.lang.model.util.AbstractElementVisitor6
-
Visits an unknown kind of element.
- visitUnknown(ModuleElement.Directive, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits an unknown directive.
- visitUnknown(TypeMirror, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits an unknown kind of type.
- visitUnknown(TypeMirror, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
-
Visits an unknown kind of type.
- visitUnknown(Tree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visit unknown expression/statement tree.
- visitUnknown(Tree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit unknown expression/statement tree.
- visitUnknownBlockTag(UnknownBlockTagTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an UnknownBlockTagTree node.
- visitUnknownBlockTag(UnknownBlockTagTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an UnknownBlockTagTree node.
- visitUnknownBlockTag(UnknownBlockTagTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an UnknownBlockTagTree node.
- visitUnknownInlineTag(UnknownInlineTagTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits an UnknownInlineTagTree node.
- visitUnknownInlineTag(UnknownInlineTagTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits an UnknownInlineTagTree node.
- visitUnknownInlineTag(UnknownInlineTagTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits an UnknownInlineTagTree node.
- visitUses(UsesTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a UsesTree node.
- visitUses(UsesTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a UsesTree node.
- visitUses(UsesTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a UsesTree node.
- visitUses(UsesTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a UsesTree node.
- visitUses(ModuleElement.UsesDirective, P) - Method in interface javax.lang.model.element.ModuleElement.DirectiveVisitor
-
Visits a
uses
directive. - visitValue(ValueTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a ValueTree node.
- visitValue(ValueTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a ValueTree node.
- visitValue(ValueTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a ValueTree node.
- visitVariable(VariableTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a VariableTree node.
- visitVariable(VariableTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a VariableTree node.
- visitVariable(VariableTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a VariableTree node.
- visitVariable(VariableElement, P) - Method in interface javax.lang.model.element.ElementVisitor
-
Visits a variable element.
- visitVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a variable element
- visitVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementScanner6
-
Visits a variable element.
- visitVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementScanner7
-
Visits a variable element.
- visitVariable(VariableElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
Visits a variable element.
- visitVariable(VariableElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor7
-
Visits a variable element.
- visitVariable(VariableTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit variable declaration tree.
- visitVariableAsEnumConstant(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
ENUM_CONSTANT
variable element. - visitVariableAsExceptionParameter(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits an
EXCEPTION_PARAMETER
variable element. - visitVariableAsField(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
FIELD
variable element. - visitVariableAsLocalVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
LOCAL_VARIABLE
variable element. - visitVariableAsParameter(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
PARAMETER
variable element. - visitVariableAsResourceVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
-
Visits a
RESOURCE_VARIABLE
variable element. - visitVariableAsResourceVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor7
-
Visits a
RESOURCE_VARIABLE
variable element. - visitVersion(VersionTree, P) - Method in interface com.sun.source.doctree.DocTreeVisitor
-
Visits a VersionTreeTree node.
- visitVersion(VersionTree, P) - Method in class com.sun.source.util.DocTreeScanner
-
Visits a VersionTreeTree node.
- visitVersion(VersionTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
-
Visits a VersionTreeTree node.
- visitWhileLoop(WhileLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a WhileLoopTree node.
- visitWhileLoop(WhileLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a WhileLoopTree node.
- visitWhileLoop(WhileLoopTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a WhileLoopTree node.
- visitWhileLoop(WhileLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'while' statement tree.
- visitWildcard(WildcardTree, P) - Method in interface com.sun.source.tree.TreeVisitor
-
Visits a WildcardTypeTree node.
- visitWildcard(WildcardTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
-
Visits a WildcardTypeTree node.
- visitWildcard(WildcardTree, P) - Method in class com.sun.source.util.TreeScanner
-
Visits a WildcardTypeTree node.
- visitWildcard(WildcardType, P) - Method in interface javax.lang.model.type.TypeVisitor
-
Visits a wildcard type.
- visitWildcard(WildcardType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
Visits a wildcard type.
- visitWith(WithTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'with' statement tree.
- visitYield(YieldTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a
YieldTree
tree by callingvisitUnknown
. - visitYield(YieldTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit 'yield' expression tree.
- visitYield(YieldTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'yield' expression tree.
- VISUAL - javafx.scene.text.TextBoundsType
-
Use visual bounds as the basis for calculating the bounds.
- visualUpdate() - Method in annotation type java.beans.BeanProperty
-
The value that indicates whether the corresponding component is repainted after the annotated property got changed or not.
- VK_0 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "0" key.
- VK_1 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "1" key.
- VK_2 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "2" key.
- VK_3 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "3" key.
- VK_4 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "4" key.
- VK_5 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "5" key.
- VK_6 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "6" key.
- VK_7 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "7" key.
- VK_8 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "8" key.
- VK_9 - Static variable in class java.awt.event.KeyEvent
-
Constant for the "9" key.
- VK_A - Static variable in class java.awt.event.KeyEvent
-
Constant for the "A" key.
- 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
-
Constant for the number pad add key.
- 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
-
Constant for the ALT virtual key.
- 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
-
Constant for the "B" key.
- VK_BACK_QUOTE - Static variable in class java.awt.event.KeyEvent
-
Constant for the BACK_QUOTE key.
- 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
-
Constant for the BACK_SPACE virtual key.
- 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
-
Constant for the "C" key.
- VK_CANCEL - Static variable in class java.awt.event.KeyEvent
-
Constant for the CANCEL virtual key.
- VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
-
Constant for the CAPS_LOCK virtual key.
- VK_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
-
Constant for the "^" key.
- VK_CLEAR - Static variable in class java.awt.event.KeyEvent
-
Constant for the CLEAR virtual key.
- 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
-
Constant for the CONTROL virtual key.
- 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
-
Constant for the "D" key.
- 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
-
Constant for the number pad decimal point key.
- VK_DELETE - Static variable in class java.awt.event.KeyEvent
-
Constant for the delete key.
- VK_DIVIDE - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad divide key.
- 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
-
Constant for the "E" key.
- VK_END - Static variable in class java.awt.event.KeyEvent
-
Constant for the END virtual key.
- VK_ENTER - Static variable in class java.awt.event.KeyEvent
-
Constant for the ENTER virtual key.
- 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
-
Constant for the ESCAPE virtual key.
- 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 "!"
- VK_F - Static variable in class java.awt.event.KeyEvent
-
Constant for the "F" key.
- 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
-
Constant for the FINAL key.
- 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
-
Constant for the "G" key.
- VK_GREATER - Static variable in class java.awt.event.KeyEvent
- VK_H - Static variable in class java.awt.event.KeyEvent
-
Constant for the "H" key.
- 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
-
Constant for the HELP key.
- 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
-
Constant for the HOME virtual key.
- VK_I - Static variable in class java.awt.event.KeyEvent
-
Constant for the "I" key.
- 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
-
Constant for the INSERT key.
- 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
-
Constant for the "J" key.
- 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
-
Constant for the "K" key.
- VK_KANA - Static variable in class java.awt.event.KeyEvent
-
Constant for the KANA lock key.
- 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
-
Constant for KANJI.
- 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
-
Constant for the "L" key.
- 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
-
Constant for the "M" key.
- VK_META - Static variable in class java.awt.event.KeyEvent
-
Constant for the META key.
- 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
-
Constant for the MODECHANGE key.
- VK_MULTIPLY - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad multiply key.
- VK_N - Static variable in class java.awt.event.KeyEvent
-
Constant for the "N" key.
- 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
-
Constant for the NUM_LOCK key.
- 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
-
Constant for the number pad "0" key.
- VK_NUMPAD1 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "1" key.
- VK_NUMPAD2 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "2" key.
- VK_NUMPAD3 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "3" key.
- VK_NUMPAD4 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "4" key.
- VK_NUMPAD5 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "5" key.
- VK_NUMPAD6 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "6" key.
- VK_NUMPAD7 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "7" key.
- VK_NUMPAD8 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "8" key.
- VK_NUMPAD9 - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad "9" key.
- VK_O - Static variable in class java.awt.event.KeyEvent
-
Constant for the "O" key.
- 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
-
Constant for the "P" key.
- VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
-
Constant for the PAGE_DOWN virtual key.
- VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
-
Constant for the PAGE_UP virtual key.
- VK_PASTE - Static variable in class java.awt.event.KeyEvent
- VK_PAUSE - Static variable in class java.awt.event.KeyEvent
-
Constant for the PAUSE virtual key.
- 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
-
Constant for the PRINTSCREEN key.
- VK_PROPS - Static variable in class java.awt.event.KeyEvent
- VK_Q - Static variable in class java.awt.event.KeyEvent
-
Constant for the "Q" key.
- VK_QUOTE - Static variable in class java.awt.event.KeyEvent
-
Constant for the QUOTE key.
- VK_QUOTEDBL - Static variable in class java.awt.event.KeyEvent
- VK_R - Static variable in class java.awt.event.KeyEvent
-
Constant for the "R" key.
- 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
-
Constant for the "S" key.
- VK_SCROLL_LOCK - Static variable in class java.awt.event.KeyEvent
-
Constant for the SCROLL_LOCK key.
- 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
-
Constant for the SHIFT virtual key.
- 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
-
Constant for the SPACE virtual key.
- VK_STOP - Static variable in class java.awt.event.KeyEvent
- VK_SUBTRACT - Static variable in class java.awt.event.KeyEvent
-
Constant for the number pad subtract key.
- VK_T - Static variable in class java.awt.event.KeyEvent
-
Constant for the "T" key.
- VK_TAB - Static variable in class java.awt.event.KeyEvent
-
Constant for the TAB virtual key.
- VK_U - Static variable in class java.awt.event.KeyEvent
-
Constant for the "U" key.
- 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
-
Constant for the "V" key.
- VK_W - Static variable in class java.awt.event.KeyEvent
-
Constant for the "W" key.
- 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
-
Constant for the "X" key.
- VK_Y - Static variable in class java.awt.event.KeyEvent
-
Constant for the "Y" key.
- VK_Z - Static variable in class java.awt.event.KeyEvent
-
Constant for the "Z" key.
- VLineTo - Class in javafx.scene.shape
-
Creates a vertical line path element from the current point to y.
- VLineTo() - Constructor for class javafx.scene.shape.VLineTo
-
Creates an empty instance of VLineTo.
- VLineTo(double) - Constructor for class javafx.scene.shape.VLineTo
-
Creates an instance of VLineTo.
- VLINK - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "vlink"
- vm() - Method in class jdk.jshell.execution.JdiExecutionControl
-
Returns the JDI
VirtualMachine
instance. - vm() - Method in class jdk.jshell.execution.JdiInitiator
-
Returns the resulting
VirtualMachine
instance. - VM_ABSTRACT - Interface in org.omg.CORBA
-
Defines the code used to represent an Abstract interface in a typecode.
- VM_CREATION - com.sun.management.VMOption.Origin
-
The VM option was set at VM creation time typically as a command line argument to the launcher or an argument passed to the VM created using the JNI invocation interface.
- VM_CUSTOM - Interface in org.omg.CORBA
-
Defines the code used to represent a custom marshalled value type in a typecode.
- VM_NONE - Interface in org.omg.CORBA
-
Defines the code used to represent the one of the values of a value type in a typecode.
- VM_TRUNCATABLE - Interface in org.omg.CORBA
-
Defines the code used to represent a truncatable value type in a typecode.
- vmaxProperty() - Method in class javafx.scene.control.ScrollPane
-
The maximum allowable
vvalue
for this ScrollPane. - VMCannotBeModifiedException - Exception in com.sun.jdi
-
Thrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only.
- VMCannotBeModifiedException() - Constructor for exception com.sun.jdi.VMCannotBeModifiedException
- VMCannotBeModifiedException(String) - Constructor for exception com.sun.jdi.VMCannotBeModifiedException
- VMDeathEvent - Interface in com.sun.jdi.event
-
Notification of target VM termination.
- VMDeathRequest - Interface in com.sun.jdi.request
-
Request for notification when the target VM terminates.
- vmDeathRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled VM death requests.
- VMDisconnectedException - Exception in com.sun.jdi
-
Unchecked exception thrown to indicate that the requested operation cannot be completed because there is no longer a connection to the target VM.
- VMDisconnectedException() - Constructor for exception com.sun.jdi.VMDisconnectedException
- VMDisconnectedException(String) - Constructor for exception com.sun.jdi.VMDisconnectedException
- VMDisconnectEvent - Interface in com.sun.jdi.event
-
Notification of disconnection from target VM.
- 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.
- vminProperty() - Method in class javafx.scene.control.ScrollPane
-
The minimum allowable
vvalue
for this ScrollPane. - VMMismatchException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be completed because the a mirror from one target VM is being combined with a mirror from another target VM.
- VMMismatchException() - Constructor for exception com.sun.jdi.VMMismatchException
- VMMismatchException(String) - Constructor for exception com.sun.jdi.VMMismatchException
- VMOption - Class in com.sun.management
-
Information about a VM option including its value and where the value came from which is referred as its
origin
. - VMOption(String, String, boolean, VMOption.Origin) - Constructor for class com.sun.management.VMOption
-
Constructs a
VMOption
. - VMOption.Origin - Enum in com.sun.management
-
Origin of the value of a VM option.
- VMOutOfMemoryException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be completed because the target VM has run out of memory.
- VMOutOfMemoryException() - Constructor for exception com.sun.jdi.VMOutOfMemoryException
- VMOutOfMemoryException(String) - Constructor for exception com.sun.jdi.VMOutOfMemoryException
- VMStartEvent - Interface in com.sun.jdi.event
-
Notification of initialization of a target VM.
- VMStartException - Exception in com.sun.jdi.connect
-
A target VM was successfully launched, but terminated with an error before a connection could be established.
- VMStartException(Process) - Constructor for exception com.sun.jdi.connect.VMStartException
- VMStartException(String, Process) - Constructor for exception com.sun.jdi.connect.VMStartException
- VoiceStatus - Class in javax.sound.midi
-
A
VoiceStatus
object contains information about the current status of one of the voices produced by aSynthesizer
. - VoiceStatus() - Constructor for class javax.sound.midi.VoiceStatus
- Void - Class in java.lang
-
The
Void
class is an uninstantiable placeholder class to hold a reference to theClass
object representing the Java keyword void. - VOID - javax.lang.model.type.TypeKind
-
The pseudo-type corresponding to the keyword
void
. - VOID - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing logical void operatorvoid
. - VOID - Static variable in class javax.management.openmbean.SimpleType
-
The
SimpleType
instance describing values whose Java class name isjava.lang.Void
. - VoidType - Interface in com.sun.jdi
-
The type of all primitive
void
values accessed in the target VM. - VoidValue - Interface in com.sun.jdi
-
Provides access to a primitive
void
value in the target VM. - VOLATILE - javax.lang.model.element.Modifier
-
The modifier
volatile
- VOLATILE - Static variable in class java.lang.reflect.Modifier
-
The
int
value representing thevolatile
modifier. - VolatileCallSite - Class in java.lang.invoke
-
A
VolatileCallSite
is aCallSite
whose target acts like a volatile variable. - VolatileCallSite(MethodHandle) - Constructor for class java.lang.invoke.VolatileCallSite
-
Creates a call site with a volatile binding to its target.
- VolatileCallSite(MethodType) - 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
- volume - Variable in class javax.sound.midi.VoiceStatus
-
The current MIDI volume level for the voice.
- VOLUME - Static variable in class javax.sound.sampled.FloatControl.Type
-
Represents a control for the volume on a line.
- VOLUME_DOWN - javafx.scene.input.KeyCode
-
Constant for the
Volume Down
key. - VOLUME_UP - javafx.scene.input.KeyCode
-
Constant for the
Volume Up
key. - volumeProperty() - Method in class javafx.scene.media.AudioClip
-
The relative volume level at which the clip is played.
- volumeProperty() - Method in class javafx.scene.media.MediaPlayer
-
The volume at which the media should be played.
- VPos - Enum in javafx.geometry
-
A set of values for describing vertical positioning and alignment.
- vsb - Variable in class javax.swing.ScrollPaneLayout
-
The scrollpane's vertical scrollbar child.
- vsbChangeListener - Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
ChangeListener
installed on the vertical scrollbar. - VSBChangeListener() - Constructor for class javax.swing.plaf.basic.BasicScrollPaneUI.VSBChangeListener
- vsbPolicy - Variable in class javax.swing.ScrollPaneLayout
-
The display policy for the vertical scrollbar.
- VSPACE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "vspace"
- vvalueProperty() - Method in class javafx.scene.control.ScrollPane
-
The current vertical scroll position of the ScrollPane.